@media (max-width:1200px) {
    .home .fnc--center--catalog__container {
        height: auto;
        overflow: visible;
    }
    .content--footer .container{
        padding:20px 10px;
    }

    .block3 .container{
        padding:0;
    }
    .block3 .container .slide{
        margin:0 5px;
    }
    .fnc--center--catalog__list--item{
        width:260px;
        margin:5px;
    }
    .fnc--center--articles__container{
        max-width:100%;
        width:100%;
        box-sizing: border-box;
    }
    .fnc--center--articles{
        max-width:100vw;
    }
}
@media(max-width:1160px){
    .fnc--center--articles--listitem__name,
    .fnc--center--articles__listitem_main{
        max-width:330px
    }
    .fnc--center--articles--listitem__name{
        width:100%;
    }
    .fnc--center--articles--listitem{
        margin:0 7px;
    }
}
@media(max-width:1150px){

}
@media(max-width:1100px){
    .catalog__container{
        max-width:850px;
    }
    .block3 .container .slide{
        width:250px;
    }
    .block3 .container .slide .img{
        max-width:100%;
    }
    .block3 .container .slide .img img{
        max-width:100%;
        width:100%;
        height:auto;
    }
}
@media(max-width:1050px){
    .content--center--page__text{
        margin-top:50px;
    }
    .content--footer .text{
        margin-right:15px;
    }
    .menu--chapters__item a{
        font-size:16px;
    }
    .block3 .container{
        max-width:1000px;
    }

    .header--centerhead--inner--column2__in1 .button{
        width:250px;
    }

}
@media(max-width:1024px){
    .block4 .sub img{
        max-width:400px;
    }
}
@media(max-width:1000px){

    .hidden .text .block {
        max-width: calc(100% - 24px);
        flex-basis: calc(100% - 24px);
    }

}
@media(max-width:950px){


    .block3 .container{
        max-width:900px;
        display:flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .block3 .container .slide .img{
        margin: 10px;
    }
    .block3 .container .slide{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    .header--centerhead--inner--column2__in1 .button{
        font-size:14px;
    }
    .descriptor{
        font-size:16px;
    }
    .content--footer .phones a, .header--centerhead--inner--column2__in1 .block .phones a{
        font-size:16px;
    }
    .header--centerhead--inner__logo img{
        max-height:60px;
    }
    .menu--chapters__item {
        padding: 8px;
    }


}
@media(max-width:900px){
    .block2 .container, .block1 .container{
        max-width:300px;

    }
    .body {
        padding-top: 122px;
    }
    .header--centerhead__inner .descriptor{
        display:none;
    }
    .fnc--center--catalog__container{
        justify-content: space-evenly;
    }
    .mobile span:nth-child(2) {
        max-width: 10px;
    }
    .mobile span:nth-child(2):after{
        content: "menu";
        font-size: 12px;
        color: #D12535;
        font-weight: lighter;
        position: absolute;
        left: -39px;
        top: -7px;
    }
    .content--footer .container .logo_block{
        margin-bottom:60px;
    }

    .content--footer .header--centerhead--inner__logo{
        align-items: flex-start;
    }
    .content--footer .menu--chapters{
        display:none!important;
    }
    .content--footer .container {
        display: flex;
        align-items: center;
        justify-content:flex-start;
        flex-direction: column;
    }


    .block2 .container .block, .block1 .container .block{
        margin:10px;
    }
    .header--centerhead--inner__logo{
        margin-left:60px;
    }
    .block2 .container, .block1 .container {
        display: flex;
        align-items: flex-start;
        justify-content: space-around;
        flex-flow: row wrap;
        max-width: 90%;
        margin: 0 auto;

    }
    .mobile span{
        width:50px;
        height:3px;
        transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        background-color:#D12535;
        position: relative;
    }


    .mobile{
        position: fixed;
        left:15px;
        width:50px;
        cursor: pointer;
        height:32px;
        right:auto;
        display:flex;
        transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        align-items: flex-end;
        justify-content: space-between;
        flex-direction: column;
    }



    .fnc--search{
        position:fixed;
        left:0;
        top:-100px;
        margin:0 auto;
        height:0;
        overflow: hidden;
        opacity: 0;
    }
    .active_search .fnc--search__container{
        max-width:90%;
        width:100%;
    }
    .js__search--button{
        background-image:url('../img/source/main/f_search.png');
    }
    .active_search .fnc--search__field{
        width:100%;
    }
    .active_search input[type='text']{
        background-color:#fff;
        width:100%;
        border:1px solid #555a62!important;


    }
    .header .modal_button{
        display:none;
    }
    .mobilize .modal_button{
        width:90%;
        display:flex;
        margin:20px auto;
    }

    .active_search .close_search{
        background-image: url(../img/source/main/close_one.png);
        background-position: center;
        background-repeat: no-repeat;
        width: 25px;
        height: 25px;
        background-size:18px;
        margin-right:20px;
        opacity: .7;
        cursor: pointer;
        display: block;
    }
    .active_search {
        height: 65px;
        background-color: #F3F3F3;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 1;
        z-index: 202;
        overflow: visible;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .menu--chapters{
        position:fixed;
        left:0;
        top:20px;
        height:0;
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        overflow: hidden;
        justify-content: flex-start;
    }
    .fix .header .phones{
        display:none;
    }
    .fnc--slider--inner__text .main h1{
        margin:0;

    }


    .open{
        cursor: pointer;
        z-index:201;
        transition-duration: 0.4s;
        -webkit-transition-duration: 0.4s;
        left:auto;
        right: 8px;
        top: 30px;
    }

    .open span:nth-child(2){
        display:none;
    }
    .open span:nth-child(1){
        transform: rotate(45deg);
        top:10px;
    }
    .open span:nth-child(3){
        transform: rotate(-45deg);
        top:-20px;
    }
    .open span{
        transition-duration: 0.4s;
        background-color:#fff;
        -webkit-transition-duration: 0.4s;
    }
    .header .active{
        height:100%;
        opacity: 1;
        z-index:199;
    }
    .mobilize{
        height:100%;
        overflow-y:auto;
        overflow-x:scroll;
        opacity: 1;
        width:80%;
        background-color:#fff;
        box-shadow: 0 2px  10px 0 rgba(255,255,255,0.4);
        z-index:200;
    }
    .mobilize .logo{
        display:block;
        margin:0 auto 20px auto;
    }

    .mobilize a{
        color:#404040;
    }

    .mobilize .phones a{
        margin:10px auto;
        font-weight:bolder;
    }
    .modal .shade{
        background-color:#fff;
    }
    .modal{
        align-items: flex-start;
    }
    .mobilize .phones{
        display:flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 20px auto 0 auto;

    }

    .spec_line {
        display: flex;
        align-items: center;
        justify-content: center;
        background-image: url(../img/source/main/f_search.png);
        background-repeat: no-repeat;
        width: 100%;
        background-position: 10% center;
        margin: 30px auto;
        font-size: 20px;
        cursor: pointer;
    }
}
@media(max-width:850px){
    .block4 .sub .text{
        width:100%;
        margin:20px auto;
    }
    .block4 .sub img{
        max-width:100%;
        height:auto;
        width:100%;
    }
    .block4 .sub {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin:20px auto;
        max-width: 100%;
        width: 100%;
        padding: 0 15px;
    }
}
@media(max-width:800px){
    .hidden .text ol li .text{
         margin:0;
    }
    .hidden .text ol li .block{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .fnc--slider--inner__text .main h1{
        left:0;
        right:0;
        margin:0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main .main_part,
    .main .sub_part{
        width:100%;
    }
    .main{
        width:100%;
    }
    .block1 .container .block .icon img{
    	height: 50px;
    }
    .block1 .container .block .icon{
    	height: 50px;
    }
}
@media(max-width:750px){
    .custom_select .fnc--feedback--main .col1,
    .custom_select .fnc--feedback--main .col2{
        margin:0 auto;
    }
    .custom_select .fnc--feedback--main{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media(max-width:700px){
    .fnc--center--articles__container{
        margin:0 auto;
    }
    .fnc--center--articles__listitem{
        margin:0;
    }
}
@media(max-width:650px){
    [data-page='category'] .breads{
        display:none;
    }
    .content--center--page__text p, .content--center--page__text{
        font-size:14px;
    }
}
@media(max-width:600px){

    .first_block{
        height:225px;
    }
    .catalog h1, [data-page="category"] h1{
        font-size:30px;
    }
    .custom_select .fnc--feedback__title{
        font-size:30px;
    }
    .custom_select .sub_text{
        font-size:18px;
    }
    .header--centerhead--inner__logo{
        margin-left:0;
    }
    .content--footer .text{
        display:none;
    }
    .block2 .container .block .icon{
    	margin-bottom: 0px;
    	font-size: 42px;
    }

    .fnc--center--catalog__list--item {
        width: calc(50% - 12px);
        margin: 0 5px 16px;
    }

}
@media(max-width:550px){
    .content--footer .block222{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .content--footer .block222 .phones{
        margin-top:20px;
        margin-bottom:20px;
    }
    .header .header--centerhead--inner__logo{
        display:none;
    }
    .header--centerhead--inner--column2__in1 .block{
        justify-content: center;
    }
    .block3 .container .slide{
        align-items: center;
        justify-content: center;
    }
    .main .sub_part {
        font-size: 20px;
        margin: 0;
        padding: 0;
        text-align: center;
        align-items: center;
        justify-content: center;
    }
}
@media(max-width:500px){
    .js__adv--banner__absolute,
    .js__fnc--slider--inner__absolute,
    .js__fnc--slider--inner__relative{
        height:300px!important;
    }

    .block3 .header_block{
    	margin: 30px auto 30px;
    }

    .block3 h2{
        font-size:28px;
    }
    .block3 h2 span{
        font-size:20px;
    }
    .block4 {
         margin-top: 20px;

         padding: 40px 0;
         background: #F3F3F3;
     }
    .news_header h2,
        .block4 h2{
            font-size:30px;
        }
    .cat_header h2 {
        margin: 40px auto 20px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 600;
        font-size: 30px;
        line-height: 35px;
        text-align: center;
        color: #404040;
    }

    .block2 .container .block, .block1 .container .block{
        font-size:15px;
    }
    .hidden .text .block {
        display: block;
    }
    .header--centerhead__inner{
        padding:10px 25px;
    }
    .body {
        padding-top: 78px;
    }

    .hidden .img_block {
        max-width: 100%;
    }

    .hidden .text .text {
        margin-left: 0;
        margin-top: 20px;
    }

    .item-number {
        bottom: auto;
        left: 0;
        top: 0;
    }

    .fnc--center--catalog--item__name a {
        font-size: 14px;
    }
}
@media(max-width:450px){

}
@media(max-width:425px){
    .custom_select .fnc--feedback--main .col1, .custom_select .fnc--feedback--main .col2{
        max-width:95%;
        margin: 0 auto;
    }
    .custom_select textarea, .custom_select input[type='text']{
        width:100%;
        max-width:100%;
        box-sizing: border-box;
    }
}
@media(max-width:400px){

    .catalog h1, [data-page="category"] h1 {
        font-size: 25px;
        padding: 10px;
        line-height: normal;
    }

    .main .main_part{
        padding:15px 10px;
        font-size:24px;
        text-align: center;
        justify-content: center;
    }
    .descriptor{
        display: none;
    }

}
@media(max-width:380px){
    .content--footer .phones a, .header--centerhead--inner--column2__in1 .block .phones a {
        font-size: 13px;
    }
    .mobilize .modal_button{
        font-size:14px;
    }

    .fnc--center--catalog--item__name a {
        font-size: 12px;
        line-height: 1.5;
    }
}
@media(max-width:350px){

}
@media(max-width:320px){

}
