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

.container{
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 15px;
}
.page_trigger{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.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: 244px;
    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;
}
.header_inner{
    display: none;
}
.main{
    margin: 86px 0 120px;
}
.works .container,
.coating .container,
.construction .container,
.main .container,
.advantages .container{
    max-width: 1890px; 
}
.main_wrapper{
    padding: 95px 170px;
    position: relative;
    background-image: url(../img/main_wrapper.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
}
.main_img{
    position: absolute;
    right: 170px;
    top: 50%;
    transform: translateY(-50%);
}
.main_info{
    width: 830px;
}
.main h1{
    font-weight: 400;
    line-height: 54px;
    font-size: 45px;
    color: #FFFFFF;
    margin-bottom: 50px;
}
.main h1 span{
    font-weight: 700;
}
.main_items{
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
}
.main_item{
    width: calc(33.333% - 13.333px);
    background: #163D63;
    border-radius: 10px;
    padding: 30px 20px;
    font-size: 18px;
    line-height: 23.4px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
}
.main_item::before{
    position: relative;
    content: "";
    background-image: url(../img/plus.svg);
    background-size: cover;
    width: 30px;
    height: 30px;
    display: block;
    min-width: 30px;
    margin-right: 20px;
}
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F6BD84;
    font-size: 15px;
    font-weight: 600;
    line-height: 15.6px;
    text-align: center;
    border-radius: 100px;
    color: #000;
    transition: all 0.3s;
}
.btn:hover{
    background: #6AA9E8;
    color: #fff;
}
.main_btn{
    width: 357px;
    height: 69px;
}
.zones{
    margin: 120px 0;
}
.zones h2{
    font-size: 40px;
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 40px;
}
.zones_items{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.zones_item{
    height: 360px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: calc(33.333% - 16.666px);
}
.zones_item img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.zones_item span{
    background: #F6BD84;
    border-radius: 60px;
    font-size: 16px;
    line-height: 17.6px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    padding: 10px 30px;
}
.advantages_top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.advantages_top h2{
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 96px;
    font-size: 40px;
}
.advantages_info{
    width: calc(50% - 10px);
}
.advantages_img{
    display: flex;
}
.advantages_items{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.advantages_item{
    width: calc(25% - 15px);
}
.advantages_top .advantages_items{
    width: calc(50% - 10px);
}
.advantages_top .advantages_item{
    width: calc(50% - 10px);
}
.advantages_item{
    background: #F3F3F3;
    border-radius: 15px;
    padding: 20px;
}
.advantages_wrapper{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 100px 170px;
}
.advantages_item-img{
    margin-bottom: 30px;
}
.advantages_item-title{
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    color: #265584;
    font-size: 20px;
}
.advantages_item-text{
    line-height: 22.4px;
    font-size: 16px;
}
.video_block{
    margin-bottom: 30px;
    padding: 120px 0;
    position: relative;
    z-index: 1;
}
.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;
    padding-right: 50px;
    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: 500px;
    margin-bottom: 100px;
    font-size: 18px;
}

.video_block-btn{
    width: 317px;
    height: 69px;
}
.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-color: #265584;
    border-radius: 15px;
}
.questions_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.questions_img{
    position: absolute;
    z-index: -1;
    right: 270px;
    top: 96px;
}
.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%);
}
.construction{
    margin: 30px 0 120px;
}
.construction_wrapper{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 100px 170px;
}
.construction h2{
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 50px;
    font-size: 40px;
}
.construction_items{
    display: flex;
    justify-content: space-between;
}
.construction_item{
    width: calc(50% - 20px);
}
.construction_item-title{
    font-weight: 600;
    line-height: 27.6px;
    color: #265584;
    font-size: 24px;
    margin-bottom: 10px;
}
.construction_item img{
    width: 100%;
    height: auto;
}
.types{
    margin: 120px 0;
}
.types h2{
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 40px;
    font-size: 40px;
}
.types_tabs{
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    width: fit-content;
    margin-bottom: 40px;
}
.types_tab{
    background: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    color: #666666;
    line-height: 20.7px;  
    padding: 14px 22px;
    cursor: pointer;
}
.types_tab.active{
    background: #265584;
    color: #fff;
}
.types_items{
    display: flex;
    gap: 10px;
}
.types_item{
    background: #FFFFFF;
    border-radius: 15px;
    width: calc(20% - 8px);
    padding: 20px;
}
.types_item-number{
    background: #F6BD84;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    font-weight: 500;
}
.types_item-img{
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 23px;
}

