@media screen and (max-width: 1000px) {
    .menu {
        margin-left: 70px;
        font-size: 17px;
    }   
    .lang {
        margin-left: 40px;
    } 
}
@media screen and (max-width: 840px) {
    .lang {
        position: absolute;
        top: 20px;
        right: 15px;
    }    
}

@media screen and (max-width: 750px) {
    .menu {
        visibility: hidden;
        opacity: 0;
        position: fixed;
    }
    .lang {
        visibility: hidden;
        opacity: 0; 
        position: fixed;   
    }    
    .head {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;        
    }
    .top {
        width: 50%;
        margin: 10px 0px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;  
        text-align: right; 
    }
    .top  a {
        display: block;
        padding: 2px 0 !important;
    }
    .top  a:after {
        display: none !important;
    }
    .top span {
        display: none;    
    }
    .headLine {
        width: 50%;
        margin: 10px 0px 20px;
    }
    .headLayer {
        margin-top: 0px;
    }
    .c-hamburger {
        display: block;
        margin-left: 20px;
        margin-top: -15px;
    }
    
    
    .showMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        opacity: 1;
        visibility: visible;
        background: #ff8c17;
        margin: 0px;
        
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;   
        z-index: 9;      
    }
    .showMenu a {
        padding: 10px 0px;
        margin: 0px;
        color: #fff;
    }
    .showMenu a:after {
        display: none !important;
    }
    .is-active {
        position: fixed;
        z-index: 9999;
        background: rgb(255 255 255 / 0%) !important;
    }
    .showLang {
        position: fixed;
        top: 20px;
        left: 0px;
        right: 0px;
        margin: auto;
        z-index: 10;
        display: flex;
        opacity: 1;
        visibility: visible;
        width: 50px;
        height: 30px;
    }
    .showLang a {
        color: #fff;
    }
    .menu, .showLang {
        -webkit-transition: opacity .2s ease, top .2s ease;
        -moz-transition: opacity .2s ease, top .2s ease;
        -o-transition: opacity .2s ease, top .2s ease;
        transition: opacity .2s ease, top .2s ease;        
    }
}

@media screen and (max-width: 450px) {
    .headLine img {
        width: 150px;
    } 
    .top, .top a {
        font-size: 13px;
    }   
}
@media screen and (max-width: 370px) {
    .headLine img {
        width: 120px;
    } 
    .top, .top a {
        font-size: 11px;
    }   
}
@media screen and (max-width: 750px) {
    .bannerLayer {
        height: 120px;
    }    
    h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 500px) {
    .contactForm div {
        width: 100%;
    }    
}
@media screen and (max-width: 900px) {
    .map img {
        height: 440px;
    }    
}
@media screen and (max-width: 750px) {
    .footerLayer {
        position: relative;
    }    
    .map {
        position: absolute;
        left: 0;
        right: 0px;
        top: 40px;
        margin: auto;
        overflow: hidden;
        width: 100%;
        text-align: center;
        opacity: 0;
    }
    .map img {
        height: 300px;
    }
    .footerLayer {
        justify-content: center;       
    }
    .footerBrief {
        align-items: center; 

        min-width: 70%;    
    }
    #footerLineDown {
        z-index: 1;
        position: absolute;
        text-align: center;
    }
    .footerTitle {
        margin-top: 20px;
    }
}
@media screen and (max-width: 450px) {
    
    .footerBrief {
        align-items: flex-start; 
        
    }    
}
@media screen and (max-width: 750px) {
    
    .partnersLayer {
        padding: 30px 0px;
    } 
    .partners {
        font-size: 14px;
    }  
    .partners .contactSubmit {  
        margin-right: 0px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 1200px) {
    .mainBanner {
        height: 350px;
    }
    .mainBannerItemLayer {
        height: 350px;
    }
}
@media screen and (max-width: 940px) {
    .mainBanner, .mainBannerItemLayer {
        height: 280px;
    }
    .mainBannerItemLayer span {
        font-size: 40px;  
    }
    .mainBannerItemLayer p {
        font-size: 22px;   
    }
    .mainBanner>div {
        width: 25px;
        height: 25px;
    }
}

@media screen and (max-width: 550px) {
    .mainBanner>div {
        top: auto;
    }
    .mainBanner, .mainBannerItemLayer {
        height: 200px;
    }
    .mainBannerItemLayer span {
        margin-bottom: -1px;
        font-size: 26px;  
    }
    .mainBannerItemLayer p {
        font-size: 16px;   
    }
}


@media screen and (max-width: 740px) {   
    .blockItem span {
        font-size: 14px;    
    }
    .blockItem p {
        font-size: 13px;
    }
    .blockItem {
        height: 160px;    
    }
    .blockItemLayer {
        width: 48%;
    }
}
@media screen and (max-width: 630px) { 
    .blockItemLayer {
        width: 100%;
        max-width: 400px;
        margin: 0px auto 20px;
    }  
    .blockItem {
        height: 160px;    
    }
}


@media screen and (max-width: 550px) {
    .companyItem {
        width: 48%;
    }     
    .graphItem {
        width: 48%;
        margin: auto;
    }   
}

@media screen and (max-width: 350px) {
    .companyItem {
        width: 100%;
        min-height: 80px;
        position: relative;
    } 
    .companyItem img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }       
}
@media screen and (max-width: 760px) {
    .infoMain {
        flex-direction: column;    
    }
    
    .infoMain span {
        text-align: center;
    }
    .partLink {
        margin-left: 0px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 600px) {
    .footerContactList {
        flex-direction: column;
    }    
    .footerContact {
        width: 100%;
    }
}