
/* header */

.site-header{
	background:#fff;
	position:relative;
	z-index:12;
	border-bottom:4px solid #56c6cf;
-webkit-box-shadow: 0px 100px 100px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 100px 100px 0px rgba(0,0,0,0.25);
box-shadow: 0px 100px 100px 0px rgba(0,0,0,0.25);

}
.site-header_top{
	background:#cfbdb5;
	background:#c1a598;
	position:relative;
	z-index:1;
}
.site-header_contacts{
	text-align:right;
	padding:0 1rem;
}
.site-header_contacts p{
	display:inline-block;
	vertical-align:middle;
	padding:0;
}
.site-header_contacts-icon{
	width:40px;
	height:40px;
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	font-size:26px;
	color:#56c6cf;
	color:#99ecf2;
}
.site-header_address{
	font-size:14px;
	line-height:40px;
	color:#fff;
}
.site-header_phone a{
	display:inline-block;
	font-family:'Roboto Slab';
	font-weight:500;
	font-size:18px;
	line-height:40px;
	letter-spacing:-0.025em;
	color:#fff;
	text-decoration:none;
}
.site-header_phone a:hover{
	text-decoration:underline;
}

.site-header_bottom{
	background:#fff;
	position:relative;
	z-index:2;
}
.site-header_content{
	align-content:center;
	padding:0 1rem;
	position:relative;
}
.site-header_logo{
	position:absolute;
	padding:14px 0 0;
	background: #fff;
	border-radius: 4px;
	top: -33px;
}
.site-header_logo img{
	width:183px;
	height:84px;
	margin:0 auto;
	display:block;
}
.site-header_slogan{
	padding:0;
	line-height:1;
	font-size:14px;
	font-style:italic;
	text-align:center;
}


/* navigation */

.navigation{
	background:transparent;
	float:right;
	padding-top:6px;
}
.navigation.sticked{
	position:fixed;
}
.navigation-button{
	float:left;
	display: none;
	text-align:center;
	padding:0 10px;
	height:50px;
	line-height:50px;
	cursor: pointer;
	background-color:rgba(255,255,255,.5);
	transition:all ease 250ms;
}
.navigation-button:hover{
    background-color: rgba(255,255,255,.25);
    transition: all ease 250ms;
}
.navigation-button:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 4px;
    background: #00353c;
    box-shadow: 0 8px 0 0 #00353c, 0 -8px 0 0 #00353c;
}
.navigation ul{
	padding:0;
}
.navigation ul.toggled{
	display:block;
}
.navigation li{
	padding:0;
	position:relative;
	margin-left:1px;
}
.navigation a{
	display:block;
	padding:0 1.25em;
	margin-left:1px;
	line-height:70px;
	height:70px;
	color:#825842;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	text-decoration:none;
	transition:all ease 250ms;
	position:relative;
	z-index:2;
}
.navigation li:hover a, .navigation li.current-menu-item a{
	color:#fff;
	transition:all ease 250ms;
}
.navigation li > span:before{
	content:'';
	position:absolute;
	left:0;
	top:100%;
	right:0;
	bottom:0;
	background:#56c6cf;
	transition:all ease 250ms;
	border-radius:4px 4px 0 0;
	z-index:1;
}
.navigation li:hover > span:before, .navigation li.current-menu-item > span:before {
	top:0px;
	transition:all ease 250ms;
}
/* submenu */
.navigation .menu-item-has-children > a{
	padding-right:24px;
	position:relative;
}
.navigation .menu-item-has-children > a:after{
	content:'';
	position:absolute;
	right:12px;
	top:50%;
	margin-top:-3px;
	width:3px;
	height:3px;
	background:#fff;
	box-shadow:	0 -5px 0 0 #fff,
				0 5px 0 0 #fff;
}
.navigation .menu-item-has-children > a:hover:after{
	background:#e09b47;
	box-shadow:	0 -5px 0 0 #e09b47,
				0 5px 0 0 #e09b47;
}
.navigation ul ul{
	position:absolute;
	left:-9999em;
	margin-top:2pc;
	opacity:0;
	transition:opacity ease 250ms, margin ease 250ms, left linear 0ms 250ms;
}
.navigation li:hover ul{
	left:0;
	margin-top:0;
	opacity:1;
	transition:opacity ease 250ms, margin ease 250ms, left linear 0ms 0ms;
}
.navigation li:last-child ul{
	left:auto;
	right:9999em;
}
.navigation li:last-child:hover ul{
	left:auto;
	right:0;
}
.navigation ul ul li{
	display:block;
	background:rgba(255,255,255,.2);
	margin-top:1px;
	transition:all ease 250ms;
}
.navigation ul ul li:hover{
	background:rgba(255,255,255,.4);
	transition:all ease 250ms;
}
.navigation ul ul a{
	white-space:nowrap;
	border-bottom:0 !important;
}
.navigation-button__close {
    display: none;
}
.navigation-button__close::before, .navigation-button__close::after {
    content: '';
    position: absolute;
    width: 90%;
    height: 2px;
    right: 5%;
    top: 50%;
    display: block;
    background: #fff;
    transform: rotate(45deg);
}
.navigation-button__close::after {
    transform: rotate(-45deg);
}
.navigation > ul.toggled + .navigation-button__close {
    display: block;
    position: fixed;
    z-index: 99;
    right: 0;
    top: 0;
    width: 54px;
    height: 54px;
    background: transparent;
}