.types_item-img img{
    max-width: 100%;
    max-height: 100%;
}
.types_item-title{
    font-weight: 500;
    line-height: 21.6px;
    color: #265584;
    font-size: 18px;
}
.types_content{
    display: none;
}
.types_content.active{
    display: block;
}
.coating{
    margin: 120px 0;
}
.coating_wrapper{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 110px 170px 60px;
}
.coating h2{
    font-weight: 600;
    line-height: 46px;
    margin-bottom: 90px;
    font-size: 40px;
}
.coating_info{
    width: 740px;
}
.coating_items{
    display: flex;
    justify-content: space-between;
}
.coating_item{
    font-weight: 500;
    line-height: 20.7px;
    width: 49%;
    font-size: 18px;
}
.coating_item img{
    height: 269px;
    margin-bottom: 10px;
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
}
.coating_wrapper{
    display: flex;
    justify-content: space-between;
}
.colors{
    margin: 120px 0;
}
.colors_top{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 45px;
}
.colors h2{
    font-weight: 600;
    line-height: 46px;
    font-size: 40px;
}
.colors_text{
    font-weight: 500;
    line-height: 19.8px;
    color: #265584;
    font-size: 18px;
}
.colors_items{
    display: flex;
    flex-wrap: wrap;
    gap:  30px 12px;
}
.colors_item{
    width: calc(8.666% - 16.1px);
    line-height: 13.2px;
    color: #666666;
    font-size: 12px;
}
.colors_item img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}

.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;
}
.works{
    margin: 120px 0;
}
.works_wrapper{
    padding: 100px 170px;
    background-color: #fff;
    border-radius: 15px;
}
.works h2{
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
    margin-bottom: 35px;
}
.works_slider .slick-arrow{
    position: absolute;
    font-size: 0;
    padding: 0;
    border: none;
    background: none;
    z-index: 1;
    background-size: cover;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: -80px;
}
.works_slider .slick-next{
    background-image: url(../img/arrow_right.svg);
    right: 20px;
}
.works_slider .slick-prev{
    background-image: url(../img/arrow_left.svg);
    right: 90px;
}
.works_slide{
    margin-right: 20px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
}
.works_slide img{
    width: 100%;
    display: flex;
    margin-bottom: 10px;
    border-radius: 15px;
}
.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;
}
.faq_item-img{
    display: flex;
    align-items: flex-start;
    position: relative;
    width: fit-content;
}
.faq_item-img::before{
    position: absolute;
    content: "";
    background-image: url(../img/search.svg);
    background-size: cover;
    width: 46px;
    height: 46px;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
}
.faq_item-img img{
    max-width: 100%;
    max-height: 300px;
}
.faq_item-docs{
    font-weight: 500;
    line-height: 18.2px;
    font-size: 14px;
    padding-left: 40px;
    position: relative;
    display: block;
    margin-bottom: 30px;
    color: #303030;
}
.faq_item-docs:last-child{
    margin-bottom: 0;
}
.faq_item-docs::before{
    position: absolute;
    content: "";
    background-image: url(../img/docs.svg);
    background-size: cover;
    width: 30px;
    height: 30px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.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);
}
.main_text{
    color: #fff;
    margin-bottom: 34px;
    font-size: 28px;
    line-height: 1.2;
}
.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_calc{
    cursor: pointer;
    margin-top: 50px;
    width: 240px;
    height: 50px;
}
.main_subtitle{
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
}








