*, *::before, *::after {
    box-sizing: border-box;
}

ul[class], ol[class] {
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
body, h1, h2, h3, h4, p, ul[class], ol[class], li, figure, figcaption, blockquote, dl, dd {
    margin: 0;
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
    display: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
}

div {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: .5s;
}

::-webkit-scrollbar {
    position: absolute;
    z-index: 1;
    width: 10px;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    pointer-events: auto;
    opacity: 0;
    border-radius: 3px;
    background: transparent;
}

::-webkit-scrollbar-track {
    background: #E0E8EC;
}

::-webkit-scrollbar-thumb {
    background: #1e2e21;
}

html, body {
    overflow-x: hidden;
    font-family: 'Golos Text', sans-serif;
}

body {
    color: #000;
    background-color: #fff;
}

@media screen and (min-width:1400px){
    .container{
        max-width:1430px;
    }
}
.row{--bs-gutter-x: 0.5rem;}

header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 23px;
}
header .logo{}
header .logo img{}
header nav{}
header nav ul{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 55px;
    list-style: none;
}
header nav ul li{}
header nav ul li a{
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.7;
    transition: .5s;
    text-align: center;
}
header nav ul li a:hover{
    color: rgb(192, 197, 134);
}
header .phone_block{
    margin-left: -62px;
}
header .phone_block .phone{
    font-size: 28px;
    color: rgb(255, 255, 255);
    line-height: 1.286;
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
    transition: .5s;
}
header .phone_block .phone:hover{
    color: rgb(192, 197, 134);
}
header .phone_block .phone svg{
    position: absolute;
    left: 0;
    height: 19px;
    fill: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 19px;
}
header .phone_block .phone svg path{
    fill:#fff;
    transition:.5s;
}
header .phone_block .phone:hover svg path{
    fill: rgb(192, 197, 134);
}
header .phone_block .recall{
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.1;
    border-bottom: 1px dashed;
    display: flex;
    width: fit-content;
    margin: auto;
    margin-left: 75px;
    transition:.5s;
}
header .phone_block .recall:hover{
    color:rgb(192, 197, 134);
}
main{}
main .first_screen{
    background: url(../img/first_screen_bg.png)no-repeat;
    min-height: 955px;
    padding-top: 250px;
    background-size: cover;
    background-position: center;
}
main .first_screen .wrap{
    max-width: 930px;
    margin: auto;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}
