@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unna&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
*{
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0em;
}
a{
	text-decoration: none;
	color: inherit;
}
.chandler{
	position: absolute;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.sold ,
.reserved {
    color: #fff;
    font-size: 21px;
    height: 21px;
    width: 115px;
    min-width: 100px;
    padding: 8px 0;
    text-align: center;
    font-family: Lato;
}
.reserved {
    background: #084137;
}
.sold {
    background: #d62323;
}

.navbar{
    z-index: 5;
	}
.flexCenter {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}
.spaceBetween{
	justify-content: space-between;
}
.navBarTop{
    background: #094137;
    color: #FFF;
    height: 40px;
    padding: 3px 25px;
    text-align: center;
}
.navBarMainTop{
	background: #fff;
	border-bottom: 1px solid #BDBDBD;
	height: 68px;
	
}
.container{
	max-width: 1100px;
	padding: 0 10px;
	margin: 0 auto;
}
.containerTop{
	padding: 0 10px;
	margin: 0 150px;
	position: relative;
}
.backBtn{
	margin-left: 15px;
	position: relative;
}
.backBtn:before{
    content: "";
    position: absolute;
    width: 13px;
    height: 12px;
    left: -15px;
    top: 4px;
    background: url(../img/arrow_right.png) 100% 100%;
    background-size: 100%;
}
.backBtn a{
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	color: #C99654;
}
.navBarMainTop .logo {
	text-align: center;
}
.navBarMainTop .logo img {
	width: 127px;
	margin: 0 auto;
} 
.navBarMainTop .btnGroup{
	justify-content: flex-end;
}
.btn {
	height: 47px;
	color: #fff;
	background: #000;
	padding: 0 25px;
	margin-left: 1px;
	font-family: Unna;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	background: #094137;
}
.btn:hover{
}
.navBarMainTop .btnPhone{
	border-radius: 3px 0 0 3px;
}
.navBarMainTop .btnInquire{
	background: #C99654;
	border-radius: 0 3px 3px 0px;
}
.navBarMainTop .backBtn,
.navBarMainTop .logo,
.navBarMainTop .btnGroup{
	width: 33%;
}
.unitList{
	max-width: 490px;
	margin: 0 auto 48px;

}
.unitMenu{
    z-index: 2;
	padding-top: 20px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #bdbdbd;
	transition: all 0.4s;
}
.unitMenuContent{
	    margin: 0 150px;
    position: relative;
}
.unitMenu .mainTitle{
	/*padding-top: 20px;*/
	font-family: Unna;
	font-size: 45px;
	font-weight: 700;
	line-height: 45px;
	text-align: center;
}
.unitMenu .mainDescription{
	margin-top: 8px;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	text-align: center;
	color: #6F6C69;
}
.ta-center{
	text-align: center !important;
}
/*.unitMenu .unit .img{
	border: 2px solid rgba(0,0,0,0);
}*/
/*.unitMenu .unit .img:first-child,
.unitMenu .unit .img:last-child{
	border: 0px solid rgba(0,0,0,0);
}*/

.unitSection{
	display: flex;
		position: relative;
}
.unitSection .image{
	display: flex;
	position: relative;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
	height: auto;
}
.unit{
	position: absolute;
	/*background: #fff;*/
	border:3px solid transparent;
	/*opacity: 0.7;*/
}
.infoSection{
	position: relative;
	width: 100%;
	height: 100%;

}
.info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -68px;
}
.unitMenu .unit .title{
	border-radius: 20px;
	max-width: 70px;
    padding: 5px 8px;
    margin: 0 auto 5px;
	font-family: Lato;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	text-align: center;
}

.unitMenu .unit .description{
	/*margin-top: 10px;*/
	font-family: Lato;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;

}
.unitMenu .unit.active,
.unitMenu .unit:hover{
	z-index: 2;
}
.unitMenu .unit.active,
.unitMenu .unit:hover{
	border: 3px solid #C99654;
}
.unitMenu .unit.active .title,
.unitMenu .unit:hover .title{
	background: #C99654;
	color: #fff;
}
.unitMenu .unit.active .description,
.unitMenu .unit:hover .description{
	color: #C99654;
}


.mobileUnitMenu .mobileUnit.active,
.mobileUnitMenu .mobileUnit:hover{
	z-index: 2;
}
.mobileUnitMenu .mobileUnit.active .img,
.mobileUnitMenu .mobileUnit:hover .img{
	border: 2px solid #C99654;
}
.mobileUnitMenu .mobileUnit.active .title,
.mobileUnitMenu .mobileUnit:hover .title{
	background: #C99654;
	color: #fff;
}
.mobileUnitMenu .mobileUnit.active .description,
.mobileUnitMenu .mobileUnit:hover .description{
	color: #C99654;
}


.mobileUnitMenu .mobileUnit .title{
	border-radius: 20px;
	padding: 5px 8px;
	max-width: 70px;
	width: 70px;
	margin-left: 20px;
	margin: 0 auto;
	font-family: Lato;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	text-align: center;
}

.mobileUnitMenu .mobileUnit .description{
	/*margin-top: 10px;*/
	font-family: Lato;
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;

}

.mobileUnitMenu .mobileUnit{
	z-index:0;
	align-self: baseline;
    margin-right: 13px;
}


.unitHandler{
	margin-top: 20px;
}
.unitMenu .unit{
	z-index:0;
	align-self: baseline;
	margin: -2px;
}

/*.unitMenu .unit:fisrt-child,
.unitMenu .unit:last-child{
	margin: -4px;
}*/
.collapsedBtn{
	z-index: 5;
	top: 88px;
	right: 15px;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	background: #C99654;
}