/* face */

.face{
	position:relative;
	z-index:11;
}
.face-slider{

}
.face-item{
	position:relative;
	min-height:680px;
	#min-height:36vw;
	overflow:hidden;
}
.face-item_image {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.face-item_image__1{
	background:url('../img/face-image-1.jpg') no-repeat center top;
}
.face-item_image__2{
	background:url('../img/face-image-2.jpg') no-repeat center top;
}
.face-item_image__3{
	background:url('../img/face-image-3.jpg') no-repeat center top;
}
.face-item_image__4{
	background:url('../img/face-image-4.jpg') no-repeat center top;
}
.face-item_image__5{
	background:url('../img/face-image-5.jpg') no-repeat center top;
}
.face__short .face-item{
	min-height:360px;
	#min-height:24vw;
}
.owl-carousel .owl-dots{
	position:absolute;
	left:1pc;
	bottom:1pc;
	z-index:2;
}
.owl-carousel .owl-dot{
	width:24px;
	height:24px;
	margin-right:3px;
	float:left;
	border:1px solid rgba(255,255,255,.7) !important;
	background:rgba(255,255,255,0);
	border-radius:3px;
	transition:all ease 250ms;
}
.owl-carousel .owl-dot:hover,
.owl-carousel .owl-dot.active{
	background:rgba(255,255,255,.7);
	transition:all ease 250ms;
}
.face__short .face-item_image{
	background:url('../img/face-image-1.jpg') no-repeat center -130px;
}
.face-item_content{
	position:relative;
	margin-top:80px;
	z-index:3;
	color:#fff;
}
.face-item_heading{
	display:inline-block;
	position:relative;
}
.face-item_text{
	width:40%;
	padding:0px 0px;
}
.face-item_text p{
	font-size:20px;
	font-weight:200;
}
.face-item_overlay{
	background:rgba(93,33,2,0.31) url('../img/bg/stripes-dark.png');
	z-index:1;
}
.face_scroll-down{
	position:absolute;
	z-index:11;
	bottom:2rem;
	left:50%;
	margin-left:-333px;
	width:66px;
	height:66px;
	display:block;
	border:1px solid #fff;
	background:rgba(255,255,255,.1);
	border-radius:50%;
	opacity:1;
	transition:all ease 150ms;
}
.face__short .face_scroll-down{
	margin-left:0;
}
.face_scroll-down:before{
	content:'';
	width:16px;
	height:16px;
	display:block;
	margin:20px 25px 0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-radius:0 0 2px;
	transform:rotate(45deg);
}
.face_scroll-down:hover{
	opacity:0.6;
	transition:all ease 150ms;
}

/* face-tickets */
.face-tickets{
	position:absolute;
	z-index:2;
	bottom:-220px;
	left:50%;
	width:690px;
}
.face-ticket{
	float:right;
	padding:0 12px;
}
.face-ticket figure{
	position:relative;
	background:#fff9f2;
	border-radius:4px;
	padding:10px;
}
.face-ticket figcaption{
	position:absolute;
	top:-37px;
	right:0;
	text-align:right;
	font-family:'alegreya_sans_sc';
	background:#fff9f2;
	border-radius:4px;
	padding:0.25em .35em;
	letter-spacing:-0.025em;
	font-size:20px;
	line-height:24px;
	color:#5d2102;
}
.face-ticket__one{
	margin-top:50px;
}
.face-ticket__two{
	margin-top:25px;
}


/* intro */

.intro{
	position:relative;
	padding-top:1pc;
	padding-bottom:3pc;
	background: #fff9f2;
}
.intro_text{
	position:relative;
	z-index:3;
}
.intro_text p:not(.subheading){
	color:#5f5048;
	line-height:1.2;
}
.intro_figure{
	margin-bottom:1pc;
	position:relative;
}
.intro_figure img{
	max-width:100%;
	border-radius:6px;
	position:relative;
}
.intro_figure_overlay{
	border:14px solid rgba(255,255,255,.9);
	border-radius:5px;
}


/* location */

.section-location{
	position:relative;
	background:#ceeafb url('../img/section-location_bg.jpg') no-repeat center top;
	padding-bottom:24px;
}
.section-location_overlay{
	background:url('../img/bg/stripes-grey.png') rgba(152,108,199,0.4);
}
.section-location_header{
	position:relative;
	z-index:2;
}
.section-location_header h2{
	color:#fff;
}
.section-location_header .h2-subheading{
	color:#fff;
	position:absolute;
	transform:rotate(-90deg);
	top:190px;
	left:52px;
}
.section-location_items{
	position:relative;
	z-index:2;
	padding:12px;
}
.section-location_item{

}
.section-location_item-figure-box{
	padding:12px;
}
.section-location_item-figure{
	position:relative;
	width:250px;
	height:240px;
	padding:24px;
	background:rgba(255,255,255,0.6);
}
.section-location_item-figure:before{
	content:'';
	position:absolute;
	left:24px;
	top:24px;
	right:24px;
	bottom:24px;
	background:#986cc7;
}
.section-location_item-figure img{
	opacity:0.8;
}
.section-location_item-text-box{
	padding:12px;
	position:relative;
	margin-top:-16px;
}
.section-location_item-text{
	width:720px;
	height:240px;
	background:rgba(255,255,255,0.6);
	padding:24px;
	font-size:16px;
}
.section-location_item-text h3{
	padding:0;
}
.section-location_item-text .h3-subheading{
	padding:1em 0;
	font-size:17px;
	line-height:1;
	color:#986cc7;
	font-style:italic;
}
.section-location_item-title{

}


/* section-proposal */

.section-proposal{
	padding-top:1pc;
	padding-bottom:7pc;
}
.section-proposal_header{
	text-align:center;
}
.section-proposal_items{
	padding:2pc 0 0;
	margin:0 -108px;
}
.section-proposal_item-figure{
	position:relative;
	border-radius:6px;
	overflow:hidden;
}
.section-proposal_item-figure img{
	border-radius:7px;
}
.section-proposal_item-figure:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	border:15px solid rgba(255,249,242,.95);
}
.section-proposal_item:nth-child(1) .section-proposal_item-text,
.section-proposal_item:nth-child(7) .section-proposal_item-text{
	padding-right:2pc;
}
.section-proposal_item:nth-child(5) .section-proposal_item-text{
	padding:0 2pc;
}
.section-proposal_item:nth-child(3) .section-proposal_item-text,
.section-proposal_item:nth-child(9) .section-proposal_item-text{
	padding-left:2pc;
}
.section-proposal_item-text h3{
	padding:2.5pc 0 0;
}
.section-proposal_item-text .h3-subheading{
	padding:10px 0 20px;
	line-height:1;
	font-size:18px;
}
.section-proposal_item-text p{
	
}
.section-proposal_buttons{
	padding:4pc 0;
}



