/*
* Главная страница
*/

.indexPage{
	overflow: hidden;
	min-height: 650px;

}
@media screen and (max-height:650px){
	.indexPage{
		overflow: auto;
		background-attachment: inherit;

	}
	footer{
		position: fixed;

	}
}
.indexPage .screen{
	position: inherit;
}

.bubl{
	z-index: 2;
	pointer-events: none;
}
.bublDescr{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*-webkit-transition:all 0.25s cubic-bezier(0, 0, 0.5, 2) 0s;
	-moz-transition:all 0.25s cubic-bezier(0, 0, 0.5, 2) 0s;
	-o-transition:all 0.25s cubic-bezier(0, 0, 0.5, 2) 0s;
	transition:all 0.25s cubic-bezier(0, 0, 0.5, 2) 0s;	*/
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;

	background: #fff;
	height: 100%;

	font: 18px/1 'helveticaneuecyrroman';

	z-index: -1;
	text-align: left;


	opacity: 0;
	overflow: hidden;
	width: 45px;
	text-indent: 999px;
	padding: 0;
}
.js-state-active .bublDescr{
	width: 142px;
	padding-left: 55px;
	text-indent: 0;
	opacity: 1;
}
.bublTitle{
	font-size: 17px;
	display: block;
	padding-top: 9px;

}
.bublSubtitle{
	font-size: 12px;
	display: block;
	color: #939393;

}
#bubl0{
	top: 231px;
	left: 801px;
}
#bubl1{
	top: 300px;
	left: 1000px;
}
#bubl2{
	top: 457px;
	left: 267px;
}

#bubl3{
	top: 345px;
	left: 182px;
}

#bubl4{
	top: 236px;
	left: 235px;
}

.bg-main{
	background: none !important;
}
.indexPage{
	background: url(/img/bg-main.jpg) no-repeat 50% 50% fixed;
	background-size: cover;

}
/*
* Layouts: Главная страница. Здания
*/

.houseHover{
	position: absolute;
	/*background: rgba(255, 0, 0, 0.25);*/
	cursor: pointer;
	z-index: 2;
	display: none;

}
.houseHover:hover{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
}

#house_2_hover {
	height: 268px;
	left: 1069px;
	top: 444px;
	width: 292px;
	z-index: 2;
}
#house_3_hover {
	height: 438px;
	left: 715px;
	top: 436px;
	width: 531px;
	z-index: 1;
}
#house_4_hover {
	height: 348px;
	left: 200px;
	top: 425px;
	width: 531px;
}
#house_5_hover {
	height: 298px;
	left: 94px;
	top: 445px;
	width: 155px;
}


#house_2_hover:hover{
	background-image: url(imgs/house2_hover.png);
}
#house_3_hover:hover{
	background-image: url(imgs/house3_hover.png);
}
#house_4_hover:hover{
	background-image: url(imgs/house4_hover.png);
}
#house_5_hover:hover{
	background-image: url(imgs/house5_hover.png);
}

/*
.houseHover{
	height: 100%;
	width: 100%;
	min-height: 650px;
	-webkit-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
}

#house_0{
	background-image: url(imgs/house0_layer.png);
}

#house_1{
	background-image: url(imgs/house1_layer.png);
}

#house_2{
	background-image: url(imgs/house2_layer.png);
}

#house_3{
	background-image: url(imgs/house3_layer.png);
}*/


/*
* Layouts: Стандартный шаблон
*/

.defaulPage{
	/*padding-top: 95px;*/
	padding-top: 65px;
	position: relative;
}


/*
* ФОТОГАЛЕРЕЯ
*/

.js-album-title{
	position: absolute;
	margin-top: -95px !important;
}
.photoGalleryWrapper{
	/*background: rgba(0, 0, 0, 0.05);*/
	/*overflow: hidden;*/
	margin: 50px 0 30px;
	/*background: rgba(0,0,0,.05);*/
}

.photoGallerySlides{
	height: 590px;
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 0 5px rgba(59, 6, 62, 0.85);
}

