#wpadminbar { display: none !important; }
html.admin-bar { margin-top: 0 !important; }

@font-face {
    font-family: "TT Ricordi Trial";
    font-style: normal;
    font-weight: 600;
    src:url('../fonts/TT Ricordi Trial Nobili.woff2') format("woff2") ;
    font-display: block;
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 400;
    src:url('../fonts/Gilroy-Regular.woff2') format("woff2") ;
    font-display: block;
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 250;
    src:url('../fonts/Gilroy-UltraLight.woff2') format("woff2") ;
    font-display: block;
}
@font-face {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    src:url('../fonts/Gilroy-Light.woff2') format("woff2") ;
    font-display: block;
}
body,html{
    padding: 0;
    margin: 0!important;
    position: relative;
    background: #60706D;
    font-family: Gilroy;
    color: #344242;
    font-weight: 400;
    font-size: 14px;
    overflow-x: hidden;
}
.front{
    background:white;
}
ul,li{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1,h2,h3{
    margin: 0;
}
a{
    text-decoration: none;
    cursor: pointer;
    font-family: Gilroy;
    font-style: normal;
    color: #344242;
    font-size: 14px;
}
button, input, textarea{
    border: none;
    outline: none;
    cursor: pointer;
    appearance: none;
    font-size: 14px;
}
.wrapper{
    padding: 0 60px;
    position: relative;
}

.header{    transition-duration: 0.3s;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    padding: 25px 0;
}
.dopstyle_header{
    transition-duration: 0.3s;
    background: #222A2A;
    padding: 10px 0;
}
.header_left{
    grid-gap: 60px;
}
.header_right{
    grid-gap: 54px;
}
.flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner{
    height: 100vh;
    min-height:  700px;
    position: relative;
}
.banner_info{
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 970px;
    width: 100%;
}
.banner_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.banner_marg{
    margin-left: 50px;
}
.banner_subtitle,
.banner_title,
.banner_marg .section_description,
.banner_marg .btn,
.banner_label,
.banner_bottom{
    visibility: hidden;
}
.banner_subtitle{
    color: #FFF;
    font-size: 43px;
    font-style: normal;
    font-weight: 250;
    line-height: normal;
    letter-spacing: 0.43px;
    text-transform: uppercase;
}
.banner_title{
    color: #FFF;
    font-family: "TT Ricordi Trial";
    font-size: 51px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.51px;
    text-transform: uppercase;
}
.section_description{
    color: #FFFFFF;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;

    line-height: 145%; /* 23.2px */
    opacity: 0.8;
    font-weight: 300;
}
.banner .section_description{
    max-width: 404px;
    margin: 21px 0 40px 0;
    font-weight: 400;
    color: #FFF;
    opacity: 1;
}
.btn{
    position: relative;
    overflow: hidden;
cursor: pointer;
    border-radius: 37px;
    background: #C7DAE8;

    padding: 19px 31px;

    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 11px;

    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
    transition:
            transform .45s cubic-bezier(.19,1,.22,1),
            box-shadow .45s ease,
            color .45s ease;

    z-index: 1;
}

.btn:before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.12);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .55s cubic-bezier(.19,1,.22,1);
    z-index: -1;
}
.btn:after{
    content: '';

    position: absolute;
    inset: 0;
    border-radius: inherit;

    opacity: 0;
    box-shadow:
            0 10px 30px rgba(199,218,232,.25);    transition: opacity .45s ease;
    z-index: -2;
}

.btn:hover{
    transform: translateY(-3px);
    box-shadow:
            0 8px 24px rgba(0,0,0,.08);
}

.btn:hover:before{
    transform: scaleX(1);
}

.btn:hover:after{
    opacity: 1;
}

.btn_border{
    background: transparent;
    border: 1px solid #8EA7BA;
    color: #FFF;
}

.btn_border:before{
    background: rgba(255,255,255,.08);
}

.btn_border:hover{
    border-color: #C7DAE8;
    background: rgba(255,255,255,.03);
}

