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



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: #90B132;
    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/whats.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: #3B495D;
    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;
}

.main{
    padding: 72px 0 90px;
    position: relative;
    scroll-margin-top: 200px;
    background-image: url(../img/main.jpg);
    background-size: cover;
    background-position: center;
}
.main_wrapper{
    position: relative;
}

.main_title{
    font-weight: 800;
    line-height: 60.5px;
    color: #2B2B2B;
    font-size: 55px;
    width: 700px;
    margin-bottom: 54px;
}
.main_inner{
    background: #3B495E;
    border-radius: 10px;
    width: 400px;
    padding: 72px 48px 40px;
    position: relative;
}
.main_inner-text{
    font-weight: 600;
    line-height: 19.2px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 16px;
}
.jb_input input[type='submit'],
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #90B132;
    border-radius: 100px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    text-align: center;    
}
.main_inner-btn{
    width: 100%;
    height: 60px;
}
.main_inner-img{
    position: absolute;
    top: -24px;
    right: 50%;
    transform: translateX(50%);
}
.main_item{
    position: absolute;
    background: #FFFFFF;
    border-radius: 70px;
    width: fit-content;
    padding: 16px 24px 16px 65px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    right: 0;
    color: #3B4047;
}
.main_item::before{
    position: absolute;
    content: "";
    background-image: url(../img/main_item.svg);
    background-size: cover;
    width: 40px;
    height: 40px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.main_item span{
    color: #7A9922;
    display: block;
}
.main_item:nth-child(3){
    bottom: 0px;

}
.main_item:nth-child(2){
    bottom: 143px;
    right: 443px;
}
.main_item:nth-child(1){
    bottom: 286px;
    right: 86px;
}
.main_options{
    display: flex;
    margin: 15px 0 120px;
    gap: 12px;
}
.main_option{
    width: calc(25% - 9px);
    background: #EEF3F8;
    border-radius: 9px;
    padding: 30px;
    font-weight: 500;
    line-height: 19.5px;
    color: #2B2B2B;
    padding-right: 85px;
    font-size: 15px;
}
.main_option img{
    margin-bottom: 22px;
    display: block;
}
.main_option span{
    font-weight: 700;
}

.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;
}

