/*Разработано в HPACE / Dev by HPACE (www.vk.com/webstage, hpace.ru, +79293744874, @mazaretto - Telegram)*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('../fonts/MuseoSansCyrl-300.eot');
    src: local('MuseoSansCyrl-300'),
    url('../fonts/MuseoSansCyrl-300.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-300.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-300.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'MuseoSansCyrl';
    src: url('../fonts/MuseoSansCyrl-500.eot');
    src: local('MuseoSansCyrl-500'),
    url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
    url('../fonts/MuseoSansCyrl-500.woff') format('woff'),
    url('../fonts/MuseoSansCyrl-500.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Intro';
    src: url('../fonts/Intro-Regular.eot');
    src: local('Intro Regular'), local('Intro-Regular'),
    url('../fonts/Intro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Intro-Regular.woff') format('woff'),
    url('../fonts/Intro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Intro';
    src: url('../fonts/Intro-Bold.eot');
    src: local('Intro Bold'), local('Intro-Bold'),
    url('../fonts/Intro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Intro-Bold.woff') format('woff'),
    url('../fonts/Intro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueRegular.eot');
    src: local('Bebas Neue Regular'), local('BebasNeueRegular'),
    url('../fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueRegular.woff') format('woff'),
    url('../fonts/BebasNeueRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueBold.eot');
    src: local('Bebas Neue Bold'), local('BebasNeueBold'),
    url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueBold.woff') format('woff'),
    url('../fonts/BebasNeueBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeueLight.eot');
    src: local('Bebas Neue Light'), local('BebasNeueLight'),
    url('../fonts/BebasNeueLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueLight.woff') format('woff'),
    url('../fonts/BebasNeueLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Thin.eot');
    src: local('Bebas Neue Thin'), local('BebasNeue-Thin'),
    url('../fonts/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeue-Thin.woff') format('woff'),
    url('../fonts/BebasNeue-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue Book';
    src: url('../fonts/BebasNeueBook.eot');
    src: local('Bebas Neue Book'), local('BebasNeueBook'),
    url('../fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BebasNeueBook.woff') format('woff'),
    url('../fonts/BebasNeueBook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

a{
    transition: 0.3s;
}
ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
body{
    font-family: 'Inter', sans-serif;
    background: #fff;
}
img{
    max-width: 100%;
}
.logo_header{
    border-right: 1px solid #D3D2D4;
    display: block;
    padding-right: 18px;
}
.logo_header img{
    width: 18rem;
}
.header_wrap_section{
    background: url("../img/header_bg.jpg") left top no-repeat;
    background-size: cover;
}
.header{
    padding: 1rem 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 992;
    transition: 0.3s;
}
.header.f-nav{
    background: #fff;
}
.phone_header_wrap{
    background: url("../img/wrap_btn_blue.svg") center top no-repeat;
    background-size: cover;
    padding: 2.6rem 3rem;
    display: flex;
    margin-top: -1.1rem;
    position: absolute;
    right: 0;
    width: 30rem;
}
.logo_apartments{
    display: inline-block;
    margin-top: 12px;
}
.logo_apartments img{
    width: 12rem;
}
.header_menu{
    display: inline-flex;
    margin-top: 20px;
    margin-left: 2.5vw;
    vertical-align: top;
}
.header_menu li a{
    font-size: 1.4rem;
    line-height: 96%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #838383;
    font-weight: 400;
    margin-right: 2vw;
}
.header_menu li a:hover, .header_menu li a:focus{
    text-decoration: none;
    color: #D7B46A;
}
.header_menu li:last-child a{
    margin-right: 0;
}
.phone_header_wrap a{
    display: block;
    font-size: 1.4rem;
    line-height: 96%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 1rem;
}
.phone_header_wrap a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.phone_header_wrap a:last-child{
    margin-bottom: 0;
}
.phone_header_wrap img{
    margin-right: 12px;
    width: 3rem;
}
.flats-plan .img{
    margin-top: 30px!important;
    margin-bottom: 50px!important;
}
.main_section_map{
    display: flex;
    align-items: center;
    margin-top: 20rem;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 131%;
    letter-spacing: 0.18em;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #009BB4;
}
.main_section_map img{
    margin-right: 10px;
}
.main_section h1{
    font-size: 6.5rem;
    line-height: 6.5rem;
    color: #434244;
    margin-top: 3rem;
    text-transform: uppercase;
    font-family: 'Bebas Neue';
    font-weight: 300;
    margin-bottom: 1rem;
}
.main_section h1 span{
    display: block;
    color: #D7B46A;
    font-weight: 900;
    font-size: 8.5rem;
    line-height: 8.5rem;
}
.main_section hr{
    margin: 0;
    margin-bottom: 22px;
    border-color: #949494;
    width: 71%;
}
.main_section h2{
    font-size: 2rem;
    line-height: 3rem;
    text-transform: uppercase;
    color: #434244;
    margin-bottom: 0;
    font-weight: 700;
}
.main_section h2 span{
    font-weight: bold;
    font-size: 4.5rem;
    line-height: 5.4rem;
    text-transform: uppercase;
    color: #434244!important;
}
.main_section h2 span img{
    width: 3.7rem;
}
.main_section h2 a{
    color: #434244!important;
}
.main_section h4{
    font-weight: bold;
    font-size: 2rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #009BB4;
    margin-top: 3rem;
}
.main_section h4 span{
    font-size: 3rem;
}
.section.s--flats .main_section_map{
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 30px;
}
.section.s--flats .main_section_map span{
    text-decoration: underline;
}
.main_section a.linkScroll{
    margin-top: 3rem;
    display: block;
    width: 34rem;
    background: url("../img/wrap_btn_blue.svg") center top no-repeat;
    background-size: cover;

    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 5rem;
}

.second__que{
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: 320px;
    height: 205px;
    background:#D8B46A;
    padding: 5px 7px;
}
.second__que-inner{
    width: 100%;
    height: 100%;
    border: 3px dotted #009BB4;
}
.second__que-inner p{
     margin-left: 25px;
     margin-top: 27px;
     font-size: 25px;
     font-weight: 700;
     color: #fff;
}
.second__que-inner a{
     margin-top: 24px;
     margin-right: 32px;
     margin-left: 32px;
     display: block;
     color: #fff;
     font-size: 10px;
     font-weight: 900;
     padding: 14px 54px;
     background: #009BB5;
     text-align: center;
}

a:hover{
    text-decoration: none;
}
.main_section a:hover{
    transform: scale(1.02);
}
.header_wrap_section{
    padding-bottom: 14rem;
    position: relative;
}
.submit_section{
    background: url("../img/submit_form_bg.jpg") center top no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 3.6rem;
    padding-bottom: 4.4rem;
    position: relative;
}
.submit_section h3{
    font-family: 'Bebas Neue';
    font-weight: 300;
    font-size: 5rem;
    line-height: 5rem;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 2.5rem;
}
.submit_section h3 span{
    font-weight: 700;
}
input{
    background: #FFFFFF;
    border: 0;
    border-radius: 0;
    padding: 1.4rem 2rem;
    font-size: 1.4rem;
    line-height: 96%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: 34rem;
    display: inline-block;
}
.submit_section input{
    margin: 0 1.5rem;
}
.submit_section button{
    width: 34rem;
    display: inline-block;
    line-height: 4rem;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    background: url("../img/button-bg-form.jpg") center top no-repeat;
    background-size: cover;
    border: 0;
    box-shadow: none;
    margin-left: 1.5rem;
    transition: 0.3s;
}
.submit_section button:hover{
    transform: scale(1.02);
}
.submit_section form{
    display: flex;
    justify-content: center;
}
.submit_section_img1{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15vw;
}
.advantage_section{
    position: relative;
    background: url("../img/advantage_section_bg.svg") right top no-repeat;
    background-size: contain;
}
.advantage_img1{
    position: absolute;
    right: 0;
    top: 0;
    min-width: 50vw;
    height: 100%;
    object-fit: cover;
}
.advantage_section_item{
    display: flex;
    align-items: center;
}
.advantage_section_right{
    padding-left: 55px;
}
.advantage_section_item{
    margin-bottom: 2.5rem;
}
.advantage_section_item p{
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 145.5%;
    letter-spacing: 0.1em;
    color: #434244;
    width: 25rem;
}
.advantage_section_item p span{
    font-weight: 700;
    color: #434244;
}
.advantage_section_item_icon{
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1.5rem;
    padding: 1rem;
    flex-shrink: 0;
}
.advantage_section h3{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 5rem;
    line-height: 5rem;
    color: #434244;
    margin-bottom: 2rem;
    margin-top: 5.5rem;
    text-transform: uppercase;
}
.advantage_section_item_bottom .advantage_section_item p{
    width: 480px;
}
.advantage_section_item_bottom{
    margin-bottom: 5rem;
}
.big_window{
    background: url("../img/big_window_bg.jpg") center top no-repeat;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}
.big_window .col-md-8{
    position: relative;
}
.big_window h3{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 5rem;
    line-height: 5rem;
    margin-bottom: 2.6rem;
    margin-top: 14rem;
}
.big_window h4{
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 2.9rem;
    margin-bottom: 2.6rem;
}
.big_window p{
    font-size: 1.8rem;
    line-height: 145.5%;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    margin-bottom: 14rem;
}
.big_window_img2{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    max-width: initial;
    width: 130rem;
    object-fit: cover;
}
.about_compleks{
    background: url("../img/about_compleks_bg.jpg") center bottom no-repeat;
    padding: 12rem 0;
    background-size: cover;
}
.about_compleks h3{
    font-family: 'Bebas Neue';
    font-size: 5rem;
    line-height: 5rem;
    color: #434244;
    font-weight: 300;
}
.about_compleks h3 b{
    font-weight: 700;
}
.about_compleks p.about_compleks_text{
    font-size: 1.8rem;
    line-height: 3rem;
    color: #838383;
    margin-bottom: 3rem;
}
.about_compleks .advantage_section_item p{
    width: 15rem;
}
.about_compleks a{
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    background: url("../img/button-bg-form.jpg") center top no-repeat;
    background-size: cover;
    width: 31rem;
    line-height: 5rem;
    margin-top: 2rem;
}
.about_compleks a:hover{
    transform: scale(1.02);
}
.about_compleks .container .row .col-md-6 .row{
    gap: 5px;
}
.submit_form_bg2{
    background: url("../img/submit_form_bg2.jpg") center top no-repeat;
    background-size: cover;
}
.footer{
    background: url("../img/footer_bg.jpg") center bottom no-repeat;
    padding: 30px 0;
}
.footer p{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 124%;
    text-align: center;
    letter-spacing: 0.1em;
    color: #434244;
    opacity: 0.5;
}
.footer a{
    font-weight: bold;
    font-size: 14px;
    line-height: 124%;
    letter-spacing: 0.1em;
    text-decoration-line: underline;
    color: #434244;
    text-align: right;
    display: block;
}
.btn_top{
    position: fixed;
    right: -30px;
    bottom: 0;
    background: url("../img/wrap_btn_blue.svg") center top no-repeat;
    background-size: cover;
    font-weight: bold;
    font-size: 14px;
    line-height: 44px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    transform: rotate(90deg);
    display: block;
    width: 200px;
    padding-left: 20px;
    z-index: 99;
}
.btn_top:hover{
    cursor: pointer;
}
.submit_form_bg3{
    background: url("../img/submit_form_bg3.jpg") center top no-repeat;
    background-size: cover;
}
.submit_form_bg3 button{
    background: url("../img/wrap_btn_blue.svg") center top no-repeat;
}
#mapSection{
    height: 500px;
    width: 100vw;
}
.map-popup {
	background: #FFF;
	width: 300px;
    height: 300px;
	padding: 20px;
	color: #000;
	border: 3px solid #337AB7;
	box-sizing: border-box;
}
.map-popup h2 {
	margin: 0;
	font-size: 22px;
	color: #337AB7;
}
.map-icon {
	visibility: visible!important; /* Оставляем иконку видимой при открытии попапа */
	display: inline!important;	
}
.leaflet-popup-tip-container {
	display: none!important; /* Убираем родной указатель при открытом попапе */			
}
.leaflet-popup-content {
	margin:0!important;	/* Убираем отступы у попапа */
}
.contact{
    background: url("../img/contact_bg.jpg") center top no-repeat;
    padding-top: 45px;
    position: relative;
}
.contact h3{
    font-family: 'Bebas Neue';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 45px;
    line-height: 45px;
    text-align: center;
    color: #434244;
    margin-bottom: 35px;
}
.contact_wrap{
    background: url("../img/contact_wrap_img1.svg") 100px top no-repeat, #009BB4;
    color: #fff;
    background-size: cover;
    padding-top: 64px;
    padding-bottom: 54px;
    padding-left: 44px;
    padding-right: 64px;
    width: 350px;
    position: absolute;
    z-index: 3;
    bottom: 0;
    top: 0;
    left: 10vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_wrap h4{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 24px;
}
.contact_wrap h4 span{
    font-weight: 300;
    display: block;
}
.contact_wrap_map{
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 145.5%;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
}
.contact_wrap_map img{
    margin-right: 6px;
    position: relative;
    top: 6px;
}
.contact_text{
    font-size: 16px;
    line-height: 145.5%;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
}
.contact_phone_our{
    font-weight: bold;
    font-size: 16px;
    line-height: 145.5%;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}
.contact_phone_our img{
    margin-right: 6px;
}
.contact_phone{
    font-weight: bold;
    font-size: 16px;
    line-height: 145.5%;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
    color: #fff;
}
.contact_phone:hover{
    color: #fff;
}
.contact_social{
    display: flex;
}
.contact_social li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #FFFFFF;
    margin-right: 16px;
}
.developer{
    background: url("../img/develop_bg.jpg") center top no-repeat;
    background-size: cover;
    padding-top: 86px;
    padding-bottom: 65px;
    color: #fff;
}
.developer h3{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 42px;
}
.developer p{
    font-size: 18px;
    line-height: 31px;
    padding-left: 14px;
    border-left: 7px solid #BA8C2D;
    margin-bottom: 29px;
}
.developer_site{
    font-weight: bold;
    font-size: 18px;
    line-height: 31px;
    text-decoration-line: underline;
    color: #BA8C2D;
    margin-bottom: 29px;
    display: block;
}
.developer_site:hover{
    color: #BA8C2D;
}
.developer_site img{
    margin-right: 15px;
}
.developer_btn{
    background: #BA8C2D;
    font-weight: bold;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    display: block;
    width: 350px;
}
.developer_btn:hover{
    text-decoration: none;
    color: #fff;
    transform: scale(1.02);
}
.plan_section{
    background-size: cover;
    padding: 102px 0;
    padding-top: 78px;
    color: #fff;
position: relative;
width: 100%;
height: 690px;
}
.plan_section > img{
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
object-fit: cover;
filter: blur(3px);
}
.plan_section > .container > .row > div:nth-child(1){
	max-width: 50%!important;
flex: 0 0 50%!important;
background: rgba(0,0,0, .3);
}
.plan_section h3{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
    margin-top: 20px;
}
.plan_section p{
    font-size: 18px;
    line-height: 145.5%;
    letter-spacing: 0.1em;
    margin-bottom: 35px;
}
.plan_section a{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    display: block;
    width: 300px;
    background: url("../img/button-bg-form.jpg") center top no-repeat;
    line-height: 50px;
}
.plan_section a:hover{
    transform: scale(1.02);
}
.plan_section h4{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 18px;
}
.mySwiper .swiper-slide img{
    height: 340px;
    object-fit: cover;
}
.plan_section .swiper-button-next:after, .plan_section .swiper-button-prev:after{
    content: none;
}
.plan_section .swiper-button-next, .plan_section .swiper-button-prev{
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: auto;
    top: 30px;
    right: 15px;
}
.plan_section .swiper-button-prev{
    left: auto;
    right: 70px;
}
.plan_section .swiper-button-next img, .plan_section .swiper-button-prev img{
    width: 10px;
}
.gallery_section{
    /* background: url("../img/gallery_bg.jpg") center top no-repeat; */
    background-size: cover;
    padding: 8rem 0;
    padding-bottom: 11rem;
    color: #fff;
}
.gallery_section h3{
    font-family: 'Bebas Neue';
    margin-bottom: 2.8remx;
    font-weight: bold;
    font-size: 5rem;
    line-height: 5rem;
    color: #434244;
}
.gallerySwiper2 .swiper-slide img{
    height: 47rem;
    object-fit: contain;
    width: 100%;
    display: block!important;
}
.gallerySwiperNav .swiper-slide img{
    height: 12rem;
    width: 100%;
    object-fit: cover;
}
.gallerySwiperNav{
    margin-top: 30px;
}
.gallery_section .swiper-button-next:after, .gallery_section .swiper-button-prev:after{
    content: none;
}
.gallery_section .swiper-button-next, .gallery_section .swiper-button-prev{
    width: 54px;
    height: 54px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -40px;
}
.gallery_section .swiper-button-next{
    right: -60px;
}
.gallery_section .swiper-button-prev{
    left: -60px;
}
.gallery_section .swiper-button-next img, .gallery_section .swiper-button-prev img{
    width: 16px;
}
.gallery_section .swiper-pagination-bullet{
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50px;
    margin: 0 5px;
}
.gallery_section .swiper-pagination{
    bottom: -40px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}