.banner_label{
    width: 153px;
    height: 153px;
    min-width: 153px;
    border-radius: 90px;
    background: #688098;
    position: relative;
    color:  #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top:67px ;
    cursor: pointer;
    z-index: 1;
}
.banner_label:before{
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    background:  rgba(215, 228, 232, 0.42);
    border-radius: 50%;
    z-index: 0;   animation: pulseLabel 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes pulseLabel {
    0% {
        transform: scale(1);
        opacity: .6;
    }
    50% {
        transform: scale(1.08);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: .6;
    }
}
.banner_label span{
    display: block;color: #FFF;
    text-align: center;
    margin-top: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 23.2px */
}
.phone{
    color:#FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 87.5% */
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}
.phone:before,.address:before,.social_list a:before{
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0;
    left: 0;
    height: 1px;
    background: #8EA7BA;
    transition-duration: 0.3s;
}
.phone:hover:before,.address:hover:before,.social_list a:hover:before{
    width: 100%;
}
.underline{
    position: relative;
    color:  #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
}
.underline:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: -2px;
    background: #8EA7BA;
    transition-duration: 0.3s;
}
.underline:hover:before{
    right: auto;
    width: 0;    transition-duration: 0.3s;
}
.banner_bottom{
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
    z-index: 1;
}
.social_list{
    grid-gap: 30px;
}
.social_list a{
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 1.96px;
    text-transform: uppercase;
    position: relative;
}
.scroll{
    position: absolute;
    bottom:60px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollDown 2s ease-in-out infinite;
    z-index: 2;
}