.ways{
    margin: 120px 0;
}
.ways_wrapper{
    display: flex;
    gap: 16px;
}
.ways_item{
    width: calc(33.333% - 10.666px);
}
.ways_item-top{
    position: relative;
    height: 420px;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 10px;
    color: #fff;
    z-index: 1;
}
.ways_item-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: -1;
}
.ways_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ways_item-title{
    font-weight: 700;
    line-height: 26.4px;
    font-size: 24px;
}
.ways_item-subtitle{
    font-weight: 500;
    line-height: 15.4px;
    font-size: 14px;
    margin-top: 8px;
}
.ways_item-btns{
    display: flex;
    gap: 10px;
}
.ways_item-btn{
    width: 230px;
    font-size: 14px;
    height: 55px;
}
.ways_item-more{
    width: 170px;
    height: 55px;
    border: 1px solid #90B132;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    font-weight: 700;
    line-height: 16.8px;
    text-align: center;
    color: #90B132;
    font-size: 14px;
}
.why{
    margin: 120px 0;
    padding-top: 100px;
    position: relative;
    z-index: 1;
}
.why::before{
    position: absolute;
    content: "";
    background: #3E454F;
    width: 100%;
    height: calc(100% - 120px);
    top: 0;
    right: 0;
    z-index: -1;
}
.why h2{
    color: #fff;
    width: 620px;
}
.why_wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.why_right{
    margin-top: 10px;
    width: 685px;
}
.why_right-title{
    font-weight: 700;
    line-height: 27.5px;
    color: #90B132;
    margin-bottom: 30px;
    font-size: 25px;
}
.why_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.why_item{
    width: 50%;
    font-weight: 500;
    line-height: 22.4px;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #FFFFFF26;
    padding: 15px 0;
}
.why_item span{
    font-weight: 700;
    display: contents;
}
.why_item img{
    border-radius: 6px;
    overflow: hidden;
    width: 60px;
    min-width: 60px;
}
.why_item:nth-last-child(2),
.why_item:nth-last-child(1){
    border: none;
    padding-bottom: 0;
}
.why_img{
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    height: 490px;
}
.why_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reliability{
    margin: 120px 0;
}
.reliability_items{
    display: flex;
    gap: 5px;
}
.reliability_item{
    flex: 1;
    background: #EEF3F8;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}
.reliability_item-number{
    font-weight: 800;
    line-height: 45px;
    color: #DDE5EC;
    font-size: 45px;
    position: absolute;
    top: 5px;
    right: 9px;
}
.reliability_item img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.reliability_item-text{
    font-weight: 600;
    line-height: 19.5px;
    color: #2B2B2B;
    font-size: 15px;
}
.reliability_item:last-child{
    background: #90B132;
}
.reliability_item:last-child .reliability_item-text{
    color: #fff;
}
.reliability_item:last-child .reliability_item-number{
    color: #99BB37;
}

.calc{
    margin: 120px 0;
}
.calc_wrapper{
    padding: 96px 90px;
    border-radius: 10px;
    background-image: url(../img/calc_wrapper.jpg);
    background-size: cover;
    background-position: center;
}
.calc_wrapper h2{
    color: #fff;
}
.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;
    box-shadow: 0px 6px 30px 0px #90B13280;
}
.popular{
    margin: 120px 0;
}
.popular_wrapper{
    display: flex;
    justify-content: space-between;
}
.popular_left{
    width: 440px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.popular_img{
    display: flex;
}
.popular_items{
    width: 910px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
}
.popular_item{
    width: calc(20% - 12px);
    font-weight: 500;
    line-height: 15.4px;
    color: #666666;
    font-size: 14px;
}
.popular_item img{
    height: 100px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 5px;
}
.accessories{
    margin: 120px 0;
}
.accessories_wrapper{
    display: flex;
    gap: 12px;
}
.accessories_item{
    flex: 1;
    font-size: 20px;
    line-height: 22px;
    color: #90B132;
    font-weight: 700;
}
.accessories_item img{
    height: 340px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    object-fit: cover;
    
    margin-bottom: 10px;
}
.about{
    padding: 100px 0 120px;
    background: #EEF3F8;
}
.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_video{
    width: 830px;
    height: 467px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.about_video img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.showroom{
    padding-bottom: 120px;
    background: #EEF3F8;
}
.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;
}
.advantages{
    padding: 100px 0;
    background: #3B495D;
    position: relative;
}
.advantages h2{
    color: #fff;
    max-width: 665px;
}
.advantages_items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 644px;
}
.advantages_item{
    width: 50%;
    font-weight: 600;
    line-height: 22.4px;
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 1px solid #FFFFFF26;
    padding: 15px 0;
    padding-right: 20px;
}
.advantages_item span{
    font-weight: 700;
    display: contents;
}
.advantages_item img{
    border-radius: 6px;
    overflow: hidden;
    width: 60px;
    min-width: 60px;
}
.advantages_item:nth-last-child(2),
.advantages_item:nth-last-child(1){
    border: none;
    padding-bottom: 0;
}
.advantages_btn{
    width: 260px;
    height: 60px;
    margin-top: 20px;
    margin-right: 20px;
}
.advantages_img{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}

