/*! 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: 'Rawline';
    src: url('../fonts/Rawline-ExtraBold.woff2') format('woff2'),
         url('../fonts/Rawline-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Rawline';
    src: url('../fonts/Rawline-Bold.woff2') format('woff2'),
         url('../fonts/Rawline-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Rawline';
    src: url('../fonts/Rawline-SemiBold.woff2') format('woff2'),
         url('../fonts/Rawline-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Rawline';
    src: url('../fonts/Rawline-Medium.woff2') format('woff2'),
         url('../fonts/Rawline-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Rawline';
    src: url('../fonts/Rawline-Regular.woff2') format('woff2'),
         url('../fonts/Rawline-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


.main_thanks{
    min-height: 70vh;
    display: flex;
    align-items: center;
}


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: 'Rawline';
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.container{
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
}


.header_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.header_time{
    font-weight: 600;
    line-height: 18.2px;
    color: #3B4047;
    font-size: 13px;
}
.header_question{
    display: flex;
    align-items: center;
    gap: 20px;
}
.header_question-title{
    font-weight: 600;
    line-height: 18.2px;
    color: #3B4047;
    font-size: 13px;
    margin-right: 10px;
}
.header_question-btn{
    background: #42CA68;
    width: 200px;
    height: 46px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 16.55px;
    color: #FFFFFF;
    font-size: 12px;
    padding-right: 32px;
    position: relative;
}
.header_question-btn::before{
    position: absolute;
    content: "";
    background-image: url(../img/whats2.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.header_number{
    font-weight: 700;
    line-height: 21.6px;
    color: #3B4047;
    font-size: 18px;
}
.header_consult{
    background: #D49957;
    width: 210px;
    height: 46px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 17.93px;
    text-align: center;
    color: #FFFFFF;
    align-items: center;
}
.menu_burger{
    display: none;
}
.header_inner{
    display: none;
}

.main_slide{
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    z-index: 1;
    padding: 70px 80px;
}
.main_slide-img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
}
.main_slide-img picture,
.main_slide-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_title{
    font-weight: 700;
    line-height: 60.5px;
    color: #FFFFFF;
    margin-bottom: 30px;
    font-size: 55px;
    max-width: 520px;
}
.main_subtitle{
    font-weight: 600;
    line-height: 33px;
    color: #FFFFFF;
    font-size: 30px;
    margin-bottom: 94px;
}
.main_btns{
    display: flex;
    gap: 15px;
}
.main_btn{
    width: 250px;
    height: 60px;
}
.jb_input input[type='submit'],
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #D49957;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;
    color: #fff;
    border-radius: 100px;    
    font-size: 16px;
}
.main_btn:nth-child(2){
    background: #FFFFFF;
    color: #D49957;
}
.main_next{
    position: absolute;
    right: 40px;
    bottom: 40px;
    padding: 25px;
    width: 200px;
    cursor: pointer;
    height: 200px;
    z-index: 1;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.main_next-img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    display: flex;
}
.main_next-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_next-title{
    font-size: 16px;
    line-height: 19.2px;
    color: #fff;
    font-weight: 600;
}
.main_next-title svg{
    margin-left: 10px;
    transform: translateY(3px);
}
.main_next-dots{
    display: flex;
    margin-bottom: 6px;
    gap: 7px;
}
.main_next-dot{
    background: #FFFFFF;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.main_next-dot.active{
    background-color: #D49957;
}
.main_slider .slick-arrow{
display: none !important;
}

.main_items{
    margin: 14px 0 120px;
    display: flex;
    gap: 12px;
}
.main_item{
    background: #EFEFEF;
    border-radius: 20px;
    padding: 40px;
    font-weight: 600;
    line-height: 20.8px;
    color: #2A2A2A;
    font-size: 16px;
    padding-top: 110px;
    position: relative;
    flex: 1;
}
.main_item:last-child img{
    top: 35px;
}
.main_item img{
    position: absolute;
    top: 40px;
    left: 40px;
    display: block;
}
.quiz{
    margin: 120px 0;
}
h2{
    font-weight: 800;
    line-height: 49.5px;
    color: #2B2B2B;
    font-size: 45px;
    margin-bottom: 40px;
}
.quiz h2{
    text-align: center;
}
.quiz_item{
    display: flex;
    justify-content: center;
}
.quiz_item img{
    max-width: 100%;
}
.ways{
    margin: 120px 0;
}
.ways_tabs{
    display: flex;
    margin-bottom: 36px;
    gap: 40px;
}
.ways_tab{
    font-weight: 600;
    line-height: 22px;
    color: #2B2B2B;
    font-size: 20px;
    cursor: pointer;
    padding-bottom: 5px;
}
.ways_tab.active{
    color: #D49957;
    border-bottom: 2px solid;
    
}
.ways_items{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 16px;
}
.ways_item{
    width: calc(33.333% - 10.666px);
    display: none;
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
}
.ways_item.active{
    display: flex;
}
.ways_item-img{
    height: 320px;
    width: 100%;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 10px;
}
.ways_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ways_item-status{
    position: absolute;
    top: 10px;
    left: 10px;
    background: #38A04F;
    border-radius: 50px;
    padding: 8px 20px;
    color: #fff;
    font-weight: 600;
    line-height: 16.8px;
    font-size: 14px;
}
.ways_item-sale{
    background: #FF8800;
    border-radius: 50px;
    padding: 8px 20px;
    font-weight: 800;
    line-height: 16.8px;
    color: #FFFFFF;
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 130px;
}
.ways_item-title{
    font-weight: 600;
    line-height: 24px;
    color: #2B2B2B;
    margin-bottom: 20px;
    font-size: 20px;
}
.ways_item-price{
    font-weight: 600;
    line-height: 19.8px;
    color: #D49957;
    margin-bottom: 30px;
    font-size: 18px;
}
.ways_item-btns{
    display: flex;
    margin-top: auto;
    gap: 10px;
}
.ways_item-btn{
    width: 230px;
    height: 55px;
}
.ways_item-more{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D49957;
    border-radius: 100px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: center;
    color: #D49957;
    font-size: 14px;
    width: 170px;
    height: 55px;
}
.ways_works{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.ways_works .ways_item{
    height: 400px;
    z-index: 1;
    padding: 20px;
    padding-right: 60px;
    display: none;
    flex-direction: column;
    justify-content: flex-end;
}
.ways_works .ways_item.active{
    display: flex;
}
.ways_work-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    border-radius: 20px;
    z-index: -1;
    overflow: hidden;
}
.ways_work-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ways_work-title{
    font-weight: 600;
    line-height: 21.6px;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 18px;
}
.ways_work-subtitle{
    font-weight: 500;
    line-height: 15.4px;
    color: #FFFFFF;
    font-size: 14px;
}


.advantages{
    margin: 120px 0;
    position: relative;
    padding-top: 100px;
    z-index: 1;
}
.advantages h2{
    color: #FFFFFF;
    max-width: 480px;
}
.advantages::before{
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 155px);
    background: #3A3A3A;
    top: 0;
    right: 0;
    z-index: -1;
}
.advantages_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.advantages_items{
    display: flex;
    flex-wrap: wrap;
    width: 820px;
}
.advantages_item{
    width: 50%;
    border-bottom: 1px solid #FFFFFF26;
    padding-bottom: 30px;
    position: relative;
    padding-left: 90px;
    margin-bottom: 30px;
}
.advantages_item:nth-last-child(1),
.advantages_item:nth-last-child(2){
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}
.advantages_item-title{
    font-weight: 700;
    line-height: 23.4px;
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 10px;
}
.advantages_item-text{
    font-weight: 500;
    line-height: 18.2px;
    color: #FFFFFF;
    font-size: 14px;
}
.advantages_item-img{
    position: absolute;
    left: 0;
    top: 0;
}


.advantages_inner{
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    height: 470px;
    padding-top: 60px;
    padding-left: 580px;
    z-index: 1;
}
.advantages_inner-img{
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    z-index: -1;
}

.advantages_inner-img img.active{
    opacity: 1;
}
.advantages_inner-img img{
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
}
.advantages_inner-text{
    font-weight: 600;
    line-height: 23.4px;
    color: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    width: 380px;
}
.advantages_inner-btn{
    width: 260px;
    height: 60px;
}
.applications{
    margin: 120px 0;
}
.applications_items{
    display: flex;
    gap: 5px;
}
.applications_item{
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 250px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    font-weight: 600;
    line-height: 19.5px;
    color: #fff;
    font-size: 15px;
}
.applications_item img{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}
.steps{
    margin: 120px 0;
}
.steps_subtitle{
    font-weight: 500;
    line-height: 20.8px;
    color: #2A2A2A;
    margin-bottom: 20px;
    font-size: 16px;
}
.steps_items{
    display: flex;
    gap: 6px;
}
.steps_item{
    background: #EFEFEF;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    flex: 1;
}
.steps_item-img{
    margin-bottom: 20px;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
    width: 90px;
    height: 90px;
}
.steps_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.steps_item-text{
    font-weight: 600;
    line-height: 19.5px;
    color: #2B2B2B;
    font-size: 15px;
}
.steps_item-number{
    position: absolute;
    top: 5px;
    font-size: 45px;
    font-weight: 800;
    line-height: 45px;
    color: #DFDFDF;
    right: 10px;
}
.steps_item:last-child{
    background: #D49957;
}
.steps_item:last-child .steps_item-text{
    color: #fff;
}
.steps_item:last-child .steps_item-number{
    color: #FFFFFF80;
}
.calc{
    margin: 120px 0;
}
.calc_wrapper{
    padding: 96px 90px;
    border-radius: 30px;
    background-image: url(../img/calc_wrapper.jpg);
    background-size: cover;
    background-position: center;
}
.calc_wrapper h2{
    color: #fff;
    width: 600px;
}
.calc_text{
    font-weight: 600;
    line-height: 22.4px;
    margin-bottom: 40px;
    color: #FFFFFF;
    font-size: 16px;
    width: 406px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.calc_text img{
    border-radius: 50%;
}
.calc_btn{
    width: 260px;
    height: 60px;
}
.about{
    padding: 100px 0 120px;
    background: #EFEFEF;
}
.about_wrapper{
    display: flex;
    justify-content: space-between;
}
.about_info{
    width: 500px;
}
.about_subtitle{
    font-weight: 700;
    line-height: 28px;
    color: #2B2B2B;
    font-size: 20px;
    margin-bottom: 20px;
}
.about_info p{
    font-weight: 400;
    line-height: 22.4px;
    color: #2B2B2B;
    font-size: 16px;
    margin-bottom: 10px;
}
.about_info p:last-child{
    margin-bottom: 0;
}

.about_videos{
    display: flex;
    gap: 10px;
    width: 830px;
}
.about_video{
    width: calc(33.333% - 6.666px);
    border-radius: 20px;
    overflow: hidden;
    height: 480px;
}
.about_video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.popup_video{
    height: 90vh;
    padding: 0;
}
.popup_video video{
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    display: flex;
    width: auto;
}
.showroom{
    padding-bottom: 120px;
    background: #EFEFEF;
}
.showroom_subtitle{
    font-weight: 500;
    line-height: 22.4px;
    font-size: 16px;
    color: #2B2B2B;
    margin-bottom: 30px;
}
.showroom_subtitle span{
    font-weight: 700;
}
.showroom_items{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}
.showroom_item{
    width: calc(25% - 9px);
    border-radius: 10px;
    overflow: hidden;
    height: 300px;
}
.showroom_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team{
    margin: 120px 0;
}
.team_wrapper{
    display: flex;
    gap: 12px;
}
.team_item{
    flex: 1;
}
.team_item-img{
    height: 280px;
    border-radius: 10px;
    margin-bottom: 10px;    
    overflow: hidden;
    display: flex;
}
.team_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team_item-title{
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 5px;
    color: #2B2B2B;
    font-size: 20px;
}
.team_item-subtitle{
    font-weight: 400;
    line-height: 15.4px;
    color: #2B2B2B;
    font-size: 14px;
}
.question{
    margin: 120px 0;
}
.zamer_block .question_wrapper{
    background-image: url(../img/zamer_block.jpg);
}
.question_wrapper{
    background-image: url(../img/question_wrapper.jpg);
    background-size: cover;
    padding: 80px 90px;
    border-radius: 30px;
    overflow: hidden;
    background-position: center;
}
.question_info{
    width: 450px;
}
.question h2{
    color: #fff;
    margin-bottom: 10px;
   
}
.zamer_block.question h2, 
.zamer_block.question_subtitle{
    white-space: nowrap;
}
.question_subtitle{
    font-weight: 600;
    line-height: 22.4px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}
.question_inp{
    width: 300px;
    height: 60px;
    margin-bottom: 10px;
    display: block;
    padding-left: 30px;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    max-width: 100%;
}
.question_btn{
    width: 300px;
    height: 60px;
    max-width: 100%;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
}
.question_ok{
    font-weight: 400;
    line-height: 13px;
    color: #FFFFFF;
    font-size: 10px;
    max-width: 330px;
}
.certificates{
    margin: 120px 0;
}
.certificates_wrapper{
    display: flex;
    justify-content: space-between;
}
.certificates_info{
    width: 450px;
}
.certificates_text{
    font-weight: 500;
    line-height: 20.8px;
    color: #2A2A2A;
    font-size: 16px;
}

.certificates_items{
    display: flex;
    width: 834px;
    gap: 12px;
}
.certificates_item{
    flex: 1;
    display: flex;
}
.certificates_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews_slide{
    border-radius: 20px;
    overflow: hidden;
    margin-right: 10px;
}
.reviews{
    margin: 120px 0;
    background: #EFEFEF;
    padding: 100px 0;
}
.reviews_slider{
    width: calc(100% + 300px);
}

.progress{
    background: #fff;
    border-radius: 10px;
    height: 8px;
    margin-top: 20px;
    background-image: linear-gradient(to right, #D49957, #D49957);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
}
.faq{
    margin: 120px 0;
}
.faq_items{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.faq_item{
    width: calc(50% - 10px);


}
.faq_item-title{
    padding: 14px 20px;
    padding-right: 70px;
    font-size: 18px;
    font-weight: 600;
    line-height: 21.6px;
    color: #2B2B2B;
    background: #EFEFEF;
    border-radius: 10px;
    cursor: pointer;
    min-height: 70px;
    display: flex;
    align-items: center;
    position: relative;
}
.faq_item-title::before{
    position: absolute;
    content: "";
    background-image: url(../img/faq_item.svg);
    background-size: cover;
    width: 45px;
    height: 45px;
    right: 14px;
    top: 50%;
    transition: all 0.4s;
    transform: translateY(-50%);
}
.faq_item-title.active::before{
    transform: translateY(-50%) rotate(180deg);
}
.faq_item-text{
    padding:15px 20px 20px;
    display: none;
}
.cooperation{
    margin: 120px 0;
}
.cooperation_wrapper{
    position: relative;
}
.cooperation_text{
    font-weight: 500;
    line-height: 20.8px;
    color: #2B2B2B;
    font-size: 16px;
    max-width: 670px;
    margin-bottom: 40px;
}
.cooperation_subtitle{
    font-weight: 700;
    line-height: 23.4px;
    color: #2B2B2B;
    font-size: 18px;
    margin-bottom: 30px;
}
.cooperation_items{
    display: flex;
    margin-bottom: 30px;
    gap: 10px;
}
.cooperation_item{
    display: flex;
    width: 290px;
    gap: 20px;
    align-items: center;
}
.cooperation_btn{
    width: 290px;
    height: 60px;
}
.cooperation_img{
    position: absolute;
    top: 16px;
    right: 90px;
}
.contacts{
    margin: 120px 0;
}
.contacts_wrapper{
    display: flex;
    gap: 120px;
    margin-bottom: 30px;
}
.contacts_subtitle{
    line-height: 20.8px;
    margin-bottom: 10px;
    color: #2B2B2B;
    font-size: 16px;
}
.contacts_text{
    font-weight: 600;
    line-height: 23.4px;
    color: #2B2B2B;
    font-size: 18px;
}
a.contacts_text{
    text-decoration: underline;
}
.contacts_messages{
    display: flex;
    gap: 30px;
    align-items: center;
}
.contacts_map{
    height: 400px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
}
.contacts_map iframe{
    width: 100%;
    height: 100%;
}

.footer{
    background: #424242;
    padding: 60px 0;
    position: relative;
    z-index: 5;
}
.footer_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_number{
    font-weight: 700;
    line-height: 21.6px;
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 18px;
    display: block;
}
.footer_time{
    font-weight: 600;
    line-height: 18.2px;
    color: #FFFFFF;
    font-size: 13px;
}
.footer_question{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer_question-title{
    font-weight: 600;
    line-height: 18.2px;
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
    width: 100%;
}
.footer_messages{
    margin: 0 10px;
}
.footer_question-btn{
    background: #D49957;
    width: 200px;
    height: 46px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 16.55px;
    color: #FFFFFF;
    font-size: 12px;
    padding-right: 32px;
    position: relative;
}
.footer_question-btn::before{
    position: absolute;
    content: "";
    background-image: url(../img/whats.svg);
    background-size: cover;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.footer_consult{
    background: #fff;
    width: 210px;
    height: 46px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 17.93px;
    text-align: center;
    color: #D49957;
    align-items: center;
}
.footer_link{
    display: block;
    font-weight: 500;
    line-height: 16.8px;
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 8px;
    margin-left: auto;
    width: fit-content;
}
.footer_link img{
    margin-top: 7px;
    display: block;
    margin-left: auto;
}
.fixed_video{
    position: fixed;
    z-index: 999999;
    border-style: solid;
    background: #eeeeee;
    -webkit-transition: -webkit-transform 0.2s ease-in-out,width 0.3s ease-in-out,height 0.3s ease-in-out,bottom 0.3s ease-in-out,border-color 0.2s ease-in-out,opacity 1s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out,width 0.3s ease-in-out,height 0.3s ease-in-out,bottom 0.3s ease-in-out,border-color 0.2s ease-in-out,opacity 1s ease-in-out;
    transition: transform 0.2s ease-in-out,width 0.3s ease-in-out,height 0.3s ease-in-out,bottom 0.3s ease-in-out,border-color 0.2s ease-in-out,opacity 1s ease-in-out;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 40%);
    left: 30px;
    bottom: 50px;
    border-radius: 20px;
    border-width: 3px;
    width: 200px;
    height: 353px;
    border-color: #ffffff;
    cursor: pointer;
}
#video::-webkit-media-controls {
    display:none !important;
  }
  .fixed_video.active::before{
      display: none;
  }
.fixed_video::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
}
.fixed_video-close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    height: 16px;
    z-index: 11;
    cursor: pointer;
}
.fixed_video-close img{
    width: 100%;
    height: 100%;
}
.fixed_video::before{
    position: absolute;
    content: "Наш шоу-рум";
    font-size: 14px;
    font-weight: 600;
    line-height: 16.8px;
    text-align: center;    
    top: -10px;
    width: 100%;
    right: 0;
    height: auto;
    transform: translateY(-100%);
    padding: 5px;
    background: #EFEFEF;
    box-shadow: 0px 10px 35px rgb(0 0 0 / 8%);
    border-radius: 10px;
}
.fixed_video-btn{
    position: absolute !important;
    bottom: 15px;
    width: 80%;
    height: 45px;
    font-size: 14px;
    right: 50%;
    transform: translateX(50%);
    display: none !important;
}
.fixed_video.active .fixed_video-btn{
    display: flex !important;
}
.fixed_video.active .fixed_video-btn:hover{
    transform: translateX(50%);
}
.fixed_video.active{
    width: 305px;
    height: 530px;
}
.fixed_video.active:hover{
    transform: scale(1);
    border-color: #ffffff;
}
.fixed_video:hover{
    transform: scale(1.1);
    border-color: #0000FF;
}
.fixed_video video{
    width: 100%;
    height: 100%;
       border-radius: 20px;
}
.aside{
    position: fixed;
    right: 0;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}
.aside_item:nth-child(2){
    background: #FFA800;
    font-weight: 800;
    line-height: 19.8px;
    font-size: 18px;
    gap: 0;
    color: #fff;
}
.aside_item{
    margin-top: 5px;
    width: 120px;
    height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #E6E6E6;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
    line-height: 15.4px;
    text-align: center;
    color: #2B2B2B;
    font-weight: 600;
    padding: 15px;
    gap: 5px;
}
.aside_close{
    background: #E7E7E7;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}
.popup_body{
    width: 860px;
    border-radius: 10px;
    padding: 50px 60px;
    position: relative;
}
.popup_body-img{
    position: absolute;
    display: flex;
    bottom: 0;
    right: 104px;
}
.popup_body-title{
    font-weight: 700;
    line-height: 44px;
    color: #000000;
    margin-bottom: 20px;
    font-size: 40px;
}
.popup_body-text{
    font-weight: 500;
    line-height: 20.8px;
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
    width: 332px;
}
.jb_input input[type='text'],
.jb_input input[type='tel'],
.popup_body-inp{
    background: #EEF3F8;
    width: 300px;
    height: 60px;
    border-radius: 100px;
    border: none;
    margin-bottom: 10px;
    padding-left: 30px;
    display: block;
    font-size: 14px;
}
.jb_input input[type='submit'],
.popup_body-btn{
    width: 300px;
    height: 60px;
    border: none;
    margin-bottom: 10px;
}
.jbForCheckbox,
.popup_body-ok{
    line-height: 13px;
    color: #7B7B7B;
    font-size: 10px;
    width: 300px;
    max-width: 100%;
}
.jbForCheckbox a{
    color: #7B7B7B;
}
#popup_delivery .popup_body-img,
#delivery .popup_body-img,
#popup_order .popup_body-img{
    right: 0;
    top: 0;
    bottom: auto;
    left: auto;
}

.scroll{
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 4;
}
.popup_sogl h2:first-child,
.popup_polit h2:first-child{
    margin-top: 0;
}
.popup_sogl,
.popup_polit{
    width: 900px;
}
.popup_sogl ul{
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 30px;
}
.popup_sogl li{
    margin-bottom: 10px;
}
.popup_sogl a,
.popup_polit a{
    color: #000;
}
.popup_sogl h2,
.popup_polit h2{
    margin-bottom: 20px;
    margin-top: 80px;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
}
.popup_polit h2::before{
    display: none;
}
.popup_sogl p,
.popup_polit p{
    margin-bottom: 16px;
}
.about_desc{
    font-weight: 700;
    line-height: 22.4px;
    color: #2B2B2B;
    margin-bottom: 15px;
    font-size: 16px;
}
.about_link{
    font-weight: 700;
    line-height: 27.53px;
    color: #996C39;
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 15px;
}
.catalog_popup{
    width: 100%;
    height: 100%;
}
.catalog_popup-wrapper{
    position: relative;
    padding-left: 700px;
     max-width: 1320px;
     margin: 0 auto;
     width: 100%;
}
.catalog_popup-title{
    font-size: 45px;
    line-height: 49.5px;
    margin-bottom: 40px;
    color: #2B2B2B;
    font-weight: 800;
}
.catalog_popup-imgs{
    position: absolute;
    left: 0;
    top: 0;
}
.catalog_popup-price{
    font-weight: 600;
    line-height: 24.2px;
    color: #D49957;
    margin-bottom: 20px;
    font-size: 22px;
}

.catalog_popup-btn{
    width: 210px;
    height: 55px;
    margin-bottom: 40px;
}
.catalog_popup-text{
    line-height: 20.8px;
    color: #2B2B2B;
    font-size: 16px;
    margin-bottom: 20px;
    max-width: 500px;
}
.catalog_popup-options{
    line-height: 20.8px;
    color: #2B2B2B;
    font-size: 16px;
}

.catalog_popup-options li{
    margin-bottom: 5px;
}
.catalog_popup-img{
    display: flex;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 20px;
}
.catalog_popup-desc{
    font-weight: 600;
    line-height: 21.6px;
    color: #000000;
    margin-bottom: 20px;
    font-size: 18px;
}
.catalog_popup-dots{
    display: flex;
}








@media(max-width:1800px){
    .fixed_video,
    .aside{
        display: none;
    }
}

@media(max-width:1450px){
    .container {
        max-width: 1180px;
    }
    .header_question-title{
        display: none;
    }
    .header_number{
        font-size: 16px;
    }
    .header_time{
        font-size: 12px;
    }
    .header_consult{
        width: 190px;
    }
    .about_info {
        width: 450px;
    }
    .showroom_item{
        height: 250px;
    }
    .team_item-img{
        height: 230px;
    }
    .cooperation_img{
        right: 0;
    }
    .cooperation_item{
        width: 270px;
    }
    .ways_item-img{
        height: 262px;
    }
    .ways_works .ways_item {
        height: 320px;
    }
    .advantages_item{
        padding-right: 20px;
    }
    .advantages_item br{
        display: none;
    }
    .applications_item{
        height: 194px;
    }
    .certificates_items{
        width: 680px;
    }
    .about_videos {
        width: 680px;
    }
    .about_video {
        height: fit-content;
    }
}
@media (max-width: 1200px) {
    .container {
        max-width: 968px;
    }
    .header_time{
        display: none;
    }
    .calc_wrapper {
        padding: 40px;
    }
    .about_wrapper{
        flex-direction: column;
    }
    .about_info{
        width: 100%;
        margin-bottom: 30px;
    }
    .showroom_item{
        height: 210px;
    }
    .team_item-img{
        height: 186px;
    }
    .question_wrapper{
        padding: 40px;
    }
    .contacts_wrapper{
        gap: 60px;
    }
    .contacts_map{
        height: 300px;
    }
    .footer_wrapper{
        flex-wrap: wrap;
    }
    .footer_links{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        width: 100%;
    }
    .footer_link{
        margin-left: 0;
    }
    .footer_link img{
        margin: 7px auto 0;
    }
    .cooperation_img{
        width: 200px;
        top: 0;
    }
    .cooperation_img img{
        width: 100%;
        height: auto;
    }

    .main_slide{
        padding: 40px;
    }
    .main_item{
        padding: 90px 30px 30px;
    }
    .ways_item-img{
        height: 214px;
    }
    .ways_tab{
        font-size: 16px;
    }
    .ways_item-title{
        font-size: 16px;
        line-height: 20px;
    }
    .ways_works .ways_item {
        height: 270px;
    }
    .advantages_wrapper{
        flex-direction: column;
    }
    .advantages h2{
        width: 100%;
    }
    .advantages_inner{
        padding-left: 300px;
        height: 300px;
    }
    .applications_item {
        height: 162px;
        font-size: 14px;
        padding: 14px;
    }
    .steps_item-text br{
        display: none;
    }
    .certificates_wrapper{
        flex-direction: column;
    }
    .certificates_items{
        width: 100%;
        margin-top: 40px;
    }
    .certificates_info{
        width: 100%;
    }
    .catalog_popup-imgs{
        width: 400px;
    }
    .catalog_popup-wrapper{
        padding-left: 440px;
    }
    .catalog_popup-dots img,
    .catalog_popup-img img{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 991.98px){
    .container{
        max-width: 698px;
    }
    .fixed_video {
        bottom: 145px;
        width: 160px;
        height: 278px;
    }
    .header_consult,
    .header_question-btn{
        display: none;
    }
    .header{
        position: fixed;
        z-index: 10;
        top: 0;
        right: 0;
        width: 100%;
        background-color: #fff;
    }
    .header_logo{
        width: 180px;
    }
    .header_logo img{
        width: 100%;
        height: auto;
    }
    .header_number{
        margin-left: auto;
    }
    .header_inner{
        display: block;
        position: fixed;
        width: 100%;
        border-radius: 0 0 20px 20px;
        top: 100px;
        background-color: #fff;
        transition: all 0.6s;
        right: 0;
        padding-top: 40px;
        padding-bottom: 100px;
        overflow: auto;
        opacity: 0;
        visibility: hidden;
    }
    .header_inner.active{
        opacity: 1;
        visibility: visible;
    }
    .header_inner .header_consult, .header_inner .header_question-btn{
        display: flex;
        margin: 0 auto;
    }
    .header_inner .header_time{
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    .header_inner .header_number{
        margin: 20px auto;
        display: block;
        width: fit-content;
    }
    .header_inner .header_question{
        flex-wrap: wrap;
        justify-content: center;
    }
    .header_inner .header_question-title{
        display: block;
        margin-bottom: 5px;
        width: 100%;
        text-align: center;
    }
    .calc{
        margin: 80px 0;
    }
    .calc_wrapper{
        padding: 80px 40px;
        background-image: url(../img/calc_wrapper2.jpg);
    }
    .about{
        padding: 60px 0 80px;
    }
    .showroom{
        padding-bottom: 70px;
    }
    .showroom_items{
        flex-wrap: wrap;
    }
    .showroom_item{
        width: calc(50% - 6px);
        flex: none;
    }
    .team{
        margin: 80px 0;
    }
    .team_wrapper{
        flex-wrap: wrap;
    }
    .team_item{
        width: calc(33.333% - 7.999px);
        flex: none;
    }
    .team_item-img{
        height: 223px;
    }
    .reviews_slide{
        width: 310px;
    }
    .reviews_slide img{
        width: 100%;
        height: auto;
    }
    .faq_item{
        width: 100%;
    }
    .contacts_wrapper{
        flex-wrap: wrap;
    }
    .contacts{
        margin: 80px 0;
    }
    .footer_wrapper{
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .footer_links {
        margin-top: 0;
    }
    .cooperation{
        margin: 80px 0;
    }
    .cooperation_img {
        width: 120px;
        top: -30px;
    }
    .main{
        margin-top: 120px;
    }
    .main_next{
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 70px;
    }
    .main_subtitle{
        margin-bottom: 30px;
    }
    .menu_burger{
        display: block;
        background: #D49957;
        width: 42px;
        height: 42px;
        border-radius: 10px;
        margin-left: 30px;
        position: relative;
    }
    .menu_burger::before{
        position: absolute;
        content: "";
        width: 25px;
        height: 3px;
        background-color: #fff;
        border-radius: 3px;
        top: 12px;
        right: 8px;
        transition: all 0.3s;
    }
    .menu_burger.active::before{
        transform: rotate(45deg);
        top: 20px;
    }
    .menu_burger::after{
        position: absolute;
        content: "";
        width: 25px;
        height: 3px;
        background-color: #fff;
        border-radius: 3px;
        bottom: 12px;
        right: 8px;
        transition: all 0.3s;
    }
    .menu_burger.active::after{
        transform: rotate(-45deg);
        bottom: 19px;
    }
    .menu_burger span{
        position: absolute;
        content: "";
        width: 25px;
        height: 3px;
        background-color: #fff;
        border-radius: 3px;
        top: 19px;
        right: 8px;
        transition: all 0.3s;
    }
    .menu_burger.active span{
        transform: scale(0);
    }
    .main_items{
        margin-bottom: 80px;
        flex-wrap: wrap;
    }
    .main_item{
        width: calc(50% - 6px);
        flex: none;
    }
    .quiz{
        display: none;
    }
    .ways{
        margin: 80px 0;
    }
    .ways_tabs{
        gap: 15px;
        margin-bottom: 30px;
    }
    .ways_tab{
        font-size: 14px;
    }
    .ways_item{
        width: calc(50% - 8px);
    }
    .ways_item-btn{
        padding: 5px;
    }
    .advantages_items{
        width: 100%;
    }
    .advantages{
        margin: 80px 0;
        padding: 70px 0 0;
    }
    .advantages_inner{
        padding-left: 160px;
    }
    .applications{
        margin: 80px 0;
    }
    .applications_items{
        gap: 10px;
        flex-wrap: wrap;
    }
    .applications_item{
        width: calc(33.33% - 6.666px);
        flex: none;
    }
    .steps{
        margin: 80px 0;
    }
    .steps_items{
        flex-wrap: wrap;
    }
    .steps_item{
        flex: none;
        width: calc(33.333% - 4px);
    }
    .zamer_block .question_wrapper {
        background-image: url(../img/zamer_block2.jpg);
        background-position: center bottom;
        padding-bottom: 275px;
    }
    .question_info{
        width: 100%;
    }
    .question,
    .certificates{
        margin: 80px 0;
    }
    .reviews{
        margin: 80px 0;
        padding: 70px 0;
    }
    .faq{
        margin: 80px 0;
    }
    .header_wrapper .header_question{
        display: none;
    }
    .about_videos{
        width: 100%;
    }
    .zamer_block.question h2, 
    .zamer_block.question_subtitle{
        white-space: normal;
    }
    .catalog_popup-imgs{
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .catalog_popup-wrapper{
        padding-left: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    .catalog_popup-inner{
        order: 1;
        margin-top: 20px;
    }
    .catalog_popup-btn{
        margin-bottom: 0;
    }
}


@media (max-width: 767.98px){
    .container{
        max-width: 100%;
        padding: 0 15px;
    }
    .fixed_video{
        display: none;
    }
    #video_popup .fixed_video-btn{
        display: flex !important;
        width: 230px;
        bottom: 80px;
    }
    .header_wrapper .header_number{
        font-size: 0;
        background: #D49957;
        border-radius: 10px;
        width: 42px;
        height: 42px;
        background-image: url(../img/phone.svg);
        background-repeat: no-repeat;
        background-position: center 10px;
    }
    .calc_wrapper{
        padding: 50px 24px;
    }
    .calc_text{
        width: 100%;
        line-height: 19.6px;
        font-size: 14px;
    }
    .about_subtitle{
        line-height: 22.4px;
        font-size: 16px;
    }
    .about_info p{
        font-size: 14px;
        line-height: 19.6px;
    }
    .showroom_subtitle {
        line-height: 19.6px;
        margin-bottom:  20px;
        font-size: 14px;
        gap: 7px;
    }
    .showroom_items{
        gap: 7px;
    }
    .showroom_item{
        width: 195px;
        height: 172px;
        min-width: 195px;
    }
    .certificates_items,
    .showroom_items,
    .steps_items,
    .ways_works,
    .ways_tabs,
   .reviews_slider,
    .team_wrapper{
        flex-wrap: nowrap;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
        padding-bottom: 20px;
    }
    .showroom_items::-webkit-scrollbar{
        background: #fff;
        border-radius: 10px;
        height: 4px;
    }
    .certificates_items::-webkit-scrollbar,
    .steps_items::-webkit-scrollbar,
    .ways_works::-webkit-scrollbar,
    .ways_tabs::-webkit-scrollbar,
    .reviews_slider::-webkit-scrollbar,
    .team_wrapper::-webkit-scrollbar{
        background: #F0F0F0;
        border-radius: 10px;
        height: 4px;
    }
   
    .certificates_items::-webkit-scrollbar-thumb,
    .showroom_items::-webkit-scrollbar-thumb,
    .steps_items::-webkit-scrollbar-thumb,
    .ways_works::-webkit-scrollbar-thumb,
    .ways_tabs::-webkit-scrollbar-thumb,
    .reviews_slider::-webkit-scrollbar-thumb,
    .team_wrapper::-webkit-scrollbar-thumb{
        background: #D49957;
        border-radius: 10px;
    }
    .ways_tab{
        font-size: 16px;
        white-space: nowrap;
    }
    .team_item{
        min-width: 270px;
    }
    .team_item-img{
        height: 280px;
    }
    .question_wrapper{
        padding: 40px 15px 260px;
        background-image: url(../img/question_wrapper2.jpg);
        text-align: center;
    }
    .question_info{
        width: 100%;
    }
    .question_subtitle{
        line-height: 19.6px;
        font-size: 14px;
    }
    .question_btn,
    .question_inp{
        width: 100%;
    }
    .reviews_slider{
        display: flex;
    }
    .reviews_slide{
        width: 310px;
        min-width: 310px;
    }
    .faq_item-title{
        font-size: 14px;
        line-height: 16.8px;
    }
    .faq_items{
        gap: 10px;
    }
    .faq_item-title::before{
        width: 35px;
        height: 35px;
    }
    .contacts_text{
        line-height: 20.8px;
        font-size: 16px;
    }
    .contacts_item:nth-child(3){
        order: -1;
    }
    .contacts_wrapper{
        gap: 30px;
        justify-content: space-between;
    }
    .contacts_item:nth-child(1){
        order: -2;
    }
    .contacts_map{
        height: 320px;
    }
    h2{
        line-height: 30.8px;
        font-size: 28px;
        margin-bottom: 30px;
    }
    .cooperation_img{
        width: 50px;
        top: 5px;
        right: 20px;
    }
    .cooperation h2{
        padding-right: 70px;
    }
    .cooperation_text{
        line-height: 18.2px;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .cooperation_subtitle{
        line-height: 20.8px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .cooperation_items{
        flex-direction: column;
    }
    .cooperation_item{
        line-height: 18.2px;
        font-size: 14px;
    }
    .main{
        margin-top: 110px;
    }
    .main_slide{
        padding: 30px 20px 20px;
    }
    .main_title{
        font-size: 32px;
        line-height: 35.2px;
        margin-bottom: 10px;
        font-weight: 700;
    }
    .main_subtitle{
        font-weight: 600;
        line-height: 22px;
        margin-bottom: 30px;
        font-size: 20px;
    }
    .main_btns{
        flex-direction: column;
        gap: 10px;
    }
    .main_item{
        width: 100%;
        padding: 36px 22px 36px 96px;
    }
    .main_item img{
        left: 26px;
        top: 50%;
        transform: translateY(-50%);
    }
    .ways_item-img {
        height: 32vw;
    }
    .ways_item-status{
        font-size: 10px;
        padding: 4px 8px;
    }
    .ways_item-title{
        line-height: 16.8px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .ways_item-price{
        font-weight: 600;
        line-height: 15.4px;
        margin-bottom: 10px;        
        font-size: 14px;
    }
    .ways_item-btns{
        flex-direction: column;
    }
    .ways_item-btn{
        font-size: 11px;
        height: 40px;
        width: 100%;
    }
    .ways_item-more{
        width: 100%;
        font-size: 11px;
        height: 40px;
    }
    .ways_works{
        margin-top: -20px;
    }
    .ways_works .ways_item{
        width: 310px;
        min-width: 310px;
    }
    .advantages_item{
        width: 100%;
        padding-bottom: 15px;
        margin-bottom: 15px;
        padding-right: 0;
    }
    .advantages_item:nth-last-child(2) {
        padding-bottom: 15px;
        border-bottom: 1px solid #FFFFFF26;
        margin-bottom: 15px;
    }
    .advantages_item-title{
        line-height: 20.8px;
        font-size: 16px;
    }
    .advantages_item-text{
        line-height: 15.6px;
        font-size: 12px; 
    }
    .advantages{
        padding-bottom: 70px;
    }
    .advantages::before{
        height: 100%;
   
    }
    .advantages_inner{
        padding: 0;
        border: none;
        height: auto;
        border-radius: 0;
    }
    .advantages_inner-img{
        position: relative;
        height: 190px;
        border-radius: 20px;
        overflow: hidden;
        margin: 30px 0;
    }
    .advantages_inner-text{
        line-height: 20.8px;
        text-align: center;
        font-size: 16px;
        width: 100%;
    }
    .advantages_inner-btn{
        margin: 0 auto;
    }
    .advantages_inner-img img{
        object-position: -2px;
    }
    .applications_item{
        width: calc(50% - 5px);
        height: 175px;
    }
    .steps_subtitle{
        line-height: 18.2px;
        font-size: 14px;
    }
    .steps_item{
        width: 275px;
        min-width: 275px;
    }
    .calc_wrapper h2{
        width: 100%;
    }
    .certificates_text{
        font-size: 14px;
        line-height: 18.2px;
    }
    .certificates_item{
        width: 270px;
        min-width: 270px;
    }
    .popup_body{
        padding: 30px 20px 115px;
    }
    .popup_body-title{
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 30.8px;
    }
    .popup_body-text{
        width: 100%;
        line-height: 18.2px;
        font-size: 14px;
    }
    .jb_input input[type='text'],
    .jb_input input[type='tel'],
    .jb_input input[type='submit'],
    .popup_body-btn,
    .popup_body-inp{
        width: 100%;
    }
    .jbForCheckbox,
    .popup_body-ok{
        width: 165px;
    }
    #jbForm_form_site-one .jbForCheckbox,
    #jbForm_form_site-two .jbForCheckbox{
        width: 100%;
    }
    .popup_body-img{
        width: 154px;
        right: 12px;
        height: 171px;
    }
    .popup_body-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    #popup_delivery .popup_body-img,
    #delivery .popup_body-img, #popup_order .popup_body-img{
        top: auto;
        bottom: 20px;
    }
    .scroll{
        right: 35px;
        bottom: 35px;
    }
    .popup_sogl,
    .popup_polit{
        padding: 40px 20px;
    }
    .popup_sogl h2,
    .popup_polit h2{
        font-size: 22px;
    }
    .about_videos{
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
        padding-bottom: 10px;
    }
    .about_videos::-webkit-scrollbar{
        background: #FFFFFF;
        height: 4px;
        border-radius: 10px;
    }
    .about_videos::-webkit-scrollbar-thumb{
        background: #D49957;
        border-radius: 10px;
    }
    .about_video{
        width: 160px;
        min-width: 160px;
    }
    .about_wrapper{
        position: relative;
        padding-bottom: 140px;
    }
    .about_info-bot{
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .about_desc br{
        display: none;
    }
    .about_desc{
        line-height: 22.4px;
        font-size: 16px;
    }
    .main_item:last-child img{
        top: 50%;
    }
    .catalog_popup{
        padding: 50px 15px;
    }
    .catalog_popup-title{
        line-height: 30.8px;
        font-size: 28px;
        margin-bottom: 20px;
    }
    .catalog_popup-options,
    .catalog_popup-text{
        font-size: 14px;
        line-height: 18.2px;
    }
    .catalog_popup-price{
        font-size: 20px;
    }
    .ways_item-btns{
        margin-top: 0;
    }
    .ways_item-price{
        margin-top: auto;
    }
}