@media screen and (max-width: 1280px) {
    .headLayerLeft a {
        font-size: 15px;
    }
    .headLayerLeft {
        width: 880px;
    }
    .headLayer {
        padding-top: 40px;
    }
}   
@media screen and (max-width: 1200px) {
    .headMenuItem {
        display: none;
    } 
    
    .phone {
        display: none;
    }
    .c-hamburger {
        display: block;
        margin-top: -1px;
        margin-left: 9px;
    }    
    .headLayerRight {
        width: 100px;
    }
    .headLayerLeft {
        width: auto;
    }
    
    
    
    /*  SHOW MENU  */
    .menuBgShow {
        visibility: visible;
        opacity: 1;
    }
    .headLayer {
        -webkit-transition: background .3s ease;
        -moz-transition: background .3s ease;
        -o-transition: background .3s ease;
        transition: background .3s ease; 
    }
    

    
    .headLayerHidden {
        position: fixed;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;   
        visibility: hidden;
        opacity: 0;
        z-index: 2;  
        overflow: auto; 
        
        -webkit-transition: opacity .3s ease, top .3s ease;
        -moz-transition: opacity .3s ease, top .3s ease;
        -o-transition: opacity .3s ease, top .3s ease;
        transition: opacity .3s ease, top .3s ease;               
             
    }
    .headLayerHidden .logoTop {
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        margin: auto;
        opacity: 0;    
        
        -webkit-transition: opacity .3s ease, top .3s ease;
        -moz-transition: opacity .3s ease, top .3s ease;
        -o-transition: opacity .3s ease, top .3s ease;
        transition: opacity .3s ease, top .3s ease;          
        
    }
    .headLayerHidden .headLayerLeft {
        display: block;
        text-align: center;
        padding-top: 60px;
        
        -webkit-transition: padding-top .3s ease, top .3s ease, opacity .3s ease;
        -moz-transition: padding-top .3s ease, top .3s ease, opacity .3s ease;
        -o-transition: padding-top .3s ease, top .3s ease, opacity .3s ease;
        transition: padding-top .3s ease, top .3s ease, opacity .3s ease;  
        opacity: 0;       
    }
    .headLayerHidden .headMenuItem {
        display: block;  
        line-height: 40px;
    }
    .headLayerHidden .headMenuItem:after {
        display: none;
    }
    .headLayerHidden .c-hamburger {
        display: none;
    }
    .headLayerHidden .phone {
        display: block;
        width: 165px;
        margin: auto;
    }
    .headLayerHidden .headLayerRight {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;  
        display: block;
        padding-top: 50px;
        text-align: center;
        
        -webkit-transition: bottom .3s ease, top .3s ease, opacity .3s ease;
        -moz-transition: bottom .3s ease, top .3s ease, opacity .3s ease;
        -o-transition: bottom .3s ease, top .3s ease, opacity .3s ease;
        transition: bottom .3s ease, top .3s ease, opacity .3s ease;  
        opacity: 0;       
         
    }
    .headLayerHidden .lang {
        margin-top: 20px;
        width: 100%;
    }
    .headLayerHidden .langLayer div {
        display: inline-block;
        padding: 0px 20px;
    }
    .headLayerHidden .langActive {
        font-weight: bold;
    }
    .headLayerHidden .langLayer:after {
        display: none;
    }
    .headLayerHidden .langLayer:hover {
        height: 24px;
        border: 1px solid #f3f3f300; 
        background: #fff0;
        -webkit-box-shadow: 0px 2px 2px -1px rgba(0,0,0,0);
        -moz-box-shadow: 0px 2px 2px -1px rgba(0,0,0,0);
        box-shadow: 0px 2px 2px -1px rgba(0,0,0,0);
    }
    
    
    
    
    .headLayerPopup {
        visibility: visible;
        opacity: 1;
        top: 0px;
        z-index: 11;
    } 
    .headLayerPopup .headLayerRight {
        bottom: 40px;
        opacity: 1; 
    }  
    .headLayerPopup .headLayerLeft { 
        padding-top: 80px;
        opacity: 1; 
    } 
    .headLayerPopup .logoTop { 
        opacity: 1;
    }
    
    
    
    .menuBgClose {
        position: fixed;
        top: 30px;
        right: 30px;
        z-index: 4;
        transform: scaleX(1.2);
        font-weight: bold;
        font-size: 22px;
        visibility: hidden;
        opacity: 0;
        
        -webkit-transition: opacity .3s ease, top .3s ease;
        -moz-transition: opacity .3s ease, top .3s ease;
        -o-transition: opacity .3s ease, top .3s ease;
        transition: opacity .3s ease, top .3s ease;         
        width: 25px;
        height: 25px; 
        z-index: 11;   
    }
    .menuBgClose:after {
        display: block;
        content: " ";
        position: absolute;
        top: 10px;
        left: 0;
        width: 25px;
        height: 3px;
        background: #E50887;
        transform: rotateY(0deg) rotate(50deg);
    }
    .menuBgClose:before {
        display: block;
        content: " ";
        position: absolute;
        top: 10px;
        left: 0;
        width: 25px;
        height: 3px;
        background: #E50887;
        transform: rotateY(0deg) rotate(-50deg);
    }
    
    .menuBgCloseShow {
        visibility: visible;
        opacity: 1;
        top: 30px;
    } 
    .headMenuItemSub {
        text-align: center;
        
        width: 100%;
        left: 0;
        right: 0;
        display: none;
        position: initial !important;  
    }
    .headMenuSubMenu a {
        padding-top: 0px !important;       
        padding-bottom: 0px !important;
        
    }
    .headLayerPopup .headMenuItemSub {
        visibility: visible;
        opacity: 1;            
    }
    
}
@media screen and (max-height: 500px) {
    .headLayerHidden .headLayerRight {
        position: unset;
        bottom: auto;
        left: auto;
    }        
}


