@charset "utf-8";

@font-face {
font-family: 'Futura Light';
src: url('../fonts/FuturaLightC.eot');
src: url('../fonts/FuturaLightC.eot?#iefix') format('embedded-opentype'),
url('../fonts/FuturaLightC.woff') format('woff'),
url('../fonts/FuturaLightC.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Futura Book';
src: url('../fonts/FuturaBookC.eot');
src: url('../fonts/FuturaBookC.eot?#iefix') format('embedded-opentype'),
url('../fonts/FuturaBookC.woff') format('woff'),
url('../fonts/FuturaBookC.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Futura Medium';
src: url('../fonts/FuturaMediumC.eot');
src: url('../fonts/FuturaMediumC.eot?#iefix') format('embedded-opentype'),
url('../fonts/FuturaMediumC.woff') format('woff'),
url('../fonts/FuturaMediumC.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}

body{
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: inherit;
}

.form-container {
	position: relative;
}

.success > div {
	text-align: center;
}

.success.hidden-icon {
	display: none;
}

.success-sidebar {
	width: 250px;
	height: 173px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.success-flat {
	margin-top: 10px !important;
}

.success-flat > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.success-flat .success-icon {
	margin-right: 15px;
	width: 20px;
	height: 20px;
}

.success-flat .success-text {
	font-size: 12px;
}

.success-sidebar > div {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
}

.success-sidebar .success-icon {
	margin: 0 auto;
	width: 61px;
	height: 61px;
}

.success-text {
	font-size: 16px;
	color: green;
}

#header-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
}
.Playfair{
	font-family: Playfair Display;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

.mainContainer{
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	background-color: #FFF;
	position: relative;
}
.outside-handler {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.outside-handler-active {
	z-index: 50;
}
.blur{
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,0.1);
	position: fixed;
	z-index: 20;
	display: none;
}

.headContainer{
	width: 100%;
	background-color:  #0F0F11;
	/* background-image: url("../img/headImage.png"); */
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	background-position: center;
}
.headHolder{
	z-index: 2;
	max-width: 1720px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}
.header-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 1;
}
.top {
	z-index: 2;
    width: 100%;
    margin: 50px auto 0 auto;
    position: relative;
    max-width: 1720px;
}
.top-fixed {
	position: fixed;
	margin-top: 0 !important;
	z-index: 100;
	background: #000;
	max-width: none;
	/* opacity: 0;
	transition: opacity .4 ease; */
}

.top-fixed .top-inner {
	padding-top: 2%;
	padding-bottom: 2%;
	max-width: 1720px;
	margin: 0 auto;
}
.mainLogo{
	content: url(../img/logo.svg);
	display: inline-block;
	margin-left: 150px;
	cursor: pointer;
}
.messageIcon{
	content: url("../img/messageIcon.svg");
	float: right;
	margin-top: 10px;
}
.phoneNumber{
	font-family: "Futura Medium";
	color: #FFF;
	line-height: 43px;
	font-size: 20px;
	letter-spacing: 0.1em;
	float: right;
	margin-right: 25px;
}

.menuIconHolder{
	float: right;
	width: 300px;
	text-align: center;
}
.menuIcon {
  width: 20px;
  height: 17px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-top: 14px;
}
.menuIcon span{
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #FFFFFF;
}
.menuIcon span:nth-child(1) {
  top: 0px;
  width: 50%;
}
.menuIcon span:nth-child(2) {
  top: 7px;
}
.menuIcon span:nth-child(3) {
  top: 14px;
  width: 75%;
}


.mainHeader{
	line-height: 63px;
	font-size: 54px;
	margin: 50px 0 0 150px;
	max-width: 900px;
	color: #FFF;
}
.subMainHeader{
	line-height: 45px;
	font-size: 38px;
	margin: 30px 0 0 150px;
	max-width: 650px;
	color: #FFF;
}
.button{
	padding: 20px 17px;
	font-family: Futura Light;
	font-size: 16px;
	text-align: center;
	color: #000;
	width: 180px;
	border: 1px solid #000;
	box-sizing: border-box;
	cursor: pointer;
	background: transparent;
}
.choseApartmentsBtn{
	margin: 30px 0 50px 150px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}


.dialogBall{
	background-image: url('../img/dialogBall.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 85px;
	height: 100px;
	text-align: center;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 33;
	cursor: pointer;
}
.callBox{
	position: fixed;
	width: 290px;
	/* height: 373px; */
	right: 20px;
	display: none;
	bottom: 160px;
	background: #FFF;
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
	z-index: 101;
}

.callBoxContainer{
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}

.callBoxFormContainer {
	margin-top: 12px;
	padding: 30px 20px 40px;
	background: #f0f0f0;
}

.callBoxForm input {
	margin-top: 12px;
	padding: 7px 10px;
  line-height: 24px;
  background-color: white;
  border: 1px solid #d0d0d0;
  will-change: border-color;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
}

.callBoxForm input[type='submit'] {
	line-height: 44px;
  background: #b89956;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 25px 0 0;
  display: block;
  width: 100%;
  border: none;
}

.seniorManager{
	width: 100px;
	height: 100px;
	display: inline-block;
	border-radius: 50%;
	content: url("../img/SeniorManager.jpg");
	margin-top: 40px;
}
.dialogManager{
	margin-top: 2.5px;
	width: 78px;
	height: 78px;
}


.callBoxHeader{
	line-height: 28px;
	font-size: 20px;
}
.callBoxSubHeader{
	font-family: Futura Medium;
	line-height: 20px;
	font-size: 16px;
	margin-top: 20px;
}
.callBoxPhoneNumber{
	line-height: 30px;
	font-size: 20px;
}
.callBoxIconHolder{
	margin-top: 20px;
}
.TGIcon{
	content: url(../img/TGIcon.svg);
}
.WAIcon{
	content: url(../img/WAIcon.svg);
}
.callBoxIcon{
	cursor: pointer;
	margin: 0 10px;
	display: inline-block;
}
.closeCallBoxIcon{
	content: url("../img/closeIcon.svg");
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

/*----------------MENU---------------*/

.blockMenu{
	position: fixed;
    width: 100%;
    min-height: 100vh;
    background: #FFF;
    display: none;
    z-index: 100;
    top: 0;
}
.menu{
	display: grid;
	grid-template-columns: minmax(20px, 150px) minmax(0, 180px) minmax(430px, 1fr) minmax(0, 180px) minmax(20px, 150px);
	grid-template-rows: 50px minmax(calc(100vh - 225px), auto) 75px;
	padding: 50px 0 25px 0;
	margin: 0 auto;
	max-width: 1920px;
	grid-template-areas:
	"BMFL menuHead menuHead menuHead BMFR"
	"BMFL MFL MHC MFR BMFR"
	"BMFL bot bot bot BMFR"
}
.bigMenuFooter1{ grid-area: BMFL; }
.bigMenuFooter2{ grid-area: BMFR; }
.menuHolderCell{ grid-area: MHC; }
.menuFooter1{ grid-area: MFL; }
.menuFooter2{ grid-area: MFR; }

.menuHolder{
	position: relative;
	transform: translateY(-50%);
	top: 50%;
}
.menuHead{
	grid-column: 1 / -1;
}
.bottom{
	grid-column: 1 / -1;
	grid-area: bot;
}
.menuHead{
	position: relative;
	grid-area: menuHead;
}
.menuLogo{
	content: url(../img/logoBlack.svg);
	display: inline-block;
}
.crossCloseBtn {
	width: 20px;
	height: 21px;
	position: relative;
	cursor: pointer;
	margin-top: 14px;
	float: right;

}
.crossCloseBtn span{
	display: block;
	position: absolute;
	height: 2px;
	width: 141.42%;
	background: #000;
	transform-origin: left center;
}
.crossCloseBtn span:nth-child(1) {
  	top: 0;
  	transform: rotate(45deg);

}
.crossCloseBtn span:nth-child(2) {
  	bottom: 0;
  	transform: rotate(-45deg);
}
.menuItem{
	font-size: 45px;
	line-height: 70px;
	margin: 0;
}
.bottomFacebookLogoHolder{
	width: 100%;
	display: inline-block;
}
.bottomFacebookLogo{
	content: url("../img/FBIcon.png");
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	float: right;
}
.bottomGrid{
	display: grid;
	grid-template-columns: minmax(230px, 1fr) minmax(305px, 1fr);
}
.bottomText{
	font-family: Futura Light;
	line-height: 20px;
	font-size: 14px;
	display: inline-block;
}
.bottomTextRight{
	text-align: right;
}
.bottomTextMobile{
	display: none;
}
/*----------------MENU---------------*/


/*----------------BLOCK1---------------*/
.block{
	margin: 30px auto;
	max-width: 1420px;
	width: calc(100% - 300px);
	column-gap: 50px;
}
.blockSpace	{
	height: 50px;
}
.block1{
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.blockHeader, .blockSubHeader{

	position: relative;
}
.blockHeader{
	line-height: 72px;
	font-size: 63px;
	margin-bottom: 30px;
}
.blockSubHeader{
	line-height: 32px;
	font-size: 24px;
	margin-bottom: 20px;
}
.mainText{
	font-family: Futura Light;
	line-height: 28px;
	font-size: 20px;
	margin-top: 5px;
}
.subHeaderLine{
	width: 25px;
	height: 1px;
	background: #000000;
	position: relative;
    top: 19px;
    left: -35px;
}
.block1form{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.group {
    position: relative;
    width: calc(100% - 100px);
    max-width: 600px;
    display: inline-block;
    margin: 0 23px;
    margin-bottom: 30px;
    text-align: left;
}

.group input {
    font-family: Futura Light;
    font-size: 20px;
    padding: 10px 10px 10px 5px;
    -webkit-appearance: none;
    display: block;
    background: transparent;
    color: #000;
    width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #000;
}

.group input:focus { outline: none; }

/* Label */
.group label {
	color: #000;
	font-size: 20px;
	font-family: Futura Light;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 5px;
	top: 10px;
	transition: all 0.2s ease;
}

/* active */
.group input:focus ~ label, input.used ~ label {
	top: -10px;
	transform-origin: left top;
  	-webkit-transform: scale(.75);
    transform: scale(.75);
    left: 0;
	color: #C64654;
}

/* Underline */
.bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 0px;
	position: absolute;
	background: #C64654;
	transition: all 0.2s ease;
}

.bar:before {
	left: 50%;
}

.bar:after {
	right: 50%;
}

/* active */
.group input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }

/* Highlight */
.highlight {
	position: absolute;
	height: 60%;
	width: 100px;
	top: 25%;
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}


/* active */

.group input:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}


/* Animations */

@-webkit-keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}

@keyframes inputHighlighter {
	from { background: #4a89dc; }
	to 	{ width: 0; background: transparent; }
}


/*----------------BLOCK1---------------*/

/*----------------BLOCK2---------------*/

.block2head{
	display: grid;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	column-gap: 50px;
	margin: 0 auto;
}
.block2filtersHolder{
	width: calc(100% - 300px);
	max-width: 1420px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	margin: 0 auto;
	column-gap: 30px;
}
.block2filters{
	background-color: #F2F2F2;
	width: 100%;
	position: relative;
	padding: 20px 0;
	margin: 30px 0;
}
.multi-range{
	position: relative;
    margin-bottom: 50px;
}
.block2sliderTitle{
	line-height: 40px;
	font-size: 20px;
	margin: 0;
}
.block2SliderMinValue, .block2SliderMaxValue{
	position: absolute;
	font-size: 19px;
	font-family: Futura Light;
	bottom: -50px;
}
.block2SliderMinValue{
	left: 0;
}
.block2SliderMaxValue{
	right: 0;
}

.slide-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.slide-img.slide-img-contain {
	background-size: contain;
}

.block2slider{
	position: absolute;
    bottom: -17px;
}

.ui-widget.ui-widget-content {
	border: none;
	background-color: #BABABA;
}
.ui-slider-horizontal {
    height: 2px;
    width: calc(100% - 12px);
    left: 6px;
    border-radius: 0;
    border: none;
}
.ui-slider .ui-slider-handle {
    width: 18px;
	height: 18px;
	border-radius: 9px;
    top: -8px;
    background: #000;
    border: none;
    user-select: none;
}
.ui-state-focus{
	border: none;
	user-select: none;
}
.ui-slider-range{
	background: #000;
	height: 100%;
}


.block2result{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-template-rows: auto;
  	    grid-auto-rows: calc(18vw + 260px);
	grid-gap: 30px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	max-height: 1200px;
	transition: 3s;
}
.resultTitle{
	grid-column: 1 / -1;
	line-height: 25px;
	font-size: 20px;
}
.block2itemImg{
	position: relative;
    height: 18vw;
    overflow: hidden;
		cursor: pointer;
}
/* .block2itemImg img{
	min-width: 100%;
	min-height: 100%;
    position: absolute;
    transform: translate3d(-50%, -50%, 0);
    top: 50%;
    left: 50%;
    z-index: 1;
} */
.apartment-image {
	min-width: 100%;
	min-height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.block2imgCount{
	background: #000000;
	opacity: 0.45;
	color: #FFF;
	font-size: 30px;
	position: absolute;
	bottom: 0;
    width: auto;
    right: 0;
    padding: 0px 15px 10px 15px;
    z-index: 4;
}
.block2imgCount span{
	font-family: Futura Light;
	font-size: 25px;
}

.block2discount {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    font-size: 127px;
    position: absolute;
    top: 0;
    color: #FFF;
    text-align: center;
    line-height: 14vw;
    z-index: 3;
}
.block2itemTitle{
	width: 100%;
	display: grid;
	grid-template-columns: 2fr 2fr;
	margin: 10px 0px;
    border-bottom: solid 1px #C4C4C4;
}
.block2itemName{
	line-height: 28px;
	font-size: 28px;
}

.block2itemArea{
	line-height: 60px;
    font-size: 45px;
    text-align: right;
}
.block2itemArea span{
	font-family: Futura Light;
	font-size: 25px;
}

.block2itemHousing span, .block2price span{
	float: right;
}
.block2itemHousing{
	font-family: Futura Light;
	line-height: 25px;
	font-size: 18px;
}
.block2itemPrice{
	position: relative;
}
.block2price{
	font-family: Futura Medium;
	line-height: 25px;
	font-size: 22px;
}
.block2oldPrice{
	text-align: right;
	text-decoration: line-through;
	font-family: Futura Medium;
	line-height: 25px;
	font-size: 16px;
	position: absolute;
	bottom: -25px;
	width: 100%;
}
.b2moreInfoBtn{
	margin: 35px auto;
}
.moreResultsHolder{
	width: 100vw;
    height: 500px;
    position: absolute;
    z-index: 30;
    left: calc(50% - 50vw);
    bottom: -13px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.76) 28%, rgba(255,255,255,1) 64%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.76) 28%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.76) 28%,rgba(255,255,255,1) 64%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.moreResultBtn{
	position: absolute;
	bottom: 25px;
	transform: translateX(-50%);
	left: 50%;
}


/*----------------BLOCK2---------------*/

/*----------------BLOCK3---------------*/
.block3, .block4head{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
#block1formSubmit,
#block3formSubmit{
	margin-top: 75px;
}

/*----------------BLOCK3---------------*/

/*----------------BLOCK4--------------*/
.galleryBlock{
	width: calc(100% - 150px);
	display: grid;
	grid-template-columns: 3fr 5fr;
	margin: 30px 0 100px 150px;
}
.galleryBlockHolder{
	max-width: 1720px;
	margin: 0 auto
}
.galleryLeftBlock{
	padding-right: 50px;
}
.mainTextHeader,.mainTextHeaderP{
	font-family: Futura Medium;
	margin-top: 30px;
	line-height: 72px;
	font-size: 20px;
}
.mainTextHeaderP{
	font-family: Playfair;
	line-height: 40px;
}
.galleryMainText{
	font-size: 18px;
	line-height: 30px;
}
.watchOnMapBtn{
	width: 250px;
}
.mapHolder{
	overflow: hidden;
}
#map{
	width: 100%;
	height: 100%;
}
#map2 {
	width: 100%;
	height: 100%;
}

.map {
	width: 100%;
	height: 100%;
}

/*----------------BLOCK4---------------*/

/*----------------BLOCK5---------------*/
.infraGallery{
	display: -ms-grid;
	display: grid;
	grid-auto-rows: 250px;
	margin-top: 0;
	margin-bottom: 0;
	grid-gap: 0;
}
.infraGallery1{
	margin-top: 6	0px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
}
.infraGallery2{
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 30px;
}
.infraImgHolder{
	overflow: hidden;
}
.infraTitleHolder{
	background-color: rgba(0, 0, 0, 0.45);

}
.infraGallery div{
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-background-size: cover;
	        background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.infraImgHolder div{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}
.infraImg:hover{
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}
.infraImgHolder div:hover .infraTitleHolder{
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transform: scale(0.83333);
	    -ms-transform: scale(0.83333);
	        transform: scale(0.83333);
}
.infraTitle{
	position: absolute;
	left: 20px;
	bottom: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #FFFFFF;
}

.infra-cat,
.infra-collapse-list {
	list-style: none;
}

.infra-cat {
	padding-left: 0;
	font-family: 'Futura Light';
}

.infra-collapse-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease;
}

.infra-cat-title {
	position: relative;
	padding: 0 0 0 35px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
	cursor: pointer;
}

.collapse-arrow {
	position: absolute;
	top: 35%;
	left: 1px;
  box-sizing: border-box;
  height: 10px;
  width: 10px;
  border-style: solid;
  border-color: #000;
  border-width: 0px 1px 1px 0px;
  transform: rotate(45deg) translate(0, -40%);
	-webkit-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
}

.infra-cat-title:hover {
	color: #c64654;
}

.infra-cat-title:hover .collapse-arrow {
	border-color: #c64654;
}

.infra-cat-item {
	margin-top: 10px;
}

.infra-cat-item--collapsed .infra-collapse-list {
	max-height: 1000px;
	transition: max-height 2s ease;
}

.infra-cat-item--collapsed .infra-cat-title {
	color: #c64654;
}

.infra-cat-item--collapsed .collapse-arrow {
	border-color: #c64654;
	transform: rotate(-135deg);
	-webkit-transition: transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
}

.infra-collapse-list-item {
	display: inline-block;
	font-size: 18px;
}

.infra-collapse-list-item .destination {
	font-family: Playfair Display;
	font-size: 30px;
	font-weight: 600;
}

.infra-collapse-list-item .km {
	color: #b5b5b9;
	font-size: 16px;
}

.infra-collapse-list-item:hover {
	color: #c64654;
	cursor: pointer;
}

.infra-collapse-list-item:hover .km {
	color: #c64654;
}

.laflafel{
	background-image: url('../img/laflafel.jpg');
}
.worldClass{
	background-image: url('../img/worldClass.jpg');
}
.market{
	background-image: url('../img/market.jpg');
}
.cleaner{
	background-image: url('../img/cleaner.jpg');
}
.littles{
	background-image: url('../img/littles.jpg');
}
.kindergarten{
	background-image: url('../img/kindergarten.jpg');
}
.barber{
	background-image: url('../img/barber.jpg');
}
.pharmacy{
	background-image: url('../img/pharmacy.jpg');
}

/*----------------BLOCK5---------------*/

/*----------------BLOCK6---------------*/
.firstHeader{
	margin-top: 0;
	line-height: 40px;
}


/*----------------BLOCK6---------------*/


/*----------------BLOCK7---------------*/
.block7gallery{
	grid-gap: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 350px 350px;
	margin-top: 60px;
}
.galleryImgHolder{
	overflow: hidden;
}
.galleryTitleHolder{
	background-color: rgba(0, 0, 0, 0.45);

}
.block7gallery div{
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
}
.galleryImgHolder div{
	transition: 0.5s;
	cursor: pointer;
}
.galleryImgHolder div:hover{
	transform: scale(1.2);
}
.galleryImgHolder div:hover .galleryTitleHolder{
	background-color: rgba(0, 0, 0, 0.2);
}
.architect{
	background-image: url('../img/architect.jpg');
	background-position: center;
}
.territory{
	background-image: url('../img/territory.jpg');
	background-position: bottom;
}
.surround{
	background-image: url('../img/surround.jpg');
	background-position: center;
}
.lobby{
	background-image: url('../img/lobby.jpg');
	background-position: center;
}
.galleryTitle{
	position: absolute;
	transform: translate3d(-50%, -50%, 0);
	left: 50%;
	top: 50%;
	line-height: 50px;
	font-size: 30px;
	color: #FFF;
	border-bottom: solid 1px #FFF;
}
/*----------------BLOCK7---------------*/

.bottomHolder {
	margin-top: 100px;
}

.infra-container {
	margin-left: 150px;
	width: -webkit-calc(100% - 150px);
	width: calc(100% - 150px);
	height: 100%;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.infrastructureWindow.window-z-indexed {
	z-index: -1 !important;
}

.slider-controls {
	position: absolute;
	bottom: 53px;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	z-index: 1;
}

.slider-prev,
.slider-next {
	width: 56px;
	height: 50px;
	background-color: rgba(0, 0, 0, .45);
	position: relative;
	cursor: pointer;
}

.slider-next .slider-arrow {
	-webkit-transform: rotate(180deg) translate(50%, 47%);
	    -ms-transform: rotate(180deg) translate(50%, 47%);
	        transform: rotate(180deg) translate(50%, 47%);
}

.slider-next .slider-arrow {
	background-image: url('../img/arrow.svg');
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	        background-size: contain;
	background-position: center;
}

.slider-arrow {
	width: 11px;
	height: 19px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.infra-container .closeInfraWindow {
	z-index: 1;
}

.infra-slide {
	height: 100%;
}

.slick-list {
	height: 100%;
}

.slick-track {
	height: 100%;
}

.infra-slide-item{
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.infra-header {
	margin-bottom: 37px;
	font-size: 45px;
}

.infra-block {
	width: 60%
}

.infra-title {
	margin: 0 0 12px 0;
	font-size: 20px;
	color: #8C8C8C;
	font-family: 'Futura Book';
	cursor: pointer;
	color: #000;
}

.infra-list {
	margin: 0 0 25px 0;
	padding-left: 0;
	list-style: none;
}

.infra-item {
	font-family: 'Futura Light';
	font-size: 18px;
	color: #000000;
}

.infra-item:nth-child(n+2) {
	margin-top: 10px;
}

.infra-left {
	overflow: auto;
	width: 35%;
	padding-top: 160px;
}

.infra-container .crossCloseBtn {
	top: 55px;
}

.gallery-slider .gallery-slider-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 1150px) {
	.infrastructureWindow .infra-container {
		margin: 0;
		width: 100%;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
	.infrastructureWindow .crossCloseBtn {
		margin-top: 0;
		left: 55px;
	}
	.infrastructureWindow .slider-controls {
		top: 55px;
		right: 55px;
		bottom: unset;
		left: unset;
	}
	.infra-slide-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.infra-block {
		width: 100%;
		height: 66vh;
	}
	.infra-left {
		padding-top: 60px;
		height: -webkit-calc(50vh - 60px);
		height: calc(50vh - 60px);
		text-align: center;
		overflow: auto;
	}
}

@media (min-width: 1441px) {
	.success .success-icon {
		width: 10vw;
		height: 10vw;
	}

	.success-sidebar {
		max-width: 17.361vw;
		height: 12.014vw;
	}

	.success-sidebar .success-icon {
		width: 4.236vw;
		height: 4.236vw;
	}

	.success-text {
		font-size: 1.111vw;
	}

	.success-flat {
		margin-top: 0.694vw !important;
	}

	.success-flat .success-icon {
		margin-right: 1.042vw;
		width: 1.389vw;
		height: 1.389vw;
	}

	.success-flat .success-text {
		font-size: 0.833vw;
	}

	.infra-cat-title {
		padding: 0 0 0 2.431vw;
	  font-size: 1.666vw;
	}

	.infra-collapse-list-item {
		font-size: 1.25vw;
	}

	.infra-collapse-list-item .destination {
		font-size: 2.083vw;
	}

	.infra-collapse-list-item .km {
		font-size: 1.111vw;
	}

	.top {
    margin: 3.472vw auto 0 auto;
	}
	.callBoxFormContainer {
		margin-top: 12px;
		padding: 30px 20px 40px;
		background: #f0f0f0;
	}

	.callBoxForm input {
		margin-top: 0.833vw;
		padding: 0.486vw 0.694vw;
	  line-height: 1.666vw;
	  border: 0.069vw solid #d0d0d0;
	}

	.callBoxForm input[type='submit'] {
		line-height: 3.053vw;
	  font-size: 0.971vw;
	  margin: 1.735vw 0 0;
	}
	.mainHeader{
		line-height: 4.375vw;
		font-size: -webkit-calc(54px + (100vw - 1440px) / 3000 * 54);
		font-size: calc(54px + (100vw - 1440px) / 3000 * 54);
		max-width: 62.5vw;
	}
	.subMainHeader {
		line-height: 3.125vw;
		font-size: -webkit-calc(38px + (100vw - 1440px) / 3000 * 38);
		font-size: calc(38px + (100vw - 1440px) / 3000 * 38);
		max-width: 45.139vw;
	}
	.button{
		padding: 1.389vw 1.181vw;
		font-size: -webkit-calc(16px + (100vw - 1440px) / 3000 * 16);
		font-size: calc(16px + (100vw - 1440px) / 3000 * 16);
		width: 12.5vw;
		border: 0.069vw solid #000;
	}
	.choseApartmentsBtn {
		border: 0.069vw solid #FFFFFF;
	}
	.blockHeader{
		/* line-height: 5vw; */
		font-size: -webkit-calc(63px + (100vw - 1440px) / 3000 * 63);
		font-size: calc(63px + (100vw - 1440px) / 3000 * 63);
		/* margin-bottom: 2.083vw; */
	}
	.blockSubHeader{
		line-height: 2.222vw;
		font-size: -webkit-calc(24px + (100vw - 1440px) / 3000 * 24);
		font-size: calc(24px + (100vw - 1440px) / 3000 * 24);
		/* margin-bottom: 20px; */
	}
	.subHeaderLine{
		width: 1.736vw;
		height: 0.069vw;
    top: 1.319vw;
    left: -2.431vw;
	}
	.group input {
		font-size: -webkit-calc(20px + (100vw - 1440px) / 3000 * 20);
		font-size: calc(20px + (100vw - 1440px) / 3000 * 20);
    padding: 0.694vw 0.694vw 0.694vw 0.347vw;
    border-bottom: 0.069vw solid #000;
	}
	.mainText{
		line-height: 1.944vw;
		font-size: -webkit-calc(20px + (100vw - 1440px) / 3000 * 20);
		font-size: calc(20px + (100vw - 1440px) / 3000 * 20);
		margin-top: 0.347vw;
	}
	.block2sliderTitle{
		line-height: 2.777vw;
		font-size: -webkit-calc(20px + (100vw - 1440px) / 3000 * 20);
		font-size: calc(20px + (100vw - 1440px) / 3000 * 20);
	}
	.ui-slider .ui-slider-handle {
		width: 1.25vw;
		height: 1.25vw;
		border-radius: 0.625vw;
		top: -0.555vw;
	}
	.ui-slider-horizontal {
		height: 0.139vw;
		width: calc(100% - 0.833vw);
		left: 0.417vw;
	}
	.block2SliderMinValue, .block2SliderMaxValue {
		font-size: -webkit-calc(19px + (100vw - 1440px) / 3000 * 19);
		font-size: calc(19px + (100vw - 1440px) / 3000 * 19);
		bottom: -3.472vw;
	}
	.resultTitle {
		line-height: 1.736vw;
		font-size: -webkit-calc(20px + (100vw - 1440px) / 3000 * 20);
		font-size: calc(20px + (100vw - 1440px) / 3000 * 20);
	}
	.mainTextHeader, .mainTextHeaderP{
		margin-top: 2.083vw;
		/* line-height: 5vw; */
		font-size: -webkit-calc(20px + (100vw - 1440px) / 3000 * 20);
		font-size: calc(20px + (100vw - 1440px) / 3000 * 20);
	}
	.bottomText {
		line-height: 1.389vw;
		font-size: 0.972vw;
	}
	.infra-header {
		margin-bottom: 2.569vw;
		font-size: -webkit-calc(45px + (100vw - 1440px) / 3000 * 45);
		font-size: calc(45px + (100vw - 1440px) / 3000 * 45);
	}
	.infra-title {
		margin: 0 0 12px 0;
		font-size: -webkit-calc(20px + (100vw - 1440px) / 3000 * 20);
		font-size: calc(20px + (100vw - 1440px) / 3000 * 20);
	}
	.infra-item {
		font-size: 1.25vw;
		font-size: -webkit-calc(18px + (100vw - 1440px) / 3000 * 18);
		font-size: calc(18px + (100vw - 1440px) / 3000 * 18);
	}

	.infra-item:nth-child(n+2) {
		margin-top: 0.694vw;
	}
	.slider-controls {
		bottom: 3.681vw;
	}
	.slider-prev,
	.slider-next {
		width: 3.889vw;
		height: 3.472vw;
	}
	.slider-arrow {
		width: 0.764vw;
		height: 1.319vw;
	}
	.infraGallery {
		grid-auto-rows: 17.361vw;
	}
	.infraTitle{
		left: 1.389vw;
		bottom: 1.389vw;
		line-height: 1.944vw;
		font-size: -webkit-calc(20px + (100vw - 1440px) / 3000 * 20);
		font-size: calc(20px + (100vw - 1440px) / 3000 * 20);
	}
	.bottomFacebookLogo  {
		width: 1.042vw;
		height: 1.806vw;
	}
}

@media (min-width: 640px) and (max-height: 740px) {
	.slider-controls {
		top: 62px;
		bottom: unset;
		left: 283px;
	}
}

@media screen and (min-width: 300px) and (max-width:920px){
	.success {
		margin-top: 30px;
	}
	/* .gallery-slider .gallery-slider-image {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	} */
	.infrastructureWindow .crossCloseBtn {
		position: absolute;
	}
	.callBox{
		display: none;
	}

	.blockSpace	{
		height: 10px;
	}
	.bottomGrid{
		display: none;
	}
	.bottomTextMobile{
		display: block;
		text-align: center;
		line-height: 15px;
    	font-size: 12px;
	}
	.menu{
		grid-template-columns: minmax(20px, 150px) minmax(280px, 1fr) minmax(20px, 150px);
		grid-template-rows: 50px minmax(calc(100vh - 225px), auto) 75px;
		grid-template-areas:
			"BMFL menuHead BMFR"
			"BMFL MHC BMFR"
			"BMFL bot BMFR"
	}
	.menuItem{
		display: block;
		font-size: 29px;
    	line-height: 50px;
	}

	.menuIconHolder {
	    float: right;
	    width: unset;
	}
	.messageIcon {
    	display: none;
    }
    .mainHeader {
	    line-height: 50px;
	    font-size: 40px;
	    margin: auto 0 0 6%;
	    max-width: calc(100% - 12%);
	}
	.mainLogo{
		margin-left: unset;
	}
	.subMainHeader {
	    line-height: 30px;
	    font-size: 18px;
	    margin: 6% 0 0 6%;
	    max-width: calc(100% - 12%);
	}
	.choseApartmentsBtn {
    	margin: 6% 0 50px 6%;
	}
	.headContainer {
   		height: 100vh;
   	}
   	.top {
    	width: calc(100% - 12%);
    	/* margin: 50px 6% 0 6%; */
			padding: 2% 6%;
	}
	.dialogBall{
		display: none;
	}
	.headHolder{
		height: calc(100vh - 90px);
		display: grid;
		grid-template-rows: auto auto auto;
		grid-template-columns: auto;
	}
	.block, .galleryBlock{
		width: 86%;
		grid-template-columns: 1fr;
	}
	.galleryBlock{
		margin-left: auto;
		margin-right: auto;
	}
	.galleryLeftBlock, .galleryHeader{
    	padding-right: 0;
    	max-width: 86%;
    	margin-left: 6%;
	}
	#map{
		height: 80vw;
    	margin-top: 50px;
	}
	.block2head{
		grid-template-columns: 1fr;
	}
	.gridSpace{
		display: none;
	}
	.group{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		max-width: unset;
		margin-bottom: 5px;
		margin-top: 10px;
	}
	.block2filtersHolder {
    	width: 86%;
    }
    .block2result{
   		grid-auto-rows: 460px;
   		max-height: 1500px;
    }
    .block2discount {
    	line-height: 200px;
	}
	.block2itemImg {
    	height: 200px;
	}
    .block7gallery{
    	justify-content: center;
    	grid-template-rows: 350px 350px 350px 350px;
    }
    .block7gallery div, .mapHolder {
    	width: 100vw;
    }
    .galleryBlock{
    	justify-content: center;
    	margin-bottom: 0;
    }
    .subHeaderLine {
	    position: absolute;
	    top: -15px;
	    left: 0;
	}
	.watchOnMapBtn {
	    margin-top: 24px;
	}
	.bottomHolder {
     	margin-top: unset;
	}
	.group label {
		font-size: 16px;
		top: 18px;
	}
	.group input:focus ~ label, input.used ~ label {
		top: -1px;
	}
	.group input {
	    font-family: Futura Light;
	    font-size: 16px;
	    padding: 14px 10px 7px 5px;
	}


}

@media (max-height: 720px) {
	.callBox {
		bottom: 15px;
	}
	.callBoxFormContainer {
		padding: 10px 20px;
	}

	.callBoxForm input[type='submit'] {
		line-height: 30px;
	}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
	.infra-cat {
		max-width: 285px;
    margin: 0 auto;
    padding-bottom: 20px;
	}
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
	.infra-cat {
		max-width: 285px;
    margin: 0 auto;
    padding-bottom: 20px;
	}
}

@media screen and (min-width: 300px) and (max-width:767px){

	.blockHeader{
		font-size: 38px;
		line-height: 45px;
	}
	.blockSubHeader{
		line-height: 24px;
		font-size: 18px;
	}
	.mainText{
		line-height: 22px;
		font-size: 16px;
	}
}
@media screen and (min-width: 300px) and (max-width:424px){
	.button {
	    padding: 16px 17px;
	    font-size: 14px;
	    width: 160px;
	}
	.watchOnMapBtn {
	    width: 190px;
	}
	.mainTextHeader, .mainTextHeaderP {
	    margin-top: 20px;
	    margin-bottom: 10px;
	    line-height: 20px;
	}
	.infraGallery {
	    display: grid;
	    grid-auto-rows: 180px;
	}

}
@media screen and (min-width: 300px) and (max-width:359px){
	.choseApartmentsBtn {
	    margin: 6% 0 0 6%;
	}
	.subMainHeader {
	    line-height: 20px;
	    font-size: 17px;
	}
	.mainHeader {
	    line-height: 32px;
	    font-size: 30px;
	}
	.button {
	    padding: 15px 15px;
	    font-size: 14px;
	    width: 150px;
	}
	.block2filtersHolder {
	    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
	.block2sliderTitle {
	    font-size: 18px;
	}
	.block2result {
    	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .block2itemArea {
	    line-height: 60px;
	    font-size: 40px;
	}
	.block2itemName {
	    line-height: 28px;
	    font-size: 23px;
	}
	.blockHeader {
   		font-size: 34px;
   	}
   	.watchOnMapBtn {
	    width: 180px;
	}

}


@media screen and (min-width: 300px) and (max-width:920px) and (orientation: landscape){
	.menu{
		padding: 25px 0 25px 0;
		grid-template-rows: 50px minmax(calc(100vh - 175px), auto) 75px;
	}
	.menuItem {
	    font-size: 27px;
	    line-height: 30px;
	}
	.bottomTextMobile {
	    line-height: 13px;
	    font-size: 12px;
	}
	.mainHeader {
	    line-height: 35px;
	    font-size: 30px;
	    margin: auto 0 0 6%;
	}
	.subMainHeader {
	    line-height: 30px;
	    font-size: 15px;
	    margin: auto 0 auto 6%;
	}
	.choseApartmentsBtn {
	    margin: auto 0 auto 6%;
	}



}

@media (max-width: 480px) {
	.windowSliderHolder.windowSliderHolderGallery {
		height: 37%;
	}
	.gallery-slider .gallery-slider-image {
		background-size: contain;
	}
	.mobileWindowTop .closeGalleryWindow span {
		background: #000 !important;
	}
	#map {
		height: 400px;
	}
	.headContainer{
		background-image: url("../img/headImage.png");
	}
	.closeWindow.closeInfraWindow {
		left: 25px;
		top: 25px;
		width: 14px;
		height: 16px;
	}
	.infrastructureWindow .slider-controls {
		top: 20px;
		right: 25px;
	}
	.infrastructureWindow .slider-controls .slick-arrow {
		width: 30px;
		height: 30px;
	}
	.infra-left {
		padding-top: 60px;
	}
  .infra-header {
		font-size: 27px;
	}
	.infra-title {
		font-size: 16px;
	}
	.infra-list .infra-item {
		font-size: 14px;
	}
	.phoneNumber {
		font-size: 12px;
	}
	.mainLogo {
		margin-top: 5px;
		width: 115px;
		height: 24px;
	}
	.infra-cat {
		margin: 0 auto;
		max-width: 250px;
		padding-bottom: 20px;
	}
	.infra-cat-title {
		font-size: 16px;
	}
	.infra-collapse-list-item {
		font-size: 13px;
	}
	.infra-collapse-list-item .destination {
		font-size: 18px;
	}
}

@media (max-width: 350px) {
	.phoneNumber {
		font-size: 9px;
	}
}

@media screen and (min-width: 1340px) {
	.block2result, .block2filtersHolder {
	    grid-template-columns: repeat(3 , 1fr);
}


@media screen and (min-width: 1922px) {
	/*.block, .headHolder {
    	max-width: calc(1620px + (100vw - 1920px) / 2500 * 800);
    }*/

	.mainHeader {
	    line-height: calc(63px + (100vw - 1920px) / 7500 * 18);
		font-size: calc(54px + (100vw - 1920px) / 7500 * 18);
		max-width: calc(900px + (100vw - 1920px) / 7500 * 18);
	}
}
