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




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: "Inter Tight", sans-serif;
    color: #303030;
    background-color: #F3F3F3;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.page_trigger{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.container{
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 15px;
}
.scroll {
    position: fixed;
    right: 10%;
    bottom: 100px;
    z-index: 3;
    transform: scale(0);
    transition: all 0.3s;
}
.scroll.fixed {
    transform: scale(1);
}
.header{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;

    z-index: 10;
    transition: all 0.3s;
}
.header.fixed{
    background-color: #fff;
    box-shadow: 0px 5px 25px 0px #00000040;
}
.header_wrapper{
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_logo{
    display: flex;
    align-items: center;
}
.header_logo-text{
    line-height: 16.9px;
    font-size: 13px;
    width: 178px;
    margin-left: 40px;
    color: #666666;
}
.header_time{
    line-height: 16.9px;
    color: #666666;
    font-size: 13px;
}
.header_messages-wrapper{
    display: flex;
    align-items: center;
}
.header_messages-title{
    font-size: 13px;
    line-height: 16.9px;
    padding-left: 18px;
    position: relative;
}
.header_messages-title::before{
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #F6BD84;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    animation: dots_anim 1s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes dots_anim{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
.header_messages-title strong{
    font-weight: 600;
}
.header_number{
    font-weight: 700;
    line-height: 23.4px;
    color: #303030;
    font-size: 18px;
}
.header_message{
    margin-left: 20px;
}
.header_btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #265584;
    width: 201px;
    height: 46px;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    transition: all 0.3s;
}
.header_btn:hover{
    background: #F6BD84;
    color: #000;
}
.main{
    margin-top: 86px;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.main_img{
    position: absolute;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    z-index: -1;
    max-width: 1860px;
}
.main_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main_info{
    width: 765px;
}
.main h1{
    line-height: 54px;
    font-size: 45px;
    color: #fff;
    margin-bottom: 30px;
}
.main h1 .buble{
    display: inline-block;
    background: #4088CF;
    border-radius: 70px;
    font-weight: 600;
    padding: 0 16px;
    margin-left: -16px;
}
.main h1 .buble span{
    display: none;
}
.main h1 span{
    font-weight: 600;
}
.main_text{
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 60px;
    max-width: 670px;
    color: #fff;
}
.main_btn{
    background: #F6BD84;
    width: 425px;
    height: 69px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 19.5px;
    text-align: center;
    font-weight: 600;
    color: #000;
    transition: all 0.3s;
}
.main_btn:hover{
    background: #6AA9E8;
    color: #fff;
}
.main_items-block{
    margin: 20px 0 120px;
}
.main_items{
    display: flex;
    gap: 10px;
}
.main_item{
    background: #FFFFFF;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 1;
    padding: 110px 20px 0;
    position: relative;
}
.main_item::before{
    position: absolute;
    content: '';
    top: 20px;
    left: 20px;
    width: 30px;
    height: 30px;
    background-image: url(../img/main_item-bef.svg);
    background-size: cover;
}
.main_item:nth-child(2n){
    margin-top: 40px;
    padding-top: 70px;
}
.main_item-text{
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 40px;
}
.main_item-text span{
    font-weight: 600;
    color: #265584;
}
.main_item-img{
    display: flex;
    justify-content: center;
    margin-top: auto;
    height: 121px;
    align-items: flex-end;
}
.main_item-img img{
    max-width: 100%;
    max-height: 100%;
}
.uniqueness{
    padding: 100px 0 120px;
    position: relative;
    z-index: 1;
}
.uniqueness::before{
    position: absolute;
    content: "";
    max-width: 1860px;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    background: #FFFFFF;
    border-radius: 15px;
}
.uniqueness_top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.uniqueness_title{
    font-weight: 600;
    line-height: 46px;
    width: 650px;
    font-size: 40px;
}
.uniqueness_text{
    width: 602px;
    line-height: 22.4px;
    font-size: 16px;
}
.uniqueness_wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.uniqueness_info{
    width: 602px;
}
.uniqueness_img{
    display: flex;
    margin-left: -50px;
}
.uniqueness_sutitle{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 28px;
}
.uniqueness_items{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 12px;
}
.uniqueness_item{
    width: calc(50% - 6px);
    background: #265584;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    line-height: 20.8px;
    color: #fff;
}
.uniqueness_item img{
    width: 60px;
    margin-bottom: 20px;
}
.uniqueness_item span{
    font-weight: 700;
}
.uniqueness_design{
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    left: 0;
}
.uniqueness_design ul{
    margin-right: 45px;
    font-size: 16px;
    line-height: 20.8px;
}
.uniqueness_link-pdf{
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 600;
    color: #265584;

    margin-bottom: 30px;
}
.uniqueness_link-pdf span{
    border-bottom: 1px solid;
}
.uniqueness_link-pdf:last-child{
    margin-bottom: 0;
}
.uniqueness_link-pdf img{
    margin-right: 15px;
}
.panels{
    margin: 120px 0;
}
.panels_top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}
.panels_title{
    font-weight: 600;
    line-height: 46px;
    font-size: 40px;
    max-width: 710px;
}
.panels_text{
    line-height: 22.4px;
    width: 602px;
    font-size: 16px;
}
.panels_wrapper{
    display: flex;
    justify-content: space-between;
}
.panels_left{
    width: 730px;
}
.panels_img{
    display: flex;
    margin-bottom: 40px;
}
.panels_img img{
    width: 100%;
    height: auto;
}
.panels_left-subtitle{
    font-size: 16px;
    line-height: 22.4px;
    margin-bottom: 20px;
    font-weight: 600;
}
.panels_left-items{
    display: flex;
    gap: 20px;
}
.panels_left-item{
    background: #265584;
    padding: 14px 20px;
    border-radius: 10px;
    width: 230px;
    font-size: 16px;
    color: #fff;
    line-height: 20.8px;
    padding-left: 70px;
    display: flex;
    align-items: center;
    position: relative;
}
.panels_left-item::before{
    position: absolute;
    content: "";
    background-image: url(../img/panels_left-item.svg);
    background-size: cover;
    left: 20px;
    width: 30px;
    height: 30px;
}
.panels_right{
    width: 602px;
}
.panels_item{
    position: relative;
    padding-right: 290px;
    margin-bottom: 140px;
}
.panels_item:last-child{
    margin-bottom: 0;
}
.panels_item-img{
    position: absolute;
    top: -20px;
    mix-blend-mode: darken;
    right: 0;
}
.panels_item-title{
    font-weight: 600;
    line-height: 22.4px;
    font-size: 16px;
    margin-bottom: 20px;
}
.panels_item-option{
    line-height: 22.4px;  
}
.video_block{
    margin-bottom: 30px;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}
.video_block::before{
    position: absolute;
    content: "";
    max-width: 1860px;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    background: #FFFFFF;
    border-radius: 15px;
}
.video_block-wrapper{
    display: flex;
    position: relative;
    justify-content: space-between;
}
.video_block-item{
    width: 820px;
    border-radius: 15px;
    height: 461px;
    overflow: hidden;
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}
.video_block-item iframe,
.video_block-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video_block-info{
    width: 600px;
    display: flex;
    margin-left: auto;
    flex-direction: column;
    justify-content: space-between;
}
.video_block-title{
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 40px;
    font-size: 40px;
}
.video_block-text{
    font-weight: 600;
    line-height: 21.6px;
    width: 400px;
    margin-bottom: 100px;
    font-size: 18px;
    color: #265584;
}
.questions{
    padding: 100px 0 120px;
    position: relative;
    z-index: 1;
}
.questions::before{
    position: absolute;
    content: "";
    max-width: 1860px;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    background-image: url(../img/questions.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
.questions_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.questions_info{
    width: 592px;
}
.questions_title{
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 40px;
    font-size: 40px;
    color: #fff;
}
.questions_person{
    padding-left: 190px;
    margin-bottom: 20px;
    position: relative;
    min-height: 160px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.questions_person-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 160px;
    display: flex;
    border-radius: 50%;
    overflow: hidden;
}
.questions_person-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.questions_person-title{
    font-weight: 600;
    line-height: 28px;
    font-size: 20px;
    color: #F6BD84;
    margin-bottom: 10px;
}
.questions_person-text{
    font-size: 16px;
    line-height: 22.4px;
    color: #fff;
    margin-bottom: 10px;
}
.questions_person-subtitle{
    font-weight: 500;
    line-height: 22.4px;
    color: #F6BD84;
    font-size: 16px;
}
.questions_quote{
    line-height: 22.4px;
    color: #fff;
    font-size: 16px;
    padding-left: 68px;
    position: relative;
}
.questions_quote::before{
    position: absolute;
    content: "";
    width: 47px;
    height: 34px;
    left: 0;
    top: 0;
    background-image: url(../img/quote.svg);
    background-size: cover;
}
.questions_right{
    width: 600px;
}
.questions_right-title{
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    max-width: 402px;
}
.questions_right-inp{
    display: block;
    background: #FFFFFF;
    border-radius: 100px;
    height: 71px;
    margin-bottom: 15px;
    width: 100%;
    border: none;
    padding-left: 50px;
}
.questions_right-btn{
    background: #F6BD84;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: none;
    width: 100%;
    height: 71px;
    border-radius: 100px;
    font-size: 16px;
    line-height: 20.8px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.questions_right-btn:hover{
    background: #6AA9E8;
    color: #fff;
}
.questions_right-ok{
    display: flex;
    align-items: center;
    line-height: 19.6px;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF99;
}
.ok_inp{
    display: none;
}
.questions_right-ok span{
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    margin-right: 17px;
    display: block;
    position: relative;
}
.ok_inp:checked + span::before{
    position: absolute;
    content: "";
    background-image: url(../img/check.svg);
    background-size: cover;
    width: 10px;
    height: 10px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.complect{
    margin: 110px 0 120px;
}
.complect_top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.complect_title{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
}
.complect_text{
    line-height: 20.8px;
    font-size: 16px;
    max-width: 602px;
}
.complect_text p{
    margin-bottom: 10px;
}
.complect_text p:last-child{
    margin-bottom: 0;
}
.complect_slider {
    width: calc(100% + ((100vw - 1520px) / 2));
}
.complect_slider .slick-arrow{
    position: absolute;
    top: -70px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
}
.complect_slider .slick-next{
    right: 680px;
    background-image: url(../img/arrow_rigth.svg);
}
.complect_slider .slick-prev{
    right: 750px;
    background-image: url(../img/arrow_left.svg);
}
.complect_slider .slick-track{
    display: flex;
}
.complect_slide{
    background: #FFFFFF;
    border-radius: 15px;
    margin-right: 10px;
    width: 296px;
    padding: 20px;
    height: inherit;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}
.complect_slide-number{
    background: #F6BD84;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-bottom: 30px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.complect_slide-img{
    display: flex;
    margin-bottom: 34px;
}
.complect_slide-title{
    font-weight: 500;
    line-height: 21.6px;
    color: #265584;
    font-size: 18px;
}

.why{
    padding: 100px 0 120px;
    position: relative;
    z-index: 1;
}
.why::before{
    position: absolute;
    content: "";
    max-width: 1860px;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    background: #FFFFFF;
    border-radius: 15px;
}
.why_top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.why_title{
    font-weight: 600;
    line-height: 46px;
    font-size: 40px;
    max-width: 790px;
}
.why_title span{
    color: #265584;
}
.why_text{
    width: 602px;
    line-height: 22.4px;
    font-size: 16px;
}
.why_wrapper{
    position: relative;
    height: 590px;
}
.why_img{
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-right: 50px;
}
.why_item{
    position: absolute;
    width: fit-content;
}
.why_item-title{
    background: #265584;
    border-radius: 10px;
    padding: 13px;
    display: flex;
    align-items: center;
    width: fit-content;
    justify-content: space-between;
    font-weight: 600;
    line-height: 21.6px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
}
.why_item-title path,
.why_item-title circle{
    transition: all 0.3s;
}
.why_item-title:hover circle{
    fill: #F6BD84;
}
.why_item-title:hover path{
    fill: #fff;
}
.why_item-title span{
    margin-left: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.why_item-title span{
    position: relative;
}
.why_item-title span::before{
    position: absolute;
    content: "";
    background: #FFFFFF66;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    animation: btmAnim 1.4s ease infinite;
}
@keyframes btmAnim{
    0% {
        transform: translate(50%,-50%) scale(0.8);
    }
    50% {
        transform: translate(50%,-50%) scale(1);
    }
    100%{
        transform: translate(50%,-50%) scale(0.8);
    }
}
.why_item-title span:first-child{
    margin-left: 0;
    margin-right: 18px;
}
.why_item:hover .why_item-text{
    opacity: 1;
    visibility: visible;
}
.why_item-text{
    position: absolute;
    top: calc(100% + 15px);
    right: -56px;
    box-shadow: 0px 6px 35px 0px #00000040;
    background-color: #F3F3F3;
    border: 1px solid #D2D2D2;
    z-index: 1;
    border-radius: 10px;
    padding: 24px;
    width: 382px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.why_item-text::before{
    position: absolute;
    content: "";
    background-image: url(../img/tooltip.png);
    background-size: cover;
    width: 21px;
    height: 15px;
    top: -15px;
    z-index: -1;
    right: 50%;
    transform: translateX(50%);
}
.why_item:nth-child(1){
    top: 0;
    left: 14%;
}
.why_item:nth-child(2){
    top: 20%;
    left: 0;
}
.why_item:nth-child(3){
    top: 42%;
    left: 0;
}
.why_item:nth-child(4){
    top: 62%;
    left: 0;
}
.why_item:nth-child(5){
    bottom: 5%;
    left: 14%;
}
.why_item:nth-child(6){
    bottom: 5%;
    left: 44%;
}
.why_item:nth-child(7){
    right: 18%;
    top: 0;
}
.why_item:nth-child(8){
    right: 3%;
    top: 24%;
}
.why_item:nth-child(9){
    right: 1%;
    top: 48%;
}
.why_item:nth-child(10){
    right: 3%;
    top: 78%;
}
.gallery{
    margin: 30px 0 30px;
}
.gallery_items{
    display: flex;
    justify-content: space-between;
    max-width: 1860px;
    margin: 0 auto;
    width: 100%;
    gap: 7px;
}
.gallery_item{
    display: flex;
    flex: 1;
    border-radius: 15px;
    height: 336px;
    overflow: hidden;
}
.gallery_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quiz{
    margin: 120px 0;
}
.quiz_top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.quiz_title{
    font-weight: 600;
    line-height: 46px;
    font-size: 40px;
    max-width: 778px;
}
.quiz_text{
    line-height: 26px;
    max-width: 560px;
    font-size: 20px;
}
.quiz_body{
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}
.quiz_body img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.zamer{
    padding: 100px 0 110px;
    position: relative;
    z-index: 1;
}
.zamer::before{
    position: absolute;
    content: "";
    max-width: 1860px;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    background-image: url(../img/zamer.png);
    background-size: cover;
    background-position: right;
    border-radius: 15px;
}
.zamer_info{
    width: 790px;
    margin-right: 58px;
}
.zamer_title{
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 40px;
    font-size: 40px;
    color: #fff;
}
.zamer_text{
    line-height: 22.4px;
    margin-bottom: 18px;
    font-size: 16px;
    color: #fff;
    max-width: 510px;
}
.zamer_options{
    margin-bottom: 30px;
}
.zamer_option{
    font-size: 16px;
    color: #fff;
    line-height: 22.4px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
}
.zamer_option::before{
    position: absolute;
    content: "";
    background-image: url(../img/zamer_option.svg);
    background-size: cover;
    width: 25px;
    height: 25px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.zamer_inner{
    font-weight: 500;
    line-height: 25.2px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}
.zamer_inner img{
    border-radius: 10px;
    margin-right: 20px;
}
.zamer_btns{
    display: flex;
    align-items: center;
}
.zamer_btn{
    width:303px;
    border-radius: 100px;
    height:71px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 20.8px;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s;
}
.zamer_btn:hover{
    background: #6AA9E8 !important;
    color: #fff !important;
}

.zamer_btn:nth-child(1){
    background: #F6BD84;
    color: #000000;
}
.zamer_btn:nth-child(3){
    background: #3EB25E;
    color: #fff;
}
.zamer_btns span{
    line-height: 19.6px;
    margin: 0 10px;
    font-size: 14px;    
    color: #FFFFFF99;
}
.zamer_wrapper{
    display: flex;
}
.zamer_person{
    margin-top: 130px;
    width: 226px;
}
.zamer_person-title{
    color: #F6BD84;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 28px;
    font-size: 20px;
}
.zamer_person-text{
    line-height: 22.4px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}
.zamer_person-subtitle{
    font-weight: 500;
    line-height: 22.4px;
    color: #F6BD84;
    font-size: 16px;
}
.faq{
    margin: 100px 0 120px;
}
.faq_title{
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 40px;
    font-size: 40px;
}
.faq_items{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.faq_item{
    background: #FFFFFF;
    border-radius: 15px;
    width: calc(50% - 10px);
}
.faq_item-title{
    font-size: 16px;
    font-weight: 600;
    line-height: 20.8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 20px 30px;
}
.faq_item-title:hover .faq_item-dot{
    background: #F6BD84;
}
.faq_item-title span{
    color: #265584;
    display: contents;
}
.faq_item-text{
    line-height: 19.5px;
    display: none;
    color: #646464;
    font-size: 15px;
    padding: 0 84px 30px 30px;
}
.faq_item-dot{
    background: #265584;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    min-width: 40px;
    position: relative;
    transition: all 0.3s;
    margin-left: auto;
}
.faq_item-dot::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    transition: all 0.3s;
}
.faq_item-dot::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 14px;
    background-color: #fff;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    transition: all 0.3s;
}
.faq_item-title.active .faq_item-dot::after{
    transform: translate(50%,-50%) rotate(90deg);
}
.footer{
    padding: 120px 0 45px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.footer::before{
    position: absolute;
    content: "";
    max-width: 1860px;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    right: 50%;
    transform: translateX(50%);
    background: #265584;
    border-radius: 15px;
}
.footer_wrapper{
    display: flex;
    justify-content: space-between;
}
.footer_left {
    width: calc(67% - 10px);
}
.footer_right{
    width: 33%;
}
.footer_left-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;
}
.footer_left-inner{
    width: calc(50% - 5px);
}
.footer_left-logo{
    display: flex;
    margin-bottom: 10px;
    border-radius: 15px;
    overflow: hidden;
}
.footer_left-logo img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.footer_adres{
    border-radius: 15px;
    background-color: #fff;
    padding: 40px 30px 50px;
}
.footer_adres-title{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 13px;
    font-weight: 600;
}
.footer_adres-text{
    line-height: 17.6px;
    font-size: 16px;
}
.footer_form .jb_form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_form  .jb_input input[type='text'], .footer_form .jb_input input[type='tel']{
    padding-left: 20px;
    height: 53px;
}
.footer_form  .jb_input input[type='submit']{
    height: 53px;
}
.footer_form .jb_input:nth-child(2),
.footer_form .jb_input:nth-child(1){
    width: 48%;
}
.footer_form-wrapper{
    width: calc(50% - 5px);
    border-radius: 15px;
    background-color: #fff;
    padding: 40px 30px;
}
.footer_form-title{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 30px;
    font-weight: 600;
}
.footer_form-subtitle{
    line-height: 20.8px;
    position: relative;
    padding-left: 23px;
    margin-bottom: 23px;
    font-size: 16px;
}
.footer_form-subtitle span{
    font-weight: 600;
}
.footer_form-subtitle::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #F6BD84;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer_form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.footer_form-inp{
    background: #EEEEEE;
    height: 53px;
    width: 49%;
    border-radius: 100px;
    border: none;
    padding-left: 20px;
    font-size: 15px;
}
.footer_form-btn{
    width: 49%;
    height: 53px;
    background: #F6BD84;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
    font-weight: 600;
    line-height: 19.5px;
    text-align: center;
    color: #000;
    font-size: 15px;
    transition: all 0.3s;
    border-radius: 100px;
}
.footer_form-btn:hover{
    background: #6AA9E8 ;
    color: #fff ;
}
.footer_form .questions_right-ok{
    margin-top: 10px;
    color: #666666;
    font-size: 11px;
}
.footer_form .questions_right-ok span{
    border: 1px solid #666666;
}
.footer_form .questions_right-ok span::before{
    background-image: url(../img/check2.svg);
}
.footer_form  .jbForCheckbox{
    font-size: 11px;
}
.footer_form-messages{
    display: flex;
    align-items: center;
}
.footer_messages-title{
    font-weight: 600;
    line-height: 19.2px;
    width: 188px;
    margin-right: 15px;
    font-size: 16px;
}
.footer_message{
    display: flex;
    margin-left: 20px;
}
.footer_left-map{
    width: 100%;
    height: 413px;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}
.footer_left-map iframe{
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}
.footer_meating{
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 30px;
}
.footer_meating-title{
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 20px;
}
.footer_meating-item{
    position: relative;
    height: 172px;
    margin-bottom: 11px;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    z-index: 1;
    align-items: flex-end;
}
.footer_meating-item:last-child{
    margin-bottom: 0;
}
.footer_meating-item span{
    background: #265584;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.6px;
    text-align: center;
    color: #fff;    
    padding: 10px 18px;
    border-radius: 60px;
}
.footer_meating-item img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
}
.footer_favorite{
    padding: 60px 30px 60px;
    background-color: #fff;
    border-radius: 15px;
}
.footer_favorite-title{
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    font-size: 20px;
}
.footer_favorite-text{
    line-height: 20.8px;
    margin-bottom: 20px;
    font-size: 16px;
}
.footer_favorite-inner{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.footer_favorite-inner span{
    font-weight: 600;
    line-height: 28.6px;
    font-size: 22px;
    color: #265584;
}
.footer_favorite-subtitle{
    font-size: 16px;
    line-height: 20.8px;
    color: #265584;
    font-weight: 600;
    width: 294px;
    margin-right: 20px;
}
.footer_favorite-btn{
    width: 200px;
    height: 53px;
    background: #F6BD84;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 19.5px;
    text-align: center;
    color: #000;
    font-weight: 600;
}
.footer_favorite-desc{
    line-height: 20.8px;
    font-size: 16px;
}
.footer_favorite-desc span{
    font-weight: 600;
    line-height: 28.6px;
    font-size: 22px;
    color: #265584;
}
.footer_inner{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_inner-item{
    line-height: 20px;
    color: #C9C9C9;
    font-size: 14px;
}
.footer_dev{
    display: flex;
    align-items: center;
    line-height: 16.8px;
    color: #fff;
    font-size: 14px;
}
.footer_dev img{
    margin-left: 20px;
}
.popup_body{
    background: #FFFFFF;
    border-radius: 15px;
    width: 620px;
    padding: 60px 56px;
}
.popup_body-title{
    font-weight: 600;
    line-height: 48px;
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
}
.jb_input input[type='text'],
.jb_input input[type='tel'],
.popup_body-inp{
    background: #EFEFEF;
    border-radius: 100px;
    width: 100%;
    height: 71px;
    display: flex;
    margin-bottom: 10px;
    padding-left: 50px;
    border: none;
}
.jb_input input[type='submit'],
.popup_body-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6BD84;
    border-radius: 100px;
    width: 100%;
    height: 71px;
    font-weight: 600;
    line-height: 20.8px;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}
.jb_input input[type='submit']:hover,
.popup_body-btn:hover{
    background: #6AA9E8;
    color: #fff;
}
.jbForCheckbox,
.popup_body .questions_right-ok{
    margin-top: 10px;
    color: #666666;
    display: block;
    font-size: 14px;
}
.questions_right-form .jbForCheckbox,
.questions_right-form .jbForCheckbox a{
    color: #fff;
}
.jbForCheckbox a{
    color: #666666;
    font-size: 14px; 
}
.popup_body .questions_right-ok span{
    border: 1px solid #666666;
}
.popup_body .questions_right-ok span::before{
    background-image: url(../img/check2.svg);
}
.menu_burger{
    display: none;
}
.header_inner{
    display: none;
}
.uniqueness_link-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6BD84;
    border-radius: 100px;
    width: 425px;
    height: 69px;
    font-weight: 600;
    line-height: 19.5px;
    color: #000000;
    font-size: 15px;
    margin-top: 30px;
    transition: all 0.3s;
}
.uniqueness_link-btn:hover{
    background: #6AA9E8;
    color: #fff;
}
.video_block-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 425px;
    height: 69px;
    background: #F6BD84;
    border-radius: 100px;
    font-weight: 600;
    line-height: 19.5px;
    font-size: 15px;
    color: #000;
}
.complect_slide-order{
    background: #265584;
    padding: 32px;
    text-align: center;
    justify-content: center;
}
.complect_slide-subtitle{
    font-weight: 600;
    line-height: 21.6px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
}
.complect_slide-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6BD84;
    height: 59px;
    border-radius: 100px;
    font-weight: 600;
    line-height: 19.5px;
    font-size: 15px;
    color: #000;
}

.catalog{
    position: relative;
    z-index: 1;
    padding: 100px 0 120px;
}
.catalog::before{
    position: absolute;
    content: "";
    background: #FFFFFF;
    border-radius: 15px;
    right: 50%;
    top: 0;
    transform: translateX(50%);
    height: 100%;
    width: 1860px;
    z-index: -1;
    max-width: 100%;
}
.catalog_title{
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 40px;
    font-size: 40px;
    color: #303030;
}
.catalog_items{
    display: flex;
    gap: 2%;
}
.catalog_item{
    width: 32%;
}
.catalog_item-img{
    width: 100%;
    height: 300px;
    border-radius: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.catalog_item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.catalog_item-title{
    font-weight: 600;
    line-height: 39px;
    margin-bottom: 10px;
    font-size: 30px;
    color: #303030;
}
.catalog_item-options{
    margin-bottom: 30px;
}
.catalog_item-option{
    line-height: 20.8px;
    font-size: 16px;
}
.catalog_item-option span{
    font-weight: 600;
}

.catalog_item-btn{
    background: #F6BD84;
    width: 100%;
    height: 69px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 19.5px;
    text-align: center;
    font-weight: 600;
    color: #000;
    transition: all 0.3s;
}
.catalog_item-btn:hover{
    background: #6AA9E8;
    color: #fff;
}
.main_subtitle{
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}
.main_question{
    font-size: 20px;
    margin-bottom: 16px;
    color: #fff;
}
.main_radio{
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-bottom: 14px;
    color: #fff;cursor: pointer;
    line-height: 1;
    font-size: 20px;
}
.main_radio span{
    display: block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    position: relative;
}
.main_radio input{
    display: none;
}
.main_radio input:checked + span::before{
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.main_desc{
    color: #fff;
    font-size: 22px;
    line-height: 1.4;
    margin-top: 40px;
}
.main_desc span{
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 6px;
}
.main_thanks .main_calc{
    cursor: pointer;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6BD84;
    color: #000;
    border-radius: 100px;
    width: 240px;
    height: 71px;
    font-weight: 600;
    line-height: 20.8px;
    text-align: center;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}
.main_thanks .main_btns {
    margin-top: 50px;
}













@media(max-width:1600px){
    .container {
        max-width: 1248px;
    }
    .catalog::before,
    .footer::before,
    .zamer::before,
    .why::before,
    .questions::before,
    .video_block::before,
    .uniqueness::before,
    .gallery_items,
    .main_img{
        max-width: calc(100% - 10px);
        width: 1380px;
    }
    .header_logo-text{
        margin-left: 20px;
    }
    .header_message{
        margin-left: 14px;
    }
    .header_btn{
        width: 180px;
    }
    .uniqueness_title{
        width: 580px;
    }
    .uniqueness_img{
        width: 600px;
    }
    .uniqueness_img img{
        width: 100%;
        height: auto;
    }
    .uniqueness_design{
        z-index: -1;
    }
    .uniqueness_design img{
        width: 360px;
    }
    .panels_left,
    .panels_title{
        width: 600px;
    }
    .panels_left-items{
        gap: 8px;
    }
    .panels_text,
    .panels_right {
        width: 580px;
    }
    .video_block-item{
        width: 620px;
        height: 360px;
    }
    .video_block-title {
        line-height: 40px;
        margin-bottom: 30px;
        font-size: 32px;
    }
    .video_block-text{
        margin-bottom: 34px;
    }
    .questions_right {
        width: 540px;
    }
    .complect_slider {
        width: calc(100% + ((100vw - 1218px) / 2));
    }
    .complect_slider .slick-prev{
        right: 665px;
    }
    .complect_slider .slick-next{
        right: 585px;
    }
    .why_title{
        max-width: 600px;
    }
    .gallery_item{
        height: 250px;
    }
    .quiz_title{
        max-width: 640px;
    }
    .zamer_info {
        width: 660px;
    }
    .zamer::before{
        background-position: 50%;
    }
    .footer_form{
        margin-bottom: 20px;
    }
    .footer_adres-title{
        margin-bottom: 30px;
    }
    .footer_form-wrapper{
        padding: 30px;
    }
    .footer_left-map{
        height: 423px;
    }
    .video_block-info{
        width: 540px;
    }
    .footer_favorite-subtitle {
        width: 221px;
    }
    .footer_favorite {
        padding: 60px 30px 42px;
    }        
}

@media (max-width: 1349.98px) {
    .container {
            max-width: 968px;
    }
    .header_logo-text{
        display: none;
    }
    .header_messages-title{
        display: none;
    }
    .main_info {
        width: 570px;
    }
    .main h1 {
        line-height: 46px;
        font-size: 34px;
    }
    .main_items{
        flex-wrap: wrap;
        justify-content: center;
    }
    .main_item{
        width: 32%;
        flex: none;
        padding-top: 70px;
    }
    .main_item:nth-child(2n){
        margin-top: 0;
    }
    .uniqueness_info,
    .uniqueness_text {
        width: 420px;
    }
    .uniqueness_img,
    .uniqueness_title {
        width: 500px;
        margin-left: 0;
    }
    .uniqueness_design ul{
        position: absolute;
        margin-right: 0;
        right: 0;
        top: 0;
    }
    .uniqueness_design img {
        width: 470px;
    }
    .uniqueness_link-pdf {
        font-size: 16px;
        line-height: 19px;
    }
    .uniqueness_item {
        font-size: 14px;
        line-height: 18px;
    }
    .uniqueness_item img{
        margin-bottom: 10px;
    }
    .panels_left, .panels_title{
        width: 500px;
    }
    .panels_text, .panels_right{
        width: 420px;
    }
    .panels_left-items{
        flex-wrap: wrap;
    }
    .panels_item-img{
        width: 210px;
    }
    .panels_item-img img{
        width: 100%;
        height: auto;
    }
    .panels_item{
        padding-right: 200px;
        margin-bottom: 80px;
    }
    .video_block-item {
        width: 460px;
        height: 260px;
    }
    .video_block-title{
        margin-bottom: 30px;
    }
    .video_block-info{
        width: 450px;
    }
    .questions_right {
        width: 420px;
    }
    .questions_info {
        width: 480px;
    }
    .complect_text{
        width: 480px;
    }
    .complect_title{
        width: 400px;
    }
    .complect_slider {
        width: calc(100% + ((100vw - 938px) / 2));
    }
    .complect_slider .slick-prev {
        right: 474px;
    }
    .complect_slider .slick-next {
        right: 390px;
    }
    .why_item-title {
        line-height: 20px;
        font-size: 16px;
    }
    .why_img{
        width: 820px;
        margin: 0 auto;
    }
    .why_img img{
        width: 100%;
        height: auto;
    }
    .why_wrapper{
        height: 430px;
    }
    .why_item:nth-child(5){
        left: 5%;
    }
    .why_item:nth-child(6) {
        bottom: -10%;
        left: 37%;
    }
    .gallery_item{
        height: 182px;
    }
    .quiz_top{
        flex-direction: column;
    }
    .quiz_title{
        max-width: 100%;
        margin-bottom: 24px;
    }
    .quiz_text{
        max-width: 100%;
    }
    .zamer_info {
        width: 490px;
    }
    .zamer::before {
        background-position: 65%;
    }
    .zamer_inner {
        line-height: 20.2px;
        font-size: 16px;
    }
    .faq_item-title br{
        display: none;
    }
    .footer_wrapper{
        flex-direction: column;
    }
    .footer_left{
        width: 100%;
        margin-bottom: 10px;
    }
    .footer_right{
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 10px;
    }
    .footer_meating,
    .footer_favorite{
        margin-bottom: 0;
        width: calc(50% - 5px);
    }
    .footer_inner{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer_inner-item{
        margin-bottom: 20px;
    }
    .catalog_item-img{
        height: 190px;
    }
    .catalog_item-title {
        line-height: 34px;
        margin-bottom: 10px;
        font-size: 24px;
    }
}
@media (max-width: 991.98px){
    .container{
        max-width: 698px;
    }
    .header_btn,
    .header_time,
    .header_number{
        display: none;
    }
    .main {
        padding: 60px 0;
    }
    .main_text {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    .main_item {
        width: 48%;
    }
    .uniqueness_top{
        flex-direction: column;
    }
    .uniqueness_title{
        width: 100%;
        margin-bottom: 20px;
    }
    .uniqueness_info, .uniqueness_text{
        width: 100%;
    }
    .uniqueness_wrapper{
        flex-direction: column;
    }
    .uniqueness_img{
        margin-bottom: 30px;
        width: 100%;
    }
    .uniqueness_design{
        position: relative;
        flex-direction: row;
        margin-bottom: 30px;
    }
    .panels_top{
        flex-direction: column;
    }
    .panels_left, .panels_title{
        width: 100%;
        margin-bottom: 20px;
    }
    .panels_text, .panels_right{
        width: 100%;

    }
    .panels_wrapper{
        flex-direction: column;
    }
    .video_block-item{
        position: relative;
    }
    .video_block-info{
        width: 100%;
    }
    .video_block-item{
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .video_block-text{
        width: 100%;
    }
    .questions_wrapper{
        flex-direction: column;
    }
    .questions_info{
        width: 100%;
        margin-bottom: 40px;
    }
    .questions_right{
        width: 100%;
    }
    .complect_top{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .complect_title{
        width: 100%;
        margin-bottom: 30px;
    }
    .complect_text{
        width: 100%;
    }
    .complect_slider {
        width: calc(100% + ((100vw - 668px) / 2));
        padding-bottom: 80px;
    }
    .complect_slider .slick-arrow{
        bottom: 0px;
        top: auto;
    }
    .complect_slider .slick-prev{
        left: 0;
        right: auto;
    }
    .complect_slider .slick-next{
        left: 80px;
        right: auto;
    }
    .why_top{
        flex-direction: column;
    }
    .why_title{
        width: 100%;
        margin-bottom: 30px;
    }
    .why_text{
        width: 100%;
    }
    .why_img{
        width: 100%;
        margin-bottom: 30px;
    }
    .why_item{
        position: relative;
        top: auto !important;
        left: auto !important;
        width: 100%;
        right: auto !important;
        bottom: auto !important;
        margin-bottom: 10px;
    }
    .why_item:last-child{
        margin-bottom: 0;
    }
    .why_item-title{
        width: 100%;
    }
    .why_item-title br{
        display: none;
    }
    .why_wrapper{
        height: auto;
    }
    .why_item-title span{
        order: 1;
    }
    .why_item-title span:first-child{
        margin-right: 0;
        margin-left: 18px;
    }
    .why_item-text{
        position: relative;
        top: auto;
        margin-top: 24px;
        width: 100%;
        right: auto;
        margin-bottom: 30px;
        opacity: 1;
        visibility: visible;
        display: none;
        transition: none;
    }
    .gallery_items{
        flex-wrap: wrap;
    }
    .gallery_item{
        width: calc(50% - 5px);
        flex: none;
        height: 266px;
    }
    .zamer_wrapper{
        flex-direction: column;
    }
    .zamer_person{
        margin-top: 120px;
    }
    .zamer_info{
        width: 100%;
        margin-right: 0;
    }
    .zamer::before{
        background-image: url(../img/zamer2.jpg);
        background-position: center;
    }
    .zamer_wrapper{
        position: relative;
    }
    .zamer_wrapper::after{
        position: absolute;
        content: "";
        background-image: url(../img/zamer_aft.png);
        background-position: center;
        background-size: cover;
        width: 263px;
        height: 366px;
        bottom: -110px;
        z-index: -1;
        left: 180px;
    }
    .faq_item{
        width: 100%;
    }
    .footer_form-inp{
        width: 100%;
        margin-bottom: 10px;
    }
    .footer_form-btn{
        width: 100%;
    }
    .footer_messages-title{
        width: 140px;
    }
    .footer_adres {
        padding-bottom: 145px;
    }
    .menu_burger{
        display: block;
        background: #265584;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-left: 22px;
        position: relative;
    }
    .menu_burger::before{
        position: absolute;
        content: "";
        width: 20px;
        height: 2px;
        background-color: #fff;
        border-radius: 40px;
        top: 13px;
        left: 10px;
        transition: all 0.3s;
    }
    .menu_burger.active::before{
        transform: rotate(45deg);
        top: 19px;
    }
    .menu_burger::after{
        position: absolute;
        content: "";
        width: 20px;
        height: 2px;
        background-color: #fff;
        border-radius: 40px;
        bottom: 13px;
        left: 10px;
        transition: all 0.3s;
    }
    .menu_burger.active::after{
        transform: rotate(-45deg);
        bottom: 19px;
    }
    .menu_burger span{
        position: absolute;
        content: "";
        width: 20px;
        height: 2px;
        background-color: #fff;
        border-radius: 40px;
        top: 19px;
        left: 10px;
        transition: all 0.3s;
    }
    .menu_burger.active span{
        transform: scale(0);
    }
    .header_message{
        width: 40px;
        height: 40px;
    }
    .header_message img{
        width: 100%;
        height: 100%;
    }
    .header_inner{
        display: block;
        position: fixed;
        top: 88px;
        width: 100%;
        right: 0;
        background: #F3F3F3;
        padding: 45px 0 70px;
        border-radius: 0 0 15px 15px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.6s;
        box-shadow: 0px 10px 10px 0px #00000040;

    }
    .header_inner.active{
        opacity: 1;
        visibility: visible;
    }
    .header.fixed,
    .header{
        background: #F3F3F3;
    }
    .header_inner-text{
        line-height: 18px;
        text-align: center;
        max-width: 240px;
        margin: 0 auto 30px;
        font-size: 14px;
        color: #666666;
    }
    .header_inner .header_messages-title{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-left: 0;
        margin-bottom: 10px;
    }
    .header_messages-title::before{
        position: relative;
        margin-right: 10px;
        transform: none;
        top: auto;
    }
    .header_inner  .header_messages-wrapper{
        flex-wrap: wrap;
        justify-content: center;
    }
    .header_inner .header_time{
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }
    .header_inner  .header_message{
        margin: 0 15px;
    }
    .header_inner   .header_number{
        display: flex;
        justify-content: center;
        margin: 30px 0;
    }
    .header_inner   .header_btn{
        display: flex;
        margin: 0 auto;
        width: 226px;
    }
    .video_block-item{
        height: 380px;
    }
    .video_block-btn{
        width: 100%;
    }
    .footer_favorite{
        display: none;
    }
    .footer_meating{
        width: 100%;
    }
    .footer_form .jb_input:nth-child(2), .footer_form .jb_input:nth-child(1) {
        width: 100%;
    }
    .catalog_items{
        flex-wrap: wrap;
        gap: 40px 0;
        justify-content: space-between;
    }
    .catalog_item{
        width: 48%;
    }
}
@media (max-width: 767.98px){
    .container{
        max-width: 100%;
    }
    .video_block-item {
        height: 52vw;
    }
    .header_logo-img{
        width: 134px;
    }
    .header_logo-img img{
        width: 100%;
        height: auto;
    }
    .header_message{
        margin-left: 22px;
    }
    .header_message:nth-child(2){
        margin-left: 0;
    }
    .header_wrapper{
        padding: 15px 0;
    }
    .main{
        margin-top: 70px;
        padding: 240px 0 50px;
    }
    .main h1{
        text-align: center;
        font-weight: 600;
        line-height: 28.8px;
        font-size: 24px;
        margin-bottom: 20px;
    }
    .main_img{
        max-width: 400px;
        width: calc(100% - 10px);
    }
    .main_info{
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }
    .main_text{
        font-weight: 500;
        line-height: 19px;
        text-align: center;
        margin-bottom: 30px;
        font-size: 15px;
    }
    .main_btn{
        width: 100%;
        padding: 0 20px;
    }
    .main_items-block{
        margin: 50px 0 80px;
    }
    .main_item{
        width: 100%;
    }
    .uniqueness{
        padding: 60px 0 80px;
    }
    .uniqueness_title{
        line-height: 27.6px;
        margin-bottom: 20px;
        font-size: 24px;
    }
    .uniqueness_text{
        line-height: 19.6px;
        font-size: 14px;
    }
    .header_inner{
        top: 70px;
    }
    .uniqueness_sutitle br{
        display: none;
    }
    .uniqueness_sutitle{
        line-height: 25.2px;
        margin-bottom: 20px;
        font-size: 18px;
        max-width: 320px;
    }
    .uniqueness_item{
        display: flex;
        align-items: center;
        flex-direction: row;
        width: 100%;
        line-height: 18.2px;
        font-size: 14px;
    }
    .uniqueness_items{
        gap: 10px;
    }
    .uniqueness_item img{
        width: 50px;
        height: 50px;
        min-width: 50px;
        margin-bottom: 0;
        margin-right: 20px;
    }
    .uniqueness_design img{
        width: 100%;
        max-width: 300px;
    }
    .uniqueness_design ul{
        font-size: 12px; 
        line-height: 15.6px;
        top: -14px;
    }
    .uniqueness_link-pdf{
        font-size: 16px;
        line-height: 19.2px;
        width: 250px;
    }
    .panels{
        margin: 70px 0 80px;
    }
    .panels_title{
        line-height: 27.6px;
        margin-bottom: 30px;
        font-size: 24px;
        max-width: 246px;
    }
    .panels_text{
        line-height: 19.6px;
        font-size: 14px;
    }
    .panels_wrapper{
        flex-direction: column-reverse;
    }
    .panels_item{
        padding-right: 0;
        margin-bottom: 170px;
    }
    .panels_item-img{
        top: 52px;
        width: 225px;
    }
    .panels_item-options,
    .panels_item-title{
        line-height: 19.6px;
        font-size: 14px;
    }
    .panels_right{
        margin-bottom: 177px;
    }
    .panels_left{
        flex-direction: column;
        position: relative;
        margin-bottom: 0;
        display: flex;
        padding-bottom: 44vw;
    }
    .panels_left-item{
        width: 100%;
        line-height: 18px;
        padding: 20px 24px 20px 50px;
        font-size: 14px;
    }
    .panels_left-item::before{
        width: 20px;
        height: 20px;
    }
    .panels_img{
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        margin-bottom: 0;
    }
    .video_block{
        padding: 70px 0;
    }
    .video_block-title{
        font-size: 24px;
        margin-bottom: 40px;
        line-height: 27.6px;
        width: 300px;
    }
    .video_block-text{
        text-align: right;
        line-height: 19.2px;
        font-size: 16px;
        width: 275px;
        margin-left: auto;
    }
    .questions{
        padding: 70px 0 170px;
    }
    .questions_title{
        font-size: 24px;
        line-height: 27.6px;
    }
    .questions_person-img{
        width: 100px;
        height: 100px;
    }
    .questions_person{
        padding-left: 120px;
        min-height: 0;
    }
    .questions_person-title{
        line-height: 23.4px;
        font-size: 18px;
    }
    .questions_person-subtitle,
    .questions_person-text{
        line-height: 18.2px;
        font-size: 14px;
    }
    .questions_quote{
        line-height: 19.6px;
        font-size: 14px;
    }
    .questions_right-title{
        line-height: 20.8px;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .questions_right-btn,
    .questions_right-inp{
        height: 61px;
    }
    .questions::before{
        background-image: url(../img/questions2.jpg);
        background-position: bottom;
    }
    .complect{
        margin: 70px 0 80px;
    }
    .complect_title{
        font-size: 24px;
        line-height: 27.6px;
    }
    .complect_text p{
        font-size: 14px;
        line-height: 18.2px;
    }
    .complect_slider{
        width: calc(100% + 15px);
    }
    .why{
        padding: 70px 0;
    }
    .why_title{
        font-size: 24px;
        line-height: 27.6px;
    }
    .why_text{
        line-height: 19.6px;
        font-size: 14px;
    }
    .why_top{
        margin-bottom: 30px;
    }
    .why_item-text{
        line-height: 18.2px;
        padding: 20px;
        font-size: 14px;
    }
    .gallery_item {
        height: 35vw;
    }
    .gallery{
        margin: 10px 0 80px;
    }
    .quiz{
        margin: 80px 0 10px;
    }
    .quiz_title{
        line-height: 27.6px;
        font-size: 24px;
    }
    .quiz_text{
        line-height: 20.8px;
        font-size: 16px;
    }
    .quiz_top{
        margin-bottom: 40px;
    }
    .zamer{
        padding: 70px 0 200px;
    }
    .zamer_title{
        line-height: 27.6px;
        margin-bottom: 30px;
        font-size: 24px;
    }
    .zamer_text{
        line-height: 19.6px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .zamer_option{
        line-height: 19.6px;
        font-size: 14px;
    }
    .zamer_inner{
        line-height: 18.2px;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 14px;
    }
    .zamer_inner img{
        width: 90px;
        min-width: 90px;
        height: auto;
        margin-right: 15px;
    }
    .zamer_btns{
        flex-direction: column;
    }
    .zamer_btns span{
        margin:5px 0 ;
        display: block;
    }
    .zamer_person{
        margin-top: 44px;
    }
    .zamer_wrapper::after{
        bottom: -240px;
        right: -50px;
        left: auto;
    }
    .zamer{
        overflow: hidden;
    }
    .zamer_person-title {
        line-height: 24px;
        font-size: 16px;
    }
    .zamer_person-subtitle,
    .zamer_person-text {
        line-height: 19.4px;
        font-size: 14px;
    }
    .faq{
        margin: 80px 0;
    }
    .faq_title{
        line-height: 27.6px;
        margin-bottom: 30px;
        font-size: 24px;
    }
    .faq_items{
        gap: 10px;
    }
    .faq_item-title{
        font-size: 14px;
        line-height: 18.2px;
        padding: 20px;
    }
    .faq_item-text{
        padding: 0 42px 20px 20px;
        line-height: 16.9px;
        font-size: 13px;
    }
    .faq_item-dot{
        margin-left: 10px;
    }
    .footer{
        padding: 80px 0 50px;
    }
    .footer_left-top{
        flex-direction: column-reverse;
    }
    .footer_left-inner{
        width: 100%;
    }
    .footer_form-wrapper{
        width: 100%;
    }
    .footer_left-logo{
        position: absolute;
        top: 0;
        right: 0;
    }
    .footer_left{
        position: relative;
        padding-top: 35vw;
    }
    .footer_form-messages{
        flex-wrap: wrap;
    }
    .footer_messages-title{
        width: 100%;
        margin-bottom: 20px;
    }
    .footer_message{
        margin-left: 0;
        margin-right: 30px;
    }
    .footer_adres{
        padding-bottom: 40px;
    }
    .footer_left-map{
        height: 300px;
    }
    .footer_right{
        flex-direction: column;
    }
    .footer_meating, .footer_favorite{
        width: 100%;
    }
    .footer_meating-item{
        height: 109px;
    }
    .footer_favorite-desc{
        display: none;
    }
    .footer_favorite-inner{
        flex-direction: column;
        margin-bottom: 0;
    }
    .footer_favorite-btn{
        width: 100%;
        margin-top: 20px;
    }
    .popup_body{
        padding: 50px 20px;
    }
    .popup_body-title{
        line-height: 28.8px;
        margin-bottom: 30px;
        font-size: 24px;
    }
    .faq_item-title{
        justify-content: space-between;
    }
    .uniqueness_link-btn,
    .video_block-btn{
        text-align: center;
        width: 100%;
        padding: 0 calc(50% - 120px);
    }
    .main_thanks img{
        object-position: top;
    }
    .catalog{
        padding: 70px 0 80px;   
    }
    .catalog_title{
        line-height: 27.6px;
        margin-bottom: 30px;
        font-size: 24px;
    }
    .catalog_item{
        width: 100%;
    }
    .catalog_item-img {
        height: 55vw;
    }
    .catalog_item-title {
        line-height: 26px;
        margin-bottom: 10px;
        font-size: 20px;
    }
    .catalog_item-option {
        line-height: 18.8px;
        font-size: 14px;
    }
    .catalog_item-options{
        margin-bottom: 20px;
    }
    .main h1 span span{
        display: none;
    }
    .main h1 .buble span{
        display: inline;
    }
    .main h1 .buble {
        margin-left: 0;
    }
    .main_subtitle {
        font-size: 22px;
        text-align: center;
    }
    .main_desc {
        font-size: 16px;
        margin-top: 20px;
        text-align: center;
    }
    .main_question{
        text-align: center;
        font-size: 16px;
    }
    .main_thanks .main_calc{
        width: 100%;
    }
    .main_desc br{
        display: none;
    }
}