@media screen and (max-width: 1080px) {
    .corpMain {
        margin-top: 30px;
        padding-bottom: 180px;
    }
    .corpMainLayer {
        width: 55%;
    }
    .corpMainTitle {
        font-size: 60px;
        line-height: 80px;        
    }
    .corpMainBrief {
        font-size: 15px;
    }
}

@media screen and (max-width: 910px) {
    .corpMain {
        margin-top: 30px;
        padding-bottom: 180px;
    }
    .corpMainLayer {
        width: 70%;
    }
    .corpMainTitle {
        font-size: 48px;
        line-height: 56px;        
    }
    .corpMainBrief {
        font-size: 14px;
    }       
}

@media screen and (max-width: 600px) {
    .corpTop {
/*        background-size: unset;
        background-position: 36% 0%;
        */
        background: none;  
        position: relative;
    }
    .corpTop:after {
        position: absolute;
        top: 0;
        left: 0; 
        background: url(../img/corpTop.png) no-repeat;
        opacity: 0.5;
        content: " ";  
        width: 100%;
        height: 100%;
        display: block;
        background-size: unset;
        background-position: 36% 0%;
    }
    .corpMain {
        margin-top: 0px;
        padding-bottom: 180px;  
    }
    .corpMainLayer {
        width: 90%;
    }
    .corpMainTitle {
        font-size: 36px;
        line-height: 48px;        
    }
    .corpMainBrief {
        font-size: 14px;
        color: #383838;
        font-weight: 500;
    }   
    .buttonCatalog {   
        margin-top: 20px; 
    }        
}