.works{
    margin: 120px 0;
}
.works_items{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.works_item{
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: none;
    padding: 20px;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 1;
    height: 400px;
    width: calc(33.333% - 10.6666px);
}
.works_item:nth-child(1),
.works_item:nth-child(2),
.works_item:nth-child(3),
.works_item:nth-child(4),
.works_item:nth-child(5),
.works_item:nth-child(6),
.works_item:nth-child(7),
.works_item:nth-child(8),
.works_item:nth-child(9){
    display: flex;
}
.works_item.active{
    display: flex;
}
.works_item-img{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 100%;
    z-index: -1;
    height: 100%;
}
.works_more{
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #90B132;
    font-size: 20px;
    text-decoration: underline;
    margin: 40px auto 0;
    width: fit-content;
}
.works_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.works_item-title{
    font-weight: 600;
    line-height: 21.6px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 5px;
    max-width: 260px;
}
.works_item-subtitle{
    font-weight: 500;
    line-height: 15.4px;
    color: #fff;
    font-size: 14px;
}
.reviews_slide{
    border-radius: 10px;
    overflow: hidden;
    margin-right: 10px;
}
.reviews{
    margin: 120px 0;
}
.reviews_slider{
    width: calc(100% + 300px);
}
.progress{
    background: #F0F0F0;
    border-radius: 10px;
    height: 8px;
    margin-top: 20px;
    background-image: linear-gradient(to right, #90B132, #90B132);
    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: #EEF3F8;
    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;
}

.question{
    margin: 120px 0;
}
.question_wrapper{
    background-image: url(../img/question_wrapper.jpg);
    background-size: cover;
    padding: 80px 90px;
    border-radius: 10px;
    overflow: hidden;
    background-position: center;
}
.question_info{
    width: 450px;
}
.question h2{
    color: #fff;
    margin-bottom: 10px;
}
.question_subtitle{
    font-weight: 600;
    line-height: 22.4px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}
.jb_input input[type='text'],
.jb_input input[type='tel'],
.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%;
}
.jb_input input[type='submit'],
.question_btn{
    width: 300px;
    height: 60px;
    max-width: 100%;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    box-shadow: 0px 6px 30px 0px #90B13280;
}

.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: #3E454F;
    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;
    flex-wrap: wrap;
    justify-content: center;
}
.footer_messages{
    margin: 0 10px;
}
.footer_question-title{
    font-weight: 600;
    line-height: 18.2px;
    color: #FFFFFF;
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.footer_question-btn{
    background: #90B132;
    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: #90B132;
    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: #FFFFFF;
    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;
}
.aside_item{
    margin-top: 5px;
    width: 120px;
    height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #90B132;
    border-radius: 10px 0 0 10px;
    font-size: 14px;
    line-height: 15.4px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 15px;
    gap: 5px;
}
.aside_close{
    background: #3B495D;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}
.about_link{
    font-weight: 700;
    line-height: 27.53px;
    color: #996C39;
    display: flex;
    align-items: center;
    font-size: 20px;
    gap: 15px;
}
.popup_body{
    background: #FFFFFF;
    border-radius: 10px;
    width: 860px;
    padding: 50px 60px;
    position: relative;
}
.popup_body-title{
    font-weight: 700;
    line-height: 44px;
    color: #000000;    
    margin-bottom: 30px;
    font-size: 40px;
}
.popup_body .jb_input input[type='text'],
.popup_body .jb_input input[type='tel'],
.popup_body .question_inp{
    background: #EEF3F8;
}
.jbForCheckbox a{
    color: #FFFFFF; 
}
.jbForCheckbox{
    font-weight: 400;
    line-height: 13px;
    color: #FFFFFF;
    font-size: 10px;
    max-width: 330px;
}
.popup_body .jbForCheckbox a,
.popup_body .jbForCheckbox,
.popup_body .question_ok{
    color: #7B7B7B;
}
.popup_body-img{
    position: absolute;
    bottom: 25px;
    right: 0;
    display: flex;
}
.popup_body-subtitle{
    margin-top: -10px;
    font-weight: 500;
    line-height: 20.8px;
    color: #000000;
    font-size: 16px;
    margin-bottom: 20px;
}
#popup_cooperation .popup_body-img,
#popup_call .popup_body-img,
#popup_consult .popup_body-img{
    bottom: 0;
    right: 74px;
}
#popup_zamer .popup_body-img{
    bottom: 0;
    right: 0;
}
.ways_popup{
    width: 1400px;
    padding: 0;
    box-shadow: 0px 15px 45px 0px #00000033;
    border-radius: 12px;
    overflow: hidden;
}
.ways_popup-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
}
.ways_popup-top{
    padding: 50px;
}
.ways_popup-info{
    width: 780px;
    margin-left: auto;
    min-height: 510px;
}
.ways_popup-title{
    font-weight: 800;
    line-height: 49.5px;
    color: #2B2B2B;
    margin-bottom: 20px;
    font-size: 45px;
}
.ways_popup-text{
    font-weight: 500;
    line-height: 15.4px;
    font-size: 14px;
    margin-bottom: 30px;
}
.ways_popup-subtitle{
    font-weight: 700;
    line-height: 19.8px;
    color: #90B132;
    font-size: 18px;
    margin-bottom: 20px;
}
.ways_popup-options{
    margin-bottom: 30px;
}
.ways_popup-option{
    font-weight: 500;
    line-height: 19.6px;
    font-size: 14px;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}
