/*! 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: 'Muller';
    src: url('../fonts/MullerRegular.woff2') format('woff2'),
         url('../fonts/MullerRegular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Muller';
    src: url('../fonts/MullerMedium.woff2') format('woff2'),
         url('../fonts/MullerMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Muller';
    src: url('../fonts/MullerBold.woff2') format('woff2'),
         url('../fonts/MullerBold.woff') 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{
    font-family: 'Muller';
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 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{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}
.header_logo{
    display: flex;
    align-items: center;
}
.header_logo-img{
    display: flex;
    margin-right: 23px;
}
.header_logo-text{
    font-size: 12px;
    color: #BABABA;
    width: 175px;
    line-height: 14px;
}
.header_img{
    display: flex;
}
.header_adres{
    width: 135px;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 16px;
    position: relative;
    padding-left: 39px;
}
.header_adres::before{
    position: absolute;
    content: "";
    background-image: url(../img/adres_icon.svg);
    background-size: cover;
    width: 31px;
    height: 31px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header_adres span{
    color: #08A826;
    font-weight: 700;
}
.header_whats{
    display: flex;
    align-items: center;
}
.header_whats-btn{
    background: #08A826;
    border-radius: 8px;
    width: 207px;
    height: 40px;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    position: relative;
    margin-right: 8px;
}
.header_whats-btn::before{
    position: absolute;
    content: "";
    background-image: url(../img/whats.svg);
    background-size: cover;
    width: 25px;
    height: 24px;
    left: 14px;
    top: 7px;
}
.header_whats-text{
    font-weight: 500;
    font-size: 12px;
    color: #DADADA;
    line-height: 14px;
    width: 105px;
    position: relative;
    margin-left: 20px;
}
.header_whats-text::before {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -20px;
    top: 45%;
    transform: translate(50%, -50%);
    background-color: #00AC34;
    animation: dots_anim 1s cubic-bezier(1, 0, 0, 1) infinite;
}
.header_links{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.header_time{
    font-weight: 500;
    font-size: 13px;
    color: #DADADA;
    line-height: 16px;
    position: relative;
}
.header_time::before{
    height: 9px;
    width: 9px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -20px;
    top: 45%;
    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_number{
    font-weight: 700;
    font-size: 19px;
    color: #FFFFFF;
    line-height: 30px;
    transition: all 0.3s;
}
.header_number:hover{
    color: #08A826;
}
    
.header_order{
    font-weight: 500;
    font-size: 13px;
    text-decoration-line: underline;
    color: #FFFFFF;
    line-height: 24px;
    transition: all 0.3s;
}
.header_order:hover{
    color: #08A826;
}







.main{
    background-image: url(../img/main_bg.jpg);
    background-size: cover;
    background-position: center;
    padding: 175px 0 85px;
}
.main h1{
    font-weight: 700;
    font-size: 71px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 78px;
    margin-bottom: 45px;
}
.main h1 span{
    margin-top: 7px;
    display: block;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 20px;
}
.main_options{
    margin-bottom: 25px;
}
.main_option{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 38px;
    width: 540px;
    text-align: right;
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
}
.main_option::before{
    position: relative;
    content: "";
    display: block;
    width: 50%;
    background-color: #08A826;
    height: 2px;
    margin-right: 12px;
}
.main_option span{
    font-weight: 700;
    margin-left: 4px;
}
.main_items{
    max-width: 1050px;
    background: rgba(34, 34, 34, 0.8);
    border-radius: 8px;
    padding: 35px 25px 25px 35px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 37px;
}
.main_item-title{
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #00961C;
    margin-bottom: 10px;
    line-height: 22px;
}
.main_item-text{
    font-size: 16px;
    color: #C6C6C6;
    line-height: 18px;
}
.jbForm input[type="submit"],
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #08A826;
    box-shadow: 0px 3px 0px #006012;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 24px;
    animation: btnAnim 1s ease infinite;
}
.main_btn{
    height: 72px;
    width: 320px;
}

.advantages{
    margin: 90px 0;
}
.advantages_title{
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #2C2C2C;
    margin-bottom: 50px;
    line-height: 50px;
}
.advantages_items{
    display: flex;
    justify-content: space-between;
}
.advantages_item{
    width: 20%;
    padding-left: 26px;
    border-left: 3px solid #CBCBCB;
}
.advantages_item-title{
    font-size: 60px;
    color: #08A826;
    margin-bottom: 14px;
    line-height: 60px;
}
.advantages_item-text{
    font-size: 16px;
    color: #2C2C2C;
    line-height: 20px;
}

.popular{
    padding: 75px 0 90px;
    background: #323F4F;
}
.popular_title{
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 36px;
    line-height: 56px;
}
.popular_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -60px;
}
.popular_item{
    margin-bottom: 60px;
    width: 32%;
}
.popular_item-img{
    height: 400px;
    display: flex;
    margin-bottom: 18px;
    border-radius: 8px;
    overflow: hidden;
}
.popular_item-img img{
    width: 100%;
    height: 100%;
}
.popular_item-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 14px;
}
.popular_item-title span{
    font-weight: 400;
    color: #08A826;
}
.popular_item-size{
    font-size: 12px;
    color: #B9B9B9;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 36px;
    position: relative;
}
.popular_item-size::before{
    position: absolute;
    content: "";
    width: 23px;
    height: 18px;
    background-image: url(../img/size_icon.svg);
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.popular_item-text{
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 15px;
    line-height: 20px;
}
.popular_item-btn{
    width: 100%;
    font-size: 12px;
    height: 51px;
}
.color_slider .colors_item:nth-child(5n){
    margin-right: 23px;
}
.colors{
    padding: 100px 0 120px;
}
.colors_title{
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #2C2C2C;    
    margin-bottom: 40px;
}
.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: 68px 66px 46px 73px;
    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: #323F4F;
    border-radius: 8px;
    padding: 50px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}
.colors_inner::before{
    position: absolute;
    content: "";
    background-image: url(../img/colors_inner.png);
    background-size: cover;
    width: 272.59px;
    height: 123.22px;
    left: 34px;
    top: 20px;
}
.colors_btn{
    font-size: 13px;
    width: 246px;
    height: 58px;
}
.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 .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: 90px;
}
.drivers_title{
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #2C2C2C;
    margin-bottom: 40px;
    line-height: 40px;
}
.drivers_wrapper{
    display: flex;
    justify-content: space-between;
}
.drivers_item{
    width: 49%;
    display: flex;
    align-items: flex-end;
}
.drivers_item-img{
    height: 282px;
    display: flex;
    width: 345px;
    border-radius: 8px;
    overflow: hidden;
    z-index: 1;
}
.drivers_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.drivers_item-info{
    width: 305px;
    background: #323F4F;
    border-radius: 0 8px 8px 0;
    margin-left: -10px;
    padding: 35px 25px 35px 35px;
}
.drivers_item-title{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 14px;
    line-height: 20px;
}
.drivers_item-text{
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 20px;
    line-height: 18px;
}
.drivers_item-price{
    font-size: 18px;
    color: #08A826;
}
.drivers_item-subtitle{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
}
.drivers_item-option{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;
    padding-left: 23px;
    position: relative;
}
.drivers_item-option::before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background-image: url(../img/check.svg);
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.options{
    padding: 75px 0 75px;
    background: #323F4F;
}
.options_title{
    font-weight: 500;
    font-size: 40px;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.options_slider .slick-track{
    display: flex;
}
.options_slide{
    margin: 0 10px;
    height: initial;
}
.options_slide-img{
    height: 290px;
    width: 100%;
    position: relative;
}
.options_slide-img::before{
    position: absolute;
    content: "";
    background-color:  #08A826;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.options_slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
    transform: translateY(-2px);
}
.options_slide-info{
margin-top: 30px;  
}
.options_slide-title{
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 9px;
    color: #FFFFFF;    
}
.options_slide-text{
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;    
}
.options_slider .slick-arrow{
    position: absolute;
    top: 145px;
    font-size: 0;
    cursor: pointer;
    z-index: 1;
    border: none;
    background: none;
    background-size: cover;
    width: 20px;
    height: 15px;
}
.options_slider .slick-next{
    background-image: url(../img/arrow_right.svg);
    right: -71px;
}
.options_slider .slick-prev{
    background-image: url(../img/arrow_left.svg);
    left: -71px;
}
.how{
    margin: 65px 0 85px;
}
.how_title{
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #2C2C2C;
    line-height: 54px;
}
.how_subtitle{
    font-size: 20px;
    text-align: center;
    color: #2C2C2C;
    line-height: 54px;
    margin-bottom: 50px;
}
.how_steps{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.how_step{
    background: #ECECEC;
    border-radius: 8px;
    margin-bottom: 64px;
    width: 30%;
    padding: 55px 35px 35px;
    position: relative;
}
.how_step::before{
    position: absolute;
    content: "";
    background-color:  #08A826;
    width: 210px;
    height:2px;
    top: 0;
    right: 50%;
    transform: translateX(50%);
}
.how_step-number{
    position: absolute;
    color: #08A826;
    font-size: 58px;
    left: 35px;
    top: -30px;
}
.how_step-text{
    text-align: center;
    color: #2C2C2C;
    line-height: 22px;
}
.how_step-text a{
    color: #2C2C2C;
    font-weight: 700;
    display: inline-block;
}
.how_step-text span{
    font-weight: 700;
}
.how_btn{
    height: 60px;
    margin: 0 auto;
    width: 260px;
}
.cost{
    padding: 95px 0 100px;
    background-image: url(../img/cost.jpg);
    background-size: cover;
    background-position: center;
}
.cost_title{
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
    max-width: 625px;
    line-height: 55px;
}
.cost_subtitle{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 70px;
    line-height: 26px;
}
.cost_text{
    font-size: 16px;
    color: #CDCDCD;
    margin-bottom: 30px;
    line-height: 20px;
}
.cost_inner{
    display: flex;
}
.cost_btn{
    width: 282px;
    height: 68px;
    margin-right: 42px;
}
.cost_help{
    width: 345px;
    background: #323F4F;
    border-radius: 8px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-decoration-line: underline;
    color: #FFFFFF;
    position: relative;
    line-height: 26px;
    padding-left: 114px;
    transition: all 0.3s;
}
.cost_help:hover{
    color: #08A826;
}
.cost_help::before{
    position: absolute;
    content: "";
    background-image: url(../img/cost_help.png);
    background-size: cover;
    height: 152px;
    width: 112px;
    left: 12px;
    bottom: 0;
}
.about{
    margin: 100px 0 85px;
}
.about_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.about_img{
    width: 716px;
    height: 470px;
    display: flex;
}
.about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_info{
    width: 505px;
}
.about_title{
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    color: #2C2C2C;
    margin-bottom: 35px;
    line-height: 55px;
}
.about_text{
    font-size: 16px;
    color: #2C2C2C;
    line-height: 24px;
    width: 410px;
}
.shworoom{
    margin: 85px 0 50px;
}
.shworoom_title{
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #2C2C2C;
    margin-bottom: 30px;
    line-height: 55px;
}
.shworoom_slide{
    width: 550px;
    height: 372px;
}
.shworoom_slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.shworoom_slider .slick-list{
    padding: 0 20vw;
}
.shworoom_slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background: none;
    background-size: cover;
    width: 39px;
    height: 39px;
    padding: 0;
    border-radius: 50%;
    border: none;
    z-index: 1;
    cursor: pointer;
}
.shworoom_slider .slick-next{
    right: calc(50% - 550px);
    background-image: url(../img/shworoom_right.png);
}
.shworoom_slider .slick-prev{
    right: calc(50% + 550px);
    background-image: url(../img/shworoom_left.png);
}
.shworoom_wrapper{
    margin: 65px 0 20px;
    display: flex;
    justify-content: space-between;
}

.shworoom_info{
    position: relative;
    width: 840px;
}
.shworoom_info-title{
    font-weight: 500;
    font-size: 22px;
    color: #2C2C2C;
    margin-bottom: 25px;
    line-height: 35px;
}
.shworoom_info-items{
    padding-left: 20px;
}
.shworoom_info-item{
    padding-left: 24px;
    border-left: 3px solid #08A826;
    margin-bottom: 35px;
    width: 255px;
}
.shworoom_info-item:last-child{
    margin-bottom: 0;
}
.shworoom_info-img{
    position: absolute;
    top: 45px;
    right: 0;
}

.shworoom_inner{
    width: 400px;
    background: #323F4F;
    border-radius: 8px;
    padding: 37px 50px 50px;
}
.shworoom_inner-items{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.shworoom_inner-item{
    width: 40%;
}
.shworoom_inner-img{
    display: flex;
    justify-content: center;
    margin-bottom: 18px;
}
.shworoom_inner-title{
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
    margin-bottom: 5px;
    text-align: center;
}
.shworoom_inner-text{
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
}
.shworoom_text{
    line-height: 20px;
    margin-bottom: 23px;
    text-align: center;
    color: #FFFFFF;
}
.shworoom_inner-btn{
    height: 63px;
    width: 267px;
    margin: 0 auto;
}
.team{
    margin-bottom: 65px;
}
.team_title{
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #2C2C2C;
    margin-bottom: 36px;
    line-height: 54px;
}
.team_items{
    display: flex;
    justify-content: space-between;
}
.team_item{
    width: 24%;
}
.team_item-img{
    height: 363px;
    display: flex;
    margin-bottom: 26px;
    width: 100%;
}
.team_item-img img{
    width: 100%;
    height: 100%;
}
.team_item-title{
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #2C2C2C;
    margin-bottom: 12px;
    line-height: 16px;
}
.team_item-text{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #2C2C2C;
    text-transform: uppercase;
}
.mounting{
    padding: 90px 0 90px;
}
.mounting_title{
    font-weight: 500;
    text-transform: uppercase;
    color: #2C2C2C;
    font-size: 40px;
}
.mounting_text{
    font-size: 20px;
    color: #2C2C2C;
    margin-bottom: 70px;
    line-height: 54px;
}
.mounting_inner{
    width: 420px;
    background: #323F4F;
    border-radius: 8px;
    margin-bottom: 35px;
    padding: 115px 30px 30px;
    position: relative;
}
.mounting_inner::before{
    position: absolute;
    content: "";
    background-image: url(../img/mounting_inner-bef.png);
    background-size: cover;
    height: 217px;
    top: -101px;
    left: 60px;
    width: 290px;
}
.mounting_inner::after{
    position: absolute;
    content: "";
    background-image: url(../img/mounting_inner-aft.png);
    background-size: cover;
    width: 95px;
    height: 85px;
    right: 0;
    bottom: 34px;
}
.mounting_inner-text{
    color: #FFFFFF;
    margin-bottom: 18px;
    line-height: 22px;
}
.mounting_inner-btn{
    width: 289px;
    height: 62px;
    font-size: 13px;
}
.mounting_wrapper-title{
    color: #2C2C2C;
    margin-bottom: 12px;
    line-height: 26px;
}
.mounting_items{
    display: flex;
    justify-content: space-between;
    width: 860px;
}
.mounting_item{
    width: 20%;
}
.mounting_item-img{
    width: 100%;
    height: 211px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
}
.mounting_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mounting_item-title{
    font-weight: 500;
    color: #2C2C2C;
    margin-bottom: 11px;
    font-size: 16px;
}
.mounting_item-text{
    font-size: 14px;
    color: #2C2C2C;
    line-height: 14px;
}
.mounting{
    position: relative;
}
.mounting_img{
    position: absolute;
    display: flex;
    z-index: -1;
    top: 0;
    right: 5%;
}
.reviews{
    margin-bottom: 100px;
}
.reviews_slider{
    padding-bottom: 40px;
}
.reviews_slide{
    display: flex !important;
    background: #ECECEC;
    border-radius: 8px;
    overflow: hidden;
    align-items: center;
}
.reviews_slide-info{
    width: 505px;
    padding: 65px 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews_slide-img{
    width: calc(100% - 505px);
    height: 531px;
    display: flex;
    border-radius: 8px;
    overflow: hidden;
}
.reviews_slide-img img{
    width: 100%;
    height: 100%;
}
.reviews_slide-title{
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    color: #2C2C2C;
    margin-bottom: 32px;
    line-height: 54px;
}
.reviews_slide-top{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.reviews_slide-name{
    font-weight: 500;
    font-size: 16px;
    color: #2C2C2C;
    margin-right: 30px;
    line-height: 22px;
}
.reviews_slide-rating{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    color: #2C2C2C;
    line-height: 22px;
}
.reviews_slide-rating img{
    display: flex;
    margin-right: 10px;
}
.reviews_slide-text{
    color: #2C2C2C;
    line-height: 22px;
}
.reviews_slide-subtitle{
    color: #2C2C2C;
    margin-bottom: 18px;
    line-height: 22px;
}
.reviews_slide-btn{
    height: 59px;
    width: 270px;
}
.reviews_slider .slick-arrow{
    position: absolute;
    bottom: 0;
    font-size: 0;
    cursor: pointer;
    z-index: 1;
    border: none;
    background: none;
    background-size: cover;
    width: 20px;
    height: 15px;
}
.reviews_slider .slick-next{
    background-image: url(../img/arrow_right.svg);
    right: calc(50% - 100px);
}
.reviews_slider .slick-prev{
    background-image: url(../img/arrow_left.svg);
    right: calc(50% + 80px);
}
.reviews_slider .slick-dots{
    position: absolute;
    display: flex;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
}
.reviews_slider .slick-dots button{
    background: none;
    border: none;
    width: 8px;
    background: #EAEAEA;
    height: 8px;
    font-size: 0;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 3px;
    padding: 0;
}
.reviews_slider .slick-dots .slick-active button{
    background: #08A826;
}
.certificates{
    margin-bottom: 100px;
}
.certificates_title{
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #2C2C2C;
    margin-bottom: 30px;
    line-height: 54px;
}
.certificates_wrapper{
    display: flex;
    justify-content: space-between;
}
.certificates_item{
    display: flex;
    height: 255px;
    width: auto;
}
.certificates_item img{
    width: auto;
    height: 100%;
}
.video{
    margin-bottom: 95px;
}
.video_wrapper{
    display: flex;
    justify-content: space-between;
}
.video_info{
    width: 560px;
}
.video_title{
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
    line-height: 54px;
}
.video_text{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 55px;
    color: #000000;
    max-width: 490px;
}
.video_times{
    line-height: 25px;
}
.video_item{
    margin-top: 25px;
    height: 330.93px;
    width: 560px;
    position: relative;
}
.video_item::before{
    position: absolute;
    content: "";
    background-image: url(../img/video_bg.png);
    background-size: cover;
    height: 512.86px;
    width: 767px;
    top: -10px;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
}
.video_item iframe{
    width: 100%;
    height: 100%;
}
.quiz{
    margin-bottom: 85px;
}
.quiz_wrapper{
    padding: 75px 165px 220px;
    background-image: url(../img/quiz_wrapper.jpg);
    background-size: cover;
    background-position: center;
}
.quiz_title{
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 24px;
    line-height: 54px;
}
.quiz_text{
    color: #FFFFFF;
    line-height: 22px;
}
.quiz_img{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    margin-top: -154px;
    max-width: 1115px;
}
.quiz_img img{
    width: 100%;
    height: 100%;
}
.work{
    padding: 70px 0 100px;
    background: #323F4F;
}
.work_title{
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
    line-height: 54px;
}
.work_items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.work_item{
    width: 32%;
    height: 395px;
    background-color: #323F4F;
    display: flex;
    margin-bottom: 20px;
}
.work_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sample{
    margin: 75px 0 100px;
    position: relative;
}
.sample .container{
    position: relative;
}
.sample_img{
    position: absolute;
    z-index: -1;
    top: -20px;
    right: -80px;
}
.sample_title{
    font-weight: 500;
    font-size: 40px;
    text-transform: uppercase;
    color: #2C2C2C;
    margin-bottom: 8px;
    line-height: 54px;
}
.sample_subtitle{
    font-size: 20px;
    color: #2C2C2C;
    margin-bottom: 35px;
    line-height: 28px;
}
.sample_text{
    font-size: 18px;
    color: #2C2C2C;
    margin-bottom: 35px;
    line-height: 20px;

}
.sample_wrapper{
    display: flex;
    align-items: flex-end;
}
.sample_form{
    background: #323F4F;
    border-radius: 8px;
    margin-right: 50px;
    width: 475px;
    position: relative;
    padding: 45px 40px;
}
.sample_form::before{
    position: absolute;
    content: "";
    background-image: url(../img/sample_form.png);
    background-size: cover;
    height: 137px;
    width: 327px;
    right: 17px;
    bottom: 0;
}
.sample_form-title{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 33px;
    line-height: 24px;
}
.sample_form-inp{
    width: 306px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 10px;
    height: 57.33px;
    padding-left: 25px;
    border: none;
}
.sample_form-btn{
    width: 306px;
    height: 59px;
    margin-bottom: 16px;
    cursor: pointer;
    border: none;
}
.sample_form-ok{
    font-size: 11px;
    color: #CDCDCD;
    line-height: 12px;
    max-width: 315px;
}
.sample_inner-title{
    font-size: 18px;
    line-height: 26px;
    color: #2C2C2C;
    margin-bottom: 14px;
}

.sample_inner-img{
    width: 98px;
    background: #ECECEC;
    border-radius: 8px;
    margin-bottom: 20px;
    height: 115.33px;
    display: flex;
    overflow: hidden;
}
.sample_inner-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.sample_inner-name{
    font-weight: 500;
    font-size: 18px;
    color: #2C2C2C;
    margin-bottom: 10px;
    line-height: 16px;
}
.sample_inner-subtitle{
    color: #2C2C2C;
    margin-bottom: 28px;
}
.sample_inner-option{
    line-height: 24px;
    margin-bottom: 8px;
    color: #2C2C2C;
    padding-left: 18px;
    border-left: 3px solid #08A826;
}
.sample_inner-option:last-child{
    margin-bottom: 0;
}
.contacts{
    padding: 115px 0;
    position: relative;
}
.contacts_inner{
    width: 426px;
    background: rgba(50, 63, 79, 0.9);
    backdrop-filter: blur(15px);
    border-radius: 8px;
    z-index: 1;
    position: relative;
    padding: 70px 40px 60px;
}
.contacts_title{
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 25px;
    line-height: 30px;
}
.contacts_adres{
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
    padding-left: 15px;
    position: relative;
}
.contacts_adres::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    top: 8px;
    left: 0;
}
.contacts_map{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.contacts_map iframe{
    width: 100%;
    height: 100%;
    display: flex;
}
.footer{
    padding: 64px 0 52px;
    background: #323F4F;
}
.footer_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.footer_logo{
    display: flex;
    margin-bottom: 11px;
}
.footer_text{
    font-size: 12px;
    color: #BABABA;
    line-height: 14px;
    margin-bottom: 8px;
}
.footer_adres{
    width: 135px;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 16px;
    position: relative;
    padding-left: 39px;
}
.footer_adres::before{
    position: absolute;
    content: "";
    background-image: url(../img/adres_icon.svg);
    background-size: cover;
    width: 31px;
    height: 31px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer_adres span{
    color: #08A826;
    font-weight: 700;
}
.footer_whats{
    display: flex;
    align-items: center;
}
.footer_whats-btn{
    background: #08A826;
    border-radius: 8px;
    width: 207px;
    height: 40px;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 24px;
    position: relative;
    margin-right: 8px;
}
.footer_whats-btn::before{
    position: absolute;
    content: "";
    background-image: url(../img/whats.svg);
    background-size: cover;
    width: 25px;
    height: 24px;
    left: 14px;
    top: 7px;
}
.footer_whats-text{
    font-weight: 500;
    font-size: 12px;
    color: #DADADA;
    line-height: 14px;
    width: 105px;
    margin-left: 20px;
    position: relative;
}
    .footer_whats-text::before {
        height: 9px;
        width: 9px;
        border-radius: 50%;
        content: '';
        position: absolute;
        left: -20px;
        top: 45%;
        transform: translate(50%, -50%);
        background-color: #00AC34;
        animation: dots_anim 1s cubic-bezier(1, 0, 0, 1) infinite;
    }
.footer_links{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer_time{
    font-weight: 500;
    font-size: 13px;
    color: #DADADA;
    line-height: 16px;
    position: relative;
}
.footer_time::before{
    height: 9px;
    width: 9px;
    border-radius: 50%;
    content: '';
    position: absolute;
    left: -20px;
    top: 45%;
    transform: translate(50%, -50%);
    background-color: #00AC34;
    animation: dots_anim 1s cubic-bezier(1, 0, 0, 1) infinite;
}
.footer_number{
    font-weight: 700;
    font-size: 19px;
    color: #FFFFFF;
    line-height: 30px;
    transition: all 0.3s;
}
.footer_number:hover{
    color: #08A826;
}
.footer_order{
    font-weight: 500;
    font-size: 13px;
    text-decoration-line: underline;
    color: #FFFFFF;
    line-height: 24px;
    transition: all 0.3s;
}
.footer_order:hover{
    color: #08A826;
}
.footer_inner{
    display: flex;
    justify-content: space-between;
 
}
.footer_link{
    font-size: 12px;
    line-height: 20px;
    color: #929292;
    transition: all 0.3s;
}
.footer_link:hover{
    color: #08A826;
}


@keyframes btnAnim {
    0% {
        box-shadow: 0 0 0 0 rgb(8 168 38 / 80%);
    }
    
    100% {
        box-shadow: 0 0 0 15px rgb(8 168 38 / 0%);
    }
}
.scroll{
    position: fixed;
    right: 10%;
    bottom: 100px;
    z-index: 3;
    transform: scale(0);
    transition: all 0.3s;
}
.scroll.fixed{
    transform: scale(1);
}
.scroll_trigger{
    position: absolute;
    top: 0;
    right: 0;
}
.aside.hide{
    right: -150px;
}
.aside{
    position: fixed;
    right: -15px;
    bottom: 150px;
    z-index: 3;
    display: none;
    flex-direction: column;
    width: 100px;
    transition: all 0.3s;
}
.aside_close{
    display: none;
}
.aside_item{
    border-radius: 10px;
    background: #08A826;
    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: #08A826;
    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;
}
.popup_body{
    background: #FFFFFF;
    border-radius: 8px;
    width: 640px;
    position: relative;
    padding: 50px;
}
.popup_body-img{
    position: absolute;
    display: flex;
}
.popup_body-title{
    font-weight: 500;
    font-size: 30px;
    text-transform: uppercase;
    color: #2C2C2C;
    margin-bottom: 10px;
    line-height: 35px;
}
.popup_body-text{
    color: #2C2C2C;
    margin-bottom: 30px;
    line-height: 19px;
}
.popup_body-text span{
    font-weight: 500;
    text-transform: uppercase;
}
.jbForm input[type="text"],
.jbForm input[type="tel"],
.popup_body-inp{
    display: block;
    width: 306px;
    background: #F4F4F4;
    border-radius: 8px;
    height: 57.33px;
    margin-bottom: 10px;
    padding-left: 25px;
    border: none;
}
.popup_consult .popup_body-img{
    bottom: 0;
    right: 17px;
}
.jbForm input[type="submit"],
.popup_body-btn{
    width: 306px;
    height: 59px;
    margin-bottom: 20px;
    cursor: pointer;
    border: none;
}
.jb_form .jbForCheckbox,
.popup_body-ok{
    font-size: 11px;
    color: #777777;
    max-width: 340px;
    line-height: 12px;
}
.popup_order .popup_body-img{
    bottom: 57px;
    right: 0;
}

.popup_gate .popup_body-img{
    bottom: 100px;
    right: 0;
}
.popup_zam .popup_body-img{
    bottom: 0;
    right: 22px;
}
.popup_vizit .popup_body-img{
    bottom: 108px;
    right: 46px;
}
.popup_mounting .popup_body-img{
    right: 6px;
    bottom: 0;
}
.header_inner{
    display: none;
}
.main_items{
    display: none;
}
.main .main_items{
    display: flex;
}
.quiz_btn{
    display: none;
}
.thanks_page{
    min-height: 100vh;
}
.thanks_page .main_option{
    max-width: 350px;
    margin-bottom: 90px;
}
.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;
}
.quiz_main .main_option{
    white-space: normal;
    text-align: left;
    line-height: 30px;
    display: block;
    font-size: 22px;
    padding-left: 53px;
    max-width: 100%;
    width: 100%;
    margin-bottom: 17px;
}
.quiz_main .main_option span span{
    color: #00961C;
}
.quiz_main .main_option::before{
    width: 40px;
    position: absolute;
    top: 8px;
    left: 0;

}
.quiz_main .main_options{
    margin-bottom: 55px;
}
.main_option-text{
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    padding-left: 53px;
}
.quiz_main .main_btn{
    width: 346px;
    max-width: 100%;
}
.quiz_main-inner{
    display: flex;
    align-items: center;
}
.quiz_main-desc{
    margin-left: 20px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 20px;
}
.quiz_page{
    margin: 80px 0;
}
.quiz_page-title{
    font-weight: 500;
    font-size: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #2C2C2C;
    line-height: 50px;
    margin-bottom: 40px;
}
.quiz_page-title span{
    color: #08A826;
}
.quiz_page-item img{
    width: 100%;
    height: 100%;
}
.quiz_page-item{
    max-width: 1115px;
    margin: 0 auto;
}
.quiz_main h1{
    line-height: 60px;
    font-size: 50px;
}
.quiz_page-btn{
    display: none;
}
.check_main{
    min-height: 100vh;
}
.check_main .main_option{
    max-width: 400px;
}
.check_main-text{
    font-weight: 500;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 30px;
    line-height: 30px;
    width: 615px;
}
.check_main-form{
    width: 392px;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px 35px;
}
.check_form-title{
    font-weight: 500;
    font-size: 20px;
    color: #2C2C2C;
    margin-bottom: 15px;
    line-height: 22px;
}
.check_form-cheks{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.check_form-chek{
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.check_dot-inp{
    display: none;
}
.check_form-chek span{
    width: 23px;
    background: rgba(167, 167, 167, 0.4);
    margin-right: 9px;
    height: 23px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
.check_form-chek span::before{
    position: absolute;
    content: "";
    width: 10px;
    background: #A7A7A7;
    height: 10px;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.check_dot-inp:checked +  span{
    background: rgba(8, 168, 38, 0.2);
}
.check_dot-inp:checked +  span::before{
    background: #08A826;
}
.check_form-inp{
    height: 70px;
    background: #EEEEEE;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 15px;
    padding-left: 25px;
    border: none;
}
#jbForm_check_list-form  input[type="submit"], 
#jbForm_offer_form  input[type="submit"], 
.check_form-btn{
    cursor: pointer;
    width: 100%;
    height: 72px;
    margin-bottom: 15px;
    border: none;
    font-size: 14px;
}
.check_form-ok{
    font-size: 11px;
    color: #727272;
    line-height: 12px;
}
.offer_page .check_main-text {
    text-transform: uppercase;
}
.check_main-text span{
    color: #3AAA35;
}
.offer_page h1{
    line-height: 60px;
    font-size: 50px;
}
.offer_page .main_option{
    text-align: left;
    font-size: 18px;
    line-height: 26px;
    align-items: flex-start;
}
.offer_page .main_option::before{
    width: 40px;
    top: 8px;
}
.check_form-title span{
    display: block;
    font-size: 14px;
    color: #6C6C6C;
    line-height: 18px;
}
.liquidatio{
    padding: 80px 0;
}
.liquidatio_title{
    font-weight: 900;
    font-size: 49px;
    text-transform: uppercase;
    color: #3AAA35;
    margin-bottom: 50px;
    line-height: 60px;
}
.liquidatio_item-title{
    font-size: 27px;
    line-height: 34px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px;
}
.liquidatio_item-price{
    font-size: 24px;
    color: #000000;
    line-height: 31px;
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}
.liquidatio_item-price span::before{
    position: absolute;
    content: "";
    background-color: #D70000;
    left: -6px;
    right: 0;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.liquidatio_item-price span{
    z-index: 1;
    position: relative;
    background: #fff;
    margin-right: 5px;
}
.liquidatio_item-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.liquidatio_item-left{
    width: 659px;
    height: 456.42px;
}
.liquidatio_item-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.liquidatio_item-right{
    width: 520px;
}
.liquidatio_item-subtitle{
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
}
.liquidatio_item-options{
    padding-bottom: 38px;
    border-bottom: 1px solid #3AAA35;
    margin-bottom: 31px;
}
.liquidatio_item-option{
    padding-left: 25px;
    position: relative;
    font-size: 14px;
    color: #424242;
    margin-bottom: 7px;
    line-height: 18px;
}
.liquidatio_item-option::before{
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #424242;
}
.liquidatio_item-option:last-child{
    margin-bottom: 0;
}
.liquidatio_item-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.liquidatio_item-length{
    font-size: 16px;
    line-height: 21px;
    color: #000000;
}
.liquidatio_item-btn{
    width: 260px;
    background: #3AAA35;
    border-radius: 5px;
    height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    animation: btnAnim2 1s ease infinite;
}
.liquidatio_item{
    margin-bottom: 80px;
}
.liquidatio_item:last-child{
    margin-bottom: 0;
}
.liquidatio_footer-btn{
    width: 216px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3AAA35;
    border-radius: 5px;
    height: 51px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 700;
    animation: btnAnim2 1s ease infinite;
}
.liquidatio_header-btn{
    width: 184px;
    background: #3AAA35;
    border-radius: 5px;
    height: 45.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: none;
    animation: btnAnim2 1s ease infinite;
}
.liquidatio_core .main_option{
    max-width: 180px;
}
.liquidatio_core .main_options{
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}
.liquidation_time{
    background-color: #2B303A;
    padding: 15px;
    margin-left: 32px;
    border-radius: 8px;
}







@media(max-width:1200px){
    .container{
        max-width: 998px;
    }
    .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;
    }
    .colors_inner::before {
        height: 65px;
        width: 146px;
        left: 10px;
    }
    .color_slider .colors_item:nth-child(5n){
        margin-right: 10px;
    }
    .options_slider {
        padding: 0 20px;
    }
    .options_slider .slick-prev{
        left: -10px;
    }
    .options_slider .slick-next{
        right: -10px;
    }
    .header_whats-text{
        display: none;
    }
    .header_adres{
        display: none;
    }
    .main_items{
        width: 100%;
        padding: 20px;
    }
    .advantages_item {
        width: 24%;
    }
    .popular_item-img{
        height: 310px;
    }
    .drivers_item-img{
        width: 225px;
    }
    .drivers_item-info {
        width: 260px;
        padding: 20px 20px 20px 30px;
    }
    .options_slide-img{
        height: 145px;
    }
    .how_step{
        width: 32%;
    }
    .how_step::before {
        width: 160px;
        right: 45%;
    }
    .about_img {
        width: 450px;
        height: 300px;
    }
    .shworoom_slide {
        width: 350px;
        height: 250px;
    }
    .shworoom_slider .slick-prev{
        left: 30px;
    }
    .shworoom_slider .slick-next{
        right: 30px;
    }
    .shworoom_slider .slick-list{
        padding: 0;
    }
    .shworoom_inner {
        width: 350px;
        padding: 30px;
    }
    .shworoom_info {
        width: 600px;
  
    }
    .shworoom_info-img{
        width: 350px;
    }
    .shworoom_info-img img{
        width: 100%;
        height: 100%;
    }
    .team_item-img{
        height: 275px;
    }
    .mounting_img{
        width: 800px;
        right: 0;
    }
    .mounting_img img{
        width: 100%;
        height: 100%;
       
    }
    .reviews_slide-img{
        height:430px;
    }
    .reviews_slide-info{
        padding: 30px 40px;
    }
    .certificates_item{
        height: 190px;
    }
    .video_item{
        width: 460px;
        height: 260px;
    }
    .video_info{
        width: 500px;
     
    }
    .video_item::before {
        height: 420.86px;
        width: 629px;
        top: -9px;
    }
      .quiz_wrapper {
        padding: 60px 80px 220px;
    }
    .quiz_img{
        max-width: 100%;
    }
    .work_item{
        height: 290px;
    }
    .liquidatio_main-item{
        font-size: 14px;
        width: 24%;
    }
    .liquidatio_item-left{
        width: 450px;
        height: 316px;
    }
    .liquidatio_item-right {
        width: 445px;
    }
    .liquidatio_item-subtitle{
        margin-bottom: 20px;
    }
    .liquidatio_main-item{
        font-size: 14px;
        width: 24%;
    }
}
@media(max-width:991.98px){
    .container{
        max-width: 720px;
    }
    .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{
        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;
    }
    
    .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: #08A826;
    }
    .aside_item-titel{
        display: none;
    }
    .header_links{
        display: none;
    }
    .header_img{
        display: none;
    }
    .main_items{
        flex-wrap: wrap;
    }
    .main_item{
        width: 48%;
        margin-bottom: 25px;
    }
    .main_item br{
        display: none;
    }
    .header_wrapper .header_whats-btn{
        font-size: 0;
        width: 40px;
        height: 40px;
        margin-right: 0;
    }
    .header_whats-btn::before{
        left: 8px;
    }
    .header_inner{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: -1;
        transition: all 0.6s;
        opacity: 0;
        visibility: hidden;
        background: #323F4F;
        padding-top: 40px;
        text-align: center;
    }
    .header_inner.active{
        opacity: 1;
        visibility: visible;
        z-index: 8;
    }
    .header_inner .header_logo{
        flex-direction: column;
        margin-bottom: 10px;
    }
    .header_inner .header_logo-img{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .header_inner .header_logo-text{
        width: 100%;
    }
    .header_inner .header_img{
        display: flex;
        margin-bottom: 46px;
    }
    .header_inner .header_adres{
        display: block;
        margin-bottom: 40px;
       
    }
    .header_inner .header_whats{
        flex-direction: column;
        margin-bottom: 40px;
    }
    .header_inner .header_whats-text{
        display: block;
        margin-top: 12px;
        width: 100%;
    }
    .header_inner .header_links{
        display: flex;
        align-items: center;
    }
    .header_number{
        margin-bottom: 35px;
    }
    .advantages_item {
        width: 48%;
        margin-bottom: 30px;
    }
    .advantages_items{
        flex-wrap: wrap;
        margin-bottom: -30px;
    }
    .popular_item{
        margin: 0 10px;
    }
    .popular_wrapper .slick-arrow{
        position: absolute;
        font-size: 0;
        top: -35px;
        width: 25px;
        height: 25px;
        background: none;
        background-size: 14px 15px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        z-index: 1;
        border: none;
    }
    .popular_wrapper .slick-next{
        background-image: url(../img/arrow_right.svg);
        right: 10px;
    }
    .popular_wrapper .slick-prev{
        background-image: url(../img/arrow_left.svg);
        right: 55px;
    }
    .popular_title{
        margin-bottom: 50px;
    }
    .drivers_wrapper{
        flex-direction: column;
    }
    .drivers_item{
        width: 100%;
        margin-bottom: 60px;
        position: relative;
    }
    .drivers_item-info{
        width: 100%;
        border-radius: 8px;
        padding-top: 290px;
    }
    .drivers_item-img{
        position: absolute;
        width: 345px;
        top: -35px;
        right: 50%;
        transform: translateX(50%);
    }
    .drivers_title{
        margin-bottom: 80px;
    }
    .how_step{
        width: 48%;
        margin-bottom: 34px;
    }
    .about_wrapper{
        flex-direction: column;
        position: relative;
    }
    .about_img{
        position: absolute;
        top: 70px;
        right: 50%;
        transform: translateX(50%);
    }
    .about_info{
        width: 100%;
    }
    .about_text{
        width: 100%;
    }
    .about_title{
        text-align: center;
        margin-bottom: 350px;
    }
    .shworoom_slide{
        width: 50vw;
        height: 265px;
    }
    .shworoom_wrapper{
        flex-direction: column;
    }
    .shworoom_info{
        width: 100%;
        margin-bottom: 40px;
    }
    .shworoom_inner{
        width: 100%;
    }
    .team_items  .slick-arrow{
        position: absolute;
        font-size: 0;
        top: -35px;
        width: 25px;
        height: 25px;
        background: none;
        background-size: 14px 15px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        z-index: 1;
        border: none;
    }
    .team_items  .slick-next{
        background-image: url(../img/arrow_right.svg);
        right: 10px;
    }
    .team_items  .slick-prev{
        background-image: url(../img/arrow_left.svg);
        right: 55px;
    }
    .team_item{
        margin: 0 10px;
    }
    .team_item-img{
        height: 380px;
    }
    .mounting_text{
        margin-bottom:330px;
    }
    .mounting_img{
        width: 600px;
        left: 0;
        right: auto;
        top: 80px;
    }
    .mounting_items{
        width: 100%;
    }
    .mounting_items   .slick-arrow{
        position: absolute;
        font-size: 0;
        top: -35px;
        width: 25px;
        height: 25px;
        background: none;
        background-size: 14px 15px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        z-index: 1;
        border: none;
    }
    .mounting_items   .slick-next{
        background-image: url(../img/arrow_right.svg);
        right: 10px;
    }
    .mounting_items   .slick-prev{
        background-image: url(../img/arrow_left.svg);
        right: 55px;
    }
    .mounting_item{
        margin-right: 50px;
    }
    .mounting_item-img{
        height: 220px;
    }
    .mounting_item{
        width: 180px;
    }
    .reviews_slide{
        flex-direction: column;
        padding: 30px 30px 30px;
    }
    .reviews_slide-info{
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }
    .reviews_slide-img{
        width: 100%;
    }
    .reviews_slide-links{
        position: absolute;
        bottom: 30px;
        left: 30px;
    }
    .certificates_wrapper    .slick-arrow{
        position: absolute;
        font-size: 0;
        top: -35px;
        width: 25px;
        height: 25px;
        background: none;
        background-size: 14px 15px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        z-index: 1;
        border: none;
    }
    .certificates_wrapper    .slick-next{
        background-image: url(../img/arrow_right.svg);
        right: 10px;
    }
    .certificates_wrapper    .slick-prev{
        background-image: url(../img/arrow_left.svg);
        right: 55px;
    }
    .video_wrapper{
        position: relative;
        padding-bottom: 390px;
        flex-direction: column;
    }
    .video_info{
        width: 100%;
        margin-bottom: 25px;
  
    }
    .video_times{
        position: absolute;
        bottom: 0px;
    }
    .video_text{
        margin-bottom: 0;
    }
    .video_item{
        margin: 0 auto;
    }
    .quiz_img{
        display: none;
    }
    .quiz_btn{
        display: flex;
        height: 56px;
        width: 261px;
    }
    .quiz_wrapper{
        padding: 60px;
    }
    .quiz_text{
        margin-bottom: 60px;
    }
    .work_items{
        display: block;
    }
    .work_items    .slick-arrow{
        position: absolute;
        font-size: 0;
        top: -35px;
        width: 25px;
        height: 25px;
        background: none;
        background-size: 14px 15px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        z-index: 1;
        border: none;
    }
    .work_items    .slick-next{
        background-image: url(../img/arrow_right.svg);
        right: 10px;
    }
    .work_items    .slick-prev{
        background-image: url(../img/arrow_left.svg);
        right: 55px;
    }
    .work_item{
        margin: 0 10px;
        height: 305px;
    }
    .sample_img{
        display: none;
    }
    .sample_wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    .sample_form{
        margin-right: 0;
        margin-bottom: 25px;
    }
    .contacts{
        padding: 60px 0 350px;
    }
    .contacts_inner{
        margin: 0 auto;
    }
    .footer_wrapper{
        flex-direction: column;

    }
    .footer_left{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer_img{
        margin-bottom: 33px;
    }
    .footer_adres{
        order: 1;
        margin-bottom: 35px;
    }
    .footer_whats{
        order: 2;
        flex-direction: column;
    }
    .footer_links{
        margin-bottom: 30px;
    }
    .footer_number{
        margin-bottom: 10px;
    }
    .footer{
        padding-bottom: 130px;
    }
    .footer_whats-btn{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer_whats-text{
        width: 100%;
        text-align: center;
    }
    .footer_inner{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .liquidatio_main-items{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .liquidatio_main-item{
        width: 48%;
        margin-bottom: 25px;
    }
    .liquidatio_main-items{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .liquidatio_main-item{
        width: 48%;
        margin-bottom: 25px;
    }
    .liquidatio_item-wrapper{
        flex-direction: column;
    }
    .liquidatio_item-left{
        margin-bottom: 20px;
        width: 100%;
        height: 480px;
    }
    .liquidatio_item-right{
        width: 100%;
    }
    .liquidatio_core .main_options{
        flex-direction: column;
        align-items: flex-start;
    }
    .liquidation_time{
        margin-left: 0;
        margin-top: 10px;
    }
    .footer_fixed{
        transform: translate(0);
        position: relative;
    }
    .footer_arrow{
        display: none;
    }
    .footer_fixed{
        padding-top: 64px;
    }
}
@media (max-width: 767.98px) {
    .container {
		max-width: 100%;
    }
    .colors{
        padding: 45px 0 50px;
    }
    .colors_title{
        line-height: 35px;
        font-size: 25px;
        margin-bottom: 280px;
        z-index: 3;
        position: relative;
    }
    .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: 93px 18px 30px;
    }
    .colors_btn{
        width: 100%;
    }
    .colors_inner::before {
        height: 93px;
        top: -24px;
        right: 50%;
        transform: translateX(50%);
        width: 200px;
        left: auto;
    }
    .colors_wrapper{
        padding-bottom: 205px;
    }
    .colors_items{
        padding-bottom: 0;
    }
    .color_slider .colors_item{
        width: 106px;
        margin-right: 10px;
        display: flex !important;
    }
    .options{
        padding: 45px 0 60px;
    }
    .options_slider .slick-arrow{
        top: -40px;
    }
    .options_title{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 55px;
    }
    .options_slider{
        padding: 0;
    }
    .options_slide-img{
        height: 273px;
    }
    .options_title br{
        display: none;
    }
    .options_slider .slick-prev{
        right: 50px;
        left: auto;
    }
    .options_slider .slick-next{
        right: 0;
    }
    .options_slide{
        margin: 0;
    }
    .options_slide-title{
        min-height: 0;
    }
    .aside{
        padding: 7px 10px;
    }
    .aside_close{
        width: 19px;
        height: 19px;
    }
    .aside_item-titel{
        display: none;
    }
    .header_wrapper .header_logo{
        flex-direction: column;
        align-items: flex-start;
    }
    .header_wrapper .header_logo-img {
        margin-right: 0;
        margin-bottom: 8px;
    }
    .header_logo-text{
        width: 100%;
    }
    .header_wrapper{
        padding-top: 34px;
    }
    .aside{
        align-items: center;
    }
    .aside_item{
        padding: 5px 0;
        line-height: 0;
    }
    .aside_item img{
        margin-bottom: 0;
    }
    .main{
        padding: 130px 0 65px;
    }
    .main h1{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 45px;
    }
    .main h1 span{
        font-size: 14px;
        line-height: 22px;
        margin-top: 5px;
    }
    .main_option{
        white-space: normal;
        padding-left: 0;
        padding-top: 8px;
        margin-bottom: 12px;
        width: 240px;
        text-align: left;
        line-height: 16px;
        display: block;
        font-size: 14px;
    }
    .main_option::before{
        position: absolute;
        width: 150px;
        top: 0;
        left: 0;
    }
    .main_options{
        margin-bottom: 110px;
    }
    .main .main_items{
        display: none;
    }
    .main_btn{
        width: 290px;
        height: 65.25px;
        font-size: 13px;
    }
    .main_items{
        display: flex;
        margin-top: 30px;
    }
    .main_item{
        width: 100%;
        margin-bottom: 20px;
    }
    .main_item:last-child{
        margin-bottom: 0;
    }
    .main_item-title{
        font-size: 16px;
    }
    .main_item-text{
        line-height: 16px;
        font-size: 14px;
    }
    .advantages{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .advantages_title{
        display: none;
    }
    .advantages_item{
        width: 100%;
        margin-left: 15px;
    }
    .advantages_item:last-child{
        margin-bottom: 0;
    }
    .advantages_item-title{
        font-size: 50px;
        margin-bottom: 0;
    }
    .advantages_items{
        margin-bottom: 0;
    }
    .popular{
        padding: 45px 0 55px;
    }
    .popular_title{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 55px;
    }
    .popular_item-img{
        height: 290px;
    }
    .popular_item{
        margin: 0;
       
    }
    .popular_wrapper{
        margin-bottom: 0;
    }
    .drivers_title{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .drivers_item-img{
        height: 237.04px;
        width: 290px;
    }
    .drivers_item-info{
        margin-left: 0;
    }
    .drivers .container{
        padding: 0;
    }
    .drivers_item-info{
        padding: 235px 15px 30px;
    }
    .drivers{
        margin-bottom: 60px;
    }
    .drivers_item:last-child{
        margin-bottom: 0;
    }
    .how{
        margin: 40px 0 65px;
    }
    .how_title{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .how_subtitle{
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 50px;
    }
    .how_step{
        width: 100%;
        padding: 35px 16px;
    }
    .how_step-text{
        line-height: 18px;
        font-size: 14px;
    }
    .cost{
        padding: 55px 0 60px;
        background-image: url(../img/cost_mobile.jpg);
    }
    .cost_title{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 18px;
        text-align: center;
    }
    .cost_subtitle{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 80px;
        text-align: center;
    }
    .cost_subtitle br{
        display: none;
    }
    .cost_text{
        text-align: center;
        margin-bottom: 20px;
        line-height: 20px;
        font-size: 14px;
    }
    .cost_inner{
        flex-direction: column;
    }
    .cost_btn{
        width: 256px;
        height: 61.73px;
        margin: 0 auto 50px;
    }
    .cost_help{
        width: 290px;
        height: 68px;
        margin: 0 auto;
        font-size: 14px;
        line-height: 26px;
        padding-left: 60px;
    }
    .cost_help::before{
        width: 73px;
        height: 101px;
        left: 5px;
    }
    .about{
        margin: 50px 0;
    }
    .about_title{
        font-size: 26px;
        line-height: 30px;
        width: 175px;
        margin: 0 auto 220px;
    }
    .about_img{
        height: 190px;
        width: 100%;
    }
    .about_text{
        line-height: 18px;
        font-size: 14px;
    }
    .shworoom_title{
        font-size: 26px;
        line-height: 30px;
        margin: 0 auto 75px;
        padding: 0 15px;
        width: 280px;
    }
    .shworoom_slider .slick-arrow{
        top: -40px;
    }
    .shworoom_slider .slick-next{
        right: 10px;
    }
    .shworoom_slider .slick-prev{
        right: 80px;
        left: auto;
    }
    .shworoom_slide{
        width: 100vw;
        height: 220px;
    }
    .shworoom{
        margin: 50px 0;
    }
    .shworoom_wrapper{
        margin-top: 30px;
    }
    .shworoom_info-title{
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px;
        width: 210px;
    }
    .shworoom_info{
        padding-bottom: 210px;
    }
    .shworoom_info-img{
        bottom: 0;
        width: 283px;
        top: auto;
        right: 55%;
        transform: translateX(50%);
    }
    
    .shworoom_info-items{
        padding-left: 0;
    }
    .shworoom_info-item{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .team_title{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 55px;
    }
    .team_item-img{
        height: 350px;
    }
    .team_item-img img{
        object-fit: cover;
    }
    .team{
        margin-bottom: 50px;
    }
    .mounting{
        padding: 50px 0 50px;
    }
    .mounting_title{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .mounting_img{
        top: 160px;
    }
    .mounting_text{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 270px;
    }
    .mounting_img{
        width: 320px;
        left: 0;
    }
    .mounting_inner{
        width: 100%;
    }
    .mounting_inner::before{
        width: 220px;
        height: 165px;
        top: -75px;
        right: 50%;
        transform: translateX(50%);
        left: auto;
    }
    .mounting_inner-text{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
        width: 212px;
    }
    .mounting_inner::after{
        bottom: 110px;
    }
    .mounting_item{
        margin-right: 25px;
    }
    .mounting_items{
        width: calc(100% + 15px);
    }
    .mounting_inner-btn,
    .shworoom_inner-btn{
        max-width: 100%;
    }
    .reviews{
        margin-bottom: 60px;
    }
    .reviews .container{
        padding: 0;
    }
    .reviews_slide{
        padding: 45px 15px  ;
    }
    .reviews_slide-title{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 34px;
    }
    .reviews_slide-text{
        line-height: 18px;
        font-size: 14px;
    }
    .reviews_slide-img{
        height: 195px;
    }
    .reviews_slide-links{
        left: 15px;
        bottom: 50px;
    }
    .certificates_title{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 45px;
    }
    .certificates_item img{
        width: 100%;
    }
    .certificates_item{
        height: auto;
    }
    .certificates{
        margin-bottom: 45px;
    }
    .video_title{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .video_text{
        line-height: 18px;
        font-size: 14px;
    }
    .video_item{
        height: 138.5px;
        width: 233.77px;
    }
    .video_item::before{
        height: 214.64px;
        width: 321px;
        top: -3px;
    }
    .video_times{
        line-height: 23px;
        font-size: 14px;
    }
    .video_wrapper {
        padding-bottom: 280px;
    }
    .video{
        margin-bottom: 50px;
    }
    .quiz_wrapper{
        padding: 50px 15px 60px;
    }
    .quiz_title{
        line-height: 32px;
        font-size: 24px;
    }
    .quiz_text{
        line-height: 18px;
        font-size: 14px;
    }
    .quiz .container{
        padding: 0;
    }
    .quiz{
        margin-bottom: 60px;
    }
    .work{
        padding: 55px 0 60px;
    }
    .work_title{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 50px;
    }
    .work_item{
        height: auto;
    }
    .sample{
        margin: 45px 0 50px;
    }
    .sample_title{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px;
    }
    .sample_subtitle{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 24px;
    }
    .sample_text{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 22px;
    }
    .sample_form{
        width: 100vw;
        margin-left: -15px;
        padding: 32px 15px;
    }
    .sample_form-title{
        margin-bottom: 23px;
    }
    .sample_form-inp{
        width: 100%;
    }
    .sample_form-btn{
        width: 100%;
    }
    .sample_form::before{
        height: 78px;
        right: 10px;
        width: 187px;
    }
    .sample_form-ok{
        width: 235px;
    }
    .sample_inner-option{
        line-height: 24px;
        font-size: 14px;
    }
    .contacts_inner{
        width: 290px;
        padding: 50px 15px 45px;
    }
    .contacts_title{
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .contacts_adres{
        line-height: 20px;
        font-size: 16px;
    }
    .contacts{
        padding: 45px 0 260px;
    }
    .popup_body{
        padding: 35px 15px 195px;
    }
    .popup_body-title{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 7px;
    }
    .popup_body-text{
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 22px;
    }
    .jb_form .jbForCheckbox, .popup_body-ok{
        width: 100%;
    }
    .jbForm input[type="text"], .jbForm input[type="tel"],
    .popup_body-inp{
        width: 100%;
    }
    .jbForm input[type="submit"], .popup_body-btn{
        width: 100%;
    }
    .popup_consult .popup_body-img{
        right: 50%;
        transform: translateX(50%);
        width: 135px;
    }
    .popup_body-img img{
        width: 100%;
        height: 100%;
    }
    .popup_order .popup_body-img{
        width: 128px;
        bottom: auto;
        top: 12px;
    }
    .popup_order {
        padding-bottom: 42px;
    }
    .popup_order .popup_body-text,
    .popup_order .popup_body-title{
        width: 150px;
    }
    .popup_gate  .popup_body-text,
    .popup_gate  .popup_body-title{
        width: 150px;
    }
    .popup_gate {
        padding-bottom: 42px;
    }
    .popup_gate .popup_body-img{
        width: 131px;
        bottom: auto;
        top: 34px;
    }
    .popup_zam .popup_body-img{
        width: 104px;
        right: 50%;
        transform: translateX(50%);
    }
    .popup_vizit .popup_body-img{
        width: 286px;
        bottom: 20px;
        transform: translateX(50%);
        right: 55%;
    }
    .popup_mounting .popup_body-img{
        right: 50%;
        transform: translateX(50%); 
        width: 115px;  
    }
    .popup_mounting {
        padding-bottom: 170px;
    }
    .thanks_page{
        height: auto;
    }
    .thanks_page .main_option{
        display: flex;
    }
    .thanks_page .main_option::before{
        position: relative;
        width: 40px;
    }
    .quiz_main h1{
        line-height: 30px;
        font-size: 23px;
        margin-bottom: 173px;
    }
    .quiz_main .main_option{
        padding-left: 0;
        line-height: 16px;
        font-size: 14px;
        padding-top: 20px;
    }
    .quiz_main .main_option::before{
        width: 150px;
        top: 0;
    }
    .main_option-text{
        line-height: 12px;
        font-size: 12px;
        padding-left: 0;
    }
    .quiz_main-inner{
        flex-direction: column;
        text-align: center;
    }
    .quiz_main-desc br{
        display: none;
    }
    .quiz_main-desc{
        margin-left: 0;
        margin-top: 12px;
    }
    .quiz_page-title{
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .quiz_page{
        margin: 55px 0 90px;
    }
    .quiz_page-item{
        display: none;
    }
    .quiz_page-btn{
        display: flex;
        height: 65.25px;
        width: 290px;
        margin: 0 auto;
    }
    .main.quiz_main{
        background-position: 73%;
        position: relative;
        z-index: 1;
    }
    .main.quiz_main::before{
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: rgba(50, 63, 79, 0.6);
        z-index: -1;
    }
    .main_option:nth-child(2)::before{
        width: 95px;
    }
    .main_option:nth-child(3)::before{
        width: 40px;
    }
    .check_main-form{
        width: 100%;
    }
    .main.check_main{
        background-image: url(../img/check_list2.jpg) !important;
        margin-bottom: 330px;
        position: relative;
    }
    .check_main-form{
        position: absolute;
        bottom: -264px;
        right: 50%;
        transform: translateX(50%);
        width: calc(100% - 30px);
        padding: 30px 15px;
        border: 1px solid #E2E2E2;
        background: #FFFFFF;
    }
     .main.check_main h1{
        width: 250px;
        margin-bottom: 14px;
     }
     .check_main-text{
         line-height: 20px;
         width: 100%;
        font-size: 16px;
     }
     .check_main .main_option{
         font-size: 18px;
         line-height: 22px;
         margin-bottom: 240px;
     }
     .check_form-title{
         line-height: 22px;
        font-size: 18px;
     }
     .main.offer_page{
        margin-bottom: 350px;
        position: relative;
        background-image: url(../img/offer_page2.jpg) !important;
     }
     .offer_page .main_option{
         font-size: 14px;
         line-height: 20px;
         margin-bottom: 234px;
     }
      .offer_page .main_option br{
        display: none;
      }
      .offer_page .main_option::before{
        width: 150px;
        top: 0;
    
      }
      .offer_page .check_main-form{
        bottom: -310px;
      }
      .liquidatio_main-title{
        font-size: 32px;
        line-height: 40px;
    }
    .liquidatio_main-title{
        font-size: 32px;
        line-height: 40px;
    }
    .liquidatio_item-left{
        height: 375px;
    }
    .liquidatio_main{
        background-size: auto 560px;
        background-position: 60% 0;
        background-repeat: no-repeat;
    }
    .liquidatio_main{
        padding: 110px 0 0;
    }
    .liquidatio_main-title{
        line-height: 28px;
        font-size: 20px;
        margin-bottom: 25px;
        text-align: center;
    }
    .liquidatio_main-text{
        text-align: center;
        line-height: 22px;
        width: 200px;
        margin: 0 auto 27px;
        font-size: 15px;
    }
    .liquidatio_main-subtitle{
        line-height: 33px;
        font-size: 26px;
        margin-bottom: 8px;
        text-align: center;
    }
    .liquidatio_main-time {
        transform: scale(0.7);
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #timer131d47e3e3cf81bbea7c5302dc3737b1 {
        text-align: center !important;
    }
    .liquidatio_main .container{
        display: flex;
        flex-direction: column;
    }
    .liquidatio_main-items{
        order: 1;
        margin-bottom: 0;
    }
    .liquidatio_main-btn{
        height: 60.79px;
        margin: 0 auto 52px;
        width: 250px;
        font-size: 12px;
    }
    .liquidatio_main-item{
        width: 250px;
        margin: 0 auto 5px;
    }
    .liquidatio{
        padding: 65px 0;
    }
    .liquidatio_title{
        line-height: 32px;
        text-align: center;
        font-size: 24px;
        margin-bottom: 25px;
    }
    .liquidatio_item-title{
        line-height: 23px;
        font-size: 18px;
    }
    .liquidatio_item-left{
        height: 235px;
    }
    .liquidatio_item-img{
        height: 235px;
        margin-bottom: 0;
    }
    .liquidatio_item-subtitle{
        line-height: 16px;
        font-size: 12px;
    }
    .liquidatio_item-options{
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .liquidatio_item-inner{
        flex-direction: column;
        align-items: center;
    }
    .liquidatio_item-length{
        margin-bottom: 12px;
    }
    .liquidatio_item{
        margin-bottom: 45px;
    }
    #timerc93ea65fb5cdf35bc4650188f6a92daa{
        transform: scale(0.4) !important;
    }
    .liquidation_time{
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        height: 100px;
        align-items: center;
    }
    #jbForm_check_list-form  input[type="submit"], 
    #jbForm_offer_form  input[type="submit"], 
    .check_form-btn{
        font-size: 12px;
    }
}