.photoGallery{
	list-style: none;
	padding: 0;
	margin: 0;
}
.photoGallery li{
	height: 590px;
}
.photoGallery img{
	min-width: 100%;

/*	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/

}

.photoGalleryCaption,
.bx-caption{
	width: 100%;
	height: 55px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #000;
	background: rgba(0,0,0,.6) !important;
	line-height: 55px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.albumTitle,
.bx-caption span{
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	padding: 0 !important;

}

.goToAlbum{
	float: right;
	color: #fff;
}

.photoGalleryThumbs{
	margin: 20px auto 30px;
	width: 910px;
}

.photoGalleryThumb{
	display: block;
	width: 82px;
	height: 82px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	opacity: .4;
}
.photoGalleryThumb img{
	max-width: 100%;
}
.photoGalleryThumb.active{
	opacity: 1;
}
.photoGalleryThumb:nth-of-type(10n+10){
	margin-right: 0;
}



/*
* СЕТКА АЛЬБОМОВ В ГАЛЕРЕЕ
*/

.albumsHolder{
	/*margin: 30px 0;*/
    margin: 0 auto;
    width: 900px;
}

.albumPreview{
	height: 260px;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;

}
.albumPreview:before{
	background: rgba(59, 6, 62, 0);
	content: " ";
	display: block;
	height: 5px;
	position: absolute;
	top: 0;
	width: 0%;
	z-index: 5;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	transition:all 0.25s ease;
}
.albumPreview.js-active:before{
	background: rgba(59, 6, 62, 0.85);
	width: 100%;

/*
	width: 0;
	height: 0;
	line-height: 0;
	border: 15px solid transparent;
	border-top: 30px solid rgba(0,0,0,.05);
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
*/
}

.albumPreview figure{
	height: 175px;
	overflow: hidden;
	background: #ccc;
}

.albumPreview figure img{
	width: 100%;
}

.albumPreviewDesc{
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
	height: 85px;
	border-bottom: 1px solid #d34599;
}
.albumPreview:nth-of-type(8n+2) .albumPreviewDesc,
.albumPreview:nth-of-type(8n+7) .albumPreviewDesc{
	border-bottom: 1px solid #ffd800;
}
.albumPreview:nth-of-type(8n+3) .albumPreviewDesc,
.albumPreview:nth-of-type(8n+6) .albumPreviewDesc{
	border-bottom: 1px solid #e4611d;
}
.albumPreview:nth-of-type(8n+4) .albumPreviewDesc,
.albumPreview:nth-of-type(8n+5) .albumPreviewDesc{
	border-bottom: 1px solid #48b8b6;
}

.albumPreviewTitle{
	text-decoration: none;
	text-transform: uppercase;
	color: #3b063e;
	font-size: 12px;
	line-height: 14px;
	display: block;
	min-height: 30px;
}

time,
.albumViews,
.albumLikes{
	display: inline-block;
	color: #a0a0a0;
	font-size: 11px;
	margin-right: 20px;
}

time span{
	color: #c5bbc6;
	margin-right: 8px;
}


/*
* КОНТАКТЫ
*/

.txtInput,
.taInput{
	border: 1px solid #cfcfcf;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 30px;
	padding: 0 12px;
}
.txtInput:focus,
.taInput:focus{
	opacity: none;
}

.taInput{
	height: 100px;
	padding: 12px;
	resize: none;
}
.formError{
	border-color: #E4611D;
}

.successMessage,
.errorMessage{
	background: #9ab531;
	color: #fff;
	font-size: 12px;
	padding: 15px;
	margin: 20px 0;
	border-right: 5px;
}
.errorMessage{
	background: #e4611d;
}

.mainContacts,
.contactsListHolder{
	background: #fff;
	margin-top: 125px;
	padding: 40px 20px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: 0;
}
.mainContacts{
	margin-top: 0;
}
.formTitle{
	color: #3b063e;
	font-size: 24px;
	text-transform: uppercase;
}

.formShortDesc{
	color: #666;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
	margin: 15px 0;
}

.feedbackForm .row{
	margin-bottom: 20px;
}

.mainContactsRight{
	border-left: 1px solid #cfcfcf;
	padding: 0 0 1px 40px;
}

.contactsVar{
	font-size: 21px;
	line-height: 40px;
	color: #3b063e;
	position: relative;
	padding-left: 50px;
	margin-bottom: 15px;
}

.contactsVar .ad_saver_phone{
	position: relative;
}

.contactsVar span.just-icon{
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #a5a5a5;
	color: #a5a5a5;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.icon-ico-map{
	font-size: 18px;
}

.icon-ico-call{
	font-size: 16px;
}

.icon-ico-mail{
	font-size: 13px;
}


.theMap{
	height: 380px;
	margin: 30px 0;
	border: 2px solid #3b063e;
	border: 7px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0px 0 0 2px #cfcfcf;
}

.contactsListHolder{
	margin-bottom: 60px;
	margin-top: 0px;
	padding: 10px 40px 40px;
}
.workMode{
	font-size: 20px;
	color: #aaa;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 20px;
}


.contactsItem{
	margin: 25px 0 0;
	display: inline-block;

}

.contactsItemTitle{
	color: #3b063e;
	font-size: 16px;
	line-height: 32px;
}
.contactsItemContent{
	color: #666;
	font-size: 12px;
}
.contactsItemContent p{
	color: #666;
	font-size: 12px;
	margin: 2px 0;
}
.contactsItemContent p strong{
	color: #444;
}

.contactsItemHolder{
	-webkit-column-count: 3;
	-moz-column-count: 3;
	-o-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 20px;
	-moz-column-gap: 20px;
	-o-column-gap: 20px;
	column-gap: 20px;
}



/*
* НОВОСТИ
*/

.newsListHolder{
	margin: 40px 0 0;
}
.newsPreview{
	height: 340px;
}
.newsPreview .albumPreviewDesc{
	height: 165px;
	position: relative;
}

.descrTxt{
	font-size: 12px;
	color: #666;
	line-height: 16px;
}
.newsSwitcher{
	float: right;

}

.statisticHolder{
	position: absolute;
	bottom: 10px;
	left: 20px;
}
.albumLikes span{
	font-size: 10px;
	margin-right: 5px;
	vertical-align: middle;
	color: #d8cdd8;

}
.albumViews{
	margin-right: 20px;
}
.albumViews span{
	font-size: 14px;
	margin-right: 5px;
	vertical-align: middle;
	color: #d8cdd8;

}

.loadMoreHolder{
	text-align: center;
}
.loadMore{
	display: inline-block;
	margin: 60px 0;
}

/*
* НОВОСТИ. новость
*/
.newsItemPostPage{
	min-width: 1350px;
	margin-bottom: 30px;
}

.newsItemPostPage .photoGallerySlides{
	height: 360px;
}

.newsItemPostPage .photoGalleryWrapper{
	height: auto;
	background: none;
}

.newsItemPost .title{
	margin-top: 0 !important;
	line-height: .8;
}
.newsItemPost .content{
	color: #666;
}

.newsItemImage{
	width: 100%;
	max-width: 654px;
}

/* навигация */

.postNavi{
	margin-top: 35px;
}

.prevPostLink,
.nextPostLink{
	max-width: 300px;
	height: 30px;
	color: #3b063e;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	position: relative;
	font-weight: bold;
	display: table;

}
.prevPostLink:hover,
.nextPostLink:hover{
	color: #622679;

}
.prevPostLink:hover span,
.nextPostLink:hover span{
	color: #622679;
	border-color: #622679;

}
.prevPostLink .icon-arrow-left,
.nextPostLink .icon-arrow-right{
	position: absolute;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #bbb;
	line-height: 30px;
	text-align: center;
	color: #bbb;
}
.prevPostLink .icon-arrow-left{
	left: 0;
}
.nextPostLink .icon-arrow-right{
	right: 0;
}
.prevPostLink{
	float: left;
	padding-left: 40px;
}

.nextPostLink{
	float: right;
	padding-right: 40px;
}
.linkLabel{
	display: table-cell;
	vertical-align: middle;

}

/*
* Этаж
*/

.appartmentsAside{
	position: absolute;
	right: 0;
	top: 60px;
	width: 300px;
}
.main{
	position: relative;

}

.feedbackViewBtn{
	display: block;
	height: 100%;
	width: 100%;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	background: #fff;
	text-align: center;
	font: 14px 'helveticaneuecyrbold';
	color: #3b063e;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.inner-filter-box.button{
	padding: 0;
}

.line-floor > a.active .tooltips {
bottom: 30px;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter: alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
#floorPlan{
	width: 100%;
	height: 100%;
}
.line-floor > .disabled{
	/*pointer-events: none;*/
}

.floorLabel {
	position: absolute;
	bottom: -37px;
	left: -12px;
	display: block;
	font-weight: bold;
	color: #3b063e;
}

/*.floorPlan{ */
	/* width: 1017px; */
	/* height: 296px; */
	/*overflow: hidden;*/
	/*background: url(/img/plan/planBg.png) no-repeat 0 0;*/
	/* position: relative; */
	/* margin-bottom: 60px; */

/* } */

.floorPlan1{
	width: 100%;
	height: 550px;
	/*overflow: hidden;*/
	/*background: url(/img/plan/planBg.png) no-repeat 0 0;*/
	position: relative;
	margin-bottom: 15px;

}

.floorsPageTitle {
margin: -44px 0 0 320px;
text-transform: uppercase;
font-weight: bold;
}

.floorPageTitle {
margin: -44px 0 0 320px;
text-transform: uppercase;
font-weight: bold;
}

.room .appartment rect ,
.room .appartment polygon {
   /*fill: #7e3281;*/
}
.room .bg {
  fill: none;
  stroke: #7e3281;
}
.room:hover .bg {
  fill: rgba(126, 50, 129, .3);
}
.room:hover .lookBtn{
	display: block;

}
.room:hover .roomDesc{
	top: -62px;
	height: 62px;
	z-index: 1;

}
.roomDesc{
	position: absolute;
	width: 100%;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #c9c9c9;
	text-align: center;
	left: 0;
	transition: all .3s ease;
	top: 0;
	overflow: hidden;
	z-index: -1;
}
.roomStatus{
	position: absolute;
	font-size: 16px;
	top: 54px;
	left: 50%;
	font-weight: bold;

	transform: translateX(-50%);
}
.sold .roomStatus{
	color: #666;
}
.reservation .roomStatus{
	color: #3b063e;
}

.roomDesc .title{
	color: #3b063e;
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;

}
.roomDesc .title span{
	font-size: 18px;
}

.roomDesc .space{
	color: #3b063e;
	font-size: 14px;

}

.lookBtn{
	position: absolute;
	display: none;
	width: 86px;
	height: 30px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #3b063e;
	border: 1px solid #3b063e;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	top: 50px;
	left: 50%;
	margin-left: -43px;
	text-decoration: none;

}

.roomStatus{
	width: 86px;
	height: 30px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #3b063e;
	border: 1px solid #3b063e;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}

/*sold*/
/*.room.sold .appartment rect ,*/
.room.sold .appartment polygon,
.room.sold .appartment line{
   fill: #c0c0c0;
}
.room.sold .bg{
/*	fill: #c0c0c0;
	stroke-width: 6;*/
	/*stroke: #c0c0c0;*/
  /*mask: url(#mask-stripe);*/
  /*opacity: .2;*/

}
.room.sold .appartment polyline{
	/*stroke: #c0c0c0;*/
}
.room.sold .appartment rect{
	stroke: none;
}
.room.sold .appartment line{
	/*stroke: #c0c0c0;*/
}
/*reservation*/
/*.room.reservation .appartment rect ,*/
.room.reservation .appartment polygon {
   fill: #BFA5C2;
}
.room.reservation .bg{
	/*stroke: #BFA5C2;*/
	fill: #cfc5cf;
}
.room.reservation .appartment polyline{
	/*stroke: #BFA5C2;*/
}
.room.reservation .appartment rect{
	stroke: none;
	fill: #cfc5cf;
}
.room.reservation .appartment line{
	/*stroke: #BFA5C2;*/
}
.room.reservation,
.room.sold{
	pointer-events: none;
	cursor: auto;

}
/**/
.room1{
	width: 160px;
	top: -1px;
	left: 6px;
}
.room2{
	width: 130px;
	top: 140px;
	left: 74px;
}
.room3{
	width: 130px;
	top: 140px;
	left: 195px;
}
.room4{
	width: 130px;
	top: 140px;
	left: 315px;
}
.room5{
	width: 130px;
	top: 140px;
	left: 571px;
}
.room6{
	width: 130px;
	top: 140px;
	left: 692px;
}
.room7{
	width: 130px;
	top: 140px;
	left: 812px;
}
.room8{
	width: 160px;
	top: -1px;
	right: 6px;
}

.room-status1{
	fill: #3b063e;
	font-size: 1em;
}
.room-status2{
	fill: #666;
	font-size: 1em;
}
.planB 	.room-status1{
		fill: #3b063e;
		font-size: 130px;
	}
.planB 	.room-status2{
		fill: #666;
		font-size: 130px;
	}
.planB{
	width: 65% !important;
	margin: -30px auto 60px;
}

.planB1{
	margin: -30px auto;
}
.roomPreview figure{
	position: relative;

}


.room-status2-sc{
	font-size: 1em;
}
.graph-viewport figure img{
	/*max-height: 600px;*/
	/* height: 700px; */

	width:550px;
}

.planG{
	margin-top: -20px;
}

.planG1{
	margin-top: -80px;
}

.floor1Image{
	position: relative;
	z-index: 2;
}
/*.floor1Image:hover{
	opacity: 0;
}*/
.floor2Image{
	position: absolute;
	top: 0;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
}

.twoFloorsSwitch{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
}
.floorImageLabel{
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #622679;
	text-align: center;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
	box-shadow: 0 0 0 0 rgba(59, 6, 62, 0.2);
	transition: all .1s ease;
	position: relative;



}
.floorImageLabel:first-of-type:after{
	background: #3b063e;
	content: "";
	display: block;
	width: 3px;
	left: 13px;
	opacity: 0.3;
	position: absolute;
	top: 28px;
	height: 30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.floorImage{
	opacity: 0;
	text-indent: -99999px;
}
.floorImage:checked + label{
	box-shadow: 0 0 0 4px rgba(59, 6, 62, 0.2);

}
.roomPreview{
	position: relative;

}
/******************************************************/

.floorPlan{
	width: 100%;
	height: auto;
}
.room{
	cursor: pointer;

}
.bg polygon,
.bg path{
	pointer-events: all;
}
.room rect,
.room > path{
	/*fill: #7e3281;*/
	fill: #A48AA5;
}
.room path{
	stroke: #A48AA5;
}
.room .bg polygon,
.room .bg path{
	/*stroke: #7e3281;*/
	stroke: none;
}

.room:hover rect{

}
.room:hover .bg polygon,
.room:hover .bg path{
	fill: rgba(126, 50, 129, .3);
}

.room.sold .bg polygon,
.room.sold .bg path{
	fill: #c0c0c0;
	stroke: none;
  mask: url(#mask-stripe);
}
.room.sold rect{
	fill: #c0c0c0;
}
.room.reservation .bg polygon,
.room.reservation .bg path{
	fill: #d7ced8;
	/*stroke: #cfc5d0;*/
}
.room.reservation rect,
.room.reservation path{
	fill: #cfc5d0;
}

.room.for-filter rect,
.room.for-filter path{
	/*fill: #9BB633;*/
	fill: #7e3281;
}

.room.for-filter:hover .bg polygon{
	/*fill: #D3DEA6;*/
}


#svg-tooltip{
	position: fixed;
	display: none;
	background: #fff;
	padding: 10px 30px;
	color: #3b063e;
	text-align: center;
	border: 1px solid #3b063e;
	z-index: 99999;
}
.svg-rooms{
	font-size: 14px;
	font-weight: bold;

}
.svg-space{
	font-size: 13px;
}
/******************************************************/





/*
* Квартира
*/
.compare-block{
	position: relative;
	height: 50px;

}
.add-to-compare{
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: none;

}
.add-to-compare:before{
	content: '+';
	display: inline-block;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #fff;
	margin-right: 10px;
	line-height: 21px;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;


}
.add-to-compare.js-remove:before{
	content: '-';
	line-height: 22px;
}



/*
* Меню
*/

.top-header nav{
	height: 44px;
}

.main-menu{
	height: 44px;
	padding: 0;
	margin: 0;
	overflow: visible;

}
.main-menu-item{
	position: relative;

}
.main-menu-item > span,
.main-menu-item > a{
	text-shadow: none;
	margin: 0;
	line-height: 36px;
	height: 44px;
	padding: 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 3px solid transparent;
	transition: all .3s ease;
	color: #ffffff;
}


.main-menu-item > a:hover{
	border-top: 3px solid #D34599;
}


.submenu{
	position: absolute;
	padding: 0;
	margin: 0;
	background: rgb(59, 6, 62);
	background: rgba(59, 6, 62, 0.85);
	display: none;

}
.hasSubmenu:hover .submenu{
	display: block;

}
.submenu-item{
	text-align: left;

}
.submenu-item a,
.submenu-item span{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	white-space: nowrap;

}
.submenu-item:hover a,
.submenu-item:hover span{
	color: #D34599;
}
/*
* футер
*/

.screen:not(.bg-main){
	padding-bottom: 115px;
}

/*
* Видео галерея
*/
.videoItem{
	width: 648px;
	float: left;
}
.videoItem:nth-child(odd){
	margin-right: 34px;
}
.videoPreview{
	height: 300px;
	overflow: hidden;
}
.videoPreview iframe{
	width: 100%;
	height: 100%;
}
.videoPreview img{
	min-height: 100%;
	min-width: 100%;
}

.videoDescrHolder{
	height: 80px;

}
.videoDescrHolder h2{
	width: 300px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	text-transform: uppercase;
	line-height: 54px;
	float: left;
	margin: 0;
}
.additionalInfo{
	margin-left: 300px;
	text-align: right;

}
.additionalInfo time,
.additionalInfo span{
	margin-left: 10px;
	display: inline-block;
	line-height: 54px;
	margin-right: 0;
}
.additionalInfo time{
	margin-left: 0;
}

.photoGalleryWrapperAjax{
	width: 100%;
}

.photoGalleryWrapperAjax .photoGalleryWrapper{
	height: 0;
	transition: all .3s ease;
}
.photoGalleryWrapperAjax.opened .photoGalleryWrapper{
	height: auto;
}


/*
* ТЕКСТОВАЯ СТРАНИЦА
*/

.singleTextPage{
	width: 620px;
	margin-left: 680px;
}
/* дичайшая хуйня, спасибо админке */
.singleTextPage img{
	position: absolute;
	top: 196px;
	left: 0;
}


/* ПОПАПЫ */

.fancybox-wrap{
	min-width: 280px;
}
.fancybox-inner{
	width: 100% !important;
	padding: 20px 25px !important;
	background: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fancybox-skin{
	padding: 0 !important;
	border-radius: 2px !important;
	min-width: 280px;
}

.fancybox-inner .row{
	margin-left: 0 !important;
	margin-bottom: 10px;
}
.fancybox-inner .successMessage,
.fancybox-inner .errorMessage{
	width: 230px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fancybox-skin .ask-form{
	padding: 0 !important;
}
.fancybox-skin h3{
	background: none repeat scroll 0 0 #f9f9f9;
	border-bottom: 1px solid #f0f0f0;
	box-shadow: 0 1px 0 0 #f7f7f7;
	color: #666666;
	display: block;
	font: 12px "helveticaneuecyrroman";
	margin: -20px -25px 20px;
	padding: 18px 0 15px;
	text-align: center;
	text-transform: uppercase;
}


/*
* SOCIAL шары и лайки
*/
.share42init{
	text-align: center;
	margin-bottom: 30px;
}

.socIcon{
	display: inline-block;
	width: 28px;
	height: 19px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	line-height: 19px;
	font-size: 10px;
}

.share42-counter{
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 19px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #bababa;
	border: 1px solid #bababa;
	text-align: center;
	line-height: 19px;
	font-size: 11px;
	background: #f4f4f4;
}

.share42-item:not(:last-child){
	margin-right: 16px;
}
.fbShare{
	background: #6e83b2;
}
.twShare{
	background: #62cdf8;
}
.pShare{
	background: #dc5545;
}
.gShare{
	background: #f17668;
}

/*
* Аккордионы
*/

.js-collapsible .header{
	cursor: pointer;
}
.content.js-closed {
	display: none;
}


/*
* FULL WIDTH PAGE
*/

.fullWidthPage {
	padding-top: 44px;
	/*background: #fff url(/img/gradient.jpg) repeat-x bottom left;*/
}
.fullWidthPage .breadcrumbs{

	position: absolute;
	margin-top: 45px;
}
.fullWidthPage .breadcrumbs span,
.fullWidthPage .breadcrumbs  a:after{
	color: #fff;
}


/*
* Внутренняя страница
*/

.topParallaxBlock{
	height: 725px;
	max-height: 90vh;
	width: 100%;
	background-position: center 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 204px;
}
.topParallaxBlock .wrap-win{
	height: 100%;
	position: relative;

}
.topParallaxBlock .title{
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	/*color: #552958;*/
	color: #fff;
	font-family: 'helveticaneuecyrbold';
}

.topParallaxBlock  .content{
	font-size: 18px;
	line-height: 30px;
	color: #443f44;
	width: 530px;
	margin-top: 30px;
	font-family: 'helveticaneuecyrbold';
}
.topParallaxBlock  .descrHolder{
	position: absolute;
	bottom: 155px;
	left: 0;
	border: 10px solid #fff;
	padding: 5px;
}
.topParallaxBlock  .descrHolder .descrInner{
	background: #fff;
	padding: 10px;
}
.topParallaxBlock  .descrHolder .title{
	color: #552958;
}



.advantagesWrapper{
	background: #fff;
	display: table;
	width: 100%;
}
.advantageItem{
	display: table-cell;
	text-align: center;
	vertical-align: top;
	padding: 64px 0;
	width: 16.66%;
}
.advantageItem figure{
	display: inline-block;
	width: 110px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	font-size: 110px;
	overflow: hidden;
	border-radius: 50%;
	background: #cd358a;
	color: #fff;
	margin: 0 0 30px;
}
.advantageItem figure.color2{
	background: #22d7ac;
}
.advantageItem figure.color3{
	background: #ff461c;
}
.advantageItem figure.color4{
	background: #ff414e;
}
.advantageItem figure.color5{
	background: #75d62f;
}
.advantageItem figure.color6{
	background: #1d94e8;
}
.advantageItem .title{
	font-size: 18px;
	font-family: 'helveticaneuecyrlight';
	color: #552958;
	max-width: 175px;
	display: inline-block;

}
.advantageItem .title2{
	font-size: 14px;
	font-family: 'helveticaneuecyrbold';
	color: #552958;
	max-width: 175px;
	display: inline-block;
}




.textBlock{
	margin: 50px 0px;
	color: #443f44;

}
.textBlock .contentWrap{
	width: 600px;
	margin-left: 323px;
	position: relative;
}
.textBlock .title{
	margin: 50px 0;
}
.textBlock .title.withManager img{
	margin-left: -323px;
}

.contentWrap {
	font-size: 16px;
}

.contentWrap .prefix{
	font-family: 'helveticaneuecyrbold';
	color: #552958;
}
.contentWrap .suffix{
	font-family: 'helveticaneuecyrbold';
	color: #552958;
}



/* COUNTER */

.counterWrapper{
	background: #fff;
	padding: 30px 120px;
}
.counterWrapper .counterTitle{
	color: #552958;
	font-family: "helveticaneuecyrbold";
	font-size: 16px;
	line-height: 24px;
	margin: 0 auto;
	text-align: center;
	width: 630px;
}
.cItemsHolder{
	width: 100%;
	display: table;
	margin-top: 30px;
	table-layout: fixed;
}
.counterItem{
	display: table-cell;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	/*width: 33.3%;*/
}
.counterItem .descr{
	color: #443f44;
	font-size: 14px;
	font-family: 'helveticaneuecyrbold';
	text-transform: uppercase;
	margin-top: 10px;

}
.counterValue{
	display: inline-block;
	font-size: 150px;
	line-height: 144px;
	color: #552958;
	font-family: 'helveticaneuecyrbold';

}
.counterUnit{
	display: inline-block;
	font-size: 30px;
	color: #552958;
	font-family: 'helveticaneuecyrbold';
}




.feedFormHolder{
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 75px 0 75px 448px;*/
	width: 840px;
	margin: 30px auto;
}

.feedFormHolder .formTitle{
	color: #622679;
	font: 16px/30px "helveticaneuecyrbold";
	margin-bottom: 35px;
	max-width: 725px;
	text-align: left;
	text-transform: none;
}

.feedFormHolder .txtInput{
	display: inline-block;
	width: 270px;
	height: 80px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding: 20px;
}
.feedFormHolder .btn.small{
	display: inline-block;
	width: 270px !important;
	height: 80px;
	margin-left: -5px;

}
.feedFormHolder .successMessage,
.feedFormHolder .errorMessage{
	max-width: 799px;
}

.feedFormHolder.feedFormHolderBottom{
	background: none;
}





.managerBlock{
	width: 323px;
	position: absolute;
	top: 0;
	left: -323px;
	text-align: center;
}
.managerBlock.withMTop{
	margin-top: 365px;
}

.managerBlock figure{
	display: inline-block;
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 50%;
	/*background: #ccc;*/
}
.managerBlock figure img{
	width: 100%;
}

.managerTitle{
	color: #552958;
	text-align: center;
	margin:0 auto 20px;
	font-size: 14px;
	max-width: 240px;
	font-weight: bold;

}
.managerFio{
	font-size: 14px;
	margin-top: 15px;
}
.managerPhone{
	font-size: 14px;
}



.managersWrapper{
	background: #FFF;
	/*overflow: hidden;*/

}
.managersTable{
	display: table;
	margin: 0 auto;
}

.managersTable .managerBlock{
	display: table-cell;
	float: none;
	padding-bottom: 20px;
	max-width: 220px;
	position: relative;
	top: auto;
	left: auto;

}
.managersDepartment{
	text-align: center;
	margin: 40px 0 20px;
	margin: -30px 0 75px;
	color: #3b063e;
	font-weight: bold;

	font-size: 16px;

	text-transform: uppercase;
color: #3b063e;
font-weight: bold;
font-size: 20px;
}

.ContactsTitle{
	overflow: hidden;
	background: #fff;
	padding: 25px 0 0;
	text-align: center;

}
.ContactsTitle h2{
	text-transform: uppercase;
	color: #3b063e;
	font-weight: bold;
	font-size: 20px;
}
.ContactsTitle .cont{

	color: #aaa;
	font-size: 20px;
}




.appartmentsPage{
	min-width: 930px;
	min-width: 1000px;
}
.appartmentsPage .breadcrumbs{
	margin-top: 65px;
}
.breadcrumbs{
	z-index: 0;
	pointer-events: none;
}
.breadcrumbs * {
	pointer-events: all;
}


.roomPreview{
	margin: 0 auto;
	width: 668px;
}

.irs-slider{
	cursor: pointer;
	transition: transform .3s ease;
}
/*.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider{*/
	/*background: #691377;*/
/*}*/
.irs-grid-pol{
	/*display: none;*/

}
.irs-with-grid:hover .irs-slider{
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
}






.index-news-item{
	background: rgb(59, 6, 62);
background: rgba(59, 6, 62, 0.85);
}



/*slider*/


.bx-wrapper .bx-prev{
	background: url(/img/arrows.png) no-repeat 0 0;
	opacity: .6;

}
.bx-wrapper .bx-prev:hover{
	background: url(/img/arrows.png) no-repeat 0 0;
	opacity: 1;

}
.bx-wrapper .bx-next{
	background: url(/img/arrows.png) no-repeat -32px 0;
	opacity: .6;
}
.bx-wrapper .bx-next:hover{
	background: url(/img/arrows.png) no-repeat -32px 0;
	opacity: 1;
}



/* compare */

.remove-all-compare{
	font-size: 10px;
	text-decoration: none;
	position: absolute;
	right: 5px;
}
.compare-list-holder{
	/*background: #f9f9f9;*/
}

.compare-list-title{
	border-bottom: 2px solid #f0f0f0;
	text-transform: uppercase;
	line-height: 35px;
	color: #ccc;
	color: rgba(0,0,0,.5);
	font-size: 14px;
	font-weight: bold;

	padding-top: 2px;
	padding-left: 20px;

}

.compare-list{
	list-style: none;
	padding: 0;
	margin: 0;
}

.compare-list_item{
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;

}

.compare-list_item:hover{
	background: #f9f9f9;
}
.compare-list_item-rooms{
	display: inline-block;
	padding-left: 30px;
	color: #000;
	font-weight: 900;
	width: 50px;
	vertical-align: middle;
	position: relative;

}
.compare-list_item:hover .compare-list_item-rooms:before,
.compare-list_item:hover .compare-list_item-rooms:after{
	opacity: 1;
}
.compare-list_item-rooms:before,
.compare-list_item-rooms:after{
	content: '';
	display: block;
	height: 2px;
	width: 12px;
	background: #eb212e;
	position: absolute;
	top: 20px;
	left: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	/*opacity: 0;*/

}
.compare-list_item-rooms:after{
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.compare-list_item-floor{
	display: inline-block;
	padding-left: 20px;
	color: #000;
	font-weight: 700;
	width: 60px;
	vertical-align: middle;

	position: relative;

}
.compare-list_item-floor:before{
	content: '';
	display: block;
	height: 2px;
	width: 10px;
	background: #c279c7;
	position: absolute;
	top: 15px;
	left: 0;
	box-shadow: 0 3px 0 0 #c279c7, 0 6px 0 0 #c279c7, 0 9px 0 0 #c279c7;

}
.compare-list_item-space{
	display: inline-block;
	padding-left: 23px;
	color: #000;
	font-weight: 700;
	vertical-align: middle;
	position: relative;


}
.compare-list_item-space:before{
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #c279c7;
	position: absolute;
	left: 0;
	top: 15px;

}
.compare-list_item-space:after{
	content: "";
	display: block;
	width: 7px;
	height: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #c279c7;
	position: absolute;
	left: 9px;
	top: 12px;

}



.compare-holder{
	width: 868px;
	margin: 80px 0 0 320px;
}
.compare-room{
	width: 50%;
	float: left;
	position: relative;

}
.compare-room-preview{
	height: 440px;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
.compare-room-preview img{
	/*min-width: 100%;*/
	height: 100%;
	/*max-height: 100%;*/
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.compare-room-preview2 img{
	right: 0;
	left: auto;
}

.compare-room-preview .twoFloorsSwitch{
	right: -50px;
	left: auto;
}
.compare-room-preview1 .twoFloorsSwitch{
	left: -50px;
	right: auto;
}

.compare-room-options{
	list-style: none;
	padding: 0;
	margin: 0;
}
.compare-option{
	height: 40px;
	line-height: 40px;
	font-weight: bold;

}

.compare-option-cost{
	color: #d34599;
}
.remove-item-compare{
	display: block;
	text-decoration: none;
	color: #3b063e;
	font-size: 12px;
	position: relative;
	margin-bottom: 20px;
	font-weight: bold;


}

.remove-item-compare span{
	display: inline-block;
	position: absolute;
	left: -35px;
	top: -3px;
	height: 24px;
	width: 24px;
	border-radius: 100%;
	background: #fff;
	line-height: 24px;
	text-align: center;
	font-size: 16px;

}


.characteristics{
	border-collapse: collapse;
	width: 100%;
	border: 0;
	margin: 50px auto 50px;
}
.characteristics td{
	vertical-align: middle;
	height: 40px;
	font-weight: bold;

}
.comp_room_1{
	text-align: left;
	width: 30%;
}
.comp_room_2{
	text-align: right;
	width: 30%;
}
.charact_label{
	text-align: center;
}
.characteristics tr:hover{
	background: #f9f9f9;
}
.characteristics  .remove-item-compare{
	display: inline-block;
}






.clear_filter{
	color: #666666;
	font: 12px 'helveticaneuecyrroman';
	cursor: pointer;
	padding-top: 14px;
	background: transparent;
	box-shadow: none;
	padding: 0;
	color: #a6a6a6;
	border: 0;
	border-bottom: 1px dashed #a6a6a6;
	font-style: normal;
}



.action_bg{
	height: 800px;
	height: 920px;
	width: 100%;
	position: absolute;
	top: -65px;
	left: 0;
	background: url(/img/action_bg.jpg) no-repeat 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

.action_page .breadcrumbs > a{
		color: #fff;
}

.price{
	position: absolute;
	top: 400px;
	right: -31px;
	background: url(/img/price.png) no-repeat 0 0;
	color: #562858;
	font-size: 62px;
	padding-left: 130px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 528px;
	height: 175px;
	z-index: 99;
	line-height: 155px;
}

.price_cur{
	text-transform: uppercase;
	top: -1em;
	font-size: 24px;
}


.action_page .share42init{
	position: absolute;
	left: 0;
	top: 500px;
}
.action_page .share42-item{
	display: block;
	text-align: left;
	margin-bottom: 10px;
}
.action_page .breadcrumbs{
	z-index: 1;
}


.action_page .appartmentsAside .outerFilterBox{
	background: url(/img/btn_back.png) no-repeat 0 0;
	border: 4px solid transparent;
}
.action_page .appartmentsAside .inner-filter-box{
	background: transparent;
}
.action_page .appartmentsAside .feedbackViewBtn{
	background: transparent;
	color: #fff;
}

.action_page .compare-list-holder {
	/*background: #f9f9f9;*/
	width: 291px;
	margin-left: 4px;
}
.action_page .compare-list-title,
.action_page .compare-list_item-rooms ,
.action_page .compare-list_item-floor ,
.action_page .compare-list_item-space {
	color: #fff;
}
.action_page .compare-list_item:hover{
	background: transparent;
}
.action_page .remove-all-compare {
	color: #f9f9f9;
}
.action_page .appartmentsAside{
	top: 0;
}

.action_page .floorPageTitle{
	color: #fff;
}

.action_page .floorImageLabel {
	background: #fff;
	color: #622679;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
}
.action_page .floorImage:checked + label {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}
.action_page .floorImageLabel:first-of-type:after{
	background: #fff;
}




.certificates{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 1260px;

}

.certificates_item{
	height: 390px;
	float: left;
	margin: 19px;
	width: 275px;
	border: 1px solid #dadada;
}
.certificates_item img{
	max-height: 100%;
}

/*
* Dropdown с квартирами
*/
.buildings-menu-holder{
	min-width: 1330px;
}


.top-header nav{
	position: relative;
	z-index: 2;
}
.buildings-menu-overlay{
	position: fixed;
	top: 44px;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: #3c083f; */
	background: #fff;
	opacity: .6;
	display: none;

}

.buildings-menu-holder{
	position: relative;
	margin: 0 auto;
	max-width: 1330px;
}
.buildings-menu{
	position: fixed;
	top: 44px;
	left: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	padding-top: 30px;
	/*margin-top: 45px;*/
	z-index: 1;
	display: none;

/*	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);*/
	/* opacity: 0; */
	/* transition: opacity 1s ease-out; */

}
.plan_prev_hov2{
	position: absolute;
	width: 102px;
	height: 47px;
	background: url(imgs/hover_drop_1.png) no-repeat 0 0;
	left: 313px;
	top: 350px;
	display: none;


}
.plan_prev_hov3{
	position: absolute;
	width: 103px;
	height: 47px;
	background: url(imgs/hover_drop_2.png) no-repeat 0 0;
	left: 213px;
	top: 350px;
	display: none;


}

.plan_prev_hov112{
	position: absolute;
	width: 60px;
	height: 134px;
	background: url(imgs/hover_drop_5.png) no-repeat 0 0;
	left: 117px;
    top: 28px;
	display: none;
}

.plan_prev_hov113{
	position: absolute;
	width: 60px;
	height: 134px;
	background: url(imgs/hover_drop_5.png) no-repeat 0 0;
	left: 167px;
    top: 28px;
	display: none;
}

.plan_prev_hov114{
	position: absolute;
	width: 60px;
	height: 134px;
	background: url(imgs/hover_drop_5.png) no-repeat 0 0;
	left: 200px;
    top: 28px;
	display: none;
}


/* .plan_prev_hov2242{
	position: absolute;
	width: 60px;
	height: 134px;
	background: url(imgs/hover_drop_3.png) no-repeat 0 0;
	left: 114px;
	top: 221px;
	display: none;


} */

.plan_prev_hov2677 {
	position: absolute;
	width: 60px;
	height: 134px;
	background: url(imgs/hover_drop_3.png) no-repeat 0 0;
	left: 154px;
	top: 221px;
	display: none;


}

.plan_prev_hov110{
	position: absolute;
	width: 105px;
	height: 60px;
	background: url(imgs/hover_drop_4.png) no-repeat 0 0;
	left: 116px;
	top: 338px;
	display: none;
}

.plan_prev_tooltip{
	position: absolute;
	bottom: 60px;
	left: 50%;
	margin-left: -50px;
	background: #fff;
	width: 100px;
	height: 50px;
	border-radius: 50px;
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	color: #691377;
}

.plan_prev_hov112 .plan_prev_tooltip{
	bottom: 28px;
}

.plan_prev_hov112 .plan_prev_tooltip:after{
	top: -8px;
}

.plan_prev_hov113 .plan_prev_tooltip{
	bottom: 48px;
}

.plan_prev_hov113 .plan_prev_tooltip:after{
	top: -8px;
}

.plan_prev_hov114 .plan_prev_tooltip{
	bottom: 60px;
}

.plan_prev_hov114 .plan_prev_tooltip:after{
	top: -8px;
}

.plan_prev_hov2677 .plan_prev_tooltip{
	top: -15px;
}

.plan_prev_hov2677 .plan_prev_tooltip:after{
	top: -8px;
}

.plan_prev_tooltip:after{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -8px;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.plan_preview{
	width: 625px;
	height: 445px;
	overflow: hidden;
	margin: 0 24px 30px 0;
	float: left;
	position: relative;

}
.plan_preview img{
	width: 100%;
}
.buildings-menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}


.buildings-houses{
	width: 138px;
	float: left;
	margin-right: 12px;
}

.buildings-floors{
	width: 64px;
	float: left;
	margin-right: 36px;
}

.buildings-rooms{
	width: 353px;
	float: left;
}

.col-title{
	color: #3c083f;
	font-size: 12px;
	line-height: 30px;

}
.buildings-houses .col-title{
	padding-left: 24px;
}
.buildings-floors .col-title{
	text-align: center;
}
.buildings-rooms .col-title{
	padding-left: 28px;
}
.buildings-houses_item{
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	padding: 0 24px;
	color: #6a276e;
	position: relative;
	cursor: pointer;
}
.buildings-houses_item.js-active{
	color: #fff;
	background: #3b063e;	pointer-events:none;
}
.buildings-houses_item:hover{
	background: #f0e9f0;
	color: #6a276e;
}
.buildings-houses_item.js-active:after{
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	right: -10px;
	top: 0;
	border: 25px solid #fff;
	border-left: 10px solid #3b063e;
	border-left: 25px solid #3b063e;
}
.buildings-houses_item:hover:after{
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	right: -10px;
	top: 0;
	border: 25px solid #fff;
	border-left: 10px solid #f0e9f0;
	border-left: 25px solid #f0e9f0;
}

.buildings-floors_item{
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	color: #6a276e;
	text-align: center;
	position: relative;
	cursor: pointer;


}
.buildings-floors_item.disabled{
	color: #e6d7e7;
	pointer-events: none;
}

.buildings-floors_item.js-active{
	color: #fff;
	background: #3b063e;
	pointer-events:none;
}
.buildings-floors_item:not(.js-active):hover{
	color: #6a276e;
	background: #f0e9f0;
}
.buildings-floors_item.js-active:after,
.buildings-floors_item:hover:after{
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	right: -20px;
	top: 0;
	border: 15px solid #fff;
	border-left: 5px solid #3b063e;
	border-left: 15px solid #3b063e;
}
.buildings-floors_item:not(.js-active):hover:after{
	border-left: 5px solid #f0e9f0;
	border-left: 15px solid #f0e9f0;
}

.buildings-rooms_item{
	color: #6a276e;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	font-weight: bold;
	overflow: hidden;
	position: relative;
}
.buildings-rooms_item:not(.all-floor-link):hover{
	background: #f0e9f0;
}
.buildings-rooms_item:not(.all-floor-link):hover:after{
	content: "";
	height: 0;
	width: 0;
	display: block;
	position: absolute;
	right: -10px;
	top: 0;
	border: 25px solid #fff;
	border-left: 10px solid #f0e9f0;
	border-left: 25px solid #f0e9f0;
}
.buildings-rooms_item:not(.all-floor-link) a{
	text-decoration: none;
	color: #6a276e;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 26px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}
.rooms_item_room{
	width: 40%;
	float: left;
}
.rooms_item_space{
	width: 50%;
	float: left;
	padding-left: 23px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.rooms_item_space:before{
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #c279c7;
	position: absolute;
	left: 0;
	top: 19px;

}
.rooms_item_space:after{
	content: "";
	display: block;
	width: 7px;
	height: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #c279c7;
	position: absolute;
	left: 9px;
	top: 16px;

}

.all-floor-link{
	color: #6a276e;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 26px;

}
.all-floor-link:hover{
	text-decoration: none;
}

.close-dropdown{
	position: absolute;
	display: block;
	text-indent: -9999px;
	top: -30px;
	right: 30px;
	cursor: pointer;
	width: 23px;
	height: 23px;
	z-index: 10;
}
.close-dropdown:before,
.close-dropdown:after{
	content: '';
	display: block;
	height: 1px;
	width: 30px;
	background: #622679;
	position: absolute;
	top: 14px;
	left: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	/*opacity: 0;*/

}
.close-dropdown:after{
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#js-dropdown		{
cursor: pointer;}
.js-dropdown-opened .main-menu-item:not(#js-dropdown) a,
.js-dropdown-opened .main-menu-item:not(#js-dropdown),
.js-dropdown-opened .main-menu-item:not(#js-dropdown) span{
	color: #e6d7e7;
	pointer-events: none;
}

.js-dropdown-opened #js-dropdown span{
	color: #6a276e;
}
.js-dropdown-opened #js-dropdown > span{
	color: #6a276e;
	border-top: 3px solid #d34599;
}
.logo-holder{
	transition: all .3s ease;
}
.js-dropdown-opened .top-header .logo-holder{
/*	background: transparent;
	box-shadow: none;
	border-color: transparent;*/
	-webkit-transform: translateY(-150%);
	-moz-transform: translateY(-150%);
	-o-transform: translateY(-150%);
	transform: translateY(-150%);
}
/*.js-dropdown-opened .top-header .logo-holder .inner{
	height: 100px;
	background: #fff;
}*/
.js-dropdown-opened .top-header .logo-holder .logo-phone,
.js-dropdown-opened .top-header .logo-holder .order-call{
	display: none;

}
.js-dropdown-opened footer{
	z-index: 1;
}
.js-dropdown-opened header,
.js-dropdown-opened .top-header{
	background: #fff;
}
.js-dropdown-opened .buildings-menu-overlay/*,
.js-dropdown-opened .buildings-menu*/{
	display: block;

}
.js-dropdown-opened .buildings-menu{
/*	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);*/
	opacity: 1;

}
.js-dropdown-opened .langs{
	opacity: 0;
	pointer-events: none;


}



.langs{
	float: right;
	list-style: none;
	padding: 0;
	margin: 10px 0 0 35px;
	box-shadow: 0 0px 6px rgba(59, 6, 62, 0.85);
	display: none;

}

.langs li a,
.langs li span{
	display: block;
	height: 100%;
	color: #3b063e;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 26px;
	padding: 0 20px 0 8px;
	text-decoration: none;

}
.langs li{
	background: #fff;
	background: rgba(255,255,255,.85);
	height: 25px;
	margin-bottom: 1px;
	position: relative;
	display: none;
}
.langs li.current:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	border-top: 5px solid #3b063e;
	position: absolute;
	right: 10px;
	top: 11px;
}
.langs li.current{
	display: block;
	cursor: pointer;

}
.langs.js-active li{
	display: block;
}

@media only screen and (max-height: 800px){
	.main-page aside {
	   margin-top: 70px;
	}
}
.irs-grid-pol.small {
	display: none !important;
}