.gallery_section .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 40px;
    background: rgba(255, 255, 255, 1);
}
.gallerySwiperNav .swiper-slide img:hover{
    cursor: pointer;
}
.construction_stages{
    background: url("../img/construction_stages.jpg") center top no-repeat;
    padding-top: 77px;
    padding-bottom: 100px;
}
.constructionSwiperWrapper{
    display: none;
}
.constructionSwiperWrapper_active{
    display: block;
}
.construction_stages h3{
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    color: #434244;
    margin-bottom: 46px;
}
.construction_stages h3 b{
    font-weight: 700;
}
.construction_stages h4{
    text-align: right;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    color: #434244;
}
.construction_stages h4 span{
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
}
.construction_stages p{
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #838383;
}
.construction_stages .swiper-button-next2:after, .construction_stages .swiper-button-prev2:after{
    content: none;
}
.constructionSwiperWrapper .swiper-button-next2, .constructionSwiperWrapper .swiper-button-prev2{
    position: absolute;
    top: 50%;

    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -15px;
    margin-top: -25px;
}
.construction_stages .swiper-button-prev2{
    left: -15px;
}
.construction_stages .swiper-button-next2 img, .construction_stages .swiper-button-prev2 img{
    width: 16px;
}
.swiper-button-next_gallery, .swiper-button-prev_gallery{
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    margin-top: -25px;
}
.swiper-button-prev_gallery{
    left: 0;
    right: auto;
}