@keyframes scrollDown{
    0%{
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }

    50%{
        transform: translateX(-50%) translateY(12px);
        opacity: .6;
    }

    100%{
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
}
.banner:before{
    background: linear-gradient(180deg, rgba(52, 66, 66, 0.00) 6.11%, rgba(52, 66, 66, 0.68) 57.5%, rgba(52, 66, 66, 0.84) 69.94%, rgba(52, 66, 66, 0.96) 82.63%, #344242 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 1;
    pointer-events: none;
}
.banner:after{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(8, 16, 29, 0.17);
    pointer-events: none;
}
.address{
    color: #FFF;
    position: relative;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 1.96px;
    text-transform: uppercase;
}


.benefits_item{
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(25px);
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 60px;
}
.benefits_title{
    color: #FFF;
    font-family: Gilroy;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
}
.benefits_item .section_description{

}
.benefits_grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 12px;
}
.benefits_block{
    background: #344242;
    padding-bottom: 60px;
}
.section_description.fix{
    color: #344242;
}
.flex_head{
    grid-gap: 100px;
    align-items: flex-end;
    margin-bottom: 60px;
}
.section_title{
    color:  #344242;
    font-family: "TT Ricordi Trial";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.flex_head .section_title{
    margin-bottom: 0;
}
.section_bg{
    background: #CACEC7;
    position: relative;
}
.section_bg:before{
    position: absolute;
    top: -8px;
    border-radius: 12px 12px 0 0;
    background: #CACEC7;
    content: '';
    width: 100%;
    height: 10px;
}
.section_bg:after{ height: 10px;
    position: absolute;
    bottom: -8px;
    border-radius: 0 0 12px 12px;
    background: #CACEC7;
    content: '';
    width: 100%;
}
.tabs{
    position: absolute;
    bottom: 60px;
    left: 50%;
    display: flex;
    align-items: center;
    grid-gap: 12px;
    transform: translateX(-50%);
    z-index: 1;
}
.genplan_block{
    position: relative;
}
.tab{
    border-radius: 37px;
    border: 1px solid  #FFFFFF;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(2.5px);
    padding: 19px 32px;
    color:#FFF;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition-duration: 0.3s;
}
.tab.active,.tab:hover{ transition-duration: 0.3s;
    background:  linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #344242;
    border-color: #344242;
    backdrop-filter: blur(5.449999809265137px);
}
.section{
 padding-top: 120px;
}
.necessary_block{
    position: relative;
}
.necessary_block::after{
    content: '';
    position: absolute;
    inset: 0;
    background: #344242;
    z-index: 2;
    pointer-events: none;
}
.necessary_block.slider-ready::after{
    opacity: 0;
    transition: opacity 0.6s ease;
}
.necessary_item{
    border-radius: 12px;
    background-position: center;
    background-size: cover;
    height: 230px;
    padding: 24px;
    display: flex;
    align-items: flex-end;
}
.wrapper_fix{
    padding-left: 60px;
}
.flex_block{
    grid-gap: 40px;
    align-items: flex-start;
}
.flex_block>div:first-child{

    min-width: 550px;
}
.relax_progress{
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.32);
    position:relative;
    overflow:hidden;
}
.relax_progress span{
    background: #688098;
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:0;
    transition:.35s;
}
.relax_bottom{
    padding-right: 60px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    grid-gap: 12px;
    width: 100%;
    margin-top: 24px;
}
.info_slider .owl-stage{
    display: flex;
    align-items: stretch;
}
.info_slider{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
}
.info_item{
    border-radius: 12px;
    background: #E0E1D9;
    backdrop-filter: blur(25px);
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 60px;
    position: relative;
    cursor: pointer;
    height: 100%;
    box-sizing: border-box;
}
.info_img{
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    opacity: 0;
    transition-duration: 0.3s;
    object-fit: cover;
    left: 0;
    top: 0;
}
.info_pin{
    width: 48px;
    min-width: 48px;
    height: 48px;
    border: 1px solid rgba(52, 66, 66, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;   transition-duration: 0.3s;
}
.info_bottom{
    grid-gap: 40px;  position: relative;
    z-index: 1;
}
.info_item:hover .info_img{
    opacity: 1;
    transition-duration: 0.3s;
}
.info_item:hover .info_pin{
    background: #C7DAE8;
    border-color: #C7DAE8;   transition-duration: 0.3s;
}
.info_item .section_description{
    transition-duration: 0.3s;
}
.info_item:hover .section_description{
    color: #FFFFFF;transition-duration: 0.3s;
}
.flex_head.fix{
    padding-bottom: 30px;
    align-items: center;
    margin-bottom: 48px;
    border-bottom: 1px solid rgba(52, 66, 66, 0.22);
}
.nav{
    grid-gap: 14px;
}
.nav img{
    transition-duration: 0.3s;
    cursor: pointer;
}
.nav img:hover{
    transform: scale(1.05);
    transition-duration: 0.3s;
}
.infolife_slider .info_item{
    border-radius: 12px;
    background: #344242;
    backdrop-filter: blur(25px);
    height: 100%;
    box-sizing: border-box;
}
.section_title.fix{
    color: white;
}
.infolife_slider .owl-stage{
    display: flex;
    align-items: stretch;
}
.gallery_block{
    position: relative;
}
.gallery_block .relax_progress{
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    z-index: 2;
    width: auto;
}
.gallery_img{
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.gallery .owl-stage{
    display: flex;
    align-items: stretch;
}
.block_form{
    border-radius: 12px;
    background:#C7DAE8;
    padding: 60px;
}
.term_grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
}
.term_item{
    border-radius: 12px;
    background: #344242;
    backdrop-filter: blur(25px);
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    grid-gap: 60px;
}
.term_label{
    border-radius: 65px;
    background: #E3CCA7;
    padding: 11px 15px;
    color:  #344242;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.term_subtitle{
    color: #D7E4E8;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.term_bottom{
    align-items: flex-end;
    grid-gap: 40px;
    width: 100%;
}
.hid_wrapper{
    position: relative;
    width: 25%;
}
.hid_wrapper .relax_progress{
    position: absolute;
    bottom: 50px;
    left: 10px;
    right: 10px;
    width: auto;
    z-index: 2;
}
.hid_wrapper .nav{
    position: absolute;
    left: 10px;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.hid_img{
    border-radius: 12px;
    height: 565px;
background-size: cover!important;
    background-position: center!important;
}
.hid_title{
    color:#FFF;
  margin-top: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 87.5% */
    letter-spacing: 1px;
    text-transform: uppercase;
}
.hid_block{
    display: flex;
    grid-gap: 12px;
    overflow-x: auto;
    padding-bottom: 15px;
}
.hid_block::-webkit-scrollbar,.tabs_flex::-webkit-scrollbar {
    height: 5px;
}

.hid_block::-webkit-scrollbar-track,.tabs_flex::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.43);
    border-radius: 4px;
}

.hid_block::-webkit-scrollbar-thumb,.tabs_flex::-webkit-scrollbar-thumb {
    background: #fff;
}
.section_description p{
    margin: 9px 0;
}
.buttons{
    margin-top: 60px;
    grid-gap: 24px;
}
.news_item{
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(25px);
    padding: 24px;
    height: 345px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: flex-end;
    transform: translateZ(0);
    transition:
            transform .6s cubic-bezier(.19,1,.22,1),
            box-shadow .6s ease;
}

.news_item:before{
    content: '';
    border-radius: 12px;
    position: absolute;
    inset: 0;
    background: linear-gradient(
            180deg,
            rgba(0,0,0,0) 35%,
            rgba(0,0,0,.55) 70%,
            rgba(0,0,0,.80) 100%
    );
    transition: opacity .5s ease;
}

.news_item:after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 12px;
    background: rgba(0,0,0,.25);
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
}

