/*! 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}



@font-face{
    font-family: 'AkzidenzGroteskPro';
    src: url('../fonts/AkzidenzGroteskPro-Bold.woff2') format('woff2'),
         url('../fonts/AkzidenzGroteskPro-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: 'AkzidenzGroteskPro';
    src: url('../fonts/AkzidenzGroteskPro-Md.woff2') format('woff2'),
         url('../fonts/AkzidenzGroteskPro-Md.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face{
    font-family: 'AkzidenzGroteskPro';
    src: url('../fonts/AkzidenzGroteskPro-Regular.woff2') format('woff2'),
         url('../fonts/AkzidenzGroteskPro-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}



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: 'AkzidenzGroteskPro';
}
html.active,body.active{
    overflow: hidden;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.aside.hide{
    right: -150px;
}
.scroll_whats{
    position: fixed;
    width: 53px;
    height: 53px;
    z-index: 2;
    bottom: 70px;
  right: 10%;
    transition: all 0.3s;
    transform: scale(0);
}
.scroll_whats img{
    width:100%;
    height:100%;
}
.scroll_whats.fixed{
    transform: scale(1);
}
@keyframes btnAnim {
    0% {
        box-shadow: 0 0 0 0 rgb(45 174 112 / 80%);
    }
    
    100% {
        box-shadow: 0 0 0 15px rgb(45 174 112 / 0%);
    }
}
.scroll{
    position: fixed;
    right: 10%;
    bottom: 150px;
    z-index: 3;
    transform: scale(0);
    transition: all 0.3s;
}
.scroll.fixed{
    transform: scale(1);
}
.scroll_trigger{
    position: absolute;
    top: 0;
    right: 0;
}
.aside{
    position: fixed;
    right: -15px;
    bottom: 150px;
    z-index: 3;
    display: flex;
    flex-direction: column;
    width: 100px;
    transition: all 0.3s;
}
.aside_close{
    display: none;
}
.aside_item{
    border-radius: 10px;
    background: #2DAE70;
    margin-bottom: 5px;
    padding: 15px 20px 12px 10px;
    text-align: center;
    font-size: 11px;
    text-align: center;
    color: #FFFFFF;
    line-height: 13px;
    animation: btnAnim 1s ease infinite;
}
.aside_item img{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.aside_hide{
    background: #2DAE70;
    border-radius: 5px;
    width: 27px;
    height: 27px;
    margin-left: 35px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
}
.aside_hide img{
    display: none;
}
.aside_hide::before{
    position: absolute;
    content: "";
    width: 18px;
    height: 1px;
    transform:translate(50%,-50%) rotate(-45deg);
    background-color: #fff;
    top: 50%;
    right: 50%;
}
.aside_hide::after{
    position: absolute;
    content: "";
    height: 18px;
    width: 1px;
 
    background-color: #fff;
    top: 50%;
    right: 50%;
    transform:translate(50%,-50%) rotate(-45deg);
}
.aside_hide.hide{
    margin-left: -90px;
}
.aside_hide.hide img{
    display: flex;
    width: auto;
    height: auto;
    transform: rotate(180deg);
}
.aside_hide.hide::after,
.aside_hide.hide::before{
    display: none;
}
.aside_item img{
    margin-bottom: 10px;
}
.container{
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}
.header{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding-top: 45px;
}
.header_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo{
    display: flex;
    align-items: center;
}
.header_logo-img{
    display: flex;
    margin-right: 14px;
}
.header_logo-text{
    font-size: 14px;
    color: #242424;
    width: 205px;
    line-height: 17px;
}
.header_zam{
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    border-bottom: 1px dashed #2DAE70;
    padding-bottom: 4px;
    margin-left: 77px;
    position: relative;
    transition: all 0.3s;
}
.header_zam:hover{
    color: #2DAE70;
}
.header_zam::before{
    position: absolute;
    content: "";
    background-image: url(../img/zam_icon.svg);
    background-size: cover;
    width: 63px;
    height: 63px;
    left: -77px;
    top: 50%;
    transform: translateY(-50%);
}

.header_calc{
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    border-bottom: 1px dashed #2DAE70;
    padding-bottom: 4px;
    margin-left: 77px;
    position: relative;
    transition: all 0.3s;
}
.header_calc:hover{
    color: #2DAE70;
}
.header_calc::before{
    position: absolute;
    content: "";
    background-image: url(../img/calc_icon.svg);
    background-size: cover;
    width: 63px;
    height: 63px;
    left: -77px;
    top: 50%;
    transform: translateY(-50%);
}
.header_whats-title{
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    text-align: center;
    margin-bottom: 7px;
    position: relative;
}
.header_whats-title::after {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translate(50%, -50%);
    background-color: #00AC34;
    animation: dots_anim 1s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes dots_anim{
    0%{
        opacity: 0;

    }
    100%{
        opacity: 1;
    }
}
.header_whats-title span{
    font-weight: 500;
}
.header_whats-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #1EC057;
    height: 38px;
    width: 184px;
    font-size: 13px;
    color: #FFFFFF;
    padding-left: 25px;
    position: relative;

}
.header_whats-btn::before{
    position: absolute;
    content: "";
    background-image: url(../img/whats.svg);
    background-size: cover;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}
.header_info{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.header_time{
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    position: relative;
}
.header_time::after {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(50%, -50%);
    background-color: #00AC34;
    animation: dots_anim 1s cubic-bezier(1, 0, 0, 1) infinite;
}
.header_number{
    display: block;
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    color: #2DAE70;
    margin-bottom: 5px;
    transition: all 0.3s;
}
.header_number:hover{
    color: #000;
}
.header_order{
    font-size: 14px;
    color: #000;
    padding-bottom: 5px;
    line-height: 18px;
    border-bottom: 1px dashed #2DAE70;
    transition: all 0.3s;
}
.header_order:hover{
    color: #2DAE70;
}



.main{
    padding: 200px 0 100px;
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: center;
}
.main h1{
    font-weight: 500;
    font-size: 55px;
    color: #000;
    margin-bottom: 40px;
    line-height: 65px;
}
.main_text{
    font-size: 22px;
    color: #000;
    margin-bottom: 13px;
    line-height: 30px;
    max-width: 565px;
    position: relative;
    padding-left: 102px;
}
.main_text span{
    font-weight: 700;
}
.main_text::before{
    position: absolute;
    content: "";
    width: 86px;
    height: 2px;
    background-color: #2DAE70;
    left: 0;
    top: 15px;
}
.main_desc{
    padding-left: 102px;
    font-size: 14px;
    color: #7D7D7D;
    margin-bottom: 54px;
    line-height: 18px;
}
.main_items{
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    width: 1000px;
    padding: 30px 30px 30px 0;
    margin-bottom: 45px;
}
.main_item{
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    padding-top: 60px;
    position: relative;
}
.main_item::before{
    position: absolute;
    content: "";
    background-image: url(../img/main_item.svg);
    background-size: cover;
    width: 46px;
    height: 46px;
    top: 0;
    left: 0;
}
.main_inner{
    display: flex;
    align-items: center;
}
.main_btn{
    width: 294px;
    background: #2DAE70;
    border-radius: 8px;
    margin-right: 135px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 0.05em;
    transition: all 0.3s;
    animation: btnAnim 1s ease infinite;
}
.main_btn:hover{
    transform: translateY(5px);
}
.main_price{
    width: 605px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    padding: 16px 44px 20px 114px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.main_price::before{
    position: absolute;
    content: "";
    background-image: url(../img/price_icon.png);
    background-size: cover;
    width: 90px;
    height: 89px;
    bottom: 0;
    left: 0;
}
.main_price-title{
    font-weight: 500;
    font-size: 16px;
    color: #000;
    line-height: 20px;
}
.main_price-title span{
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    line-height: 16px;
    margin-top: 6px;
}
.main_price-link{
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #2DAE70;
    padding-bottom: 5px;
    line-height: 18px;
    border-bottom: 1px dashed #2DAE70;
    transition: all 0.3s;
}
.main_price-link:hover{
    color: #fff;
}
.advantages{
    margin: 90px 0;
}
.advantages_wrapper{
    display: flex;
    justify-content: space-between;
}
.advantages_info{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.advantages_title{
    font-weight: 500;
    font-size: 48px;
    color: #2C2C2C;
    margin-bottom: 13px;
    line-height: 65px;
    position: relative;
}
.advantages_title::before{
    position: absolute;
    content: "";
    bottom: 22px;
    right: -25px;
    transform: translateX(100%);
    width: 1100px;
    height: 2px;
    background-color: #2DAE70;
}
.advantages_text{
    font-size: 20px;
    color: #2C2C2C;
    line-height: 30px;
}
.advantages_items{
    margin-top: 80px;
}
.advantages_items{
    display: flex;
    width:1000px;
    justify-content: space-between;
}
.advantages_item-title{
    font-weight: 500;
    font-size: 24px;
    color: #2C2C2C;
    margin-bottom: 17px;
    line-height: 31px;
}
.advantages_item-text{
    color: #2C2C2C;
    line-height: 20px;
}
.questions_wrapper{
    background-image: url(../img/questions.png);
    background-size: cover;
    background-position: center;
    padding: 75px 70px;
    margin-bottom: 45px;
    position: relative;
}
.questions_wrapper::before{
    position: absolute;
    content: "";
    right: 50%;
    transform: translateX(50%);
    width: 67px;
    height: 41px;
    background-image: url(../img/arrow_down.svg);
    background-size: cover;
    bottom: -23px;
}
.questions_title{
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 50px;
    line-height: 65px;
}
.questions_text{
    font-weight: 700;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 65px;
}
.questions_text span{
    font-weight: 400;
    font-size: 18px;
    display: block;
}
.questions_btn{
    width: 294px;
    background: #2DAE70;
    border-radius: 8px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all 0.3s;
    animation: btnAnim 1s ease infinite;
}
.questions_btn:hover{
    transform: translateY(5px);
}
.questions_inner{
    position: absolute;
    font-size: 18px;
    text-align: right;
    color: #C7C7C7;
    width: 285px;
    line-height: 22px;
    bottom: 80px;
    right: 485px;
    z-index: 1;
}
.questions_inner span{
    position: absolute;
    width: 77px;
    background: rgba(45, 174, 112, 0.4);
    height: 77px;
    border-radius: 50%;
    right: -105px;
    top: 50%;
    transform: translateY(-50%);
}
.questions_inner span::before{
    position: absolute;
    content: "";
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    width: 33px;
    background: #2DAE70;
    height: 33px;
}
.questions_img{
    position: absolute;
    right: 33px;
    bottom: 0;
    display: flex;
}
.questions{
    margin-bottom: 125px;
}
.quiz{
    display: flex;
    justify-content: center;
    filter: drop-shadow(0px 9px 34px rgba(0, 0, 0, 0.15));
}
.quiz img{
    max-width: 100%;
    height: auto;
}

.benefits{
    padding: 95px 0;
    background-image: url(../img/benefits.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.benefits_wrapper{
    display: flex;
    justify-content: space-between;
}
.benefits_item{
    width: 23%;
    padding-top: 74px;
    position: relative;
}
.benefits_item::after{
    position: absolute;
    content: "";
    background-image: url(../img/dot.png);
    background-size: cover;
    width: 46px;
    height: 46px;
    top: 0;
    left: -23px;
}
.benefits_item::before{
    position: absolute;
    content: "";
    height: 200%;
    width: 1px;
    background-color: rgba(149, 149, 149, 0.1);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.benefits_item-title{
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    color: #2DAE70;
    margin-bottom: 18px;
    line-height: 31px;
}
.benefits_item-text{
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.panels{
    margin: 90px 0 100px;
    position: relative;
}
.panels_title{
    font-weight: 500;
    font-size: 40px;
    color: #2C2C2C;
    margin-bottom: 40px;
    line-height: 65px;
}
.panels_inner{
    display: flex;
    justify-content: space-between;
}
.panels_text{
    font-size: 20px;
    line-height: 28px;
    color: #2C2C2C;
    width: 530px;
}
.panels_text span{
    font-weight: 700;
}
.panels_list-title{
    font-weight: 700;
    font-size: 20px;
    color: #2C2C2C;
    margin-bottom: 10px;
    line-height: 28px;
}
.panels_list ul{
    padding: 10px 0;
    font-size: 20px;
    color: #2C2C2C;
    line-height: 34px; 
    position: relative;
    margin-bottom: 12px;
}
.panels_list ul::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #E6E6E6;
    left: 7px;
    top: 0;
}
.panels_list ul li{
    padding-left: 42px;
    position: relative;
}
.panels_list{
    width: 50%;
}
.panels_list ul li::before{
    position: absolute;
    content: "";
    background-image: url(../img/list_dot.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    left: -5px;
    top: 55%;
    transform: translateY(-50%);
}
.panels_list-subtitle{
    font-weight: 700;
    font-size: 20px;
    color: #2DAE70;
    line-height: 28px;
}
.panels_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.panels_img{
    width: 523px;
    height: 806px;
    display: flex;
}
.panels_img img{
    width: 100%;
    height: 100%;
}
.panels_items{
    width: 50%;
    padding: 80px 0;
    position: relative;
}
.panels_items::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    background-color: #E6E6E6;
    left: 11px;
    top: 0;
}
.panels_item{
    line-height: 22px;
    margin-bottom: 150px;
    color: #2C2C2C;
    padding-left: 55px;
    position: relative;
    max-width: 480px;
}
.panels_item:last-child{
    margin-bottom: 0;
}
.panels_bg{
    position: absolute;
    display: flex;
    bottom: 30px;
    right: 0;
    width: 100%;
    height: auto;
    z-index: -1;
}
.panels_bg img{
    width: 100%;
    height: 100%;
}
.panels_item::before{
    position: absolute;
    content: "";
    background-image: url(../img/list_dot.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
    left: -5px;
    top: 55%;
    transform: translateY(-50%);
}
.colors{
    margin-bottom: 105px;
}
.colors_wrapper{
    display: flex;
    justify-content: flex-end;
    background-size: cover;
    transition: all 0.3s;
    position: relative;
}
.colors_img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background-size: cover;
}
.colors_info{
    width: 635px;
    backdrop-filter: blur(15px);
    background: rgba(37, 37, 37, 0.8);
    padding: 65px 60px;
}
.colors_titile{
    font-weight: 500;
    font-size: 40px;
    line-height: 55px;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.colors_items{
    display: flex;
    flex-wrap: wrap;
}
.colors_item{
    width: 100px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 18px;
    margin-bottom: 24px;
    cursor: pointer;
    background-size: cover;
}
.colors_item-value{
    height: 38px;
    border: 1px solid #1B1B1B;
    width: 100%;
    margin-bottom: 6px;
}
.colors_item.active .colors_item-value{
    border: 1px solid #2DAE70;
}

.drivers{
    padding: 85px 0 75px;
    background-image: url(../img/drivers.jpg);
    background-size: cover;
    background-position: center;
}
.drivers_top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
.drivers_title{
    font-weight: 500;
    font-size: 40px;
    color: #000;
    line-height: 65px;
}
.drivers_text{
    font-size: 20px;
    color: #000;
    width: 400px;
    line-height: 28px;
}
.drivers_items{
    display: flex;
    justify-content: space-between;
}
.drivers_item{
    width: 30%;
}
.drivers_item-img{
    width: 315px;
    margin-bottom: 30px;
    height: 178px;
    display: flex;
    border-radius: 3px;
    overflow: hidden;
}
.drivers_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.drivers_item-title{
    font-weight: 500;
    font-size: 20px;
    color: #2DAE70;
    margin-bottom: 16px;
    line-height: 25px;
}
.drivers_item-text{
    font-size: 16px;
    color: #000;
    margin-bottom: 17px;
    line-height: 22px;
}
.drivers_item-price{
    font-weight: 500;
    font-size: 20px;
    color: #2DAE70;
    line-height: 20px;
}

.price{
    margin: 95px 0 115px;
}
.price_title{
    font-weight: 500;
    font-size: 40px;
    color: #2C2C2C;
    margin-bottom: 23px;
    line-height: 65px;
}
.price_text{
    font-size: 20px;
    color: #2C2C2C;
    margin-bottom: 40px;
    line-height: 28px;
}
.price_slide{
    margin: 0 3px;
}
.price_slide-img{
    width: 100%;
    height: 440px;
    display: flex;
    margin-bottom: 20px;
}
.price_slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.price_slide-title{
    font-weight: 500;
    font-size: 18px;
    color: #2C2C2C;
    line-height: 26px;
    padding: 0 10px;
    margin-bottom: 23px;
}
.price_slide-options{
    padding: 10px 0;
    margin: 0 10px 25px;
    border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #E4E4E4;
    width: 210px;
}
.price_slide-option{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #686868;
    line-height: 24px;
    margin-bottom: 4px;
}
.price_slide-option span{
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}
.price_slide-option:last-child{
    margin-bottom: 0;
}
.price_slide-btn{
    width: 210px;
    background: #2DAE70;
    border-radius: 8px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-left: 10px;
    animation: btnAnim 1s ease infinite;
    transition: all 0.3s;
}
.price_slide-btn:hover{
    transform: translateY(5px);
}
.price_slider .slick-list{
    overflow: visible;
}
.price_slide{
    opacity: 0.15;
}
.price_slide.slick-active{
    opacity: 1;
}
.price_slider .slick-arrow{
    position: absolute;
    top: -90px;
    cursor: pointer;
    z-index: 1;
    font-size: 0;
    background: none;
    border: none;
    width: 45px;
    height: 45px;
    background-size: cover;
}
.price_slider .slick-next{
    background-image: url(../img/arrow_right.svg);
    right: 3px;
}
.price_slider .slick-prev{
    background-image: url(../img/arrow_left.svg);
    right: 68px;
}

.selection{
    margin-bottom: 90px;
}
.selection_wrapper{
    border-radius: 3px;
    background-image: url(../img/selection_wrapper.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-between;
    padding: 55px 0;
    position: relative;
}
.selection_left{
    width: 485px;
    padding: 15px 55px 15px 70px ;
    border-right: 1px solid rgba(149, 149, 149, 0.2);
}
.selection_title{
    font-weight: 500;
    font-size: 40px;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 65px;
}
.selection_text{
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 60px;
    line-height: 26px;
}
.selection_time{
    color: #FFFFFF;
    margin-bottom: 10px;
    line-height: 20px;
}
.selection_number{
    font-weight: 700;
    font-size: 22px;
    color: #2DAE70;
    margin-bottom: 40px;
    line-height: 26px;
    display: block;
    transition: all 0.3s;

}
.selection_number:hover{
    color: #fff;
}
.selection_subtext{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 16px;
}

.selection_whats{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #1EC057;
    height: 38px;
    width: 184px;
    font-size: 13px;
    color: #FFFFFF;
    padding-left: 25px;
    position: relative;
}
.selection_whats::before{
    position: absolute;
    content: "";
    background-image: url(../img/whats.svg);
    background-size: cover;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}
.selection_right{
    padding: 15px 55px;
    width: 815px;
}
.selection_subtitle{
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 35px;
    line-height: 22px;
}
.selection_options{
    padding: 20px 0;
    position: relative;
}
.selection_option{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 25px;
    padding-left: 50px;
    position: relative;
}
.selection_option::before{
    position: absolute;
    content: "";
    background-image: url(../img/dots_list.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.selection_option:last-child{
    margin-bottom: 0;
}
.selection_form-title{
    font-size: 18px;
    color: #C7C7C7;
    margin-bottom: 17px;
    line-height: 22px;
}
.selection_form-inp{
    width: 270px;
    height: 60px;
    display: block;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 15px;
    padding-left: 23px;
    border: none;
}
.selection_form-inp::placeholder{
    color: #D0D0D0;
}
.selection_form-btn{
    width: 270px;
    background: #2DAE70;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 18px;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
    animation: btnAnim 1s ease infinite;
}
.selection_form-btn:hover{
    transform: translateY(5px);
}
.selection_form-ok{
    font-size: 13px;
    color: #979797;
    line-height: 16px;
}
.selection_img{
    position: absolute;
    display: flex;
    bottom: 0;
    right: 50px;
    z-index: 1;
}
.selection_gate{
    position: absolute;
    display: flex;
    right: 0;
    top: 77px;
}
.reviews{
    margin-bottom: 100px;
}
.reviews_title{
    font-weight: 500;
    font-size: 40px;
    color: #2C2C2C;
    margin-bottom: 15px;
    line-height: 65px;
}
.reviews_text{
    font-size: 20px;
    color: #2C2C2C;
    margin-bottom: 45px;
    line-height: 28px;
}
.reviews_slide{
    display: flex !important;
    justify-content: space-between;
}
.reviews_slide-left{
    margin-top: 35px;
}
.reviews_slide-rating{
    display: flex;
    align-items: center;
    margin-bottom: 34px;
}
.reviews_slide-stars{
    display: flex;
    margin-right: 12px;
}
.reviews_slide-rating_title{
    color: #2DAE70;
    line-height: 28px;
}
.reviews_slide-items{
    padding: 15px 0 20px;
    position: relative;
}
.reviews_slide-items::before{
    position: absolute;
    content: "";
    left: 15px;
    height: 100%;
    width: 1px;
    background-color: #E6E6E6;
    top: 0;
}
.reviews_slide-item{
    font-weight: 500;
    font-size: 16px;
    color: #2C2C2C;
    margin-bottom: 48px;
    line-height: 18px;
    position: relative;
    padding-left: 48px;
}
.reviews_slide-item::before{
    position: absolute;
    content: "";
    background-image: url(../img/list_dot.svg);
    background-size: cover;
    width: 31px;
    height: 31px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.reviews_slide-item span{
    color: #696969;
    display: block;
    font-weight: 400;   
}
.reviews_slide-item:last-child{
    margin-bottom: 0;
}
.reviews_slider{
    margin-bottom: 60px;
}
.reviews_slider .slick-arrow{
    position: absolute;
    bottom: 0;
    font-size: 0;
    cursor: pointer;
    z-index: 1;
    background: none;
    background-size: cover;
    border: none;
}
.reviews_slider .slick-prev{
    left: 0;
    width: 45px;
    height: 45px;
    background-image: url(../img/reviews_left.svg);
}
.reviews_slider .slick-next{
    width: 180px;
    height: 45px;
    left: 55px;
    background-image: url(../img/reviews_next.svg);
}
.reviews_slide-right{
    height: 454px;
    width: 808px;
}
.reviews_slide-right iframe{
    width: 100%;
    height: 100%;
}
.works{
    padding: 80px 0 105px;
    background: #F4F6F7;
}
.works_title{
    font-weight: 500;
    font-size: 40px;
    line-height: 65px;
    color: #000;
    margin-bottom: 35px;

}
.works_slide{
    margin: 0 5px;
    height: 320px;
    width: 480px;
}
.works_slide img{
    width: 100%;
    height: 100%;
}
.works_slider .slick-list{
    overflow: visible;
    
    padding-left: 150px;
}
.reviews_dot{
    margin-right: 6px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.reviews_dot img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works_slider .slick-arrow{
    position: absolute;
    top: -90px;
    cursor: pointer;
    z-index: 1;
    font-size: 0;
    background: none;
    border: none;
    width: 45px;
    height: 45px;
    background-size: cover;
}
.works_slider .slick-next{
    background-image: url(../img/arrow_right.svg);
    right: 3px;
}
.works_slider .slick-prev{
    background-image: url(../img/arrow_left.svg);
    right: 68px;
}
.documents{
    margin: 100px 0;
}
.documents_title{
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    color: #2C2C2C;
    margin-bottom: 35px;
    line-height: 65px;
}
.documents_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.documents_item{
    width: 32%;
    background: #F4F6F7;
    border-radius: 3px;
    margin-bottom: 35px;
    padding: 50px 30px;
}
.documents_img{
    width: 32%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.documents_item-top{
    padding-left: 80px;
    position: relative;
    margin-bottom: 27px;
}
.documents_item-img{
    position: absolute;
    top: -12px;
    left: -7px;
}
.documents_item-title{
    font-size: 16px;
    line-height: 20px;
    color: #2C2C2C;
    margin-bottom: 11px;
}
.documents_item-title span{
    font-weight: 500;
}
.documents_item-date{
    font-size: 14px;
    color: #797979;
    line-height: 18px;
}
.documents_item-inner{
    display: flex;
    align-items: center;
}
.documents_item-width{
    font-size: 14px;
    color: #797979;
    margin-right: 20px;
    line-height: 18px;
}
.documents_item-btn{
    width: 180px;
    background: #2DAE70;
    border-radius: 8px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 18px;
    transition: all 0.3s;
    animation: btnAnim 1s ease infinite;
}
.documents_item-btn:hover{
   transform: translateY(5px);
}
.faq{
    margin-bottom: 95px;
}
.faq_wrapper{
    display: flex;
    justify-content: space-between;
    border-radius: 3px;
    background: #F4F6F7;
}
.faq_left{
    width: 450px;
    padding-top: 70px;
}
.faq_items{
    width: 780px;
}
.faq_title{
    font-weight: 500;
    font-size: 40px;
    color: #2C2C2C;
    margin-bottom: 110px;
    line-height: 65px;
    padding-left: 70px;
}
.faq_inner{
    width: 435px;
    border-radius: 3px;
    background: #252525;
    padding: 25px 70px 35px;
    position: relative;
    z-index: 1;
}
.faq_inner::before{
    position: absolute;
    content: "";
    background-image: url(../img/faq_inner.png);
    background-size: cover;
    width: 174px;
    height: 267px;
    right: -14px;
    bottom: 0;
    z-index: -1;
}
.faq_inner-title{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 10px;
    line-height: 26px;
}
.faq_inner-text{
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 28px;
    line-height: 18px;
}
.faq_inner-text span{
    display: block;
    font-weight: 700;
}
.faq_inner-btn{
    width: 214px;
    height: 57px;
    display: flex;
    justify-content: center;
    background: #2DAE70;
    border-radius: 8px;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 18px;
    transition: all 0.3s;
    animation: btnAnim 1s ease infinite;
}
.faq_inner-btn:hover{
   transform: translateY(5px);
}
.faq_items{
    padding: 75px 30px 75px 0;
    display: flex;
    justify-content: space-between;
    width: 820px;
}
.faq_items-column{
    width: 48%;
}
.faq_item{
    margin-bottom: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(149, 149, 149, 0.2);
}
.faq_item-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #2C2C2C;
  
    padding-right: 35px;
    position: relative;
    cursor: pointer;
}
.faq_item-title span{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.faq_item-content{
    display: none;
    font-size: 14px;
    line-height: 20px;
    color: #2C2C2C;
    margin-top: 16px;
}
.faq_item:last-child{
    border-bottom: none;
}
.faq_item-title svg{
    transition: all 0.3s;
}
.faq_item-title.active svg{
    transform: rotate(45deg);
}
.faq_item-title.active svg path{
    fill:  #A3A3A3;
}
.map_block{
    background: #252525;
    padding: 180px 0;
}
.map_block-title{
    font-weight: 500;
    line-height: 65px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 60px;
    font-size: 40px;
}
.map_block-adres{
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    padding-left: 54px;
    position: relative;
}
.map_block-adres::before{
    position: absolute;
    content: "";
    background-image: url(../img/map.svg);
    background-size: cover;
    width: 36px;
    height: 36px;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
}
.map_block{
    position: relative;
}
.map_block-item{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 49%;
}
.map_block-item iframe{
    width: 100%;
    height: 100%;
    display: flex;
}

.footer{
    padding: 55px 0;
    background: #1E1E1E;
}
.footer_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 18px;
    border-bottom: 1px solid #515151;
}

.footer_logo-img{
    display: flex;
    margin-right: 14px;
}
.footer_logo-text{
    font-size: 14px;
    line-height: 16px;
    width: 200px;
    color: #F2F2F2;
    margin-top: 10px;    
}
.footer_zam{
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    border-bottom: 1px dashed #2DAE70;
    padding-bottom: 4px;
    margin-left: 77px;
    position: relative;
    transition: all 0.3s;

}
.footer_zam:hover{
   color: #2DAE70;
}
.footer_zam::before{
    position: absolute;
    content: "";
    background-image: url(../img/zam_icon2.svg);
    background-size: cover;
    width: 63px;
    height: 63px;
    left: -77px;
    top: 50%;
    transform: translateY(-50%);
}

.footer_calc{
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    border-bottom: 1px dashed #2DAE70;
    padding-bottom: 4px;
    margin-left: 77px;
    position: relative;
    transition: all 0.3s;

}
.footer_calc:hover{
   color: #2DAE70;
}
.footer_calc::before{
    position: absolute;
    content: "";
    background-image: url(../img/calc_icon2.svg);
    background-size: cover;
    width: 63px;
    height: 63px;
    left: -77px;
    top: 50%;
    transform: translateY(-50%);
}
.footer_whats-title{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
    text-align: center;
    margin-bottom: 7px;
}
.footer_whats-title span{
    font-weight: 500;
}
.footer_whats-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #1EC057;
    height: 38px;
    width: 184px;
    font-size: 13px;
    color: #FFFFFF;
    padding-left: 25px;
    position: relative;
}
.footer_whats-btn::before{
    position: absolute;
    content: "";
    background-image: url(../img/whats.svg);
    background-size: cover;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
}
.footer_info{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer_time{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 18px;
}
.footer_number{
    display: block;
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    color: #2DAE70;
    margin-bottom: 5px;
    transition: all 0.3s;
}
.footer_number:hover{
    color: #fff;
}
.footer_order{
    font-size: 14px;
    color: #FFFFFF;
    padding-bottom: 5px;
    line-height: 18px;
    border-bottom: 1px dashed #2DAE70;
    transition: all 0.3s;
}
.footer_order:hover{
    color: #2DAE70;
}
.footer_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 18px;
}
.footer_inner-left{
    width: 360px;
}
.footer_info-title{
    font-size: 12px;
    line-height: 15px;
    color: #A9A9A9;
    margin-bottom: 5px;
}
.footer_info-text{
    font-size: 12px;
    line-height: 15px;
    color: #ADADAD;
}
.footer_info-polit{
    font-size: 12px;
    line-height: 15px;
    color: #ADADAD;
    text-decoration-line: underline;
    transition: all 0.3s;
}
.footer_info-polit:hover{
    color: #2DAE70;
}
.footer_info-mail{
    font-size: 14px;
    text-decoration-line: underline;
    color: #FFFFFF;
    line-height: 18px;
    transition: all 0.3s;
}
.footer_info-mail:hover{
    color: #2DAE70;
}

.popup_body{
    width: 727px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 60px;
    position: relative;
}
.popup_body-title{
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    color: #2C2C2C;
    margin-bottom: 35px;
    line-height: 35px;
}
.popup_body-subtitle{
    font-size: 18px;
    color: #2C2C2C;
    margin-bottom: 18px;
    line-height: 22px;
}
.popup_body-img{
    position: absolute;
    right: 20px;
    bottom: 0;
    display: flex;
}
.popup_body-img picture{
    display: flex;
}
.popup_order  .popup_body-img{
    width: 395px;
    right: 0;
}
.popup_order  .popup_body-img picture,
.popup_order  .popup_body-img img{
    width: 100%;
    height: 100%;
}
.jb_input input[type='text'],
.jb_input input[type='tel'],
.popup_body-inp{
    width: 270px;
    background: #E7E7E7;
    border-radius: 8px;
    margin-bottom: 14px;
    height: 60px;
    padding-left: 23px;
    border: none;
    display: block;
}
.jb_input input[type='submit'],
.popup_body-btn{
    width: 270px;
    background: #2DAE70;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    border: none;
    line-height: 18px;
    margin-bottom: 13px;
}

.jbForCheckbox,
.jbForm  .jbForCheckbox a,
.popup_body-ok{
    font-size: 13px;
    color: #2C2C2C;
    line-height: 16px;
    width: 270px;
}
.popup_body-text{
    font-weight: 500;
    font-size: 20px;
    color: #2C2C2C;
    line-height: 25px;
}
.popup_price .popup_body-text{
    margin-bottom: 40px;
}
.popup_price .popup_body-title{
    margin-bottom: 15px;
}
.popup_body-cheks{
    margin-bottom: 20px;
    display: flex;
}
.popup_body-chek{
    display: flex;
    align-items: center;
    line-height: 21px;
    color: #2C2C2C;
    margin-right: 36px;
    cursor: pointer;
}
.popup_chek-inp{
    display: none;
}
.popup_body-chek span{
    width: 23px;
    background: rgba(167, 167, 167, 0.4);
    margin-right: 9px;
    height: 23px;
    border-radius: 50%;
    display: block;
    position: relative;
}
.popup_body-chek span::before{
    position: absolute;
    content: "";
    width: 9.86px;
    background: #A7A7A7;
    height: 9.86px;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.popup_chek-inp:checked + span{
    background: rgba(45, 174, 112, 0.4);
}
.popup_chek-inp:checked + span::before{
    background: #2DAE70;
}
.popup_price .popup_body-img{
    right: -35px;
    bottom: 17px;
}
.popup_body{
    overflow: hidden;
}
.popup_zam .popup_body-img{
    right: 0;
    bottom: 82px;
}
.popup_question .popup_body-img{
    right: 0;
    bottom: 0;
}
.jbForm textarea::placeholder{
    color: #999;
}
.jbForm textarea,
.popup_area{
    width: 270px;
    background: #E7E7E7;
    border-radius: 8px;
    margin-bottom: 14px;
    height: 104px;
    padding: 20px;
    border: none;
    resize: none;
}
.menu_burger{
    display: none;
}
.header_inner{
    display: none;
}

.thanks_page{
    min-height: 80vh;
    background-position: center -30%;
}
.thanks_page h1{
    margin-bottom: 55px;
}
.thanks_page .main_text{
    margin-bottom: 50px;
}
#jbForm_selection_form-inner .jbForCheckbox a,
#jbForm_selection_form-inner .jbForCheckbox{
    color: #979797;
}

.reviews_mobile{
    display: none;
}
@media(max-width:1300px){
    .aside{
        display: none;
    }
    .header_logo-text {
        font-size: 12px;
        width: 175px;
    }    
    .advantages_items{
        width: 930px;
    }
    .advantages_title::before{
        width: 970px;
    }
    .benefits_wrapper{
        padding: 0 20px;
    }
    .benefits_item{
        width: 24%;
    }
    .colors_info{
        padding: 30px;
    }
    .price_slide-img{
        height: 390px;
    }
    .selection_gate{
        width: 450px;
    }
    .selection_gate img{
        width: 100%;
        height: 100%;
    }
}
@media(max-width:1200px){
    .container{
        max-width: 998px;
    }
    .header_whats,
    .header_calc,
    .header_zam,
    .header_info{
        display: none;
    }
    .main_items{
        width: 100%;
        padding: 20px;
    }
    .menu_burger{
        display: block;
        width: 26px;
        height: 20px;
        position: relative;
        cursor: pointer;
        z-index: 2;
    }
    .menu_burger::before{
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background: #2DAE70;
        border-radius: 2px;
        top: 0;
        right: 0;
        transition: all 0.3s;
    }
    .menu_burger::after{
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background: #2DAE70;
        border-radius: 2px;
        bottom: 0;
        right: 0;
        transition: all 0.3s;
    }
    .menu_burger span{
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background: #2DAE70;
        border-radius: 2px;
        right: 0;
        top: 8px;
        transition: all 0.3s;
    }
    .main_text{
        padding-left: 80px;
    }
    .main_text::before {
        width: 65px;
    }
    .header{
        position: fixed;
        z-index: 10;
        padding: 20px 0;
       transition: all 0.3s;
    }
    .header.fixed{
        background: #fff;
    }
    .header_inner{
        display: flex;
        background: #fff;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;   
        opacity: 0;
        z-index: 1;
        visibility: hidden;
        transition: all 0.6s;
        padding-top: 100px;
        align-items: center;
        flex-direction: column;
    }
    .header_inner.active{
        z-index: 1;
        opacity: 1;
        visibility: visible;
    }
    .menu_burger.active::before{
        transform: rotate(45deg);
        top: 8px;
    }
    .menu_burger.active::after{
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .menu_burger.active span{
        transform: scale(0);
    }
    .header_inner .header_whats, .header_inner .header_calc, .header_inner .header_zam{
        display: block;
    }
    .header_inner-logo{
        margin-bottom: 85px;
    }
    .header_zam{
        margin-right: 17px;
        margin-bottom: 85px;
    }
    .header_calc{
        margin-bottom: 62px;
    }
    .header_whats{
        margin-bottom: 55px;
    }
    .header_inner .header_info{
        display: flex;
        align-items: center;
    }
    .header_number{
        margin-bottom: 45px;
    }
    .advantages_items {
        width: 735px;
    }
    .advantages_item{
        width: 32%;
    }
    .advantages_title::before {
        width: 765px;
    }
    .advantages_item-text{
        font-size: 16px;
    }
    .advantages_item-text br{
        display: none;
    }
    .questions_wrapper{
        padding: 50px;
    }
    .questions_img{
        width: 275px;
        right: 10px;
    }
    .questions_img img{
        width: 100%;
        height: 100%;
    }
    .questions_inner {
        bottom: 55px;
        right: 300px;
    }
    .questions_inner span{
        width: 66px;
        height: 66px;
        right: -80px;
    }
    .benefits_wrapper{
        flex-wrap: wrap;
    }
    .benefits_item{
        width: 48%;
        margin-bottom: 40px;
    }
    .benefits_item::before{
        height: 260%;
    }
    .panels_text{
        width: 470px;
    }
    .panels_img{
        width: 470px;
        height: auto;
    }
    .colors_info {
        width: 490px;
    }
    .colors_item {
        width: 86px;
        margin-bottom: 18px;
    }
    .colors_item-value {
        height: 28px;
    }
    .colors_titile{
        font-size: 36px;
        margin-bottom: 25px;
    }
    .price_slide-img{
        height: 340px;
    }
    .selection_right {
        padding: 15px 35px;
        width: 550px;
        z-index: 1;
    }
    .selection_left {
        width: 405px;
        padding: 15px 35px 15px 25px;
    }
    .selection_img{
        width: 300px;
        right: 10px;
    }
    .selection_img img{
        width: 100%;
        height: 100%;
    }
    .selection_gate {
        width: 335px;
        top: 155px;
    }
    .reviews_slide-right{
        width: 605px;
        height: 350px;
    }
    .reviews_slide-right iframe{
        width: 100%;
        height: 100%;
    }
    .slick-slide img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .reviews_slider {
        padding-bottom: 40px;
    }
    .documents_item {
        padding: 30px 20px;
    }
    
    .documents_item-img {
        top: 0;
        left: 0;
    }
    .faq_items{
        flex-direction: column;
        width: 500px;
    }
    .faq_items-column{
        width: 100%;
    }
    .main_btn{
        margin-right: 50px;
    }
}
@media(max-width:991.98px){
    .container{
        max-width: 720px;
    }
 
    .aside{
        bottom: 0;
        width: 100%;
        right: 0;
        flex-direction: row;
        justify-content: space-between;
        border-radius: 8px 8px 0 0;
        transform: translateY(100%);
    }
    .aside.up{
        transform: translateY(0%);
    }
    .header.up{
        transform: translateY(-100%);
    }
    .aside_item{
        margin-bottom: 0;
        animation: none;
    }
    .aside{
        z-index: 11;
    }
    .aside_item{
        padding: 20px 0 0;
        text-align: center;
        width: 24%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .aside_close{
        display: block;
        position: absolute;
        width: 25px;
        height: 25px;
        background-image: url(../img/close.svg);
        background-size: cover;
        right: 20px;
        top: 20px;
    }
    .aside{
        padding: 10px 20px;
    }
    .aside_hide{
        display: none;
    }
    .aside{
        background: #2DAE70;
    }
    .main {
        padding: 140px 0 80px;
        position: relative;
        background-position: 70%;
        z-index: 1;
    }  
    .main_items{
        flex-wrap: wrap;
    } 
    .main_item{
        width: 48%;
        margin-bottom: 25px;
    }
    .main_btn{
        position: absolute;
        bottom: 470px;
        right: 50%;
        margin-right: 0;
        margin-bottom: 60px;
        transform: translateX(50%);
    }
    .thanks_page .main_btn{
        position: relative;
        bottom: auto;
        right: auto;
        transform: none;
    }
    .main_btn:hover {
        transform: translateX(50%);
    }
    .main_price{
        width: 100%;
        padding: 20px;
    }
    .main_price::before{
        top: auto;
        bottom: -65px;
        transform: none;
        left: auto;
        right: 35px;
        width: 91px;
        height: 91px;
    }
    .main_desc{
        margin-bottom: 150px;
        padding-left: 80px;
    }
    .advantages_wrapper{
        flex-direction: column;
    }
    .advantages_items{
        margin-top: 23px;
        flex-direction: column;
        width: 100%;
        padding-left: 20px;
        position: relative;
    }
    .advantages_items::before{
        position: absolute;
        content: "";
        width: 2px;
        height: calc(100% + 52px);
        background-color: #2DAE70;
        left: 0;
        bottom: 0;
    }
    .advantages_text{
        padding-left: 20px;
    }
    .advantages_item{
        width: 100%;
        margin-bottom: 40px;
    }
    .advantages_item:last-child{
        margin-bottom: 0;
    }
    .advantages_item-title br{
        display: none;
    }
    .advantages_title::before{
        display: none;
    }
    .questions_wrapper{
        padding-bottom: 140px;
    }
    .questions_inner{
        right: 350px;
    }
    .panels_inner{
        flex-direction: column;
        margin-bottom: 25px;
    }
    .panels_text{
        width: 100%;
        margin-bottom: 25px;
    }
    .panels_list{
        width: 100%;
    }
    .panels_wrapper{
        flex-direction: column;
    }
    .panels_items{
        width: 100%;
        margin-top: 25px;
        padding: 20px 0;
    }
    .panels_item{
        margin-bottom: 30px;
    }
    .colors_info{
        width: 100%;
        backdrop-filter: blur(15px);
        background: #252525;
    }
    .colors_titile{
        text-align: center;
        margin-bottom: 345px;
    }
    .colors_img{
        z-index: 1;
        height: 300px;
        top: 145px;
        background-size: cover;
    }
    .drivers_text{
        display: none;
    }
    .drivers_item{
        width: 32%;
    }
    .drivers_item-img{
        width: 100%;
        height: 145px;
    }
    .selection_wrapper{
        flex-direction: column;
        padding-bottom: 180px;
    }
    .selection_left{
        width: 100%;
        text-align: center;
    }
    .selection_right{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .selection_whats{
        margin: 0 auto;
    }
    .selection_gate{
        top: auto;
        bottom: 200px;
    }
    .reviews_slide{
        flex-direction: column-reverse;
    }
    .reviews_slide-right{
        width: 100%;
    }
    .reviews_slider{
        padding-bottom: 65px;
    }
    .works_slider .slick-list{
        padding: 0;
    }
    .works_slide{
        height: 230px;
    }
    .documents_img{
        display: none;
    }
    .documents_item {
        width: 48%;
    }
    .faq_wrapper{
        flex-direction: column;
        padding-bottom: 230px;
        position: relative;
    }
    .faq_items{
        width: 100%;
        padding: 40px 20px;
    }
    .faq_left{
        width: 100%;
        padding-top: 40px;
    }
    .faq_inner{
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
    }
    .faq_title{
        margin-bottom: 0;
        padding-left: 20px;
    }
    .map_block-item{
        position: relative;
        width: 100%;
        height: 600px;
    }
    .map_block{
        padding: 0;
        background: none;
    }
    .map_block-wrapper{
        border-radius: 8px;
        background: #252525;
        position: absolute;
        right: 50%;
        transform: translateX(50%);
        z-index: 1;
        padding: 25px 40px;
        width: 480px;
    }
    .footer_wrapper{
        flex-direction: column;
    }
    .footer_logo-img{
        margin-right: 0;
        margin-bottom: 12px;
        justify-content: center;
    }
    .footer_logo-text{
        text-align: center;
        margin-bottom: 35px;
        width: 275px;
    }
    .footer_zam{
        margin-bottom: 60px;
    }
    .footer_calc{
        margin-bottom: 40px;
    }
    .footer_whats-btn{
        margin-bottom: 25px;
    }
    .footer_number{
        margin-bottom: 20px;
    }
    .footer_info{
        align-items: center;
    }
    .footer_inner{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_info-text{
        margin-bottom: 12px;
    }
    .footer_info-polit{
        margin-bottom: 8px;
    }
    .aside_item-titel{
        display: none;
    }
    .reviews_dots {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .container {
		max-width: 100%;
	}
    .header_logo-img{
        width: 167px;
        margin-right: 0;
    }
    .header_logo-img img{
        width: 100%;
        height: 100%;
    }
    .header_logo{
        flex-direction: column;
        align-items: flex-start;
    }
    .header_logo-text{
        font-size: 12px;
        line-height: 13px;
        margin-top: 7px;
        width: 290px;
    }
    .menu_burger{
        position: absolute;
        top: 10px;
        right: 0;
    }
    .header_wrapper{
        position: relative;
    }
    .header_inner{
        padding-top: 70px;
    }
    .header_inner-logo{
        margin-bottom: 60px;
    }
    .main{
        padding: 130px 0 0;
        background-image: url(../img/main_bg.jpg);
    }
    .main h1{
        font-weight: 500;
        font-size: 28px;
        margin-bottom: 7px;
        line-height: 38px;
    }
    .main_text{
        padding-left: 55px;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
        width: 290px;
    }
    .main_text::before{
        width: 56px;
        left: -15px;
    }
    .main_text br{
        display: none;
    }
    .main_desc{
        padding-left: 55px;
        font-size: 12px;
        color: #000;
        margin-bottom: 370px;
        line-height: 14px;
        width: 290px;
    }
    .main_items{
        padding: 0;
        margin-bottom: 25px;
    }
    .main_item{
        width: 100%;
        margin-bottom: 25px;
        padding-top: 0;
        padding-left: 69px;
        line-height: 18px;
        font-size: 14px;
    }
    .main_item::before{
        top: -5px;
    }
    .main_item:last-child{
        margin-bottom: 0;
    }
    .main_price{
        flex-direction: column;
        align-items: flex-start;
    }
    .main_price-link{
        margin-top: 13px;
    }
    .main_price::before{
        bottom: -22px;
        right: 13px;
    }
    .main_btn{
        bottom: 428px;
        height: 60px;
        width: 290px;
        margin-bottom: 0;
    }
    .advantages{
        margin: 50px 0;
    }
    .advantages_title{
        line-height: 45px;
        font-size: 26px;
    }
    .advantages_text{
        font-size: 18px;
        line-height: 30px;
    }
    .advantages_item-title{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .advantages_item{
        margin-bottom: 30px;
    }
    .questions .container{
        padding: 0;
    }
    .questions_wrapper{
        padding: 50px 15px 200px;
    }
    .questions_title{
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .questions_text{
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 26px;
    }
    .questions_btn{
        height: 58px;
        margin: 0 auto; 
        font-size: 14px;
        width: 247px;
    }
    .questions_wrapper::before{
        display: none;
    }
    .questions_img{
        width: 154px;
        right: 2px;
    }
    .questions_inner{
        right: 166px;
        font-size: 14px;
        line-height: 14px;
        width: 146px;
    }
    .questions_inner span{
        width: 26px;
        height: 26px;
        right: -35px;
        bottom: 0;
        top: auto;
        transform: none;
    }
    .questions_inner span::before{
        width: 12px;
        height: 12px;
    }
    .questions{
        margin-bottom: 60px;
    }
    .benefits{
        padding: 55px 0;
    }
    .benefits_wrapper{
        padding: 0;
        position: relative;
    }
    .benefits_item{
        width: 100%;
        margin-bottom: 20px;
        padding-left: 46px;
        padding-top: 0;
    }
    .benefits_item::after{
        left: 0;
        width: 34px;
        height: 34px;
    }
    .benefits_item::before{
        display: none;
    }
    .benefits_wrapper::before{
        position: absolute;
        content: "";
        height: 100%;
        left: 16px;
        width: 1px;
        background-color: rgba(149, 149, 149, 0.1);
    }
    .benefits_item:last-child{
        margin-bottom: 0;
    }
    .benefits_item-title{
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 6px;
    }
    .benefits_item-text{
        line-height: 18px;
        font-size: 14px;
    }
    .panels{
        margin: 55px 0 65px;
    }
    .panels_title{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .panels_title br{
        display: none;
    }
    .panels_text{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 25px;
    }
    .panels_list-title{
        line-height: 20px;
        font-size: 16px;
    }
    .panels_list ul{
        line-height: 16px;
        font-size: 14px;
    }
    .panels_list ul li{
        margin-bottom: 15px;
        padding-left: 35px;
    }
    .panels_list-subtitle{
        line-height: 20px;
        font-size: 16px;
    }
    .panels_img{
        width: 100%;
        height: auto;
    }
    .panels_item{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 30px;
        padding-left: 36px;
    }
    .panels_item::before{
        width: 25px;
        height: 25px;
        top: 0;
        transform: none;
    }
    .colors .container{
        padding: 0;
    }
    .colors_titile{
        font-size: 26px;
        line-height: 32px;
        width: 280px;
        margin: 0 auto 350px;
    }
    .colors_info{
        padding: 55px 15px 50px;
    }
    .colors_img{
        top: 145px;
    }
    .colors{
        margin-bottom: 55px;
    }
    .colors_item-value{
        height: 32px;
    }
    .colors_items{
        width: 260px;
        margin: 0 auto;
    }
    .colors_item{
        margin: 0 1px;
    }
    .colors_items .slick-arrow{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .colors_items .slick-arrow{
        width: 13px;
        font-size: 0;
        height: 16px;
        background: none;
        background-size: cover;
        cursor: pointer;
        z-index: 1;
        padding: 0;
        border: none;
    }
    .colors_items .slick-next{
        background-image: url(../img/colors_right.svg);
        right: -24px;
    }
    .colors_items .slick-prev{
        background-image: url(../img/colors_left.svg);
        left: -24px;
    }
    .drivers{
        padding: 55px 0;
    }
    .drivers_title{
        line-height: 32px;
        font-size: 26px;
    }
    .drivers_title br{
        display: none;
    }
    .drivers_top{
        margin-bottom: 35px;
    }
    .drivers_items .slick-arrow{
        position: absolute;
    }
    .drivers_items .slick-arrow{
        position: absolute;
        bottom: 0;
        cursor: pointer;
        z-index: 1;
        font-size: 0;
        background: none;
        border: none;
        width: 29px;
        height: 29px;
        background-size: cover;
    }
    .drivers_items .slick-next{
        background-image: url(../img/arrow_right.svg);
        right: 0px;
    }
    .drivers_items .slick-prev{
        background-image: url(../img/arrow_left.svg);
        right: 90px;
    }
    .drivers_items .slick-dots{
        position: absolute;
        display: flex;
        bottom: 10px;
        right: 45px;
    }
    .drivers_items .slick-dots button{
        width: 7px;
        height: 7px;
        margin: 0 2px;
        border-radius: 50%;
        background: #808080;
        padding: 0;
        font-size: 0;
        border: none;
    }
    .drivers_items .slick-dots .slick-active button{
        background: #2DAE70;
    }
    .price{
        margin: 45px 0 55px;
    }
    .price_title{
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 17px;
    }
    .price_text{
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 25px;
    }
    .price_slider .slick-arrow{
        width: 29px;
        height: 29px;
        top: auto;
        bottom: 0;
    }
    .price_slider .slick-prev {
        right: 45px;
    }
    .price_slider {
        padding-bottom: 50px;
    }
    .price_slider .slick-prev {
        right: 45px;
    }
    .price_slider .slick-list {
        overflow: hidden;
    }
    .price_slide{
        opacity: 1;
        margin: 0;
    }
    .selection .container{
        padding: 0;
    }
    .selection_wrapper{
        padding: 50px 0 170px;
    }
    .selection_title{
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 6px;
    }
    .selection_text{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 27px;
    }
    .selection_time{
        font-size: 14px;
    }
    .selection_number{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .selection_subtext{
        font-size: 14px;
    }
    .selection_subtitle{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
        text-align: center;
    }
    .selection_option{
        font-size: 14px;
        margin-bottom: 16px;
    }
    .selection_img{
        width: 100px;
        right: 190px;
    }
    .selection_gate{
        width: 250px;
        right: 0;
        bottom: 0;
    }
    .selection {
        margin-bottom: 45px;
    }
    .reviews_title{
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .reviews_text{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .reviews_slide-item{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 23px;
    }
    .aside{
        padding: 7px 10px;
    }
    .aside_close{
        width: 19px;
        height: 19px;
    }
    .aside_item-titel{
        display: none;
    }
    .reviews{
        margin-bottom: 60px;
    }
    .works{
        padding: 55px 0 65px;
    }
    .works_title{
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 65px;
    }
    .works_slider  .slick-arrow{
        width: 29px;
        height: 29px;
        top: -40px;
    }
    .works_slider  .slick-prev {
        right: 45px;
    }
    .works_slider .slick-list{
        overflow: hidden;
    }
    .works_slider{
        width: 100vw;
        transform: translateX(-15px);
    }
    .works_slide{
        margin: 0;
    }
    .documents{
        margin: 50px 0 55px;
    }
    .documents_title{
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 55px;
    }
    .documents_wrapper  .slick-arrow{
        position: absolute;
        top: -40px;
        cursor: pointer;
        z-index: 1;
        font-size: 0;
        background: none;
        border: none;
        width: 29px;
        height: 29px;
        background-size: cover;
    }
    .documents_wrapper  .slick-next{
        background-image: url(../img/arrow_right.svg);
        right: 15px;
    }
    .documents_wrapper  .slick-prev{
        background-image: url(../img/arrow_left.svg);
        right: 60px;
    }
    .documents_item{
        margin: 0 3px;
    }
    .documents_wrapper{
        display: block;
        width: 100vw;
        transform: translateX(-15px);
    }
    .documents_img{
        display: none !important;
    }
    .documents_item-top{
        padding: 0;
        padding-top: 36px;
        margin-bottom: 18px;
    }
    .documents_item{
        padding: 15px 10px 18px;
        height: initial;
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
    }
    .documents_item-img{
        width: 26px;
        height: 26px;
    }
    .documents_item-title{
        font-size: 13px;
        line-height: 15px;
        margin-bottom: 6px;
    }
    .documents_item-date{
        font-size: 12px;
        line-height: 15px;
    }
    .documents_item-inner{
        flex-direction: column;
        align-items: flex-start;
    }
    .documents_item-width{
        font-size: 11px;
        line-height: 14px;
        margin-bottom: 3px;
        margin-right: 0;
    }
    .documents_item-btn{
        width: 109.21px;
        height: 27.3px;
        font-size: 10px;
    }
    .documents_wrapper .slick-track{
        display: flex;
    }
    .faq_title{
        line-height: 32px;
        font-size: 26px;
    }
    .faq_item-title{
        line-height: 18px;
        font-size: 14px;
    }
    .faq_inner{
        padding: 30px 15px;
        width: 100%;
    }
    .faq_inner::before{
        width: 151px;
        height: 233px;
        right: -15px;
    }
    .faq_inner-btn{
        height: 42px;
        width: 171px;
    }
    .faq{
        margin-bottom: 60px;
    }
    .faq .container{
        padding: 0;
    }
    .faq_wrapper{
        padding-bottom: 170px;
    }
    .map_block-wrapper{
        width: 290px;
        padding: 50px 30px;
    }
    .map_block-title{
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    .map_block-adres{
        line-height: 21px;
        font-size: 16px;
        padding-left: 40px;
    }
    .map_block-adres br{
        display: none;
    }
    .map_block-item{
        height: 490px;
    }
    .footer_inner-left{
        width: 100%;
    }
    .popup_order{
        padding: 32px 10px 168px;
    }
    .popup_body-title{
        font-size: 20px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 20px;
    }
    .popup_body-subtitle{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
        text-align: center;
    }
    .jb_input input[type='text'],
    .jb_input input[type='tel'],
    .popup_body-inp{
        margin: 0 auto 10px;
        width: 100%;
        height: 53px;
    }
    .jb_input input[type='submit'],
    .popup_body-btn{
        width: 100%;
        height: 53px;
        margin: 0 auto 12px;
    }
    .jbForm .jbForCheckbox a,
    .jbForm label{
        width: 100%;
        margin: 0 auto;
        font-size: 10px;
    }
    .popup_order .popup_body-img{
        height: 165px;
        width: auto;
    }
    .popup_body-img{
        width: 100%;
        height: 100%;
    }
    .popup_body-ok{
        width: 245px;
        margin: 0 auto;
    }
    .popup_price {
        padding: 32px 10px 160px;
    }
    .popup_price .popup_body-text{
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 22px;
        text-align: center;
    }
    .popup_price .popup_body-img{
        width: 180px;
        bottom: -12px;
        right: 50%;
        transform: translateX(50%);
        height: auto;
    }
    .popup_body-img img{
        width: 100%;
        height: 100%;
    }
    .popup_body-cheks{
        justify-content: center;
        width: 240px;
        margin: 0 auto 20px;
    }
    .popup_body-chek{
        margin-right: 20px;
    }
    .popup_zam {
        padding: 32px 10px 160px;
    }
    .popup_zam .popup_body-img{
        width: 206px;
        height: 190px;
        bottom: -8px;
        right: 0;
        top: auto;
    }
    .popup_question {
        padding: 32px 10px 185px;
    }
    .popup_question .popup_body-img{
        width: 290px;
        bottom: 0;
        right: 0;
        top: auto;
        height: auto;
    }
    .jbForm textarea,
    .popup_area{
        width: 100%;
        height: 99px;
        margin: 0 auto 6px;
        display: block;
    }
    .popup_body-img picture{
        width: 100%;
        height: 100%;
        display: flex;
    }
    .reviews_slide-right{
        height: 205px;
    }
    .quiz{
        display: none;
    }
    .popup_order .popup_body-img{
        right: 20px;
    }
    .reviews_mobile{
        display: block;
    }
    .reviews_mobile-btn{
        width: 100%;
        margin-top: 25px;
        background: #2DAE70;
        border-radius: 8px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #FFFFFF;
        line-height: 18px;
        transition: all 0.3s;
        animation: btnAnim 1s ease infinite;
    }
  
    .reviews_slider{
        display: none;
    }
    .reviews_page    .reviews_slider{
        display: block;
    }
    .reviews_page   .reviews_mobile{
        display: none;
    }
    .reviews_page {
        margin-top: 150px;
    }
    .header.header_reviews {
        background: #252525;
    }
    .scroll{
        right: 15px;
        bottom: 130px;
        width: 46px;
        height: 56px;
    }
    .scroll img{
        width: 100%;
        height: 100%;
    }
        .scroll_whats{
        right: 15px;
    }
    .footer{
        padding: 55px 0 120px;
    }
    .panels_bg{
        display: none;
    }
    .thanks_page{
        background-position: center 60%;
        padding: 270px 0 0;
    }
    .thanks_page .main_text{
        width: 265px;
    }
    .scroll{
        bottom: 200px;
    }
    .scroll_whats{
        bottom: 130px;
    }
}