body {
    font-family: "Montserrat","Arial",sans-serif;
    font-size: 16px;
    color: #919295;
    background-color: #1d252d;
}
a{
    text-decoration: none !important;
}
.home-header{
    width: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    background: #111922;
    padding: 25px;
    z-index: 900;
}

.banner-search .h-banner-form{
    padding: 60px 70px 0 0;
}
.banner-search:before{
    content: "";
    display: block;
    position: relative;
    top: 0;
    left: -20px;
    background: #ff8d00;
    width: 122px;
    height: 20px;
    margin-bottom: 60px;
}
.banner-title-search{
    color: white;
    font-size: 148px;
    font-weight: 900;
}
.home-brand{
    width: 300px;
    border-bottom: 10px solid #ff8d00;
}
.home-brand>img{
    max-width: 300px;
}
*, *:before, *:after {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    font-size: 100%;
    line-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.home-logo, .menu-icon, .home-logo{
    width: 60px;
    height: 60px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: color ease .25s;
    -ms-transition: color ease .25s;
    transition: color ease .25s;
}
.home-logo{
    width: 50px;
    background: url("../img/icon/turboWh.png") center center no-repeat;
    background-size: 100%;
    border-bottom: 6px solid #ff8d00;
}
.home-logo:hover{
    border-color: white;
}
.m-menu{
    background: url("../img/icon/menuHW.png") center center no-repeat;
    background-size: 70%;
}
.m-menu:hover{
    background: url("../img/icon/menuHO.png") center center no-repeat;
    background-size: 70%;
}
.s-menu{
    bottom: 20px;
    background: url("../img/icon/searchHW.png") center center no-repeat;
    background-size: 70%;
}
.s-menu:hover{
    background: url("../img/icon/searchHO.png") center center no-repeat;
    background-size: 70%;
}
.s-off{
    bottom: 20px;
    display: none;
}
.s-off:before{
    content: '\2715';
    font-size: 50px;
    color: white;
}
.s-off:hover:before{
    color: #ff8d00;
}
.menu-icon{
    overflow: hidden;
}
.home-logo {
    width: 50px;
    top: 20px;
    display: block;
}
.home-cont, .site-menu, .home-search{
    padding-bottom: 80px;
    background-color: #1d252d;
    overflow: hidden;
    position: relative;
    background-size: cover;
    webkit-transition: opacity ease .25s;
    -ms-transition: opacity ease .25s;
    transition: opacity ease .25s;
}
.site-menu, .home-search{
    opacity: 0;
}
.site-menu, .site-search{
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #111922;
    z-index: 900;
}
.site-search{
    left: 80px;
    padding-top: 170px;
}
.site-menu-cont{
    padding-left: 80px;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
}
.site-menu-close{
    width: 80px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #ff8d00;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
    webkit-transition: color ease .25s;
    -ms-transition: color ease .25s;
    transition: color ease .25s;
}
.site-menu-close:before{
    content: '\2715';
    font-size: 60px;
    color: #111922;
}
.site-menu-close:hover:before{
    color: #ab0a0a;
}
.site-menu-mobil{
    padding-top: 70px;
    text-align: center;
}
.site-menu-mobil span{
    color: white;
    font-size: 16px;
    font-weight: 600;
    margin: 0 30px 20px 0;
    display: inline-block;
}
.home-fon{
    padding: 200px 0 100px;
    background: url("../img/fon/homefon.jpg") center/cover no-repeat;
}
/*.home-cont:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(29,37,45,0.8);
        z-index: 1;
}*/
.site-menu-left{
    width: 50%;
    height: 100%;
    padding: 60px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
}
.site-menu-right{
    width: 50%;
    height: 100%;
    display: inline-block;
    overflow: auto;
    background-color: white;
}
.site-menu-img{
    text-align: center;
    padding: 10px;
    max-width: 500px;
    margin: 50px auto;
}

.site-menu-img img{
    max-width: 100%;
    height: auto;
}
.site-menu-txt{
    color: black;
    font-size: 42px;
    text-align: center;
    padding: 10px;
}
.site-menu-list{
    margin-top: 80px;
}
.site-menu-list a{
    margin-bottom: 30px;
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    display: block;
    -webkit-transition: color ease .25s;
    -ms-transition: color ease .25s;
    transition: color ease .25s;
}
.site-menu-list a:hover{
    color: #ff8d00;
}
.home-banner{
    max-width: 1100px;
    position: relative;
    z-index: 2;
    width: 86%;
    margin: 0 auto;
}
.banner-search{
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    z-index: 700;
}
.searchContInf{
    width: 300px;
    height: 0;
    left: 0;
    top: 139px;
    position: absolute;
    background-color: #ff8d00;
    color: black;
    transition: height ease .5s;
    -webkit-transition: height ease .5s;
    -moz-transition: height ease .5s;
    overflow: hidden;
}
.sACIActiv{
    height: 80px;
}
.searchContTxt{
    font-size: 20px;
    text-align: center;
    margin: 10px auto;
}
.h-banner-subtitle, .h-banner-title{
    color: white;
}
.h-banner-subtitle{
    font-size: 32px;
    font-style: inherit;
    margin-top: 60px;
}
.h-banner-title{
    font-size: 92px;
    font-weight: 900;
    margin-top: 30px;
    text-transform: uppercase;
}
.h-banner-title span{
    font-size: 120px;
    display: block;
    margin-top: 10px;
}
.h-banner-form{
    margin: 0 auto;
    padding-top: 50px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 700;
}
.h-banner-form>input{
    width: auto;
    padding: 0 40px;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border: none;
    background: #fff;
    border-radius: 0;
    font-size: 26px;
    color: #111922;
}
.searchBut{
    webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 29px 60px;
    font-size: 22px;
    webkit-transition: background ease .25s,border-color ease .25s;
    -ms-transition: background ease .25s,border-color ease .25s;
    transition: background ease .25s,border-color ease .25s;
    display: inline-block;
    cursor: pointer;
    background: #ff8d00;
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.searchBut:hover{
    background-color: #ff7702;
}
.home-links{
    padding: 5px;
    display: flex;
    background-color: white;

}
.link-part{
    width: 50%;
    display: block;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    background: #e7e8e8;
    cursor: pointer;
    margin: 5px;
    padding: 80px 100px;
}
.link-part:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: rgba(231,232,232,0.95);
    -webkit-transition: opacity ease 0.6s;
    -ms-transition: opacity ease 0.6s;
    transition: opacity ease 0.6s;
    z-index: 1;
}
.link-part:hover:before {
    opacity: .6;
    background-color: #111922;
}
.link-part:hover .link-title{
    color: white;
}

.link-img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: center / 100% no-repeat;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.link-cont{
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;

}

.link-txt{

}
.link-subtitle{
    color: #ff8d00;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 20px;
    display: block;
}
.link-title{
    webkit-transition: color ease 0.6s;
    -ms-transition: color ease 0.6s;
    transition: color ease 0.6s;
    line-height: 90%;
    font-weight: 900;
    text-transform: uppercase;
    color: #111922;
    margin-top: 35px;
    font-size: 80px;
}
.link-title span{
    font-size: 40px;
}

.link-icon{
    width: 134px;
    height: 134px;
    margin: 50px auto 0;
    position: relative;
    overflow: hidden;
}
.link-icon img{
    max-width: 134px;
    margin: 0 auto;
    display: block;
    -webkit-transition: transform ease 0.4s;
    -ms-transition: transform ease 0.4s;
    transition: transform ease 0.4s;
}
.link-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transition: transform ease 0.4s;
    -ms-transition: transform ease 0.4s;
    transition: transform ease 0.4s;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    transform: translateY(200px);
    background: url(../img/icon/arrowHome.png) center/100% no-repeat;
}
.link-part:hover .link-icon:before{
    webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.link-part:hover .link-icon img{
    webkit-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    transform: translateY(-200px);
}

@media screen and (max-width: 1440px) and (min-width: 1025px) {
    .home-header{
        width: 80px;
    }

    .s-menu{
        bottom: 20px;
    }
    .home-links{
        margin-left: 80px;
    }
    .home-banner{
        margin-left: 110px;
    }
    .h-banner-form>input{
        height: 80px;
        line-height: 30px;
    }
    .link-title{
        font-size: 70px;
    }
    .link-title span{
        font-size: 35px;
    }

}
@media screen and (max-width: 1024px) and (min-width: 769px) {
    .home-header, .site-menu-close{
        width: 70px;
    }
    .site-menu-close:before{
        font-size: 50px;
    }
    .site-menu-cont{
        padding-left: 70px;
    }
    .site-search{
        left: 70px;
    }
    .site-menu-left{
        width: 65%;
    }
    .site-menu-right{
        width: 35%;
    }
    .site-menu-list a{
        font-size: 40px;
        margin-bottom: 40px;
    }
    .site-menu-txt {
        font-size: 36px;
    }
    .home-banner {
        margin-left: 100px;
    }
    .banner-search{
        margin-left: 80px;
    }
    .banner-title-search{
        font-size: 110px;
    }
    .menu-icon, .home-logo{
        width: 55px;
    }
    .home-links{
        margin-left: 70px;
    }
    .link-title{
        font-size: 60px;
    }
    .link-title span{
        font-size: 30px;
    }
    .link-part{
        padding: 50px;
    }
    .h-banner-title {
        font-size: 56px;
    }
    .h-banner-title span{
        font-size: 80px;
    }
    .h-banner-subtitle {
        font-size: 18px;
    }

    .home-fon {
        padding: 130px 0 80px;
    }
    .home-brand{
        width: 270px;
    }
    .home-brand>img{
        max-width: 270px;
    }
    .banner-search:before{
        width: 100px;
        height: 15px;
        margin-bottom: 40px;
    }
}
@media screen and (min-width: 769px){
    .home-header, .menu-header {
        height: 100%;
    }
    .home-header:after{
        content: "";
        width: 100%;
        height: 150vh;
        position: absolute;
        top: 0;
        left: 0;
        background: #111922;
        z-index: -1;
    }
    .home-logo, .menu-icon {
        left: 50%;
    }
    .m-menu{
        bottom: 45%;
    }
}
@media screen and (max-width: 768px) {
    .home-header{
        width: 100%;
    }
    .site-menu-close{
        width: 100%;
        height: 60px;
    }
    .site-menu-close:before{
        font-size: 50px;
    }
    .site-menu-cont{
        padding: 70px 0 0;
    }
    .site-search{
        top: 70px;
        left: 0;
    }
    .banner-search .h-banner-form {
        padding: 60px 0 0;
    }
    .banner-title-search{
        font-size: 100px;
    }
    .banner-search:before{
        width: 100px;
        height: 15px;
    }
    .site-menu-left{
        width: 100%;
    }
    .site-menu-right{
        display: none;
    }
    .site-menu-list a{
        font-size: 40px;
        margin-bottom: 46px;
    }
    .m-menu{
        left: 50%;
    }
    .s-menu{
        right: 15px;
    }

    .s-off:before{
        font-size: 42px;
    }
    .link-subtitle{
        font-size: 16px;
    }
    .link-title{
        margin-top: 15px;
        font-size: 40px;
    }
    .link-title span{
        font-size: 20px;
    }
    .link-icon {
        width: 70px;
        height: 70px;
        margin: 15px auto 0;
    }
    .link-icon img{
        max-width: 70px;
    }
    .link-part{
        padding: 20px;
    }
    .h-banner-title {
        font-size: 50px;
    }
    .h-banner-title span{
        font-size: 80px;
    }
    .h-banner-subtitle {
        margin-top: 40px;
        font-size: 20px;
    }
    .home-brand{
        width: 240px;
    }
    .home-brand>img{
        max-width: 240px;
    }
    .home-fon {
        padding: 130px 0 50px;
    }
    .searchBut {
        padding: 25px 20px;
        font-size: 20px;
    }
    .h-banner-form>input {
        padding: 0 20px;
        font-size: 20px;
        width: 100px;
    }
    .home-logo {
        left: 55px;
    }
    .home-logo {
        top: 0;
        width: 46px;
        height: 54px;
    }
    .banner-search{
        left: 30px;
    }
    .s-off {
        right: 15px;
    }

}
@media screen and (max-width: 768px) and (min-width: 671px) {

    .home-header {
        height: 70px;
    }
    .menu-icon{
        width: 55px;
        top: 5px;
    }
    .s-off{
        top: 13px;
    }
}

@media screen and (max-width: 670px) {
    .home-header{
        height: 60px;
    }
    .site-search {
        top: 60px;
    }
    .menu-icon{
        width: 50px;
        top: 0;
    }
    .s-off{
        top: 8px;
    }
    .banner-title-search{
        font-size: 80px;
    }
}