.news_item:hover{
    transform: translateY(-8px) scale(1.01);

}
.news .owl-item{
    padding-top: 10px;
}
.news_item:hover:after{
    opacity: 1;
}
.news_label{
    position: absolute;
    left: 24px;
    top: 24px;
    border-radius: 65px;
    background: #C7DAE8;
    padding: 11px 15px;
    color: #344242;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 87.5% */
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 1;
}
.news_item:hover .news_flex svg{
    scale: 1.1;
    transition-duration: 0.4s;
}
.news_title{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-bottom: 18px;
    display: block;
    position: relative;
    z-index: 1;
}
.news_flex{width: 100%;
    grid-gap: 20px;  position: relative;
    z-index: 1;
}
.news_flex svg{
    min-width: 48px;    transition-duration: 0.4s;
}
.news_bottom{
    width: 100%;
}
.dev_info_item{
    border-radius: 12px;
    background: #E0E1D9;
    backdrop-filter: blur(25px);
    padding: 33px 24px;
}
.dev_info_item .benefits_title{
    color: #344242;
    margin-bottom: 6px;
}
.dev_info{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
    width: 55%;
}
.btn_border.fix{
    color: #344242;
    border-color: #344242;
}
.flex_dev{
    grid-gap: 60px;
}
.flex_head_fix{
    margin-bottom: 48px;
}
.contact_info{
    width: 65%;
}
#map,.map_link{
    width: 45%;border-radius: 12px;
}
.map_link img{
    width: 100%;border-radius: 12px;
    object-fit: cover;
}
.map_link{
    display: flex;
}
.flex_contact{
    grid-gap: 80px;
    align-items: stretch;
}
.mapboxgl-ctrl-top-right,.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right{
    display: none;
}
.contact_item{
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    margin-bottom: 30px;
    grid-gap: 20px;
}
.contact_title{
    color: #FFF;
    opacity: 0.8;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
}
.contact_item_info,.contact_item_info a{
    color:  #FFF;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 2px;
    text-transform: uppercase;
    transition-duration: 0.3s;
}
.contact_item_info a:hover{
    opacity: 0.7;    transition-duration: 0.3s;
}
.contact_item_info a span{
    opacity: 0.5;
}
.footer{
    padding: 80px 0 60px 0;
}
.footer_top{
    padding: 48px 0;
    margin-bottom: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .social_list a{
    opacity: .7;
}
.license{
    opacity: .7;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
}
.footer_bottom_left{
    grid-gap: 28px;
}
.footer_col{
    display: flex;
    flex-direction: column;
    grid-gap: 30px;
}
.menu_link{
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height:1.2;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition-duration: 0.3s;
}
.menu_link:hover{
    opacity: 0.7;
    transition-duration: 0.3s;
}
.footer_top{
    align-items: stretch;
    grid-gap: 40px;
}
.footer_col.fix{
    max-width: 330px;
    justify-content: space-between;
}
.block_col{
    width: 48%;
    display: flex;
    flex-direction: column;
    grid-gap: 48px;
    align-items: flex-start;
}
.block_col img,
.block_col video{
    border-radius: 12px;
    max-width: 380px;
    height: auto;
}
.block_col.fix img{
    width: 100%;
}
.form-group{
    width: 48%;
    border-bottom: 1px solid #8EA7BA;
}
.form-control{
    background: transparent;
    padding: 16px 10px;
    color:  #344242;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.form-control::placeholder{
    color:  #344242;
    font-family: Gilroy;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
    text-align: center;
}
.form_flex{
    display: flex;
    justify-content: space-between;

    width: 100%;
}
.form_flex p,.btn_form p{
    margin: 0;
}
.btn_form input{
    color: #FFF;
    text-align: center;
    border-radius: 100px;
    padding: 22px 37px;
    background:  linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #344242;
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 2px;
    text-transform: uppercase;
    width: 100%;
    cursor: pointer;
    transition-duration:0.3s
}
.btn_form input:hover{
    opacity: 0.7;    transition-duration:0.3s
}
.btn_form p{
    width: 100%;
}
.wpcf7-spinner{
    display: none;
}
.btn_form{
    display: flex;
    justify-content: center;
    max-width: 336px;
    width: 100%;
}
.wpcf7-acceptance{
    display: flex;
    justify-content: center;

    color:  #344242;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
}
.wpcf7-acceptance input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.wpcf7-acceptance span{
    position: relative;
}
.wpcf7-acceptance label .before_accept{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    margin-right: 10px;
    background: transparent;
    border: 1px solid #344242;
    border-radius: 50%;
    position: relative;
    top: 3px;
}
.wpcf7-acceptance label .before_accept:after{
    content: "";
    display: inline-block;
    background: #344242;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    position: absolute;
    top:4px;
    opacity: 0;
    left: 4px;
}
.wpcf7-acceptance input:checked + .wpcf7-list-item-label .before_accept:after{
    opacity: 1;
}
.form_flex.fix{
    margin-top: 36px;
    align-items: center;
}
.slider_build_block{
    display: none;
}
.slider_build_block.active{
    display: block;
}
.slider_images{
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.85);
    padding: 20px 30px;
    display: flex;
    align-items:stretch;
    justify-content: space-between;
    grid-gap: 30px;
    margin-bottom: 24px;
}
.slider_image{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 13px;
    width: 50%;
}
.slider_images span{
    color: #344242;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
}
.slider_image img{
    height: 230px;
    object-fit: contain;
    display: block!important;
    cursor: pointer;
}
.slider_image.fix img{

    margin: 0 auto;
}
.slider_image.fix{
    width: 100%;
}
.slider_info_title{
    color: #FFF;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%; /* 23.2px */
}
.slider_info_title svg{
    margin-right: 8px;
}
.slider_info span{
    color: #E3CCA7;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.24px;
    text-transform: lowercase;
}
.slider_flex{
    grid-gap: 10px;
}
.slider_flex.fix{ padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 24px;
    margin-top: 8px;
}
sup{
    font-size: 16px;
}
.slider_info{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.apart_slider .owl-stage{
    display: flex;
    align-items: stretch;
}
.slider_item{
    border-radius: 12px;
    background:#60706D;
    backdrop-filter: blur(18.576387405395508px);
    padding: 12px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section_apart{
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #344242;
}
.section_apart:before{
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(96, 112, 109, 0.00) 6.53%, #60706D 88.8%);
    height: 300px;
    width: 100%;
    top: 0;
    left: 0;
}
.tabs_apart{
display: flex;
    grid-gap: 52px;
}
.tab_apart_item{
    color:#FFF;
    opacity: 0.6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 87.5% */
    letter-spacing: 1px;
    text-transform: uppercase; transition-duration: 0.3s;
    cursor: pointer;
    padding-bottom: 20px;
    position: relative;
}
.tab_apart_item:before{
    width:0;
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    background: white;
    left: 0;
    transition-duration: 0.3s;
}
.tab_apart_item.active:before{
    transition-duration: 0.3s;   width: 100%;
}
.tab_apart_item.active,.tab_apart_item:hover{
    opacity: 1;
    transition-duration: 0.3s;
}
.tabs_flex{
    display: flex;
    justify-content: space-between;
    grid-gap: 40px;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    margin-bottom: 36px;
}
.genplan_block {
    position: relative;


    z-index: 3;
}
#map_location,.tabs_block iframe{
    width: 100%;
    height: 75vh;
    min-height: 680px; border-radius: 12px;
}
#map_location{
    object-fit: cover;
}
.tabs_block[data-tab="genplan"]{
    position: relative;
}
.tabs_block[data-tab="genplan"]::after{
    content: '';
    position: absolute;
    inset: 0;
    background: #344242;
    border-radius: 12px;
    z-index: 2;
    pointer-events: none;
}
.tabs_block[data-tab="genplan"]::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 2px solid rgba(255,255,255,0.15);
    border-top-color: rgba(255,255,255,0.7);
    border-radius: 50%;
    z-index: 3;
    animation: iframeSpinner 0.8s linear infinite;
    pointer-events: none;
}
.tabs_block[data-tab="genplan"].iframe-loaded::before{
    opacity: 0;
    transition: opacity 0.4s ease;
}
.tabs_block[data-tab="genplan"].iframe-loaded::after{
    opacity: 0;
    transition: opacity 0.8s ease;
}
@keyframes iframeSpinner{
    to{ transform: rotate(360deg); }
}
.burger{
    position: relative;
    width: 44px;
    height: 11px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: .3s ease;
}

