/*! 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/MullerBold.woff2') format('woff2'),
         url('../fonts/MullerBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@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;
}



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: 'Muller';

}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
}
.scroll{
    position: fixed;
    width: 54px;
    height: 54px;
    background: #3AAA35;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    bottom: 125px;
    right: 5%;
    z-index: 8;
    transform: scale(0);
    transition: all 0.3s;
}
.scroll.fixed{
    transform: scale(1);
}
.scroll::before{
    position: absolute;
    content: "";
    width: 70px;
    border:8px solid rgba(255, 255, 255, 0.3);
    height: 70px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    z-index: -1;
    border-radius: 50%;
}
.header{
    position: absolute;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 10;
}
.header_wrapper{
    padding-top: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_left{
    display: flex;
    align-items: center;
}
.header_logo{
    display: flex;
    margin-right: 38px;
}
.header_title{
    font-weight: 500;
    font-size: 12px;
    color: #494949;
    margin-right: 12px;
    line-height: 20px;
    width: 170px;
}
.header_adres{
    width: 220px;
    line-height: 18px;
    padding-left: 44px;
    position: relative;
    font-size: 12px;
}
.header_adres::before{
    position: absolute;
    content: "";
    background-image: url(../img/adres.svg);
    background-size: cover;
    width: 27px;
    height: 27px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header_number{
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    line-height: 24px;
    display: flex;
    padding-left: 44px;
    margin-top: 10px;
    position: relative;
    transition: all 0.3s;
}
.header_number::before{
    position: absolute;
    content: "";
    width: 27px;
    height: 27px;
    background-image: url(../img/header_number.svg);
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.header_number:hover{
    color: #3AAA35;
}
.header_order{
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    display: block;
    text-align: right;
    text-decoration-line: underline;
    color: #3AAA35;    
}
.header_whats{
    background: #08A826;
    border-radius: 8px;
    width: 207px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 16px;
}
.header_whats::before{
    position: relative;
    content: "";
    background-image: url(../img/whats_header.svg);
    background-size: cover;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
.main{
    padding-top: 147px;
    position: relative;
}
.main_subtitle{
    font-weight: 500;
    font-size: 20px;
    color: #3F3F3F;
    margin-bottom: 18px;
    line-height: 30px;
}
.main h1{
    font-weight: 700;
    font-size: 40px;
    color: #000000;
    margin-bottom: 50px;
    line-height: 54px;
}
.main h1 span{
    color: #3AAA35;
}
.main_items{
    margin-bottom: 60px;
}
.main_item{
    width: 480px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 57px;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    line-height: 22px;
}
.main_item span{
    font-weight: 700;
}
.main_item img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.main_item:last-child{
    margin-bottom: 0;
}
.main_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn{
    background: linear-gradient(90deg, #1A9614 0%, #33B62D 100%), linear-gradient(269.93deg, #FFBE04 0.07%, #FB8800 99.95%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 24px;
    animation: shadow 1s ease infinite;
}
@keyframes shadow{
    0% {
        box-shadow: 0 0 0 0 rgb(26 150 20 / 80%);
    }
    
    100% {
        box-shadow: 0 0 0 15px rgb(26 150 20 / 0%);
    }
}
.main_btn{
    height: 70px;
    width: 334px;
}
.main_inner{
    width: 888px;
}
.main_info{
    width: 492px;
    padding-left: 70px;
    position: relative;
}
.main_info-title{
    font-weight: 700;
    font-size: 18px;
    color: #15930F;
    margin-bottom: 5px;
    line-height: 24px;
}
.main_info-text{
    font-weight: 500;
    font-size: 14px;
    color: #3F3F3F;
    line-height: 22px;
}
.main_info-img{
    position: absolute;
    left: 0;
    top: 0;
}
.main_img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.quiz{
    margin: 100px 0;
}
.quiz_title{
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    color: #3AAA35;
    margin-bottom: 27px;
    line-height: 60px;
}
.quiz_item img{
    width: 100%;
    height: auto;
}
.quiz_item{
    display: flex;
}
.works{
    margin: 100px 0 120px;
}
.works_title{
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    color: #3F3F3F;
    margin-bottom: 44px;
    font-weight: 700;
}
.works_text{
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    color: #3F3F3F;
    margin-bottom: 60px;
}
.works_text span{
    font-weight: 700;
    color: #3AAA35;

}
.works_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.works_item{
    width: 310px;
    height: 216.6px;
    margin-bottom: 20px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.works_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video{
    margin: 120px 0 100px;
}
.video_title{
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    color: #3F3F3F;
    margin-bottom: 48px;
}
.video_items{
    display: flex;
    justify-content: space-between;
}
.video_item{
    width: 414px;
    border-radius: 10px;
    height: 231px;
    display: flex;
    overflow: hidden;
}
.video_item iframe,
.video_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews{
    margin: 100px 0;
}
.reviews_title{
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    color: #3F3F3F;
    margin-bottom: 38px;
    text-align: center;
}
.reviews_btn{
    height: 69px;
    width: 276px;
    margin: 0 auto;
}
.reviews_items{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
}
.reviews_item{
    display: flex;
    margin: 0 20px;
}
.reviews_item img{
    width: 100%;
    height: auto;
}
.assortment{
    margin: 100px 0;
}
.assortment_title{
    font-weight: 700;
    font-size: 45px;
    color: #3F3F3F;
    text-align: center;
    margin-bottom: 60px;
    line-height: 60px;
}
.assortment_items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
      margin-bottom: -70px;
}
.assortment_item{
    width: 24%;
    margin-bottom: 70px;
    position: relative;
    padding-bottom: 61px;
}
.assortment_item-img{
    height: 218px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 26px;
}
.assortment_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.assortment_item-title{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #3AAA35;
    margin-bottom: 12px;
    line-height: 22px;
}
.assortment_item-text{
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    color: #434343;
    margin-bottom: 30px;
    font-size: 14px;
}
.assortment_item-btn{
    height: 61px;
    margin: 0 auto;
    width: 250px;
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}

.certificates{
    margin-bottom: 80px;
}
.certificates_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.certificates_title{
    font-weight: 700;
    font-size: 45px;
    color: #3F3F3F;
    margin-bottom: 40px;
    line-height: 60px;
}
.certificates_items{
    display: flex;
    justify-content: center;
}
.certificates_item{
    display: flex;
}
.showroom_title{
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    color: #3F3F3F;
    margin-bottom: 50px;
    line-height: 60px;
}
.showroom_title br:nth-child(1){
    display: none;
}
.showroom{
    margin-bottom: 104px;
}
.showroom_slider{
    margin-bottom: 103px;
}
.showroom_slide{
    display: flex;
    margin: 0 4px;
    border-radius: 10px;
    height: 283px;
    overflow: hidden;
}
.showroom_slider img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.showroom_slider .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    z-index: 1;
    font-size: 0;
    background: none;
}
.showroom_slider .slick-next{
    background-image: url(../img/arrow_right.svg);
    right: -58px;
}
.showroom_slider .slick-prev{
    background-image: url(../img/arrow_left.svg);
    left: -58px;
}
.showroom_slider .slick-dots{
    position: absolute;
    bottom: -50px;
    display: flex;
    right: 50%;
    transform: translateX(50%);
    justify-content: center;
}
.showroom_slider .slick-dots button{
    width: 10px;
    background: #C1C1C1;
    margin: 0 4px;
    height: 10px;
    border-radius: 50%;
    padding: 0;
    border: none;
    font-size: 0;
    cursor: pointer;
}
.showroom_slider .slick-dots .slick-active button{
    background: #3AAA35;
}
.showroom_subtitle{
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #3F3F3F;
    margin-bottom: 26px;
    line-height: 28px;
}
.showroom_items{
    display: flex;
    justify-content: space-between;
}
.showroom_item{
    font-weight: 500;
    line-height: 22px; 
    color: #3F3F3F;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}
.showroom_item::before{
    position: absolute;
    content: "";
    background-color: #3AAA35;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 6px;
    left: 0px;
}
.team{
    margin-bottom: 106px;
}
.team_title{
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    color: #3F3F3F;
    margin-bottom: 36px;
    line-height: 60px;
}
.team_text{
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: #3F3F3F;
    margin-bottom: 50px;
    line-height: 30px;
}
.team_items{
    display: flex;
    justify-content: space-between;
}
.team_item{
    width: 23%;
    text-align: center;
}
.team_item-img{
    border-radius: 10px;
    height: 350px;
    display: flex;
    overflow: hidden;
    margin-bottom: 32px;
}
.team_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team_item-title{
    font-weight: 700;
    font-size: 20px;
    color: #3F3F3F;
    margin-bottom: 7px;
    padding-bottom: 12px;
    position: relative;
    line-height: 26px;
}
.team_item-title::before{
    position: absolute;
    content: "";
    width: 176px;
    height: 2px;
    background-color: #3AAA35;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}
.team_item-subtitle{
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 20px;
    color: #3F3F3F;
    font-size: 20px;
}
.team_item-text{
    font-weight: 500;
    font-size: 15px;
    color: #3F3F3F;
    line-height: 22px;
}
.send{
    margin: 100px 0;
}
.send_wrapper{
    padding: 72px 52px;
    border-radius: 10px;
    display: flex;justify-content: space-between;
    background: #F4F4F4;
    position: relative;
}
.send_left{
    width: 470px;
}
.send_title{
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px;
    line-height: 60px;
}
.send_text{
    font-weight: 500;
    font-size: 18px;
    color: #3F3F3F;
    line-height: 28px;
}
.send_right{
    width: 330px;
}
.send_subtitle{
    font-weight: 500;
    font-size: 16px;
    color: #3F3F3F;
    margin-bottom: 23px;
    line-height: 24px;
}
.send_btn{
    height: 75px;
    width: 100%;
}
.send_btn::before{
    position: relative;
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    background-image: url(../img/whats.svg);
    background-size: cover;
    margin-right: 12px;
}
.send_img{
    position: absolute;
    bottom: 0;
    display: flex;
    right: 445px;
}

.sample{
    margin: 100px 0;
}
.sample_title{
    font-weight: 700;
    font-size: 45px;
    color: #3F3F3F;
    margin-bottom: 36px;
    line-height: 60px;
    text-align: center;
}
.sample_minitext {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #3F3F3F;
    line-height: 28px;
    margin-bottom: 36px;
}
.sample_text{
    display: flex;
    justify-content: space-between;
    margin-bottom: 46px;
}
.sample_text p{
    font-weight: 500;
    font-size: 18px;
    color: #3F3F3F;
    line-height: 28px;
    width: 100%;
    text-align: center;
}
.sample_text p span{
    color: #408C3C;
}
.sample_inner{
    background: #408C3C;
    border-radius: 10px;
    padding: 52px;
    position: relative;
    margin-bottom: 64px;
}
.sample_inner-title{
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 14px;
    line-height: 32px;
}
.sample_inner-text{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 34px;
    line-height: 26px;
}
#jbForm_sample_form .jb_form,
.sample_form{
    display: flex;
    flex-wrap: wrap;
}
#jbForm_sample_form input[type="tel"], #jbForm_sample_form input[type="text"] ,
.sample_form-inp{
    width: 276px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-right: 20px;
    height: 69px;   
    padding-left: 27px;
    margin-bottom: 0;
    border: none;
}
#jbForm_sample_form input[type="submit"],
.sample_form-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 276px;
    background: #B5F0B2;
    border-radius: 10px;
    height: 69px;
    font-weight: 700;
    font-size: 15px;
    color: #000000;
    line-height: 24px;
    cursor: pointer;
    margin-bottom: 0;
    border: none;
}
#jbForm_sample_form .jbForCheckbox a{
    color: #FFFFFF; 
}
#jbForm_sample_form .jbForCheckbox,
.sample_form-ok{
    font-weight: 500;
    font-size: 11px;
    color: #FFFFFF;
    opacity: 0.7;
    line-height: 16px;
    width: 100%;
    margin-top: 20px;
}
.sample_form-img{
    position: absolute;
    right: 25px;
    bottom: 72px;
}
.sample_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sample_manager{
    padding-right: 160px;
    position: relative;
    width: 340px;
}
.sample_manager-subtitle{
    font-weight: 700;
    font-size: 18px;
    color: #3F3F3F;
    margin-bottom: 16px;
    line-height: 26px;
}
.sample_manager-title{
    font-weight: 600;
    font-size: 18px;
    color: #3F3F3F;
    margin-bottom: 5px;
    line-height: 26px;
}
.sample_manager-text{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #3F3F3F;
}
.sample_manager-img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.sample_items{
    display: flex;
    justify-content: space-between;
    width: 820px;
}
.sample_item{
    font-weight: 500;
    line-height: 22px; 
    color: #3F3F3F;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
}
.sample_item::before{
    position: absolute;
    content: "";
    background-color: #3AAA35;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: 6px;
    left: 0px;
}


.menu_burger{
    display: none;
}
.header_links-text{
    display: none;
}
.reviews_slider{
    display: none;
}
.header_mobile{
    display: none;
}
.sample_text-mobile{
    display: none;
}
.thanks{
    margin: 145px 0 85px;
}
.thanks_info{
    padding-right: 590px;
    position: relative;
    margin-bottom: 55px;
}
.thanks_title{
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 16px;
    line-height: 54px;
}
.thanks_text{
    font-weight: 500;
    font-size: 18px;
    color: #3F3F3F;
    margin-bottom: 55px;
    line-height: 26px;
}
.thanks_desc{
    font-size: 18px;
    line-height: 26px;
    color: #3F3F3F;
    margin-bottom: 20px;
}
.thanks_desc:last-child{
    margin-bottom: 0;
}
.thanks_desc span{
    font-weight: 600;
}

.thanks_img{
    width: 530px;
    height: 464px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}
.thanks_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.thanks_subtitle{
    font-weight: 600;
    font-size: 18px;
    color: #268F21;
    margin-bottom: 20px;
    line-height: 24px;
}
.thanks_items{
    display: flex;
    justify-content: space-between;
}
.thanks_item{
    width: 32%;
    padding-left: 39px;
    position: relative;
    font-size: 18px;
    color: #3F3F3F;
    line-height: 24px;
}
.thanks_item::before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background-image: url(../img/ok.svg);
    background-size: cover;
}
.thanks_inner{
    background: #F2F2F2;
    border-radius: 10px;
    padding: 50px 40px;
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.thanks_inner-title{
    font-weight: 600;
    font-size: 18px;
    color: #1A9614;
    line-height: 26px;
    width: 252px;
}
#jbForm_thanks_form .jb_form,
.thanks_form{
    display: flex;
    align-items: center;
}
#jbForm_thanks_form input[type="tel"], #jbForm_thanks_form  input[type="text"],
.thanks_form-inp{
    width: 312px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-right: 10px;
    height: 69px;
    padding-left: 20px;
    margin-bottom: 0;
    border: none;
}
#jbForm_thanks_form .jbForCheckbox a{
    color: #737373;
    
}
#jbForm_thanks_form .jbForCheckbox,
.thanks_form-ok{
    font-weight: 500;
    font-size: 12px;
    color: #737373;
    opacity: 0.7;
    text-align: left;
    width: 282px;
    line-height: 14px;
}
#jbForm_thanks_form input[type="submit"],
.thanks_form-btn{
    width: 312px;
    height: 69px;
    margin-right: 20px;
    cursor: pointer;
    margin-bottom: 0;
    border: none;
}
.why{
    margin-bottom: 90px;
}
.why_title{
    font-weight: 700;
    font-size: 45px;
    line-height: 60px;
    color: #268F21;
    margin-bottom: 30px;
}
.why_items{
    margin-bottom: 35px;
}
.why_item{
    line-height: 24px;
    color: #3F3F3F;
    padding-left: 40px;
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
}
.why_item:last-child{
    margin-bottom: 0;
}
.why_item span{
    font-weight: 600;
}
.why_item::before{
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    top: 0;
    left: 0;
    background-image: url(../img/ok.svg);
    background-size: cover;
}
.control_title{
    font-weight: 700;
    font-size: 45px;
    color: #268F21;
    margin-bottom: 48px;
    line-height: 60px;
}
.control_items{
    display: flex;
    justify-content: space-between;
}
.control_item{
    width: 32%;
}
.control_item-title{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
    padding-left: 115px;
    position: relative;
}
.control_item-title img{
    position: absolute;
    left: -15px;
    top: 0;
}
.control_item-title span{
    color: #268F21;
}
.control_item-title br{
    display: none;
}
.control_item-text{
    font-size: 18px;
    color: #3F3F3F;
    line-height: 24px;
}
.popup_body{
    width: 460px;
    padding: 40px 30px;
    border-radius: 12px;
}
.popup_body-title{
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 20px;
}
.popup_bodu-text{
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 26px;
}
.jbForm input[type="tel"],
.jbForm input[type="text"]{
    width: 276px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto 10px;
    height: 69px;
    padding-left: 27px;
    border: 1px solid #e0dcdc;
    display: block;
}
.jbForm textarea{
    width: 276px;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 0 auto 10px;
    height: 100px;
    padding-left: 27px;
    border: 1px solid #e0dcdc;
    display: block;
    resize: none; 
}
.jbForm input[type="submit"] {
    background: linear-gradient(90deg, #1A9614 0%, #33B62D 100%), linear-gradient(269.93deg, #FFBE04 0.07%, #FB8800 99.95%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 24px;
    margin: 0 auto 20px;
    width: 276px;
    height: 70px;
}
.jbForm label.jbForCheckbox{
    text-align: center;
    margin: 0 auto;
}
.showroom_wrapper{
    display: flex;
    justify-content: space-between;
}
.showroom_wrapper-subtitle{
    font-weight: 500;
    font-size: 24px;
    color: #3F3F3F;
    line-height: 28px;
    margin-bottom: 38px;
}
.showroom_wrapper-item{
    font-size: 18px;
    color: #2C2C2C;
    line-height: 22px;
    margin-bottom: 34px;
    padding-left: 42px;
    position: relative;
}
.showroom_wrapper-item::before{
    position: absolute;
    content: "";
    background-image: url(../img/ok_item.svg);
    background-size: cover;
    width: 20px;
    height: 16px;
    left: 0;
    top: 35%;
    transform: translateY(-50%);
}
.showroom_wrapper-item:last-child{
    margin-bottom: 0;
}
.showroom_wrapper-img{
    display: flex;
}
.map{
    margin-bottom: 80px;
}
.map_title{
    font-weight: 700;
    font-size: 45px;
    color: #3F3F3F;
    line-height: 60px;
    margin-bottom: 38px;
}
.map_wrapper{
    display: flex;
    align-items: center;
    margin-bottom: 54px;
}
.map_time{
    font-size: 16px;
    color: #000000;
    line-height: 16px;
    margin-bottom: 10px;
}
.map_number{
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.04em;
    color: #000000;
    line-height: 22px;
    transition: all 0.3s;
}
.map_number:hover{
    color: #33B62D;
}
.map_left{
    margin-right: 50px;
}
.map_messages{
    display: flex;
    margin-right: 50px;
}
.map_message{
    display: flex;
    margin: 0 15px;
}
.map_adres{
    font-size: 18px;
    color: #000000;
    line-height: 18px;
}
.map_adres span{
    margin-top: 10px;
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
}
.map_item{
    height: 434px;
    display: flex;
}

.map_item iframe{
    width: 100%;
    height: 100%;
}
.footer{
    background: #F4F4F4;
    padding: 60px 0;
}
.footer_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_logo{
    display: flex;
    margin-bottom: 18px;
}
.footer_inner{
    display: flex;
}
.footer_text{
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    width: 180px;
    margin-right: 13px;
}
.footer_link{
    display: block;
    font-size: 13px;
    color: #5A5A5A;
    line-height: 20px;
    margin-bottom: 18px;
}
.footer a{
    
    transition: all 0.3s;
}
.footer a:hover{
    color: #33B62D;
}
.footer_decs{
    font-size: 13px;
    color: #5A5A5A;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
}
.footer_dev img{
    margin-left: 8px;
}
.footer_dev{
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 13px;
    color: #5A5A5A;
    line-height: 20px;
}

.thanks_page-title {
    font-weight: 700;
    font-size: 45px;
    color: #268F21;
    margin-bottom: 15px;
    line-height: 60px;
}
.thanks_desc {
    font-size: 18px;
    line-height: 26px;
    color: #3F3F3F;
    margin-bottom: 20px;
}

.quiz_btn {
    display: none;
}
.quiz_mobile {
    display: none;
}






@media( max-width:1350px){
    .container{
        max-width: 1200px;
    }
    .works_item {
        width: 24%;
        height: 196px;
    }
    .video_item {
        height: 209px;
        width: 32%;
    }
    .showroom_slider{
        padding: 0 40px;
    }
    .showroom_slider .slick-prev {
        left: -10px;
    }
    .showroom_slider .slick-next {
        right: -10px;
    }
    .showroom_item br{
        display: none;
    }
    .showroom_item{
        width: 19%;
    }
    .showroom_slide{
        height: 263px;
    }
    .send_img{
        z-index: -1;
        right: 380px;
    }
    .send_wrapper{
        z-index: 1;
        padding: 60px 28px;
    }
    .sample_inner{
        z-index: 1;
    }
    .sample_form-img{
        z-index: -1;
        bottom: 143px;
    }
    .sample_items {
        width: 770px;
    }
    .main_img{
        width: 800px;
        top: 125px;
    }
    .main_img img{
        width: 100%;
        height: auto;
    }
    .thanks_inner{
        flex-wrap: wrap;
    }
    .thanks_inner-title{
        margin-bottom: 25px;
        width: 350px;
    }
    .header_title{
        display: none;
    }
}
@media(max-width:1250px){
    .container{
        max-width: 992px;
    }
    .header_title{
        display: none;
    }
    .main_img {
        top: 275px;
        width: 600px;
    }
    .header_img{
        display: none;
    }
    .header_logo{
        margin-right: 0;
    }
    .quiz_title br{
        display: none;
    }
    .works_item{
        height: 162px;
    }
    .showroom_title br,
    .team_title br,
    .certificates_title br,
    .video_title br{
        display: none;
    }
    .video_item{
        height: 172px;  
    }
    .reviews_item{
        margin: 0;
        width: 24%;
    }
    .certificates_item img,
    .reviews_item img{
        width: 100%;
        height: auto;
    }
    .reviews_items{
        justify-content: space-between;
    }
    .assortment_item-btn{
        width: 100%;
    }
    .assortment_item-img {
        height: 176px;
    }
    .showroom_items{
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-bottom: -40px;
    }
    .showroom_item{
        width: 30%;
        margin-bottom:40px;
        text-align: center;
    }
    .team_item-img{
        height: 250px;
    }
    .send_wrapper{
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 80%;
        margin: 0 auto;
        padding: 30px 20px 240px;
    }
    .send_img{
        right: 50%;
        transform: translateX(50%);
        width: 240px;
    }
    .send_img img{
        width: 100%;
        height: 100%;
    }
    .sample_text p{
        width: 48%;
    }
    #jbForm_sample_form input[type="tel"], #jbForm_sample_form input[type="text"], .sample_form-inp{
        width: 260px;
    }
    .sample_items {
        width: 650px;
    }
    .sample_manager {
        padding-right: 120px;
        width: 300px;
    }
    .sample_manager-img{
        width: 120px;
        height: 120px;
    }
    .sample_manager-img img{
        width: 100%;
        height: 100%;
    }

    .btn{
        font-size: 16px;
    }
    .showroom_slide {
        height: 190px;
    }
    .thanks_img{
        margin-bottom: 25px;
        position: relative;
    }
    .thanks_info{
        padding-right: 0;
    }
    #jbForm_thanks_form .jb_form,
    .thanks_form{
        flex-wrap: wrap;
    }
    #jbForm_thanks_form .jbForCheckbox, .thanks_form-ok{
        width: 100%;
        margin-top: 20px;
    }
    .certificates_wrapper{
        flex-direction: column;
    }
}
@media(max-width:998px){
    .container{
        max-width: 698px;
    }
    .header_img{
        display: none;
    }
    .header_adres{
        display: none;
    }
    .header_logo{
        margin-right: 0;
    }
    .header_wrapper{
        padding: 20px 0 ;
    }
    .main {
        padding-top: 134px;
    }
    .main h1 br{
        display: none;
    }
    .main_subtitle{
        text-align: center;
    }
    .main h1{
        margin-bottom: 300px;
        text-align: center;
    }
    .main_wrapper{
        display: flex;
        flex-direction: column;
    }
    .main_items{
        order: 1;
        width: 480px;
        margin: 0 auto;
    }
    .main_inner{
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .main_btn{
        margin-bottom: 35px;
    }
    .main_img {
        top: 320px;
        width: 660px;
    }
    .showroom_wrapper{
        flex-direction: column;
    }
    .showroom_wrapper-left{
        margin-bottom: 25px;
    }
    .map_wrapper{
        flex-wrap: wrap;
    }
    .map_adres{
        width: 100%;
        margin-top: 25px;
    }
    .footer_wrapper{
        flex-wrap: wrap;
    }
    .footer_center{
        width: 100%;
        order: 1;
        margin-top: 25px;
    }
    .quiz {
        margin: 60px 0;
    }
    .header{
        position: fixed;
        background-color: #fff;
    }
    .menu_burger{
        display: flex;
        width: 35px;
        height: 25px;
        position: relative;
        z-index: 11;
    }
    .menu_burger::before{
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        background: #000000;
        width: 100%;
        height: 3px;
        border-radius: 2px;
        transition: all 0.3s;
    }
     .menu_burger.active::before{
        transform: rotate(45deg);
        top: 11px;
     }
    .menu_burger::after{
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        background: #000000;
        width: 100%;
        height: 3px;
        border-radius: 2px;
        transition: all 0.3s;
    }
    .menu_burger.active::after{
        transform: rotate(-45deg);
        bottom: 11px;
     }
    .menu_burger span{
        position: absolute;
        content: "";
        top: 11px;
        right: 0;
        background: #000000;
        width: 100%;
        height: 3px;
        border-radius: 2px;
        transition: all 0.3s;
    }
    .menu_burger.active span{
        transform: scale(0);
     }
    .header_links{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .header_links-text{
        display: block;
        font-weight: 500;
        font-size: 13px;
        text-align: center;
        color: #646464;
        line-height: 28px;
    }
    .works_items  .slick-arrow{
        position: absolute;
        bottom: -64px;
        width: 40px;
        height: 40px;
        border: none;
        cursor: pointer;
        z-index: 1;
        font-size: 0;
        background: none;
    }
    .works_items  .slick-next{
        background-image: url(../img/arrow_right.svg);
        right: 0;
    }
    .works_items  .slick-prev{
        background-image: url(../img/arrow_left.svg);
        left: 0;
    }
    .works_items .slick-dots{
        position: absolute;
        bottom: -50px;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .works_items .slick-dots button{
        width: 10px;
        background: #C1C1C1;
        margin: 0 4px;
        height: 10px;
        border-radius: 50%;
        padding: 0;
        border: none;
        font-size: 0;
        cursor: pointer;
    }
    .works_items .slick-dots .slick-active button{
        background: #3AAA35;
    }
    .works_item{
        margin: 0 5px;
        height: 226px;
    }
    .sample_title,
    .team_title ,
    .showroom_title,
    .certificates_title,
    .assortment_title,
    .reviews_title,
    .video_title,
    .works_title,
    .quiz_title {
        font-size: 32px;
        line-height: 44px;
    }
    .assortment_title{
        text-align: center;
        margin-bottom: 20px;
    }
    .works_title{
        margin-bottom: 20px;
    }
    .works_text{
        margin-bottom: 30px;
        font-size: 18px;
    }
    .certificates_items     .slick-arrow,
    .team_items    .slick-arrow,
    .assortment_items    .slick-arrow,
    .reviews_slider   .slick-arrow,
    .video_items   .slick-arrow{
        position: absolute;
        bottom: -64px;
        width: 40px;
        height: 40px;
        border: none;
        cursor: pointer;
        z-index: 1;
        font-size: 0;
        background: none;
    }
    .certificates_items     .slick-next,
    .team_items    .slick-next,
    .assortment_items    .slick-next,
    .reviews_slider   .slick-next,
    .video_items   .slick-next{
        background-image: url(../img/arrow_right.svg);
        right: 0;
    }
    .certificates_items     .slick-prev,
    .team_items    .slick-prev,
    .assortment_items    .slick-prev,
    .reviews_slider   .slick-prev,
    .video_items   .slick-prev{
        background-image: url(../img/arrow_left.svg);
        left: 0;
    }
    .certificates_items    .slick-dots,
    .team_items   .slick-dots,
    .assortment_items   .slick-dots,
    .reviews_slider  .slick-dots,
    .video_items  .slick-dots{
        position: absolute;
        bottom: -50px;
        display: flex;
        width: 100%;
        justify-content: center;
    }
    .certificates_items    .slick-dots button,
    .team_items   .slick-dots button,
    .assortment_items   .slick-dots button,
    .reviews_slider  .slick-dots button,
    .video_items  .slick-dots button{
        width: 10px;
        background: #C1C1C1;
        margin: 0 4px;
        height: 10px;
        border-radius: 50%;
        padding: 0;
        border: none;
        font-size: 0;
        cursor: pointer;
    }
    .certificates_items    .slick-dots .slick-active button,
    .team_items   .slick-dots .slick-active button,
    .assortment_items   .slick-dots .slick-active button,
    .reviews_slider  .slick-dots .slick-active button,
    .video_items  .slick-dots .slick-active button{
        background: #3AAA35;
    }
    .video_item{
        height: 372px;
    }
    .reviews_items{
        display: none;
    }
    .reviews_slider{
        display: block;
        margin-bottom:120px;
    }
    .reviews_slide{
        margin: 0 5px;
    }
    .reviews_slide img{
        width: 100%;
        height: auto;
    }
    .assortment_item{
        margin: 0 10px;
    }
    .assortment_item-img{
        height: 220px;
    }
    .assortment_items{
        margin-bottom: 0;
    }
    .assortment{
        margin-bottom: 120px;
    }
    .showroom_items{
        margin-bottom: 0;
    }
    .showroom{
        margin-bottom: 40px;
    }
    .team_item{
        margin: 0 10px;
    }
    .team{
        margin-bottom: 160px;
    }
    .sample_text P{
        width: 100%;
    }
    .sample_text p:last-child{
        display: none;
    }
    .sample_body{
        flex-direction: column;
        display: flex;
    }
    .sample_inner{
        order: 1;
        margin-bottom: 0;
    }
    .sample_wrapper{
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 25px;
    }
    .sample_manager{
        margin-bottom: 40px;
    }
    .sample_items{
        width: 100%;
        flex-direction: column;
    }
    .sample_item{
        width: 100%;
        margin-bottom: 20px;
    }
    .sample_item br{
        display: none;
    }
    .sample_items:last-child{
        margin-bottom: 0;
    }
    .sample_inner{
        text-align: center;
    }
    #jbForm_sample_form .jb_form,
    .sample_form{
        flex-direction: column;
        
        align-items: center;
    }
    #jbForm_sample_form input[type="tel"], #jbForm_sample_form input[type="text"], .sample_form-inp,
    .sample_form-inp{
        margin-right: 0;
        width: 276px;
        margin-bottom: 10px;
    }
    #jbForm_sample_form .jbForCheckbox, .sample_form-ok{
        width: 276px;
        margin: 20px auto 0;
    }
    .sample_form-img{
        bottom: 100px;
        right: 50%;
        transform: translateX(50%);
    }
    #jbForm_sample_form input[type="submit"], .sample_form-btn{
        margin-bottom: 136px;
    }
    .header_mobile{
        display: flex;
        flex-direction: column;
        align-items: center;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        transition: all 0.6s;
        opacity: 0;
        visibility: hidden;
        padding-top: 50px;
    }
    .header_mobile-logo{
        margin-bottom: 15px;
    }
    .header_mobile .header_title{
        display: block;
        text-align: center;
        margin-bottom: 25px;
        margin-right: 0;
    }
    .header_mobile .header_number{
        margin-bottom: 25px;
    }
    .header_mobile .header_img{
        display: block;
        margin-bottom: 15px;
    }
    .header_mobile .header_adres{
        display: block;
        margin-bottom: 15px;
        width: 250px;
    }
    .header_mobile.active{
        opacity: 1;
        visibility: visible;
        background-color: #fff;
    }
    .certificates_items{
        width: 80%;
        margin: 0 auto;
    }
    .certificates{
        margin-bottom: 120px;
    }
    .thanks{
        margin-top: 120px;
    }
    .thanks_text{
        margin-bottom: 30px;
    }
    .thanks_items{
        flex-direction: column;
    }
    .thanks_item{
        width: 100%;
        margin-bottom: 20px;
    }
    .thanks_item:last-child{
        margin-bottom: 0;
    }

    #jbForm_thanks_form input[type="tel"], #jbForm_thanks_form input[type="text"], .thanks_form-inp{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .control_items{
        flex-direction: column;
    }
    .control_item{
        width: 100%;
        margin-bottom: 40px;
    }
    .control_item:last-child{
        margin-bottom: 0;
    }
   .header_wrapper .header_whats{
        display: none;
    }
   .header_wrapper .header_links-text{
        display: none;
    }
   .header_wrapper .header_order{
        display: none;
    }
    .header_wrapper{
        position: relative;
    }
    .header_number{
        margin-top: 0;
    }
    .header_wrapper  .header_number{
        font-size: 0;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        position: absolute;
        right: 92px;
        top: 50%;
        transform: translateY(-50%);
        padding-left: 0;
    }
    .header_wrapper  .header_number::before{
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }
}
@media(max-width:767px){
    .container{
        max-width: 100%;
        padding: 0 15px;
    }
    .main{
        padding-top: 90px;
        overflow: hidden;
    }
    .main_subtitle{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .main h1{
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 250px;
    }
    .main_img{
        width: 545px;
        top: 280px;
        right: -85px;
    }
    .main_items,
    .main_info{
        width: 100%;
    }
    .main_item{
        width: 100%;
    }
    .main_info{
        padding-left: 0;
    }
    .main_info-title{
        padding-left: 60px;
        margin-bottom: 10px;
    }
    .main_info-img{
        width: 40px;
        top: -5px;
    }
    .main_info-img img{
        width: 100%;
        height: auto;
    }
    .sample_title, .team_title, .showroom_title, .certificates_title, .assortment_title, .reviews_title, .video_title, .works_title, .quiz_title{
        line-height: 32px;
        font-size: 24px;
    }
    .quiz_title{
        text-align: left;
        margin-bottom: 6px;
    }
    .video_title{
        margin-bottom: 25px;
    }
    .video_item{
        height: 185px;
    }
    .reviews_title{
        margin-bottom: 24px;
    }
    .reviews{
        margin: 70px 0;
    }
    .assortment{
        margin: 70px 0 120px;
    }
    .certificates_items{
        width: 100%;
    }
    .certificates_item{
        margin: 0;
    }
    .certificates_title{
        margin-bottom: 24px;
    }
    .showroom_title{
        margin-bottom: 25px;
    }
    .showroom_slider .slick-arrow{
        top: auto;
        bottom: -63px;
        transform: none;
    }
    .showroom_slider{
        padding: 0;
    }
    .showroom_slide{
        margin: 0;
        height: 220px;
    }
    .showroom_subtitle{
        text-align: left;
    }
    .showroom_item{
        width: 100%;
        text-align: left;
        margin-bottom: 10px;
    }
    .showroom{
        margin-bottom: 60px;
    }
    .team_text{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 30px;
    }
    .team_item-img{
        height: 373px;
    }
    .team_item{
        margin: 0;
    }
    .team {
        margin-bottom: 130px;
    }
    .send_left{
        width: 100%;
    }
    .send_wrapper{
        width: 100%;
    }
    .send .container{
        padding: 0;
    } 
    .send{
        margin-bottom: 60px;
    }
    .sample{
        margin: 60px 0;
    }
    .send_title{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .send_text{
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 17px;
    }
    .send_subtitle{
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 30px;
    }
    .sample_title{
        margin-bottom: 23px;
    }
    .sample_text-mobile{
        display: block;
        font-weight: 600;
        font-size: 18px;
        text-align: center;
     
        margin-bottom: 14px;
        line-height: 26px;
    }
    .sample_text-mobile span{
        color: #408C3C;
    }
    .sample_inner{
        width: 100vw;
        margin-left: -15px;
        padding: 46px 20px;
    }

    .thanks_title{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .thanks_img{
        width: 100%;
        height: auto;
    }
    .thanks_inner{
        padding: 50px 15px;
        text-align: center;
    }
    .thanks_inner-title{
        width: 100%;
        text-align: center;
    }
     #jbForm_thanks_form  .jb_input{
        width: 100%;
     }
    #jbForm_thanks_form input[type="submit"], .thanks_form-btn{
        width: 100%;
        font-size: 16px;
        margin-right: 0;
    }
    #jbForm_thanks_form input[type="tel"], #jbForm_thanks_form input[type="text"], 
    .thanks_form-inp{
        display: block;
        width: 100%;
    }
    #jbForm_thanks_form .jbForCheckbox, .thanks_form-ok{
        text-align: center;
    }
    .thanks{
        margin-bottom: 60px;
    }
    .why_title{
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
        text-align: center;
    }
    .why{
        margin-bottom: 60px;
    }
    .control_title{
        line-height: 32px;
        font-size: 24px;
    }
    .video{
        margin-top: 60px;
    }
    .popup_body{
        padding: 40px 20px 30px;
    }
    .jbForm label.jbForCheckbox,
    .jbForm input[type="submit"],
    .jbForm input[type="tel"], .jbForm input[type="text"]{
        max-width: 100%;
    }
    .popup_body-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .popup_bodu-text {
        text-align: center;
        font-size: 16px;
        margin-bottom: 16px;
        font-weight: 500;
        line-height: 24px;
    }
    .scroll{
        display: none;
    }
    .certificates_items{
        display: block;
    }
    .showroom_title br:nth-child(1){
        display: block;
    }
    .header_wrapper .header_number{
        right: 50px;
    }
    .header_logo{
        margin-top: 4px;
    }
    .certificates{
        margin-bottom: 60px;
    }
    .showroom_wrapper-img img{
        width: 100%;
        height: auto;
    }
    .showroom_wrapper-subtitle{
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .showroom_wrapper-item{
        margin-bottom: 12px;
    }
    .map_title{
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
        text-align: center;
    }
    .map_left{
        margin-right: 0;
        margin-bottom: 26px;
        width: 100%;
        text-align: center;
    }
    .map_messages{
        width: 100%;
        margin-right: 0;
        justify-content: center;
    }
    .map_adres{
        text-align: center;
    }
    .map_item{
        height: 226px;
    }
    .map_wrapper{
        margin-bottom: 30px;
    }
    .footer_left{
        display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 50px;
        align-items: center;
    }
    .footer_inner{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer_text{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footer_right{
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        align-items: center;
    }
    .footer_center{
        text-align: center;
    }
    .footer_decs{
        justify-content: center;
    }
    .works_items .slick-dots button {
        width: 8px;
        margin: 0 2px;
        height: 8px;
    }
    .certificates_title{
        text-align: center;
    }
    .thanks_page-title {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }
    .quiz_title {
        text-align: center;
        margin-bottom: -5px;
    }
    .quiz_mobile {
        display: flex;
        height: 80vw;
        width: 100vw;
        margin-left: -15px;
    }
    .quiz_mobile img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .quiz_btn {
        display: flex;
        width: 298px;
        height: 69px;
        z-index: 2;
        position: relative;
        margin-top: 10px;
        margin: 0 auto;
    }
    .quiz_item {
        display: none;
    }
    .works{
        margin-top: 60px;
    }
}