/* section-webcam */

.section-webcam{
	position:relative;
	background:url('../img/section-webcam_bg.jpg')no-repeat center top;
}
.section-webcam_icon{
	position:absolute;
	left:50%;
	top:50%;
	width:160px;
	height:160px;
	margin:-80px 0 0 -80px;
	background:#56c6cf url('../img/setion-webcam_icon.png')no-repeat center center;
	transition:all ease 250ms;
	border:3px solid #fff9f2;
	border-radius:6px;
}
.section-webcam_icon:hover{
	background-color:#e18a20;
	border:2px solid transparent;
	transition:all ease 250ms;
}
.section-webcam_section{
	background:rgba(93,33,2,0.5);
}
.section-webcam_text{
	color:#fff;
	width:535px;
	margin:0 auto;
	padding:3pc 0;
}
.section-webcam_text h2{
	color:#fff;
	font-size:36px;
}
.section-webcam_text .h2-subheading{
	color:#fff;
	background-position:left top;
	padding:18px 0 45px 78px;
	background: url('../img/subheading-icon-green.png') no-repeat left top;
	color:#56c6cf;
}



/* section-infrastructure */

.section-infrastructure{
	padding:1pc 0 4pc;
}
.section-infrastructure_header{
	text-align:center;
}
.section-infrastructure_section{
	padding:1pc 0;
}
.section-infrastructure_text{}
.section-infrastructure_text-box{
	position:relative;
	padding-left:120px;
	padding-right:1pc;
}
.section-infrastructure_text-icon{
	position:absolute;
	width:96px;
	height:96px;
	left:0;
	top:20px;
	color:#56c6cf;
	font-size:96px;
}
.section-infrastructure_text-icon:before{
	line-height: 1em;
}
.section-infrastructure_text p{
		padding-bottom:0;
}

.section-infrastructure_collage{
	padding:1.5pc 0;
}
.section-infrastructure_collage figure{
	border:10px solid #fff;
		#height:220px;
			background:#1dc9e7;
			overflow: hidden;
}
.section-infrastructure_collage figure img{
	max-width:initial;
}


/* section-apartments */

