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

}
img{
    height:auto;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-thumb {
    background: #1a1a1a;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


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


input,
textarea,
select,
button {
    background: none;
    outline: none;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0px;
    font: inherit;
}

html {

    height: 100%;

    scroll-behavior: smooth;
}

body {
    font-family: 'Play', sans-serif;
    min-height: 100%;

    line-height: 1.2;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

div {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}


.icon {
    display: flex;
}

html,
body {
    scroll-behavior: smooth;
}

body {

    background: #F5F5F0;

    color: #464243;
}
@media screen and (min-width:1840px){
    .container{
        max-width: 1884px;
    }
}
header{

    position: fixed;

    right: 0;

    left: 0;

    width: 100%;

    z-index: 5;

    top: 23px;

    z-index: 999;

    transition: .5s;
}
header.hide{
    transform: translateY(-150%);
}
header .container{
    /* box-shadow: 0px 4px 40px 0px rgba(80, 100, 77, 0.20); */
}
header .wr{

    max-width: calc(100% - 60px);

    margin: auto;

    border-radius: 34px;

    transition: .3s;

    z-index: 9999!important;

    position: relative;
}
.black header.stick .wr{
    background: #F5F5F0;
    box-shadow: 0px 4px 40px 0px rgba(80, 100, 77, 0.20);
    background: rgba(64, 66, 64, 0.90);
    box-shadow: 0px 4px 40px 0px rgba(80, 100, 77, 0.20);
}
header.stick .wr{
    padding-top: 30px;
    padding-bottom: 30px;
    transition: .3s;
    border-radius: 34px;
    background: #F5F5F0;
    box-shadow: 0px 4px 40px 0px rgba(80, 100, 77, 0.20);
}
header .logo{
    padding-left: 56px;
}
.black header .logo svg path{
    fill:#F5F5F0;
}
.black header .logo svg path:nth-child(1), .black header .logo svg path:nth-child(2), .black header .logo svg path:nth-child(3), .black header .logo svg path:nth-child(4){
    fill:#00984C;
}
header .logo svg{}
header nav{}
header nav ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}
header nav ul li{}
header nav ul li a{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    color: #231F20;
}
header nav ul li a:hover{
    opacity: .7;
}
.black header nav ul li a{
    color: #F5F5F0;
}
header .right_wrap{
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-left: auto;
    padding-right: 56px;
}
header .right_wrap .tel{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #464243;
}
header .right_wrap .tel:hover{
    opacity:.7;
}
.black header .right_wrap .tel{
    color: #F5F5F0;
}
header .right_wrap .recall{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #00984C;
}
header .right_wrap .recall:hover{
    opacity:.7;
}
main{}
main .first_screen{
    padding-top: 290px;
}
main .first_screen .slider_wrap{
    position: relative;
}
main .first_screen .slider_wrap .swiper-button-prev{
    border-radius: 20px;
    background: rgba(225, 228, 215, 0.60);
    backdrop-filter: blur(4.5px);
    display: flex;
    height: 54px;
    width: 54px;
    top: auto;
    bottom: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -10px;
    right: auto;
    transform: translateX(-20px);
    opacity: 0;
    transition: .3s;
}
main .first_screen .slider_wrap:hover .swiper-button-prev{transform: translateX(0px);opacity:1;}
main .first_screen .slider_wrap:hover .swiper-button-next{transform: translateX(0px);opacity:1;}
main .first_screen .slider_wrap .swiper-button-prev:after{
    display:none;
}
main .first_screen .slider_wrap .swiper-button-prev svg{
    width:15px;
}
main .first_screen .slider_wrap .swiper-button-next{
    border-radius: 20px;
    background: rgba(225, 228, 215, 0.60);
    backdrop-filter: blur(4.5px);
    display: flex;
    height: 54px;
    width: 54px;
    top: auto;
    bottom: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -10px;
    transform: translateX(20px);
    opacity: 0;
    transition: .3s;
}
main .first_screen .slider_wrap .swiper-button-next:after{
    display:none;
}
main .first_screen .slider_wrap .swiper-button-next svg{
    width:15px;
}
main .first_screen .slider_wrap .first_screen_slider{}
main .first_screen .slider_wrap .first_screen_slider .swiper-slide{
    height:auto;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide{
    border-radius: 44px;
    background: #EDEFE6;
    padding-top: 34px;
    padding-left: 90px;
    padding-bottom: 60px;
    position: relative;
    padding: 0;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .bottom_text{
    position: absolute;
    top: 397px;
    width: 1002px;
    left: 90px;
    color: #949494;
    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    width: 586px;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .bottom_text a{
    color: #00984C;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .bottom_text a.form{
    text-decoration-line: underline;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .tags{
    display: flex;
    gap: 6px;
    position: absolute;
    top: 35px;
    left: 40px;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .tags a{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #231F20;
    padding: 12px 16px;
    display: flex;
    border-radius: 14px;
    background: #E1E4D7;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .content{
    margin-top: 78px;
    max-width: 1002px;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .content .imgs{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .content .imgs img{
    position: relative;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .content .imgs img:nth-child(1){
    margin-left: -25px;
    z-index: 52;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .content .imgs img:nth-child(2){
    margin-left: -70px;
}

main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .content .imgs img:nth-child(3){
    margin-left: -39px;
}

main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .content .hr{
    height: 1px;
    background: #D3D6C9;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 35px;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .content .bottom_text{
    max-width: 586px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #949494;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .content .bottom_text .tel{
    color: #00984C;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .content .bottom_text .form{
    color: #00984C;
    text-decoration-line: underline;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .buble{
    position: absolute;
    border-radius: 44px;
    bottom: 33px;
    right: 12px;
}
main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .buble img{}
main .first_screen .slider_wrap .first_screen_slider .slide_item{
    height: 100%;
    border-radius: 44px;
    background: #EDEFE6;
    padding-bottom: 60px;
    padding-top: 70px;
    padding-left: 90px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
main .first_screen .slider_wrap .first_screen_slider .slide_item .top{}
main .first_screen .slider_wrap .first_screen_slider .slide_item .top .text{}
main .first_screen .slider_wrap .first_screen_slider .slide_item .top .text p{
    color: #949494;
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 54px */
    max-width: 768px;
    margin-bottom: 43px;
}
main .first_screen .slider_wrap .first_screen_slider .slide_item .top .icon{
    color: #231F20;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 60px */
    position: relative;
    z-index: 1;
}
main .first_screen .slider_wrap .first_screen_slider .slide_item .top .icon svg{
    position: absolute;
    left: -29px;
    top: -16px;
    z-index: -1;
}
main .first_screen .slider_wrap .first_screen_slider .slide_item .bottom{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #949494;
}
main .first_screen .first-pagination{
    right: auto;
    left: 0;
    position: absolute;
    bottom: 0;
    top: auto;
    display: flex;
    padding: 17px 20px;
    background: rgba(229, 232, 218, 1);
    width: fit-content;
    border-radius: 50px;
    gap: 8px;
    left: 14px;
    bottom: -58px;
}
main .first_screen .first-pagination .swiper-pagination-bullet{
    margin:0;
    background: #A9B7B0;
    opacity: 1;
    transition:.5s;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}
main .first_screen .first-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:rgba(0, 152, 76, 1);
}
main .first_screen .first-pagination .swiper-pagination-bullet svg{
    --progress: 0;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 10;
    width: 16px;
    height: 16px;
    stroke-width: 4px;
    stroke: #009048;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);

    opacity:0;
    margin:auto;
}
main .first_screen .first-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg{
    opacity:1;
}
main .first_screen .new{
    display: flex;
    height: 100%;
    flex-direction: column;
    background: transparent;
    border-radius: 40px;
    padding: 40px;
    padding-bottom: 35px;
    position: relative;
    padding-right: 62px;
}
main .first_screen .new .bg{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
main .first_screen .new .button{
    width: 72px;
    height: 72px;
    background: #E5E8DA;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 7px;
    right: 3px;
    position: absolute;
    transition: .3s;
}
main .first_screen .new .button svg{

}
main .first_screen .new .title{
    color: rgba(255, 255, 255, 0.60);
    font-size: 54px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 45.9px */
    margin-bottom: 24px;
}
main .first_screen .new .title span{
    color:#fff;
}
main .first_screen .new .from{
    color: #F5F5F0;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
}
main .first_screen .new .img{
    margin-top: -9px;
}
main .first_screen .new .img img{
    max-width: 100%;
    width: 100%;
}
main .second_screen{
    padding-top: 317px;
    padding-bottom: 181px;
}
main .second_screen .text{}
main .second_screen .text .top{
    color: #949494;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    /* position: absolute; */
    top: -10px;
    position: relative;
}
main .second_screen .text p{
    color: #231F20;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 69.6px */
    padding-left: 228px;
    display: inline;
    vertical-align: middle;
}
main .second_screen .text .green{
    color: #00984C;
}
main .second_screen .text .new{
    color: #F5F5F0;
    border-radius: 20px;
    background: #00984C;
    padding: 5px 20px;
}
main .third_screen{}
main .third_screen .block_about{
    border-radius: 44px;
    background: #E7EADE;
    padding-left: 60px;
    padding-right: 88px;
    padding-top: 77px;
    padding-bottom: 88px;
    display: flex;
    flex-direction: column;
    gap: 77px;
    position: sticky;
    top: 125px;
}
main .third_screen .block_about .top{}
main .third_screen .block_about .top .icon{
    margin-bottom: 45px;
}
main .third_screen .block_about .top .icon svg{}
main .third_screen .block_about .top .text{}
main .third_screen .block_about .top .text p{
    color: #231F20;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
main .third_screen .block_about .top .text p span{
    color: #00984C;
}
main .third_screen .block_about .top .text p abbr{
    background: #00984C;
    border-radius: 50%;
    display: inline-flex;
    line-height: 24px;
    width: 24px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 8px;
    height: 24px;
    position: relative;
    bottom: 4px;
    color: #fff;
    font-size: 38px;
    /* left: -3px; */
}
main .third_screen .block_about .disclaim{
    color: #949494;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
}
main .third_screen .items{
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: sticky;
    top: 125px;
}
main .third_screen .items .item{
    width: 270px;
    aspect-ratio: 1/1;
    max-width: 100%;
    border-radius: 44px;
    background: #EDEFE6;
    display: flex;
    align-items: flex-end;
    padding-bottom: 84px;
    padding-left: 40px;
    padding-right: 28px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
main .third_screen .items .item .value{
    color: #231F20;
    font-family: Play;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
    letter-spacing: -2.88px;
    margin-bottom: 10px;
    display: flex;
}
main .third_screen .items .item .value span{
    display:none;
}
main .third_screen .items a.item{
    width: 100%;
    background: #00984C;
    padding-bottom: 52px;
    background: url(../img/kvart_bg.svg)no-repeat;
    background-size: 100%;
    position: relative;
}

main .third_screen .items a.item svg{

    position: absolute;

    top: 0;

    right: 0;

    top: 7px;

    right: 7px;
}
svg rect{
    transition:.3s;
}
main .third_screen .items a.item:hover svg path{fill:#fff;}
main .third_screen .items a.item:hover svg rect{fill:#00984C}
main .third_screen .items a.item .title{
    color: #F5F5F0;
    font-family: Play;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 34px */
}
main .third_screen .items .item .title{
    color: #231F20;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 24px */
}
main .third_screen .img_item{
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 44px;
}
main .third_screen .img_item img{
    width: 100%;
}
main .third_screen .metrik{
    border-radius: 44px;
    background: #E7EADE;
    padding-top: 52px;
    padding-left: 40px;
    padding-right: 59px;
    padding-bottom: 86px;
    margin-bottom: 50px;
}
main .third_screen .metrik .top_tag{
    color: #949494;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    margin-bottom: 51px;
}
main .third_screen .metrik .text{
    color: #231F20;
    font-family: Play;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}
main .third_screen .metrik .text span{

    position: relative;

    z-index: 1;

    display: inline-block;
}
main .third_screen .metrik .text span svg{
    position: absolute;
    z-index: -1;
    left: -9px;
    top: 6px;
}
main .third_screen .metrik .bottom_metrik{
    margin-top: 102px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    width: 100%;
}
main .third_screen .metrik .bottom_metrik .inf{
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    color: #949494;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 16.8px */
}
main .third_screen .metrik .bottom_metrik svg{
    width: 100%;
    height: auto;
}
main .third_screen .metrik .bottom_metrik .left{}
main .third_screen .metrik .bottom_metrik .right{}
main .third_screen .prices_item{
    margin-top: 20px;
}
main .third_screen .prices_item .img{
    border-radius: 44px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
main .third_screen .prices_item .img img{}
main .third_screen .prices_item .subtitle{
    color: #949494;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    margin-bottom: 35px;
}
main .third_screen .prices_item .text{}
main .third_screen .prices_item .text p{
    color: #231F20;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}
main .third_screen .substrackt{
    margin-top: 20px;
    position: relative;
    border-radius: 44px;
}
main .third_screen .substrackt .substract_block{}
main .third_screen .substrackt .substract_block img{
    width: 100%;
    z-index: 2;
    position: relative;
    pointer-events: none;
}
main .third_screen .substrackt .substrackted{
    position: absolute;
    top: 164px;
    left: 408px;
}
main .third_screen .substrackt .substrackted img{
    z-index: 2;
    position: relative;
}
main .third_screen .substrackt .review{
    display: flex;
    align-items: center;
    padding-left: 27px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 12px;
    border-radius: 32px;
    background: #353735;
    gap: 47px;
    width: fit-content;
    position: absolute;
    right: 0;
    bottom: 526px;
}
main .third_screen .substrackt .review span{
    color: #EDEFE6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 120px;
}
main .third_screen .substrackt .review .video{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

main .third_screen .substrackt .review .video img{
    border-radius: 26px;
}
main .third_screen .substrackt .review .video svg{
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
main .plans{
    padding-top: 180px;
}
main .plans .bgster{
    border-radius: 44px;
    background: #353735;
    max-width: calc(100% - 60px);
    margin: auto;
}
main .plans .wrap{
    /* background: #353735; */
    /* border-radius: 44px; */
    display: flex;
    padding-right: 100px;
    padding-left: 100px;
    justify-content: space-between;
    align-items: flex-end;
    padding-top: 100px;
    padding-bottom: 100px;
}
main .plans .wrap .left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 63px;
    max-width: 949px;
}
main .plans .wrap .left .logo{}
main .plans .wrap .left .logo svg{}
main .plans .wrap .left .text{
    color: #F5F5F0;
    font-family: Play;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 52.8px */
}
main .plans .wrap .left .text span{
    color: #F5F5F0;
    border-radius: 20px;
    background: #00984C;
    padding: 4px 20px;
    position: relative;
    display: inline-block;
}
main .plans .wrap .imgs{
    display: flex;
    gap: 48px;
}
main .plans .wrap .imgs a{
    padding: 20px 14px;
    padding-bottom: 36px;

    border-radius: 40px;
    position: relative;
}
main .plans .wrap .imgs a:after{
    content:'';
    position: absolute;
    background: url(../img/arrow_zhk.svg)no-repeat;
    width: 54px;
    height: 54px;
    right: -25px;
    bottom: -19px;
    opacity:0;
    transition:.3s;
}
main .plans .wrap .imgs a:hover{
    background: #3E403E;
}
main .plans .wrap .imgs a:hover:after{
    opacity:1;
}
main .plans .wrap .imgs a img{
    border-radius: 30px;
    width: 162px;
    height: 152px;
    background-size: cover;
}
main .plans .wrap .imgs a span{
    margin-top: 16px;
    display: flex;
    padding: 0 10px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    color: #EAECE2;
}
main .comforts{
    padding-top: 180px;
}
main .comforts .wrap{}
main .comforts .wrap .title{
    color: #949494;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    margin-bottom: 40px;
}
main .comforts .wrap .text{
    max-width: 1239px;
}
main .comforts .wrap .swiper_wrap{
    position: relative;
}


main .comforts .wrap .swiper_wrap .swiper-button-prev{
    border-radius: 20px;
    background: rgba(225, 228, 215, 0.60);
    backdrop-filter: blur(4.5px);
    display: flex;
    height: 54px;
    width: 54px;
    top: auto;
    bottom: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    left: -10px;
    right: auto;
    transform: translateX(-20px);
    opacity: 0;
    transition: .3s;
}
main .comforts .wrap .swiper_wrap:hover .swiper-button-prev{transform: translateX(0px);opacity:1;}
main .comforts .wrap .swiper_wrap:hover .swiper-button-next{transform: translateX(0px);opacity:1;}
main .comforts .wrap .swiper_wrap .swiper-button-prev:after{
    display:none;
}
main .comforts .wrap .swiper_wrap .swiper-button-prev svg{
    width:15px;
}
main .comforts .wrap .swiper_wrap .swiper-button-next{
    border-radius: 20px;
    background: rgba(225, 228, 215, 0.60);
    backdrop-filter: blur(4.5px);
    display: flex;
    height: 54px;
    width: 54px;
    top: auto;
    bottom: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    right: -10px;
    transform: translateX(20px);
    opacity: 0;
    transition: .3s;
}
main .comforts .wrap .swiper_wrap .swiper-button-next:after{
    display:none;
}
main .comforts .wrap .swiper_wrap .swiper-button-next svg{
    width:15px;
}


main .comforts .wrap .text p{
    color: #231F20;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 52.8px */
}
main .comforts .wrap .gallery{
    margin-top: 60px;
}
main .comforts .wrap .gallery .img{}
main .comforts .wrap .gallery .img a{}
main .comforts .wrap .gallery .img a img{
    width: 100%;
}
main .comforts .wrap .gallery .img a img{}
main .comforts .wrap_items{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
main .comforts .wrap_items .top_imgs{
    display: flex;
    flex-wrap: wrap;
    padding-top: 330px;
    justify-content: space-between;
    gap: 10px;
    transition: .1s;
}
main .comforts .wrap_items .top_imgs .img{
    width: 135px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
}
main .comforts .wrap_items .top_imgs .img img{
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 30px;
}
main .comforts .gallery-pager{
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    display: flex;
    z-index: 1;
    display: flex;
    padding: 17px 20px;
    background: #353735;
    width: fit-content;
    border-radius: 50px;
    gap: 8px;
}
main .comforts .gallery-pager .swiper-pagination-bullet{
    margin: 0;
    background: #747574;
    opacity: 1;
    transition: .5s;
    position: relative;
}
main .comforts .gallery-pager .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FFFFFF;
}
main .comforts .gallery-pager .swiper-pagination-bullet svg{
    --progress: 0;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 10;
    width: 16px;
    height: 16px;
    stroke-width: 4px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);

    opacity:0;
    margin:auto;
}
main .comforts .gallery-pager .swiper-pagination-bullet.swiper-pagination-bullet-active svg{
    opacity:1;
}
.back_section{
    padding-top: 180px;
    padding-bottom: 20px;
}
.back_section .bgster{
    border-radius: 44px;
    background: #E7EADE;
    max-width: calc(100% - 60px);
    margin: auto;
}
.back_section .wrap{
    /* border-radius: 44px; */
    /* background: #E7EADE; */
    padding-top: 80px;
    padding-left: 100px;
    padding-bottom: 80px;
    padding-right: 0;
    padding-right: 128px;
}
.back_section .top{
    position: relative;
    max-width: 1553px;
    margin-bottom: 60px;
}
#thanks .back_section .wrap{
    padding-top:50px;
    padding-bottom:50px;
}
#thanks .back_section .top{
    margin: 0;
}
#thanks .back_section .top .logo{
    margin-bottom: 44px;
}
#thanks .back_section .top .tit{
    color: #231F20;
    font-family: Play;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 34px */
    margin-bottom: 33px;
}
.back_section .top p{
    color: #231F20;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-left: 60px;
    display: inline;
    vertical-align: middle;
    max-width: 1464px;
    width: 1;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
#thanks .back_section .top p{
    color: #949494;
    font-family: Play;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    padding: 0;
    margin: 0;
}
.back_section .top span{
    color: #949494;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    position: absolute;
    top: -4px;
    position: relative;
}
.back_section .lines{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.back_section .lines .line{}
.back_section .lines .line input{
    padding: 18px 30px;
    border-radius: 30px;
    background: #F5F5F0;
    color: #949494;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    width: 598px;
    height: 72px;
    border: 1px solid #F5F5F0;
    transition: .3s;
}
.back_section .lines .submit{
    width: auto;
    flex: auto;
}
.back_section .lines .submit p{
    width: auto;
    flex: auto;
    display: flex;
    height: 100%;
}
button{
    transition:.3s;
}
.back_section .lines .submit button{
    width: 100%;
    color: #F5F5F0;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    border-radius: 30px;
    background: #00984C;
    height: 100%;
    position: relative;
    width: 324px;
    cursor: pointer;
    z-index: 1;
    transition: 1s;
}
.back_section .lines .submit button:disabled{cursor: no-drop;}
.back_section .lines .submit button:hover{
    background: #028845;
}
.back_section .lines .submit button svg{
    position: absolute;
    position: absolute;
    top: 0;
    right: -56px;
    transition: 1s;
    z-index: -1;
    transition-timing-function: cubic-bezier(1,-0.42,.42,-0.39);
    transform: translate(0);
}
.back_section .lines .submit button.loading{
    opacity: .5;
    pointer-events:none;
}
.back_section .lines .submit button.loading svg{transform: translateX(-56px);}
.back_section .lines .submit button:hover svg rect{
    stroke:#028845;
}
.back_section .checker{}
.back_section .checker input{
    display: none;
}
.back_section .checker label:before{
    content:'';
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: #F6F6EF;
    display: block;
    margin-right: 13px;
}
.back_section .checker label{
    color: #949494;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
    position: relative;
}
.back_section .checker label .wpcf7-list-item-label:before{
    position: absolute;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
    background: #00984c;
    border-radius: 8px;
    transition: .3s;
    transform: scale(0);
    opacity: 0;
}
.back_section .checker label input:checked + .wpcf7-list-item-label:before{
    opacity: 1;
    transform: scale(.5);
}
.back_section .checker label a{
    color: #00984C;
}
.back_section .hr{
    margin-top: 58px;
    margin-bottom: 30px;
    height: 1px;
    background: #D3D6C9;
}
.back_section .bottom_text{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #949494;
}
footer{
    padding-bottom: 40px;
}
footer .bg{
    position: relative;
    /* background: #353735; */
    border-radius: 44px;
    padding-top: 59px;
    padding-bottom: 112px;
    z-index: 1;
}
footer .logo{
    padding-left: 60px;
}
footer .logo svg{}
footer .up{
    margin-top: 25px;
    display: flex;
}
footer .up:hover svg path{
    fill: #028845;
}
footer .up:hover svg rect{
    stroke:#028845;
}
footer .up svg{}
footer nav{
    margin-top: 96px;
    margin-bottom: 143px;
}
footer nav ul{
    display: flex;
    gap: 80px;
    flex-wrap: nowrap;
    row-gap: 44px;
    max-width: 1160px;
}
footer nav ul li{}
footer nav ul li a{
    color: rgba(245, 245, 240, 0.60);
    font-size: 31px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}
footer nav ul li a:hover{
    color: #F5F5F0;
}
footer .contact_block{}
footer .contact_block .title{
    color: rgba(237, 239, 230, 0.60);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 19.8px */
    margin-bottom: 16px;
}
footer .contact_block a{
    color: #EDEFE6;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 37.4px */
    display: flex;
}
footer .contact_block a:hover{
    color: rgba(237, 239, 230, 0.60);
}
footer .contact_block address{
    color: #EDEFE6;
    font-family: Play;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 37.4px */
    margin-bottom: 8px;
}
footer .contact_block .worktime{
    color: #F5F5F0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 19.8px */
}
footer .hr{
    margin-top: 92px;
    margin-bottom: 36px;
    height: 1px;
    background: rgba(245, 245, 240, 0.05);
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto;
}
footer .policy{
    padding-left: 60px;
}
footer .policy a{
    color: #F5F5F0;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 21.6px */
    margin-bottom: 8px;
    display: flex;
}
footer .policy a:hover{
    color: rgba(237, 239, 230, 0.60);
}
footer .policy .copytext{
    color: #949494;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    display: flex;
}
footer .social{
    display: flex;
    gap: 17px;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
footer .social a{
    width: 85.294px;
    height: 49.471px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: rgba(245, 245, 240, 0.05);
}
footer .social a:hover{
    background: rgba(245, 245, 240, 0.10);
}
footer .social a svg{}
footer .who_made_this{
    display: flex;
    position: relative;
    left: -60px;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3px;
}
footer .who_made_this:hover{
    opacity:.7;
}
footer .who_made_this svg{}
footer .bg_item{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    top: 82px;
    opacity: .04;
    z-index: -1;
}
footer .bg_item svg path{
    fill: rgba(208, 208, 197, 0.50);
}
footer .bg_item svg{}

.black footer .bg{
    /* background: #3D3F3D; */
}
.black footer .bgst{
    background: #3D3F3D;
}
footer .bgst{
    max-width: calc(100% - 60px);
    border-radius: 44px;
    margin: auto;
    background: #353735;
}

.black{
    background: #353735;
}
.black header .wr{/* padding: 0; */}


.first_screen_landing{
    padding-top: 37px;
}
.first_screen_landing .about_page{
    background: #00984C;
    border-radius: 44px;
    padding-top: 96px;
    padding-left: 34px;
    padding-right: 84px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 79px;
}
.first_screen_landing .about_page .top{}
.first_screen_landing .about_page .top h1{
    color: #99D6B7;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 85%; /* 54.4px */
}
.first_screen_landing .about_page .top .round{
    position: relative;
    display: block;
    z-index: 1;
}
.first_screen_landing .about_page .top .round svg{
    position: absolute;
    top: -10px;
    left: -13px;
    z-index: -1;
}
.first_screen_landing .about_page .top .white{
    color: #FFF;
}
.first_screen_landing .about_page .top .select{
    padding: 18px 40px;
    display: flex;
    width: fit-content;
    border-radius: 30px;
    background: #F5F5F0;
    position: relative;
    color: #231F20;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    height: 72px;
    align-items: center;
    margin-top: 57px;
}

.first_screen_landing .about_page .top .select:hover{
    opacity: .9;
}

.first_screen_landing .about_page .top .select svg{
    position: absolute;
    right: -60px;
}
.first_screen_landing .about_page .top .text{}
.first_screen_landing .about_page .top .text p{
    color: rgba(255, 255, 255, 0.60);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    margin-top: 57px;
}
.first_screen_landing .about_page .bottom{}
.first_screen_landing .about_page .bottom{
    color: rgba(255, 255, 255, 0.60);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}
.first_screen_landing .items{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.first_screen_landing .items a{
    height: 100%;
    width: 100%;
    flex: auto;
    margin-bottom: -24px;
    border-radius: 44px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 35px;
    padding-bottom: 77px;
    gap: 6px;
    height: 272px;
    position: relative;
    /* position: relative; */
    max-height: 272px;
}
.first_screen_landing .items a .bg_block{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background-size: 100% 100%;
    z-index: -1;
    /* background-size: contain!important; */
    border-radius: 44px;
    -webkit-mask-box-image: url(../img/bg_top.svg) 0;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}
.first_screen_landing .items a .bg_block .element{
    width: 100%;
    height: 100%;
    background: #fff;
}
.first_screen_landing .items a .bg_block svg{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.first_screen_landing .items a svg{
    position:absolute;
    top: 9px;
    right: 7px;
}
.first_screen_landing .items a:nth-child(2){
    background:#EDEFE6;
    padding-bottom: 69px;
    min-height: 272px;
    height: 272px;
    z-index: 2;
    max-height: 272px;
}
.first_screen_landing .items a:nth-child(2) .element{
    background: #edefe6;
}
.first_screen_landing .items a:nth-child(2) svg rect{
    fill:#EDEFE6;
}
.first_screen_landing .items a:nth-child(2) .bg_block{
    /* background: url(../img/bg_middle.svg)no-repeat; */
    /* background-size: 100% 100%; */
    -webkit-mask-box-image: url(../img/bg_middle.svg) 0;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}
.first_screen_landing .items a:nth-child(3){
    margin:0;
    background: #3F403E;
    padding-bottom: 50px;
    height: 262px;
    z-index: 3;
    max-height: 262px;
}
.first_screen_landing .items a:nth-child(3) .element{
    background: #3f403e;
}
.first_screen_landing .items a:nth-child(3) svg rect{
    fill:#3F403E;
}
.first_screen_landing .items a:nth-child(3) svg path{
    fill:#fff;
}
.first_screen_landing .items a:nth-child(3) .bg_block{
    /* background: url(../img/bg_down.svg)no-repeat; */
    background-size: 100%;
    -webkit-mask-box-image: url(../img/bg_down.svg) 0;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
}
.first_screen_landing .items a:nth-child(3) .title{
    color: #E3E3D7;
}
.first_screen_landing .items a:nth-child(3) .value{
    color: #E3E3D7;
}
.first_screen_landing .items a:hover{
    background:transparent;
}
.first_screen_landing .items a:nth-child(3):hover{background: #3F403E;}
.first_screen_landing .items a .title{
    color: #353735;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    z-index: 4;
    position: relative;
}
.first_screen_landing .items a .value{
    color: #353735;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
    z-index: 2;
}
.first_screen_landing .wrap{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.first_screen_landing .wrap .review{
    display: flex;
    gap: 28px;
    padding-left: 27px;
    align-items: center;
    padding-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 32px;
    background: rgba(245, 245, 240, 0.05);
    margin-bottom: 10px;
}
.first_screen_landing .wrap .review span{
    color: #EDEFE6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    max-width: 139px;
}
.first_screen_landing .wrap .review .video{
    position: relative;
}
.first_screen_landing .wrap .review .video img{}
.first_screen_landing .wrap .review .video svg{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.first_screen_landing .wrap .block_slider{
    position: relative;
}
.first_screen_landing .wrap .block_slider .swiper_rooms{}
.first_screen_landing .wrap .block_slider .swiper_rooms .swiper-slide{}
.first_screen_landing .wrap .block_slider .swiper_rooms .swiper-slide .img{}
.first_screen_landing .wrap .block_slider .swiper_rooms .swiper-slide .img img{
    border-radius: 44px;
}
.first_screen_landing .wrap .block_slider .pagination-rooms{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    left: auto;
    bottom: auto;
    margin: 0;
    width: fit-content;
    right: 23px;
    top: 23px;
    z-index: 1;
    display: flex;
    padding: 16px 20px;
    background: #353735;
    width: fit-content;
    border-radius: 50px;
    gap: 8px;
}
.first_screen_landing .wrap .block_slider .pagination-rooms .swiper-pagination-bullet{
    margin: 0;
    margin: 0;
    background: #747574;
    opacity: 1;
    transition: .5s;
    width: 6px;
    height: 6px;
    position:relative;
}
.first_screen_landing .wrap .block_slider .pagination-rooms .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
}
.first_screen_landing .wrap .block_slider .pagination-rooms .swiper-pagination-bullet svg{
    --progress: 0;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 10;
    width: 14px;
    height: 14px;
    stroke-width: 4px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);

    opacity:0;
    margin:auto;
}
.first_screen_landing .wrap .block_slider .pagination-rooms .swiper-pagination-bullet.swiper-pagination-bullet-active svg{
    opacity:1;
}
.first_screen_landing .wrap .progress{
    margin-top: 20px;
}
.first_screen_landing .wrap .progress a{
    position: relative;
    border-radius: 44px;
    overflow: hidden;
    display: flex;
}
.first_screen_landing .wrap .progress a .etaps_top{
    position: absolute;
    top: 22px;
    left: 22px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    color: #F5F5F0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 24px;
    background: rgba(53, 55, 53, 0.90);
    backdrop-filter: blur(3px);
}
.first_screen_landing .wrap .progress a .etaps_top .icon{
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #F5F5F0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}
.first_screen_landing .wrap .progress a .etaps_top .icon svg{}
.first_screen_landing .wrap .progress a .etaps_top .arrow{
    margin-left: 10px;
}
.first_screen_landing .wrap .progress a .etaps_top .arrow svg{}
.first_screen_landing .wrap .progress a .meta{
    position: absolute;
    left: 35px;
    bottom: 42px;
}
.first_screen_landing .wrap .progress a .meta .tit{
    color: #E3E3D7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
}
.first_screen_landing .wrap .progress a .meta .val{
    color: #E3E3D7;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 48px */
    margin-top: -2px;
}
main .breads{
    padding-top: 134px;
}
main .breads .its{
    color: #231F20;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    display: flex;
    gap: 6px;
}
main .breads a{
    padding: 12px 16px;
    /* display: flex; */
    color: rgb(245 245 240 / 60%);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
}
main .breads a:hover{
    color:#fff;
}
main .breads span{
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    color: #F5F5F0;
    white-space: nowrap;
}
main .breads.white{}
main .breads.white .its{}
main .breads.white .its a{
    color: #949494;
    background: #EAECE2;
}
main .breads.white .its span{
    color: #231F20;
    background: #EAECE2;
}
main .sales{
    padding-top: 200px;
    overflow: hidden;
    padding-bottom: 220px;
}
main .sales .top_subtitle{
    color: rgba(237, 239, 230, 0.60);
    font-family: Play;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    margin-bottom: 40px;
}
main .sales .top_title{
    color: #EDEFE6;
    font-family: Play;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 52.2px */
    margin-bottom: 63px;
    max-width: 853px;
}
main .sales .slider_block{
    position:relative;
}
main .sales .slider_block .sales-swiper{
    overflow: visible;
}
main .sales .slider_block .slide_item{
    position: relative;
}
main .sales .slider_block .slide_item img{
    width: 100%;
    border-radius: 44px;
}
main .sales .slider_block .slide_item .tags{
    display: flex;
    gap: 6px;
    position: absolute;
    top: 35px;
    left: 40px;
}
main .sales .slider_block .slide_item .tags a{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    color: #231F20;
    padding: 12px 16px;
    display: flex;
    border-radius: 14px;
    background: #E1E4D7;
}
main .sales .slider_block .slide_item .bottom_text{
    position: absolute;
    left: 91px;
    top: 395px;
    max-width: 622px;
    max-width: 845px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: #949494;
}
main .sales .slider_block .slide_item .bottom_text a{
    color: #00984C;
}
main .sales .slider_block .slide_item .bottom_text a.form{
    color: #00984C;
    text-decoration-line: underline;
}

main .sales .slider_block .buttons{
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}
main .sales .slider_block .buttons div{
    position: relative;
    margin: 0;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    width: 54px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background: #3D3F3D;
}
main .sales .slider_block .buttons div:after{
    display:none;
}
main .sales .slider_block .buttons div svg{
    width:18px;
}

main .area{
    padding-bottom: 232px;
}
main .area .text{
    max-width: 1556px;
}
main .area .text .top{
    color: #949494;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* position: absolute; */
    top: -10px;
    position: relative;
}
main .area .text p{
    color: #F5F5F0;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-left: 131px;
    display: inline;
    vertical-align: middle;
    max-width: 1556px;
    position: relative;
}
main .area .text p .green{
    color: #00984C;
}
main .section_blocks{
    padding-bottom: 220px;
}
main .section_blocks .wrap_sections{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
main .section_blocks .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 14px;
}
main .section_blocks .tabs_selector{
    display: flex;
    gap: 6px;
}
main .section_blocks .tabs_selector a{
    display: flex;
    padding: 12px 16px;
    color: rgb(245 245 240 / 60%);
    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    position: relative;
}
main .section_blocks .tabs_selector a svg{
    display:none;
    display: block;
    position: absolute;
    left: -10px;
    top: -3px;
    pointer-events: none;
    /* display: none; */
    opacity: 0;
    transition: .3s;
}
main .section_blocks .tabs_selector a.active{
    color: #F5F5F0;
}
main .section_blocks .tabs_selector a.active svg{
    /* display: block; */
    opacity: 1;
}
main .section_blocks .types{
    padding: 12px 15px;
    display: flex;
    gap: 6px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
}
main .section_blocks .types a{
    padding: 12px 16px;
    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 14px;
    color: #F5F5F0;
    transition: .3s;
}
main .section_blocks .types a.active{
    color: #231F20;
    background: #F5F5F0;
}
main .section_blocks .left_block{
    flex: 0 0 auto;
    width: calc(30% - 10px);
}
main .section_blocks .left_block .info_item{
    padding-top: 50px;
    padding-left: 45px;
    padding-bottom: 50px;
    padding-right: 33px;
    border-radius: 44px;
    background: #3D3F3D;
}
main .section_blocks .left_block .info_item .tit{
    color: #F5F5F0;
    font-family: Play;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 34px */
    max-width: 276px;
    margin-bottom: 50px;
}
main .section_blocks .left_block .info_item .tit span{
    color: #F5F5F0;
    font-family: Play;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
main .section_blocks .left_block .info_item .lines{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
main .section_blocks .left_block .info_item .lines .line{
    display: flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .section_blocks .left_block .info_item .lines .line .tit_line{
    color: rgba(227, 227, 215, 0.60);
    font-family: Play;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
}
main .section_blocks .left_block .info_item .lines .line .value_line{
    color: #E3E3D7;
    text-align: right;
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
}
main .section_blocks .left_block .info_item .select{
    margin-top: 55px;
    display: flex;
    height: 72px;
    padding: 0 40px;
    align-items: center;
    justify-content: center;
    width: fit-content;
    color: #F5F5F0;
    font-family: Play;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    border-radius: 30px;
    background: #00984C;
    position: relative;
}
main .section_blocks .left_block .info_item .select svg{
    position: absolute;
    right: -56px;
}
main .section_blocks .left_block .info_item .select:hover{
    background:#028845;
}
main .section_blocks .left_block .info_item .select:hover svg path{
    fill:#028845;
}

main .section_blocks .left_block .info_item .select:hover svg rect{
    stroke:#028845;
}
main .section_blocks .left_block .ekscursion_block{
    padding-top: 45px;
    padding-right: 28px;
    padding-left: 45px;
    padding-bottom: 49px;
    border-radius: 44px;
    background: #00984C;
    margin-top: 10px;
}
main .section_blocks .left_block .ekscursion_block .top_eks{
    color: #F5F5F0;
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 26.4px */
    margin-bottom: 34px;
}
main .section_blocks .left_block .ekscursion_block a{
    color: rgba(245, 245, 240, 0.80);
    font-family: Play;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    display: flex;
    gap: 10px;
    align-items: center;
}
main .section_blocks .left_block .ekscursion_block a:hover{
    color:#fff;
}
main .section_blocks .left_block .ekscursion_block a svg{}
main .section_blocks .right_block{
    width: calc(70% - 10px);
    flex: 0 0 auto;
}
main .section_blocks .right_block .selected_item{
    height: 100%;
}
main .section_blocks .right_block .selected_item .plan{
    height: 100%;
}
main .section_blocks .right_block .selected_item .map{
    height: 100%;
    border-radius: 44px;
    overflow: hidden;
    position: relative;
}
main .section_blocks .right_block .selected_item .map iframe{
    height: 100%;
    width: 100%;
}
main .section_blocks .right_block .selected_item .plan .img{
    position: relative;
    height: 100%;
}
main .section_blocks .right_block .selected_item .plan .img img{
    height: 100%;
    border-radius: 44px;
    object-fit: cover;
    border-radius: 44px;
    width:100%;
}
main .section_blocks .right_block .selected_item .plan .positions{
    position: absolute;
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
}
main .section_blocks .right_block .selected_item .plan .positions a{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 14px;
    background: rgba(53, 55, 53, 0.90);
    backdrop-filter: blur(2px);
    color: #F5F5F0;
    cursor: default;
}
main .section_blocks .right_block .selected_item .plan .positions a svg{}
main .section_blocks .right_block .selected_item .plan .positions.top{
    top: 14px;
}
main .section_blocks .right_block .selected_item .plan .positions.left{
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    flex-direction: column;
    align-items: flex-start;
}
main .section_blocks .right_block .selected_item .plan .positions.bottom{
    bottom: 24px;
    left: 0;
    right: 0;
}
main .section_blocks .right_block .selected_item .plan .positions.right{
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
    align-items: center;
    flex-direction: column;
    align-items: flex-end;
}
main .section_blocks .right_block .selected_item .plan .left_bottom{
    left: 24px;
    bottom: 24px;
    gap: 6px;
    display: flex;
    position: absolute;
    flex-direction: column;
}
main .section_blocks .right_block .selected_item .plan .left_bottom a{
    padding: 12px 16px;
    display: flex;
    gap: 10px;
    color: #F5F5F0;
    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    align-items: center;
    border-radius: 14px;
    background: rgba(53, 55, 53, 0.90);
    backdrop-filter: blur(2px);
    cursor: default;
}
main .section_blocks .right_block .selected_item .plan .left_bottom a span{
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
main .in_home_territory{}
main .in_home_territory .title_block{
    color: #EDEFE6;
    font-family: Play;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
    margin-bottom: 80px;
}
main .in_home_territory .imgs{
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
    height: 100%;
}
main .in_home_territory .imgs .img{
    position: relative;
    border-radius: 44px;
    overflow: hidden;
}
main .in_home_territory .imgs .img img{}

main .in_home_territory .imgs .img .info{
    border-radius: 44px;
    background: rgba(53, 55, 53, 0.90);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
    justify-content: flex-end;
    padding-left: 25px;
    padding-right: 25px;
    opacity: 0;
    transition: .3s;
}
main .in_home_territory .imgs .img:hover .info{
    opacity:1;
}
main .in_home_territory .imgs .img .info .tit{
    color: #EDEFE6;
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
main .in_home_territory .imgs .img .info .tit span{
    border-radius: 10px;
    background: #00984C;
    font-size: 14px;
    padding: 4px 9px;
    vertical-align: bottom;
    display: inline;
    position: relative;
    top: -2px;
}

main .in_home_territory .imgs .img .info .text{
    color: #EDEFE6;
    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
main .metrik_infoblock{
    padding-top: 180px;
}
main .metrik_infoblock .text{
    margin-right: -48px;
    margin-bottom: 60px;
}
main .metrik_infoblock .text .top{
    color: #949494;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* position: absolute; */
    top: -10px;
    position: relative;
}
main .metrik_infoblock .text p{
    color: #F5F5F0;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-left: 131px;
    display: inline;
    vertical-align: middle;
    /* max-width: 1556px; */
    position: relative;
}
main .metrik_infoblock .text p .green{
    color: #00984C;
}
main .metrik_infoblock .block_item{
    padding: 70px;
    padding-bottom: 77px;
    height: 100%;
    border-radius: 44px;
    background: #3D3F3D;
}
main .metrik_infoblock .block_item .title{
    color: #EDEFE6;
    font-family: Play;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
    margin-bottom: 18px;
}
main .metrik_infoblock .block_item .title abbr{
    background: #00984C;
    border-radius: 50%;
    display: inline-flex;
    line-height: 24px;
    width: 16px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding-top: 5px;
    height: 16px;
    position: relative;
    bottom: 4px;
    color: #fff;
    font-size: 38px;
    left: -3px;
    font-size: 21px;
    top: -22px;
}
main .metrik_infoblock .block_item .text{
    margin: 0;
}
main .metrik_infoblock .block_item .text p{
    padding: 0;
    color: #EDEFE6;
    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    max-width: 464px;
    display: flex;
}
main .metrik_infoblock .hr{
    margin-top: 77px;
    margin-bottom: 30px;
    height: 1px;
    background: rgba(229, 232, 218, 0.05);
}
main .metrik_infoblock .bottom_text{}
main .metrik_infoblock .bottom_text p{
    color: rgba(245, 245, 240, 0.60);
    font-family: Play;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}
main .gallery_tours{
    padding-top: 220px;
}
main .gallery_tours .title_block{
    color: rgba(237, 239, 230, 0.60);
    font-family: Play;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    margin-bottom: 40px;
}
main .gallery_tours .text{
    max-width: 1484px;
}
main .gallery_tours .text p{
    color: #EDEFE6;
    font-family: Play;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 52.8px */
}
main .gallery_tours .top_tabs{
    margin-top: 60px;
    display: flex;
    gap: 6px;
    margin-bottom: 26px;
}
main .gallery_tours .top_tabs a{
    display: flex;
    padding: 12px 16px;
    color: rgb(245 245 240 / 60%);
    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    position: relative;
}
main .gallery_tours .top_tabs a svg{
    display: none;
    display: none;
    display: block;
    position: absolute;
    left: -10px;
    top: -3px;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
}
main .gallery_tours .top_tabs a.active{}
main .gallery_tours .top_tabs a.active svg{
    opacity: 1;
}
main .gallery_tours .slider_wrap{
    margin-right: -10px;
}
main .gallery_tours .slider_wrap .section_slider{
    /* margin-right: -20px; */
    /* padding-right: 20px; */
}
main .gallery_tours .slider_wrap .section_slider .swiper-slide{
    position: relative;
    width: calc(25% - 20px);
}
main .gallery_tours .slider_wrap .section_slider .swiper-slide.wide{
    width: calc(50% - 20px);
    height: auto;
}
main .gallery_tours .slider_wrap .section_slider .tour{
    position: absolute;
    top: 23px;
    left: 25px;
    border-radius: 24px;
    background: rgba(53, 55, 53, 0.90);
    backdrop-filter: blur(6px);
    display: flex;
    gap: 22px;
    align-items: center;
    padding-right: 32px;
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #F5F5F0;
    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}
main .gallery_tours .slider_wrap .section_slider .tour svg{}
main .gallery_tours .slider_wrap .section_slider .slide{
    display: flex;
    height: 100%;
}
main .gallery_tours .slider_wrap .section_slider .slide img{
    border-radius: 44px;
    height: 100%;
    object-fit: cover;
}
main .gallery_tours .wrap_items{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
main .gallery_tours .wrap_items .top_imgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}
main .gallery_tours .wrap_items .top_imgs .tour{
    display:none;
}
main .gallery_tours .wrap_items .top_imgs .img{
    width: 135px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
}
main .gallery_tours .wrap_items .top_imgs .img img{
    aspect-ratio: 1/1;
    height: 135px;
    object-fit: cover;
    border-radius: 40px;
}
main .gallery_tours .section-pager{
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    display: flex;
    z-index: 1;
    display: flex;
    padding: 17px 20px;
    background: #3D3F3D;
    width: fit-content;
    border-radius: 50px;
    gap: 8px;
}
main .gallery_tours .section-pager .swiper-pagination-bullet{
    margin: 0;
    background: #747574;
    opacity: 1;
    transition: .5s;
    position:relative;
}
main .gallery_tours .section-pager .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FFFFFF;
}
main .gallery_tours .section-pager .swiper-pagination-bullet svg{
    --progress: 0;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 10;
    width: 16px;
    height: 16px;
    stroke-width: 4px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);

    opacity:0;
    margin:auto;
}
main .gallery_tours .section-pager .swiper-pagination-bullet.swiper-pagination-bullet-active svg{
    opacity:1;
}
main .gallery_tours .hod{
    border-radius: 24px;
    background: #3D3F3D;
    backdrop-filter: blur(3px);
    display: flex;
    margin-top: 17px;
    width: fit-content;
    padding: 12px 16px;
    align-items: center;
    color: #F5F5F0;
    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
}
main .gallery_tours .hod .icon{
    border-radius: 14px;
    background: #F5F5F0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}
main .gallery_tours .hod span{
    margin-left: 10px;
}
main .gallery_tours .hod .icon svg{}
main .gallery_tours .hod .icon span{}
main .banks{
    padding-top: 200px;
}
main .banks .wrap_blocks{
    padding-top: 110px;
    padding-left: 60px;
    padding-bottom: 80px;
    padding-right: 40px;
    /* border-radius: 44px; */
    /* background: #3D3F3D; */
}
main .banks .bgst_wrap{
    border-radius: 44px;
    background: #3D3F3D;
    max-width: calc(100% - 60px);
    margin: auto;
    overflow: hidden;
}
main .banks .wrap_blocks .title_block{
    margin-bottom: 96px;
}
main .banks .wrap_blocks .title_block span{
    color: #949494;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    top: -10px;
    position: relative;
}
main .banks .wrap_blocks .title_block p{
    color: #F5F5F0;
    font-size: 58px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    padding-left: 131px;
    display: inline;
    vertical-align: middle;
    max-width: 1556px;
    position: relative;
}
main .banks .wrap_slider{}
main .banks .wrap_slider .banks_slider{
    overflow: visible;
}
main .banks .wrap_slider .banks_slider .swiper-slide{
    width:auto;
}
main .banks .wrap_slider .banks_slider .swiper-slide .img{
    padding: 0 20px;
    height: 140px;
    display: flex;
    align-items: center;
    width: fit-content;
    border-radius: 24px;
    transition:.3s;
    margin-right: 0;
}
main .banks .wrap_slider .banks_slider .swiper-slide:hover{
    background: rgba(245, 245, 240, 0.05);
    border-radius: 24px;
}
main .banks .wrap_slider .banks_slider .swiper-slide svg{
    fill: #fff;
    transition: .3s;
}
main .banks .wrap_slider .banks_slider .swiper-slide svg:first-child{

    position: absolute;

    transition:.3s;

    left: 0;

    right: 0;

    margin: auto;
}

main .banks .wrap_slider .banks_slider .swiper-slide svg path{
    /* fill: #fff; */
}
main .banks .wrap_slider .banks_slider .swiper-slide:hover svg:first-child{
    opacity:0;
}
main .banks .wrap_slider .banks_slider .swiper-slide svg:last-child{
    opacity:0;
}
main .banks .wrap_slider .banks_slider .swiper-slide:hover svg:last-child{
    opacity:1;
}
main .banks .wrap_slider .buttons{
    position: relative;
    margin-top: 7px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 5px;
}
main .banks .wrap_slider .buttons div{
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 20px;
    background: #464846;
}
main .banks .wrap_slider .buttons div svg{
    width: 14px;
}
main .banks .wrap_slider .buttons div:after{
    display: none;
}
main .banks .hr{
    background: rgba(229, 232, 218, 0.05);
    margin-top: 29px;
    margin-bottom: 30px;
    height: 1px;
}
main .banks .bottom_text{
    max-width: 884px;
}
main .banks .bottom_text p{
    color: rgba(245, 245, 240, 0.60);
    font-family: Play;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
}
main .back_section.black{
    padding-top: 80px;
}

main .back_section.black .wrap{
    background: transparent;
}

main .back_section.black .bgst_wrap{
    background: transparent;
    border: 1.5px solid #484848;
    max-width: calc(100% - 60px);
    margin: auto;
    border-radius: 44px;
}

main .back_section.black .top p{
    color: #EDEFE6;
}

main .back_section.black .lines .line input{
    background: #3D3F3D;
    border: 1px solid #3D3F3D;
}

main .back_section.black .checker label:before{
    background: #3D3F3D;
}

main .back_section.black .hr{background:#484848;}

main .page_custom{
    padding-top: 86px;

}
.page-template-page-privacy .page_custom{ padding-bottom: 180px;}
main .page_custom .back{
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background: #E5E8DA;
    position: sticky;
    top: 132px;
}
main .page_custom h1{
    color: #231F20;
    font-family: Play;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
    margin-bottom: 40px;
}
main .page_custom .text{}
main .page_custom .text p{
    color: #231F20;
    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
}


main .page_contacts{
    padding-top: 86px;
    padding-bottom: 0;
}
main .page_contacts .back{
    width: 72px;
    height: 72px;
    background: #E5E8DA;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    background: #E5E8DA;
    position: sticky;
    top: 132px;
}
main .page_contacts .back svg{}
main .page_contacts h1{
    color: #231F20;
    font-family: Play;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
    margin-bottom: 80px;
}
main .page_contacts .lines{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
main .page_contacts .lines .line{
    border-radius: 44px;
    background: #EDEFE6;
    padding: 34px;
    padding-bottom: 69px;
}
main .page_contacts .lines .line .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 43px;
}
main .page_contacts .lines .line .top .badge{
    color: #EDEFE6;
    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    padding: 12px 16px;
    border-radius: 14px;
    background: #00984C;
}
main .page_contacts .lines .line .top .maps{
    display: flex;
    gap: 6px;
    margin: 0;
}
main .page_contacts .lines .line .top .maps a{
    width: 123px;
    height: 44px;
    display: flex;
    align-items: center;
    border-radius: 14px;
    background: #E1E4D7;
    justify-content: center;
}
main .page_contacts .lines .line .top .maps a:hover{
    opacity:.7;
}
main .page_contacts .lines .line .top .maps a svg{}
main .page_contacts .lines .line .contact_items{
    display: flex;
    justify-content: space-between;
    padding-left: 36px;
    padding-right: 54px;
}
main .page_contacts .lines .line .contact_items .contact_item:first-child{
    width: 297px;
}
main .page_contacts .lines .line .contact_items .contact_item:nth-child(2){
    width:317px;
}
main .page_contacts .lines .line .contact_items .contact_item:last-child{width:398px;}
main .page_contacts .lines .line .contact_items .tit{
    color: #949494;
    font-family: Play;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    margin-bottom: 16px;
}
main .page_contacts .lines .line .contact_items .contact{
    color: #231F20;
    font-family: Play;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 37.4px */
}
main .page_contacts .lines .line .contact_items .contact:hover{
    color:#00984C;
}
main .page_contacts .lines .line .contact_items .recall{
    color: #00984C;
    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    margin-top: 8px;
}
main .page_contacts .lines .line .contact_items .recall:hover{
    opacity:.7;
}
main .page_contacts .lines .line .contact_items address{
    color: #231F20;
    font-family: Play;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 37.4px */
}
main .page_contacts .lines .line .contact_items .worktime{
    color: #231F20;
    font-family: Play;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 19.8px */
    margin-top: 8px;
}
main .page_contacts .maps{
    margin-top: 20px;
    border-radius: 44px;
}
main .page_contacts .maps .map{}

a, svg path{
    transition: .3s;
}
main .first_screen .new:hover .button{background: #00984C;}
main .first_screen .new:hover .button svg path{fill:#fff}

.bottom_block_fixed{
    position: fixed;
    bottom: 50px;
    margin: auto;
    border-radius: 28px;
    background: #FAFCF4;
    box-shadow: 0px 8px 14px 0px rgba(33, 32, 32, 0.12);
    left: 0;
    right: 0;
    width: fit-content;
    z-index: 9999;
}


.black .bottom_block_fixed{
    border-radius: 28px;
    background: rgba(64, 66, 64, 0.90);
    box-shadow: 0px 8px 14px 0px rgba(33, 32, 32, 0.12);
    backdrop-filter: blur(7.5px);
}
.black .bottom_block_fixed .links a{
    color:#EDEFE6;
}
.bottom_block_fixed .links{
    display: flex;
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 0 30px;
}
.bottom_block_fixed .links a{
    color: #231F20;
    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    height: 76px;
    display: flex;
    align-items: center;
}
.bottom_block_fixed .links a:hover img{
    margin-right:10px;
    opacity:1;
}
.bottom_block_fixed .links a img{
    margin-right: -58px;
    opacity:0;
    transition:.5s;
    width:58px;
}

.bottom_block_fixed .links a:first-child:after{
    content:'';
}


.mobile_menu_fixed{
    padding-top: 94px;
    position: fixed;
    z-index: 9;
    background: #F5F5F0;
    height: 100vh;
    top: 0;
    width: 100vw;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transition: .6s;
}

.mobile_menu_fixed.active{
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
}


.mobile_menu_fixed .menu_wrap{
    padding-top: 60px;
    border-radius: 44px;
    border: 1px solid #E0E0D7;
    padding-bottom: 38px;
}
.mobile_menu_fixed .menu_wrap nav{
    display: block;
}
.mobile_menu_fixed .menu_wrap .social_links{}
.mobile_menu_fixed .menu_wrap nav ul{
    flex-direction: column;
}
.mobile_menu_fixed .menu_wrap nav ul li{}
.mobile_menu_fixed .menu_wrap nav ul li a{
    color: #949494;

    font-family: Play;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.mobile_menu_fixed .socials_links{
    display: flex;
    justify-content: center;
    gap: 11px;
    margin-top: 70px;
}


#maper{
    border-radius: 44px;
    height: 553px;
    overflow: hidden;
    position: relative;
}
#maper iframe{
    height: 100%;
}


.error_page{
    padding-top: 282px;
    display: flex;
    padding-bottom: 245px;
}
.error_page .top{
    display: flex;
    justify-content: center;
}
.error_page .top img{
    max-width: 452px;
}
.error_page .text{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
    white-space: nowrap;
}
.error_page .text .tit{
    color: #231F20;
    font-family: Play;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
}
.error_page .text .text_it{
    color: #231F20;
    font-family: Play;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 22px */
    letter-spacing: 0.44px;
}
.error_page .button{
    width: 411px;
    margin: auto;
    margin-top: 65px;
}
.error_page .button a{
    border-radius: 30px;
    background: #00984C;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F5F5F0;
    font-family: Play;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    position: relative;
    height: 72px;
}
.error_page .button a svg{
    position: absolute;
    right: -56px;
}
.error_page .button a:hover{
    background:#028845;
}
.error_page .button a:hover svg path{
    fill:#028845;
}
.error_page .button a:hover svg rect{
    stroke:#028845;;
}

header nav ul li a:hover{
    color:#00984C;
}


.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 30px;
    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;
    align-items: flex-end;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(3px);
}

.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: 100%;
    border-radius: 6px;
    padding: 0;
    background: transparent;
}

.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;
    align-items: flex-end;
}

.overlay .modals .title {
    margin-top: 0;
}

.close-modal {
    position: absolute;
    top: 5px;
    right: 7px;
    opacity: 1;
    width: 72px;
    height: 72px;
    border-radius: 28px;
    background: #E7EADE;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 6;
}

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

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

.overlay .modals .content{
    padding: 0;
}
.overlay .modals .back_section .bgster{
    max-width: 100%;
    /* -webkit-mask-box-image: url(../img/mask_form.svg) 0; */
    /* -webkit-mask-repeat: no-repeat; */
    /* -webkit-mask-size: cover; */
    width: 100%;
    -webkit-mask-position: top;
    clip-path: polygon( 95.054% 7.957%,95.054% 7.957%,95.023% 6.666%,94.932% 5.442%,94.787% 4.3%,94.593% 3.258%,94.354% 2.33%,94.075% 1.535%,93.762% 0.888%,93.419% 0.406%,93.051% 0.104%,92.663% 0%,2.391% 0%,2.391% 0%,2.003% 0.104%,1.635% 0.406%,1.292% 0.888%,0.979% 1.535%,0.7% 2.33%,0.461% 3.258%,0.267% 4.3%,0.122% 5.442%,0.031% 6.666%,0% 7.957%,0% 92.043%,0% 92.043%,0.031% 93.334%,0.122% 94.558%,0.267% 95.7%,0.461% 96.743%,0.7% 97.67%,0.979% 98.465%,1.292% 99.112%,1.635% 99.594%,2.003% 99.896%,2.391% 100%,97.609% 100%,97.609% 100%,97.997% 99.896%,98.365% 99.594%,98.708% 99.112%,99.021% 98.465%,99.3% 97.67%,99.539% 96.743%,99.733% 95.7%,99.878% 94.558%,99.969% 93.334%,100% 92.043%,100% 24.051%,100% 24.051%,99.969% 22.76%,99.878% 21.536%,99.733% 20.394%,99.539% 19.352%,99.3% 18.424%,99.021% 17.629%,98.708% 16.982%,98.365% 16.5%,97.997% 16.198%,97.609% 16.094%,96.902% 16.094%,96.902% 16.094%,96.602% 16.014%,96.318% 15.781%,96.053% 15.408%,95.811% 14.908%,95.596% 14.293%,95.411% 13.577%,95.261% 12.771%,95.149% 11.889%,95.079% 10.943%,95.054% 9.946%,95.054% 7.957% );
}
main .sales .slider_block .slide_item .tags, main .first_screen .slider_wrap .first_screen_slider .first_screen_slide .tags{
    display:none;
}

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

.wpcf7-response-output{
    display:none;
}


#thanks .bgster{
    clip-path: polygon( 2.391% 0%,2.391% 0%,2.003% 0.213%,1.635% 0.828%,1.292% 1.812%,0.979% 3.133%,0.7% 4.755%,0.461% 6.647%,0.267% 8.775%,0.122% 11.104%,0.031% 13.603%,0% 16.236%,0% 83.764%,0% 83.764%,0.031% 86.397%,0.122% 88.896%,0.267% 91.225%,0.461% 93.353%,0.7% 95.245%,0.979% 96.867%,1.292% 98.188%,1.635% 99.172%,2.003% 99.788%,2.391% 100%,97.609% 100%,97.609% 100%,97.997% 99.788%,98.365% 99.172%,98.708% 98.188%,99.021% 96.867%,99.3% 95.245%,99.539% 93.353%,99.733% 91.225%,99.878% 88.896%,99.969% 86.397%,100% 83.764%,100% 48.339%,100% 48.339%,99.972% 45.945%,99.889% 43.674%,99.757% 41.556%,99.581% 39.622%,99.363% 37.903%,99.11% 36.427%,98.825% 35.227%,98.513% 34.332%,98.179% 33.773%,97.826% 33.579%,96.902% 33.579%,96.902% 33.579%,96.602% 33.415%,96.318% 32.94%,96.053% 32.179%,95.811% 31.159%,95.596% 29.905%,95.411% 28.443%,95.261% 26.799%,95.149% 24.999%,95.079% 23.068%,95.054% 21.033%,95.054% 14.76%,95.054% 14.76%,95.026% 12.366%,94.944% 10.095%,94.812% 7.977%,94.635% 6.043%,94.418% 4.323%,94.164% 2.848%,93.879% 1.648%,93.568% 0.752%,93.233% 0.193%,92.88% 0%,2.391% 0% );
}