/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}



p,
h1,
h2,
h3,
h4,
h5,
h6{
    margin: 0;
    padding: 0;
    font-weight: 400;
}
html{
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
*{outline:none;}
*,
*::before,
*::after{
    box-sizing: inherit;
}
body{
    overflow-x: hidden;
    font-family: "Inter Tight", sans-serif;
    background: #F3F3F3;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}
.sale_date{
    display: inline;
}
.header{
    padding-top: 44px;
}
.header_inner{
    display: flex;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    background: #1853AC;
    z-index: 10;
}
.scroll{
    position: fixed;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    bottom: 125px;
    right: 5%;
    z-index: 8;
    transform: scale(0);
    transition: all 0.3s;
}
.scroll img{
    width: 100%;
    height: 100%;
}
.scroll.fixed{
    transform: scale(1);
}

.menu{
    display: flex;
}
.menu a{
    display: block;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 20px;
    margin: 0 40px;
    padding: 12px 0;
    transition: all 0.3s;
}
.menu a:hover{
    color: #FFAC2F;
}
.header_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}
.header_logo{
    display: flex;
}
.header_img{
    display: flex;
}
.header_title{
    font-size: 15px;
    line-height: 22px;
    color: #404040;
    width: 295px;
}
.header_number{
    width: 234px;
    background: #1853AC;
    border-radius: 15px;
    height: 60px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    flex-direction: column;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    padding-left: 55px;
    position: relative;
    transition: all 0.3s;
    margin-bottom: 15px;
}
.header_title-wrapper{
    display: flex;
    align-items: center;
    gap: 20px;
}
.header_number a:hover{
    color: #FFAC2F;
}
.header_number a{
    color: #fff;
    transition: all 0.3s;
}
.header_number::before{
    position: absolute;
    content: "";
    background-image: url(../img/phone.svg);
    background-size: cover;
    width: 25px;
    height: 26px;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
}
.header_number .popup_btn{
    display: block;
    font-size: 14px;
    color: #E6E6E6;
    line-height: 18px;
    color: #E6E6E6;
    font-weight: 400;
}
.header_adres{
    font-size: 15px;
    color: #404040;
    line-height: 22px;
    padding-left: 31px;
    position: relative;

}
.header_adres::before{
    content: "";
    position: absolute;
    background-image: url(../img/map.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer .container,
.cost .container,
.invitation .container,
.colors .container,
.sale .container,
.main .container{
    max-width: 1630px;
}
.main_wrapper{
    padding: 145px 150px 70px;  
    background-image: url(../img/main_wrapper.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}
.main h1{
    font-weight: 700;
    font-size: 45px;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 58px;
    max-width: 902px;
}
.main_text{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 64px;
    line-height: 27px;
    width: 300px;
    padding-left: 82px;
    position: relative;
}
.main_text span{
    color: #FFAC2F;
}
.main_text::before{
    position: absolute;
    content: "";
    background-image: url(../img/main_text.svg);
    background-size: cover;
    width: 58px;
    height: 70px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.btn{
    border-radius: 15px;
    background: linear-gradient(90deg, #F99C12 0%, #FFAC2F 100%);
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: shadow 1s ease infinite;
}
@keyframes shadow{
    0% {
        box-shadow: 0 0 0 0 rgb(244 156 7 / 80%);
    }
    
    100% {
        box-shadow: 0 0 0 15px rgb(244 156 7 / 0%);
    }
}
.main_btn{
    height: 70px;
    width: 340px;
    margin-bottom: 64px;
}
.main_items{
    display: flex;
    justify-content: space-between;
}
.main_item-title{
    font-weight: 700;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 26px;
}
.main_item-title::before{
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 10px;
    background: #FFAC2F;
    height: 10px;
    border-radius: 50%;
}
.main_item-text{
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
}
.main{
    margin-bottom: 65px;
}
.advantage{
    margin-bottom: 75px;
    scroll-margin-top: 80px;
}
.advantage_title{
    font-weight: 700;
    font-size: 45px;
    color: #000000;
    width: 350px;
    margin-bottom: 46px;
    line-height: 55px;
}
.advantage_wrapper{
    display: flex;
    justify-content: space-between;
}
.advantage_items{
    display: flex;
    flex-wrap: wrap;
    width: 850px;
    justify-content: space-between;
    gap: 50px 0 ;
}
.advantage_item{
    
    width: 31%;
}
.advantage_item-title{
    width: 160px;
    background: #1853AC;
    border-radius: 90px;
    margin-bottom: 10px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
}
.advantage_item-text{
    font-size: 15px;
    color: #404040;
    line-height: 21px;
}
.sale{
    margin: 80px 0;
    scroll-margin-top: 80px;
}
.sale_body{
    background-image: url(../img/sale_wrapper.jpg);
    background-size: cover;
    background-position: center;
    padding: 105px 150px;
    border-radius: 30px;
}
.sale_title{
    font-weight: 700;
    font-size: 45px;
    line-height: 70px;
    margin-bottom: 30px;
    color: #fff;
    width: 640px;
}
.sale_title span{
    color: #FFAC2F;
}
.sale_text{
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 72px;
    line-height: 38px;
    width: 445px;
    padding-left: 82px;
    position: relative;
}
.sale_text span{
    color: #FFAC2F;
}
.sale_text::before{
    position: absolute;
    content: "";
    width: 60px;
    background: #FFAC2F;
    height: 3px;
    left: 0;
    top: 17px;
}
.sale_wrapper{
    display: flex;
    justify-content: space-between;
}
.sale_info{
    width: 364px;
}
.sale_subtitle{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 26px;
    line-height: 30px;
}
.sale_option{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 40px;
    padding-left: 32px;
    position: relative;
}
.sale_option::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%  ;
    background: #FFAC2F;
    left: 0;
    top: 15px;
}
.sale_inner{
    background: #1853AC;
    border-radius: 15px;
    width: 775px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 42px;
}
.sale_inner-btn{
    height: 70px;
    width: 280px;
}
.sale_inner-text{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    width: 216px;
    line-height: 30px;
}
.sale_inner-img{
    display: flex;
}
.quiz{
    margin:120px 0;
}
.quiz_title{
    font-weight: 700;
    line-height: 54px;
    margin-bottom: 20px;
    font-size: 45px;
    text-align: center;
}
.quiz_text{
    font-size: 16px;
    line-height: 20.8px;
    text-align: center;
    margin: 0 auto 40px;
    font-weight: 500;
    width: 545px;
}
.quiz img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.video{
    margin: 85px 0;
}
.video_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.video_title{
    font-weight: 700;
    font-size: 45px;
    color: #000000;
    margin-bottom: 34px;
    line-height: 50px;
}
.video_text{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #404040;
}
.video_item{
    height: 500px;
    border-radius: 30px;
    width: 888px;
    display: block;
    overflow: hidden;
}
.video_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_info{
    width: 350px;
    position: relative;
}
.video_info::before{
    position: absolute;
    content: "";
    background-image: url(../img/video_info-arrow.svg);
    background-size: cover;
    width: 176px;
    height: 49px;
    bottom: -80px;
    right: 20px;
}
.colors{
    margin-bottom: 80px;
}
.colors_wrapper{
    padding: 80px 0 80px 150px;
    position: relative;
    z-index: 1;
}
.colors_wrapper::before{
    position: absolute;
    content: "";
    border-radius: 30px;
    background: #FFFFFF;
    width: 1840px;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}
.colors_title{
    font-weight: 700;
    font-size: 45px;
    color: #000000;
    margin-bottom: 42px;
    line-height: 60px;
}
.colors_tabs{
    display: flex;
    margin-bottom: 40px;
    border-bottom: 3px solid #F3F3F3;
    padding-bottom: 16px;
    width: 230px;
    justify-content: space-between;
}
.colors_tab{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    cursor: pointer;
    position: relative;
}
.colors_tab.active::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    bottom: -19px;
    left: 0;
    background: #1853AC;
}
.colors_slider{
    width: 1700px;
}
.colors_slide{
    margin-right: 20px;
}
.colors_slide img{
    width: 100%;
    height: 100%;
}
.colors_slide-title{
    font-weight: 500;
    font-size: 15px;
    margin-top: 15px;
    color: #404040;
    line-height: 22px;
}
.colors_slider .slick-arrow{
    position: absolute;
    top: -85px;
    width: 42px;
    background: #1853AC;
    border-radius: 5px;
    height: 42px;
    cursor: pointer;
    font-size: 0;
    border: none;
    z-index: 1;
    background-size: 9px 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.colors_slider .slick-next{
    right: 400px;
    background-image: url(../img/arrow_right.svg);
}
.colors_slider .slick-prev{
    right: 472px;
    background-image: url(../img/arrow_left.svg);
}
.colors_content{
    display: none;
}
.colors_content.active{
    display: block;
}
.driver{
    margin: 80px 0 90px;
}
.driver_title{
    font-weight: 700;
    font-size: 45px;
    color: #000000;
    margin-bottom: 54px;
    line-height: 55px;
}
.driver_wrapper{
    display: flex;
    justify-content: space-between;
}
.driver_items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -20px;
    width: 940px;
}
.driver_item{
    width: 49%;
    margin-bottom: 20px;
    background: #FFFFFF;
    border-radius: 15px;
    padding: 25px 25px 25px;
    position: relative;
}
.driver_item-img{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}
.driver_inner{
    background: #fff;
    border-radius: 15px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 340px;
}
.driver_item-title{
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 20px;
    line-height: 24px;
}
.driver_item-option{
    font-size: 14px;
    color: #404040;
    line-height: 18px;
}
.driver_item-text{
    font-weight: 500;
    font-size: 13px;
    color: #404040;
    margin-bottom: 20px;
    line-height: 16px;
}
.driver_inner-img{
    width: 100%;
    display: flex;
    margin-bottom: 30px;
    height: 289px;
    border-radius: 15px;
    overflow: hidden;
}
.driver_inner-img img{
    width: 100%;
    height: 100%;
}
.driver_inner-title{
    font-weight: 700;
    font-size: 18px;
    color: #000;
    margin-bottom: 16px;
    line-height: 24px;
}
.driver_inner-text{
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
    line-height: 22px;
}
.driver_inner-btn{
    height: 64px;
    margin-top: auto;
    width: 100%;
}

.options{
    margin: 90px 0 110px;
}
.options_title{
    font-weight: 700;
    font-size: 45px;
    color: #000000;
    margin-bottom: 54px;
    line-height: 55px;
}
.options_slide{
    background: #FFFFFF;
    border-radius: 15px;
    margin-right: 20px;
    padding: 10px;
}
.options_slide-img{
    display: flex;
    width: 100%;
    height: 257px;
    border-radius: 15px;
    margin-bottom: 26px;
    overflow: hidden;
}
.options_slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.options_slider{
    width: 1650px;
}
.options_slider .slick-track{
    display: flex;
}
.options_slide{
    height: inherit;
}
.options_slide-title{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    padding: 0 20px 10px;
}
.options_slider .slick-arrow{
    position: absolute;
    top: -85px;
    width: 42px;
    background: #1853AC;
    border-radius: 5px;
    height: 42px;
    cursor: pointer;
    font-size: 0;
    border: none;
    z-index: 1;
    background-size: 9px 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.options_slider .slick-next{
    right: 350px;
    background-image: url(../img/arrow_right.svg);
}
.options_slider .slick-prev{
    right: 422px;
    background-image: url(../img/arrow_left.svg);
}
.invitation{
    margin: 80px 0;
}
.invitation_wrapper{
    padding: 85px 150px 105px;
    background-image: url(../img/invitation_wrapper.jpg);
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
}
.invitation_title{
    font-weight: 700;
    font-size: 45px;
    color: #FFFFFF;
    line-height: 60px;
    margin-bottom: 53px;
}
.invitation_subtitle{
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 30px;
    line-height: 20px;
}
.invitation_option{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 35px;
    line-height: 20px;
    padding-left: 49px;
    position: relative;
}
.invitation_option::before{
    position: absolute;
    content: "";
    background-image: url(../img/invitation_arrow.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
    left: 0;
    top: -5px;
}
.invitation_option:last-child{
    margin-bottom: 0;
}
.showroom{
    margin: 80px 0 90px;
}
.showroom_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.showroom_items{
    background: #FFFFFF;
    border-radius: 15px;
    width: 400px;
    padding: 26px;
    display: flex;
    justify-content: space-between;
}
.showroom_item{
    width: 48%;
}
.showroom_item-img{
    height: 200px;
    border-radius: 15px;
    margin-bottom: 18px;
    overflow: hidden;
}
.showroom_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.showroom_item-title{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
}
.showroom_item-text{
    font-weight: 500;
    font-size: 16px;
    color: #404040;
    line-height: 20px;  
}
.showroom_inner{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 46px 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.showroom_inner-text{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    width: 445px;
    line-height: 28px;
}
.showroom_inner-adres{
    font-size: 16px;
    line-height: 22px;
    color: #404040;
    position: relative;
    padding-left: 33px;
}
.showroom_inner-adres::before{
    position: absolute;
    content: "";
    background-image: url(../img/map.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 0;
}
.showroom_inner-btn{
    height: 60px;
    width: 257px;
}
.showroom_slider{
    width: 870px;
    padding: 0 40px;
}
.showroom_slide{
    margin: 0 7px;
    border-radius: 15px;
    overflow: hidden;
}
.showroom_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.showroom_slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    background: #FFAC20;
    border-radius: 5px;
    height: 42px;
    cursor: pointer;
    font-size: 0;
    border: none;
    z-index: 1;
    background-size: 9px 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.showroom_slider .slick-next{
    right: -15px;
    background-image: url(../img/arrow_right.svg);
}
.showroom_slider .slick-prev{
    left: -15px;
    background-image: url(../img/arrow_left.svg);
}

.zamer{
    margin: 120px 0;
    scroll-margin-top: 80px;
}
.zamer .container{
    max-width: 1600px;
}
.zamer_wrapper{
    padding: 110px 170px;
    background-image: url(../img/zamer_wrapper.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    position: relative;
}
.zamer_title{
    font-weight: 700;
    line-height: 55px;
    color: #FFFFFF;
    font-size: 50px;
    margin-bottom: 40px;
}
.zamer_subtitle{
    font-weight: 600;
    line-height: 28px;
    color: #FB861A;
    font-size: 20px;
    margin-bottom: 10px;
}
.zamer ul{
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 18.2px;
}
.zamer li{
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.zamer li::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50%;
    left: 6px;
    top: 8px;
}
.zamer_items{
    display: flex;
    margin-bottom: 50px;
}
.zamer_item{
    font-weight: 600;
    line-height: 20.8px;
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
    margin-right: 40px;
    padding-left: 25px;
}
.zamer_item::before{
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background: #FB861A;
    border-radius: 50%;
    top: 5px;
    left: 0;
}
.zamer_btn{
    width: 278px;
    height: 62px;
}
.zamer_person{
    position: absolute;
    bottom: 74px;
    right: 375px;
    width: 350px;
    background: #2E2E2E99;
    border-radius: 10px;
    padding: 25px 30px;
    backdrop-filter: blur(25px);
}
.zamer_person-title{
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
}
.zamer_person-text{
    line-height: 18.2px;
    color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
}
.zamer_person-subtitle{
    font-weight: 600;
    line-height: 18.2px;
    color: #FB861A;
    font-size: 14px;
}
.faq{
    margin-bottom: 80px;
}
.faq_wrapper{
    background: #F2F2F2;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}
.faq_title{
    font-size:45px;
    font-weight: 700;
    margin-bottom: 60px;
    line-height: 55px;
    width: 365px;
    color: #373737;
}
.faq_title span{
    color: #0458B0;
}
.faq_inner{
    display: flex;
    justify-content: space-between;
}
.faq_left{
    width: 465px;
}
.faq_items{
    width: 830px;
}
.faq_video{
    width:100%;
    display: flex;
    height: 262px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}
.faq_video::before{
    position: absolute;
    content: "";
    background-image: url(../img/play.svg);
    background-size: cover;
    width: 90px;
    height: 90px;
    z-index: 2;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    border-radius: 50%;
    animation: btnAnim 1s ease infinite;
}
.faq_video.active::before,
.faq_video.active img{
    display: none;
}
.faq_video iframe,
.faq_video img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.faq_video img{
    z-index: 1;
}
.faq_left-title{
    font-size: 20px;
    line-height: 26px;
    color: #0458B0;
    font-weight: 600;
}
.faq_item{
    border-top: 1px solid #E7E7E7;
}
.faq_item:last-child{
    border-bottom: 1px solid #E7E7E7; 
}
.faq_item-title{
    padding: 20px 0;
    font-weight: 600;
    line-height: 23.4px;
    position: relative;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    padding-right: 50px;
}
.faq_item-title.active span{
    transform: translateY(-50%) rotate(-90deg);
}
.faq_item-title span{
    position: absolute;
    right: 0%;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.3s;
}
.faq_item-text{
    font-size: 14px;
    color: #666666;
    display: none;
    line-height: 18.2px;
    margin-top: -10px;
    margin-bottom: 20px;
    padding-right: 130px;
}

.about{
    margin: 90px 0 100px;
}
.about_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.about_info{
    width: 500px;
}
.about_title{
    font-weight: 700;
    font-size: 45px;
    color: #000000;
    margin-bottom: 55px;
    line-height: 55px;
}
.about_text{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    line-height: 32px;
    margin-bottom: 20px;
}
.about_text:last-child{
    margin-bottom: 0;
}
.about_certificates{
    width: 612px;
    margin-right: 40px;
}
.about_certificate{
    margin: 0 23px;
}
.about_certificates img{
    width: 100%;
    border-radius: 10px;
    height: 100%;
}
.about_certificates .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    background: #FFAC20;
    border-radius: 5px;
    height: 42px;
    cursor: pointer;
    font-size: 0;
    border: none;
    z-index: 1;
    background-size: 9px 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.about_certificates .slick-next{
    right: -45px;
    background-image: url(../img/arrow_right.svg);
}
.about_certificates .slick-prev{
    left: -65px;
    background-image: url(../img/arrow_left.svg);
}
.about_slide{
    margin: 0 23px;
}
.about_slide img{
    width: 100%;
    border-radius: 10px;
    height: 100%;
}
.about_slider {
    width: 1224px;
    margin: 0 auto 50px;
}
.about_slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    background: #FFAC20;
    border-radius: 5px;
    height: 42px;
    cursor: pointer;
    font-size: 0;
    border: none;
    z-index: 1;
    background-size: 9px 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.about_slider .slick-next{
    right: -45px;
    background-image: url(../img/arrow_right.svg);
}
.about_slider .slick-prev{
    left: -45px;
    background-image: url(../img/arrow_left.svg);
}
.team{
    margin: 100px 0;
}
.team_title{
    font-weight: 700;
    font-size: 45px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 55px;
}
.team_items{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.team_item{
    width: 260px;
}
.team_item-img{
    display: flex;
    height: 308px;
    margin-bottom: 20px;
}
.team_item-img img{
    width: 100%;
    height: 100%;
}
.team_item-title{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 20px;
    margin-bottom: 5px;
}
.team_inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.team_inner-info{
    border-radius: 15px;
    width: 550px;
    padding: 36px 60px 36px 50px;
    color: #fff;
    background: #0052B2;
}
.team_inner-title{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 12px;
    line-height: 30px;
    position: relative;
    padding-left: 32px;
}
.team_inner-title::before{
    position: absolute;
    content: "";
    width: 10px;
    background: #FFAC2F;
    height: 10px;
    border-radius: 50%;
    left: 0;
    top: 10px;
}
.team_inner-text{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
}
.team_inner-slider{
    width: 660px;
}
.team_inner-slide{
    margin: 0 7px;
}
.team_inner-slide img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.team_inner-slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    background: #FFAC20;
    border-radius: 5px;
    height: 42px;
    cursor: pointer;
    font-size: 0;
    border: none;
    z-index: 1;
    background-size: 9px 16px;
    background-position: center;
    background-repeat: no-repeat;
}
.team_inner-slider .slick-next{
    right: -45px;
    background-image: url(../img/arrow_right.svg);
}
.team_inner-slider .slick-prev{
    left: -45px;
    background-image: url(../img/arrow_left.svg);
}
.cost{
    margin-bottom: 80px;
}
.cost_body{
    padding: 275px 150px 100px;
    background-image: url(../img/cost_body.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
}
.cost_title{
    font-weight: 700;
    font-size: 55px;
    color: #FFFFFF;
    margin-bottom: 26px;
    line-height: 70px;
}
.cost_text{
    font-weight: 500;
    font-size: 26px;
    color: #FFFFFF;
    margin-bottom: 80px;
    line-height: 36px;
    padding-left: 83px;
    position: relative;
}
.cost_text::before{
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #FFAC2F;
    left: 0;
    top: 16px;
}
.cost_text span{
    color: #FFAC2F;
}
.cost_wrapper{
    display: flex;
    align-items: center ;
    justify-content: space-between;
}
.cost_inner{
    display: flex;
    align-items: center;
}
.cost_btn{
    width: 320px;
    height: 70px;
    margin-right: 30px;
}
.cost_inner-text{
    font-size: 16px;
    line-height: 24px;
    width: 290px;
    color: #FFFFFF;
 
}
.cost_zam{
    display: flex;
    padding-left: 20px;
    align-items: center;
    width: 342px;
    background: rgba(50, 56, 65, 0.8);
    border-radius: 15px;
    height: 70px;
    font-weight: 700;
    font-size: 18px;
    color: #FFAC2F;
    position: relative;
    line-height: 44px;
}
.cost_zam::before{
    position: absolute;
    content: "";
    background-image: url(../img/cost_zam.png);
    background-size: cover;
    width: 152px;
    height: 144px;
    bottom: 0;
    right: -4px;
}
.work{
    margin-bottom: 65px;
}
.work_title{
    font-weight: 700;
    font-size: 45px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 55px;
}
.work_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.work_item{
    width: 420px;
    height: 267.27px;
    margin-bottom: 20px;
    border-radius: 15px;
    overflow: hidden;
}
.work_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog_form{
    margin: 60px 0 105px;
}
.catalog_form-wrapper{
    border-radius: 15px;
    padding: 38px 50px 50px;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
}
.catalog_form-title{
    font-weight: 700;
    font-size: 26px;
    color: #000000;
    line-height: 44px;
    margin-bottom: 22px;
}
.catalog_form-inner form,
.catalog_form-inner{
    display: flex;
    flex-wrap: wrap;
}
.catalog_form-inner input[type=text],
.catalog_form-inner input[type=tel],
.catalog_form-inp{
    width: 235px;
    background: #F3F3F3;
    border-radius: 15px;
    margin-right: 15px;
    height: 70px;
    border: none;
    padding-left: 32px;
}
.catalog_form-btn{
    width: 302px;
    background: linear-gradient(90deg, #F99C12 0%, #FFAC2F 100%);
    border-radius: 15px;
    height: 70px;
    border: none;
    cursor: pointer;
}
.catalog_form-inner .jb_input:nth-child(4){
    width: 100%;
}
.catalog_form-inner .jbForCheckbox,
.catalog_form-ok{
    width: 100% !important;
    font-size: 12px;
    line-height: 14px;
    color: #4E4E4E;
    margin-top: 18px;
}
.catalog_form-img{
    position: absolute;
    top: 22px;
    right: 28px;
    z-index: -1;
}
.catalog{
    margin: 120px 0;
    scroll-margin-top: 80px;
}
.catalog_wrapper{
    position: relative;
    z-index: 1;
    padding: 100px 0;
}
.catalog_wrapper::before{
    position: absolute;
    content: "";
    background: #FFFFFF;
    top: 0;
    right: 50%;
    height: 100%;
    transform: translateX(50%);
    width: calc(100% + 300px);
    border-radius: 30px;
    z-index: -1;
}
.steps{
    scroll-margin-top: 80px;
    margin: 120px 0 130px;
}
.steps_title{
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 30px;
    font-size: 45px;
}
.steps_title span{
    color: #0458B0;
}
.steps_text{
    font-weight: 500;
    line-height: 20.8px;
    color: #4D4D4D;
    font-size: 16px;
    margin-bottom: 40px;
}
.steps_slide-number{
    background: #0458B0;
    width: 90px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 60px;
    font-size: 18px;
    line-height: 19.8px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}
.steps_slide-img{
    display: flex;
    width: 100%;
    border-radius: 10px;
    height: 320px;
    overflow: hidden;
    margin-bottom: 20px;
}
.steps_slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.steps_slide-title{
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
    color: #0458B0;
    font-weight: 600;
}
.steps_slider{
    width: calc(100% + ((100vw - 1300px) / 2));
    margin-bottom: 34px;
}
.steps_slide{
    width: 335px;
    margin-right: 40px;
}
.steps_slide-subtitle{
    font-weight: 600;
    line-height: 20.8px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #4D4D4D;
}
.steps_slide-text{
    font-size: 14px;
    color: #4D4D4D;
    line-height: 18.2px;
    margin-bottom: 20px;
}
.steps_slide-text a{
    color: #4D4D4D;
}
.steps_slide-btn{
    width: 231px;
    height: 50px;
    font-size: 14px;
}
.steps_slide ol{
    font-size: 14px;
    color: #4D4D4D;
    line-height: 18.2px;
}
.steps_slide ol li{
    margin-bottom: 10px;
}
.steps_slide ol li:last-child{
    margin-bottom: 0;
}
.steps_slide ul{
    padding-left: 30px;
    list-style: disc;
    margin-bottom: 15px;
}
.steps_slide ul li{
    line-height: 18.2px;
    color: #4D4D4D;
    font-size: 14px;
}
.steps_slide-link{
    font-weight: 500;
    line-height: 18.2px;
    color: #0458B0;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    width: fit-content;
}
.steps_slide-link svg{
    margin-left: 10px;
}
.steps_arrows{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}
.steps_arrow{
    cursor: pointer;
    display: flex;
}
.steps_arrows::before{
    position: relative;
    content: "";
    border: 2px solid #E3E3E3;
    height: 2px;
    width: calc(100% - 90px);
    display: block;
}
.steps_inner{
    padding: 50px 55px;
    background-image: url(../img/steps_inner.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 36.4px;
    font-size: 28px;
}
.steps_inner span{
    display: block;
    color: #FB861A;
}

.catalog_top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}
.catalog_top h2{
    font-weight: 700;
    line-height: 55px;
    font-size: 45px;
    color: #373737;
    width: 670px;
}
.catalog_top h2 span{
    color: #0458B0;
}
.catalog_top p{
    width: 450px;
    color: #4D4D4D;
    line-height: 20.8px;
    padding-right: 25px;
}
.catalog_items{
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
}
.catalog_item{
    width: calc(33.333% - 20px);
    border-radius: 10px;
    position: relative;
}
.catalog_item-img{
    height: 280px;
    margin-bottom: 20px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.catalog_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog_item-teg{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #267DE2;
    border-radius: 7px;
    padding: 8px 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
}
.catalog_item-title{
    font-weight: 600;
    line-height: 28.6px;
    margin-bottom: 20px;
    color: #373737;
    font-size: 24px;
}
.catalog_item-title span{
    color: #0458B0;
}
.catalog_item-subtitle{
    font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
    color: #0458B0;
    margin-bottom: 10px;
}
.catalog_item-option{
    font-size: 14px;
    line-height: 19.6px;
    color: #666666;
}
.catalog_item-inner{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E6E6E6;
    margin: 20px 0 20px;
    padding-bottom: 20px;
}
.catalog_item-btn{
    width: 218px;
    height: 44px;
    margin-right: 30px;
    font-size: 14px;
}
.catalog_item-price{
    font-weight: 600;
    line-height: 25.2px;
    color: #0458B0;
    font-size: 18px;
}
.catalog_item-desc{
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 400;
    color: #666666;
}
.popup_sogl h2:first-child,
.popup_polit h2:first-child{
    margin-top: 0;
}
.popup_sogl,
.popup_polit{
    width: 900px;
}
.popup_sogl ul{
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 30px;
}
.popup_sogl li{
    margin-bottom: 10px;
}
.popup_sogl a,
.popup_polit a{
    color: #000;
}
.popup_sogl h2,
.popup_polit h2{
    margin-bottom: 20px;
    margin-top: 80px;
    font-weight: 600;
    text-align: center;
}
.popup_sogl p,
.popup_polit p{
    margin-bottom: 16px;
}
.installatiow{
    margin-bottom: 50px;
}
.installatiow_title{
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    color: #000000;
    line-height: 55px;
    position: relative;
}
.installatiow_item::before{
    position: absolute;
    content: "";
    background-image: url(../img/installatiow_item-arrow.svg);
    background-size: cover;
    width: 157px;
    height: 157px;
    top: 120px;
}
.installatiow_item{
    width: 1126px;
    height: 760px;
    background-image: url(../img/installatiow_item.png);
    background-size: cover;
    background-position: center;
    margin: -80px auto 0;
    position: relative;
    display: flex;
}
.installatiow_item img{
    position: absolute;
    top: 140px;
    right: 50%;
    transform: translateX(50%);
}
.sample{
    margin-bottom: 65px;
}
.sample_wrapper{
    display: flex;
    justify-content: space-between;
}
.sample_info{
    width: 660px;
}
.sample_title{
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 30px;
    color: #000000;
}
.sample_subtitle{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-bottom: 30px;
    line-height: 30px;
}
.sample_text{
    font-size: 16px;
    color: #000000;
    line-height: 28px;
}
.sample_list{
    margin-bottom: 46px;
}
.sample_list li{
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    position: relative;
    padding-left: 14px;
}
.sample_list li::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    left: 0;
    top: 10px;
}
.sample_btn{
    height: 64px;
    width: 284px;
}
.sample_img{
    border-radius: 15px;
    overflow: hidden;
    width: 540px;
    height: 377px;
    margin-bottom: 24px;
}
.sample_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sample_option{
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}

.map{
    margin-bottom: 90px;
}
.map_top{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.map_title{
    font-weight: 700;
    font-size: 45px;
    color: #000000;
    margin-right: 150px;
    line-height: 55px;
}
.map_adres{
    position: relative;
    font-weight: 500;
    font-size: 18px;
    color: #404040;
    line-height: 22px;
    padding-left: 36px;
}
.colors_slide-img{
    margin-bottom: 15px;
}
.map_adres::before{
    position: absolute;
    content: "";
    background-image: url(../img/map.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.map_item{
    padding: 0 15px;
    max-width: 1630px;
    margin: 0 auto;
    width: 100%;
    height: 475px;
    border-radius: 30px;
    overflow: hidden;
}
.map_item iframe{
    width: 100%;
    height: 100%;
}
.footer{
    margin-bottom: 40px;
}
.footer_body{
    padding: 80px 150px 60px;
    background-color: #fff;
    border-radius: 30px;
}
.footer_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: flex-start;
}
.footer_left{
    margin-top: -20px;
    width: 275px;
}
.footer_text{
    font-size: 15px;
    color: #404040;
    margin-bottom: 20px;
    line-height: 22px;
}
.footer_logo{
    display: flex;
    margin-bottom: 16px;
}
.footer_img{
    display: flex;
}
.footer_menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 290px;
}
.footer_menu a{
    font-size: 15px;
    color: #404040;
    line-height: 20px;
    display: block;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.footer_menu a:hover{
    color: #FFAC2F;
}
.footer_menu li{
    width: 60%;
}
.footer_menu li:nth-child(2n){
    width: 35%;
}
.footer_item{
    font-size: 15px;
    color: #404040;
    margin-bottom: 18px;
    line-height: 22px;
    padding-left: 34px;
    position: relative;
    transition: all 0.3s;
}
a.footer_item:hover{
    color: #FFAC2F;
}
.footer_item img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer_number{
    width: 234px;
    background: #1853AC;
    border-radius: 15px;
    height: 60px;
    display: flex;
    justify-content: center;
    font-weight: 700;
    flex-direction: column;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 18px;
    padding-left: 55px;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s;
}
.footer_number:hover{
    color: #FFAC2F;
}
.footer_number::before{
    position: absolute;
    content: "";
    background-image: url(../img/phone.svg);
    background-size: cover;
    width: 25px;
    height: 26px;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
}
.footer_number span{
    display: block;
    font-size: 14px;
    color: #E6E6E6;
    line-height: 18px;
    color: #E6E6E6;
    font-weight: 400;
}
.footer_time{
    font-size: 14px;
    text-align: right;
    color: #404040;
    line-height: 22px;
}
.footer_inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer_link{
    font-size: 14px;
    color: #686868;
    line-height: 20px;
    transition: all 0.3s;
    display: block;
}
.footer_link img{
    margin-left: auto;
    margin-top: 5px;
    width: fit-content;
    display: block;
}
.footer_link:hover{
    color: #FFAC2F;
}
.popup_consult .popup_body-img{
    right: 34px;
    bottom: 26px;
}
.popup_zam .popup_body-img{
    right: 56px;
    bottom: 0;
}
.popup_body{
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    width: 820px;
    position: relative;
}
.popup_body-title{
    font-weight: 700;
    line-height: 44px;
    color: #373737;    
    font-size: 40px;
    margin-bottom: 20px;
}
.popup_body-text{
    width: 355px;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.6px;
    color: #373737;   
    margin-bottom: 40px;
}
.popup_body-img{
    display: flex;
    position: absolute;
}
.popup_order .popup_body-img{
    right: 0;
    bottom: 0;
}
.popup_body-inp{
    width: 278px;
    background: #FFFFFF;
    border-radius: 15px;
    padding-left: 32px;
    height: 70px;
    border: none;
    display: block;
    margin-bottom: 10px;
}
.popup_body-btn{
    width: 278px;
    height: 70px;
    margin-bottom: 15px;
    cursor: pointer;
    border: none;
}
.popup_body-ok{
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    width: 278px;
}
.popup_drive .popup_body-img{
    bottom: 60px;
    right: 60px;
}
.popup_showroom .popup_body-img{
    bottom: 0;
    right: 0;
}
.popup_size label,
.popup_body-subtitle{
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 8px;
    line-height: 22px;
    white-space: nowrap;
}
.popup_size{
    padding-left: 50px;
    padding-right: 50px;
}
.popup_size .order_form .popup_body-inp{
    width: 230px;
    margin-right: 27px;
}
.popup_size  input[type=text],
.popup_size  input[type=tel],
.popup_body-subtitle + input{
    width: 100% !important;
    height: 60px;  
}
.popup_size .jb_form,
.popup_size .order_form{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.popup_size  .jb_title{
    display: none;
}
.popup_size .jbForm input[type=submit]{
    margin-bottom: 10px;
    margin-left: 15px;
    width: 230px;
    height: 60px;
}
.popup_size .jb_input:nth-child(1),
.popup_size .jb_input:nth-child(2),
.popup_size .jb_input:nth-child(3),
.popup_size .jb_input:nth-child(4),
.popup_size .jb_input:nth-child(5){
    width: 170px;
    margin-right: 25px;
}
.popup_size .jb_input:nth-child(6),
.popup_size .jb_input:nth-child(7){
    margin-right: 40px;
}
.popup_size .jb_input:nth-child(5) {
    margin-right: 500px;
    margin-bottom: 38px;
}
.popup_size .order_form > div:nth-child(5){
    margin-right: 500px;
    margin-bottom: 38px;
}
.popup_size .jb_input:nth-child(4),
.popup_size .jb_input:nth-child(2),
.popup_size .order_form > div:nth-child(4),
.popup_size .order_form > div:nth-child(2){
    margin-right: 300px;
}
.popup_size .order_form .popup_body-btn{
    width: 230px;
    margin-left: 15px;
}
.popup_size .popup_body-ok{
    width: 100% !important;
}
.popup_size .popup_body-img{
    bottom: 215px;
    right: 50px;
    border-radius: 10px;
    overflow: hidden;
}
.progress{
    display: none;
}
.menu_burger{
    display: none;
}
.header_inner .header_title,
.header_inner .header_number,
.header_inner .header_adres{
    display: none;
}
.video_popup{
    padding: 0;
    display: flex;
    width: 800px;
    height: 450px;
}
.video_popup iframe{
    width: 100%;
    height: 100%;
    display: flex;
}
.fixed_video{
    position: fixed;
    z-index: 999999;
    border-style: solid;
    background: #eeeeee;
    -webkit-transition: -webkit-transform 0.2s ease-in-out,width 0.3s ease-in-out,height 0.3s ease-in-out,bottom 0.3s ease-in-out,border-color 0.2s ease-in-out,opacity 1s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out,width 0.3s ease-in-out,height 0.3s ease-in-out,bottom 0.3s ease-in-out,border-color 0.2s ease-in-out,opacity 1s ease-in-out;
    transition: transform 0.2s ease-in-out,width 0.3s ease-in-out,height 0.3s ease-in-out,bottom 0.3s ease-in-out,border-color 0.2s ease-in-out,opacity 1s ease-in-out;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 40%);
    left: 30px;
    bottom: 30px;
    border-radius: 20px;
    border-width: 3px;
    width: 275px;
    height: 160px;
    border-color: #ffffff;
    cursor: pointer;
}
#video::-webkit-media-controls {
    display:none !important;
  }
  .fixed_video.active::before{
      display: none;
  }
.fixed_video::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
}
.fixed_video-close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    z-index: 11;
    cursor: pointer;
}
.fixed_video-close img{
    width: 100%;
    height: 100%;
}
.fixed_video::before{
    position: absolute;
    content: "Наш Шоу-рум";
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    color: #000000;
    font-size: 16px;
    text-align: center;
    top: -10px;
    width: 100%;
    right: 0;
    height: auto;
    transform: translateY(-100%);
    padding: 5px;
    background: #FFFFFF;
    box-shadow: 0px 10px 35px rgb(0 0 0 / 8%);
    border-radius: 10px;
}
.fixed_video-btn{
    position: absolute !important;
    bottom: 15px;
    width: 80%;
    height: 45px;
    font-size: 14px;
    right: 50%;
    transform: translateX(50%);
    display: none !important;
}
.fixed_video.active .fixed_video-btn{
    display: flex !important;
}
.fixed_video.active .fixed_video-btn:hover{
    transform: translateX(50%);
}
.fixed_video.active{
    width: 435px;
    height: 250px;
}
.fixed_video.active:hover{
    transform: scale(1);
    border-color: #ffffff;
}
.fixed_video:hover{
    transform: scale(1.1);
    border-color: #0000FF;
}
.fixed_video video{
    width: 100%;
    height: 100%;
       border-radius: 20px;
}
.block_map-wrapper{
    padding: 60px 0 25px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}
.block_map-wrapper::before{
    position: absolute;
    content: "";
    border-radius: 30px;
    background: #FFF;
    top: 0;
    z-index: -1;
    right: 50%;
    transform: translateX(50%);
    height: 100%;
    width: calc(100% + 300px);
}
.block_map-title{
    color: #000;
    font-size: 45px;
    font-weight: 700;
    line-height: 55px; 
    margin-bottom: 25px;
}
.block_map-img{
    display: flex;
    justify-content: center;
}
.block_map-img img{
    max-width: 100%;
    height: auto;
}
.block_map-inner{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.block_map-img{
    width: 942px;
}
.block_map-items{
    width: 324px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
.block_map-subtitle{
    font-weight: 700;
    line-height: 29.35px;
    margin-bottom: 10px;
    font-size: 25px;
}
.block_map-items ul{
    font-size: 15px;
    line-height: 19.5px;
    list-style: disc;
    padding-left: 20px;
}
.block_map-item:last-child{
    width: 100%;
}

.block_map-item:last-child ul{
    columns: 2;
}
.service .container {
    max-width: 1630px;
}
.service_wrapper{
    padding: 80px 150px 80px;
    position: relative;
    z-index: 1;
}
.service_wrapper::before {
    position: absolute;
    content: "";
    border-radius: 30px;
    background: #FFFFFF;
    width: 1600px;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
}
.service h2{
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 20px;
    font-size: 45px;
}
.service_text{
    font-weight: 500;
    line-height: 22.4px;
    font-size: 16px;
    margin-bottom: 30px;
    width: 840px;
}
.service_text span{
    font-weight: 700;
    color: #0052B2;
}
.service_items{
    display: flex;
    margin-bottom: 50px;
    gap: 20px;
}
.service_item{
    flex: 1;
    position: relative;
}
.service_item-img{
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    margin-bottom: 10px;
}
.service_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service_item-title{
    font-size: 16px;
    line-height: 22.4px;
}
.service_item-status{
    position: absolute;
    background: #FFAC2F;
    border-radius: 60px;
    padding: 10px 20px;
    font-weight: 600;
    line-height: 16.44px;
    color: #000000;
    font-size: 14px;
    top: 155px;
    left: 10px;
}
.service_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.service_info{
    width: 540px;
}
.service_info-title{
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 20px;
}
.service_info-text{
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
}
.header_inner .header_time{
    display: none;
}
.header_inner .main_btn{
    display: none;
}







@media(max-width: 1600px){
    .service .container,
    .footer .container, .cost .container, .invitation .container, .colors .container, .sale .container, .main .container {
        max-width: 1330px;
    }
    .service_wrapper,
    .invitation_wrapper,
    .sale_body,
    .main_wrapper {
        padding: 100px 30px;
    }
    .colors_wrapper{
        padding-left: 30px;
    }
    .colors_slider .slick-next {
        right: 432px;
    }
    .colors_slider .slick-prev {
        right: 505px;
    }   
    .cost_body{
        padding: 250px 30px 100px;
    } 
    .footer_body{
        padding-left: 30px;
        padding-right: 30px;
    }
    .block_map-wrapper::before{
        width: 100vw;
    }
    .catalog_items{
        gap: 20px;
    }
    .catalog_item {
        width: calc(33.333% - 14px);
    }
    .catalog_item-inner{
        align-items: flex-start;
        flex-direction: column-reverse;
        margin: 20px 0;
    }
    .catalog_item-price{
        margin-bottom: 10px;
    }
    .catalog_item-img{
        height: 178px;
    }
    .catalog_item-teg{
        right: 20px;
        font-size: 14px;
    }
    .steps_slider {
        width: calc(100% + ((100vw - 938px) / 2));
    }
    .steps_inner{
        padding: 30px;
    }
    .zamer_wrapper{
        padding: 60px;
    }
    .zamer_person{
        right: 30px;
        bottom: 20px;
        padding: 20px;
    }
    .faq_wrapper{
        padding: 60px;
    }
    .faq_items {
        width: 510px;
    }
    .faq_left {
        width: 340px;
    }
    .faq_video{
        height: 204px;
    }
    .faq_wrapper{
        padding: 0;
    }
}
@media(max-width:1350px){
    .container,
    .footer .container, .cost .container, .invitation .container, .colors .container, .sale .container, .main .container {
        max-width: 1150px;
    }
    .header_title{
        display: none;
    }
    .advantage_item{
        width: 358px;
    }
    .sale_inner{
        width: 700px;
        padding: 10px;
    }
    .video_item {
        height: 470px;
        width: 738px;
    }
    .colors_slider {
        width: 1500px;
    }
    .driver_items{
        width: 760px;
    }
    .driver_item{
        padding-right: 130px;
    }
    .options_slider {
        width: 1470px;
    }
    .options_slide-img{
        height: 226px;
    }
    .showroom_slider {
        width: 700px;
    }
    .showroom_wrapper{
        align-items: flex-start;
    }
    .showroom_inner{
        padding: 40px;
    }
    .showroom_inner-text{
        width: 380px;
    }
    .about_slider{
        width: 98%;
    }
    .about_certificates {
        width: 545px;
        margin-right: 10px;
    }
    .about_info {
        width: 460px;
    }
    .team_inner-info {
        width: 500px;
        padding: 36px 20px 36px 20px;

    }
    .team_inner-slider {
        width: 530px;
        margin-right: 30px;
    }
    .team_inner{
        align-items: flex-start;
    }
    .work_item {
        width: 355px;
        height: 230px;
    }
    .catalog_form-img{
        width: 400px;
    }
    .catalog_form-img img{
        width: 100%;
        height: 100%;
    }
    .sample_info {
        width: 540px;
    }
    .footer_wrapper{
        flex-wrap: wrap;
    }
    .footer_info{
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-top: 25px;
    }
    .footer_items{
        margin-top: 25px;
        width: 50%;
    }
    .block_map-title br{
        display: none;
    }
    .block_map-img{
        width: calc(100% - 346px);
    }
    .service_info{
        width: 450px;
    }
    .service_info-img{
        width: 590px;
    }
    .service_info-img img{
        width: 100%;
        height: auto;
    }
    .advantage_wrapper{
        flex-direction: column;
    }
    .advantage_title{
        width: 100%;
        margin-bottom: 30px;
    }
    .advantage_items{
        width: 100%;
    }
}
@media(max-width:1200px){
    .container{
        max-width: 998px;
    }
    .menu a{
        margin: 0 20px;
    }
    .main_item-text {
        font-size: 14px;
    }
    .advantage_item {
        width: 310px;
    }
    .sale_inner {
        width: 540px;
        position: relative;
        padding: 30px 10px;
    }
    .sale_inner-img{
        position: absolute;
        top: -80px;
        right: 50%;
        transform: translateX(50%);
    }
    .video_item {
        height: 336px;
        width: 590px;
    }
    .colors_slider {
        width: 1395px;
    }
    .driver_wrapper{
        flex-wrap: wrap;
    }
    .driver_items{
        width: 100%;
    }
    .driver_inner{
        margin-top: 40px;
        width: 49%;
    }
    .driver_inner-img{
        height: 440px;
        border-radius: 25px;
    }
    .options_slider {
        width: 100%;
    }
    .options_slider .slick-next{
        right: 20px;
    }
    .options_slider .slick-prev{
        right: 82px;
    }
    .invitation_wrapper{
        padding: 40px 30px;
    }
    .invitation_option{
        margin-bottom: 20px;
    }
    .showroom_wrapper{
        flex-direction: column-reverse;
        align-items: center;
    }
    .showroom_slider{
        width: 870px;
        margin-bottom: 35px;
    }
    .showroom_inner-text {
        width: 255px;
    }
    .about_wrapper{
        flex-direction: column;
    }
    .about_certificates{
        width: 612px;
        margin: 0 auto;
    }
    .about_info{
        margin-bottom: 35px; 
    }
    .about_slider {
        width: 90%;
    }
    .team_item {
        width: 230px;
    }
    .team_item-img{
        height: auto;
    }
    .team_inner{
        align-items: center;
        flex-direction: column;
    }
    .team_inner-info {
        width: 100%;
        margin-bottom: 35px;
    }
    .team_inner-slider{
        width: 660px;
        margin-right: 0;
    }
    .cost_wrapper{
        flex-wrap: wrap;
    }
    .cost_zam{
        margin-top: 85px;
    }
    .cost_body{
        padding-top: 100px;
    }
    .work_item {
        width: 310px;
        height: 202px;
    }
    .catalog_form-img {
        width: 336px;
    }
    .installatiow_item {
        width: 920px;
        height: 660px;
    }
    .installatiow_item img{
        width: 600px;
        height: auto;
        top: 118px;
    }
    .sample_info {
        width: 440px;
    }
    .sample_right{
        width: 500px;
    }
    .sample_img{
        width: 100%;
        height: auto;
        border-radius: 24px;
    }
    .service_info-img {
        width: 500px;
    }
    .service_info {
        width: 410px;
    }
    .faq_wrapper{
        flex-direction: column;
    }
    .faq_items{
        width: 100%;
    }
    .faq_title{
        width: 100%;
    }
}
@media(max-width:991.98px){
     .zamer .container{
        width: 100%;
        max-width: 698px;
    }
    .zamer_wrapper{
        padding: 30px;
    }

    .faq_inner{
        flex-direction: column;
    }
    .faq_items{
        width: 100%;
        margin-top: 40px;
    }
    .zamer_title {
        line-height: 42px;
        font-size: 34px;
        margin-bottom: 30px;
    }
    .zamer_items{
        flex-direction: column;
    }
    .zamer_item{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .zamer_person{
        width: 290px;
    }
    .container{
        max-width: 720px;
    }
    .header{
        background-color: #fff;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        z-index: 10;
        padding-top: 0;
    }
    .main{
        margin-top: 95px;
    }
    .header_inner{
        position: fixed;
        width: 100%;
        height: 100%;
        opacity: 0;
        top: 95px;
        right: 0;
        visibility: hidden;
        z-index: 10;
        background-color: #fff;
        transition: all 0.6s;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .header_inner.active{
        opacity: 1;
        visibility: visible;
    }
    .header_adres{
        display: none;
    }
    .header_number{
        display: none;
    }
    .main_items{
        flex-wrap: wrap;
        margin-bottom: -35px;
    }
    .main_item{
        width: 48%;
        margin-bottom: 35px;
    }
    .advantage_item{
        width: 48%;
    }
    .sale_body{
        position: relative;
        padding-top: 60px;
        padding-bottom: 180px;
    }
    .sale_inner{
        position: absolute;
        flex-direction: column;
        bottom: -218px;
        right: 50%;
        transform: translateX(50%);
    }
    .sale_inner-img{
        position: relative;
        top: auto;
        right: auto;
        transform: none;
    }
    .steps_slider {
        width: calc(100% + ((100vw - 668px) / 2));
    }
    .steps_inner {
        line-height: 26.4px;
        font-size: 20px;
    }
    .sale{
        margin-bottom: 300px;
    }
    .sale_title {
        font-size: 34px;
        line-height: 54px;
    }
    .sale_inner-text{
        margin: 25px 0;
        text-align: center;
    }
    .video_wrapper{
        flex-direction: column;
    }
    .video_info{
        margin-bottom: 40px;
        width: 100%;
        text-align: center;
    }
    .video_item {
        height: 390px;
        width: 100%;
    }
    .video_info::before{
        display: none;
    }
    .progress{
        display: block;
        background: #E2E2E2;
        height: 3px;
        width: calc(100% - 20px);
        margin: 0 auto 24px;
        position: relative;
    }
    .progress::before{
        position: absolute;
        content: "";
        background-image: url(../img/progrssBarArrow.svg);
        background-size: cover;
        width: 26px;
        height: 16px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .slider__label{
        background: #FFAC2F;
        height: 100%;
        top: 0;
        left: 0;
        transition: all 0.3s;
        position: absolute;
    }
    .colors_wrapper::before{
        width: 100vw;
        right: 50%;
        transform: translateX(50%);
        left: auto;
    }
    .colors_slider{
        width: 100%;
        padding-bottom: 100px;
    }
    .colors_tabs{
        margin: 0 auto 40px;
    }
    .colors_slider .slick-arrow{
        top: auto;
        bottom: 0;
        right: 50%;
     
    }
    .colors_slider .slick-prev{
        transform: translateX(calc(50% - 50px));
    }
    .colors_slider .slick-next{
        transform: translateX(calc(50% + 30px));
    }
    .colors_title {
        text-align: center;
    }
    .driver_item{
        width: 100%;
    }
    .driver_inner{
        width: 100%;
        padding: 20px;
    }
    .driver_inner-img img{
        object-fit: cover;
    }
    .invitation_wrapper{
        background-position: center;
    }
    .showroom_slider{
        width: 100%;
    }
    .showroom_inner{
        flex-direction: column;
        text-align: center;
    }
    .showroom_inner-adres{
        margin: 25px 0;
    }
    .about_info{
        width: 500px;
    }
    .team_item-img{
        margin: 0 10px 24px;
    }
    .cost_title {
        font-size: 48px;
        margin-bottom: 26px;
        line-height: 54px;
    }
    .cost_text{
        font-size: 22px;
    }
    .work_item{
        margin: 0 10px;
    }
    .catalog_form-wrapper{
        padding: 100px 25px 50px;
    }
    .catalog_form-img{
        right: 50%;
        transform: translateX(50%);
        top: -100px;
    }
    .catalog_form{
        margin-top: 120px;
    }
    .catalog_form-inp {
        width: 198px;
    }
    .catalog_form-btn {
        width: 214px;
    }
    .catalog_top{
        flex-direction: column;
    }
    .catalog_top h2{
        width: 100%;
        margin-bottom: 30px;
    }
    .catalog_top p{
        width: 100%;
        padding: 0;
    }
    .catalog_item{
        width: calc(50% - 10px);
    }
    .installatiow_item {
        width: 690px;
        height: 490px;
        margin-top: -30px;
    }
    .installatiow_item img {
        width: 442px;
        height: auto;
        top: 88px;
    }
    .sample_wrapper{
        flex-direction: column;
        position: relative;
        padding-bottom: 90px;
    }
    .sample_info{
        width: 100%;
    }
    .sample_right{
        width: 100%;
    }
    .sample_btn{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .map_title{
        margin-right: 0;
    }
    .map_top{
        flex-direction: column;
        align-items: flex-start;
    }
    .map_title{
        margin-bottom: 25px;
    }
    .footer_inner{
        flex-direction: column;
        align-items: center;
    }
    .footer_link{
        margin-bottom: 20px;
    }
    .footer_body{
        padding-bottom: 20px;
    }
    .menu_burger{
        display: block;
        width: 33px;
        background: #1853AC;
        border-radius: 3px;
        height: 33px;
        position: relative;
    }
    .menu_burger::before{
        position: absolute;
        content: "";
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
        top: 7px;
        right: 50%;
        transform: translateX(50%);
        transition: all 0.3s;
    }
    .menu_burger.active::before{
        transform: translateX(50%) rotate(45deg); 
        top: 15px;
    }
    .menu_burger::after{
        position: absolute;
        content: "";
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
        bottom: 8px;
        right: 50%;
        transform: translateX(50%);
        transition: all 0.3s;
    }
    .menu_burger.active::after{
        transform: translateX(50%) rotate(-45deg); 
        bottom: 16px;
    }
    .menu_burger span{
        position: absolute;
        content: "";
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
        top: 15px;
        right: 50%;
        transform: translateX(50%);
        transition: all 0.3s;
    }
    .menu_burger.active span{
        transform: translateX(50%) scale(0); 
    }
    .menu a{
        color: #000;
    }
    .menu {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
    .header_inner .header_title,
    .header_inner .header_number,
    .header_inner .header_adres{
        display: flex;
        
    }
    .header_inner .main_btn{
        margin: 0;
        display: flex;
    }
    .header_time{
        display: none;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
        color: #404040;
        margin-bottom: 15px;
        font-weight: 400;
        width: 145px;
        text-align: center;
    }
    .header_number a{
        font-size: 16px;
    }
    .header_inner .header_adres strong{
        display: contents;
    }
    .header_adres{
        margin-bottom: 40px;
    }
    .header_inner .header_title{
        text-align: center;
        margin-bottom: 30px;
        justify-content: center;
    }
.popup_body-img img{
    width: 100%;
    height: 100%;
}
.popup_order .popup_body-img{
    width: 180px;
    right: 30px;
}
.popup_drive .popup_body-img{
    width: 300px;
}
.popup_size .jb_input:nth-child(4), .popup_size .jb_input:nth-child(2), .popup_size .order_form > div:nth-child(4), .popup_size .order_form > div:nth-child(2),
.popup_size .order_form > div:nth-child(4), .popup_size .order_form > div:nth-child(2) {
    margin-right: 250px;
}
.popup_size .jb_input:nth-child(6), .popup_size .jb_input:nth-child(7) {
    margin-right: 10px;
    width: 194px;
}
.popup_size .order_form .popup_body-inp {
    width: 210px;
    margin-right: 10px;
}
.popup_size .order_form .popup_body-btn {
    width: 200px;
    margin-left: 10px;
}
.popup_size .popup_body-img {
    bottom: 310px;
    width: 272px;
}
.catalog_form-inner  .jbForm input[type=submit],
.catalog_form-inner input[type=text], .catalog_form-inner input[type=tel], .catalog_form-inp{
    width: 198px;
    font-size: 16px;
}
.fixed_video {
    bottom: 25px;
    width: 160px;
    height: 278px;
}
.block_map-inner{
    flex-direction: column;
}
.block_map-img{
    width: 100%;
    margin-bottom: 30px;
}
.service_items{
    flex-wrap: wrap;
}
.service_item{
    width: 48%;
    flex: none;
}
.service_text{
    width: 100%;
}
.service_inner{
    flex-direction: column;
}
.service_info{
    width: 100%;
    margin-bottom: 20px;
}
.service_info-img{
    width: 100%;
}
}
@media (max-width: 767.98px) {
    .container{
       max-width: 100%;
   }
   .fixed_video {
    display: none;
}
   .header_inner{
    top: 67px;
    overflow: auto;
    padding-bottom: 150px;
   }
   .header_wrapper{
    padding: 17px 0;
}
.header_logo{
    width: 121px;
}
.header_logo img{
    width: 100%;
    height: 100%;
}
.header_img{
    width: 122px;
}
.header_img img{
    width: 100%;
    height: 100%;
}
.header_inner .header_number{
    min-height: 60px;
}
.main .container{
    padding: 0;
}
.main_wrapper{
    padding: 50px 15px;
}
.main h1{
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 26px;
}
.main_text{
    padding-left: 42px;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 106px;
}
.main_text::before{
    width: 54px;
    height: 65px;
}
.main_btn{
    height: 62.38px;
    margin-bottom: 36px;
    width: 303px;
}
.main_item{
    width: 100%;
    margin-bottom: 25px;
}
.main_item br{
    display: none;
}
.advantage_title{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
}
.advantage_item{
    width: 100%;
    margin-bottom: 15px;
}

.advantage_item-text{
    line-height: 22px;
    font-size: 15px;
}
.sale .container{
    padding: 0;
}
.quiz{
    display: none;
}
.sale_body{
    padding: 60px 15px 186px;
}
.sale_title{
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}
.sale_text{
    padding-left: 42px;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 52px;
}
.sale_text::before{
    width: 30px;
    top: 12px;
}
.sale_subtitle{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 12px;
}
.sale_option{
    line-height: 34px;
    font-size: 16px;
}
.sale_inner{
    width: 310px;
}
.sale{
    margin-bottom: 280px;
}
.video_title{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 14px;
}
.video_text{
    line-height: 28px;
    font-size: 18px;
}
.video_item{
    height: 186px;
}
.video{
    margin-bottom: 65px;
}
.colors_wrapper{
    padding: 50px 0 60px;
}
.colors_title{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
}
.colors_slide{
    margin: 0 4px;
}
.colors_slider{
    padding-bottom: 60px;
}
.colors{
    margin: 60px 0;
}
.driver{
    margin: 60px 0;
}
.driver_title{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
}
.driver_item{
    padding: 35px 60px 35px 25px;
}
.driver_item-img{
    display: flex;
    justify-content: flex-end;
}
.driver_item-img img{
    width: 60%;
}
.driver_inner{
    min-width: 100vw;
    padding-bottom: 55px;
    margin-left: -15px;
}
.options{
    margin: 55px 0 65px;
}
.options_title{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
    text-align: center;
}
.options_slider  .slick-arrow{
    top: auto;
    bottom: 0;
    right: 50%;
 
}
.options_slider  .slick-prev{
    transform: translateX(calc(50% - 50px));
}
.options_slider  .slick-next{
    transform: translateX(calc(50% + 30px));
}
.options_slider {
    padding-bottom: 60px;
}
.invitation .container{
    padding: 0;
}
.invitation_title{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 40px;
}
.invitation_wrapper{
    padding: 50px 16px;
}
.invitation_option{
    line-height: 20px;
    font-size: 15px;
}
.invitation{
    margin: 36px 0;
}
.showroom{
    margin: 36px 0 60px;
}
.showroom_slider   .slick-arrow{
    top: auto;
    bottom: 0;
    right: 50%;
 
}
.showroom_slider   .slick-prev{
    transform: translateX(calc(50% - 50px));
    left: auto;
}
.showroom_slider   .slick-next{
    transform: translateX(calc(50% + 50px));
}
.showroom_slider{
    padding: 0 0 60px;
}
.showroom_items{
    width: 100%;
    padding: 15px;
}
.showroom_item-img{
    height: 170px;
}
.showroom_inner-text{
    line-height: 24px;
    font-size: 16px;
}
.about{
    margin: 60px 0;
}
.about_info{
    width: 100%;
}
.about_title{
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}
.about_text{
    line-height: 32px;
    font-size: 18px;
}
.about_certificates{
    width: 100%;
}
.team_inner-slider,
.about_slide,
.about_certificate{
    margin: 0 5px;
}
.team_inner-slider   .slick-arrow,
.about_slider   .slick-arrow,
.about_certificates   .slick-arrow{
    top: auto;
    bottom: 0;
    right: 50%;
 
}
.team_inner-slider   .slick-prev,
.about_slider   .slick-prev,
.about_certificates   .slick-prev{
    transform: translateX(calc(50% - 50px));
    left: auto;
}
.team_inner-slider   .slick-next,
.about_slider   .slick-next,
.about_certificates   .slick-next{
    transform: translateX(calc(50% + 50px));
}
.team_inner-slider,
.about_slider,
.about_certificates{
    padding: 0 0 60px;
}
.team{
    margin: 60px 0;
}
.team_title{
    line-height: 35px;
    font-size: 25px;
}
.team_item-img{
    width: 260px;
}
.team_inner-slider{
    width: 100%;
}
.cost_body{
    padding: 60px 16px 65px;
}
.cost_title{
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
}
.cost_text {
    font-size: 20px;
    margin-bottom: 30px;
    padding-left: 43px;
}
.cost_text::before{
    width: 30px;
}
.cost{
    margin-bottom: 60px;
}
.work_wrapper{
    display: block;
}
.work_title{
    line-height: 35px;
    font-size: 25px;
}
.cost_btn{
    width: 100%;
    height: 62px;
    margin-right: 0;
}
.cost_inner{
    flex-direction: column-reverse;
}
.cost_inner-text{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
}
.cost_zam{
    font-size: 16px;
}
.cost_zam::before {
    width: 135px;
    height: 134px;
}
.catalog_form-img{
    width: 224px;
    top: -51px;
}
.catalog_form-title{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: center;
}
.catalog_form-inp{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
}
.catalog_form-btn{
    height: 70px;
    width: 280px;
}
.catalog_form{
    margin-bottom: 60px;
}
.installatiow_title{
    line-height: 35px;
    font-size: 25px;
}
.installatiow_item {
    width: 380px;
    height: 280px;
    transform: translateX(-15px);
}
.installatiow .container{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.installatiow_item::before {
    width: 86px;
    height: 100px;
    top: -15px;
    left: -21px;
}
.installatiow_item img {
    width: 248px;
    height: auto;
    top: 52px;
}
.sample_title{
    line-height: 35px;
    font-size: 25px;
}
.sample_subtitle{
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}
.sample_list li,
.sample_text{
    line-height: 24px;
    font-size: 15px;
}
.sample_subtitle br{
    display: none;
}
.map_title{
    line-height: 35px;
    font-size: 25px;
}
.map_adres{
    line-height: 22px;
    font-size: 16px;
}
.map_item{
    height: 285px;
    padding: 0;
}
.map{
    margin-bottom: 50px;
}
.footer {
    margin-bottom: 0;
}
.footer .container{
    padding: 0;
}
.footer_body{
    padding: 40px 15px;
}
.footer_left{
    text-align: center;
    margin-bottom: 36px;
    width: 100%;
}
.footer_logo{
    justify-content: center;
}
.footer_img{
    justify-content: center;
}
.footer_menu{
    width: 100%;
    justify-content: center;
    text-align: center;
}
.footer_info{
    width: 100%;
    text-align: center;
    align-items: center;
}
.footer_items{
    width: 100%;
    order: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.footer_wrapper{
    margin-bottom: 20px;
}
.footer_menu li{
    width: 100%;
}
.popup_body{
    padding: 40px 20px 90px;
}
.popup_body-title{
    line-height: 33px;
    font-size: 28px;
    margin-bottom: 12px;
}
.popup_body-text{
    line-height: 24px;
    font-size: 16px;
}
 .popup_body-img img{
    width: 100%;
    height: auto;
}
.jbForm label.jbForCheckbox,
.popup_body-ok{
    text-align: left;
    width: 165px;
}
.popup_drive .popup_body-img{
    right: 10px;
    bottom: 20px;
    width: 171px;
}
.popup_showroom .popup_body-img{
    width: 197px;
}
.popup_size .order_form > div{
    width: 100%;
    margin-right: 0;
}
.popup_size .order_form > div:nth-child(4), .popup_size .order_form > div:nth-child(2){
    margin-right: 0;
}
.popup_size .order_form .popup_body-inp{
    width: 100%;
    margin-right: 0;
}
.popup_size .order_form .popup_body-btn{
    width: 100%;
    margin-left: 0;
}
.popup_size  .popup_body-title{
    margin-bottom: 260px;
}
.popup_size .popup_body-img{
    bottom: auto;
    top: 130px;
    width: 310px;
    right: 50%;
    transform: translateX(50%);
}
.popup_size .order_form > div:nth-child(5){
    margin-right: 0;
    margin-bottom: 20px;
}
.driver_item-option:nth-child(1){
    width: 230px;
}
.driver_item-option br{
    display: none;
}
.driver_inner-img{
    height: 280px;
}
.popup_size .jb_input:nth-child(4), .popup_size .jb_input:nth-child(2), .popup_size .order_form > div:nth-child(4), .popup_size .order_form > div:nth-child(2), .popup_size .order_form > div:nth-child(4), .popup_size .order_form > div:nth-child(2){
    margin-right: 0;
}
.popup_size .jb_input:nth-child(1), .popup_size .jb_input:nth-child(2), .popup_size .jb_input:nth-child(3), .popup_size .jb_input:nth-child(4), .popup_size .jb_input:nth-child(5){
    margin-right: 0;
    width: 100%;
}
.popup_size .jb_input:nth-child(6), .popup_size .jb_input:nth-child(7){
    margin-right: 0;
    width: 100%;
}
.popup_size .jbForm input[type=submit]{
    margin-left: 0;
    width: 100%;
}
.popup_size label.jbForCheckbox, .popup_body-ok{
    width: 100%;
    white-space: normal;
}
.popup_size  .jb_input{
    width: 100%;
}
.catalog_form-inner .jbForm input[type=submit], .catalog_form-inner input[type=text], .catalog_form-inner input[type=tel], .catalog_form-inp{
    width: 100%;
}
.catalog_form-inner  .jb_input{
    width: 100%;
}
.video_popup{
    height: 220px;
}
.block_map-wrapper{
    padding: 50px 0;
}
.block_map-title{
    line-height: 35px;
    font-size: 25px;
    margin-bottom: 20px;
}
.main_wrapper{
    background: none;
    padding: 0;
}
.main_wrapper::before{
    position: relative;
    content: "";
    background-image: url(../img/main_wrapper2.jpg);
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    border-radius: 30px;
    margin-bottom: 26px;
    height: 256px;
}
.main{
    margin-top: 68px;
}
.main h1{
    color: #000;
    line-height: 27px;
    margin-bottom: 24px;
    font-size: 25px;
    padding: 0 15px;
}
.main h1 br{
    display: none;
}
.main_text{
    padding-left: 89px;
    padding-right: 15px;
    color: #000;
    margin-bottom: 25px;
    line-height: 26px;
    font-size: 18px;
}
.main_btn {
    margin-left: 15px;
    width: calc(100% - 30px);
}
.main_text::before{
    left: 15px;
}
.main_items{
    border-radius: 30px;
    background: #144999;
    padding: 46px 15px;
}
.main_item:last-child{
    margin-bottom: 0;
}
.block_map-items ul {
    font-size: 14px;
    line-height: 17.5px;
}
.block_map-items {
    width: 100%;
}
.service_wrapper{
    padding: 50px 15px;
}
.service h2{
    line-height: 32px;
    font-size: 25px;
}
.service_text{
    line-height: 19.6px;
    font-size: 14px;
}
.service_items{
    gap: 20px 5px;
}
.service_item{
    width: calc(50% - 2.5px);
}
.service_item-img{
    height: 105px;
}
.service_item-status{
    line-height: 8.61px;
    padding: 5px 10px;
    font-size: 7.33px;
    top: 80px;
    left: 6px;
}
.service_item-title{
    line-height: 19.6px;
    font-size: 14px;
}
.service_info-title{
    line-height: 20.8px;
    margin-bottom: 10px;
    font-size: 16px;
}
.service_info-text{
    line-height: 21px;
    font-size: 14px;
}
.service_info-img{
    width: 513px;
}
.service_inner{
    align-items: flex-start;
}
.catalog{
    margin: 80px 0;
}
.catalog_top h2{
    line-height: 33px;
    font-size: 30px;
}
.catalog_top p{
    line-height: 18.2px;
    font-size: 14px;
}
.catalog_item{
    width: 100%;
    padding: 20px;
}
.catalog_item-teg{
    right: 30px;
}
.catalog_item-img {
    height: 55vw;
}
.catalog_item-title{
    line-height: 19.8px;
    font-size: 18px;
}
.catalog_item-desc,
.catalog_item-option,
.catalog_item-subtitle {
    font-size: 12px;
    line-height: 16px;
}
.steps{
    margin: 80px 0;
}
.steps_title{
    line-height: 33px;
    font-size: 30px;
}
.steps_text{
    line-height: 18.2px;
    margin-bottom: 30px;
    font-size: 14px;
}
.steps_slider {
    width: calc(100% + 15px);
}
.steps_slide{
    width: 280px;
    margin-right: 20px;
}
 .zamer .container{
    padding: 0 5px;
}
.zamer{
    margin: 80px 0;
}
.zamer_wrapper{
    padding: 70px 25px 354px;
    background-image: url(../img/zamer_wrapper2.jpg);
}
.zamer_title{
    line-height: 28px;
    font-size: 25px;
}
.zamer_title br{
    display: none;
}
.zamer_subtitle{
    line-height: 22.4px;
    font-size: 16px;
    margin-bottom: 15px;
}
.zamer ul{
    line-height: 15.6px;
    margin-bottom: 30px;
    font-size: 12px;
}
.zamer_item {
    line-height: 18.8px;
    font-size: 14px;
    margin-bottom: 15px;
}
.zamer_btn{
    width: 100%;
}
.zamer_items{
    margin-bottom: 25px;
}
.zamer_person{
    width: 300px;
    bottom: 10px;
    left: 30px;
    right: auto;
}
.zamer_person-title {
    font-size: 18px;
    line-height: 23px;
}
.zamer_person-subtitle,
.zamer_person-text {
    line-height: 14px;
    margin-bottom: 10px;
    font-size: 12px;
}
.steps_slide-number {
    width: 80px;
    height: 36px;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 17.8px;
}
.zamer_person-subtitle{
    margin-bottom: 0;
}
.steps_slide-img{
    height: 267px;
}
.steps_slide-title {
    font-size: 18px;
    line-height: 24px;
}
.steps_slide-subtitle {
    line-height: 18.8px;
    font-size: 14px;
}
.steps_slide-text {
    font-size: 12px;
    line-height: 16.2px;
}
.steps_slide ol{
    font-size: 12px;
    line-height: 16.2px;
    padding-left: 20px;
}
.steps_inner{
    padding: 40px 20px 223px 30px;
    font-size: 18px;
    line-height: 25.2px;
    background-image: url(../img/steps_inner2.jpg);
}

.faq_title{
    line-height: 27.5px;
    margin-bottom: 20px;
    font-size: 25px;
}
.faq_left{
    width: 100%;
}
.faq_video {
    height: 45vw;
    margin-bottom: 10px;
}
.faq_left-title {
    font-size: 16px;
    line-height: 20px;
}
.faq_item-title {
    line-height: 19.4px;
    font-size: 16px;
}
.faq_item-text {
    font-size: 12px;
    line-height: 15.2px;
    padding-right: 30px;
}
.advantage_items{
    gap: 20px;
}
.sale_title{
    width: 100%;
}
.catalog_wrapper{
    padding: 60px 0;
}
.catalog_item{
    padding: 0;
}
.footer_link img{
    margin: 5px auto 0;
}
.popup_body-title{
    word-break: break-all;
}
.popup_body-text{
    line-height: 15.4px;
    font-size: 14px;
    width: 100%;
}
.jbForm label.jbForCheckbox, .popup_body-ok{
    width: 100%;
}
.popup_consult {
    padding-bottom: 260px;
}
.popup_order .popup_body-title,
.popup_zam .popup_body-title{
    word-break: normal;
}
.popup_zam,
.popup_order{
    padding-bottom: 260px;
}
.popup_zam .popup_body-img{
    width: 180px;
    right: 50%;
    transform: translateX(50%);
}
.zamer_person{
    max-width: calc(100% - 50px);
}
.popup_sogl,
.popup_polit{
    padding: 40px 20px;
}
.popup_sogl h2,
.popup_polit h2{
    font-size: 22px;
}
.footer_left{
    margin-top: 0;
}
}