.ways_popup-option::before{
    position: absolute;
    content: "";
    background-image: url(../img/ways_popup-option.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
    top: 1px;
}
.ways_popup-btn{
    width: 260px;
    height: 60px;
}
.ways_popup-imgs{
    position: absolute;
    left: 0;
    top: 0;
    width: 455px;
}
.ways_popup-img{
    width: 100%;
    height: 420px;
    display: flex;
    margin-bottom: 10px;
    border-radius: 10px;
}
.ways_popup-dot img,
.ways_popup-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ways_popup-dots{
    display: flex;
    gap: 10px;
}
.ways_popup-dot{
    flex: 1;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    cursor: pointer;
}
.ways_popup-dot.active{
    border: 3px solid #90B132;
}
.ways_popup-inner{
    display: flex;
}
.ways_popup-inner .ways_popup-title{
    max-width: 440px;
    margin-right: 65px;
}
.ways_popup-items{
    display: flex;
    flex-wrap: wrap;
    gap:20px  15px;
    width: 725px;
}
.ways_popup-item{
    font-size: 14px;
    line-height: 15.4px;
    color: #666666;
    font-weight: 500;
    width: 170px;
}
.ways_popup .question_wrapper{
    overflow: hidden;
    border-radius: 10px;
}
.ways_popup-item img{
    border-radius: 10px;
    height: 100px;
    margin-bottom: 5px;
}
.ways_popup .question_info-title{
    color: #fff;
    font-size: 45px;
    line-height: 49.5px;
    margin-bottom: 40px;
    font-weight: 800;
    width: 600px;
}
.scroll{
    position: fixed;
    right: 60px;
    bottom: 60px;
    z-index: 4;
}
.menu_burger{
    display: none;
}
.header_inner{
    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;
}
.main_text{
    font-weight: 500;
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 60px;
    max-width: 675px;
}

.main_btn{
    width: 260px;
    height: 60px;
}
.main_thanks{
    min-height: 80vh;
}

.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;
}

.video_popup{
    padding: 0;

}
.video_popup video{
    width: auto;
    height: auto;
    max-height: 100vh;
    max-width: 100vw;
    object-fit: cover;
    display: flex;
}
.about_desc{
    font-weight: 700;
    line-height: 22.4px;
    color: #2B2B2B;
    margin-bottom: 15px;
    font-size: 16px;
}