.burger_line{
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #8EA7BA;
    transition:
            transform .35s ease,
            width .35s ease,
            top .35s ease,
            bottom .35s ease
}

.burger_line1{
    top: 0;
}

.burger_line2{
    bottom: 0;
}


.burger:hover .burger_line1{
    width: 75%;
}

.burger.active .burger_line1{
    top: 7px;
    transform: rotate(45deg);
    width: 60%;
    left: 10px;
}

.burger.active .burger_line2{
    bottom: 2px;
    transform: rotate(-45deg);
    width: 60%;
    left: 10px;
}
.mob_menu{
    position: fixed;
    inset: 0;
    z-index: 100;
    background:#222A2A;
    padding: 13% 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .45s ease;
}

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

.mob_menu_top{
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(2,minmax(240px,1fr));
    gap: 30px 120px;    margin: 0 auto;
}

.mob_menu .menu_link{
    position: relative;
    width: fit-content;
font-size: 18px;
    opacity: 0;
    transform: translateY(20px);
    transition:
            color .3s ease,
            transform .3s ease,
            opacity .3s ease;
}

.mob_menu.active .menu_link{
    opacity: 1;
    transform: translateY(0);
}

.mob_menu.active .menu_link:nth-child(1){transition-delay:.05s;}
.mob_menu.active .menu_link:nth-child(2){transition-delay:.1s;}
.mob_menu.active .menu_link:nth-child(3){transition-delay:.15s;}
.mob_menu.active .menu_link:nth-child(4){transition-delay:.2s;}
.mob_menu.active .menu_link:nth-child(5){transition-delay:.25s;}
.mob_menu.active .menu_link:nth-child(6){transition-delay:.3s;}
.mob_menu.active .menu_link:nth-child(7){transition-delay:.35s;}
.mob_menu.active .menu_link:nth-child(8){transition-delay:.4s;}
.mob_menu.active .menu_link:nth-child(9){transition-delay:.45s;}
.mob_menu.active .menu_link:nth-child(10){transition-delay:.5s;}
.mob_menu.active .menu_link:nth-child(11){transition-delay:.55s;}