.constructionSwiperDate .swiper-button-next2, .constructionSwiperDate .swiper-button-prev2{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 190px;
    margin-top: -15px;
}
.constructionSwiperDate .swiper-button-prev2{
    left: 190px;
}
.constructionSwiperDate p{
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #009BB4;
    opacity: 0.3;
    cursor: pointer;
}
.constructionSwiperDate .swiper-button-next2 img, .constructionSwiperDate .swiper-button-prev2 img{
    width: 7px;
}
.constructionSwiperDate .swiper-slide{
    display: inline-block;
}
.constructionSwiperDate .swiper-slide.swiper-slide-active p{
    font-weight: 700;
    opacity: 1;
}
.swiper-container.constructionSwiperDate{
    width: 600px;
    margin-left: -150px;
    margin-bottom: 10px;
}
.preloader{
    background: url("../img/preloader_bg.jpg") center top no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}
.preloader_wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.news_wrap{
    background: url("../img/news_bg.jpg") center top no-repeat;
    background-size: cover;
    padding: 2rem;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 0;
    width: 48rem;
    text-align: left;
}
.news_wrap h6{
    font-weight: bold;
    font-size: 3rem;
    line-height: 3rem;
    color: #FFFFFF;
    font-family: 'Bebas Neue';
    margin-bottom: 1.4rem;
    text-align: left;
}
.news_item{
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    margin-bottom: 1rem;
    margin-right: 2rem;
}
.news_item > img{
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-right: 14px;
}
.news_item p{
    font-weight: bold;
    font-size: 2rem;
    line-height: 114%;
    letter-spacing: 0.1em;
    color: #434244;
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 0 2rem;
}
.news_item a{
    font-size: 1.5rem;
    line-height: 115%;
    letter-spacing: 0.1em;
    color: #838383;
    margin-bottom: 2rem;
    display: inline-block;
    padding: 0 2rem;
}
.burger_wrap{
    display: none;
}
.section.s--flats{
    background: url("../img/calc_bg.jpg") center bottom no-repeat, #fff;
    padding-top: 70px;
}
.flats-title h3{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    color: #434244;
    margin-bottom: 20px;
}
.flats-tabs label{
    font-weight: bold;
    font-size: 16px;
    line-height: 145.5%;
    letter-spacing: 0.1em;
    color: #434244;
    margin-bottom: 14px;
}
.method_buy{
    padding-bottom: 70px;
}
.method_buy h4{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    color: #434244;
    margin-bottom: 30px;
    margin-top: 70px;
}
.method_buy_item{
    background: url("../img/method_buy_item1.jpg") center top no-repeat;
    background-size: cover;
    padding: 20px 30px;
    color: #fff;
    margin-bottom: 30px;
}
.method_buy_item:hover{
    cursor: pointer;
    opacity: 0.8;
}
.method_buy_item2{
    background: url("../img/method_buy_item2.jpg") center top no-repeat;
    background-size: cover;
}
.method_buy_item h5{
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
}
.method_buy_item p{
    font-size: 14px;
    line-height: 145.5%;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}