.anchorLinkHandler{
	width: 100%;
	overflow-y: auto;
}
.anchorLink{
	max-width: 800px;
	min-width: 600px;
	margin: 0 auto;
}
.anchorLink a{
	font-family: Roboto;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	border-bottom: 2px solid transparent;
	padding: 15px;
	margin: 0 10px;
}
.anchorLink a.active,
.anchorLink a:hover{
	color: #C99654;
	border-bottom: 2px solid #C99654;
}

.planImg{
	display: none;
}

.collapsed .anchorLink{
	max-width:100%;
	justify-content: flex-end;
}
.collapsed .mobileUnitMenu{
	justify-content: flex-end;
	max-width: 100%;
	margin: 0;
}

.collapsed .mobileUnitMenu {
	padding-top: 0px;
}

.collapsed .unit{
	margin-left: 10px;
	margin-right: 10px;
}
.collapsed .unitHandler{
	margin: 0;
}
.collapsed .collapsedBtn{
    top: 108px;
    left: 310px;
}

.collapsedBtn::after{
	content: "—";
	font-size: 13px;
    margin-top: -2px;
}
.collapsed .collapsedBtn::after{
	content: "+";
	font-size: 19px;
    margin-top: 0px;
}
.collapsed .mainTitle{
    position: absolute;
    left: 180px;
    top: calc(50% - 30px);
    font-size: 40px;
}
.collapsed .planImg{
    display: block;
    position: absolute;
    width: 150px;
    height: 74px;
    border: 1px solid #ccc;
    padding: 6px;
    top: -15px;
}
.collapsed .planImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mobileUnitMenu,
.collapsed .description,
.collapsed .img,
.collapsed .image,
.collapsed .mainDescription{
	display: none;
}
.collapsed .mobileUnitMenu{
	display: flex;
}
.content{
	/*border-top: 1px solid #fefefe;*/
	background: #F6F4EF;
	/*transition: all 0.4s; */
}
.footer{
	height: 50px;
	background: #000;

}
.content .title{
	font-family: Unna;
	font-size: 39px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px;
	letter-spacing: -0.03em;
	text-align: left;
	color: #094137;
	margin-top: 45px;
	margin-bottom: 16px;
}
.col2,
.col3{
	flex-wrap: wrap;
}
.col2 .item {
	display: flex;
	width: 50%;
	    align-self: normal;
}
.col3 .item {
	display: flex;
	width: 33%;
	    align-self: normal;
}

.col4 .item {
	display: flex;
	width: 25%;
	align-self: normal;
}

.item .handler{
	box-sizing: border-box;
	padding: 25px 25px 58px;
	background: #fff;
	margin: 15px;
	    width: 100%;
}
.item .transparent{
	background: transparent;
}
.item .title{
	margin: 0;
	margin-bottom: 25px;
	font-family: Unna;
	font-size: 21px;
	font-weight: 400;
	line-height: 35px;
	text-align: center;
}
.item h1,
.item h2,
.item h3,
.item h4{
    margin-bottom: 10px;
    margin-left: -20px;
    font-family: Unna;
    font-size: 21px;
    font-weight: 400;
    text-align: left;
}
.item .handler .img img {
	width: 100%;
}
li{
	color: #6F6C69;
	font-family: Open Sans;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.07em;
	text-align: left;
	margin-bottom: 15px;

}
.left{
	text-align: left !important;
}

#grid-container .handler{
	width: 100%;
	position: absolute;
	padding-bottom: 75%;

}
.blockc{
	width: 100%;
	padding-bottom: 75%;
	background: #000;
	overflow: hidden;
	position: relative;

}
.blockc img{
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	position: absolute;
}
#footer{
	padding: 50px 0;
}
.footerBtn{
	font-family: Open Sans;
	background: #C99654;
	border-radius: 3px;
	font-size:13px;
	font-weight: 300;
	height: 40px;
	padding: 0 30px;

}
.footer {
	overflow: hidden;
}
.footer span {
	color: #fbfbfb;
}
.footer span img {
	width: 100%;
}






.sticky {
  position: fixed;
  top: -68px;
  width: 100%;
}

@media (max-width: 1200px) {
	.containerTop, 
	.unitMenuContent{
		margin: 0 15px;
	}

	.btn{
		font-size: 19px;
		padding: 0 15px;
	}

}


@media (max-width: 768px) {
	.containerTop, 
	.unitMenuContent{
		margin: 0 15px;
	}

}

@media (max-width: 580px) {
	.reserved,
	.sold {
	    transform: rotate(270deg);
	}
}


/* tablet screen*/
@media (max-width: 960px) {
	/*.col2 .item {
		display: flex;
		width: 50%;
		    align-self: normal;
	}*/
	.col3 .item {
		display: flex;
		width: 50%;
		    align-self: normal;
	}
	.btnGroup{
		visibility: hidden;
	}
	.collapsed .collapsedBtn{
		top: 20px;
	}
	.collapsed .anchorLink{
		justify-content: center;
	}
	.collapsedBtn{
		top: 20px;
    	left: auto !important;
	}
	.collapsed .unitList {
		justify-content: center;
	}
	.collapsed .mainTitle,
	.planImg {
	    display: none !important;
	}
}


/* mobile screen*/
@media (max-width: 480px) {
	.col2 .item {
		display: flex;
		width: 100%;
		    align-self: normal;
	}
	.col3 .item {
		display: flex;
		width: 100%;
		    align-self: normal;
	}
	.navBarTop {
	    font-size: 11px;
        line-height: 12px;
	}

}

/*container/*/
/*unitMenuContent*/
/*.sticky + .content {
  padding-top: 577px;
}*/