/*! 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: 'Helvetica';
    src: url('../fonts/Helvetica-Regular.woff2') format('woff2'),
         url('../fonts/Helvetica-Regular.woff') format('woff');
    font-weight:400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff') format('woff2'),
         url('../fonts/Helvetica-Bold.woff2') format('woff');
    font-weight:700;
    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: 'Helvetica';
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.scroll{
    position: fixed;
    right: 10%;
    bottom: 200px;
    z-index: 3;
    transform: scale(0);
    transition: all 0.3s;
}
.scroll.fixed{
    transform: scale(1);
}
.scroll_trigger{
    position: absolute;
    top: 0;
    right: 0;
}
.container{
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}
.header{
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 10;
}
.header_wrapper{
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_text{
    font-size: 13px;
    color: #343434;
    width: 185px;
    line-height: 16px;
}
.header_logo{
    display: flex;
}
.header_img{
    display: flex;
}
.header_adres-title{
    font-size: 13px;
    color: #343434;
    margin-bottom: 5px;
    line-height: 14px;
}
.header_adres-items{
    display: flex;
}
.header_adres-item{
    font-size: 13px;
    line-height: 14px;
    color: #343434;
    margin-right: 15px;
    padding-left: 17px;
    position: relative;
    font-weight: 700;
}
.header_adres-item::before{
    position: absolute;
    content: "";
    width: 11px;
    height: 17.6px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/map.svg);
    background-size: cover;
}
.header_adres-item:last-child{
    margin-right: 0;
}
.header_viber{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #7B519D;
    border-radius: 138px;
    width: 155px;
    height: 45px;
    font-size: 13px;
    color: #343434;
    line-height: 15px;
    padding: 0 29px 0 67px;
    position: relative;
    background-color: #fff;
    animation: btnAnim2 1s ease infinite;
}
.header_viber::before{
    position: absolute;
    content: "";
    background-image: url(../img/viber.svg);
    background-size: cover;
    width: 28px;
    height: 28px;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.header_telegram{
    background: #FFFFFF;
    border: 1px solid #28A8EA;
    border-radius: 138px;
    width: 155px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #343434;
    line-height: 15px;
    padding: 0 25px 0 63px;
    position: relative;
    animation: btnAnim3 1s ease infinite;
}
.header_telegram::before{
    position: absolute;
    content: "";
    background-image: url(../img/telegram.svg);
    background-size: cover;
    width: 28px;
    height: 28px;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.header_numbers{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.header-numbers-title{
    font-size: 13px;
    color: #5A5A5A;
    line-height: 16px;
    position: relative;
}
.header-numbers-title::before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translate(50%, -50%);
    background: #6DB14C;
    animation: dots_anim 1s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes dots_anim{
    0%{
        opacity: 0;

    }
    100%{
        opacity: 1;
    }
}
.header_number{
    font-size: 19px;
    letter-spacing: 0.04em;
    color: #343434;
    font-weight: 700;
    line-height: 22px;
    transition: all 0.3s;
}
.header_number:hover{
    color: #6DB14C;
}
.aside.hide{
    right: -150px;
}

.aside{
    position: fixed;
    right: 0px;
    bottom: 200px;
    z-index: 3;
    flex-direction: column;
    width: 100px;
    transition: all 0.3s;
    display: flex;
}
.aside_close{
    display: none;
}
.aside_item{
    border-radius: 10px;
    background: #6DB14C;
    margin-bottom: 5px;
    padding: 14px;
    height: 84px;
    text-align: center;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #FFFFFF;
    line-height: 13px;
    animation: btnAnim 1s ease infinite;
}
.menu_burger{
    display: none;
}
.aside_item img{
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.aside_hide{
    background: #6DB14C;
    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: 4px;
}



















.main{
    padding: 170px 0 100px;
    background-image: url(../img/main_bg.jpg);
    background-size: cover;
    background-position: center;
}
.showroom_page{
    margin-top: 170px;
}
.main h1{
    font-size: 67px;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 10px;
    line-height: 75px;
    font-weight: 700;
}
.main_text{
    font-size: 20px;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 40px;
    line-height: 30px;
    font-weight: 700;
    max-width: 580px;
}
.main_items{
    margin-bottom: 80px;
}
.main_item{
    font-size: 16px;
    color: #343434;
    line-height: 22px;
    margin-bottom: 32px;
    position: relative;
    padding-left: 60px;
}
.main_item br{
    display: none;
}
.main_item span{
    font-weight: 700;
}
.main_item::before{
    position: absolute;
    content: "";
    background-image: url(../img/main_item.svg);
    background-size: cover;
    width: 47px;
    height: 47px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main_item:last-child{
    margin-bottom: 0;
}
.main_wrapper{
    position: relative;
}
.main_inner{
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 3px 5px #DFDFDF;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    padding: 42px 25px 42px 116px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.main_inner::before{
    position: absolute;
    content: "";
    background-image: url(../img/main_inner.png);
    background-size: cover;
    height: 194px;
    left: 21px;
    top: -36px;
    width: 250px;
}
.btn{
    background: linear-gradient(90deg, #6DB04C 38.75%, #7FC45E 98.44%);
    position: relative;
    border-radius: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 24px;
    transition: all 0.3s;
    animation: btnAnim 1s ease infinite;
}
.btn::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0px 3px 0px #599433;
    top: 0;
    right: 0;
    border-radius: 115px;
    transition: all 0.3s;
}
@keyframes btnAnim {
    0% {
        box-shadow: 0 0 0 0 rgb(109 177 76 / 80%);
    }
    
    100% {
        box-shadow: 0 0 0 15px rgb(109 177 76 / 0%);
    }
}
.btn:hover{
 
    transform: translateY(3px);
}
.btn:hover::before{
    box-shadow: 0px 0px 0px #599433;
}
.main_btn{
    height: 70px;
    width: 280px;
    z-index: 1;
}
.main_value-title{
    font-size: 16px;
    text-transform: uppercase;
    color: #508E32;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.main_value-text{
    font-size: 15px;
    color: #343434;
    line-height: 19px;
}
.main_wrapper{
    position: relative;
}
.main_wrapper::before{
    position: absolute;
    content: "";
    background-image: url(../img/main_wrapper.png);
    background-size: cover;
    width: 202px;
    height: 199px;
    right: 10px;
    top: 150px;
}
.advantage{
    margin: 75px 0 100px;
}
.advantage_title{
    font-size: 40px;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 30px;
    line-height: 50px;
    font-weight: 700;
}
.advantage_wrapper{
    background-image: url(../img/advantage_wrapper.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    position: relative;
}
.advantage_items{
    background: rgba(116, 186, 82, 0.8);
    backdrop-filter: blur(17.5px);
    border-radius: 8px;
    width: 559px;
    padding: 70px 50px 20px 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.advantage_item{
    margin-bottom: 50px;
    position: relative;
}
.advantage_item::before{
    position: absolute;
    content: "";
    width: 110px;
    height: 1px;
    background-color: #fff;
    top: 0;
    left: 0;
}
.advantage_item-title{
    font-size: 28px;
    color: #FFFFFF;
    line-height: 38px;
}
.advantage_item-title span{
    line-height: 66px;
    font-size: 48px;
}
.advantage_item-text{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
}
.advantage_img{
    position: absolute;
    bottom: 43px;
    right: 125px;
}
.advantage_img img{
    display: none;
}
.advantage_img-info{
    background: rgba(41, 49, 60, 0.6);
    backdrop-filter: blur(7.5px);
    border-radius: 5px;
    width: 192px;
    padding: 14px 5px 14px 32px;
    position: relative;
}
.advantage_img-info::before{
    position: absolute;
    content: '';
    background-image: url(../img/advantage_img-info.svg);
    background-size: cover;
    width: 36px;
    height: 36px;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
}
.advantage_img-title{
    font-size: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 22px;
    font-weight: 700;
}
.advantage_img-text{
    font-size: 15px;
    color: #C6C6C6;
    line-height: 22px;
}
.advantage_video{
    position: absolute;
    top: 20px;
    right: 20px;
}
.advantage_video-img{
    border-radius: 8px;
    height: 125px;
    width: 247px;
    margin-bottom: 45px;
    position: relative;
}
.advantage_video-img::before{
    position: absolute;
    content: "";
    background-image: url(../img/advantage_video-imgBef.png);
    background-size: cover;
    width: 137px;
    height: 137px;
    bottom: -70px;
    right: 50%;
    transform: translateX(50%);
    animation: play 0.8s infinite alternate;
}
@keyframes play{
    0%{
        transform: translateX(50%) scale(0.8);
    }
    100%{
        transform: translateX(50%) scale(1.1);
    }
}
.advantage_video-img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.advantage_video-title{
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 700;
    line-height: 20px;
    width: 155px;
    margin-left: auto;
    position: relative;
}
.advantage_video-title::before{
    position: absolute;
    content: "";
    background-image: url(../img/advantage_arrow.svg);
    background-size: cover;
    width: 60px;
    height: 60px;
    left: -72px;
    top: -36px;
}
.popular{
    padding: 70px 0 45px;
    background: #F4F5F4;
}
.popular_title{
    font-size: 40px;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 45px;
    line-height: 56px;
    font-weight: 700;
    text-align: center;
}
.popular_wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.popular_item{
    width: 31%;
    margin-bottom: 55px;
}
.popular_item-img{
    border-radius: 8px;
    height: 400px;
    width: 100%;
    margin-bottom: 18px;
    overflow: hidden;
    display: flex;
}
.popular_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popular_item-title{
    margin-bottom: 15px;
    font-size: 20px;
    color: #343434;
    line-height: 24px;
    font-weight: 700;
}
.popular_item-title span{
    color: #6DB14C ;
}
.popular_item-size{
    font-size: 12px;
    color: #747474;
    line-height: 26px;
    padding-left: 36px;
    position: relative;
    margin-bottom: 10px;
}
.popular_item-size::before{
    position: absolute;
    content: "";
    background-image: url(../img/size.svg);
    background-size: cover;
    height: 18px;
    width: 22px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.popular_item-text{
    font-size: 14px;
    color: #343434;
    margin-bottom: 20px;
    line-height: 20px;
}
.popular_item-btn{
    height: 60px;
}
.colors{
    padding: 100px 0 120px;
}
.colors_title{
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
    color: #343434;
}
.colors_wrapper{
    display: flex;
    justify-content: space-between;
}
.colors_left{
    width: 653px;
}
.colors_img-wrapper{
    width: 100%;
    height: 519px;
    background-size: cover;
    background-image: url(../img/colors_img-wrapper.jpg);
    padding: 69px 65px 42px 72px;
    margin-bottom: 32px;
}
.colors_img{
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    position: relative;
    background-size: cover;
    background-position: center;
}
.colors_img::before{
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.8) 0%, rgba(29, 29, 29, 0) 100%);
    height: 104px;
    top: 0;
    right: 0;
}
.colors_inner{
    background: #F4F5F4;
    border: 1px solid #6DB14C;
    border-radius: 8px;
    position: relative;
    padding: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.colors_inner::after{
    position: absolute;
    content: "";
    background-image: url(../img/colors_inner-aft.png);
    background-size: cover;
    width: 199px;
    height: 156px;
    left: 0;
    bottom: 0;
}
.colors_inner::before{
    position: absolute;
    content: "";
    background-image: url(../img/colors_inner-bef.png);
    background-size: cover;
    width: 231px;
    height: 153px;
    right: 0;
    bottom: 0;
}
.colors_btn{
    width: 280px;
    height: 70px;
    z-index: 1;
}
.colors_right{
    width: 530px;
}
.colors_subtitle{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 12px;
}
.colors_subtitle span{
    color: #3AAA35;
}
.colors_tabs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 18px;
}
.colors_tab{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    font-size: 13px;
    color: #000000;
    line-height: 12px;
    cursor: pointer;
}
.colors_tab svg{
    margin-bottom: 8px;
}
.colors_tab.active{
    border: 1px solid #3AAA35;
}
.colors_tab.active svg rect{
    stroke: #3AAA35;
}
.colors_items-title{
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 12px;
    margin-bottom: 20px;
}
.colors_items{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 14px;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 18px;
}
.colors_items.color_slider{
    border-bottom: none;
    padding-bottom: 0;
}
.color_slider{
    padding-top: 40px;
}
.color_slider .colors_item:nth-child(5n){
    margin-right: 23px;
}
.color_slider .slick-arrow{
    position: absolute;
    font-size: 0;
    top: 0;
    border: 1px solid #3AAA35;
    width: 25px;
    height: 25px;
    background: none;
    background-size: 14px 15px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 1;
}
.color_slider .slick-next{
    background-image: url(../img/arrow_right.svg);
    right: 0;
}
.color_slider .slick-prev{
    background-image: url(../img/arrow_left.svg);
    left: 0;
}
.color_slider .slick-arrow.slick-disabled{
    opacity: 0;
    cursor: default;
}
.colors_item{
    width: 87px;
    margin-right: 23px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 23px;
}
.colors_item:nth-child(5n){
    margin-right: 0;
}
.colors_item-value{
    height: 30px;
    width: 87px;
    margin-bottom: 18px;
    background-size: cover;
}
.colors_item.active .colors_item-value{
    border: 3px solid #3AAA35;
}
.colors_item-title{
    font-size: 13px;
    text-align: center;
    color: #000000;
    line-height: 12px;
}
.colors_item-title span{
    color: red;
}
.colors_desc span{
    color: red;
}
.colors_content{
    display: none;
}

.colors_content.active{
    display: block;
}

.drivers{
    margin-bottom: 100px;
}
.drivers_wrapper{
    display: flex;
    justify-content: space-between;
}
.drivers_info{
    width: 375px;
}
.drivers_item{
    width: 420px;
    border-radius: 8px;
    background: #F4F5F4;
    padding: 30px 20px;
    height: 490px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.drivers_title{
    font-size: 40px;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 54px;
    line-height: 55px;
    font-weight: 700;
}
.drivers_text{
    font-size: 18px;
    color: #343434;
    line-height: 24px;
}
.drivers_item-title{
    font-size: 18px;
    line-height: 22px;
    color: #343434;
    margin-bottom: 10px;
    font-weight: 700;
}
.drivers_item-text{
    font-size: 14px;
    color: #343434;
    margin-bottom: 12px;
    line-height: 18px;
}
.drivers_item-price{
    font-size: 18px;
    line-height: 25px;
    color: #6DB14C;
    font-weight: 700;
}
.drivers_item-subtite{
    font-size: 14px;
    color: #343434;
    margin-bottom: 2px;
    line-height: 22px;
}
.drivers_item-option{
    font-size: 14px;
    line-height: 22px;
    color: #343434;
    padding-left: 24px;
    position: relative;
}
.drivers_item-option::before{
    position: absolute;
    content: "";
    background-image: url(../img/check.svg);
    background-size: cover;
    width: 17px;
    height: 17px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.drivers_item-img{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    z-index: -1;
}
.options{
    padding: 70px 0 100px;
    background: #F4F5F4;
}
.options_title{
    font-size: 40px;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 35px;
    line-height: 55px;
    font-weight: 700;
}
.options_slider{
    width: 1740px;
 
}
.options_slider .slick-track{
    display: flex;
}
.options_slide{
    margin-right: 20px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 25px 25px;
    height:  inherit;
    display: flex !important;
    justify-content: space-between;
    flex-direction: column;
}
.options_slide-title{
    font-size: 18px;
    color: #343434;
    line-height: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}
.options_slide-text{
    font-size: 16px;
    color: #343434;
    line-height: 20px;
}
.options_slide-info{
    margin-bottom: 15px;
}
.options_slide-img{
    width: 100%;
    height: 293px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}
.options_slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.options_slider .slick-arrow{
    position: absolute;
    width: 47px;
    height: 47px;
    top: -90px;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    border: none;
    background: none;
    background-size: cover;
    padding: 0;
}
.options_slider .slick-next{
    right: 455px;
    background-image: url(../img/slider_right.svg);
}
.options_slider .slick-prev{
    right:532px;
    background-image: url(../img/slider_left.svg);
}
.how{
    margin: 80px 0 100px;
}
.how_wrapper{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.how_arrows{
    position: absolute;
    bottom: 0;
    display: flex;
    right: 0;
}
.how_arrow{
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 1;
    background-size: cover;
}
.how_arrow-right{
    background-image: url(../img/slider_right.svg);
    margin-left: 25px;
}
.how_arrow-left{
    background-image: url(../img/slider_left.svg);
}
.how_left{
    width: 600px;
}
.how_content{
    width: 582px;
    border-radius: 8px;
    display: none;
    overflow: hidden;
    height: 580px;
}
.how_content.active{
    display: flex;
}
.how_content img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.how_title{
    font-size: 40px;
    text-transform: uppercase;
    color: #343434;
    line-height: 54px;
    font-weight: 700;
    margin-bottom: 15px;
}
.how_text{
    font-size: 20px;
    color: #343434;
    margin-bottom: 32px;
    line-height: 54px;
}
.how_tab{
    padding: 15px 0 20px 27px;
    border-bottom: 1px solid #E9E9E9;
    font-size: 16px;
    color: #343434;
    line-height: 20px;
    display: flex;
    align-items: center;
    height: 64px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.how_tab.active{
    border-radius: 8px;
    background: #6DB14C;
    color: #fff;
    border-bottom: none;
}
.how_tab.active::before{
    position: absolute;
    content: "";
    background-image: url(../img/how_tab.svg);
    background-size: cover;
    width: 46px;
    height: 64px;
    right: -30px;
    top: 0;
    z-index: -1;
}
.how_tab:last-child{
    border-bottom: none;
}
.how_tab.active span{
    -webkit-text-stroke: 1px #fff;
    color: #6DB14C;   
}
.how_tab span{
    font-size: 45px;
    -webkit-text-stroke: 1px #6DB14C;
    color: #fff;       
    font-weight: 700;  
    margin-right: 25px;
    display: block;
}
.how_btn{
    width: 280px;
    height: 70px;
    margin-top: 40px;
}


.cost{
    margin-bottom: 100px;
}
.cost_wrapper{
    background-image: url(../img/cost_wrapper.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    display: flex;
    justify-content: flex-end;
}
.cost_inner{
    width: 640px;
    background: rgba(116, 186, 82, 0.75);
    border-radius: 8px;
    backdrop-filter: blur(17.5px);
    padding: 100px 20px 70px 55px;
    position: relative;
    z-index: 1;
}
.cost_inner::after{
    position: absolute;
    content: "";
    background-image: url(../img/cost_inner-aft.png);
    background-size: cover;

    width: 285px;
    height: 281px;

    right: -8px;
    bottom: -8px;
    z-index: -1;
}
.cost_inner::before{
    position: absolute;
    content: "";
    background-image: url(../img/cost_inner-bef.png);
    background-size: cover;
    width: 148px;
    height: 146px;
    z-index: -1;
    top: 57px;
    left: -29px;
}
.cost_title{
    font-size: 35px;
    line-height: 45px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-weight: 700;
}
.cost_subtitle{
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 50px;
    max-width: 405px;
    line-height: 26px;
}
.cost_text{
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 25px;
    line-height: 20px;
    max-width: 295px;
}
.cost_btn{
    width: 300px;
    background: linear-gradient(90deg, #EDEDED 38.75%, #FFFFFF 98.44%);
    box-shadow: 0px 3px 0px #B3B3B3;
    height: 70px;
    color: #519331;
    margin-bottom: 55px;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    line-height: 24px;
}
.cost_help{
    font-size: 16px;
    text-decoration-line: underline;
    color: #FFFFFF;
    line-height: 26px;
}
.about{
    margin-bottom: 100px;
}
.about_wrapper{
    display: flex;
    justify-content: space-between;
}
.about_info{
    width: 580px;
}
.about_title{
    font-size: 40px;
    line-height: 55px;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 20px;
    font-weight: 700;
}
.about_text{
    color: #343434;
    line-height: 24px;
}
.about_left{
    width: 660px;
    position: relative;
}
.about_img{
    height: 418px;
    display: flex;
    width: 100%;
}
.about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
.about_logo{
    display: flex;
    position: absolute;
    bottom: 12px;
    width: 243px;
    height: 76px;
    background-image: url(../img/about_logo.png);
    left: 12px;
}
.showroom{
    margin-bottom: 100px;
}
.showroom_title{
    font-size: 40px;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 32px;
    text-align: center;
    line-height: 55px;
    font-weight: 700;
}
.showroom_tabs{
    display: flex;
    margin-bottom: 20px;
    
}
.showroom_frame{
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 50%;
}
.showroom_frame iframe{
    width: 100%;
    height: 100%;
    position: absolute;
}
.showroom_body{
    display: flex;
    margin-bottom: 60px;
}
.showroom_body img{
    width: 100%;
    height: 100%;
}
.showroom_tab{
    height: 52px;
    width: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #F4F5F4;
   
    font-size: 18px;
    line-height: 25px;
    text-align: center;
}
.showroom_tab:nth-child(1){
    border-radius: 5px 0 0 5px;
}
.showroom_tab:nth-child(2){
    border-radius:  0 5px 5px 0;
}
.showroom_tab.active{
    background: #6DB14C;
    color: #FFFFFF;
}
.showroom_content{
    display: none;
}
.showroom_content.active{
    display: block;
}
.showroom_slider{
    width: 1670px;
}
.showroom_slide{
    height: 483px;
    margin-right: 10px;
    border-radius: 8px;
    overflow: hidden;
}
.showroom_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.showroom_slider .slick-arrow{
    position: absolute;
    width: 47px;
    height: 47px;
    top: -70px;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    border: none;
    background: none;
    background-size: cover;
    padding: 0;
}
.showroom_slider .slick-next{
    right: 340px;
    background-image: url(../img/slider_right.svg);
}
.showroom_slider .slick-prev{
    right:430px;
    background-image: url(../img/slider_left.svg);
}
.showroom_inner{
    margin: 36px 0 40px;
}
.showroom_inner-title{
    font-size: 22px;
    color: #343434;
    margin-bottom: 22px;
    line-height: 35px;
    font-weight: 700;
}
.showroom_items{
    display: flex;
    justify-content: space-between;
}
.showroom_item{
    width: 18%;
    padding-top: 52px;
    position: relative;
    color: #343434;
    line-height: 20px;
}
.showroom_item::before{
    position: absolute;
    content: "";
    background-image: url(../img/main_item.svg);
    background-size: cover;
    width: 47px;
    height: 47px;
    top: 0;
    left: 0;
}
.showroom_wrapper{
    display: flex;
    justify-content: space-between;
}
.showroom_img{
    width: 890px;
    height: 432.49px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}
.showroom_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.showroom_managers{
    width: 400px;
    background: #F4F5F4;
    border-radius: 8px;
    backdrop-filter: blur(7.5px);
    padding: 35px;
}
.showroom_managers-items{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.showroom_manager{
    width: 48%;
    text-align: center;
}
.showroom_manager-img{
    width: 137px;
    height: 141px;
    margin: 0 auto 6px;
    display: flex;
    overflow: hidden;
    border-radius: 4px;
}
.showroom_manager-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.showroom_manager-title{
    font-size: 16px;
    line-height: 22px;
    color: #343434;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}
.showroom_manager-text{ 
    font-size: 14px;
    line-height: 19px;
    color: #343434;
    text-align: center;
}
.showroom_managers-text{
    font-size: 16px;
    text-align: center;
    color: #343434;
    margin-bottom: 20px;
    line-height: 20px;
}
.showroom_managers-btn{
    width: 267px;
    height: 64px;
    margin: 0 auto;
}
.team{
    margin-bottom: 65px;
}
.team_title{
    font-size: 40px;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 36px;
    line-height: 54px;
    font-weight: 700;
}
.team_items{
    display: flex;
    justify-content: space-between;
}

.team_item{
    width: 23%;
    margin-right: 20px;
}
.team_item-img{
    display: flex;
    height: 363px;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}
.team_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team_item-title{
    font-size: 20px;
    color: #343434;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 28px;
}
.team_item-text{
    font-size: 14px;
    text-transform: uppercase;
    color: #727272;
    line-height: 21px;
}
.team_items .slick-arrow{
    position: absolute;
    width: 47px;
    height: 47px;
    top: -70px;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    border: none;
    background: none;
    background-size: cover;
    padding: 0;
}
.team_items .slick-next{
    right: 20px;
    background-image: url(../img/slider_right.svg);
}
.team_items .slick-prev{
    right:100px;
    background-image: url(../img/slider_left.svg);
}
.mounting{
    padding: 65px 0 100px;
    z-index: 1;
}
.mounting_title{
    font-size: 40px;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 54px;
}
.mounting_text{
    font-size: 20px;
    color: #343434;
    margin-bottom: 150px;
    line-height: 54px;
}
.mounting_wrapper{
    display: flex;
    justify-content: space-between;
}
.mounting_inner{
    background: #F4F5F4;
    border: 1px solid #6DB14C;
    border-radius: 8px;
    width: 420px;
    padding: 105px 40px 40px;
    position: relative;
}
.mounting_inner::before{
    position: absolute;
    content: "";
    background-image: url(../img/mounting_inner.png);
    background-size: cover;
    width: 394px;
    height: 258px;
    left: 10px;
    top: -164px;
}
.mounting_inner-text{
    font-size: 16px;
    text-align: center;
    color: #343434;
    margin-bottom: 28px;
    line-height: 20px;
}
.mounting_inner-btn{
    height: 64px;
    width: 311px;
    margin: 0 auto;
}
.mounting_items{
    display: flex;
    justify-content: space-between;
    width: 810px;
}
.mounting_item{
    width: 24%;
}
.mounting .container{
    position: relative;
    z-index: 1;
}
.mounting_img{
    position: absolute;
    z-index: -1;
    right: -270px;
    top: -65px;
}
.mounting_item-img{
    display: flex;
    width: 100%;
    height: 228px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}
.mounting_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mounting_item-title{
    font-size: 16px;
    color: #343434;
    margin-bottom: 10px;
    line-height: 16px;
    font-weight: 700;
}
.mounting_item-text{
    font-size: 14px;
    line-height: 19px;
    color: #343434;
}
.reviews_title{
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 33px;
    line-height: 54px;
}
.reviews_slider{
    width: 1960px;
}
.reviews_slider .slick-track{
    display: flex;
}
.reviews_slide{
    margin-right: 20px;
    background: #F4F5F4;
    border-radius: 8px;
    height: inherit;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    padding: 35px 40px 30px;
}
.reviews_slide-top{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.reviews_slide-title{
    font-size: 16px;
    color: #343434;
    margin-right: 30px;
    line-height: 22px;
    font-weight: 700;
}
.reviews_slide-stars{
    color: #343434;
    display: flex;
    align-items: center;
    line-height: 22px;
}
.reviews_slide-stars img{
    margin-right: 11px;
}
.reviews_slide-text{
    color: #343434;
    margin-bottom: 25px;
    line-height: 22px;
}
.reviews_slide-img{
    width: 100%;
    border-radius: 8px;
    height: 397px;
    display: flex;
    overflow: hidden;
}
.reviews_slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews_slider .slick-arrow{
    position: absolute;
    width: 47px;
    height: 47px;
    top: -70px;
    z-index: 1;
    cursor: pointer;
    font-size: 0;
    border: none;
    background: none;
    background-size: cover;
    padding: 0;
}
.reviews_slider .slick-next{
    right: 675px;
    background-image: url(../img/slider_right.svg);
}
.reviews_slider .slick-prev{
    right:760px;
    background-image: url(../img/slider_left.svg);
}
.reviews_slider {
    margin-bottom: 40px;
}
.reviews_inner{
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviews{
    margin-bottom: 100px;
}
.reviews_inner-text{
    font-size: 16px;
    color: #343434;
    margin-right: 45px;
    line-height: 22px;
    font-weight: 700;
}
.reviews_inner-btn{
    height: 64px;
    width: 269px;
}
.certificates{
    margin-bottom: 75px;
}
.certificates_title{
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 30px;
    line-height: 54px;
    font-weight: 700;
}
.certificates_items{
    display: flex;
    justify-content: space-between;
}
.certificates_item{
    display: flex;
    height: 255px;
}
.certificates_item img{
    width: 100%;
    height: 100%;
}
.video{
    margin-bottom: 100px;
}
.video_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.video_left{
    width: 635px;
}
.video_title{
    font-size: 40px;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 12px;
    line-height: 55px;
    font-weight: 700;
}
.video_text{
    color: #343434;
    margin-bottom: 26px;
    line-height: 22px;
}
.video_options{
    font-size: 14px;
    line-height: 20px;
    color: #343434;
}
.video_item{
    width: 625px;
    height: 370px;
    border-radius: 8px;
    overflow: hidden;
}
.video_item iframe{
    width: 100%;
    height: 100%;
}
.quiz_wrapper{
    padding: 55px 160px 275px;
    background-image: url(../img/quiz_wrapper.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    position: relative;
}
.quiz_wrapper::before{
    position: absolute;
    content: "";
    background-image: url(../img/quiz_arrow.svg);
    background-size: cover;
    width: 24px;
    height: 36px;
    bottom: 205px;
    right: 50%;
    transform: translateX(50%);
}
.quiz_title{
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
    line-height: 55px;
    font-weight: 700;
}
.quiz_text{
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 26px;
    max-width: 605px;
    margin: 0 auto;
}
.quiz{
    margin-bottom: 100px;
}
.quiz_item{
    margin: -155px auto 0;
    display: flex;
    z-index: 2;
    position: relative;
    justify-content: center;
}

.works{
    padding: 65px 0 100px;
    background: #F4F5F4;
}
.works_title{
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #343434;
    margin-bottom: 35px;
    line-height: 54px;
    font-weight: 700;
}
.works_items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.works_item{
    display: flex;
    height: 393.3px;
    width: 419.68px;
    margin-bottom: 20px;
}
.works_item.active{
    display: flex !important;
}
.works_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works_item:nth-child(10),
.works_item:nth-child(11),
.works_item:nth-child(12),
.works_item:nth-child(13),
.works_item:nth-child(14),
.works_item:nth-child(15){
    display: none;
}
.works_btn{
    height: 64px;
    margin: 0 auto;
    width: 243px;
}
.sample{
    margin: 60px 0 100px;
    position: relative;
}
.sample_form{
    position: relative;
}
.sample_img{
    position: absolute;
    right: 40%;
    transform: translateX(50%);
    bottom: 40px;
    display: flex;
    z-index: -1;
    width: 940px;
}
.sample_img img{
    width: 100%;
    height: 100%;
}
.sample_title{
    font-size: 40px;
    text-transform: uppercase;
    color: #343434;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 54px;
}
.sample_text{
    font-size: 20px;
    color: #343434;
    line-height: 28px;
    margin-bottom: 28px;
}
.sample_subtitle{
    font-size: 18px;
    line-height: 24px;
    color: #343434;
    margin-bottom: 15px;
}
.sample_subtitle span{
    font-weight: 700;
}
.sample_inner{
    display: flex;
    align-items: center;
}
.sample_inner-img{
    height: 115.33px;
    width: 98px;
    margin-right: 20px;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
}
.sample_inner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sample_option{
    font-size: 16px;
    color: #343434;
    margin-bottom: 10px;
    line-height: 24px;
    padding-left: 42px;
    position: relative;
}
.sample_option::before{
    position: absolute;
    content: "";
    background-image: url(../img/main_item.svg);
    background-size: cover;
    width: 31px;
    height: 31px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.sample_option:last-child{
    margin-bottom: 0;
}
.sample_form{
    background: #F4F5F4;
    border: 1px solid #6DB14C;
    border-radius: 8px;
    padding: 25px 35px 35px;
}
.sample_form-title{
    font-size: 18px;
    color: #343434;
    margin-bottom: 20px;
    line-height: 24px;
    font-weight: 700;
}
.sample_form-inps{
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}
.sample_form-inp{
    width: 306px;
    background: #FFFFFF;
    border-radius: 68px;
    height: 64px;
    border: none;
    padding-left: 25px;
}
.sample_form-btn{
    height: 64px;
    width: 282px;
    margin: 0 auto;
}
.sample_form-ok{
    font-size: 11px;
    color: #7D7D7D;
    line-height: 12px;
}
.contacts{
    padding: 115px 0;
    position: relative;
}
.contacts_map{
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}
.contacts_map.active{
    display: flex;
}
.contacts_map iframe{
    width: 100%;
    height: 100%;
    display: flex;
}
.contacts_inner{
    background: #6DB14C;
    backdrop-filter: blur(7.5px);
    border-radius: 8px;
    width: 426px;
    padding: 35px 40px;
    z-index: 2;
    position: relative;
}
.contacts_title{
    font-size: 30px;
    color: #FFFFFF;
    margin-bottom: 17px;
    font-weight: 700;
    line-height: 41px;
    text-transform: uppercase;
}
.contacts_adres{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-weight: 700;
}
.contacts_adres::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    left: 5px;
    top: 10px;
}
.footer{
    background: #F4F5F4;
    padding: 45px 0 40px;
}
.footer_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;

}
.footer_text{
    font-size: 13px;
    color: #343434;
    width: 185px;
    line-height: 16px;
}
.footer_logo{
    display: flex;
}
.footer_img{
    display: flex;
}
.footer_adres-title{
    font-size: 13px;
    color: #343434;
    margin-bottom: 5px;
    line-height: 14px;
}
.footer_adres-items{
    display: flex;
}
.footer_adres-item{
    font-size: 13px;
    line-height: 14px;
    color: #343434;
    margin-right: 15px;
    padding-left: 17px;
    position: relative;
    font-weight: 700;
}
.footer_adres-item::before{
    position: absolute;
    content: "";
    width: 11px;
    height: 17.6px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/map.svg);
    background-size: cover;
}
.footer_adres-item:last-child{
    margin-right: 0;
}
.footer_viber{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #7B519D;
    border-radius: 138px;
    width: 155px;
    height: 45px;
    font-size: 13px;
    color: #343434;
    line-height: 15px;
    padding: 0 29px 0 67px;
    position: relative;
    background-color: #fff;
    animation: btnAnim2 1s ease infinite;
}
@keyframes btnAnim2 {
    0% {
        box-shadow: 0 0 0 0 rgb(123 81 157 / 80%);
    }
    
    100% {
        box-shadow: 0 0 0 15px rgb(123 81 157 / 0%);
    }
}
.footer_viber::before{
    position: absolute;
    content: "";
    background-image: url(../img/viber.svg);
    background-size: cover;
    width: 28px;
    height: 28px;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.footer_telegram{
    background: #FFFFFF;
    border: 1px solid #28A8EA;
    border-radius: 138px;
    width: 155px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    color: #343434;
    line-height: 15px;
    padding: 0 25px 0 63px;
    position: relative;
    animation: btnAnim3 1s ease infinite;
}
@keyframes btnAnim3 {
    0% {
        box-shadow: 0 0 0 0 rgb(40 168 234 / 80%);
    }
    
    100% {
        box-shadow: 0 0 0 15px rgb(40 168 234 / 0%);
    }
}
.footer_telegram::before{
    position: absolute;
    content: "";
    background-image: url(../img/telegram.svg);
    background-size: cover;
    width: 28px;
    height: 28px;
    left: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.footer_numbers{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-numbers-title{
    font-size: 13px;
    color: #5A5A5A;
    line-height: 16px;
    position: relative;
}
.footer-numbers-title::before {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translate(50%, -50%);
    background: #6DB14C;
    animation: dots_anim 1s cubic-bezier(1, 0, 0, 1) infinite;
}
.footer_number{
    font-size: 19px;
    letter-spacing: 0.04em;
    color: #343434;
    font-weight: 700;
    line-height: 22px;
    transition: all 0.3s;
}
.footer_number:hover{
    color: #6DB14C;
}

.footer_unp{
    font-size: 12px;
    color: #343434;
    margin-top: 14px;
    line-height: 20px;
}
.footer_mail{
    font-size: 14px;
    color: #343434;
    line-height: 20px;
    margin-top: 10px;
   
}
.footer_mail a:hover{
    color: #6DB14C;
}
.footer_mail a{
    color: #343434;
    text-decoration: underline;  
    transition: all 0.3s;
}
.footer_inner{
    display: flex;
    justify-content: space-between;
}
.footer_link{
    font-size: 12px;
    color: #343434;
    line-height: 20px;
    transition: all 0.3s;
}
.footer_link:hover{
    color: #6DB14C;
}
.popup_body{
    width: 640px;
    background: #FFFFFF;
    box-shadow: 0px 3px 5px #C0C0C0;
    border-radius: 10px;
    padding: 40px 50px 35px;
    position: relative;
    overflow: hidden;
}
.popup_body-title{
    font-size: 30px;
    text-transform: uppercase;
    color: #343434;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 54px;
}
.popup_body-text{
    font-size: 16px;
    color: #343434;
    margin-bottom: 35px;
    width: 360px;
    line-height: 22px;
}
.popup_body-inp{
    width: 282px;
    background: #F4F4F4;
    border-radius: 68px;
    margin-bottom: 10px;
    height: 64px;
    padding-left: 25px;
    border: none;
}
.popup_body-btn{
    width: 282px;
    height: 64px;
    margin-bottom: 16px;
}
.popup_body-ok{
    font-size: 11px;
    color: #7D7D7D;
    line-height: 12px;
    width: 310px;
}
.popup_body-img{
    position: absolute;
    display: flex;
}
.popup_order .popup_body-img{
    bottom: 60px;
    right: 13px;
}
.sample_wrapper{
    display: flex;
    justify-content: space-between;
}
.popup_call .popup_body-img{
    bottom: 25px;
    right: 0;
}
.popup_manager .popup_body-img{
    bottom: 0;
    right: 10px;
}
.popup_consul .popup_body-img{
    bottom: 0;
    right: 10px;
}
.popup_body-area{
    resize: none;
    background: #F4F4F4;
    border-radius: 28px;
    height: 113px;
    padding: 18px 22px;
    border: none;
    width: 282px;
    margin-bottom: 10px;
}
.popup_gate .popup_body-img{
    bottom: 30px;
    right: 13px;
}
.popup_showroom .popup_body-img{
    bottom: 0px;
    right: -20px;
}
.footer_fixed{
    position: fixed;
    width: 100%;
    z-index: 10;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    transition: all 0.3s;
    padding: 25px 0;
}
.footer_fixed.active{
    transform: translateY(0%);
}
.footer_fixed.active .footer_arrow{
    transform: translateX(50%) rotate(0deg) ;
}
.footer_arrow{
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../img/arrow_footer.png);
    background-size: 10px 6px;
    background-position: center;
    background-repeat: no-repeat;
    transform: translateX(50%) rotate(180deg) ;
    top: -40px;
    right: 50%;
    cursor: pointer;
    transition: all 0.3s;
}
.popup_mounting .popup_body-img{
    bottom: 97px;
    right: 0;
}
.popup_mounting .popup_body-btn{
    font-size: 13px;
}
.header_inner{
    display: none;
}
.how_content .how_tab{
    display: none;
}
.quiz_btn{
    display: none;
}
.footer_desc{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.main_thanks{
    padding: 270px 0 140px;
    min-height: 100vh;
}
.main_thanks h1{
    margin-bottom: 65px;
}
.main_thanks .main_inner{
    width: 470px;
}
.main_thanks .main_wrapper::before{
    display: none;
}
.popup_video{
    padding: 0;
    background: none;
    width: 800px;
    height:400px;
}
.popup_video iframe{
    width: 100%;
    height: 100%;
    display: flex;
}

.contacts_tabs{
    display: flex;
    margin-top: 30px;
    border-radius: 6px;
    border: 1px solid #fff;
}
.contacts_tab{
    width: 50%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.contacts_tab.active{
    background-color: #fff;
    color: #6DB14C;
}
#amoforms_iframe_1011970,
#amoforms_iframe_1011952,
#amoforms_iframe_1011946,
#amoforms_iframe_1011940,
#amoforms_iframe_1011937,
#amoforms_iframe_1011931,
#amoforms_iframe_1011925{
    width: 282px !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.main_value-title br{
    display: none;
}

@media(max-width:1350px){
    .container{
        max-width: 1150px;
    }
    .header_viber,
    .header_telegram{
        width: 145px;
        padding-left: 50px;
    }
    .header_viber::before,
    .header_telegram::before{
        left: 10px;
    }
    .header_text {
       display: none;
    }
    .main_inner {
        padding: 32px 20px 32px 60px;
    }
    .main_value-title {
        font-size: 14px;
    }
    .main_value-text {
        font-size: 14px;
        line-height: 16px;
    }
    .main_inner::before{
        top: auto;
        bottom: 0;
    }
    .advantage_items {
        width: 530px;
        padding: 40px 50px 15px 65px;
    }
    .drivers_item {
        width: 365px;
        height: 535px;
    }
    .options_slider {
        width: 1600px;
    }
    .how_content {
        width: 550px;
    }
    .how_left {
        width: 500px;
    }
    .how_tab br{
        display: none;
    }
    .about_left {
        width: 585px;
    }
    .about_info {
        width: 513px;
    }
    .showroom_slider {
        width: 1415px;
    }
    .showroom_slide{
        height: 406px;
    }
    .showroom_img{
        width: 700px;
    }
    .team_item-img{
        height: 304px;
    }
    .mounting_items {
        width: 685px;
    }
    .mounting_item {
        width: 24%;
    }
    .reviews_slider {
        width: 1650px;
    }
    .reviews_slide-img{
        height: 320px;
    }
    .certificates_item{
        height: 225px;
    }
    .video_item {
        width: 530px;
        height: 317px;
    }
    .video_left {
        width: 550px;
    }
    .works_item{
        width: 355px;
        height: 333px;
    }
    .sample_img {
        width: 900px;
    }
    .sample_img img{
        width: 100%;
        height: 100%;
    }
    .sample_form-inp,
    .sample_form-btn{
        width: 255px;
    }
    .footer_text{
        display: none;
    }
}
@media(max-width:1200px){
    .container{
        max-width: 998px;
    }
    .header_img{
        display: none;
    }
    .header_wrapper{
        padding: 20px 0;
    }
    .main_inner{
        flex-wrap: wrap;
        width: 846px;
        padding-bottom: 0;
        align-items: flex-start;
    }
    .main_value{
        width: 45%;
        margin-bottom: 35px;
    }
    .main_inner::before{
        bottom: auto;
        top: -55px;
        left: 35px;
    }
    .scroll{
        right: 5%;
    }
    .popular_item-img{
        height: 300px;
    }
    .colors_left {
        width: 455px;
    }
    .colors_right {
        width: 475px;
    }
    .colors_item{
        margin-right: 10px;
    }
    .colors_img-wrapper{
        height: 345px;
        padding: 48px 46px 15px 51px;
    }
    .colors_inner{
        padding: 30px;
    }
    .color_slider .colors_item:nth-child(5n){
        margin-right: 10px;
    }
    .drivers_item {
        width: 300px;
    }
    .drivers_info {
        width: 340px;
    }
    .drivers_item-img{
        max-height: 300px;
    }
    .drivers_item-img img{
        width: 100%;
        height: 100%;
    }
    .options_slider {
        width: 1330px;
    }
    .how_content {
        width: 470px;
    }
    .how_left {
        width: 450px;
    }
    .how_tab{
        font-size: 14px;
    }
    .cost_inner {
        padding: 40px 20px 40px 30px;
    }
    .about_wrapper{
        flex-direction: column;
    }
    .about_info{
        width: 100%;
        margin-top: 45px;
    }
    .showroom_slider {
        width: 1265px;
    }
    .showroom_slide{
        height: 365px;
    }
    .showroom_item{
        font-size: 14px;
    }
    .showroom_img {
        width: 560px;
    }
    .team_item-img{
        height: 265px;
    }
    .mounting_wrapper{
        flex-direction: column-reverse;
    }
    .mounting_items{
        width: 100%;
        margin-bottom: 145px;
    }
    .mounting_item {
        width: 19%;
    }
    .mounting_inner{
        margin: 0 auto;
    }
    .certificates_item {
        height: 195px;
    }
    .video_wrapper{
        flex-direction: column;
        align-items: center;
    }
    .video_left{
        width: 100%;
        margin-bottom: 25px;
    }
    .works_item {
        width: 305px;
        height: 286px;
    }
    .sample_img {
        width: 760px;
    }
    .sample_form-inp, .sample_form-btn {
        width: 220px;
    }
    .footer_img{
        display: none;
    }
    .main_thanks .main_inner{
        padding: 30px 30px 50px;
    }
    .main_thanks {
        padding: 170px 0 165px;
    }
    .sample_form-btn {
        width: 100%;
    }
}
@media(max-width:991.98px){
    .container{
        max-width: 720px;
    }
    .header_numbers{
        display: none;
    }
    .header_adres{
        display: none;
    }
    .header_img{
        display: flex;
    }
    .header_viber, .header_telegram{
        display: none;
    }
    .main {
        padding: 115px 0 60px;
    }
    .main_inner{
        width: 100%;
    }
    .main_wrapper::before{
        right: -50px;
    }
    .main_items{
        width: 350px;
    }
    .main_text{
        width: 475px;
    }
    .aside{
        bottom: 0;
        width: 100%;
        right: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        border-radius: 8px 8px 0 0;
    }
    .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;
        font-size: 0;
        height: auto;
    }
    .colors_wrapper{
        flex-direction: column;
        align-items: center;
        position: relative;
        padding-bottom: 140px;
    }
    .colors_inner{
        position: absolute;
        bottom: 0;
        width: 475px;
        right: 50%;
        transform: translateX(50%);
    }
    .colors_title{
        text-align: 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: #6DB14C;
    }
    .aside_item-titel{
        display: none;
    }
    .header_inner{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #fff;
        top: 0;
        right: 0;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s;
        padding: 40px 20px;
    }
    .header_inner.active{
        opacity: 1;
        visibility: visible;
    }
    .header_inner .header_logo{
        margin-bottom: 20px;
    }
    .header_inner .header_text{
        display: block;
        text-align: center;
        width: auto;
        margin-bottom: 20px;
    }
    .header_inner .header_adres{
        display: block;
        margin: 45px 0 30px;
        text-align: center;
    }
    .header_inner  .header_viber, .header_inner  .header_telegram{
        display: flex;
        margin-bottom: 30px;
        width: 155px;
        padding-left: 60px;
    }
    .header_viber::before, .header_telegram::before{
        left: 22px;
    }
    .header_inner  .header_numbers{
        display: flex;
    }
    .header_inner-close{
        position: absolute;
        height: 18px;
        top: 25px;
        right: 25px;
        width: 18px;
        background-size: cover;
        background-image: url(../img/close.svg);
    }
    .advantage_items{
        width: 100%;
        margin-bottom: 20px;
        padding: 20px 20px 0;
    }
    .advantage_img{
        position: relative;
        bottom: auto;
        right: auto;
        display: flex;
        width: 80%;
        margin: 0 auto;
    }
    .advantage_img img{
        display: flex;
        width: 100%;
        height: auto;
    }
    .advantage_img-info{
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .advantage_wrapper{
        background: none;
    }
    .advantage_video{
        width: 250px;
        margin: 20px auto 0;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
    .advantage_item{
        width: 50%;
    }
    .advantage_video-title{
        color: #343434;
    }
    .advantage_video-title::before{
        background-image: url(../img/advantage_arrow2.svg);
    }
    .popular_item{
        margin-right: 20px;
        margin-bottom: 0;
    }
    .popular_wrapper  .slick-arrow{
        position: absolute;
        width: 47px;
        height: 47px;
        top: -60px;
        z-index: 1;
        cursor: pointer;
        font-size: 0;
        border: none;
        background: none;
        background-size: cover;
        padding: 0;
    }
    .popular_title{
        margin-bottom: 90px;
    }
    .popular_wrapper .slick-track{
        padding-bottom: 10px;
    }
    .popular_wrapper  .slick-next{
        right: 20px;
        background-image: url(../img/slider_right.svg);
    }
    .popular_wrapper  .slick-prev{
        right:165px;
        background-image: url(../img/slider_left.svg);
    }
    .popular_wrapper .slick-dots{
        position: absolute;
        top: -50px;
        display: flex;
        right: 80px;
    }
    .popular_wrapper .slick-dots .slick-active button{
        background: #6DB14C;
    }
    .popular_wrapper .slick-dots button{
        padding: 0;
        cursor: pointer;
        z-index: 1;
        width: 6px;
        background: #ABABAB;
        height: 6px;
        border-radius: 50%;
        margin: 0 3px;
        font-size: 0;
        border: none;
    }
    .colors_inner::after{
        display: none;
    }
    .drivers_wrapper{
        flex-direction: column;
    }
    .drivers_info{
        width: 75%;
        margin-bottom: 34px;
    }
    .drivers_item{
        width: 420px;
        margin: 0 auto 25px;
    }
    .options_slider{
        width: 100%;
    }
    .options_slider .slick-next {
        right: 20px;
    }
    .options_slider .slick-arrow{
        top: -60px;
    }
    .options_slider .slick-prev{
        right: 100px;
    }
    .options_slide-img {
        height: 205px;
    }
    .options_title{
        margin-bottom: 90px;
    }
    .how_wrapper{
        flex-direction: column;
        position: relative;
        padding-bottom: 120px;
    }
    .how_content.active{
        display: block;
    }
    .how_content{
        display: block;
        width: 100%;
    }
    .how_content img{
        display: none;
    }
    .how_left{
        width: 100%;
    }
    .how_tabs{
        display: none;
    }
    .how_content .how_tab{
        display: flex;
    }
    .how_tab.active::before{
        right: 50%;
        transform: translateX(50%) rotate(90deg);
        bottom: -28px;
        top: auto;
    }
    .how_btn{
        position: absolute;
        bottom: 0;
        right: 50%;
        transform: translateX(50%);
        margin-top: 0;
    }
    .how_btn:hover{
        transform: translateX(50%);
    }
    .cost_inner{
        width: 100%;
    }
    .cost_wrapper{
        padding-top: 400px;
        background: none;
        position: relative;
    }
    .cost_wrapper::before{
        position: absolute;
        content: "";
        background-image: url(../img/cost_wrapper-mobile.jpg);
        background-size: cover;
        background-position: center top;
        height: 400px;
        width: 100%;
        top: 0;
        right: 0;
    }
    .about_left{
        margin: 0 auto;
    }
    .showroom_slider{
        width: 100%;
    }
    .showroom_slide{
        height: 295px;
    }
    .showroom_tab{
        width: 250px;
    }
    .showroom_slider .slick-next{
        right: 15px;
    }
    .showroom_slider .slick-prev{
        right: 80px;
    }
    .showroom_items{
        flex-wrap: wrap;
    }
    .showroom_item{
        width: 48%;
        margin-bottom: 25px;
    }
    .showroom_wrapper{
        flex-direction: column;
    }
    .showroom_img{
        width: 100%;
        height: auto;
        margin-bottom: 36px;
    }
    .showroom_managers{
        width: 100%;
    }
    .team_items   .slick-arrow{
        position: absolute;
        width: 47px;
        height: 47px;
        top: -60px;
        z-index: 1;
        cursor: pointer;
        font-size: 0;
        border: none;
        background: none;
        background-size: cover;
        padding: 0;
    }
    .team_items   .slick-next{
        right: 20px;
        background-image: url(../img/slider_right.svg);
    }
    .team_items   .slick-prev{
        right:95px;
        background-image: url(../img/slider_left.svg);
    }
    .team_item-img{
        height: 386px;
    }
    .team_item{
        margin: 0 10px;
    }
    .mounting_items{
       margin: 0 auto 175px;
        width: 400px;
    }
    .mounting_items   .slick-arrow{
        position: absolute;
        width: 47px;
        height: 47px;
        top: 25%;
        transform: translateY(50%);
        z-index: 1;
        cursor: pointer;
        font-size: 0;
        border: none;
        background: none;
        background-size: cover;
        padding: 0;
    }
    .mounting_items   .slick-next{
        right: -50px;
        background-image: url(../img/slider_right.svg);
    }
    .mounting_items   .slick-prev{
        left: -50px;
        background-image: url(../img/slider_left.svg);
    }
    .mounting_item{
        margin: 0 5px;
    }
    .mounting_text{
        margin-bottom: 300px;
    }
    .mounting_img{
        width: 850px;
        top: 100px;
        right:50%;
        transform: translateX(50%);
    }
    .mounting_img img{
        width: 100%;
        height: 100%;
    }
    .reviews_slider{
        width: 100%;
    }
    .reviews_slide{
        margin: 0;
    }
    .reviews_slide-img{
        height: 420px;
    }
    .reviews_slider .slick-next{
        right: 0;
    }
    .reviews_slider .slick-prev{
        right: 80px;
    }
    .reviews_inner{
        flex-direction: column;
    }
    .reviews_inner-text{
        margin-right: 0;
        margin-bottom: 20px;
    }
        .certificates_items   .slick-arrow{
        position: absolute;
        width: 47px;
        height: 47px;
        top: -60px;
        z-index: 1;
        cursor: pointer;
        font-size: 0;
        border: none;
        background: none;
        background-size: cover;
        padding: 0;
    }
    .certificates_items   .slick-next{
        right: 20px;
        background-image: url(../img/slider_right.svg);
    }
    .certificates_items   .slick-prev{
        right:95px;
        background-image: url(../img/slider_left.svg);
    }
    .certificates_item{
        height: auto;
        display: flex !important;
        justify-content: center;
    }
     .certificates_item img{
        max-width: 100%;
        width: auto;
     }
     .quiz_item{
        display: none;
     }
     .quiz_wrapper {
        padding: 50px 37px;
     }
     .quiz_btn{
        display: flex;
        width: 263px;
        height: 62.57px;
        margin: 80px auto 0;
     }
     .quiz_wrapper::before{
        bottom: 140px;
     }
     .works_items {
        display: block;
     }
     .works_item{
        margin-right: 20px;
        margin-bottom: 0;
        height: auto;
     }
     .works_items   .slick-arrow{
        position: absolute;
        width: 47px;
        height: 47px;
        top: -60px;
        z-index: 1;
        cursor: pointer;
        font-size: 0;
        border: none;
        background: none;
        background-size: cover;
        padding: 0;
    }
    .works_items   .slick-next{
        right: 20px;
        background-image: url(../img/slider_right.svg);
    }
    .works_items   .slick-prev{
        right:95px;
        background-image: url(../img/slider_left.svg);
    }
    .works_item:nth-child(10),
.works_item:nth-child(11),
.works_item:nth-child(12),
.works_item:nth-child(13),
.works_item:nth-child(14),
.works_item:nth-child(15){
    display: block;
}
.works_btn{
    display: none;
}
.sample_form-inps{
    flex-direction: column;
}
.sample_form-inp, .sample_form-btn{
    width: 80%;
    margin: 0 auto 15px;
}
.sample_form-title{
    text-align: center;
}
.sample_inner{
    margin-bottom: 300px;
}
.sample_wrapper{
    flex-direction: column;
}
.contacts_inner{
    width: 100%;
}
.contacts_map{
    position: relative;
    height: 420px;
}
.contacts{
    padding: 0;
}
.footer_wrapper{
    flex-direction: column;
    align-items: center;
}
.footer_img{
    display: flex;
}
.footer_text{
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
}
.footer{
    padding: 45px 0 130px;
}
.footer_logo{
    margin-bottom: 17px;
}
.footer_img{
    margin-bottom: 30px;
}
.footer_adres{
    text-align: center;
    margin-bottom: 25px;
}
.footer_telegram,
.footer_viber{
    margin-bottom: 25px;
}
.footer_numbers{
    margin-bottom: 30px;
}
.footer_desc{
    flex-direction: column-reverse;
    align-items: center;
}
.footer_inner{
    flex-direction: column;
    align-items: center;
}
.footer_link{
    margin-top: 10px;
}
.main_thanks .main_inner{
    background: none;
    width: 100%;
    box-shadow: none;
    backdrop-filter: none;
    justify-content: center;
    padding: 0;
}
.main_thanks .main_inner::before{
    display: none;
}
    .how_arrows{
        display: none;
    }
    .how_content{
        height: auto;
    }
}
@media (max-width: 767.98px) {
    .container {
		max-width: 100%;
    }
    .header_wrapper .header_logo{
        width: 163px;
    }
    .header_wrapper .header_logo img{
        width: 100%;
        height: 100%;
    }
    .header_wrapper .header_img{
        width: 93px;
    }
    .header_wrapper .header_img img{
        width: 100%;
        height: 100%;
    }
    .main{
        padding: 150px 0 0;
        background-image: url(../img/main_bg-mobile.jpg);
        background-size: auto 802px;
        background-position: 63% 5% ;
        background-repeat: no-repeat;
    }
    .showroom_page{
        margin-top: 150px;
    }
    .main h1{
        font-size: 32px;
        line-height: 43px;
        margin-bottom: 10px;
    }
    .main_text{
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 375px;
        width: 290px;
      
    }
    .aside_item{
        padding-top: 10px;
        line-height: 8px;
    }
    .aside{
        padding: 10px;
        align-items: center;
    }
    .menu_burger{
        margin-bottom: 6px;
    }
    .main_wrapper::before{
        height: 133.01px;
        width: 135.55px;
        right: 45px;
        top: 340px;
    }
    .main_items{
        width: 250px;
    }
    .main_item{
        padding-left: 45px;
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 15px;
    }
    .main_item::before{
        width: 38px;
        height: 38px;
    }
    .main_inner{
        flex-direction: column;
        padding: 60px 20px 44px;
    }
    .main_btn{
        width: 245px;
        height: 61.25px;
        margin: 0 auto 38px;
    }
    .main_value{
        width: 100%;
        margin-bottom: 25px;
    }
    .main_value-title {
        font-size: 16px;
    }
    .main_value:last-child{
        margin-bottom: 0;
    }
    .main_inner::before{
        height: 151px;
        top: -34px;
        right: 50%;
        transform: translateX(50%);
        left: auto;
        width: 194px;
    }
    .advantage_title{
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 32px;
    }
    .advantage_item{
        width: 100%;
        margin-bottom: 14px;
    }
    .advantage_items{
        padding: 38px 35px 40px;
        background: #74BA52;
    }
    .advantage_img{
        width: 100%;
    }
    .advantage{
        margin-bottom: 60px;
        margin-top: 0;
    }
    .popular_title{
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 80px;
    }
    .popular{
        padding: 40px 0 70px;
    }
    .popular_item{
        margin-right: 0;
    }
    .popular_wrapper .slick-next{
        right: 0;
    }

    .popular_wrapper .slick-arrow{
        width: 35px;
        height: 35px;
    }
    .popular_wrapper .slick-dots {
        top: -58px;
        right: 45px;
    }
    .popular_wrapper .slick-prev {
        right: 125px;
    }
    .popular_item-img{
        height: 290px;
    }
    .popular_item-title{
        line-height: 22px;
        font-size: 18px;
    }
    .popular_item-title br{
        display: none;
    }
    .colors{
        padding: 45px 0 50px;
    }
    .colors_title{
        font-size: 26px;
        line-height: 36px;
        width: 230px;
        margin-bottom: 280px;
        z-index: 3;
        position: relative;
        text-align: left;
    }
    .colors_left{
        width: 290px;
    }
    .colors_img-wrapper{
        width: 300px;
        height: 219px;
   
        padding: 32px 31px 2px 33px;

        margin-bottom: 40px;
        right: 50%;
        z-index: 2;
        transform: translateX(50%);
        position: relative;
    }
    .colors_img-wrapper::after{
        content: "";
        position: absolute;
        background-size: cover;
        background-image: url(../img/colors_img-wrapper.jpg);
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }
    .colors_img-wrapper::before{
        content: "";
        position: absolute;
        width: 100vw;
        height: 120%;
        top: -20%;
        right: 0;
        background-color: #fff;
        right: 50%;
        transform: translateX(50%);
    }
    .colors_img{
        z-index: 1;
        position: relative;
    }
    .colors_right{
        width: 100%;
    }
    .colors_tabs{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .colors_tab{
        width: 30%;
        margin-right: 5%;
        margin-bottom: 10px;
        padding: 5px;
    }
    .colors_tab svg{
        width: 55px;
        margin-bottom: 0;
    }
    .colors_tab:nth-child(3n){
        margin-right: 0;
    }
    .colors_item{
        width: 32%;
        margin-right: 2%; 
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .colors_item:nth-child(5n){
        margin-right: 2%; 
    }
    .colors_item:nth-child(3n){
        margin-right: 0;
    }
    .colors_inner{
        width: 100%;
        padding: 65px 22px 28px;
    }
    .colors_btn{
        width: 100%;
    }
    .colors_wrapper{
        padding-bottom: 205px;
    }
    .colors_items{
        padding-bottom: 0;
    }
    .color_slider .colors_item{
        width: 106px;
        margin-right: 10px;
        display: flex !important;
    }
    .drivers_info{
        width: 100%;
    }
    .drivers_title{
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .drivers_text{
        line-height: 22px;
        font-size: 16px;
    }
    .drivers_item{
        width: 100%;
        height: 350px;
        padding: 20px 15px;
    }
    .drivers_item-img{
        height: 175px;
    }
    .drivers_item-title{
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .drivers{
        margin-bottom: 60px;
    }
    .options_title{
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 25px;
    }
     .options_title br{
        display: none;
     }
     .options_slider .slick-arrow{
        width: 35px;
        height: 35px;
        top: auto;
        bottom: -60px;
     }
     .options_slider .slick-prev{
        right: calc(50% + 40px);
        transform: translateX(50%)
     }
     .options_slider .slick-next{
        right: calc(50% - 40px);
        transform: translateX(50%)
     }
     .options_slider{
        margin-bottom: 65px;
     }
     .options_slide{
        margin-right: 0;
        padding: 20px 18px;
     }
     .options{
        padding: 50px 0 60px;
     }
     .how{
        margin: 40px 0 65px;
     }
     .how_title{
         font-size: 26px;
         line-height: 36px;
         margin-bottom: 15px;
     }
     .how_text{
        font-size: 18px;margin-bottom: 15px;
     }
     .how_tab{
        padding: 10px;
        height: auto;
        line-height: 19px;
        font-size: 15px;
        min-height: 60px;
     }
     .how_tab span{
        margin-right: 10px;
        margin-top: 6px;
        align-self: flex-start;
     }
     .cost .container{
        padding: 0;
     }
     .cost_wrapper{
        border-radius: 8px;
        overflow: hidden;
        padding-top: 240px;
     }
     .cost_wrapper::before{
        height: 240px;
     }
     .cost_inner{
        padding: 40px 15px 75px;
        background: rgba(116, 186, 82, 0.95);
     }
     .cost_title{
         font-size: 24px;
         line-height: 34px;
         margin-bottom: 13px;
         text-align: center;
     }
     .cost_subtitle{
         font-size: 18px;
         line-height: 22px;
         margin-bottom: 40px;
         text-align: center;
     }
     .cost_text{
         font-size: 16px;
         line-height: 20px;
         text-align: center;
         margin: 0 auto 20px;
     }
     .cost_btn{
        margin: 0 auto 55px;
     }
     .cost_help{
        margin: 0 auto;
        display: block;
        text-align: center;
     }
     .cost_inner::before{
        top: -50px;
     }
     .cost_inner::after{
        right: -100px;
     }
     .cost{
        margin-bottom: 60px;
     }
     .about_left{
        width: 100%;
     }
     .about_img{
        height: 185px;
     }
     .about_logo{
         width: 196px;
         height: 62px;
         bottom: -30px;
         right: 50%;
         transform: translateX(50%);
         left: auto;
         background-image: url(../img/about_logo2.png);
     }
     .about_title{
         font-size: 26px;
         line-height: 36px;
         margin-bottom: 15px;
     }
     .about_text{
        line-height: 22px;
        text-align: justify;
     }
     .about{
        margin-bottom: 50px;
     }
     .showroom_title{
         font-size: 26px;
         line-height: 36px;
         margin-bottom: 26px;
         text-align: left;
     }
     .showroom_body{
        margin-bottom: 30px;
     }
     .showroom_tabs{
        margin-bottom: 25px;
     }
     .showroom_tab{
        width: 50%;
        line-height: 17px;
        font-size: 14px;
        padding: 10px 35px;
     }
     .showroom_slider{
        margin-bottom: 85px;
     }
     .showroom_slider .slick-arrow{
        width: 35px;
        height: 35px;
        top: auto;
        bottom: -60px;
     }
     .showroom_slider .slick-prev{
        right: calc(50% + 40px);
        transform: translateX(50%)
     }
     .showroom_slider .slick-next{
        right: calc(50% - 40px);
        transform: translateX(50%)
     }
     .showroom_slide{
        height: 270px;
     }
     .about_title br{
        display: none;
     }
     .showroom_inner{
        margin: 30px 0;
     }
     .showroom_inner-title{
         font-size: 18px;
         line-height: 24px;
         width: 220px;
         margin-bottom: 20px;
     }
     .showroom_item{
        width: 100%;
        padding-top: 0;
        padding-left: 53px;
        margin-bottom: 18px;
     }
     .showroom_item::before{
        width: 37px;
        height: 37px;
        top: 50%;
        transform: translateY(-50%);
     }
     .showroom_img{
        width: 100vw;
        margin-left: -15px;
     }
     .showroom_managers{
        padding: 35px 18px 48px;
     }
     .showroom_managers-items{
        flex-direction: column;
     }
     .showroom_manager{
        width: 100%;
        margin-bottom: 20px;
     }
     .showroom_managers-items{
        margin-bottom: 10px;
     }
     .showroom_managers-text{
         line-height: 19px;
        font-size: 15px;
     }
     .showroom_managers-btn{
        max-width: 100%;
        font-size: 14px;
     }
     .showroom{
        margin-bottom: 50px;
     }
     .team_items{
        margin-bottom: 95px;
     }
     .team_title{
         font-size: 26px;
         line-height: 54px;
         margin-bottom:25px;
         text-align: center;
     }
     .team_items .slick-arrow{
        width: 35px;
        height: 35px;
        top: auto;
        bottom: -60px;
     }
     .team_items .slick-prev{
        right: calc(50% + 40px);
        transform: translateX(50%)
     }
     .team_items .slick-next{
        right: calc(50% - 40px);
        transform: translateX(50%)
     }
     .team_item{
        margin: 0;
        text-align: center;
     }
     .team_item-img{
        height: auto;
     }
     .team{
        margin-bottom: 50px;
     }
     .mounting{
        padding: 0 0 45px;
     }
     .mounting_title{
         font-size: 26px;
         line-height: 36px;
         margin-bottom: 10px;
     }
     .mounting_text{
         font-size: 18px;
         line-height: 24px;
         
     }
     .mounting_items{
        width: 215px;
     }
     .mounting_item-img{
        height: auto;
     }
     .mounting_img{
        width: 745px;
        top: 115px;
     }
     .mounting_item{
        margin: 0;
        text-align: center;
     }
     .mounting_items .slick-arrow{
        width: 35px;
        height: 35px;
     }
     .mounting_inner{
        width: 100%;
        padding: 85px 15px 55px;
     }
     .mounting_inner::before{
         height: 200.39px;
         top: -135px;
         left: auto;
         right: 50%;
         transform: translateX(50%);
        width: 292.6px;
     }
     .mounting_inner-text{
         font-size: 15px;
         line-height: 19px;
         margin-bottom: 20px;
     }
     .mounting_inner-btn{
         height: 64px;
        width: 261px;
        font-size: 14px;
        padding: 0px 50px;
     }
     .reviews_title{
         font-size: 26px;
         line-height: 54px;
         margin-bottom: 15px;
     }
.reviews_slider{
    margin-bottom: 95px;
}
     .reviews_slider .slick-arrow{
        width: 35px;
        height: 35px;
        top: auto;
        bottom: -60px;
     }
     .reviews_slider .slick-prev{
        right: calc(50% + 40px);
        transform: translateX(50%)
     }
     .reviews_slider .slick-next{
        right: calc(50% - 40px);
        transform: translateX(50%)
     }
        .reviews_slide{
            padding: 25px 18px 22px;
        }
        .reviews_slide-text{
            font-size: 15px;
            line-height: 20px;
            margin-bottom: 20px;
        }
        .reviews_slide-img{
            height: 190px;
        }
        .reviews_inner-text{
            text-align: center;
        }
        .reviews{
            margin-bottom: 55px;
        }
        .certificates{
            margin-bottom: 45px;
        }    
        .certificates_items{
            margin-bottom: 95px;
        }
        .certificates_title{
            font-size: 26px;
            line-height: 36px;
            margin-bottom: 25px;
        }
        .certificates_items .slick-arrow{
            width: 35px;
            height: 35px;
            top: auto;
            bottom: -60px;
         }
         .certificates_items .slick-prev{
            right: calc(50% + 40px);
            transform: translateX(50%)
         }
         .certificates_items .slick-next{
            right: calc(50% - 40px);
            transform: translateX(50%)
         }
        .video_title{
            font-size: 26px;
            line-height: 36px;
            margin-bottom: 18px;
        }
        .video_text{
            font-size: 15px;
            line-height: 22px;
            margin-bottom: 20px;
        }
        .video_item{
            width: 100%;
            height: auto;
            position: relative;
            padding-bottom: 58%;
        }
        .video_item iframe{
            position: absolute;
            top: 0;
            right: 0;
        }
        .video{
            margin-bottom: 70px;    
        }
        .quiz{
            margin-bottom: 0;
        }
        .quiz .container{
            padding: 0;
        }
        .quiz_wrapper{
            border-radius: 0;
            padding: 90px 15px 70px;
        }
        .quiz_title{
            font-size: 24px;
            line-height: 32px;
            width: 290px;
            margin: 0 auto 20px;
        }
        .quiz_text{
            font-size: 16px;
            line-height: 22px;
            width: 290px;
            margin: 0 auto;
        }
        .quiz_wrapper::before {
            bottom: 155px;
        }
        .works{
            padding: 40px 0 65px;
        }
        .works_title{
            font-size: 26px;
            line-height: 54px;
            margin-bottom: 25px;
        }
        .works_items .slick-arrow{
            width: 35px;
            height: 35px;
            top: auto;
            bottom: -60px;
         }
         .works_items .slick-prev{
            right: calc(50% + 40px);
            transform: translateX(50%)
         }
         .works_items .slick-next{
            right: calc(50% - 40px);
            transform: translateX(50%)
         }
        .works_item{
            margin-right: 0;
        }
        .works_items{
            margin-bottom: 65px;
        }
        .sample{
            margin: 40px 0 50px;
        }
        .sample_title{
            font-size: 25px;
            line-height: 35px;
            margin-bottom: 18px;
            width: 290px;
        }
        .sample_text{
            font-size: 18px;
            line-height: 22px;
            margin-bottom: 18px;
            width: 290px;
        }
        .sample_inner{
            margin-bottom: 291px;
            flex-direction: column;
            width: 290px;
        }
        .sample_inner-img{
            margin-right: 0;
            margin-bottom: 20px;
        }
        .sample_inner-img {
            height: 150px;
            width: 127px;
        }
        .sample_img{
            width: 608.07px;
        }
        .sample_img {
            right: 35%;
            bottom: 100px;
            transform: translateX(50%);
        }
        .sample_form{
            padding: 30px 15px;
        }
        .sample_form-inp, .sample_form-btn{
            width: 100%;
            margin-bottom: 10px;
        }
        .contacts_inner{
            padding: 30px 15px;
        }
        .contacts_adres{
            line-height: 20px;
            font-size: 16px;
        }
        .contacts_title{
            font-size: 26px;
            line-height: 36px;
        }
        .contacts_map{
            height: 310px;
        }
        .popup_body{
            padding: 45px 15px 217px;
        }
        .popup_body-title{
            text-align: center;
            font-size: 22px;
            line-height: 26px;
            margin-bottom: 15px;
        }
        .popup_body-text{
            width: 100%;
            font-size: 15px;
            line-height: 19px;
            margin-bottom: 25px;
            text-align: center;
        }
        .popup_body-area{
            width: 100%;
        }
        .popup_body-btn,
        .popup_body-inp{
            width: 100%;
            height: 60px;
        }
        .popup_body-ok{
            text-align: center;
            width: 100%;
            font-size: 11px;
            line-height: 12px;
        }
        .popup_call .popup_body-img{
            bottom: 0;
            width: 190px;
        }
        .popup_body-img img{
            width: 100%;
            height: 100%;
        }
        .popup_gate .popup_body-img,
        .popup_order .popup_body-img{
            width: 215px;
            right: 50%;
            transform: translateX(50%);
            bottom: 5px;
        }
        .main_value-text{
            width: 225px;
        }
        .main_value-text br{
            display: none;
        }
        .popup_showroom .popup_body-img{
            width: 150px;
            right: 50%;
            transform: translateX(50%);
        }
        .popup_manager .popup_body-img{
            width: 155px;
            right: 50%;
            transform: translateX(50%);
        }
        .popup_consul .popup_body-img{
            width: 155px;
            right: 50%;
            transform: translateX(50%);
        }
        .popup_mounting .popup_body-img{
            width: 234px;
            bottom: 10px;
        }
        .main{
            padding: 120px 0 50px;
        }
        .showroom_page{
            margin-top: 120px;
        }
        .main_thanks h1 br{
            display: none;
        }
        .main_thanks h1{
            margin-bottom: 25px;
            line-height: 42px;
            font-size: 30px;
        }
        .main_thanks .main_items {
            margin-bottom: 275px;
        }
        .popular_item-btn{
            margin: 0 auto;
            animation: none;
        }
        .popup_video{
            height: 225px;
        }
        .contacts_tab{
            font-size: 16pxs;
        }
        .thanks_page{
            height: auto;
        }
        .footer_fixed{
            transform: translate(0);
            position: relative;
        }
        .footer_arrow{
            display: none;
        }
        .footer_fixed{
            padding-top: 64px;
        }
        #amoforms_iframe_1011970,
        #amoforms_iframe_1011952,
        #amoforms_iframe_1011946,
        #amoforms_iframe_1011940,
        #amoforms_iframe_1011937,
        #amoforms_iframe_1011931,
        #amoforms_iframe_1011925{
            width: 100% !important;
        }
        .main_item br{
            display: block;
        }
        .main_value-title br{
            display: block;
        }
        .drivers_item-text{
            width: 260px;
        }
        .scroll{
            bottom: 100px;
        }
        .popular_wrapper  .slick-arrow{
            width: 35px;
            height: 35px;
            top: auto;
            bottom: -35px;
         }
         .popular_wrapper  .slick-prev{
            right: calc(50% + 60px);
            transform: translateX(50%)
         }
         .popular_wrapper  .slick-next{
            right: calc(50% - 60px);
            transform: translateX(50%)
         }
         .popular_wrapper .slick-dots{
            top: auto;
            bottom: -23px;
            right: calc(50%);
            transform: translateX(50%)
         }
         .popular_title{
            margin-bottom: 25px;
         }
         .popular_wrapper{
            margin-bottom: 10px;
         }
}
