@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Black.eot');
    src: local('Proxima Nova Black'), local('ProximaNova-Black'),
        url('fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Black.woff2') format('woff2'),
        url('fonts/ProximaNova-Black.woff') format('woff'),
        url('fonts/ProximaNova-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Extrabld.eot');
    src: local('Proxima Nova Extrabold'), local('ProximaNova-Extrabld'),
        url('fonts/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Extrabld.woff2') format('woff2'),
        url('fonts/ProximaNova-Extrabld.woff') format('woff'),
        url('fonts/ProximaNova-Extrabld.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNovaT-Thin.eot');
    src: local('Proxima Nova Thin'), local('ProximaNovaT-Thin'),
        url('fonts/ProximaNovaT-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNovaT-Thin.woff2') format('woff2'),
        url('fonts/ProximaNovaT-Thin.woff') format('woff'),
        url('fonts/ProximaNovaT-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Light.eot');
    src: local('Proxima Nova Light'), local('ProximaNova-Light'),
        url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Light.woff2') format('woff2'),
        url('fonts/ProximaNova-Light.woff') format('woff'),
        url('fonts/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Bold.eot');
    src: local('Proxima Nova Bold'), local('ProximaNova-Bold'),
        url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Bold.woff2') format('woff2'),
        url('fonts/ProximaNova-Bold.woff') format('woff'),
        url('fonts/ProximaNova-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Regular.eot');
    src: local('Proxima Nova Regular'), local('ProximaNova-Regular'),
        url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Regular.woff2') format('woff2'),
        url('fonts/ProximaNova-Regular.woff') format('woff'),
        url('fonts/ProximaNova-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Semibold.eot');
    src: local('Proxima Nova Semibold'), local('ProximaNova-Semibold'),
        url('fonts/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
        url('fonts/ProximaNova-Semibold.woff2') format('woff2'),
        url('fonts/ProximaNova-Semibold.woff') format('woff'),
        url('fonts/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
.dynamic_block {
    transform-origin: center top;
    transform-style: preserve-3d;
    transition: opacity 0s cubic-bezier(.215,.61,.355,1),transform 0s cubic-bezier(.215,.61,.355,1);
    transition-duration: .5s;
    transition-delay: .1s;
}
.dynamic_block b{
    display: inline;
    font-weight: 700;
    color: #fff!important;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    position: relative;
    padding: 0.25vw calc(0.5729166667vw * var(--zoomFactor));
    transition: background-position .45s cubic-bezier(.27,0,.22,1) .7s;
    background-image: linear-gradient(90deg,#00C2C2 50%,#000 0);
    background-size: 201% 100%;
    background-position: 100%;
}
.messagers{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 2vw;
    align-items: center;  
}
.messagers a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.4583333333333333vw;
    height: 1.4583333333333333vw; 
}
.messagers a::before{
    content: "";
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    text-decoration: none;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
}
.messagers a.call::before{background-image: url(images/mess1.svg);}
.messagers a.tg::before{background-image: url(images/mess2.svg);}
.messagers a.viber::before{background-image: url(images/mess3.svg);}
.messagers a:hover::before{filter: grayscale(0%);}
.main_banner{
    position: relative;
    width: 100%;
    height: 40.260416666666664vw;
    overflow: hidden;
}
.main_banner_bg{
    bottom: 0;
    left: 0;
    position: absolute!important;
    right: 0;
    top: 0;
}
.main_banner_bg .swiper-container {
    height: 100%;
    position: relative;
}
.main_banner_bg .swiper-slide{
    height: 100%;
    position: relative;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main_banner .container{
    height: 100%;
    position: relative;
    z-index: 9;
}
.header{
    position: relative;
    padding: 2.3vw 0;
    justify-content: space-between;
}
.header_logo{
    padding-left: 0!IMPORTANT;
}
.header .logo{
    position: relative;
    background: url(images/logo.svg) no-repeat;
    background-size: contain;
    width: 12.552083333333334vw;
    height: 2.96875vw;
}
.menu{
    position: relative;
    display: flex;
    align-items: start;
    padding-right: 0!important;
     padding-left: 0!important;
     justify-content: space-between;
     margin-left: 1vw!important;
     -ms-flex: 0 0 65%!important;
     flex: 0 0 65%!important;
     max-width: 65%!important;
     height: 2.7vw;
}
.menu::after{
  content: "";
  position: absolute;
  width: 108%;
  height: 1px;
  background: #FF7D1F;
  bottom: 0;
}
.menu a{
    color: #C0C0C0;
    justify-content: center;
    display: flex;
    padding-top: 0.35vw;
    align-items: center;
    font-size: 0.8333333333333334vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
   -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
.menu a:hover, .menu a.active{
    text-decoration: none;
    color: #fff;
}
.header .contacts .phone{
    justify-content: end;
height: 2.7vw;
align-items: end;
}
.contacts{
    position: relative;
    display: flex;
    justify-content: end;
    padding-right: 0!important;
}
.contacts .phone{
    display: flex;
    flex-wrap: wrap;
}
.contacts .phone a::before{
    content: "";
    background: url(images/call.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 0.8333333333333334vw;
    height: 0.78125vw;
    margin-right: 0.5vw;
    display: flex;
}
.contacts .phone a{
    position: relative;
    display: flex;
    color: #fff;
    align-items: center;
    text-transform: uppercase;
    font-size: 1vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.contacts .phone a:hover{text-decoration: none;color: #cd6418;}
.contacts .phone .call{
    color: #FF7D1F;
    font-size: 0.84vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    margin-left: 1.5vw;
    text-transform: uppercase;
}
.contacts .phone .call:hover{text-decoration: none;color: #cd6418;}
.menu_mob, .header .messagers{display: none;}
.main_banner_content{
    position: relative;
    margin-top: 1vw;
}
.main_banner_content_l{
    padding-left: 0!important;
}
.main_banner_content_l .messagers{position: absolute;z-index: 9;}
.main_banner_content_l_wrap{
    position: relative;
    padding-left: 6vw;  
    display: flex;
     flex-wrap: wrap;
}
.main_banner_content_l h1{
    color: #FFF;
    font-family: 'ProximaNova';
    font-size: 2.5vw;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 1vw;
    line-height: 1;
    max-width: 90%;
}
.main_banner_content_l .description{
    position: relative;
    margin-bottom: 2vw;
    color: #fff;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}
.main_banner_btns{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 3vw;
    width: 18vw;
}
.main_banner_btns .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    font-size: 1vw;
    font-style: normal;
    font-weight: 700;
    cursor: pointer;
    height: 3.5937499999999996vw;
    border: none;
    text-transform: uppercase;
    border-radius: 10px;
    background: #FF7D1F;
    box-shadow: 0px 4px 13px 0px #00000038;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
.main_banner_btns .btn:hover{background: #cd6418;}
.main_banner_btns .sub_btn{
    color: #fff;
    line-height: 1;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 700;
    margin-top: 1vw;
}
.main_banner_content_l .adv{
    position: relative;
    margin-top: 2vw;
    display: flex;
    gap: 5vw;
}
.main_banner_content_l .adv_item{
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    cursor: pointer;
    font-size: 0.8333333333333334vw;
    font-weight: 900;
    text-align: left;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
}
.main_banner_content_l .adv_item::after{
    content: "";
    border-radius: 5px;
    background: #989898;
    width: 100%;
    display: block;
    height: 3px;
    margin-top: 0.46875vw;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
}
.main_banner_content_l .adv_item:hover::after{background: #FF7D1F;}
.main_banner_content .col-5{
    padding-right: 0!important;
}
.main_banner_content_r{
    position: relative;
    padding: 1.563vw 1.5109vw;
    width: 25.5vw !important;
    max-width: 25.520833333333332vw !important;
    float: right;
    background: #3C8BC53B;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}
.main_banner_content_r_top{
    position: relative;
    display: flex;
    margin-bottom: 1vw;
    justify-content: space-between;
}
.main_banner_content_r_top .title{
    color: #fff;
    font-size: 0.9375vw;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    padding-right: 1vw;
    padding-top: 1vw;
    padding-bottom: 1vw;
    border-bottom: 1px solid #fff;
}
.main_banner_content_r_top .logo{
    position: relative;
    background: url(images/icon.svg) no-repeat;
    background-size: contain;
    width: 6.302083333333333vw;
    height: 5.625vw;
    flex-shrink: 0;
}
.main_banner_content_r form{z-index: 9;}
input::placeholder {color: #fff;}
.main_banner_content_r input[type="text"], .main_banner_content_r input[type="tel"]{
    margin-bottom: 1vw;
    background: #FFFFFF5E;
    color: #fff;
}
.main_banner_content_r .form_button{
box-shadow: 0px 4px 13px 0px #00000038;
background: #fff;
color: #000;
text-transform: uppercase;
}
.main_banner_content_r .form_button:hover{background: #cd6418;color: #fff;}






.catalog{
    position: relative;
    padding: 3.5vw 0;
}
.catalog h2{
    text-transform: uppercase;
    line-height: 1;
    font-family: arial;
    color: #3E3E3E;
    font-weight: 700;
    margin-bottom: 2vw;
    font-size: 1.4583333333333333vw;
}
.catalog_list{
    position: relative;
    width: 100%;
    height: 21.020833333333332vw;
    overflow: visible !important;
}
.catalog_list .swiper-container {
    height: 100%;
    margin-right: -10vw;
    overflow: hidden;
}
.catalog_item{
    position: relative;
    background: #fff;
    cursor: pointer;
    height: 20vw;
    border-radius: 5px;
    padding: 3px;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
}
.catalog_item:hover{background: #F4F3F1;}
.catalog_item .photo{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 10.833333333333334vw;
    border-radius: 5px;
    opacity: 0.5;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
}
.catalog_item:hover .photo{
    opacity: 1;
}
.catalog_item .photo img{
    width: 100%;
    height: 100%;
}
.catalog_item .catalog_item_b{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 2.1vw 1.5vw;
}
.catalog_item .name{
    line-height: 1;
    font-weight: 700;
    font-family: arial;
    font-size: 0.9375vw;
    margin-bottom: 0.5vw;
    color: #090909;
    text-transform: uppercase;
}
.catalog_item .price{
    color: #979797;
    line-height: 1;
    font-weight: 600;
    font-family: arial;
    font-size: 0.9375vw;
}
.catalog_item .btn{
    position: relative;
    margin-top: 1vw;
    height: 1.4583333333333333vw;
    color: #000;
    font-family: arial;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.7291666666666666vw;
    border-bottom: 2px solid #979797;
    display: flex;
    align-items: center;
    width: 8.28125vw;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
}
.catalog_item:hover .btn{border-bottom: 2px solid #FF7D1F;}
.catalog .catalog_nav{
    position: absolute;
    left: 3.5vw;
    bottom: 4vw;
    width: 1.7708333333333333vw;
    height: 1.7708333333333333vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; 
    justify-content: space-between;
}
.catalog_nav .swiper-button-next, .catalog_nav .swiper-button-prev{top: 0;margin-top: 0;width: 1.8229166666666667vw;height: 0.625vw;}
.catalog_nav .swiper-button-next:after, .catalog_nav .swiper-button-prev:after{content: none;}
.catalog_nav svg{width: 1.8229166666666667vw;height: 0.625vw;}
.catalog_nav .swiper-button-prev, .catalog_nav .swiper-button-next{left: 0;right: 0;position: relative;}
.catalog_nav_mob{display: none;}






.about{
    position: relative;
    background: #00304B;
    height: 19vw;
    width: 100%;
}
.about .container{
    height: 100%;
}
.about .logos{
    position: relative;
    background: #fff;
    padding: 4vw 3vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
}
.about .logos .logo{
    position: relative;
    background: url(images/logo_black.svg) no-repeat;
    background-size: contain;
    width: 10.416666666666668vw;
    height: 2.5520833333333335vw;
}
.about .logos .btn{
    line-height: 1;
    height: 2.5520833333333335vw;
    border-bottom: 2px solid #FF7D1F;
    color: #00304B;
    font-weight: 700;
    font-family: arial;
    font-size: 0.9375vw;
    letter-spacing: .1em;
    display: flex;
    align-items: center;
    cursor: pointer;    
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
}
.about .logos .btn:hover{color: #FF7D1F;}
.about .col-9{
    padding: 3vw 2vw;
 padding-left: 5vw;
}
.about h2{
    color: #fff;
    font-weight: 700;
    font-family: arial;
    line-height: 1;
    font-size: 1.4583333333333333vw;
    margin-bottom: 1vw;
}
.about .description{
    color: #BEBEBE;
    font-weight: 700;
    font-family: arial;
    line-height: 1;  
    font-size: 1.1vw;
}
.aside-right{
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: auto;
}
.aside-right >div, .aside-right > a{
    display: block;
    width: 2.9166666666666665vw;
    height: 4.3vw;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    transition:all .3s
}
.aside-right svg{
    width: 1.09375vw;
    height: 1.09375vw;
    zoom: 1;
}
.social-tg{
    background: #5F5E5E;
}
.social-tg svg{width: 1.09375vw;zoom: 1;}
.social-ws{
    background: #7C7C7C;
}
.social-call{
    background: #FF7D1F;
    writing-mode: vertical-rl;
    height: auto!important;
    padding: 1.7vw 0;
    font-weight: 500;
    font-size: 0.9375vw;
}
.aside-right > a:hover{
    opacity: .7;
    transition:all .3s
}
.social-call:hover{
    background: #277FFE;
    transition:all .3s
}









.quiz{
    position: relative;
    padding: 3vw 0;
}
.quiz h2{
    text-transform: uppercase;
    line-height: 1;
    color: #3E3E3E;
    font-weight: 700;
    font-size: 1.4583333333333333vw;
}
.quiz_b{
    position: relative;
    line-height: 1;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1vw;
    max-width: 30%;
}
.quiz_questions{
    position: relative;
    width: 100%;
    height: 100%;
}
.quiz_tabs{
    position: relative;
    border-radius: 5px;
    background: #00304B;
    width: 25vw;
    height: 100%;
    padding: 2vw;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
}
.quiz_tab{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 4.635416666666667vw;
    padding: 1vw 1.25vw;
    border-radius: 5px;
    background: #2B536A;
    justify-content: space-between;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    cursor: pointer;
}
.quiz_tab.active, .quiz_tab:hover{background: #FF7D1F;text-decoration: none;}
.quiz_tab span{
    color: #6D9AB4;
    font-size: 1vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 85%;
    transition: .5s;
     -webkit-transition: .5s;
     -o-transition: .5s;
     -moz-transition: .5s;
     cursor: pointer;
}
.quiz_tab.active span, .quiz_tab:hover span{color: #FFF;}
.quiz_tab svg path{fill: #789DB2;}
.quiz_tab.active svg path, .quiz_tab:hover svg path{fill: #fff;}
.quiz_questions > div{
    width: 100% !important; 
    height: 40.625vw;
    display: flex;
    align-items: center;
}
.quiz_questions > div::before{
    content: "";
    top: 0;
    right: -7vw;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 35.520833333333336vw;
    height: 40.625vw;
    z-index: 1;
}
.quiz_questions > div:nth-child(1)::before{background-image: url(images/quiz/1_bg.png);}
.quiz_questions > div:nth-child(2)::before{background-image: url(images/quiz/2_bg.png);}
.quiz_questions > div:nth-child(3)::before{background-image: url(images/quiz/3_bg.png);}
.quiz_questions > div:nth-child(4)::before{background-image: url(images/quiz/4_bg.png);}
.quiz_questions > div:nth-child(5)::before{background-image: url(images/quiz/5_bg.png);}
.quiz_questions_wrap{
    position: relative;
    height: 34.53125vw;
    width: 69.58333333333333vw;
    border: 1px solid #E6E8EA;
    background: #FFFFFFDE;
    border-radius: 5px;
    z-index: 9;
}
.quiz_content{
    position: relative;
    width: 44vw;
    height: 100%;
    padding: 2vw 3vw;
    display: flex;
    flex-wrap: wrap;
}
.quiz_titles{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 3vw;
    width: 100%;
}
.quiz_titles .quiz_questions_title{
    font-style: normal;
    font-weight: 700;
    font-size: 1.25vw;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
    max-width: 50%;
}
.quiz_titles .form_button{
width: 9vw;
 height: 3.5937499999999996vw;
 font-size: 1vw;
 padding: 0;
}
.quiz_titles .form_button span{margin-right: 1vw;}
.quiz_prev svg{transform: rotate(-180deg);}
.quiz_prev span{
    margin-left: 1vw;
    margin-right: 0;
}
.quiz_question_list{
    position: relative;
    display: flex;
    gap: 1.5vw;
    height: 20vw;
    justify-content: space-between;
}
.quiz_radio{
    position: relative;
    background: #D0D0D0;
    border-radius: 5px;
    width: 11.302083333333334vw;
    height: 9.270833333333334vw;
    padding: 0.5208333333333333vw;
    display: flex;
    cursor: pointer;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
.quiz_radio:hover, .quiz_radio.active{background: #00304B;}
.quiz_radio label{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.quiz_radio input{
    -webkit-appearance: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}
.quiz_radio .custom-checkbox:checked+label::before{
   
}
.quiz_radio .photo{
    position: relative;
    width: 100%;
    height: 6.197916666666667vw;
    overflow: hidden;
    border-radius: 5px;
    opacity: 0.7;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
.quiz_radio:hover .photo{opacity: 1;}
.quiz_radio .photo img{
   width: 100%;
    height: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
.quiz_radio span{
    position: relative;
    display: flex;
    align-items: end;
    justify-content: center;
    color: #747474;
    line-height: 1;
    text-transform: uppercase;
    font-size: 0.9375vw;
    font-weight: 700;
    text-align: center;
    height: 2vw;
}
.quiz_radio:hover span, .quiz_radio.active span{color: #fff;}
.quiz_question_b{
    position: relative;
    color: #000;
    line-height: 1;
    font-size: 0.7291666666666666vw;
    font-weight: 600;
    display: flex;
    justify-content: end;
    cursor: pointer;
    align-items: center;
    margin-top: 2vw;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
.quiz_question_b svg{
    margin-right: 1vw;
    width: 1.8229166666666667vw;
    height: 0.625vw;
}
.quiz_question_b:hover{color: #FF7D1F;}
.form_button:disabled {pointer-events: none;opacity: .6;}
.bt.bt_hidden {display: none !important;}
.quiz_radio.other .photo{justify-content: center;display: flex;}
.quiz_radio.other .photo::before{
    content: "";
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(images/icon.svg) no-repeat;
    background-size: contain;
    width: 6vw;
    margin-top: 0.5vw;
}
.quiz_radio.other span{align-items: center;}
.quiz_content .row{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.quiz_content .row{width: 100%;}
.quiz_content .quiz_form{
    width: 27.291666666666664vw;
}
.quiz_content .quiz_form input{
    margin-bottom: 1vw;
    background: #98ADB8;
    color: #fff;
}
.quiz_content .quiz_form textarea{
    background: #98ADB8;
    color: #fff; 
}
.quiz_content .quiz_form .agreement{color: #98adb8;}
.quiz_content .quiz_logo{
    background: url(images/quiz_logo.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 4.166666666666666vw;
    height: 17.760416666666668vw;
}
.quiz .form_button_mob{display: none;}
.quiz_questions_4 .quiz_question_list{
   display: block;
}
.quiz_questions_4 .quiz_question_list .quiz_radio{
   padding: 1vw;
   background: #00304B;
}
.quiz_questions_4 .quiz_question_list .row{
   margin-bottom: 1vw;
    width: auto;
    justify-content: flex-start;
}
.quiz_questions_4 .quiz_question_list .row input[type="radio"]{width: 1.25vw;}
.quiz_questions_4 .quiz_question_list .row .time_desc{
    position: relative;
 display: flex;
 align-items: end;
 justify-content: center;
    color: #000;
 line-height: 1;
 font-size: 1.25vw;
 margin-left: 1vw;
 font-weight: 700;
 transition: .5s;
 -webkit-transition: .5s;
 -o-transition: .5s;
 -moz-transition: .5s;  
}


.partners{
    position: relative;
    padding: 4vw 0;
    background: #00304B;
}
.partners .col-4{padding-left: 0;}
.partners .title{
    font-size: 1.4583333333333333vw;
    font-style: normal;
    font-family: 'ProximaNova';
    font-weight: 700;
    margin-bottom: 1vw;
    color: #fff;
    text-transform: uppercase;
}
.partners .description{
    display: flex;
    color: #BEBEBE;
    font-size: 1.1458333333333333vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 1vw;
}
.partners .btn{
    line-height: 1;
    height: 2.5520833333333335vw;
    border-bottom: 2px solid #FF7D1F;
    color: #fff;
    font-weight: 700;
    font-family: arial;
    font-size: 0.9375vw;
    width: 14vw;
    letter-spacing: .03em;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear; 
}
.partners .btn:hover{color: #FF7D1F;}
.partners .col-8{
    padding-right: 0;
    padding-left: 4vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}
.partners .logos{
    position: relative;
    justify-content: space-between;
    margin-bottom: 3vw;
    gap: 1vw;
}
.partners .logos_item{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-width: 16%;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    text-align: center;
}
.partners .logos_item img{
    width: auto;
    height: auto;
    max-height: 2.2395833333333335vw;
    max-width: 8.541666666666666vw;
    margin-bottom: 1.5vw;
}
.partners .logos_item span{
    color: #789DB2;
    line-height: 1;
    font-size: 0.8333333333333334vw;
    font-weight: 700;
    height: 2.5520833333333335vw;
    max-width: 75%;
}
.partners .logos_count{
    position: relative;
    justify-content: space-between;
}
.partners .logos_count::after{
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    background: #FF7D1F;
    bottom: 0.3125vw;
}
.logos_count_item{
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    color: #FF7D1F;
    line-height: 1;
    font-size: 0.7291666666666666vw;
    font-weight: 500;
    padding: 0 0.5208333333333333vw;
    background: #00304b;
    z-index: 1;
}
.partners .logos_count_item .numb{
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #fff;
    overflow: hidden;
    background: #EE6D19;
    width: 1.1677083333333333vw;
    height: 1.1677083333333333vw;
    border-radius: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-weight: 700;
    font-size: 0.7291666666666666vw;
    margin-bottom: 1vw;
}





.advantages{
    position: relative;
    width: 100%;
    height: 47.13541666666667vw;
    background: url(images/banner/adv.png) no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.advantages .title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3vw 0;
    height: 2vw;
}
.advantages .title::before{
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    background: #FF7D1F;
}
.advantages h2{
    position: absolute;
    color: #000;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4583333333333333vw;
    padding: 0 1vw;
    background: rgb(242,242,242);
    background: linear-gradient(90deg, rgba(242,242,242,1) 0%, rgba(234,234,234,1) 100%);
    z-index: 1;
    margin-bottom: 0;
}
.advantages h2 b{
    color: #00C2C2;
}
.advantages_wrapper {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 0;
}
.advantages_middle{
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    height: auto;
    width: 27vw;
}
.advantages_middle img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
}
.advantages_block{
    position: relative;
    display: grid;
    grid-template-columns: auto auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1;
}
.advantages_item{
    display: flex;
    width: 21vw;
    height: 8.3vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3E3E3E;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    font-size: 0.8333333333333334vw;
}
.advantages_item:nth-child(1), .advantages_item:nth-child(7) {margin-left: 4vw;padding-right: 1vw;}
.advantages_item::before {
    content: "";
    width: 0.78125vw;
    height: 0.78125vw;
    border-radius: 4px;
    background: #FF7D1F;
    margin-right: 1vw;
    flex-shrink: 0;
}
.advantages_item:nth-child(even) {
    flex-direction: row-reverse;
    text-align: right;
}
.advantages_item:nth-child(even)::before{
    margin-left: 1vw;
    margin-right: 0;
}
.advantages_item:nth-child(2)::before, .advantages_item:nth-child(8)::before{margin-right: 4vw!important;}










.do_posle{
    position: relative;
    width: 100%;
    height: 58.75vw;
    background: url(images/banner/doposle.png) no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.do_posle .container{
    height: 100%;
}
.do_posle .title{
    position: relative;
    padding: 4vw 0;
    width: 100%;
}
.do_posle .title h2{
    font-size: 2.5vw;
    font-style: normal;
    font-family: 'ProximaNova';
    font-weight: 900;
    margin-bottom: 1vw;
    color: #fff;
    text-transform: uppercase;
}
.do_posle .title h2 b{
    color: #FF7D1F;
}
.do_posle .title .description{
    display: flex;
    color: #fff;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    width: 45%;
}
.do_posle_block{
    position: relative;
    border-radius: 10px;
    background: #FFFFFF75;
    width: 100%;
    height: 31.874999999999996vw;
    overflow: hidden;
    padding: 0.5vw; 
    margin: 0 auto;
}
.do_posle_wrap{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.do_posle_b{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.5937499999999996vw;
    margin-top: 4vw;
}
.do_posle_b .row{
    align-items: center;
    justify-content: space-between;
}
.do_posle_b .logo{
    position: relative;
    background: url(images/logo.svg) no-repeat;
    background-size: contain;
    width: 10.416666666666668vw;
    height: 2.5520833333333335vw;
    padding-left: 0;
}
.do_posle_b .description{
    color: #A9A9A9;
    line-height: 1;
    font-family: arial;
    font-weight: 700;
    font-size: 0.9375vw;
    width: 70%;
    padding-left: 15px;
}
.do_posle_b .btn{
    background: #FF7D1F;
    box-shadow: 0px 4px 13px 0px #00000038;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    font-family: arial;
    font-size: 0.9375vw;
    border-radius: 10px;
    height: 3.5937499999999996vw;
    width: 20.572916666666664vw;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
.do_posle_b .btn:hover{background: #cd6418;}






.smile_adv{
    position: relative;
    background: url(images/banner/adv_smile.png) no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.smile_adv .title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3vw 0;
    height: 2vw;
}
.smile_adv .title::before{
    content: "";
    position: relative;
    width: 100%;
    height: 1px;
    background: #FF7D1F;
}
.smile_adv .title h2{
    position: absolute;
    color: #000;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4583333333333333vw;
    padding: 0 1vw;
    background: rgb(242, 242, 242);
    background: linear-gradient(90deg, rgb(238 238 238) 0%, rgb(243 243 243) 100%);
    z-index: 1;
    margin-bottom: 0;
}
.smile_adv .smile_adv_list{
    position: relative;
    margin-top: 4vw;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5vw;
}
.smileadv_item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-family: arial;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9375vw;
    max-width: 24%;
}
.smileadv_item .icon{
    width: 3.28125vw;
    height: 3.90625vw;
    margin-right: 1vw;
}
.smileadv_item .icon img{
    width: 100%;
    height: 100%;
}
.smileadv_item .text{width: 12vw;}





.portfolio{
    position: relative;
    background: url(images/banner/case.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    padding: 4vw;
    padding-bottom: 6vw;
}
.portfolio .row{justify-content: space-between;}
.portfolio .title{
    position: relative;
    padding-bottom: 3.5vw;
    width: 61.3vw;
}
.portfolio .title h2{
    font-size: 1.563vw;
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5vw; 
    text-transform: uppercase;
}
.portfolio .title h2 b{
    color: #ff7d1e; 
}
.portfolio .title .description{
    color: #fff;
    font-size: 0.938vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.portfolio .messagers{flex-direction: row;height: 1.4583333333333333vw;}
.portfolio_slider{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.portfolio_slider_full{
    position: relative;
    width: 100%;
    height: 26vw;
    margin-bottom: 1vw;
}
.portfolio_slider_full .swiper-container {
    position: relative;
    height: 100%;
}
.portfolio_slider_full_item{
    display: flex!important;
    width: 100%!important;
    justify-content: space-between;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
.portfolio_slider_full_item.swiper-slide-active{
    display: flex!important;
}
.portfolio_slider_full_photo{
    width: 55vw!important;
    border-radius: 5px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.portfolio_slider_full_photo img{
    width: 100%;
    height: 100%;
}
.portfolio_slider_full_content{
    position: relative;
    border-radius: 5px;
    border: 2px solid #789DB2;
    background: #00253A;
    width: 21vw;
    height: 91.6%;
    padding: 1vw;
}
.portfolio_slider_full_content .wrap{
    background: #16445E;
    border-radius: 5px;
    padding: 4vw 2vw;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: baseline;
    justify-content: center;
    height: 15.81vw;
}
.portfolio_slider_full_content .category{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2vw;
    color: #fff;
    font-size: 1vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-bottom: 2px solid #FF7D1F;
    padding-bottom: 1vw;
}
.portfolio_slider_full_content .category b{
    color: #FF7D1F;
    margin-left: 0.5vw;
}
.portfolio_slider_full_content .name{
    position: relative;
    margin-bottom: 2vw;
    color: #FFF;
    font-family: 'ProximaNova';
    font-size: 1.25vw;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    width: 100%;
}
.portfolio_slider_full_content .detail{

}
.portfolio_slider_full_content .detail div{
    display: flex;
    align-items: center;
    margin-bottom: 1.5vw;
    line-height: 1;
    color: #fff;
    gap: 0 5px;
    font-weight: 600;
    font-size: 0.9375vw;
    justify-content: center;
}
.portfolio_slider_full_content .detail div:last-child{margin-bottom: 0;}
.portfolio_slider_smile{
    position: relative;
    height: 5.208333333333334vw;
    overflow: hidden;
    justify-content: space-between;
}
.portfolio_slider_smile_preview{
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 55vw;
    margin-left: 0!important;
}
.portfolio_slider_smile_preview .swiper-container {
    position: relative;
    height: 100%;
}
.portfolio_slider_smile_preview .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
    flex-direction: row!important;
    transform: none!important;
}
.portfolio_slider_smile_preview_item{
    width: 7.49vw!important;
    height: 4.635416666666667vw!important;
    flex-shrink: 0;
    display: flex!important;
    border-radius: 5px;
    border: 0.3125vw solid #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    cursor: pointer;
    margin-right: 0.5vw;
}
.portfolio_slider_smile_preview_item:nth-child(6n){margin-right: 0;}
.portfolio_slider_smile_preview_item img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
.portfolio_slider_smile_preview_item:hover, .portfolio_slider_smile_preview_item.swiper-slide-thumb-active{
    border: 0.3125vw solid #FF7D1F;
}
.portfolio_slider_smile_nav{
    border-radius: 5px;
    background: #00253A;
    border: 1px solid #789DB2;
    padding: 1vw;
    width: 23vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.portfolio_slider_smile_nav .swiper-button-prev, .portfolio_slider_smile_nav .swiper-button-next{
    width: 3.2vw;
    height: 3.2vw;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #16445D;
    top: auto;
    margin: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
.portfolio_slider_smile_nav .swiper-button-prev::after, .portfolio_slider_smile_nav .swiper-button-next::after{content: none;}
.portfolio_slider_smile_nav div:hover{background: #FF7D1F;}
.portfolio_slider_smile_nav .swiper-button-prev{left: 1vw;}
.portfolio_slider_smile_nav .swiper-button-next{right: 1vw;}
.portfolio_slider_smile_nav div svg{
    width: 1.4583333333333333vw;
 height: auto;
}
.portfolio_slider_smile_nav .swiper-pagination{
    color: #fff;
    font-size: 1vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    width: auto;
    left: auto;
    top: auto;
    bottom: auto;
}
.portfolio_slider_smile_nav .swiper-pagination:hover{background: none;}
.portfolio_slider_smile_nav .swiper-pagination i{
    font-size: 0.84vw;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    padding: 0 1rem;
}



.reviews{
    position: relative;
    padding: 4vw 0;
}
.reviews_top{
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
    padding-bottom: 3vw;
}
.reviews_top h2{
    margin-bottom: 0;
    font-size: 1.6666666666666667vw;
    font-style: normal;
    font-weight: 700;
    color: #404040;
    text-transform: uppercase;
    line-height: 1;
}
.reviews .catalog_nav{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    width: 1.7708333333333333vw;
    height: 1.7708333333333333vw;
}
.reviews_list {
    height: calc(32vw* var(--zoomFactor));
    margin-left: 0 !important;
    width: 100%;
}
.reviews_item{
    position: relative;
    border-radius: 5px;
    background: #EAEAEA;
    padding: 1.5vw;
    height: 28.6336vw;
    cursor: pointer;
    display: flex !important;
    flex-direction: column;
    flex-wrap: wrap !important;
    align-content: flex-start;
    justify-content: flex-start;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
.reviews_item:hover{background: #00304B;}
.review_top{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vw;
    color: #767676;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
    font-size: 0.625vw;
}
.review_top a{color: #767676;}
.reviews_item .names{
    POSITION: RELATIVE;
    DISPLAY: FLEX;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2vw;
}
.reviews_item .name{
    color: #090909;
    line-height: 1;
    font-style: normal;
    font-weight: 700;
    font-size: 1.3541666666666667vw;
}
.reviews_item:hover .name, .reviews_item:hover .description{color: #fff;}
.reviews_item .stars{
    display: flex;
    align-items: center;
    gap: 5px;
}
.reviews_item .stars i{
    background: url(images/star.svg) no-repeat;
    background-position: center;
    background-size: contain;
    width: 1.09375vw;
    height: 0.9895833333333333vw;
    flex-shrink: 0;
    filter: grayscale(0%);
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
.reviews_item:hover .stars i{filter: grayscale(0%);}
.reviews_item .description{
    color: #000;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
    font-size: 0.9375vw;
    margin-bottom: 2.5vw;
    height: 11.1vw;
    overflow: hidden;
}
.reviews_item .photos{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 2.5vw;
    gap: 5px;
}
.reviews_item .photos img{
    border-radius: 5px;
    overflow: hidden;
    height: 3.802083333333333vw;
    width: 5.364583333333333vw;
}
.reviews_item .review_b{
    display: flex;
    justify-content: space-between;
    height: 2.5vw;
    gap: 1vw;
}
.review_b .btn{
    display: flex;
    align-items: center;
    color: #979797;
    font-size: 0.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 2px solid #979797;
    background: none;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear;
}
.reviews_item:hover .review_b .btn{color: #fff;border-bottom: 2px solid #FF7D1F;}
.reviews_item .full_reviews{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #979797;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
    font-size: 0.7291666666666666vw;
    width: 6vw;
}
.reviews_item:hover .full_reviews{color: #fff;text-decoration: none;}
.reviews_item .full_reviews::after{
    content: "";
    background-image: url(images/pdf.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 2.083333333333333vw;
    height: 2.1354166666666665vw;
    flex-shrink: 0;
    filter: grayscale(100%);
    margin-left: 0.5vw;
    -webkit-transition: .3s linear;
    -o-transition: .3s linear;
    -moz-transition: .3s linear;
    transition: .3s linear; 
}
.reviews_item:hover .full_reviews::after{filter: grayscale(0%);}
.reviews_nav_mob{display: none;}


.order_form{
    position: relative;
    background: url(images/banner/order.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 4vw;
}
.order_form .container{
    justify-content: space-between;
    display: flex;
    align-items: baseline;
}
.order_form_wrap{
    position: relative;
    width: 93%;
}
.order_form_top{
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 1vw;
}
.order_form .title{
    color: #fff;
    font-size: 2.5vw;
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 900;
    width: 58%;
}
.order_form .line{
    position: relative;
    height: 1px;
    background: #fff;
    width: 27.239583333333332vw;
}
.order_form .icon{
    position: relative;
    background: url(images/icon.svg) no-repeat;
    background-size: contain;
    width: 6.302083333333333vw;
    height: 5.625vw;
    top: 2.5vw;
    flex-shrink: 0;
    margin-left: 2vw;
}
.order_form .desc{
    margin-bottom: 2.5vw;
    color: #fff;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 0;
}
.order_form form .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order_form form .row:nth-child(2){justify-content: flex-end;}
.order_form input[type="text"], .order_form input[type="tel"], .order_form button{width: 24.114583333333332vw;}
.order_form input::placeholder{color: #000;}
.order_form .agreement .custom-checkbox+label{margin-right: 1vw;}
form input[type="text"], form input[type="tel"]{
    position: relative; 
    box-shadow: none;
    padding: 0 2vw;
    color: #000;
    font-size: 1vw;
    width: 100%;
    height: 3.9vw;
    line-height: 3.9vw;
    border-radius: 5px;
    background: #FFFFFFC2;
    border: 1px solid #FFFFFF;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
form textarea{
    position: relative; 
    box-shadow: none;
    padding: 0 2vw;
    color: #000;
    font-size: 1vw;
    width: 100%;
    max-height: 7vw;
    min-height: 7vw;
    font-family: arial;
    line-height: 3.9vw;
    border-radius: 5px;
    background: #FFFFFFC2;
    border: 1px solid #FFFFFF;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
textarea::placeholder {color: #fff;}
.form_button{
   align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    width: 100%;
    height: 3.9vw;
    color: #fff;
    font-size: 1vw;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding: 0 1.563vw;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    background: #FF7D1F;
    box-shadow: 0px 4px 13px 0px #00000038;
    transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
}
.form_button:hover{background: #cd6418;}
.agreement{
    font-weight: 600;
    font-size: 0.7291666666666666vw;
    color: #C5C5C5;
    line-height: 1.2;
    margin-top: 1vw;
    display: flex;
    position: relative;
}
.agreement .custom-checkbox{
    width: 1.6666666666666667vw;
 height: 1.6666666666666667vw;
 flex-shrink: 0;
 position: absolute;
 z-index: 0;
 opacity: 0;
 top: 0;
}
.agreement .custom-checkbox+label{
    display: inline-flex;
 align-items: center;
 user-select: none;
 justify-content: center;
 width: 1.6vw;
 height: 1.6vw;
 border: 1px solid #FFFFFF;
 border-radius: 5px;
 margin-right: 0.5em;
 background: #C0C0C09E;
 flex-shrink: 0;
}
.agreement .custom-checkbox+label::before {
    width: 0.8854166666666666vw;
 height: 0.6770833333333334vw;
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
   margin: 0;
   background: transparent;
}
.main_banner_content_r_mob{display: none;}


.footer{
    position: relative;
    background: #00304B;
    color: #fff;
    padding: 2vw 0;
}
.footer_logo{
    position: relative;
    padding-left: 0 !important;
    align-items: center;
}
.footer_logo .logo{
    position: relative;
    background: url(images/logo.svg) no-repeat;
    background-size: contain;
    width: 12.552083333333334vw;
    height: 2.96875vw;
}
.footer_logo .slogan{
    position: relative;
    padding-left: 6vw;
    align-items: end;
    display: flex;
    font-size: 0.7291666666666666vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    width: 19vw;
}
.footer_inf{
    font-size: 0.7vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.footer_inf a{
    margin-top: 0;
    color: #FF7D1F;
}
.footer .dev{
    font-size: 0.7vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #6A828F;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.footer .dev a{color: #6A828F;font-weight: 700;}
.footer .contacts{
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.footer .contacts .phone{
    align-content: center;
    justify-content: end;
}
.footer .contacts .phone a{margin-bottom: 0;}
.scroll_up{
    background: url(images/scroll_up.svg) no-repeat;
    background-size: contain;
    width: 0.625vw;
    height: 1.8229166666666667vw;
    cursor: pointer;
    margin-left: 3vw;
    flex-shrink: 0;
}
.footer .messagers{display: none;}



.form_popup {
    z-index: 9999999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
     background-color: #203643c7;
    overflow-y: scroll;
}
.is-hidden {
    display: none;
}
.form_popup .main_banner_content_r {
    z-index: 22;
 -webkit-animation: zoomShow 0.3s ease;
 -moz-animation: zoomShow 0.3s ease;
 -o-animation: zoomShow 0.3s ease;
 animation: zoomShow 0.3s ease;
 background: #D2E4F1;
 float: none;
 margin: 0 auto;
 top: 15vh;
 -webkit-box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
 box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    padding-bottom: 2.5vw;
}
.form_popup .main_banner_content_r .main_banner_content_r_top{align-items: center;}
.form_popup .main_banner_content_r .main_banner_content_r_top .title{
 color: #000;
 text-transform: uppercase;
 border: none;
 padding: 0;
 font-size: 1.1vw; 
}
.form_popup .main_banner_content_r input[type="text"], .form_popup .main_banner_content_r input[type="tel"]{
 border-radius: 10px;
 background: #fff;
 color: #000;
}
.form_popup .main_banner_content_r input[type="text"]::placeholder, .form_popup .main_banner_content_r input[type="tel"]::placeholder{color: #000;}
.form_popup .main_banner_content_r .form_button{
    background: #FF7D1F;
 color: #fff;
 border-radius: 10px;
}
.form_popup .main_banner_content_r .form_button:hover{background: #cd6418;}
.form_popup .agreement{
    font-size: 0.625vw;
 color: #8D8D8D;
 margin-top: 2vw;
 max-width: 90%;
}
.form_popup .agreement .custom-checkbox+label{margin-right: 1rem;}
.form_popup .close {
    position: absolute;
    right: 1.5109vw;
    bottom: 2.5vw;
    background: url(images/close.svg) no-repeat;
    background-position: center;
    background-size: contain;
    flex-shrink: 0;
    width: 1.5104166666666667vw;
    height: 1.5104166666666667vw;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}



.menu_mobile{    
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00304B;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 1;
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    overflow: scroll;
}
.menu_mobile.active{    
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.menu_mobile .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menu_mobile .contacts .messager svg{width: 19px;height: 19px;}
.menu_mobile .header .logo{
    display: flex;
    width: 215px;
    height: 45px;
    background: url(images/logo.svg) no-repeat;
    background-size: contain;
}
.menu_mobile .menu{
    height: auto;
 border: none;
 border-radius: 0;
 margin-top: 0;
 margin-left: 0 !important;
 -ms-flex: 0 !important;
 flex: 0 !important;
 max-width: 105% !important;
}
.menu_mobile .menu a{
    font-size: 20px;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
    border-radius: 8px;
}