.news-all-screen{
    /*вынес в style.css */  
}

.news-navigation-bar{
    /*вынес в style.css */ 
}

.news-navigation-bar div{
    /*вынес в style.css */ 
}


.news-navigation-bar div a{
    /*вынес в style.css */ 
}


.news-navigation-bar div a.active{
    /*вынес в style.css */ 
}


.news-first-screen{
    padding-top: 0px;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    z-index: 10;
    box-shadow: none;
    left: 0%;
    right: 0%;
    position: relative;
}




.news-all-screen-active{
    position: fixed;
    right: 1%;
    left: 6.3%;
    transform: translate3d(0px, 80vh, 0px);
    box-shadow: 1px -5px 100px 9px rgba(0,0,0,0.32);
    border-radius:20px;
    width: 88%;
}
.news-first-screen-active{
    border-radius: 1%;
}

.news-first-screen p img{
    width: auto !important;
    height: auto !important;
    margin: auto;
    display: block;
    max-width: 100%;

}







.news-list{
    margin-top: 10%;
}



.btn-group  button {
    border:1px solid transparent;
    width: 100% ;
    height: 45px;
    background-color: transparent;
}
.btn-group  button:hover{
    border-radius: 30px;
    background-color: transparent;
}




.show-more{
    margin-top: 0%;
    padding-top: 3%;
    padding-bottom: 0%;
    margin-bottom: 5%;
}


small{
    color:#c7c8ca;
    font-family: TTProstoSansRegular;
}
.read-more{
    text-align: center;
    color: #085AA9;
    font-family: TTProstoSansBold;
}
.read-more img{
    position: relative;
    display: inherit !important;
    margin-left: 5% !important;
    margin-bottom: 1% !important;
    font-family: TTProstoSansBold;
}
.news-info p {
    font-family: TTProstoSansRegular;
    color: #A8A9AA;
}
.news-info{
    color: #A8A9AA;
    font-family: TTProstoSansRegular;
}
.caption h3{
    font-family: TTProstoSansBold;
    color: #21252A;
    font-size: 13px;
    line-height: 160%;
}
.caption hr{
    color: #E8ECF1;
}
.btn-default{
    background-color: transparent !important;
    color: #21252A;
    font-family: TTProstoSansBold;
}
:focus{
    outline: none !important;
}
.btn{
    border-radius: 20px !important;
}
.news-back{
    font-family: TTProstoSansBold;
}


/*second-screen*/
.news-second-screen{
    background-image: url('/image/news/bg-header.jpg');
    padding-top: 2.9%;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 10;
    box-shadow: none;
    left: 0;
    right: 0;
    position: relative;
}
.back-arrow {
    margin-right: 3%;
    vertical-align: baseline;
}
.news-text{
    margin-top: 5%;
}
.body-text {
    font-family: TTProstoSansRegular;
    color: rgb(115,116,118);
}
.body-text span{
    line-height: 220%;
}
.news-left p{
    text-align: left;
}
.news-left{
    padding-top: 4%;
}
.news-right{
    padding-bottom: 10%;
}
.news-right p{
    text-align: right;
}
.news-slider{
    margin-bottom: 3%;
}
.news-slider a{
    color: #A8A9AA;
}
.news-first-title{
    margin-bottom:1%;
}
.news-first-title > div > a{
    margin-bottom:2%;
    margin-left:1%;
    color: #21252A;
    text-decoration: none;
}
.caption h3{
    font-size: 14px;
}
.news-slider p {
    margin-bottom: 8%;
}



/* FEATURED IMAGE: BEGIN */



/* FEATURED IMAGE: END */




.recept-img{
    padding:0px;
    min-height:514px;
}


.recept-text {
    min-height:514px;
    display: flex;
    align-items: center;
}


@media only screen and (max-width: 480px) {

    .recept-img{
        min-height:375px;
    }    
    
    .recept-text {
        min-height: 10px;
        padding: 20px;
    }
    
    
    
    .thumbnail {
        margin-bottom: 30px;
    }


    
    
    .about-third-screen__top h1, .about-second-screen__top h1 {
        font-size: 40px;
    }
    .corovka {
        width: 10%}
    .company-left {
        float: left;
    }
    .company-right {
        float: right;
    }

        
    .catalog__container__thumb {
        display: none;
    }
    .wrapper .catalog__container__main .slick-track .slick-slide {
        min-height: 300px;
    }
    .wrapper .catalog__container__main .main-slide.show {
        min-height: 1000px;
    }
    .wrapper .second-screen {
        padding-top: 0;
    }
    .wrapper .second-screen .goods-label {
        background: transparent;
        margin-top: 10px;
    }
    .wrapper .second-screen .goods-label h4, .wrapper .second-screen .goods-label p {
        color: #333;
    }
    .wrapper .goToCat {
        display: none;
    }
    .wrapper .new-slider {
        margin-top: 0;
    }
    .wrapper .about-third-screen__top h4 {
        display: none;
    }
    .footer__left a {
        margin-left: 10px !important;
    }
}