@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;
    }
    .main_item:nth-child(2){
        right: 300px;
    }
    .main_option{
        padding-right: 30px;
    }
    .ways_item-top{
        height: 390px;
    }
    .why h2 {
        width: 510px;
    }
    .why_right{
        width: 620px;
    }
    .why_img{
        height: 400px;
    }
    .popular_items {
        width: 680px;
    }
    .popular_item img{
        height: 80px;
    }
    .accessories_item img{
        height: auto;
    }
    .about_video {
        width: 660px;
        height: 430px;
    }
    .about_info {
        width: 450px;
    }
    .showroom_item{
        height: 250px;
    }
    .team_item-img{
        height: 230px;
    }
    .advantages{
        z-index: 1;
    }
    .advantages_img{
        width: 800px;
        z-index: -1;
    }
    .advantages_img img{
        width: 100%;
        height: auto;
    }
    .works_item{
        height: 330px;
    }
    .ways_popup{
        width: 1160px;
    }
    .ways_popup-items,
    .ways_popup-info {
        width: 580px;
    }
    .ways_popup-inner{
        justify-content: space-between;
    }
    .ways_popup-inner .ways_popup-title{
        margin-right: 0;
    }
    .cooperation_img{
        right: 0;
    }
    .cooperation_item{
        width: 270px;
    }

}
@media (max-width: 1200px) {
    .container {
        max-width: 968px;
    }
    .header_time{
        display: none;
    }

    .main_title {
        font-size: 50px;
        width: 620px;
    }
    .main_item{
        font-size: 14px;
    }
    .main_item:nth-child(2) {
        right: 230px;
    }
    .main_item:nth-child(3){
        right: 90px;
    }
    .main_option{
        padding: 20px;
    }
    .quiz_item img{
        max-width: 100%;
    }

    .ways_item-more{
        width: 120px;
    }
    .ways_item-btn {
        width: 172px;
    }    
    .ways_item-top {
        height: 330px;
        padding: 20px;
    }
    .ways_item-title{
        font-size: 20px;
    }
    .why_wrapper{
        flex-direction: column;
    }
    .why h2{
        width: 100%;
    }
    .why_right{
        width: 100%;
    }
    .why_img{
        height: 360px;
    }
    .reliability_item img{
        margin-bottom: 20px;
    }
    .calc_wrapper {
        padding: 40px;
    }
    .popular_wrapper{
        flex-direction: column;
    }
    .popular_left{
        width: 100%;
        margin-bottom: 40px;
    }
    .popular_items{
        width: 100%;
    }
    .about_wrapper{
        flex-direction: column;
    }
    .about_info{
        width: 100%;
        margin-bottom: 30px;
    }
    .about_video {
        width: 100%;
        height: 520px;
    }
    .showroom_item{
        height: 210px;
    }
    .team_item-img{
        height: 186px;
    }
    .advantages_img {
        width: 500px;
    }
    .works_item {
        height: 260px;
    }
    .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;
    }
    .ways_popup{
        width: 1000px;
    }
    .ways_popup-inner{
        flex-direction: column;
    }
    .ways_popup-items{
        width: 100%;
    }
    .ways_popup-imgs{
        position: relative;
        margin-bottom: 20px;
    }
    .ways_popup-info{
        margin-left: 0;
        width: 100%;
    }
    .cooperation_img{
        width: 200px;
        top: 0;
    }
    .cooperation_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;
    }
    .main{
        padding-top: 30px;
        margin-top: 100px;
    }
    .menu_burger{
        display: block;
        background: #90B132;
        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);
    }
    .header_number{
        margin-left: auto;
    }
    .main_title {
        font-size: 38px;
        line-height: 1.2;
        width: 460px;
    }
    .main_item:nth-child(1) {
        bottom: 230px;
        right: 0px;
    }
    .main_item:nth-child(2) {
        right: 0px;
        bottom: 120px;
    }
    .main_item:nth-child(3) {
        right: -40px;
        width: 324px;
    }
    .main_inner{
        width: 340px;
    }
    .main_options{
        flex-wrap: wrap;
        margin-bottom: 80px;
    }
    .main_option{
        width: calc(50% - 6px);
    }
    .quiz{
        display: none;
    }
    .ways{
        margin: 80px 0;
    }
    .ways_wrapper{
        flex-wrap: wrap;
        gap: 40px 8px;
    }
    .ways_item{
        width: calc(50% - 8px);
    }
    .why{
        margin: 80px 0;
        padding-top: 70px;
    }
    .why_img{
        height: auto;
    }
    .reliability{
        margin: 80px 0;
    }
    .reliability h2 br{
        display: none;
    }
    .reliability_items{
        flex-wrap: wrap;
    }
    .reliability_item{
        flex: none;
        width: calc(33.333% - 3.33px);
    }
    .calc{
        margin: 80px 0;
    }
    .calc_wrapper{
        padding: 80px 40px;
        background-image: url(../img/calc_wrapper2.jpg);
    }
    .contacts,
    .question,
    .faq,
    .reviews,
    .works,
    .team,
    .accessories,
    .popular{
        margin: 80px 0;
    }
    .accessories_wrapper{
        flex-wrap: wrap;
    }
    .accessories_item{
        flex: none;
        width: calc(50% - 6px);
    }
    .about{
        padding: 60px 0 80px;
    }
    .about_video{
        height: 376px;
    }
    .showroom{
        padding-bottom: 70px;
    }
    .showroom_items{
        flex-wrap: wrap;
    }
    .showroom_item{
        width: calc(50% - 6px);
        flex: none;
    }
    .team_wrapper{
        flex-wrap: wrap;
    }
    .team_item{
        width: calc(33.333% - 7.999px);
        flex: none;
    }
    .team_item-img{
        height: 223px;
    }
    .advantages{
        padding: 70px 0 250px;
    }
    .advantages_img{
        width: 387px;
    }
    .works_item {
        height: 184px;
    }
    .works_item-title {
        line-height: 18.6px;
        font-size: 16px;
    }
    .reviews_slide{
        width: 310px;
    }
    .reviews_slide img{
        width: 100%;
        height: auto;
    }
    .faq_item{
        width: 100%;
    }
    .contacts_wrapper{
        flex-wrap: wrap;
    }
    .footer_wrapper{
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }
    .footer_links {
        margin-top: 0;
    }
    .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-right: 0;
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .popup_body-img{
        z-index: -1;
    }
    .popup_body{
        z-index: 1;
    }
    .cooperation{
        margin: 80px 0;
    }
    .cooperation_img {
        width: 120px;
        top: -30px;
    }
    .header_wrapper .header_question{
        display: none;
    }
    .about_wrapper {
        position: relative;
        padding-bottom: 140px;
    }
}