div.method_buy > div:nth-child(5) > div{
    padding: 10px 30px;
}
div.method_buy > div:nth-child(5) > div h5{
    margin-top: 11px;
}
.form-title h5{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 25px;
    line-height: 25px;
    color: #434244;
    margin-bottom: 25px;
}
.controls .form-control.underline{
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
    font-size: 14px;
    line-height: 96%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000;
    padding-left: 0;
    background: none;
    margin-bottom: 25px;
}
.fancybox-is-open .fancybox-stage{
    background: rgba(255, 255, 255, 1);
}
.plan_btn_wraper {
    display: flex;
    justify-content: space-between;
}
.plan_btn_wraper a{
    border: 1px solid #D7B46A;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 96%;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 18px 10px;
    color: #D7B46A;
    width: 50%;
    margin-right: 20px;
    margin-top: 30px;
    z-index: 9;
    position: relative;
}
.plan_btn_wraper a{
    cursor: pointer;
}
.plan_btn_wraper a.active{
    color: #fff;
    background: url("../img/button-bg-form.jpg") center top no-repeat;
    background-size: cover;
}
.plan_btn_wraper a:hover{
    cursor: pointer;
}
.plan_btn_wraper a:last-child{
    margin-right: 0;
}
.flats-viewport-3d{
    /*display: none;*/
}
.policy{
    margin-top: 100px;
    font-size: 14px;
}