@media(max-width:1600px){
    .container {
        max-width: 1248px;
    }
    .header_logo-text{
        margin-left: 20px;
    }
    .header_message{
        margin-left: 14px;
    }
    .header_btn{
        width: 180px;
    }
    .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;
    }
    .video_block-info{
        width: 540px;
    }
    .quiz_title{
        max-width: 640px;
    }
    .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;
    }        
    .main_wrapper{
        padding: 90px;
        z-index: 1;
        position: relative;
    }
    .main_img{
        right: 40px;
        z-index: -1;
        width: 400px;
    }
    .main_img img{
        width: 100%;
        height: auto;
    }
    .advantages_wrapper{
        padding: 90px;
    }
    .advantages_top h2 br{
        display: none;
    }
    .advantages_img img{
        width: 100%;
    }
    .footer::before,
    .questions::before{
        max-width: calc(100% - 10px);
        width: 1380px;
    }
    .construction_wrapper{
        padding: 90px;
    }
    .coating_wrapper{
        padding: 90px;
    }
    .coating_img{
        display: flex;
        width: 48%;
    }
    .coating_img img{
        width: 100%;
        height: auto;
    }
    .coating_info{
        width: 48%;
    }
    .colors_item img{
        height: 156px;
    }
    .works_wrapper{
        padding: 90px;
    }
    .header_logo-text{
        width: 180px;
    }
    .questions_right {
        width: 540px;
    }
}
@media (max-width: 1349.98px) {
    .container {
            max-width: 968px;
    }
    .header_logo-text{
        display: none;
    }
    .header_messages-title{
        display: none;
    }
    .video_block-item {
        width: 460px;
        height: 260px;
    }
    .video_block-title{
        margin-bottom: 30px;
    }
    .video_block-info{
        width: 450px;
    }
    .quiz_top{
        flex-direction: column;
    }
    .quiz_title{
        max-width: 100%;
        margin-bottom: 24px;
    }
    .quiz_text{
        max-width: 100%;
    }
    .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;
    }
    .works_wrapper,
    .coating_wrapper,
    .construction_wrapper,
    .advantages_wrapper,
    .main_wrapper {
        padding: 90px 40px;
    }
    .main_img{
        right: 20px;
        top: 80%;
        width: 300px;
    }
    .zones_item {
        height: 270px;
    }
    .advantages_top{
        flex-direction: column;
    }
    .advantages_top .advantages_items{
        width: 100%;
        margin-top: 20px;
    }
    .advantages_item{
        width: calc(50% - 10px);
    }
    .advantages_info {
        width: 70%;
    }
    .video_block-text{
        max-width: 100%;
    }
    .questions_right {
        width: 420px;
    }
    .questions_info {
        width: 480px;
    }
    .questions_img{
        width: 600px;
        right: 180px;
    }
    .questions_img img{
        width: 100%;
        height: auto;
    }
    .types_items{
        flex-wrap: wrap;
    }
    .types_item{
        width: calc(33.333% - 6.666px);
    }
    .coating_wrapper{
        align-items: center;
    }
    .colors h2{
        width: 420px;
    }
    .colors_text{
        width: 460px;
    }
    .colors_item {
        width: calc(12.666% - 16.1px);
    }
    .faq_item-dot{
        margin-left: 10px;
    }
    .faq_item-title{
        justify-content: space-between;
    }
}
@media (max-width: 991.98px){
    .container{
        max-width: 698px;
    }
    .header_btn,
    .header_time,
    .header_number{
        display: none;
    }
    .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{
        position: relative;
    }
    .video_block-info{
        width: 100%;
    }
    .video_block-item{
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .video_block-text{
        width: 100%;
    }
    .video_block-item{
        height: 380px;
    }
    .video_block-btn{
        width: 100%;
    }
    .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;
    }
    .footer_favorite{
        display: none;
    }
    .footer_meating{
        width: 100%;
    }
    .footer_form .jb_input:nth-child(2), .footer_form .jb_input:nth-child(1) {
        width: 100%;
    }
    .popup_body{
        padding: 50px 20px;
    }
    .popup_body-title{
        line-height: 28.8px;
        margin-bottom: 30px;
        font-size: 24px;
    }
    .questions_wrapper{
        flex-direction: column;
    }
    .questions_info{
        width: 100%;
        margin-bottom: 40px;
    }
    .questions_right{
        width: 100%;
    }
    .main_img{
        position: relative;
        top: auto;
        right: auto;
        margin: 0 auto 24px;
        transform: none;
    }
    .main_info{
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .main_items{
        flex-direction: column;
        order: 1;
        gap: 10px;
        margin: 30px 0 0;
    }
    .main_item{
        width: 100%;
    }
    .main_btn{
        margin: 0 auto;
    }
    .main{
        margin-bottom: 80px;
    }
    .zones{
        margin: 80px 0;
    }
    .zones_item{
        width: calc(50% - 12.5px);
    }
    .video_block{
        padding: 80px 0;
    }
    .construction_items{
        flex-direction: column;
        gap: 20px 0;
    }
    .construction_item{
        width: 100%;
    }
    .construction{
        margin-bottom: 80px;
    }
    .types{
        margin: 80px 0;
    }
    .coating{
        margin: 80px 0;
    }
    .coating_wrapper{
        flex-direction: column;
    }
    .coating_info{
        width: 100%;
        margin-bottom: 50px;
    }
    .coating_img{
        width: 100%;
    }
    .colors{
        margin: 80px 0;
    }
    .colors_text{
        display: none;
    }
    .colors h2{
        width: 100%;
    }
    .quiz{
        margin: 80px 0;
    }
    .colors_items {
        display: block;
        padding-bottom: 80px;
        width: calc(100% + ((100vw - 668px) / 2));
    }
    .colors_item{
        width: 115px;
        margin-right: 12px;
    }
    .colors_item img{
        height: 200px;
    }
    .types_items .slick-arrow,
    .colors_items .slick-arrow{
        position: absolute;
        font-size: 0;
        padding: 0;
        border: none;
        background: none;
        z-index: 1;
        background-size: cover;
        cursor: pointer;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        bottom: 0;
    }
    .types_items .slick-next,
    .colors_items .slick-next{
        background-image: url(../img/arrow_right.svg);
        left: 70px;
    }
    .types_items .slick-prev,
    .colors_items .slick-prev{
        background-image: url(../img/arrow_left.svg);
        left: 0;
    }
    .works{
        margin: 80px 0;
    }
    .works_slide {
        font-size: 16px;
        line-height: 18px;
    }
    .types_items{
        display: block;
        padding-bottom: 80px;
        width: calc(100% + ((100vw - 668px) / 2));
    }
    .types_item{
        width: 269px;
        margin-right: 10px;
    }
    .types_items .types_item{
        height: inherit;
    }
    .types_items .slick-track{
        display: flex;
    }
}
@media (max-width: 767.98px){
    .container{
        max-width: 100%;
    }
    .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;
    }
    .header_inner{
        top: 70px;
    }
    .video_block-item {
        height: 52vw;
    }
    .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;
    }
    .video_block-btn{
        text-align: center;
        width: 100%;
        padding: 0 calc(50% - 120px);
    }
    .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;
    }
    .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;
    }
    .faq_item-title{
        justify-content: space-between;
    }
    .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;
    }
    .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;
    }
    .main{
        margin-top: 70px;
    }
    .works .container, .coating .container, .construction .container, .main .container, .advantages .container{
        padding: 0 5px;
    }
    .main_img{
        width: 288px;
    }
    .main_wrapper{
        padding: 30px 30px 50px;
    }
    .main h1{
        line-height: 28.8px;
        font-size: 24px;
        margin-bottom: 30px;
    }
    .main_btn{
        width: 100%;
        height: 58px;
    }
    .main_item{
        padding: 20px;
        line-height: 20.8px;
        text-align: left;
        font-size: 16px;
        width: 240px;
        margin: 0 auto;
    }
    .zones h2{
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 27.6px;
        width: 250px;
    }
    .zones_item{
        width: 100%;
        padding: 10px;
        height: 66vw;
    }
    .zones_items{
        gap: 10px;
    }
    .zones_item span {
        font-size: 12px;
        line-height: 13.6px;
    }
    .advantages_wrapper{
        padding: 60px 15px 70px;
    }
    .advantages_info{
        width: 100%;
    }
    .advantages_top h2{
        line-height: 27.6px;
        margin-bottom: 30px;
        font-size: 24px;
    }
    .advantages_item,
    .advantages_top .advantages_item{
        width: 100%;
    }
    .advantages_item-img{
        margin-bottom: 20px;
    }
    .advantages_items{
        gap: 10px 0;
    }
    .video_block-info{
        padding-right: 0;
        display: flex;
        flex-direction: column;
    }
    .video_block-title{
        width: 100%;
        order: -2;
    }
    .video_block-text{
        order: -1;
        text-align: left;
        width: 100%;
    }
    .video_block{
        margin-bottom: 0;
    }
    .questions_img{
        width: 327px;
        right: 50%;
        transform: translateX(50%);
        bottom: -140px;
        top: auto;
    }
    .construction{
        margin: 80px 0;
    }
    .construction_wrapper{
        padding: 70px 25px;
    }
    .construction h2{
        line-height: 27.6px;
        margin-bottom: 40px;
        font-size: 24px;
    }
    .construction_item-title{
        line-height: 20.7px;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .types h2{
        line-height: 27.6px;
        margin-bottom: 30px;
        font-size: 24px;
    }
    .types_tab{
        text-align: center;
        line-height: 16.1px;
        font-size: 14px;
    }
    .types_tabs{
        margin-bottom: 20px;
    }
    .types_items{
        width: calc(100% + 15px);
    }
    .coating_wrapper{
        padding: 70px 25px;
    }
    .coating h2{
        line-height: 27.6px;
        margin-bottom: 30px;
        font-size: 24px;
    }
    .coating_items{
        flex-direction: column;
    }
    .coating_item{
        margin-bottom: 30px;
        width: 100%;
        font-size: 16px;
        line-height: 18.7px;
    }
    .coating_item img{
        height: auto;
    }
    .colors h2{
        line-height: 27.6px;
        margin-bottom: 30px;
        font-size: 24px;
        width: 255px;
    }
    .colors_top{
        margin-bottom: 0px;
    }
    .colors_items{
        width: calc(100% + 15px);
    }
    .colors_text.mobile{
        display: block;
        margin-top: 30px;
        width: 100%;
        width: 280px;
        font-size: 16px;
        line-height: 17.6px;
    }
    .works_wrapper{
        padding: 70px 15px;
    }
    .works h2{
        font-size: 24px;
        line-height: 27.6px;
    }
    .works_slider{
        padding-bottom: 80px;
        width: calc(100% + 20px);
    }
    .works_slide{
        width: 290px;
        margin-right: 10px;
    }
    .works_slider .slick-arrow{
        top: auto;
        bottom: 0;
    }
    .works_slider .slick-next{
        right: auto;
        left: 70px;
    }
    .works_slider .slick-prev{
        right: auto;
        left: 0;
    }
    .construction_item{
        position: relative;
    }
    .construction_item::before{
        position: absolute;
        content: "";
        background-image: url(../img/search.svg);
        background-size: cover;
        width: 46px;
        height: 46px;
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%);
    }
    .main_text {
        font-size: 20px;
    } 
    .main_subtitle {
        font-size: 22px;
    }
    .main_calc{
        width: 100%;
        margin-top: 30px;
    } 
    .main_subtitle br,
    .main_desc br{
        display: none;
    }
    .main_desc {
        font-size: 16px;
    }  
}