main .first_screen .wrap:before{
    content:'';
    width: 783px;
    height: 679px;
    display: block;
    position: absolute;
    background: url(../img/triangle.png)no-repeat;
    z-index: -1;
    top: -51px;
    left: 0;
    right: 0;
    margin: auto;
}
main .first_screen .wrap:after{
    content:'';
    background:url('../img/mask_down.png')no-repeat;
    width: 705px;
    height: 401px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    top: calc(100% + 20px);
}
main .first_screen .wrap h1{
    font-size: 76px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.947;
    text-align: center;
    margin-bottom: 35px;
    position: relative;
}
main .first_screen .wrap h1:before{
    content:'';
    width: 197px;
    height: 192px;
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 108px);
    background: url(../img/shape_down.png)no-repeat;
    z-index: 2;
}
main .first_screen .wrap h1:after{
    content:'';
    background: url('../img/shape_top.png')no-repeat;
    width: 230px;
    height: 225px;
    display: block;
    position: absolute;
    right: -231px;
    top: -108px;
}
main .first_screen .wrap ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
main .first_screen .wrap ul li{
    font-size: 22px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.545;
}
main .second_screen{
    padding-top: 140px;
    background: url(../img/second_screen.png)no-repeat #fff;
    padding-bottom: 135px;
}
main .second_screen .element{
    position: relative;
}
main .second_screen .element img{
    width: 100%;
    height: auto;
}
main .second_screen .element .wrap{
    position: absolute;
    height: 215px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
main .second_screen .element .wrap .title{
    font-size: 34px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.882;
    text-align: left;
    max-width: 230px;
}
main .second_screen .element .wrap .text{}
main .second_screen .element .wrap .text p{
    max-width: 320px;
    min-height: 90px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.667;
    text-align: left;
}
main .video_block{
    background: url(../img/video_bg.png)no-repeat;
    padding-top: 280px;
    padding-bottom: 310px;
    background-size: cover;
    position: relative;
    /* overflow: hidden; */
    z-index: 2;
}
main .video_block video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
main .video_block:before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: 1;
}
main .video_block {}
main .video_block .container{
    position:relative;
    z-index:5;
}
main .video_block .container:before{content:'';background: url(../img/shape_video_top.png)no-repeat;width: 254px;height: 259px;display: block;position: absolute;right: 134px;top: -336px;}
main .video_block .container:after{content:'';background: url(../img/shape_video_down.png)no-repeat;width: 197px;height: 238px;display: block;position: absolute;bottom: -357px;}
main .video_block .video_item{
    height: 288px;
    width: 288px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255 255 255 / 30%);
    border-radius: 50%;
    position: relative;
}
main .video_block .video_item:hover .icon{
    opacity: .5;
}
main .video_block .video_item .icon{
    height: 120px;
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(0, 0, 0);
    transition: .5s;
}
main .video_block .video_item .icon svg{}
main .video_block .video_item span{
    position: absolute;
    width: 80px;
    text-align: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.429;
    text-align: center;
    bottom: 34px;
}
main .video_block .wrap_text{
    padding-left: 55px;
}
main .video_block .wrap_text .title{
    font-size: 48px;
    color: rgb(255, 255, 255);
    line-height: 1;
    text-align: left;
    margin-bottom: 55px;
}
main .video_block .wrap_text .youtube_link{
    font-size: 28px;
    color: rgb(255, 255, 255);
    line-height: 2.571;
    text-align: left;
    display: flex;
    gap: 22px;
    align-items: center;
    transition: .5s;
}
main .video_block .wrap_text .youtube_link:hover{
    opacity: .5;
}
main .video_block .wrap_text .youtube_link img{
    width: 56px;
    height: 40px;
}
main .video_block .wrap_text .youtube_link img path:first-child{
    fill:#fff;
}
main .video_block .wrap_text .youtube_link img path:last-child{
    fill:#ff0000;
}
main .video_block .wrap_text .youtube_link span{
    line-height: 1;
}
main .about_section{
    background: url(../img/bg_pmx.png)no-repeat;
    padding-top: 190px;
    background-position: center right;
    padding-bottom: 285px;
}
main .about_section .top_wrap{
    padding-top: 66px;
    width: fit-content;
}
main .about_section .top_wrap .top_icon{
    font-size: 200px;
    color: rgb(21, 21, 21);
    line-height: 0.24;
    font-weight: 900;
    background: url("../img/bg_text.png")no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    display: flex;
    height: auto;
    height: 167px;
    background-position: center;
    line-height: 1;
    /* background-size: 100%; */
    align-items: center;
}
main .about_section .top_wrap .text{
    padding-left: 0;
    /* width: 400px; */
    font-size: 36px;
    color: rgb(21, 21, 21);
    font-weight: bold;
    line-height: 1.111;
    margin-top: 20px;
    /* width: calc(100% + -16px); */
    max-width: 393px;
    margin-left: auto;
}
main .about_section .mask{
    width: 578px;
    display: flex;
    justify-content: flex-end;
    margin-top: -10px;
    position: relative;
}
main .about_section .mask:before{content:'';background: url(../img/shape_mask_up.png)no-repeat;width: 123px;height: 99px;display: block;position: absolute;right: 113px;top: 48px;}
main .about_section .mask:after{content:'';width: 208px;height: 242px;display: block;position: absolute;background: url(../img/shape_mask_down.png)no-repeat;bottom: -106px;left: -241px;}
main .about_section .mask img{
    width: 708px;
    min-width: 708px;
    height: auto;
}
main .about_section .elements{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 100px;
}
main .about_section .elements .element{
    width: 300px;
    row-gap: 100px;
}
main .about_section .elements .element .icon{
    height: 70px;
    display: flex;
    align-items: center;
}
main .about_section .elements .element .icon img{}
main .about_section .elements .element .text{
    font-size: 22px;
    color: rgb(21, 21, 21);
    line-height: 1.545;
    font-weight: 500;
}
main .catalog_section{}
main .catalog_section .row{
    margin-bottom: 100px;
}
main .catalog_section .row:last-child{
    margin-bottom:0;
}
main .catalog_section .category_title{
    font-size: 25px;
    color: rgb(21, 21, 21);
    line-height: 1.6;
}
main .catalog_section .category_description{
    font-size: 48px;
    color: rgb(21, 21, 21);
    font-weight: bold;
    line-height: 0.833;
    margin-bottom: 30px;
}
main .catalog_section .catalog_element{border: 1px solid #ababab;height: 100%;padding-bottom: 30px;padding-right: 20px;padding-left: 20px;display: flex;flex-direction: column;justify-content: space-between;}
main .catalog_section .catalog_element .img{
    height: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
}
main .catalog_section .catalog_element .img img{
    height: auto;
}
main .catalog_section .catalog_element .title{
    font-size: 20px;
    color: rgb(21, 21, 21);
    font-weight: bold;
    line-height: 2;
    margin-bottom: 20px;
}
main .catalog_section .catalog_element .text{}
main .catalog_section .catalog_element .text p{
    font-size: 15px;
    color: rgb(21, 21, 21);
    line-height: 1.6;
}
main .catalog_section .catalog_element .meta{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}
main .catalog_section .catalog_element .meta .price{
    font-size: 28px;
    color: rgb(21, 21, 21);
    line-height: 1.429;
    font-weight: 500;
}
main .catalog_section .catalog_element .meta .reedem{
    display: flex;
    height: 44px;
    width: 172px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: rgb(192, 197, 134);
    font-size: 15px;
    color: rgb(77, 80, 41);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.667;
    text-align: center;
}
main .catalog_section .catalog_element .meta .reedem:hover{
    color: #fff;
    background: #1e2e21;
}
main .pricelist_block{
    padding-top: 90px;
    padding-bottom: 140px;
}
main .pricelist_block .img{
    display: flex;
    justify-content: center;
}
main .pricelist_block .img img{
    width: 1000px;
    min-width: 1080px;
}
main .pricelist_block .wrap{
    padding-top: 330px;
    width: fit-content;
}
main .pricelist_block .wrap .masked_text{
    font-size: 200px;
    color: rgb(21, 21, 21);
    line-height: 0.24;
    font-weight: 900;
    background: url(../img/blacked.png)no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
    display: flex;
    height: auto;
    height: 167px;
    background-position: center;
    line-height: 1;
    /* background-size: 100%; */
    align-items: center;
    mix-blend-mode: luminosity;
}
main .pricelist_block .wrap .text{
    font-size: 36px;
    color: rgb(21, 21, 21);
    font-weight: bold;
    line-height: 1.111;
    padding-left: 232px;
    margin-left: auto;
    width: fit-content;
    padding-right: 0;
}
main .pricelist_block .wrap a{
    border-radius: 6px;
    background-color: rgb(192, 197, 134);
    width: 370px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: rgb(77, 80, 41);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.222;
    text-align: center;
    margin-top: 20px;
    margin: auto;
    margin-top: 20px;
    transform: translateX(-30px);
}
main .pricelist_block .wrap a:hover{
    color: #fff;
    background: #1e2e21;
}
footer{
    background: #393831;
    padding-top: 135px;
    position: relative;
    position: relative;
    z-index: 5;
}
footer .top{
    position: absolute;
    top: -82px;
    width: 100%;
    max-width: 100%;
    z-index: -2;
    height: 125px;
}
footer .down{
    position: absolute;
    top: -201px;
    width: 100%;
    max-width: 100%;
    height: 225px;
    z-index: 1;
    z-index: -32;
}
footer .map{
    position: relative;
    height: 500px;
}
footer .map:before{content:'';width: 262px;height: 208px;display: block;position: absolute;background: url(../img/shape_map_top.png)no-repeat;top: -269px;right: -254px;}
footer .map:after{content:'';background: url(../img/shape_map_down.png)no-repeat;width: 139px;height: 361px;display: block;position: absolute;left: -220px;top: 110px;}
footer .map img{}
footer .wrap{
    /*padding-left: 40px;*/
}
footer .wrap .title{
    font-size: 60px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.867;
    margin-bottom: 60px;
}
footer .wrap .lines{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
footer .wrap .lines .line{}
footer .wrap .lines .line .tit{
    font-size: 14px;
    color: rgb(135, 135, 135);
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 4px;
}
footer .wrap .lines .line .text{
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
}
footer .wrap .lines .line .text a{
    font-size: 18px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
}
footer .wrap .lines .line .text a:hover, footer .wrap .lines .line .text a.tel:hover{
    color: #bfc684;
}
footer .wrap .lines .line .text a.tel{
    font-size: 28px;
    color: rgb(255, 255, 255);
    line-height: 1.286;
}
footer .wrap .img{
    margin-top: 10px;
}
footer .wrap .img img{}
footer .copyright{
    padding-top: 145px;
    padding-bottom: 80px;
    font-size: 14px;
    color: rgb(197, 196, 196);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.429;
    text-align: center;
    font-weight: 600;
}


.overlay {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 75%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    z-index: 999999;
}

.overlay.open {
    opacity: 1;
    pointer-events: inherit;
}

.overlay .modals {
    background: white;
    text-align: center;
    padding: 40px 80px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    max-height: 100vh;
    overflow-y: auto;
    padding-top: 55px;
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
    max-width: 530px;
    border-radius: 6px;
}

.overlay .modals.open {
    opacity: 1;
    pointer-events: inherit;
}

.overlay .modals.open .content {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1;
}

.overlay .modals .content {
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    opacity: 0;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.overlay .modals .title {
    margin-top: 0;
    font-size: 30px;
    color: rgb(21,21,21);
    line-height: .417;
    margin-bottom: 25px;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 1;
}

.close-modal svg path {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    fill: #000;
}

.close-modal:hover svg path {
    fill: #c0c586;
}

.modals{}
.modals .close-modal{}
.modals .content{}
.modals .content .title{}
.modals .content .lines{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.modals .content .lines .line{}
.modals .content .lines .line input{
    border-radius: 6px;
    background-color: rgb(255,255,255);
    width: 440px;
    height: 48px;
    border: 0;
    padding-left: 25px;
    font-size: 18px;
    line-height: 1.111;
    border: 1px solid rgb(131 130 129 / 70%);
}
.modals .content .lines .line input[type="submit"]{
    display: flex;
    height: 44px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: rgb(192, 197, 134);
    font-size: 15px;
    color: rgb(77, 80, 41);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.667;
    padding: 0;
    text-align: center;
    border: 0;
    transition:.5s;
}

.modals .content .lines .line input[type="submit"]:hover{
    color:#fff;
    background:#1e2e21;
}

.swiper-slide, swiper-slide{
    height:auto;
}

main .catalog_section .col-xl-12{
    position:relative;
}
main .catalog_section .col-xl-12 .swiper-button-next{
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    margin: auto;
    color: #c0c586;
    transition: .5s;
    right: -45px;
}
main .catalog_section .col-xl-12 .swiper-button-next:after{}
main .catalog_section .col-xl-12 .swiper-button-prev{
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    margin: auto;
    color: #c0c586;
    transition: .5s;
    left: -45px;
    font-size: 13px;
}
main .catalog_section .col-xl-12 .swiper-button-prev:after{
}

.wpcf7-not-valid-tip{
    display:none!important;
}

.wpcf7-not-valid{
    border-color:red!important;
}
.modals .content .lines .line input[type="submit"]{
    cursor:pointer;
}
.wpcf7 form .wpcf7-response-output{
    margin:0;
    text-align: center;
    font-size: 14px;
}

#product{
    display:none!important;
}
.wpcf7-spinner{
    position:absolute;
}