.section-apartments{
	position:relative;
}
.section-apartments_overlay{
	background:#fff9f2;
	height:62%;
	z-index:1;
}
.section-apartments_section{
	position:relative;
	z-index:2;
}
.section-apartments_header-box{

}
.section-apartments_header{
	text-align:center;
	position:relative;
	z-index:2;
}
.section-apartments_button-box{
	padding:5pc 0;
	text-align:center;
}
.section-apartments_button-box img{
	margin:72px auto;
}
.section-apartments_button-box .button{
	
}
.section-apartments_items{
	padding:0 20px;
}
.section-apartments_item{
	padding:0 14px;
}
.section-apartments_item-header{
	padding:0;
}
.section-apartments_item-header h3{
	text-align:center;
}
.section-apartments_item-price{
	padding:0;
	text-align:right;
	margin-top:-1em;
	font-weight:200;
	font-size:24px;
	letter-spacing:-0.05em;
	color:#bbbbbc;
	
	display:none;
}
.section-apartments_item-text{
	padding:1em 0;
}
.section-apartments_item-text p{
	padding-bottom:0.5em;
}
.section-apartments_item-text p strong{
	color:#5e4e49;
}
.section-apartments_item-figures{

}
.section-apartments_item-figures .foto-item{
	padding:0 2px;
	position:relative;
	width:50%;
}
.section-apartments_item-figures .foto-item figcaption p{
	display:none;
}
.section-apartments_item-figure:nth-child(2):before{
	content:'';
	position:absolute;
	z-index:3;
	left:15px;
	bottom:-5px;
	right:15px;
	height:4px;
	background: rgb(152,108,199); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(152,108,199,1) 0%, rgba(152,108,199,1) 33%, rgba(100,188,243,1) 33%, rgba(100,188,243,1) 67%, rgba(237,168,71,1) 67%, rgba(237,168,71,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(152,108,199,1) 0%,rgba(152,108,199,1) 33%,rgba(100,188,243,1) 33%,rgba(100,188,243,1) 67%,rgba(237,168,71,1) 67%,rgba(237,168,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(152,108,199,1) 0%,rgba(152,108,199,1) 33%,rgba(100,188,243,1) 33%,rgba(100,188,243,1) 67%,rgba(237,168,71,1) 67%,rgba(237,168,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#986cc7', endColorstr='#eda847',GradientType=1 ); /* IE6-9 */
}
.section-apartments_item-figure:after{
	content:'';
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0.45) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0.45) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0.45) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}



/*

			SECTION-3Dtour
		
*/



.section-3dtour{
	position:relative;
	border-top:4px solid #56c6cf;
}
.section-3dtour_heading {
	padding-bottom:0;
	font-weight:800;
}
.section-3dtour_subheading {
	text-align:left;
	padding:2pc 0;
}
.section-3dtour_subheading .subheading_text {
	padding:0 2.5em;
	margin-left:50px;
}
.section-3dtour_text{
	padding:1pc 2pc 1pc 2pc;
	float:right;
	width:100%;
	max-width:660px;
}
.section-3dtour_figure{
	position:relative;
	overflow:hidden;
}
.section-3dtour_figure_link{
	z-index: 1;
	background: rgba(33,26,24,0.25);
	opacity: 1;
	transition: all ease 250ms;
}
.section-3dtour_figure_link .button{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -124px;
	text-align: center;
	color: #eee2de;
	#color: #211a18;
	border: 1px solid #eee2de;
	padding: 0;
	box-shadow: none;
	background: transparent;
	transition: all ease 250ms;
	
	transform:translateY(50px);
	opacity:0;
}
.section-3dtour_figure_link:hover{
	background: rgba(33,26,24,0.75);
	opacity: 1;
	transition: all ease 250ms;
}
.section-3dtour_figure_link:hover .button{
	opacity:1;
	transform:translateY(-10px);
}


/* fotos */

.section-fotos{
	padding:2rem 0 0;
	position:relative;
	background:url('../img/section-fotos_bg.jpg')no-repeat center bottom;
}
.section-fotos_header{
	position:relative;
	z-index:3;
}
.section-fotos_header h2{
	color:#fff;
	padding:0;
}
.section-fotos_header .lines{
	margin:1pc auto;
}
.section-fotos_items{
	position:relative;
	z-index:3;
	padding:0 15px;
}
.section-fotos_item{
	padding:24px 15px;
}
.section-fotos_item-figure{
	position:relative;
	border:5px solid #fff;
	box-shadow:5px 5px 0 0 #70588a;
	opacity:0.8;
}
.section-fotos_item-figure figcaption{

}
.section-fotos_item-figure figcaption p{
	position:absolute;
	z-index:2;
	bottom:-30px;
	left:0;
	font-size:15px;
	font-style:italic;
	text-transform:lowercase;
	color:#fff;
	padding:0.25em 0;
	transition:all ease 250ms
}
.section-fotos_item-figure figcaption i:before{
	content:"\f108";
	font-family:'Flaticon-media';
}
.section-fotos_item-figure figcaption i{
	position:absolute;
	z-index:2;
	bottom:5px;
	left:0;
	padding:0.25em 0.75em;
	font-size:20px;
	background:#fff;
	color:#ff7c00;

	transform:translateX(50%);
	opacity:0;
	transition:all ease 250ms;
}
.section-fotos_item-figure figcaption a{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#e18c13;
	opacity:0;
	transition:all ease 250ms;
}
.section-fotos_item-figure:hover figcaption p{
	color:#2e2d2d;
	transition:all ease 250ms;
}
.section-fotos_item-figure:hover figcaption i{
	transform:translateX(0%);
	opacity:1;
	transition:all ease 250ms;
}
.section-fotos_item-figure:hover figcaption a{
	background:#e18c13;
	opacity:0.6;
	transition:all ease 250ms;
}
.section-fotos_overlay{
	background:rgba(152,108,199,0.65) url('../img/bg/stripes.png');
	z-index:1;
}
.section-fotos_buttons{
	position:relative;
	z-index:3;
	padding-top:190px;
}
.section-fotos_button{
	background:rgba(225,140,19,0.7);
	border:3px solid #fff !important;
	box-shadow:none !important;
	height:55px !important;
	top:-40px;
	font-weight:bold;
	font-size:16px;
	text-transform:none;
	letter-spacing:-0.025em;
	padding:0 2em;
	border-radius:4px;
}
.section-fotos_button:hover{
	border:3px solid #fff;
	background:#fff;
	color:#ff7c00;
	text-shadow:none;
}