.mob_menu .menu_link::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: white;
    transition: width .35s ease;
}

.mob_menu .menu_link:hover::after{
    width: 100%;
}

.mob_menu_bottom{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    grid-gap: 15px;
    padding-top: 32px;

    border-top: 1px solid rgba(255,255,255,.08);
}


body.menu_open{
    overflow: hidden;
}
.popup_style{
    position: fixed;
    inset: 0;
    z-index: 11111;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 20px;

    background: rgba(5, 12, 18, 0);

    backdrop-filter: blur(0px);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
            background .45s ease,
            backdrop-filter .45s ease,
            opacity .45s ease,
            visibility .45s ease;
}

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

    background: rgba(5, 12, 18, .62);
    backdrop-filter: blur(10px);
}
.popup_close:hover{
    transform: scale(1.05);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    -o-transition: .4s linear;
    transition: .4s linear;
}
.panel{
    position: relative;
    width: 98%;
    max-width: 650px;
    padding: 64px 56px;
    border-radius: 12px;
    background:
            linear-gradient(180deg, #D8E7F2 0%, #C7DAE8 100%);
    box-shadow:
            0 40px 120px rgba(0,0,0,.22),
            inset 0 1px 0 rgba(255,255,255,.5);
    overflow: hidden;
    opacity: 0;
    transform:
            translateY(60px)
            scale(.92)
            rotateX(8deg);

    transform-origin: center;
    transition:
            transform .7s cubic-bezier(.19,1,.22,1),
            opacity .45s ease;
}

.popup_style.active .panel{
    opacity: 1;
    transform:
            translateY(0)
            scale(1)
            rotateX(0deg);
}

.panel::before{
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(255,255,255,.18);
    filter: blur(70px);
    top: -180px;
    right: -120px;
    pointer-events: none;
}

.panel .section_title{
    text-align: center;
    color:#344242;
    margin-bottom: 30px;
}
.popup_close{
    position: absolute;
    top: 22px;
    right: 22px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(215, 228, 232, 0.42);
    backdrop-filter: blur(10px);
    cursor: pointer;
    transition:
            transform .35s ease,
            background .35s ease;
}

.popup_close:hover{
    transform: rotate(90deg) scale(1.08);
    background: rgba(215, 228, 232, 0.42);
}

.popup_close::before,
.popup_close::after{
    content: '';
    position: absolute;
    width: 18px;
    height: 1.5px;
    background: #344242;
    left: 50%;
    top: 50%;
    margin-left: -9px;
    margin-top: -.75px;
}

.popup_close::before{
    transform: rotate(45deg);
}

.popup_close::after{
    transform: rotate(-45deg);
}
.panel .form-group{
    border-bottom: 1px solid #344242;

}
.panel .form-control,.panel .form-control::placeholder{
    color: #344242;    font-family: Gilroy;
}
.panel form{
    position: relative;
    z-index: 1;
    margin: 10px auto;
    max-width: 650px;
    width: 100%;
}
.panel .btn_form input{
    margin-top: 20px;
}
.panel form p{
    margin: 0;
}
.wpcf7-not-valid-tip{
    position: absolute;
    font-size: 12px;
}
.panel .btn_form{
    margin:0 auto;
}
.logo svg{
    transition-duration: 0.3s;
    cursor: pointer;
}
.logo:hover svg{
    transform: scale(1.02) translateY(-4px); transition-duration: 0.3s;
}
.dev{
    display: flex; transition-duration: 0.3s;
}
.dev:hover{
    scale: 1.1;
    transition-duration: 0.3s;
}
.news_grid{
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
    display: grid;
}
.single_news img{
    width: 48%;
    margin-left: 10px;
    float:right;
    max-height: 500px;
    object-fit: cover;
    border-radius: 12px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border-radius: 65px;
    background: #E3CCA7;
    padding: 11px 15px;
    color: #344242;
    border-color: #E3CCA7;
    text-align: center;
}
.wpcf7 form.sent .wpcf7-response-output{
    background: #CACEC7;
    border-radius: 65px;
    padding: 11px 15px;
    color: #344242;
    border-color: #CACEC7;
    text-align: center;
}
.form-control:-webkit-autofill{
    -webkit-box-shadow: inset 0 0 0 50px #D8E7F2 !important;
    -webkit-text-fill-color:  #344242!important;
    color: #344242!important;
}
.banner_video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
.fancybox-content img{
    width: 100%;
}
.fancybox-slide--image .fancybox-content{
    background: white!important;
}
.news_gallery img{
    object-fit: cover;
    border-radius: 12px;
    max-height: 600px;
    height: 100%;
}
.news_gallery .owl-stage{
    display: flex;
    align-items: stretch;
}
.news_gallery .owl-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 15px;
    margin-top: 15px;
}
.news_gallery .owl-dot{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white!important;
    opacity: 0.8;
    transition-duration: 0.3s;
}
.news_gallery .owl-dot:hover,.news_gallery .owl-dot.active{
    opacity: 1;    transition-duration: 0.3s;
}
.promo_panel{
    max-width: 580px;
    text-align: center;
}
.promo_popup_label{
    display: inline-block;
    border-radius: 65px;
    background: #688098;
    padding: 9px 20px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 20px;
}
.promo_popup_text{
    color: #344242;
    font-size: 16px;
    font-weight: 300;
    line-height: 155%;
    margin-bottom: 30px;
    opacity: 0.8;
}
.promo_popup_text p{
    margin: 0 0 8px 0;
}
.promo_panel .section_title{
    margin-bottom: 16px;
    font-size: 32px;
}
.promo_panel .form_flex.fix{
    display: block;
    text-align: center;
}
.promo_panel .form_flex.fix .wpcf7-acceptance{
    display: inline-block;
    text-align: left;
    font-size: 13px;
    margin-bottom: 16px;
    line-height: 1.5;
}
.promo_panel .wpcf7-acceptance span{
    text-align: center;
}
.promo_panel .wpcf7-acceptance label .before_accept{
    margin-right: 6px;
    vertical-align: middle;
    top: -2px;
}
.promo_panel .btn_form{
    max-width: 100%;
    margin: 0 auto;
}