.modal_form .modal-content{
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 25px;
    position: relative;
    padding: 10px 30px;
    text-align: center;
}
.modal_form .modal-content .close{
    position: absolute;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 62px;
    height: 62px;
    right: -30px;
    top: -30px;
    transition: 0.3s;
}
.modal_form h3{
    font-family: 'Bebas Neue';
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    color: #434244;
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding: 0 20px;
}
.modal_form p{
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
}
#newsItem .modal-dialog{
    max-width: 650px;
}
.modal_form .mainForm{
    width: 300px;
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
}
.modal_form button[type="submit"]{
    display: block;
    margin: 0 auto;
    width: 100%;
    border: 0;
    background: url("../img/button-bg-form.jpg") center top no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
    line-height: 5rem;
    letter-spacing: 0.1em;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
}
.modal_form button[type="submit"]:hover{
    transform: scale(1.02);
}
.modal_form input{
    margin-bottom: 20px;
    border: 1px solid #D7B46A;
    width: 100%;
}
.modal_form{
    background: rgba(0, 155, 180, 0.8);
}
input:focus{
    outline: none;
}
.modal_thank_text{
    font-size: 18px;
    color: #838383;
    width: 300px;
    margin: 0 auto;
    margin-bottom: 33px;
    margin-top: 20px;
}
.modal_thank_btn{
    width: 310px;
    margin: 0 auto;
    display: block;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 50px;
    background: url("../img/btn_wrapper_modal.svg") center top no-repeat;
    background-size: cover;
    margin-bottom: 30px;
}
.modal_thank_btn:hover{
    color: #fff;
    transform: scale(1.02);
}
.modal_form#newsItem .modal-content{
    padding: 0;
}
.modal_form#newsItem .modal-content .newsItemImg{
    border-radius: 25px 25px 0 0;
}
#flats > div.col-lg-3.col-md-3.col-sm-3.flats--left > div.flats-sidebar > div.flats-tabs.flats-tabs--floors > ul > li:nth-child(10){
    display: none!important;
}
.swiper-container{
    overflow: hidden;
}
.construction_stages_p{
    display: none;
}
.construction_stages_p_active{
    display: block;
}