/* section-contacts */

.section-contacts{
	border-top:4px solid #cfbdb5;
	background:#fffcf8;
}
.section-contacts_iframe{
	background:#a3dcff55;
	height:640px;
	position:relative;
}
.section-contacts .preloader{
	display:block;
	background:#e2fbff;
	z-index:2;
}
.section-contacts .preloader:after{
	content:'загружаем карту...';
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-50px;
	margin-top:-14px;
	width:100px;
	height:24px;
	line-height:14px;
	font-size:12px;
	color:#333;
	text-align:center;
}
.section-contacts_iframe iframe{
	width:100%;
	height:640px;
	position:relative;
	z-index:3;
}
.section-contacts__expanded{
	position:relative;
	padding-top:1pc;
	#border-bottom:20px solid #fff;
}
.section-contacts__expanded_desc{
	
}
.section-contacts__expanded .section-contacts_bg{
	position:relative;
	background: #f9faf4 url('../img/section-proposal_bg.jpg') no-repeat center bottom;
}
.section-contacts__expanded .section-contacts_overlay{
	background:rgba(255,255,255,.75) url('../img/bg/stripes.png');
}
.section-contacts__expanded .section-contacts_section{
	position:relative;
	z-index:2;
}
.section-contacts__expanded .section-contacts_iframe,
.section-contacts__expanded .section-contacts_iframe iframe{
	height:640px;
}
.section-contacts_items{
	padding:0 0 32px;
	position:relative;
	z-index:2;
}
.section-contacts_s-item{

}
.section-contacts_logo img{
	border-radius:4px;
}
.section-contacts_item-icon{
    width:48px;
    height:48px;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    font-size:26px;
    color:#56c6cf;
}
.section-contacts_item p{
	display:inline-block;
	vertical-align:middle;
	font-weight:500;
	text-align:left;
	padding:0;
color: #4f433d;
font-family: "alegreya_sans";
font-size: 24px;
}
.section-contacts_item__logo{
	background: #fff;
	border-radius: 6px;
	padding: 2pc 0;
	position: relative;
	top: 22px;
}
.section-contacts_item__phones{

}
.section-contacts_item__address p{
	font-size:20px;
}
.section-contacts_item__phones small{
	padding-bottom:5px;
	font-size:15px;
	line-height:16px;
	color:#938983;
	font-weight:300;
	display:block;
}
.section-contacts_item__gps p small{
	color:#5b5a5d;
	font-size:18px;
	font-weight:300;
	font-family:'Calibri', sans-serif;
}
.section-contacts_item p a{
	font-weight: inherit;
	text-decoration: none !important;
	color: #4f433d;
	font-size: 28px;
	font-family: 'alegreya_sans';
}
.section-contacts_item p a:hover{
	text-decoration:underline !important;
}

/*
			prices-table
*/

.prices-table{
	background:#fff;
	padding:2rem 0 3rem 0;
}
.prices-table p{
	padding:0;
}
.prices-table h3{
	text-align:center;
}
.prices-table h3 strong{
    color: #e18400;
}
.prices-table{
	border-collapse: separate;
	border-spacing: 1px 1px;
	text-align:center;
}
.prices-table tr{
	background:rgba(0,0,0,0);
	transition:all ease 250ms;
}
.prices-table th,
.prices-table td {
	#width:10%;
    padding:10px;
	border:1px solid #ddd;
	background:#fefefe;
	text-align:center;
	vertical-align: middle;
}
.prices-table td ins{
	text-decoration:line-through;
}
.prices-table th{
	#font-weight:400 !important;
	font-size:14px;
	color:#7f7f7f;
}
.prices-table td{
	font-size:16px;
	line-height:1.1;
	transition:all ease 250ms;
}
.prices-table td small{
	font-size:13px;
	font-weight:300;
}
.prices-table thead th:first-child,
.prices-table tbody td:first-child{
	text-align:left;
	font-weight:500;
	font-size:14px;
	#width:50%;
}
.prices-table tr:hover td{
	background:#c8f7fb;
	color:#444;
	transition:all ease 250ms;
}
.prices-table tfoot td{
	text-align:center;
	font-weight:300;
	color:#444;
	padding:0;
}
.prices-table-info{
	background-color:#56C6CF;
	background-color:#99ecf2;
	text-align:center;
	padding:1pc;
}
.prices-table-info-icon{
	display:inline-block;
	#background-color:#64bbc8;
	color:#fff;
	border-radius:50%;
	width:calc(3pc + 4px);
	line-height:3pc;
	height:calc(3pc + 4px);
	font-size:30px;
	margin-right:1pc;
	vertical-align:middle;
	border: 2px solid #5C3626;
	color: #5C3626;
}
.prices-table-info-content{
	display:inline-block;
	text-align:left;
	vertical-align:middle;
}



