*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
 
#wpadminbar{
	display: none;
}

@font-face {
  font-family: Adobe Garamond Pro;
  src: url('assets/fonts/AGaramondPro-Regular.woff');
}

.container{
	max-width: 1240px;
	padding: 0 20px;
	margin: 0 auto;
}

html{
	overflow-x: hidden;
}

body{
	background: #FFFFFF;
	overflow-x: hidden;
/*	padding-top: 200px;*/
}

/* ------ Header ------ */
header{
	position: fixed;
	top: 42px;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: all 0.3s ease;
}

header .new_logo{
	display: none;
}

.scrolled header .new_logo{
	display: block;
}

.scrolled header .normal_logo{
	display: none;
}

.scrolled header{
	background: linear-gradient(180deg, #474747 0%, #272525 100%);
	top: 0;
	padding: 12px 0px;
}

.scrolled header .row .column .logo{
	max-width: 56px
}

.scrolled header .row .column .logo svg{
	width: 100%;
	height: 100%;
}

.scrolled header .row .column .logo svg path{
	fill: #fff;
}

.scrolled header .row .column ul li a{
	color: #FFFFFF;
}

header .row{
	display: flex;
}

header .row .column{
	flex: 30%;
}

header .row .column .logo{
	max-width: 110px;
	width: 100%;
}

header .row .column .logo img{
	width: 100%;
}

header .row .column:nth-child(2){
	flex: 70%;
	padding-top: 18px;
}

header .row .column:nth-child(2){
	text-align: right;
}

header .row .column ul li{
	list-style: none;
	display: inline-block;
	padding: 0 18px;
}

header .row .column ul li:last-child{
	padding-right: 0;
}

header .row .column ul li a{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 200%;
	color: #272525;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
}
header .row .column ul li.call_now.button{
	background: transparent;
}
header .row .column ul li.call_now.button a{
	background: linear-gradient(180deg, #474747 0%, #272525 100%);
	border-radius: 5px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 145%;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 8px 14px;
}

header .row .column ul li.call_now.button a svg{
	vertical-align: middle;
}

header .row .column ul li:last-child a:hover:after{
	display: none;
}

header .row .column ul li a:hover:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	background: #F3703A;
	border-radius: 8px 8px 0px 0px;
	width: 32px;
	height: 4px;
}

/* ----- New First Section ------ */

.new_first_section{
	position: relative;
	padding-top: 120px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.new_first_section .box{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.new_first_section .box .left img{
	height: 100%;
}

.new_first_section .box .right{
	background: #FFFFFF;
    padding: 76px 62px 94px 46px;
	display: flex;
    align-items: center;
}

.new_first_section .box .right .title{
	font-style: normal;
	font-weight: 700;
	font-size: 75px;
	line-height: 75px;
	text-transform: uppercase;
	color: #000000;
    font-family: Adobe Garamond Pro;
}

.new_first_section .box .right .item{
	padding-bottom: 71px;
}

.new_first_section .box .right .item .description{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 145%;
	text-transform: uppercase;
	color: #000000;
}

.new_first_section .box .right .item:last-child{
	padding-bottom: 0;
}


/* updated header section */
.text_wrapper .toptext {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	font-size: 38px;
	line-height: 106%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.text_wrapper .text {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 900;
	font-size: 71px;
	line-height: 106%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.new_new_first_section{
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	text-align: center;
/*    min-height: 969px;*/
}
.new_new_first_section .main_img_wrapper {
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
/*	border: 25px solid #fff;*/
	overflow: hidden;
	width: 100%;
	
}

.new_new_first_section .main_img_wrapper .main_img_mobile {
	display: none;
    width: 100%;
    object-fit: cover;
}
.new_new_first_section .main_img_wrapper .main_img {
    width: 1920px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.new_new_first_section .container.top {
	width: 100%;
	position: absolute;
	top: 191px;	
	left: 50%;
    transform: translate(-50%);
	z-index: 2;
}
.new_new_first_section .container.bottom {
	width: 100%;
	position: absolute;
	left: 50%;
    transform: translate(-50%);
	bottom: 50px;	
	z-index: 2;
}
.new_new_first_section .box{
	display: flex;
	flex-flow: row;
	justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.new_new_first_section .box .item {
	padding: 0 25px;
	border-right: 2px solid #fff;
}
.new_new_first_section .box .item:last-child {
	border-right: 0;
}

.new_new_first_section .box .title{
	font-style: normal;
	font-weight: 400;
	font-size: 67px;
	line-height: 67px;
	text-transform: uppercase;
	color: #fff;
    font-family:'MONTSERRAT';
}


.new_new_first_section .box .item .description{
	font-family: 'MONTSERRAT';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 145%;
	text-transform: uppercase;
	color: #fff;
}

.new_new_first_section .box .item:last-child{
	padding-bottom: 0;
}

.new_new_first_section .select_appartment_hero_banner{
	display: none;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 15px;
}

.choose_appartment_hero_baner {
    position: relative;
    width: auto;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    position: relative;
    display: inline-block;
    margin-right: 16px;
    background: #fff;
}

.choose_appartment_hero_baner .apartments_dropdown {
	position: relative;
	width: 264px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	border:0;
	padding: 14px 35px 14px 15px;
	z-index: 2;
}

.apartments_dropdown option {
	font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: #272525;
}

.choose_appartment_hero_baner:after {
    position: absolute;
	content: "";
	display: inline-block;
    background: url(assets/images/herodropdownsign.svg);
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    border: none;
    top: 45%;
	right: 10px;
	z-index: 1;
}

.select_appartment_hero_banner .black_btn button {
	width: 268px;
    padding: 14px 33px;
}
header.whiteelements .row .column ul li a {
/*	color: #fff;*/
}
header.whiteelements .row .column .logo{
	display: inline-block;
}

header.whiteelements .row .column .logo svg path {
/*	fill: #fff;*/
}


header.whiteelements .container {
	max-width: 1920px;
	padding: 0 40px;
}

header.whiteelements .mobile_menu p {
/*	color: #fff;*/
}

.mobile_menu.desktop_menulogo {
	display: none;
}
.mobile_menu.mobile_menulogo {
	display: none;
}


@media( min-width:1920px) {
	.new_new_first_section .main_img_wrapper {
	    width: 1920px
	}
}

@media( max-width:1280px) {
	header.whiteelements {
		padding: 0 25px;
	}
}

@media( max-width: 861px) {
	.mobile_menu.desktop_menulogo {
		display: inline-block;
	} 
	header.whiteelements .row .column:first-child {
		flex: 0 0 60%;
		text-align: left;
		order: 2;
	}
	header.whiteelements .row .column:nth-child(2) {
		flex: 0 0 40%;
	    text-align: left;
	    order: 1;
	}
}

@media(max-width: 768px) {
	.new_new_first_section .box .title {
	    font-size: 56px;
    	line-height: 56px;
	}
	.new_new_first_section .box .item .description {
		font-size: 12px;
	}
	.new_new_first_section .main_img_wrapper .main_img_mobile {
		display: inline-block;
	}
	.new_new_first_section .main_img_wrapper .main_img {
		display: none;
		
	}
}

@media(max-width: 640px) {
	.text_wrapper .toptext {
		font-size: 26px;
	}
	.text_wrapper .text {
		font-size: 38px;
	}
	
	.new_new_first_section .box {
		padding: 50px 0 0;
	}
	.new_new_first_section .select_appartment_hero_banner {
		display: flex;		
		flex-flow: column;
	    text-align: center;
    	align-items: center;
	}
	
	.choose_appartment_hero_baner {
		margin-right: 0;
		margin-bottom: 10px;
	}
}

@media(max-width: 480px) {
	.new_new_first_section .container.top {
		top: 151px;	
	}
	
	.mobile_menu.desktop_menulogo {
		display: none;
	}
	.mobile_menu.mobile_menulogo {
		display: inline-block;
	}
	
	.new_new_first_section .main_img_wrapper {
		border: 15px solid #fff;
	}
	header.whiteelements .container {
		padding: 0 6px;
	}
	.choose_appartment_hero_baner .apartments_dropdown {
		padding: 10px 35px 10px 15px
	}
	.select_appartment_hero_banner .black_btn button {
	    padding: 10px 33px;
	}
}
/* end updated header section */

/* ------ First Section ------- */

.first_section_home{
	padding-top: 100px;
	padding-bottom: 120px;
}

.flex.custom_row{
	display: flex;
	flex-flow: row wrap;
}

.flex.custom_row .flex-50{
	flex: 0 0 50%;
}

.first_section_home .flex.custom_row .flex-50:first-child{
	padding-top: 85px;
}

.first_section_home .flex.custom_row .flex-50:nth-child(2){
	text-align: right;
	padding-right: 90px;
}

.first_section_home .custom_row .item h1{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 123%;
	text-transform: uppercase;
	color: #272525;
	padding-bottom: 60px;
}

.first_section_home .custom_row .item p{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 145%;
	color: #272525;
	margin-bottom: 25px;
}

.select_appartment .select2.select2-container{
	width: 100% !important;
}

.select_appartment .select2-container .select2-selection--single{
	height: 60px;
	border: none;
}

.select_appartment .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 60px;
	padding-left: 63px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	color: #272525;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 60px;
	right: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
	background: url("assets/images/drop.svg");
	width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    border: none;
    top: 45%;
}

.choose_appartment{
	margin-bottom: 15px;
	position: relative;
	max-width: 368px;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.12);
	border-radius: 3px;
	position: relative;
}

.choose_appartment:after{
	content: "";
	display: block;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	background: url("assets/images/choose.png");
	width: 32px;
    height: 22px;
    background-repeat: no-repeat;
}

.select_appartment select option{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 145%;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	color: #272525;
}

.select_appartment select:focus{
	outline: none;
	border: none;
}

.first_section_home .custom_row .item .black_btn{
	max-width: 368px;
	width: 100%;
}

.first_section_home .custom_row .item .black_btn button{
	width: 100%;
	padding: 18.5px;
	background: linear-gradient(180deg, #474747 0%, #272525 100%);
	border-radius: 5px;
	border: none;
	cursor: pointer;
}

.first_section_home .custom_row .item .black_btn button .text{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 145%;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.first_section_home .custom_row .item .disclaimer{
	max-width: 368px;
	width: 100%;
	text-align: center;
}
.first_section_home .custom_row .item .disclaimer p{
	font-family: Montserrat;
	font-style: italic;
	font-weight: 500;
	font-size: 11px;
	line-height: 145%;
	color: rgba(39, 37, 37, 0.4);
	margin-top: 10px;
}

.first_section_home .custom_row .item .image_container .image{
	position: relative;
	padding-right: 125px;
}

.first_section_home .custom_row .item .image_container .image .shape:first-child{
	position: absolute;
	top: -50px;
	right: 13px;
}

.first_section_home .custom_row .item .image_container .image .shape:nth-child(3){
    position: absolute;
    left: 0px;
    bottom: -70px;
}

.first_section_home .item .inner_container .price_top .price_label{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
	color: #FFFFFF;
	margin: 0;
	display: none;
}

.first_section_home .item .inner_container .price_top .p_value{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 145%;
	color: #FFFFFF;
	margin-bottom: 48px;
}

.first_section_home .item .inner_container .price_top{
	padding-top: 31px;
	padding-right: 32px;
}

.first_section_home .item .inner_container{
	position: relative;
}

.first_section_home .item .inner_container:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	background: url("assets/images/base.png");
	width: 401px;
    height: 563px;
    z-index: -1;
}

/* ------ Second Section -------- */
.partners_section{
	text-align: center;
	padding-bottom: 123px;
}

.partners_section .section_title h2{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 145%;
	color: #272525;
	opacity: 0.5;
	margin-bottom: 15px;
}

.partners_section .flex{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -44px;
	justify-content: center;
	align-items: center;
}

.partners_section .flex .item{
	padding: 10px 44px;
}

.partners_section .flex .item img{
	vertical-align: middle;
	max-width: 140px;
}


/* ------- Third Section ------ */

.third_section_home{
	padding-bottom: 90px;
	padding-top: 115px;
}

.third_section_home .section_title h2{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 145%;
	text-transform: uppercase;
	color: #272525;
	margin-bottom: 30px;
}

.third_section_home .flex.description_container{
	display: flex;
	flex-flow: row wrap;
}

.third_section_home .flex.description_container .flex-50:first-child{
	flex: 70%;
}

.third_section_home .flex.description_container .flex-50:nth-child(2){
	text-align: right;
	flex: 30%;
}

.third_section_home .flex.description_container p{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
	color: #272525;
	vertical-align: top;
    display: inline-block;
    padding-left: 23px;
}

.third_section_home .flex.description_container .scroll_to_btn{
	border: none;
	background: transparent;
	cursor: pointer;
}

.third_section_home .flex.description_container .scroll_to_btn .text{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 145%;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	color: #272525;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.third_section_home .flex.description_container .scroll_to_btn span:nth-child(2){
	padding-left: 50px;
	vertical-align: middle;
}

.outer_slider_container{
	padding-top: 65px;
}

.third_section_home .outer_slider_container .slider_container{
	position: relative;
	margin-left: -18px;
	margin-right: -30px;
}

.third_section_home .outer_slider_container .slider_container:after{
    content: "";
    bottom: -167px;
    left: -125px;
    background: linear-gradient(180deg, #474747 0%, #272525 100%);
    height: 609px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
    right: 0;
    width: 120%;
}

.third_section_home .outer_slider_container .flex.bottom_structure{
	padding-top: 57px;
	max-width: 1200px;
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.third_section_home .outer_slider_container .flex.bottom_structure .loader{
	flex: 0 0 80%;
	padding-right: 50px;
}

.third_section_home .slick-list{
	padding:0 22% 0 0 !important;
}

.third_section_home .outer_slider_container .flex.bottom_structure .nav_container{
	flex: 0 0 20%;
}

.third_section_home .flex.bottom_structure .nav_container span{
	width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    background: transparent;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1.6px solid #FFFFFF;	
}

.third_section_home .flex.bottom_structure .nav_container span svg{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.third_section_home .flex.bottom_structure .nav_container span:hover {
    background: #ffffff;
}

.third_section_home .flex.bottom_structure .nav_container span svg path{
	fill: #ffffff;
}

.third_section_home .flex.bottom_structure .nav_container span:hover svg path{
	fill: #000000;
}

.third_section_home .flex.bottom_structure .nav_container span:first-child{
	margin-right: 24px;
}

.third_section_home .outer_slider_container .slider_container .item{
	height: 572px;
	padding: 0 18px;
}

.third_section_home .outer_slider_container .slider_container .item .item_inner{
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.third_section_home .outer_slider_container .slider_container .item .item_inner:hover .background_image:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #000000 100%);
}

.third_section_home .outer_slider_container .slider_container .item .background_image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.third_section_home .outer_slider_container .slider_container .item .background_image:after{
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	height:50%;
	width:100%;
	background:linear-gradient(rgba(0,0,0,0.01), rgba(0,0,0,0.2));
}

.third_section_home .outer_slider_container .slider_container .item .bottom_details{
	position: absolute;
    bottom: 65px;
    padding: 0 31px;
    z-index:9;
}

.third_section_home .outer_slider_container .slider_container .item .bottom_details .number{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
	margin-bottom: 13px;
	display: none;
}

.third_section_home .outer_slider_container .slider_container .item .bottom_details .title{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
	color: #FFFFFF;
}

.third_section_home .outer_slider_container .slider_container .item .bottom_details .description{
	display: none;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	padding-top: 18px;
	font-family: 'Adobe Garamond Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #FFFFFF;
}

.third_section_home .outer_slider_container .slider_container .item .item_inner:hover .bottom_details .description{
	display: block;
	visibility: visible;
	opacity: 1;
}

.third_section_home .outer_slider_container .slider_container .item .bottom_details .description{
	font-family: 'Adobe Garamond Pro';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 120%;
	color: #FFFFFF;
}

.after_motives .text{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.055em;
    text-transform: uppercase;
    color: #272525;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.after_motives{
	padding-top: 90px;
	display: none;
}

.after_motives span:nth-child(2) {
    padding-left: 50px;
    vertical-align: middle;
}

.after_motives .scroll_to_btn{
    border: none;
    background: transparent;
    cursor: pointer;
}


.fourth_section .flex.main_container{
	display: flex;
	flex-flow: row wrap;
}

.fourth_section .flex.main_container .left.flex-50{
	flex: 0 0 57%;
}

.fourth_section .flex.main_container .right.flex-50{
	flex: 0 0 43%;
}

.fourth_section .flex.main_container .right.flex-50{
	padding-top: 170px;
}

.fourth_section .container{
	position: relative;
}

.fourth_section .container:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url("assets/images/grid.png");
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	z-index: -3;
	background-position: center;
	
	display: none;
}

.fourth_section .container:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url("assets/images/fade_top.png");
	z-index: -2;
	background-size: cover;
	height: 256px;
}

.fourth_section{
	position: relative;
	padding-top: 60px;
}

.fourth_section:after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	background: url("assets/images/fade_bottom.png");
	height: 269px;
    width: 100%;
    transform: translateX(-50%);
    z-index: -1;
}

.fourth_section .flex.main_container .flex-50 .inner_container{
	display: flex;
	flex-flow: wrap;
}

.fourth_section .flex.boxes_container{
	display: flex;
	flex-flow: wrap;
}

.fourth_section .flex.main_container .right_inner.flex-50,
.fourth_section .flex.main_container .left_inner.flex-50{
	flex: 0 0 25%;
}

.fourth_section .flex.main_container .left_inner.flex-50{
	padding-top: 140px;
}

.fourth_section .flex.main_container .right_inner.flex-50 .item,
.fourth_section .flex.main_container .left_inner.flex-50 .item{
	flex: 0 0 100%;
    padding: 0 15px;
    padding-bottom: 30px;
}

.fourth_section .flex.main_container .left_inner.flex-50 .item .item_inner,
.fourth_section .flex.main_container .right_inner.flex-50 .item .item_inner{
	background: #FFFFFF;
	box-shadow: 10px 20px 36px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	text-align: center;
	width: 250px;
	position: relative;
}

.fourth_section .flex.main_container .image{
	border-radius: 12px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-repeat: no-repeat;
    background-size: cover;
}

.fourth_section .flex.main_container .left_inner.flex-50 .item .item_inner p,
.fourth_section .flex.main_container .right_inner.flex-50 .item .item_inner p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 130.5%;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 204px;
	padding-bottom: 37px;
	position: relative;
	z-index: 2;
}

.fourth_section .flex.main_container .left_inner.flex-50 .item .item_inner .icon,
.fourth_section .flex.main_container .right_inner.flex-50 .item .item_inner .icon{
	height: 152px;
}

.fourth_section .flex.main_container .left_inner.flex-50 .item .item_inner .icon img,
.fourth_section .flex.main_container .right_inner.flex-50 .item .item_inner .icon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fourth_section .flex.main_container .right.flex-50 .section_title h2{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 126.5%;
	text-transform: uppercase;
	color: #272525;
	margin-bottom: 16px;
}

.fourth_section .flex.main_container .right.flex-50 .section_description p{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 145%;
	color: #272525;
	padding-bottom: 50px;
}

.black_btn button{
	padding: 18px 33px;
	background: linear-gradient(180deg, #474747 0%, #272525 100%);
	border-radius: 5px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 145%;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}

.thank .black_button{
	padding: 18px 33px;
	background: linear-gradient(180deg, #474747 0%, #272525 100%);
	border-radius: 5px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 145%;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
	display: inline-block;
	text-decoration: none;	
}

.thank .black_button svg{
	vertical-align: middle;
	margin-left: 5px;
}

.black_btn button .icon{
	vertical-align: middle;
	margin-left: 5px;
}

.black_btn button .icon svg{
	vertical-align: middle;
}

.black_btn button .text{
	vertical-align: middle;
}

.fourth_section .flex.main_container .right.flex-50 .disclaimer{
	font-family: Montserrat;
	font-style: italic;
	font-weight: 500;
	font-size: 11px;
	line-height: 145%;
	margin-top: 10px;
	color: rgba(39, 37, 37, 0.4);
	max-width: 240px;
	width: 100%;
	text-align: center;
}

.fifth_section_home{
	position: relative;
	padding-top: 505px;
	margin-bottom: 100px;
}

.background{
	background-position: center center;
	background-repeat: no-repeat;
}

.fifth_section_home .container{
	z-index: 9;
	position: relative;
} 

.fifth_section_home .background{
	position: absolute;
	left: 0;
	top: -100px;
	width: 100%;
	height: 100%;
	height: 955px;
}

.fifth_section_home .boxes_container.flex{
	display: flex;
	flex-flow: row wrap;
	margin: 0 -24px;
}

.fifth_section_home .boxes_container.flex .item{
	flex: 0 0 33.33%;
	padding: 0 24px;
}

.fifth_section_home .boxes_container.flex .item .item_inner{
	background: linear-gradient(180deg, #474747 0%, #272525 100%);
	border-radius: 30px;
	padding-top: 81px;
	padding-bottom: 65px;
	text-align: center;
}

.fifth_section_home .boxes_container.flex .item .item_inner .icon{
	max-width: 144px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 31px;
}

.fifth_section_home .boxes_container.flex .item .item_inner .icon img{
	width: 100%;
}

.fifth_section_home .boxes_container.flex .item .item_inner .number{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 120px;
	line-height: 144px;
	color: #FFFFFF;
}

.fifth_section_home .boxes_container.flex .item .item_inner .text{
	font-family: Montserrat;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #FFFFFF;
}


.apartments_section{
	padding-top: 124px;
}

.apartments_section .section_title h2{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 64px;
	line-height: 145%;
	text-transform: uppercase;
	color: #272525;
	margin-bottom: 21px;
}

.apartments_section .section_description p{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
	color: #272525;
	margin-bottom: 37px;
	display: inline-block;
    vertical-align: top;
    padding-left: 23px;
}

.apartments_container .apartment_item{
	margin-bottom: 48px;
}

.apartments_container .apartment_item .item_inner{
	padding: 56px;
	background: #F4F4F4;
	border-radius: 30px;
	position: relative;
}

.apartments_container .flex{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

.apartments_container .flex .right,
.apartments_container .flex .left{
	flex: 0 0 50%;
}

.apartments_container .flex .left .image.plan_etaj{
	display: none;
}

.apartments_container .flex .left .bottom_structure{
	display: flex;
	flex-flow: row wrap;
}

.apartments_container .flex .left .bottom_structure .right,
.apartments_container .flex .left .bottom_structure .left{
	flex: 0 0 50%;
}

.apartments_container .flex .left .bottom_structure .right{
	text-align: right;
}

.apartments_container .flex .left .bottom_structure .right button{
	border: none;
	background: transparent;
	cursor: pointer;
}

.apartments_container .flex .left .bottom_structure ul li{
	list-style: none;
	display: inline-block;
}

.apartments_container .flex .left .bottom_structure ul{
	margin-top: 14px;
}

.apartments_container .flex .left .bottom_structure ul li button{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 145%;
	color: #272525;
	background: transparent;
	border: none;
	cursor: pointer;
	margin-right: 17px;
	position: relative;
}

.apartments_container .flex .left .bottom_structure ul li button.active{
	font-weight: 800;
}

.apartments_container .flex .left .bottom_structure ul li:first-child button:after{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	right: 0;
	background: url("assets/images/line.png");
	width: 2px;
    height: 14px;
    right: -11px;
}

.apartments_container .flex .right{
	padding-left: 48px;
}

.apartments_container .flex .left{
	background: #FFFFFF;
	box-shadow: 10px 20px 36px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	padding: 18px;
	padding-top: 42px;
	padding-left: 28px;
}

.apartments_container .flex .left .images_container .image{
	text-align: center;
}

.apartments_container .flex .left .images_container .image img{
	width: 100%;
    height: 253px;
    object-fit: contain;
}

.apartments_container .flex .left .bottom_structure .left{
	padding: 0;
	box-shadow: none;
	border-radius: 0 none;
	margin: 0;
}

.apartments_container .flex .left .bottom_structure .zoom_btn {
	margin-top: 14px;
}

.apartments_container .flex .right .right_inner .title p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 145%;
	text-transform: uppercase;
	color: #272525;
}

.apartments_container .flex .right .right_inner .type p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 145%;
	text-transform: uppercase;
	color: #272525;
}

.apartments_container .flex .right .right_inner .description p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 145%;
	color: #272525;
	margin-bottom: 19px;
}

.apartments_container .flex .right .right_inner .features ul li{
	list-style: none;
	display: block;
	position: relative;
	padding-left: 15px;
}

.apartments_container .flex .right .right_inner .features ul {
	border-top: 2px solid #272525;
	border-bottom: 2px solid #272525;
	padding: 10px 0px;
	margin-bottom: 30px;
	max-width: 416px;
	width: 100%;
}

.apartments_container .flex .right .right_inner .features ul li:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: linear-gradient(180deg, #474747 0%, #272525 100%);
}

.apartments_container .flex .right .right_inner .features ul li p{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 145%;
	color: #272525;
}

.apartments_container .flex .right .right_inner .black_top{
	position: absolute;
    top: 26px;
    right: 26px;
/*    display: none;*/
}

.apartments_container .flex .right .right_inner .black_top .price{
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	padding-right: 18px;
}

.apartments_container .flex .right .right_inner .black_top svg{
	vertical-align: middle;
	display: inline-block;
}

.apartments_container .flex .right .right_inner .black_top .price .price{
	position: relative;
	transform: inherit;
	left: auto;
	top: auto;
	
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 91%;
	text-transform: uppercase;
	color: #272525;
	margin: 5px 0px;
	padding-right: 0;
}

.apartments_container .flex .right .right_inner .black_top .from.small{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 16px;
	line-height: 91%;
	text-transform: uppercase;
	color: #272525;
	opacity: 0.4;
}

.apartments_container .flex .right .right_inner .black_top .tva.small{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 900;
	font-size: 16px;
	line-height: 91%;
	text-transform: uppercase;
	color: #272525;
	opacity: 0.4;
}

/* ------ Gallery -------- */
.seventh_section_home{
	text-align: center;
	padding-top: 28px;
}

.seventh_section_home .top_structure .icon{
	width: 95px;
	height: 95px;
	background: #FFFFFF;
	box-shadow: 6px 8px 24px rgba(0, 0, 0, 0.08);
	border-radius: 50%;
	margin: 0 auto;
	line-height: 95px;
	margin-bottom: 17px;
}

.seventh_section_home .top_structure .icon svg{
	vertical-align: middle;
}

.seventh_section_home .top_structure .text p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	color: #272525;
}

.seventh_section_home .top_structure .text a{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 145%;
	text-align: center;
	color: #272525;
	text-decoration: none;
}

.seventh_section_home .top_structure{
	padding-bottom: 10px;
}

.seventh_section_home .slider_container .item{
	width: 100%;
	height: 669px;
	position: relative;
}

.seventh_section_home .slider_container .item .background{
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.seventh_section_home .bottom_structure{
    padding-bottom: 75px;
    position: relative;
}

.seventh_section_home .bottom_structure:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 646px;
	background: linear-gradient(180deg, #474747 0%, #272525 100%);
	z-index: -1;
}

.seventh_section_home .outer_slider_container .bottom_structure{
	padding: 0;
	padding-top: 51px;
}

.seventh_section_home .outer_slider_container .bottom_structure .flex{
	display: flex;
	flex-flow: row wrap;
}

.seventh_section_home .outer_slider_container .bottom_structure .flex .right{
	flex: 0 0 20%;
	text-align: right;
}
.seventh_section_home .outer_slider_container .bottom_structure .flex .left{
	flex: 0 0 80%;
	text-align: left;
}

.seventh_section_home .outer_slider_container .bottom_structure .flex .left .text p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 145%;
	color: #FFFFFF;
	margin-bottom: 12px;
}

.gallery_slider_nav span{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	transition: all 0.3s ease;
	position: relative;
	cursor: pointer;
	
	background: transparent;
	border: 1.6px solid #FFFFFF;
}

.gallery_slider_nav span svg{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.gallery_slider_nav span svg path{
	fill: #ffffff
}

.gallery_slider_nav span:hover svg path{
	fill: #000000;
}

.gallery_slider_nav span:hover{
	background: #FFFFFF;
}

.gallery_slider_nav span:first-child{
	margin-right: 24px;
}


/* ------ features_section ------ */
.features_section{
	padding-top: 92px;
	padding-bottom: 143px;
}

.features_section .section_title h2{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 145%;
	text-transform: uppercase;
	color: #272525;
	padding-bottom: 28px;
}

.features_section .section_description p{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
	color: #272525;
	display: inline-block;
	vertical-align: top;
	padding-left: 23px;
}

.features_section .flex{
	margin-bottom: 51px;
	display: flex;
	flex-flow: row wrap;
}

.features_section .flex .flex-50{
	flex: 0 0 50%;
}

.features_section .flex .flex-50:nth-child(2){
	text-align: right;
}

.features_main_container{
	background: #F4F4F4;
	border-radius: 10px;
	padding: 56px;
	padding-bottom: 29px;
}

.features_main_container .show-more{
	text-align: center;font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
	text-decoration-line: underline;
	color: #000000;
	cursor: pointer;
}

.features_main_container .feature_item .title{
	display: flex;
	flex-flow: row;
	justify-content: center;
    align-items: center;
}

.features_main_container .feature_item .title p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 130%;
	text-transform: uppercase;
	color: #000000;
	
	flex: 0 0 90%;
}

.features_main_container .feature_item .title button{
	background: transparent;
	border: none;
	font-size: 32px;
	cursor: pointer;
	flex: 0 0 10%;
	text-align: right;
}

.features_main_container .feature_item .description p{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
	color: #000000;
	margin-top: 3px;
}

.features_main_container .feature_item{
	margin-bottom: 28px;
}

.features_main_container .feature_item:last-child{
	margin-bottom: 0;
}

.features_main_container .feature_item.active .trigger_accordion svg circle{
	fill: #272525;
}

.features_main_container .feature_item.active .trigger_accordion svg path{
	fill: #ffffff;
}

.features_main_container .feature_item.active .trigger_accordion svg{
	transform: rotate(45deg);
}

.features_main_container .feature_item .feature_item_inner{
	background: #FFFFFF;
	border-radius: 10px;
	padding: 33px 40px;
	padding-right: 24px;
}

.features_main_container .feature_item .feature_item_inner .description{
	display: none;
	padding-right: 170px;
}

/* ------- Localizare ------- */
.location_section{
	padding-bottom: 131px;
	text-align: center;
}
.location_section #map{
	height: 784px;
	width: 100%;
	background: url("assets/images/new_map1.jpg");
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.location_section #map iframe{
	width: 100%;
	height: 100%;
}

.location_section .top_structure .section_title h2{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 145%;
	text-transform: uppercase;
	color: #272525;
	margin-bottom: 28px;
}

.location_section .top_structure .section_description p{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
	color: #272525;
	margin-bottom: 67px;
}

/* ------ contact_section ------ */

.contact_section{
	padding-bottom: 178px;
}

.contact_section .section_title h2{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 44px;
	text-transform: uppercase;
	color: #272525;
	margin-bottom: 35px;
}

.contact_section .section_description p{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
	color: #000000;
	margin-bottom: 50px;
	display: inline-block;
	vertical-align: top;
	padding-left: 17px;
}

.contact_section .flex{
	display: flex;
	flex-flow: row wrap;
}

.contact_section .right.flex-50,
.contact_section .left.flex-50{
	flex: 0 0 50%;
}

.contact_section .contact_details ul li{
	list-style: none;
	display: block;
}

.contact_section .contact_details ul li:first-child{
	padding-bottom: 28px;
}

.contact_section .contact_details ul li .icon{
	background: #FFFFFF;
	box-shadow: 6px 8px 24px rgba(0, 0, 0, 0.08);
	width: 95px;
	height: 95px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact_section .contact_details ul li .right{
	display: flex;
 	padding-left: 25px;
    justify-content: center;
    flex-flow: column;
}

.contact_section .contact_details ul li .right p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 32px;
	text-transform: uppercase;
	color: #272525;
}

.contact_section .contact_details ul li .right a{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
	color: #272525;
	text-decoration: none;
}

/* ------- Tips --------*/

.tips{
	text-align: center;
	padding-top: 80px;
	padding-bottom: 100px;
	display: none;
}

.tips .section_title h2{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 123%;
	text-transform: uppercase;
	color: #272525;
	padding-bottom: 15px;
}

.tips .section_title{
	padding-bottom: 160px;
}

.tips .section_title img{
	margin-bottom: 65px;
}

.tips .soon .black_bg{
	background: #323131;
	border-radius: 30px 0px 0px 30px;
	height: 490px;
}

.tips .soon{
	position: relative;
}

.tips .soon .background{
	height: 526px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -162px;
}

.tips .soon .box{
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	top: 90px;
}

.tips .soon .box h3{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 123%;
	text-transform: uppercase;
	color: #323131;
	padding-top: 34px;
}


/* ------- Footer ------- */

.main_footer{
	background: linear-gradient(180deg, #474747 0%, #272525 100%);
	border-radius: 30px;
	padding: 45px 55px;
	padding-bottom: 60px;
	position: relative;
	margin-bottom: 30px;
}

.main_footer .shape{
	position: absolute;
	top: -40px;
	right: -40px;
}

.main_footer .flex{
	display: flex;
	flex-flow: row wrap;
}

.main_footer .flex .flex-25{
	flex: 0 0 25%;
}

.main_footer .flex .flex-25.make33{
	flex: 0 0 33%;
}

.main_footer .flex .flex-25 h4{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #FDFDFD;
	padding-bottom: 23px;
}

.main_footer .flex .flex-25 p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 138%;
	color: #FDFDFD;
}

.main_footer .flex .flex-25 p span a{
	color: #FDFDFD;
}

.main_footer .flex .flex-25 p span:nth-child(4) a{
	text-decoration: none;
}

.main_footer .flex .flex-25 ul li{
	list-style: none;
}
.main_footer .flex .flex-25 ul li a{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #FDFDFD;
	text-decoration: none;
}

.main_footer .flex .flex-25.first_column ul{
	margin-top: 39px;
}

.main_footer .flex .flex-25.first_column ul li{
	display: inline-block;
	padding-right: 16px;
} 

.main_footer .flex .flex-25.first_column ul li a{
	width: 40px;
	height: 40px;
	background: #FDFDFD;
	border-radius: 100px;
	display: block;
	text-align: center;
	line-height: 40px;
}

.main_footer .flex .flex-25.first_column ul li a svg{
	vertical-align: middle;
}

.main_footer .flex .flex-25.second_column ul li,
.main_footer .flex .flex-25.third_column ul li{
	padding-bottom: 16px;
}

footer .bottom_footer .flex{
	display: flex;
	flex-flow: row wrap;
}

footer .bottom_footer .flex .left{
	flex: 0 0 40%;
}

footer .bottom_footer .flex .left p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #272525;
	opacity: 0.4;
	padding-left: 11px;
	display: inline-block;
}

footer .bottom_footer .flex .left p a{
	text-decoration: none;
	color: #272525;
}

footer .bottom_footer .flex .right{
	flex: 0 0 60%;
	text-align: right;
}

footer .bottom_footer .flex .right ul li{
	list-style: none;
	display: inline-block;
	padding: 0 11px;
}

footer .bottom_footer{
	padding-bottom: 30px;
}

footer .bottom_footer .flex .right ul li a{
	font-family: Montserrat;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	color: #272525;
	opacity: 0.6;
	text-decoration: none;
}

footer .bottom_footer .flex .right ul li p{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #272525;
	opacity: 0.6;
}
.apartments_dropdown_wrapper {
	display: inline-block;
	background-image: url('/wp-content/themes/lp126/assets/images/dropdownarrow.svg');
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 94% 50%;
  	border-radius: 5px;
}
.apartments_dropdown {
	border-radius: 5px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 145%;
    letter-spacing: 0.055em;
    padding: 18px 35px 18px 15px;
    text-transform: uppercase;
    background: transparent;
 	-webkit-appearance: none;
  	-moz-appearance: none;
  	text-indent: 1px;
  	text-overflow: '';
}

@media only screen and (max-width: 1440px){
	.tips .soon .black_bg{
		border-radius: 0;
	}
}
@media only screen and (max-width: 1160px) {
	.flex.custom_row{
		justify-content: center;
	    text-align: center
	}
	.first_section_home .custom_row .item .disclaimer,
	.first_section_home .custom_row .item .black_btn,
	.choose_appartment{
		margin: 0 auto;
	}
	.choose_appartment{
		margin-bottom: 15px;
	}
	.first_section_home .flex.custom_row .flex-50:nth-child(2){
		padding-top: 50px;
	}
	.fourth_section .flex.main_container .left.flex-50{
		flex: 0 0 100%;
		padding-left: 0;
	}
	.fourth_section .flex.main_container .right.flex-50{
		padding-top: 50px;
		flex: 0 0 100%;
		text-align: center;
	}
	.fourth_section .flex.boxes_container{
		justify-content: center;
	}
	.apartments_container .flex .right, .apartments_container .flex .left{
		flex: 0 0 100%;
	}
	.apartments_container .flex .right{
		padding-top: 40px;
		padding-left: 0;
	}
	.main_footer .flex .flex-25{
		padding: 0 10px;
	}
	.main_footer .flex{
		margin: 0 -10px;
	}
}

.mobile_menu{
	display: none;
	width: 50px;
}

.mobile_menu p {
    display: inline-block;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 10px;
    text-transform: uppercase;
    color: #272525;
    font-weight: bold;
}

.close_menu{
	display: none;
}

@media only screen and (max-width: 1080px){
	header .row .column ul li{
		padding: 0 5px;
	}
}

@media only screen and (max-width: 860px){
	.first_section_home .flex.custom_row .flex-50:first-child{
		flex: 0 0 100%;
	}
	.third_section_home .flex.description_container p br{
		display: none;
	}
	.third_section_home .flex.description_container .flex-50:nth-child(2){
		flex: 0 0 100%;
		text-align: left;
		margin-top: 30px;
	}
	.third_section_home .flex.description_container svg{
		display: none;
	}
	.third_section_home .flex.description_container p{
		padding-left: 0;
	}
	.fourth_section .flex.main_container .right.flex-50 .section_title h2 br{
		display: none;
	}
	.fourth_section .flex.main_container .right.flex-50 .section_description p br{
		display: none;
	}
	.fifth_section_home .boxes_container.flex .item .item_inner .number{
		font-size: 80px;
	}
	.fifth_section_home .boxes_container.flex .item .item_inner .icon{
		max-width: 60px;
	}
	.fifth_section_home .boxes_container.flex .item .item_inner .icon{
		margin-bottom: 10px;
	}
	.contact_section .right.flex-50, .contact_section .left.flex-50{
		flex: 0 0 100%;
		text-align: center;
	}
	.contact_section .flex{
		justify-content: center;
    	text-align: left;
	}
	.contact_section .right.flex-50{
		margin-top: 60px;
	}
	.contact_section .section_description p{
		padding-left: 0;
	}
	.contact_section .section_description svg{
		display: none;
	}
	.features_section .section_description p{
		padding-left: 0;
	}
	.features_section .section_description svg{
		display: none;
	}
	.main_footer .flex .flex-25{
		flex: 0 0 50%;
		margin-bottom: 30px;
	}
	
	.main_footer .flex .flex-25.make33{
		flex: 0 0 50%;
	}
	.main_footer{
		padding-bottom: 0;
	}
	.mobile_menu{
		display: inline-block;
	}
	.whiteelements .mobile_menu svg path{
		stroke: #9e9586;
		fill: #9e9586;
	}
	.mobile_menu svg path{
		fill: #cccccc;
	}
	.menu{
		position:fixed;
		right:-1280px;
		top:0;
		width:280px;
		-webkit-transition:all 0.3s ease;
		-ms-transition:all 0.3s ease;
		transition:all 0.3s ease;
		background: linear-gradient(180deg, #474747 0%, #272525 100%);
		width: 100%;
		height: 100%;
		text-align: left;
		padding: 20px;
	}
	.show_mobile_menu .menu{
		right:0;
	}
	header .row .column ul li{
		display: block;
		padding-left: 0;
	}
	header .row .column ul li a{
		color: #ffffff;
		font-size: 18px;
	}
	.show_mobile_menu .close_menu{
		display: block;
		text-align: right;
	}
	.show_mobile_menu .close_menu svg path{
		fill: #ffffff;
		stroke: #ffffff;
	}
	header .row .column ul li.call_now.button{
		margin-top: 10px;
	}
}

.just_on_mobile{
	display: none;
	opacity: 0;
}

.just_on_mobile svg path {
	fill: #ccc;
}

@media only screen and (max-width: 475px){
	.apartments_dropdown_wrapper {
		width: 100%;
	}
	.apartments_dropdown {
		width: 100%;
		
	}
	
	header .row .column .logo{
		max-width: 70px;
	}
	header .row .column .logo svg{
		width: 100%;
		height: 100%;
	}
	.first_section_home .custom_row .item h1{
		font-size: 32px;
	}
	.first_section_home .flex.custom_row .flex-50:first-child{
		padding-top: 0;
	}
	.select_appartment .select2-container--default .select2-selection--single .select2-selection__rendered{
		padding-left: 20px;
	}
	.first_section_home .custom_row .item .image_container .image{
		padding-right: 0;
	}
	.first_section_home .flex.custom_row .flex-50:nth-child(2){
		padding-right: 0;
	}
	.first_section_home .item .inner_container:after{
		right: -20px;
	}
	.partners_section .flex .item{
		padding: 20px;
	}
	.partners_section{
		padding-bottom: 80px;
	}
	.third_section_home .section_title h2{
		font-size: 28px;
	}
	.third_section_home .section_title h2 br{
		display: none;
	}
	.third_section_home .outer_slider_container .slider_container .item{
		height: 472px;
	}
	.third_section_home .outer_slider_container .flex.bottom_structure .nav_container{
		display: none;
	}
	.third_section_home .outer_slider_container .flex.bottom_structure .loader{
		padding-right: 20px;
		flex: 0 0 100%;
	}
	.third_section_home .outer_slider_container .slider_container:after{
		left: -20px;
	}
	.fourth_section .flex.main_container .left_inner.flex-50{
		padding-top: 40px;
	}
	.fourth_section .flex.main_container .right_inner.flex-50 .item, .fourth_section .flex.main_container .left_inner.flex-50 .item{
		padding-bottom: 40px;
	}
	.fourth_section .flex.main_container .right_inner.flex-50, .fourth_section .flex.main_container .left_inner.flex-50{
		flex: 0 0 100%;
	}
	.fourth_section .flex.main_container .left_inner.flex-50 .item .item_inner, .fourth_section .flex.main_container .right_inner.flex-50 .item .item_inner{
		width: 100%;
	}
	.fourth_section .container:after{
		display: none;
	}
	.fourth_section .flex.main_container .right.flex-50 .section_title h2{
		font-size: 28px;
	}
	.fifth_section_home{
		padding: 100px 0px;
	}
	.fifth_section_home .boxes_container.flex .item{
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	.fifth_section_home .boxes_container.flex .item .item_inner .number{
		font-size: 50px;
		line-height: 70px;
	}
	.fifth_section_home .boxes_container.flex .item .item_inner{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.apartments_section .section_title h2{
		font-size: 28px;
	}
	.apartments_section .section_description p{
		padding-left: 0;
	}
	.apartments_section .section_description svg{
		display: none;
	}
	.apartments_section .section_description p br{
		display: none;
	}
	.apartments_container .apartment_item .item_inner{
		padding: 20px;
	}
	.apartments_container .flex .right .right_inner .description p br{
		display: none;
	}
	.apartments_container .flex .right .right_inner .type p{
		font-size: 28px;
	}
	.apartments_container .flex .left .images_container .image img{
		height: 100%;
	}
	.apartments_container .flex .right .right_inner .black_top{
		position: absolute;
	    top: 20px;
	    right: 20px;
	}
	.apartments_container .flex .right .right_inner .black_top .price .price{
		font-size: 18px;
	}
	.apartments_container .flex .right .right_inner .black_top .tva.small,
	.apartments_container .flex .right .right_inner .black_top .from.small{
		font-size: 14px;
	}
	.seventh_section_home .slider_container .item{
		height: 450px;
	}
	.seventh_section_home .bottom_structure{
		padding-bottom: 40px;
	}
	.seventh_section_home .outer_slider_container .bottom_structure .flex .left{
		flex: 0 0 100%;
	}
	.seventh_section_home .outer_slider_container .bottom_structure .flex .right{
		display: none;
	}
	.seventh_section_home .bottom_structure:after{
		height: 400px;
	}
	.features_section .section_title h2{
		font-size: 28px;
		padding-bottom: 10px;
	}
	.features_section .flex .flex-50{
		flex: 0 0 100%;
	}
	.features_section .section_description p br{
		display: none;
	}
	.features_section .flex .flex-50:nth-child(2){
		text-align: left;
		margin-top: 20px;
	}
	.features_main_container{
		margin: 0 -20px;
		padding: 20px;
	}
	.features_main_container .feature_item .title p{
		font-size: 16px;
		flex: 0 0 80%;
	}
	.features_main_container .feature_item .title button{
		flex: 0 0 20%;
	}
	.features_main_container .feature_item .feature_item_inner .description{
		padding-right: 0;
	}
	.features_main_container .feature_item .title p br{
		display: none;
	}
	.features_section{
		padding-bottom: 90px;
	}
	.location_section .top_structure .section_title h2{
		font-size: 28px;
		margin-bottom: 10px;
	}
	.location_section .top_structure .section_description p br{
		display: none;
	}
	.location_section .top_structure .section_description p{
		margin-bottom: 40px;
	}
	.location_section #map{
		height: 200px;
	}
	.location_section{
		padding-bottom: 90px;
	}
	.contact_section .section_title h2{
		font-size: 28px;
		margin-bottom: 20px;
	}
	.contact_section .flex{
		justify-content: left;
	}
	.contact_section{
		padding-bottom: 90px;
	}
	.main_footer .flex .flex-25.first_column{
		flex: 0 0 100%;
	}
	.main_footer{
		padding: 40px 30px;
	}
	.main_footer .flex .flex-25.fourth_column{
		flex: 0 0 100%;
	}
	footer .bottom_footer .flex .left{
		flex: 0 0 100%;
		margin-bottom: 10px;
	}
	footer .bottom_footer .flex .right{
		flex: 0 0 100%;
		text-align: center;
	}
	footer .bottom_footer .flex .left p{
		padding-left: 0;
		text-align: center;
	}
	footer .bottom_footer .flex .right ul li{
		padding: 5px 10px;
	}
	.fifth_section_home{
		margin-bottom: 0;
		padding-top: 200px;
	}
	.fifth_section_home .background{
		top:-200px;
		height: 555px;
		background-size: contain;
	}
	.after_motives{
		padding-top: 140px;
	}
	.third_section_home{
		padding-bottom: 50px;
	}
	.just_on_mobile{
	    display: block;
	    position: fixed;
	    bottom: 20px;
	    left: 50%;
	    background: linear-gradient(180deg, #474747 0%, #272525 100%);
	    width: 100%;
	    text-align: center;
	    max-width: 214px;
	    margin: 0 auto;
	    transform: translateX(-50%);
	    background: linear-gradient(180deg, #F28C22 57.81%, #D9750E 100%);
	    border-radius: 14px;
	    padding: 10px 0px;
	    transition: all 0.5s ease;
	}
	.just_on_mobile a{
    	font-family: Montserrat;
		font-style: normal;
		font-weight: bold;
		font-size: 22px;
		line-height: 145%;
		text-transform: uppercase;
		color: #FDFDFD;
		text-decoration: none;
    	position: relative;
    	vertical-align: middle;
	}
	.just_on_mobile svg{
		vertical-align: middle;
		margin-right: 8px;
		width: 24px;
		height: 24px;
	}
	.fourth_section .flex.main_container .right.flex-50 .disclaimer{
		margin-left: auto;
		margin-right: auto;
	}
	.new_first_section{
		padding-top: 20px;
	}
	.new_first_section .box{
		flex-flow: row;
		margin: 0 -20px;
	}
	.new_first_section .box .right .title{
		font-size: 45px;
	}
	.new_first_section .box .right .item .description{
		font-size: 12px;
	}
	.new_first_section .box .left{
		flex: 0 0 100%;
	}
	.new_first_section .box .left img{
		width: 100%;
	}
	.new_first_section .box .right{
		position: absolute;
		padding: 30px 30px;
		text-align: center;
	}
	.new_first_section .box .right .item{
		padding-bottom: 35px;
	}
	.third_section_home{
		padding-top: 60px;
	}
	.tips{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.tips .section_title h2{
		font-size: 32px;
	}
	.tips .section_title img{
		margin-bottom: 50px;
	}
	.tips .section_title img{
		max-width: 130px;
	}
}

.thank{
	padding: 200px 0px;
	text-align: center;
}

.thank h2{
	font-family: Montserrat;
	font-style: normal;
	font-weight: 800;
	font-size: 48px;
	line-height: 145%;
	text-transform: uppercase;
	color: #272525;
	margin-bottom: 20px;
}

.thank p{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
	color: #272525;
}

.thank a{
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
	color: #272525;
	text-decoration: underline;
	margin-top: 20px;
	display: block;
}

@media only screen and (max-width: 475px){
	.thank {
		padding: 100px 0px;
	}
}

.contact_section .item{
	margin-bottom:20px;
}
.contact_section .item label{
	display:block;
	margin-bottom:5px;
}
.wpcf7-list-item:first-child{
	margin:0;
}
.contact_section .item br{
	display:none;
}
.contact_section .item input[type="text"],
.contact_section .item input[type="email"],
.contact_section .item input[type="tel"]{
	height:40px;
	line-height:40px;
	padding-left:15px;
	padding-right:15px;
	font-size:14px;
	border:0 none;
	border: 1px solid #d1d0d0;
    border-radius: 3px;
	width:100%;
}
.contact_section .submit input{
	height:60px;
	width:100%;
	background: linear-gradient(180deg, #474747 0%, #272525 100%);
	border-radius: 5px;
	font-weight: 800;
	font-size: 16px;
	line-height: 145%;
	/* or 23px */
	border:0 none;
	display: block;
	align-items: center;
	letter-spacing: 0.055em;
	text-transform: uppercase;
	text-align:center;
	color:#fff;
}
.contact_section form{
	max-width:370px;
}

.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output{
	border:0 none;
}

.subscribe_container{
	position: relative;
	margin-top: 24px;
}

.subscribe_container .subscribe input{
	width: 100%;
	border: none;
	background: #FDFDFD;
	border-radius: 30px;
	height: 52px;
	padding: 0 24px;
	
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 200%;
	color: #272525;
}

.subscribe_container .submit{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	background: url("assets/images/send.png");
	width: 18px;
	height: 20px;
	background-repeat: no-repeat;
	z-index: 99;
}

.subscribe_container .submit input{
	border: none;
	cursor: pointer;
	background: transparent;
	width: 100%;
	height: 100%;
}

.progress {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(218, 218, 218, 0.5);
  background-image: linear-gradient(to right, white, white);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size .4s ease-in-out;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}


/*---- Legal Pages -------*/
.legal_page{
	padding-top:100px;
}
.legal_page .section_title h1{
	font-family: Montserrat;
	text-align:center;
	font-size:36px;
	line-height:40px;
	margin-bottom:40px;
}
.legal_page .section_description{
	padding-bottom:50px;
}
.legal_page .section_description h1,
.legal_page .section_description h2,
.legal_page .section_description h3,
.legal_page .section_description h4{
	margin-bottom:10px;
	padding-top:10px;
}
.legal_page .section_description h1{
	font-size:32px;	
}
.legal_page .section_description h2{
	font-size:28px;
}
.legal_page .section_description h3{
	font-size:24px;
}
.legal_page .section_description h4{
	font-size:21px;
}
.legal_page .section_description p{
	margin-bottom:15px;
	font-family: Adobe Garamond Pro;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 145%;
	color: #272525;
}



/*new v2*/
@font-face {
    font-family: 'NexaRegular';
    src: url('assets/fonts/NexaRegular.eot');
    src: url('assets/fonts/NexaRegular.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/NexaRegular.woff') format('woff'),
         url('assets/fonts/NexaRegular.ttf') format('truetype'),
         url('assets/fonts/NexaRegular.svg#NexaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'autographyregular';
    src: url('assets/fonts/autography-webfont.woff2') format('woff2'),
         url('assets/fonts/autography-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

 .logo svg {
	width: 151px;
	height: 151px;
	fill:url(#SVGID_1_);
}

 .mobile_menu svg path,
 .whiteelements .mobile_menu path {
	fill: #9e9586;
}

.homev2.new_new_first_section .container.top {
	margin-top: 50px;
}
.homev2.new_new_first_section .columns_wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.homev2.new_new_first_section .columns_wrapper .col2 {
	flex: 0 0 50%;
}

.homev2.new_new_first_section .image_wrapper {
	text-align: left;
}
.homev2.new_new_first_section .columns_wrapper .col2 img {
	max-width: 100%;
	margin-left:-74px;
}

.homev2.new_new_first_section .text_wrapper .toptext {
	font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    text-transform: initial;
    color: #64696f;
    font-family: 'NexaRegular', 'MONTSERRAT';
    letter-spacing: 0;

}

.homev2.new_new_first_section .box .item .description {
    font-family: 'NexaRegular', 'MONTSERRAT';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 145%;
    text-transform: uppercase;
    color: #64696f;
    letter-spacing: 4px;
}

.homev2 .text_wrapper .text {
	font-family: 'autographyregular', 'MONTSERRAT';
    font-style: normal;
    font-weight: 400;
    font-size: 149px;
    line-height: 100%;
    text-transform: initial;
    color: #9e9586;
}

.homev2.new_new_first_section .box .title {
    font-style: normal;
    font-weight: 700;
    font-size: 67px;
    line-height: 67px;
    text-transform: initial;
    color: #64696f;
    font-family: 'NexaRegular', 'MONTSERRAT';
    letter-spacing: 12px;
    text-align: center;
}
.homev2.new_new_first_section .box .item {
    padding: 0 25px;
    border-right: 2px solid #333b47;
}
.homev2.new_new_first_section .box .item:last-child {
	border: 0;
}

header.whiteelements .black_logo_center svg path {
    fill: url(#SVGID_1_)!important;
}

@media ( max-width: 1070px ) {
	.homev2.new_new_first_section .columns_wrapper .col2 {
		flex: 0 0 100%;
		padding-bottom: 15px;
	}
	.homev2.new_new_first_section .image_wrapper {
		text-align: center;
	}
	.new_new_first_section .container.bottom {
		position: relative;
	}
}

@media ( max-width: 768px ) { 
	.new_new_first_section {
		min-height:969px ;
	}
	.new_new_first_section .container.bottom {
		display: none;
	}
}

@media ( max-width: 640px ) { 
	.new_new_first_section {
		min-height:850px ;
	}
}

@media ( max-width: 480px ) { 
	.homev2 .text_wrapper .text {
	    font-size: 109px;
	}
}

/*end new v2*/

@media all and (max-width:780px){
	.legal_page .section_title h1{
		font-size:32px;
		line-height:40px;
	}
	.legal_page .section_description h1{
		font-size:26px;	
	}
	.legal_page .section_description h2{
		font-size:24px;
	}
	.legal_page .section_description h3{
		font-size:21px;
	}
	.legal_page .section_description h4{
		font-size:18px;
	}
	.legal_page{
		padding-top: 0;
	}
}




.whatsapp_btn{
	position:fixed;
	left:-30px;
	bottom:20px;
	z-index:999;
}
@media all and (max-width:760px){
	.whatsapp_btn svg{
		width: 64px;
	}
	.whatsapp_btn{
		left: -10px;
	}
}

.whatsapp_btn{
	display: none
}

.anpc_new_rules{
	padding-top: 30px;
	text-align: center;
}

.anpc_new_rules ul li{
	list-style: none;
	display: inline-block;
	padding: 0 5px;
}


@media all and (max-width: 475px){
	.anpc_new_rules{
		padding-bottom: 50px;
	}
}

/* New CSS */
.s1 {
    font-weight: 500;
    font-size: 32px;
    font-family: 'NexaRegular';
	line-height: normal;
	margin-top:20px;
}



.bagdge_discount_app {
    position: absolute;
    right: -18px;
    top: -25px;
    max-width: 100%;
    width: 207px !important;
    height: auto !important;
}

.s2 {
    font-weight: 500;
    font-size: 32px;
    font-family: 'NexaRegular';
	color:#64696f;
	line-height: normal;
}

.col2_mobile {
	display: none;
} 

@media(max-width:992px) {
	.col2_mobile {
		display: block;
		width:100%;
	} 
	
	.badge_remove {
		display:none !important;
	}
	
	.bagdge_discount_app {
		top: 38px;
		width: 85px !important;
	}
	
	header .row .column .logo svg {
		margin-top: 50px;
	}
	
	.s1, .s2 {
		font-size:18px;
	}
	
	.col2_mobile .s1_desktop {
		display:none;
	}
	
	.col2_desktop .s1, .col2_desktop .s2 {
		display: none;
	}
	
	.homev2.new_new_first_section .text_wrapper .toptext {
		font-size: 18px;
		line-height: 24px;
		margin-top: 40px;
	}
	
	.homev2.new_new_first_section .columns_wrapper .col2 img {
		margin-top: -25px;
		position: relative;
		z-index: -1;
		margin-left:0;
	}
	
	.page-template-home_new_v2 .black_logo_center svg {
		width: 80px;
		height: 80px;
		margin-top:50px;
	}
	
	.new_new_first_section .main_img_wrapper .main_img_mobile {
		min-height: 100vh;
	}
	.new_new_first_section .main_img_wrapper {
		border: 0 !important;
	}
	.new_new_first_section .container.top {
		padding: 0 15px;
	}
	
	.homev2 .text_wrapper .text {
		font-size: 78px !important;
		
	}
	
	.s1_desktop {
		padding-left:10px;
	}
}


/* New CSS */





