.gallery_slider_swiper .swiper-slide img{
    height: 55vh;
    object-fit: cover;
    width: 100%;
}

.gallery_slider_swiper .swiper-slide{
    text-align: center;
}
.gallery_slider{
    margin-top: 40px;
}
.swiper-button-next_gallery img{
    width: 18px;
    margin-right: -7px;
}
.fancybox__carousel{
    background: #fff;
}
.gallery_slider_swiper img:hover{
    cursor: pointer;
}

.section_360{
    padding: 70px 0;
}
.section_360 h3{
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 50px;
    line-height: 50px;
    color: #434244;
    margin-bottom: 46px;
    font-weight: 700;
    margin-bottom: 0px;
}
.section_360 h4{
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 24px;
    color: #434244;
    margin-bottom: 40px;
}
.section_360 h4 span{
    font-weight: 700;
}
.section_360 iframe{
    width: 100%;
    height: 400px;
    margin-bottom: 15px;
}
.section_360 p{
    font-size: 1.8rem;
    line-height: 2.8rem;
    color: #838383;
    margin-bottom: 0px;
}
.section_360 h6{
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #434244;
    margin-bottom: 20px;
}
.div_360_list{
    border-left: 1px solid rgba(0,0,0,.1);
}
.div_360_list li{
    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    line-height: 145.5%;
    letter-spacing: 0.1em;
    color: #434244;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
.div_360_list li.active{
    color: #009BB4;
}
.section_360_right{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.section_360 h5{
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    color: #434244;
    letter-spacing: 0.1em;
}
.div_360_list li{
    
}
.section_360_icon{
    width: 70px;
    margin-top: 20px;
}
.section_iframe{
    display: none;
}
.section_iframe_active{
    display: block;
}
.constructionSwiperWrapper .swiper-button-prev2, .constructionSwiperWrapper .swiper-button-next2{
    top: 182px;
}
#contact iframe{
    width: 100%!important;
    border: 0;
}
.main_section_link{
    position: absolute;
    right: 0;
    top: 20rem;
    padding: 0 5rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    color: #434244;
    font-weight: 700;
    display: flex;
    align-items: center;
    background: url("../img/wrap_btn_blue.svg") center top no-repeat #009bb4;
    color: #fff;
    line-height: 6rem;
}
.main_section_link:hover{
    color: #fff;
}
.main_section_link span{
    display: inline-block;
    margin-left: 2rem;
}
.main_section_link_icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.main_section_link_icon img{
    width: 3.5rem;
}
.leaflet-popup-content-wrapper{display: none;}
section.plan_section > div > div > div.col-md-7.offset-md-1{display: none;}
.contact_social > li:nth-child(2){display: none;}