/* 
			rooms-description
*/

.rooms-description{
	position:relative;
	padding:1rem 0 3rem 0;
}
.rooms-description h2{
	color:#fff;
}
.rooms-description .subheading{
	color:#5a3b6b;
	font-size:18px;
	opacity:0.8;
}
.rooms-description_text{
	color:#fff;
}
.rooms-description_fotos{
	padding:0 0 2rem 1rem;
}
.rooms-description_section{
	position:relative;
	z-index:2;
}
.rooms-description_overlay{
	background:url('../img/bg/stripes-dark.png');
}



/* article */

.article{
	padding-bottom:2rem;
	position:relative;
	clear:both;
}
.article h2{
	padding-bottom:1em;
}
.article h3{
	padding-top:2pc;
	padding-bottom:2pc;
}
.article a{
	color:#56c6cf;
	#text-decoration:underline;
	font-weight:400;
}
.article a:hover{
	#text-decoration:none;
	color:#5c3626;
}
.article_text{
	width:66.666666%;
	float:left;
}
.article_figures{
	padding:1pc 0 0 2pc;
	width:33.333333%;
	float:right;
}
.article_figures.is_stuck{
	#left:66%;
}
.article_figures figure{
	position:relative;
	#border: 5px solid #f3af5d;
	#box-shadow: 5px 5px 0 0 #26a8ba77;
	width:90%;
	max-width:320px;
	margin-bottom:1pc;
	background:#c8abed;
	
	border-radius: 6px;
	overflow: hidden;
}
.article_figures figure img{
	border-radius: 7px;	
}
.article_figures figure:before{
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border: 11px solid rgba(255,249,242,.95);
}
.article-gallery .foto-item{
	width:25%;
}


/* foto-items */


.foto-items{
	padding-bottom:2rem;
}
.foto-item{
	padding:0 1rem 1rem 0;
}
.foto-item figure{
	position:relative;
	overflow:hidden;
	border-radius:4px;
}
.foto-item figure img{
	opacity:0.9;
	transition:all ease 250ms;
}
.foto-item figcaption{

}
.foto-item figcaption p{
	position:absolute;
	z-index:2;
	bottom:0;
	left:0;
	background:rgba(255,255,255,.85);
	font-size:15px;
	font-style:italic;
	text-transform:lowercase;
	color:#484848;
	padding:0.25em .5em;
	pointer-events:none;
	transform:translateX(0px);
	transition:all ease 250ms;
	
	display:none;
}
.foto-item figcaption i{
	position:absolute;
	z-index:2;
	left:50%;
	top:50%;
	margin-top:-21px;
	margin-left:-28px;
	line-height:48px;
	#height:42px;
	width:56px;
	font-size:30px;
	text-align:center;
	#background:rgba(255,255,255,.85);
	#background:#fff;
	color:#484848;
	color:#fff;
	pointer-events:none;
	border: 2px solid #fff;
	border-radius: 5px;
	
	transform:translateY(-20px);
	opacity:0;
	transition:all ease 250ms;
}
.foto-item figcaption a{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:#e18c13;
	opacity:0;
	transition:all ease 250ms;
}
.foto-item figure:hover img{
	opacity:1;
	transition:all ease 250ms;
}
.foto-item figure:hover figcaption p{
	transform:translateX(-30px);
	opacity:0;
	transition:all ease 250ms;
}
.foto-item figure:hover figcaption i{
	transform:translateY(0);
	opacity:1;
	transition:all ease 250ms;
}
.foto-item figure:hover figcaption a{
	background: rgb(86, 198, 207);
	opacity: 0.6;
	transition:all ease 250ms;
}
.featherlight .caption{
	position:absolute;
	bottom:5px;
	left:30px;
	background:rgba(255,255,255,.75);
	padding:5px 10px;
}



/* gallery */

.gallery .foto-item{
	width:25%;
}
.gallery .foto-item figure{
	background:#ffecd1;
	background:#FFFCF8;
	max-height:213px;
}
.gallery .foto-item figure img{
    opacity: 0.85;
}
.gallery .foto-item figcaption p {
	display:none;
}




/* footer */