@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: #90B132;
        border-radius: 10px;
        width: 42px;
        height: 42px;
        background-image: url(../img/phone.svg);
        background-repeat: no-repeat;
        background-position: center 10px;
    }
    .main{
        background: url(../img/main2.jpg);
        background-size: cover;
        padding-bottom: 15px;
    }
    .main_title{
        width: 100%;
        line-height: 30.8px;
        margin-bottom: 30px;
        font-size: 28px;
    }
    .main_item{
        position: relative;
        right: auto !important;
        bottom: auto !important;
    }
    .main_item {
        padding: 11px 20px 11px 62px;
        margin-bottom: 28px;
    }
    .main_item:nth-child(2){
        margin-bottom: 100px;
    }
    .main_items{
        margin-bottom: 44px;
    }
    .main_inner{
        width: 100%;
        padding: 70px 20px 30px;
    }
    .main_inner-text{
        line-height: 16.8px;
        font-size: 14px;
    }
    .main_option{
        width: 100%;
        position: relative;
        padding-left: 100px;
        line-height: 18.2px;
        font-size: 14px;
    }
    .main_option img{
        margin: 0;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .main_option span{
        display: contents;
    }
    h2{
        line-height: 30.8px;
        font-size: 28px;
        margin-bottom: 30px;
    }
    .ways h2{
        width: 300px;
    }
    .ways_item{
        width: 100%;
    }
    .ways_item-more{
        width: 125px;
    }
    .ways_item-btn{
        width: 195px;
    }
    .ways_item-title {
        font-size: 22px;
    }
    .why_right-title{
        line-height: 22px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .why_item{
        width: 100%;
        line-height: 19.6px;
        font-size: 14px;
        padding: 10px 0;
    }
    .why_item:nth-last-child(2){
        border-bottom: 1px solid #FFFFFF26;
        padding-bottom: 10px;
    }
    .why::before {
        height: calc(100% - 50px);
    }
    .reviews_slider,
    .works_items,
    .team_wrapper,
    .showroom_items,
    .accessories_wrapper,
    .popular_items-wrapper,
    .reliability_items{
        flex-wrap: nowrap;
        overflow: auto;
        width: calc(100% + 15px);
        padding-right: 15px;
        padding-bottom: 20px;
    }
    .reviews_slider::-webkit-scrollbar,
    .works_items::-webkit-scrollbar,
    .team_wrapper::-webkit-scrollbar,
    .showroom_items::-webkit-scrollbar,
    .accessories_wrapper::-webkit-scrollbar,
    .popular_items-wrapper::-webkit-scrollbar,
    .reliability_items::-webkit-scrollbar{
        background: #F0F0F0;
        border-radius: 10px;
        height: 4px;
    }
    .reviews_slider::-webkit-scrollbar-thumb,
    .works_items::-webkit-scrollbar-thumb,
    .team_wrapper::-webkit-scrollbar-thumb,
    .showroom_items::-webkit-scrollbar-thumb,
    .accessories_wrapper::-webkit-scrollbar-thumb,
    .popular_items-wrapper::-webkit-scrollbar-thumb,
    .reliability_items::-webkit-scrollbar-thumb{
        background: #90B132;
        border-radius: 10px;
    }
    .reliability_item{
        min-width: 230px;
    }
    .calc_wrapper{
        padding: 50px 24px;
    }
    .calc_text{
        width: 100%;
        line-height: 19.6px;
        font-size: 14px;
    }
    .popular_img img{
        width: 100%;
        height: auto;
    }
    .popular_left{
        margin-bottom: 30px;
    }
    .popular_items{
        min-width: 790px;
    }
    .popular_item img{
        height: 88px;
    }
    .accessories_item{
        line-height: 17.6px;
        font-size: 16px;
    }
    .about_subtitle{
        line-height: 22.4px;
        font-size: 16px;
    }
    .about_info p{
        font-size: 14px;
        line-height: 19.6px;
    }
    .about_video {
        height: 52vw;
    }
    .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;
    }
    .team_item{
        min-width: 270px;
    }
    .team_item-img{
        height: 280px;
    }
    .advantages_item{
        width: 100%;
        line-height: 18.2px;
        padding: 10px 0;
        font-size: 14px;
    }
    .advantages_items{
        width: 100%;
    }
    .advantages_btn{
        margin-right: 0;
        width: 100%;
    }
    .works_item{
        min-width: 310px;
        width: 310px;
        height: 272px;
    }
    .works_items{
        gap: 10px;
    }
    .reviews_slider{
        display: flex;
    }
    .reviews_slide{
        width: 310px;
        min-width: 310px;
    }
    .progress{
        display: none;
    }
    .faq_item-title{
        font-size: 14px;
        line-height: 16.8px;
    }
    .faq_items{
        gap: 10px;
    }
    .faq_item-title::before{
        width: 35px;
        height: 35px;
    }
    .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%;
    }
    .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;
    }
    .scroll{
        right: 35px;
        bottom: 35px;
    }
    .popup_body{
        padding: 40px 20px 260px;
    }
    .popup_body-title{
        line-height: 30.8px;
        font-size: 28px;
    }
    .popup_body-title br{
        display: none;
    }
    .popup_body-img{
        width: 300px;
    }
    .popup_body-img img{
        width: 100%;
        height: auto;
    }
    #popup_cooperation .popup_body-img,
    #popup_call .popup_body-img, #popup_consult .popup_body-img {
        width: 154px;
        right: 12px;
        height: 171px;
    }
    #popup_cooperation .popup_body-img img,
    #popup_call .popup_body-img img, #popup_consult .popup_body-img img {
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    #popup_cooperation ,
    #popup_call , #popup_consult {
        padding-bottom: 105px;
    }
    #popup_cooperation  .question_ok,
    #popup_call  .question_ok,   #popup_consult  .question_ok{
        width: 160px;
    }
    .ways_popup-top{
        padding: 40px 20px;
    }
    .ways_popup-title{
        line-height: 30.8px;
        font-size: 28px;
    }
    .ways_popup-imgs{
        width: 100%;
    }
    .ways_popup-img {
        overflow: hidden;
        height: 75vw;
    }
    .ways_popup-dots{
        gap: 6px;
    }
    .ways_popup-item{
        width: calc(50% - 5px);
    }
    .ways_popup-items{
        gap: 20px 10px;
    }
    .ways_popup-item img{
        height: 23vw;
    }
    .ways_popup .question_info-title{
        line-height: 30.8px;
        font-size: 28px;
        width: 314px;
    }
    .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;
    }
    .popup_sogl,
    .popup_polit{
        padding: 40px 20px;
    }
    .popup_sogl h2,
    .popup_polit h2{
        font-size: 22px;
    }
    .works_more {
        display: none;
    }
    .works_item{
        display: flex;
    }
    .about_desc br{
        display: none;
    }
    .about_desc{
        line-height: 22.4px;
        font-size: 16px;
    }
    .about_info-bot{
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