@media screen and (max-width: 600px) {
    .contactForm input, .contactForm textarea {
        font-size: 14px;
        padding: 12px 20px;
    } 
    .contactFromButtom {
        width: 220px;
        line-height: 50px;
        margin-top: 30px;
    }   
}
@media screen and (max-width: 1150px) {
    .footerLayer {
        flex-direction: column;
    }
    .footerLayerRight {
        flex-direction: row-reverse;
        margin-top: 30px;
        
    }
    .footerLayer>div {
        width: 100%;
        max-width: 700px;
    }
    .footerLayerContact {
        text-align: right;
    }
    .footerLayerLogo {
        width: 228px;
    }
    .footerLayerNetwork {
        width: 228px;
        text-align: center;
    }
    .footerLayerIcons {
        margin: auto;
    }
    .footerLayerNetworkBrief {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .footerLayer>div {
        flex-direction: column;
    } 
    .footerLayerContact {
        width: 100%;
        text-align: center;
        margin-top: 30px;
    } 
    .footerLayerAddress {
        width: 100%;
        text-align: center;
        margin-bottom: 30px; 
        margin-top: -20px;       
    }      
}


/*ABOUT*/
@media screen and (max-width: 880px) {
    .aboutLayer {
        margin: 30px auto 85px;
    }   
    .aboutContent {
        margin-left: 70px;
    } 
}

@media screen and (max-width: 715px) {
    .aboutTitle {
        font-size: 48px;
        line-height: 56px;
    } 
    .aboutBrief p {
        font-size: 14px;
    }   
    .aboutContent {
        max-width: 80%;        
    }
    .about .buttonCatalog {
        font-size: 15px;
        width: 225px;
        margin-top: 40px;
    }
    .about .buttonCatalogLangsk, .mainUpLayer  .buttonCatalogLangsk {
        font-size: 15px;
        width: 280px;
        margin-top: 40px;
    }
}

@media screen and (max-width: 550px) {
    .aboutContent {
        margin-left: 50px;   
    }  
    .about .buttonCatalog {  
    }
    .aboutTitle {
        margin-top: 5px;
        font-size: 40px;
        line-height: 48px;
    }   
    .aboutCaption {
        font-size: 12px;
    }
    .aboutTop {
        background-position: 60% 50%;
    }
}
@media screen and (max-width: 1180px) {
    .becomeContent {
        max-width: 901px;
    }
}

@media screen and (max-width: 1050px) {
    .become {
        margin-top: 0px;
    }
    .becomeContent {
        padding-left: 150px;
        max-width: 800px;
    }
}
@media screen and (max-width: 900px) {
    .becomeBrief {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 35px;
    }
    .becomeTitle {
        font-size: 22px;
        margin-bottom: 30px;
    }    
    .becomeLets {
        font-size: 36px;
    }
    .becomeContent {
        max-width: 90%; 
        padding-left: 100px;       
    }
    .becomeTop:after {
        transform: scale(0.7);
        top: 200px;
    }
    .becomeThank {
        font-size: 68px;
    }
}
@media screen and (max-width: 780px) {
    .becomeLets {
        font-size: 26px;
        line-height: normal;
    } 
    .become {
        margin-bottom: 120px; 
    } 
    .becomeTop:after {
        transform: scale(0.5);
        top: 200px;
        left: -250px;
    } 
    .becomeNetwork .aboutNetworkBrief {
        font-size: 15px;
    }
}

@media screen and (max-width: 680px) {
    .becomeLets {
        display: none;
    }    
}

@media screen and (max-width: 580px) {
    .becomeThank {
        font-size: 38px;
        line-height: 38px;
        right: calc(100% + 10px);
        top: 10px;
        
        
        display: none;
    } 
    .becomeContent {
        max-width: 90%; 
        padding-left: 0px;       
    } 
    .becomeTop:after {
        transform: scale(0.4);
        top: 200px;
        left: -350px;
    }  
    .becomeList {
        width: 100%;
    }   
    .becomeNetwork {
        top: -10px;
    }
    .become {
        margin-bottom: 50px;
    }          
}

@media screen and (max-width: 1900px) {
    .brandNetwork {
        top: -52px; 
        
    }     
}

@media screen and (max-width: 1780px) {
    .brandItem:after {
        right: -100px;
    }    
}

@media screen and (max-width: 1580px) {
    .brandItem:after {
        right: -200px;
    }        
}

@media screen and (max-width: 1420px) {
    .brandItem:after { 
        right: -100px; 
        bottom: 100px;     
        width: 700px;
        height: 506px;
        background: url("../img/brand1.png") 50% 50% no-repeat;
        background-size: 100%;
        z-index: -1;    
    }    
    .brandNetwork {
        top: -52px; 
        width: 459px;
    }    
}

@media screen and (max-width: 1250px) {
    .brand {
        margin-top: 0px;
    }    
    .brandItem {
        padding-top: 40px;
    }
    .brandItem:after {
        right: -140px;
        bottom: 100px;
        width: 600px; 
    }
    .brandItem {
        padding-bottom: 40px;
    }
    .brandItemContent {
        width: 60%;
    }
    .brandNetwork {
        top: 0px; 
        width: 369px;
    }
}

@media screen and (max-width: 1000px) {
    .brandBrief {
        font-size: 14px;
        line-height: 22px;
    }   
    .brandTitle {
        font-size: 56px;
        line-height: 64px;
        width: 75%;
    } 
    .brandItem:after {
        right: -0px;
        bottom: -80px;
        width: 40%; 
    }
    .brandItemContent .buttonCatalog {
        font-size: 18px;
    }
    .brandNetwork {
        top: 0px; 
        width: 469px;
    }
    .brandItemContent {
        width: 70%;
    }         
}

@media screen and (max-width: 700px) {
    .brandItemContent {
        width: 90%;
    } 
    .brandItemContent .buttonCatalog {
        margin: 0px 0px 100px;
        margin-right: 40%;
        
    }   
    .brandBrief {
        margin-bottom: 0px;
    } 
    .brandItem:after {
        bottom: -130px;
        width: 55%;        
    }  
    .brandTitle {
        width: 90%;
    } 
}

@media screen and (max-width: 550px) {
    .brandItem:after {
        bottom: -130px;
        width: 80%;        
    }     
    .brandItemContent .buttonCatalog {
        margin: 0px 0px 220px;
        margin-right: 0px;
    }   
}

@media screen and (max-width: 1730px) {
    .brandItemTwoContent {
        margin-right: 0px;
        width: 47%;                  
    }  
    .brandItemTwo:after {
        background-size: 55%;
    }  
}

@media screen and (max-width: 1000px) {
    .brandBriefTwo {
        font-size: 14px;
        line-height: 22px;
    }    
}

@media screen and (max-width: 700px) {
    .brandItemTwoContent {
        width: 90%;
    } 
    .brandItemTwo:after {
        background-position: 0% 0%;
        background-size: 100%;
    }  
    .brandItemTwo {
        padding-bottom: 30px;
        padding-top: 410px;
    } 
    .brandItemTwoLogo {
        float: none; 
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 550px) {
    .brandItemTwoContent {
        width: 100%;
    }
    .brandBriefTwo {
        margin-bottom: -10px;
    }   
           
}
@media screen and (max-width: 600px) {
    .brandItemTwo {           
        padding-top: 350px;
    }        
}

@media screen and (max-width: 500px) {
    .brandItemTwo {           
        padding-top: 300px;
    }        
}
@media screen and (max-width: 450px) {
    .brandItemTwo {           
        padding-top: 270px;
    }        
}
@media screen and (max-width: 400px) {
    .brandItemTwo {           
        padding-top: 240px;
    }        
}


@media screen and (max-width: 1350px) {
    .brandItemThree:after {
        background-position: 100% 50%;
    }    
}

@media screen and (max-width: 1200px) {
    .brandItemThreeContent {
        width: 60%;
    }
    .brandItemThree:after {
        background-size: 40%;
    } 
}
@media screen and (max-width: 1000px) {
    .brandBriefThree {
        font-size: 14px;
        line-height: 22px;
    }
}

@media screen and (max-width: 700px) {
    .brandItemThreeContent {
        width: 90%;
    } 
    .brandItemThree:after {
        background-position: 50% 5%;
        background-size: auto 350px;
    }  
    .brandItemThree {
        padding-bottom: 30px;
        padding-top: 410px;
    } 
}

@media screen and (max-width: 550px) {
    .brandItemThreeContent {
        width: 100%;
    } 
    .brandBriefThree {           
        margin-bottom: -25px;  
    }        
}



@media screen and (max-width: 1200px) {
    .partnerBlock {
        padding-top: 220px;
        padding-bottom: 220px; 
    }
    .partnerBlock:after {
        background-size: auto 100%;
    }
}

@media screen and (max-width: 1200px) {
    .partnerBlockTitle {      
        font-size: 52px;
        line-height: 52px; 
    }    
    .partnerBlockTitle span { 
        top: 20px;
    }
    
}

@media screen and (max-width: 880px) {
    .partnerBlock {
        padding-top: 120px;
        padding-bottom: 150px; 
    }        
    
    .partnerBlockTitle:hover {
        padding-right: 205px;
    }
    .partnerBlockTitle:hover span {
        width: 170px;
    }    
}

@media screen and (max-width: 880px) {
    .partnerBlockTitle {      
        font-size: 36px;
        line-height: 36px; 
        padding-right: 40px;
    }
    .partnerBlockTitle span:before, .partnerBlockTitle span:after {
        display: none;
    }     
    .partnerBlockTitle span {
        width: 27px;
    }  
    
    .partnerBlockTitle:hover {
        padding-right: 70px;
    }
    .partnerBlockTitle:hover span {   
        width: 67px;
    }   
    .partnerBlockTitle span {   
        top: 10px;
    }     
        
}

@media screen and (max-width: 560px) {
    .partnerBlockTitle {      
        font-size: 26px;
        line-height: 28px; 
        padding-right: 40px;
        margin-bottom: 0;
    }
    .partnerBlockTitle span:before, .partnerBlockTitle span:after {
        display: none;
    }     
    .partnerBlockTitle span {
        width: 27px;
    }  
    
    .partnerBlockTitle:hover {
        padding-right: 50px;
    }
    .partnerBlockTitle:hover span {   
        width: 20px;
    }   
    .partnerBlockTitle span {   
        top: 0px;
    }  
    .partnerBlockBrief {
        font-size: 13px;
    }        
}
@media screen and (max-width: 420px) {
    .partnerBlockTitle {      
        font-size: 20px;
        line-height: 28px; 
        padding-right: 40px;
        margin-bottom: 0;
    }        
}


@media screen and (max-width: 1500px) { .productItemBrief { width: 50%; } }
@media screen and (max-width: 1300px) { .productItemBrief { width: 52%; } }

@media screen and (max-width: 1250px) {
    .productItemTitle {
        font-weight: 600;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #38383880;
        margin-bottom: 12px;
        padding-left: 43px;
        cursor: pointer;
        width: 300px;
    } 
    .productItemBrief { 
        margin-top: -20px;
        font-size: 13px;
        line-height: 24px;
    }   
    .productCaption {
        margin-top: 0px;
    }
}
@media screen and (max-width: 850px) {
    .productItem img {
        margin-right: -80px;
    }   
    .productItemBrief { width: 60%; } 
    
    .productItemBrief { 
        margin-top: 20px;
    } 
}


@media screen and (max-width: 720px) {
    .productItem {
        position: relative;
        max-width: 100%;
        min-height: 310px;
    }  
    .productItemBrief {
        position: inherit;
        top: 0 !important;
        left: 0 !important;
        background: #fff0;
        height: auto !important;
        width: 50% !important;
        padding-bottom: 60px;
    }
    .productItemTitle {
        padding-left: 0px;
        color: #383838;
    } 
    .productItemImg1, .productItemImg2, .productItemImg3, .productItemBrief {
        opacity: 1;
        -webkit-transition: opacity .5s ease;
        -moz-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        transition: opacity .5s ease;    
    }
    .productItemTitle {
        width: 72%;
        max-width: 270px;
        font-size: 16px;
    }
    .productParent {
        margin-top: -30px;
    }
    .productTitle {
        font-size: 36px;
        line-height: 48px;
    }
    .activeArr {
        display: none;
    }
    .productList {
        height: auto !important;
    }
       
}
@media screen and (max-width: 500px) {
    .productItemImg1, .productItemImg2, .productItemImg3 {
        position: initial !important;
        top: auto !important;  
        left: auto !important;  
        margin: 0 !important;  
        display: inline-block !important;
        max-width: 40% !important;
        max-height: 120px !important;
        width: auto  !important;
        
    }
    body .productItemImg2 {
        float: right;
        max-width: inherit !important;
        height: 150px !important;
        margin-right: -140px !important;
        
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;    
                                           
    }
    .productItemImg3 {              
        border: 2px solid #fff;
        max-height: 100px !important;
    }
    .productItemImg1 {
        
    } 
    .productItemBrief { 
        width: 100% !important;          
    }
    .productItem {  
        min-height: 260px;
    } 
    .productItemTitle {
        width: 100% !important;
        max-width: 100%;
        margin-bottom: 30px;
    } 
    .productItem {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
       
}

@media screen and (max-width: 400px) {
    body .productItemImg2 { 
        margin-right: -65% !important;      
    }
    
}

/*MAIN*/

@media screen and (max-width: 1100px) {
    .mainUpTitle {  
        font-size: 60px;
        line-height: 80px; 
        max-width: 80%;
    }
    .mainUpBottom {
        left: 110px;     
        right: auto;
    }
    .mainUpLayer {
        margin-top: 50px;
    }
    .mainUpBottom {
        font-size: 32px;
        line-height: 30px;
        padding: 25px 51px;
    }
}

@media screen and (max-width: 900px) {
    .mainUpAttention {
        margin-top: 80px;
    }                                
}

@media screen and (max-width: 850px) {
    .mainUpLayer {
        padding-left: 70px;
    }
    .mainUpTitle {
        font-size: 48px;
        line-height: 56px;
        max-width: 100%; 
    }    
    .mainUpAttention span {  
        font-size: 14px;
        line-height: 20px;  
    }
    .mainUpAttention div {  
        font-size: 14px;
        line-height: 20px; 
    } 
    .mainUpAttention {
        max-width: 100%;
        flex-direction: column;
        width: auto;
    } 
    .mainUpBottom {
        left: 70px;
        font-size: 24px;
        line-height: 23px;
        padding: 25px 51px;        
    }        
    .mainTop .aboutNetwork {
        width: 470px;
        left: 15px;
    }
}
@media screen and (max-width: 550px) {
    .mainUpLayer {
        padding-left: 40px;   
    }  
    .mainUpBottom {
        left: 50px;        
    } 
    .mainUpTitle {
        margin-top: 5px;
        font-size: 40px;
        line-height: 48px;
    }   
    .mainUpCaption {
        font-size: 12px;
    }
    .mainTop {
        background-position: 60% 50%;
    }
    .mainUpAttention span {
        width: 100%;
    }
    .mainUpBottom {
        left: 50px;
        font-size: 18px;
        line-height: 20px;
        padding: 17px 31px;
    }
    .mainUpAttention {
        margin-bottom: 80px;
    }
    .mainUpLayer {
        margin-top: 30px;
    }

    .mainUpAttention {
        margin-top: 60px;
    }
}

@media screen and (max-width: 450px) {
    .mainUpBottom {
        display: none;
    }   
     
}
@media screen and (max-width: 1600px) {
    .mainBrandLabel {
        font-size: 14px;
        line-height: 22px;
        padding: 15px 25px;
        width: inherit;
    }    
}
@media screen and (max-width: 1300px) {
    .mainBrandLabel {
        left: auto !important;
        right: 20px !important;
    }      
}

@media screen and (max-width: 1100px) {
    .mainBrandLabel {
        font-size: 12px;
        line-height: 22px;
        padding: 10px 15px;
        max-width: 300px;
    }   
    .mainBrand {
        margin-top: 80px;
        margin-bottom: 120px;
    } 
    
         
}
@media screen and (max-width: 1000px) {
    .mainBrandContent span {
        font-size: 12px;
        line-height: 20px;
        max-width: 20%;  
    }  
    .mainBrandItem {
        margin-bottom: 30px;
    }
    .mainBrand {
        min-height: auto;
    }      

}

@media screen and (min-width: 750px) {

    .mainBrandLogo {
        opacity: 0;
    }
    .mainBrandPhoto1, .mainBrandPhoto2, .mainBrandLabel {
        opacity: 0;
        -webkit-transition: opacity .5s ease;
        -moz-transition: opacity .5s ease;
        -o-transition: opacity .5s ease;
        transition: opacity .5s ease;    
    }
    .mainBrandItemActive2 .mainBrandLogo, .mainBrandItemActive2 .mainBrandPhoto1, .mainBrandItemActive2 .mainBrandPhoto2, .mainBrandItemActive2 .mainBrandLabel {
        z-index: 2;
        opacity: 1;
    }
    .mainBrandItemActive2 .mainBrandLogo {
        opacity: 0;
    }
    .mainBrandItemActive .mainBrandLogo, .mainBrandItemActive .mainBrandPhoto1, .mainBrandItemActive .mainBrandPhoto2, .mainBrandItemActive .mainBrandLabel {
        z-index: 3;
        opacity: 1;
    }      
}

@media screen and (max-width: 750px) {
    .mainBrand .activeArr {
        display: none;
    }
    .mainBrand {
        overflow: hidden;
        margin-bottom: 50px;
        height: auto !important;
    }
    .mainBrandItem {
        position: relative;
        padding-bottom: 120px;
        padding-left: 0px;
        
    }    
    .mainBrandLogo {
        top: 0 !important; 
        right: 0 !important;
        left: auto !important;
    }
    .mainBrandPhoto2 {
        right: -40px;  
        top: 50px;  
    }
    .mainBrandPhoto1 {
        height: 190px;
        width: auto;
        right: 35%;
        top: 50px;
    }
    .mainBrandContent span {
        max-width: 35%;
    }
    .mainBrandLabel {
        position: initial;
        padding: 0px;
        font-weight: 600;
        margin-top: 20px;
        max-width: 35%;
    }
    .mainArrList {
        display: none;
    }
}

@media screen and (max-width: 550px) {
    .mainBrandPhoto1 {
        display: none !important;
    }
    .mainBrandContent div {
        max-width: 65%;
        line-height: 25px;
    }
    .mainBrandContent span {
        max-width: 65%;
    }
    .mainBrandLabel {
        max-width: 65%;    
    }
    .mainBrandItem {
        padding-bottom: 40px;
    }
    .mainBrandLogo {
        display: none !important;
    }
    .mainBrandPhoto2 {
        top: 10px;
        max-width: 67%;
        width: auto;
        right: -40%; 
        max-height: 190px;   
    }
}
@media screen and (max-width: 1100px) {
    .mainLetterBg {
        background-position: 140% 0%;
    }  
    .mainLetterContent {
        padding-right: 40px;
    }  
}

@media screen and (max-width: 980px) {
    .mainLetterBrief {        
        font-size: 16px;  
        line-height: 28px;
    }    
    .mainLetterContent {
        width: 100%;
    } 
    .mainLetterLayer {
        flex-direction: column;
    }
    .mainLetterList {
        flex-direction: row;
        width: 450px;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .mainLetterBg {
        padding-top: 50px;
    }

    

}

@media screen and (max-width: 580px) {   
    .mainLetterList {       
        width: 90%;      
    }    
    
    .mainLetterContent .buttonCatalog {
        margin-right: 0px;
        font-size: 14px;
        width: 275px;
    } 
    .mainLetterItem span {
        font-size: 80px;
        line-height: 60px;
        margin-bottom: 30px;
    }   
    .mainLetterItem div {
        font-size: 14px;
    }
    .mainLetterTitle {     
        font-size: 40px;
        line-height: 50px; 
        margin-bottom: 26px;
    }
    .mainLetterBg {
        padding-bottom: 50px;
    }
    .mainLetterBrief {        
        font-size: 14px;  
        line-height: 24px;
    }    
}

@media screen and (max-width: 410px) {
    .mainLetterItem div {
        font-size: 12px;
    }        
}


@media screen and (max-width: 1100px) {
    .contactPageContent {
        width: 90%;
        margin-bottom: 150px;
    }    
}

@media screen and (max-width: 900px) {
    .contactPageContent {
        margin-top: 50px;
    }            
    .contactPagePhone, .contactPageMail, .contactPageAddress {
        margin-bottom: 50px;
    }
    .contactPageNetwork {
        width: 450px;
    }

}
@media screen and (max-width: 800px) {
    .contactPageTitle {
        font-size: 56px;
        line-height: 64px;
        margin-top: 0px;
    }   
    .contactPageContent>div {
        font-size: 18px;
        line-height: 28px;
    }
    .contactPageContent>div:after {
        top: 0;
    } 
    .contactPagePhone {
        margin-right: 30px;
        font-size: 20px;
    }
    .contactPageMail {      
        font-size: 20px;
    }
}

@media screen and (max-width: 550px) {
    .contactPageContent {   
        margin-bottom: 50px;
    }   
}

@media screen and (max-height: 750px) {
    .popupTitle {
        font-size: 36px;
        line-height: 38px;        
    }
    .popupLayer {
        padding: 30px 77px;
        max-height: 650px;
        min-height: auto;
        height: 95%;
    }
    .popupSend {
        margin-top: 20px;
        width: auto;
        height: auto;
        padding: 8px 80px;
        line-height: 40px;
        display: inline-block;
    }
}

@media screen and (max-width: 640px) {
    .popupLayer {
        padding: 30px 35px;  
        height: 90%;  
    }
    .popupTitle {
        font-size: 26px;
        margin-bottom: 20px;
        
    }   
    .popupLayer input, .popupLayer textarea {
        padding: 10px 15px;
        font-size: 14px;
    } 
    .popupSend {
        font-size: 20px;
    }
}

@media screen and (max-width: 750px) {
    .mainBrandContent div { 
        cursor: auto;
    }   
    .mainBrandContent span { 
        cursor: auto;
    }    
}


@media screen and (max-width: 900px) {
    .profProdTitle {
        font-size: 60px;
        text-align: center;
    } 
    .profProdBrief {
        font-size: 14px; 
        width: 100%;
    }  
}
@media screen and (max-width: 700px) {
    .profProdTitle {
        font-size: 48px;
        text-align: center;
        line-height: 130%;
    } 
    .profProdBrief {
        font-size: 14px; 
        width: 100%;
    }  
}