.site-footer{
	background:#5d2102;
	position:relative;
	box-shadow: 0 -34px 0 0 #cfbdb5;
	box-shadow: 0 -34px 0 0 #c1a598;
}
.site-footer-section{
	position:relative;
}
.site-footer-copyright{
	color:#fff;
	font-weight:bold;
	font-size:1rem;
	padding:1em 0;
	text-align:center;
}
.site-footer-counter{
	position:absolute;
	right:1pc;
	top:20px;
}



@media all and (max-width:1680px){
	.section-proposal_items{margin:0 auto;}
	.section-proposal_item-figure{overflow:hidden;}
	.section-apartments_section {max-width: 1320px;margin: 0 auto;}
	.section-apartments_item{width:50%;}
}
@media all and (max-width:1366px){
	.section-proposal_item{width:480px;max-width:50%;}
	.section-proposal_item-text{padding:0 2pc;}
	.section-proposal_item:nth-child(1){order:1}
	.section-proposal_item:nth-child(2){order:2}
	.section-proposal_item:nth-child(3){order:4}
	.section-proposal_item:nth-child(4){order:3}
	.section-proposal_item:nth-child(5){order:5}
	.section-proposal_item:nth-child(6){order:6}
	.section-proposal_item:nth-child(7){order:8}
	.section-proposal_item:nth-child(8){order:7}
	.section-proposal_item:nth-child(9){order:9}
	.face-tickets{left:0;width:100%;}
	.section-webcam_text{width:100%;padding:3pc 5pc 3pc 2pc;}
}
@media all and (max-width:1320px){
	.la-section{padding-left:1pc;padding-right:1pc;}
}
@media all and (max-width:1200px){
	.face-item {min-height:36vw;}
	.face-item_overlay { background: rgba(93,33,2,0.7) url('../img/bg/stripes.png');}
	.face-item_image {background-size:cover;}
	.face__short .face-item_image {background-size:cover;}
	.face-tickets{bottom:-60px;text-align:center;}
	.face-ticket{float:none;display:inline-block;padding:0 6px;}
	.face-ticket figure{width:180px;}
	.face-ticket figcaption{font-size:18px;}
	.face_scroll-down {display:none;}
	h1 br{display:none;}
	.intro{padding-top: 4pc;}
	.contacts-items{padding:0;}
	.contacts-item{text-align:center;}
	.site-header_logo {width:auto;padding:14px;}
	.site-header_logo img {width:160px;height:auto;}
	.navigation{width:auto;}
	.navigation a {padding:0 1em;}
	.section-contacts_item__logo img{width:70%;}
	.section-contacts_item p a {font-size:24px;}
	.section-contacts_item__address p {font-size:18px;line-height:1.1;}
	.section-contacts_item p {font-size:18px;}
	.section-contacts_item__gps p small {font-size:14px;}
}
@media all and (max-width:1024px){
	.site-header_logo{width:180px;margin:0 auto;position:static;display:block;padding: 6px 0;}
	.site-header_contacts{width:auto;margin:0 auto;text-align:center;padding: 8px 0;}
	.site-header_contacts-icon{height:30px;line-height:30px;font-size:20px;}
	.site-header_address{font-size:13px;}
	.site-header_phone a{font-size:15px;}
	.site-header_content{padding:0;}
	.site-header_contacts-icon {width: 24px;margin-right:5px;}
	.site-header_address,.site-header_phone a {line-height:28px;}
	.navigation ul {
		position:fixed;
		z-index:99;
		top:0;
		right:0;
		bottom:0;
		left:0;
		display:none;
		background:#1f8c99;
	}
	.navigation li {
		width: 360px;
		max-width: 100%;
		background-color: transparent;
		display: block;
		margin: 0 auto;
	}
	.navigation a{border-bottom:1px solid rgba(255,255,255,.3);color: rgba(255,255,255,0.6);}
	.navigation a:hover {
		border-bottom: 3px solid rgba(255,255,255,1);
		color:#fff;
		background: rgba(255,255,255,.25);
	}
	.navigation-button{display:block;float:right;position:fixed;right:0;top:4pc;background-color:#59bfcc;}
	.navigation-button:hover{background-color:#59bfcccc;}
	.navigation ul ul {
		display: block;
		position: static;
		left: auto;
		margin: 0;
		opacity: 1;
	}
	.face_scroll-down{display:none;}
	.face-item_image{background-position:right top !important;}
	.article_text{width:100%;}
	.article_figures{width:100%;padding: 1pc;text-align: center;}
	.article_figures figure{width:30%;display:inline-block;margin:0 1%;}
	.section-webcam_section{width:100%;}
	.section-webcam_icon{display:none;}
	.section-webcam_text{padding:3pc 2pc;}
	.section-infrastructure_text{width:100%;}
	.section-infrastructure_collage{width:660px;max-width:100%;margin:0 auto;}
	.section-apartments_item{width:660px;max-width:100%;}
	.section-3dtour{background:#FFF9F2;}
	.section-3dtour_figure {display:none;}
	.section-3dtour_content {width:100%;}
	.section-3dtour_text {float:none;margin:0 auto;}
	.section-contacts_items{display:block;}
	.section-contacts_item{width: 320px;max-width:100%;margin: 0 auto 2pc;text-align: left;}
}
@media all and (max-width:960px){
	.face-ticket figure{width:160px;}
	.face-ticket figcaption {font-size:15px;}
	.facilities .item-box{width:140px;height:140px;margin:1rem 5px;}
	.facilities .item{border-width:5px;}
	.facilities .item i{font-size:48px;}
	.facilities .item p{padding-top:0;font-size:15px;}
	.contacts-item{padding:2rem 1rem;}
	.contacts-item p{font-size:16px;}
	.gallery .foto-item{width:33.333333%}
	.section-contacts_iframe,
	.section-contacts_iframe iframe,
	iframe {height:480px !important;}
}
@media all and (max-width:768px){
	.face-item_heading{font-size:72px;}
	.face_scroll-down{display:none;}
	h1 + .sup-heading:after{content:none;}
	.intro_figures figure{width:320px;max-width:90%;margin:0 auto;}
	.article-figure figure{width:320px;max-width:90%;margin:0 auto;}
	.rooms,.rooms h2{text-align:center;}
	.rooms .cards{width:480px;max-width:100%;margin:0 auto;}
	.fotos .item{width:50%;}
	.rooms-description{text-align:center;}
	.foto-items{width:320px;max-width:100%;margin:0 auto;}
	.contacts-items hr{display:none;}
	.gallery .foto-items{width:90%}
	.gallery .foto-item{width:50%}
	.section-proposal_item{max-width:100%;order:-1 !important;}
	.section-proposal_item-text{padding:0 1pc 1pc 1pc;}
	.section-proposal_item-figure{overflow:visible;}
	.section-proposal_item-figure img{max-width:100%;height:auto;}
	.article-gallery .foto-item{width:320px;max-width:100%;}
	.section-infrastructure_collage{display:none;}
	.section-apartments_item{width:100%;}
	.section-apartments_item-figures{margin:0 auto;}
	.section-apartments_item-figures .foto-item{width:320px;max-width:100%;margin-bottom:2px;}
	.section-apartments_item-header h3{text-align:center;}
}
@media all and (max-width:640px){
	.face-tickets{display:none;}
	.face-item{min-height:48vw;}
	.face__short .face-item{min-height:48vw;}
	.face-item_overlay { background: rgba(93,33,2,0.4) url('../img/bg/stripes.png');}
	.site-header_contacts-icon {margin-right:2px;}
	.intro {padding:0 1rem 2rem;}
	h1{font-size: 48px;line-height: 1;}
	h2{font-size:36px;}
	h3{font-size:30px;}
	.intro_text{padding:0;}
	.intro_text p{font-size:18px;}
	.webcam{padding:1rem;}
	.webcam_video-box{width:100%;height:48vw;}
	.webcam_text-box {max-width:100%;}
	.fotos{text-align:center;background-position:top !important;background-attachment:fixed;}
	.fotos h2:after{position: static;margin:1rem auto;}
	.fotos .item{width:320px;max-width:100%;margin:0 auto;}
	.lb-foto{display:none;}
	
	.prices-table table td p span,.prices-table table th p span{display:none;}
	.prices-table table td,.prices-table table th{width:25% !important;font-size:13px;}
	.prices-table table tr td:first-child:before{content:attr(data-media);}
	.prices-table table tr th:before{content:attr(data-media);}
	.prices-table-info-icon{display:block;margin:0 auto 1pc;}
	.prices-table-info-content p{text-align:center;padding-bottom:1em;}
	.webcam h2{font-size:24px;}
	.webcam p.size-huge{font-size:32px;}
	.gallery .foto-items{width:320px;max-width:100%;}
	.gallery .foto-item{width:100%}
	.article_figures figure{width:320px;max-width:100%;display:block;margin:1pc auto;}
	.prices-table th{font-size:10px !important;}
	.prices-table td {font-size:12px !important;}
	.section-contacts_iframe,
	.section-contacts_iframe iframe,
	iframe {height:420px !important;}
	.webcamwrapper {height:420px !important;}
}
@media all and (max-width:480px){
	h1{font-size:42px;}
	h2{font-size:30px;}
	h3{font-size:28px;}
	.navigation li{width:240px;margin:0;}
	.sup-heading br{display:none;}
	.rooms .cards{padding:0;}
	.rooms .card-wrapper {padding:2rem 0;}
	.rooms .card h3{left:0;}
	.rooms .card img{right:-5%;}
	.fotos .items{padding:0;}
	.fotos .item {padding:1rem;}
	.contacts-item{padding:1rem 0rem;}
	.contacts-item i{margin:0;width:52px;height:52px;}
	.contacts-item p{font-size:15px;}
	.section-infrastructure_text-box{padding-left:1pc;}
	.section-infrastructure_text-icon{display:none;}
}