

/* Start:/f/fancybox/jquery.fancybox.css?14727133815771*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
	
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;

}

.fancybox-opened {
	z-index: 8030;
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('/f/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/f/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  position: absolute;
}
.fancybox-close:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  background: #2196f3;
  width: 20px;
  height: 2px;
  right: 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-close:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  background: #2196f3;
  height: 2px;
  width: 20px;
  right: 0px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.fancybox-close:after,
.fancybox-close:before {
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.fancybox-close:hover {
  text-decoration: none;
}
.fancybox-close:hover:before,
.fancybox-close:hover:after {
  background: #29b6f6;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/f/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-prev span, .fancybox-next span {
		background-image: url('/f/fancybox/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/f/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/f/css/flexslider.css?14727393221465*/
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flex-direction-nav {
	display: none;
}
/* End */


/* Start:/f/css/bootstrap-multiselect.css?14727133781148*/
.multiselect-container{position:absolute;list-style-type:none;margin:0;padding:0}.multiselect-container .input-group{margin:5px}.multiselect-container>li{padding:0}.multiselect-container>li>a.multiselect-all label{font-weight:700}.multiselect-container>li.multiselect-group label{margin:0;padding:3px 20px 3px 20px;height:100%;font-weight:700}.multiselect-container>li.multiselect-group-clickable label{cursor:pointer}.multiselect-container>li>a{padding:0}.multiselect-container>li>a>label{margin:0;height:100%;cursor:pointer;font-weight:400;padding:3px 20px 3px 40px}.multiselect-container>li>a>label.radio,.multiselect-container>li>a>label.checkbox{margin:0}.multiselect-container>li>a>label>input[type=checkbox]{margin-bottom:5px}.btn-group>.btn-group:nth-child(2)>.multiselect.btn{border-top-left-radius:4px;border-bottom-left-radius:4px}.form-inline .multiselect-container label.checkbox,.form-inline .multiselect-container label.radio{padding:3px 20px 3px 40px}.form-inline .multiselect-container li a label.checkbox input[type=checkbox],.form-inline .multiselect-container li a label.radio input[type=radio]{margin-left:-20px;margin-right:0}
/* End */


/* Start:/f/css/jquery.mCustomScrollbar.css?147435608416339*/
/*
== malihu jquery custom scrollbar plugin ==
Version: 3.0.2 
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/



/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/



/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCustomScrollbar{ -ms-touch-action: none; touch-action: none; /* MSPointer events - direct all pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
		padding-left: 3px;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0; 
		height: auto;
		background: #eeeeee;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 40px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		background: #03a9f4;
 /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;

		margin: 0 auto;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 70px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 40px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		max-width: 2000px;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 40px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 190px; /* minimum dragger width */

		left: 0;
		top: -3px;

	}


	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 10px;
		margin: 0 auto;
		border-radius: 5px;
		background-image: -webkit-linear-gradient(#0089d7, #006eac);
		background-image: -o-linear-gradient(#0089d7, #006eac);
		background-image: linear-gradient(#0089d7, #006eac);
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar:hover{
			border-radius: 5px;
				background-image: -webkit-linear-gradient(#00a4ec, #0085c9);
		background-image: -o-linear-gradient(#00a4ec, #0085c9);
		background-image: linear-gradient(#00a4ec, #0085c9);
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 40px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ 
		padding-right: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ 
		padding-bottom: 0; 
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ o}
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #f7f9f9;  
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #e9eff0; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #e9eff0; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #e9eff0; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-color: #0e8abd;
		background-image: url(/f/i/icons.png); /* css sprites */
		background-repeat: no-repeat;
		
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -591px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: -40px -591px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{  }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{  }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */

/* End */


/* Start:/bitrix/templates/mik76/template_styles.css?1748590311112407*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-height: 100%;
  position: relative;
}
body {
  margin: 0;
  background: #fff;
  margin-bottom: 120px;
  min-width: 940px;
}
body,
html {
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background: #ffff00;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 30px;
}
th {
  color: #1a1c1d;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  padding: 10px 0;
}
td {
  color: #bdbdbd;
  font-size: 16px;
  padding: 10px 0;
}
td i {
  color: #2196f3;
}
td a {
  font-weight: bold;
}
td .white {
  color: #fff;
}
tr {
  border-bottom: 1px dotted #1a1c1d;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font: 16px/30px "Ubuntu", sans-serif;
  font-weight: 300;
  color: #212121;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
  color: #212121;
}
a:focus,
a:hover {
  outline: 0;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
[role=button] {
  cursor: pointer;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin: 0;
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
  font-size: 65%;
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-size: 75%;
}
.h1,
h1 {
  margin-bottom: 70px;
}
h2,
.h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  letter-spacing: .10em;
  position: relative;
}
h2.lined,
.h2.lined {
  padding-bottom: 30px;
}
h2.lined:before,
.h2.lined:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 67px;
  height: 1px;
  background: #795548;
}
h3,
.h3 {
  margin-bottom: 30px;
  font-size: 24px;
}
.text-center {
  text-align: center;
}
.h4,
h4 {
  font-size: 20px;
  margin: 40px 0 30px;
}
.h5,
h5 {
  font-size: 14px;
}
.h6,
h6 {
  font-size: 12px;
}
p {
  margin: 0 0 30px;
}
.small,
small {
  font-size: 85%;
}
.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3;
}
ol,
ul {
  margin-top: 0;
  padding: 0;
  margin-bottom: 40px;
}
ul {
  list-style: none;
}
ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
ol {
  counter-reset: li;
  padding: 0;
  list-style: none;
}
ol li {
  position: relative;
}
ol li:before {
  content: counter(li) '.';
  counter-increment: li;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
abbr[data-original-title],
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
  display: none;
}
input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
  position: relative;
  font-weight: 400;
  display: inline-block;
  padding-left: 30px;
  color: #bdbdbd;
  margin-right: 20px;
}
input[type=checkbox] + label:hover:after,
input[type=radio] + label:hover:after {
  background: #282b2b;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  height: 20px;
  width: 20px;
  background: #1a1c1d;
  border-radius: 50%;
}
input[type=radio] + label::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 5px;
  top: 8px;
  margin: auto;
  background: transparent;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  -ms-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
input[type=radio]:checked + label::after {
  background: #2196f3;
}
input[type=checkbox] + label::before {
  border: 2px solid #eceff1;
  border-radius: 5px;
}
.input {
  text-align: center;
  background: #fafafa;
  border: none;
  margin-bottom: 20px;
 padding: 10px 20px 10px 20px !important;
  position: relative;
  outline: none;
  width: 100%;
  box-shadow: none !important;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.input_success {
  outline: 1px solid #2196f3;
}
.input_error {
  outline: 1px solid #f44336;
}
textarea {
  resize: none;
  margin-bottom: 15px !important;
}
.btn {
  display: transparent;
  padding: 12px 40px 13px;
  letter-spacing: .10em;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 24px;
  color: #03a9f4;
  text-align: center;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #03a9f4;
  overflow: hidden;
  z-index: 2;
  border-radius: 50px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:active:hover,
.btn:hover {
  color: #fff;
  background: #03a9f4;
}
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
}
.btn:active,
.btn:active:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 2px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-white {
  border-color: #fff;
  color: #fff;
}
.btn-white:hover {
  color: #212121;
  background: #fff;
}
.btn-white:active:hover {
  background: #fff;
  color: #212121;
}
.arrow {
  width: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 10px;
  margin-left: 10px;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.arrow_back {
	margin-left: 0;
	margin-right: 10px;
}
a:hover .arrow {
transform: translate(10px, 0);
}
a:hover .arrow_back {
transform: translate(-10px, 0);
}
.arrow:before {
  content: '';
  border-bottom: 1px solid #03a9f4;
  border-right: 1px solid #03a9f4;
  height: 7px;
  position: absolute;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  width: 7px;
  bottom: 0;
  right: 0;
  top: -3px;
  margin: auto 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arrow_back:before {
	transform: rotate(135deg)
}
.arrow_white:before {
  border-color: #fff;
}
a:hover .arrow:before {
  border-color: #fff;
}
a:hover .arrow_white:before {
  border-color: #212121;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.clearfix:after,
.clearfix:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.pager:after,
.pager:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.container {
  max-width: 1600px;
  min-width: 940px;
  margin: 0 auto;
}
.bordered {
	position: relative;
}
.bordered:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 20px;
	width: 100%;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid #ececec;
}
.holder {
  padding: 0 70px;
}
@media (max-width: 1200px) {
  .holder {
    padding: 0 40px;
  }
}
@media (min-width: 992px) {
  /* .container {
    width: 940px;
  } */
}
@media (min-width: 1200px) {
  /*  .container {
   width: 1140px;
 } */
}
.container-fluid {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14 {
  float: left;
}
.col-xs-14 {
  width: 100%;
}
.col-xs-13 {
  width: 92.85714286%;
}
.col-xs-12 {
  width: 85.71428571%;
}
.col-xs-11 {
  width: 78.57142857%;
}
.col-xs-10 {
  width: 71.42857143%;
}
.col-xs-9 {
  width: 64.28571429%;
}
.col-xs-8 {
  width: 57.14285714%;
}
.col-xs-7 {
  width: 50%;
}
.col-xs-6 {
  width: 42.85714286%;
}
.col-xs-5 {
  width: 35.71428571%;
}
.col-xs-4 {
  width: 28.57142857%;
}
.col-xs-3 {
  width: 21.42857143%;
}
.col-xs-2 {
  width: 14.28571429%;
}
.col-xs-1 {
  width: 7.14285714%;
}
.col-xs-pull-14 {
  right: 100%;
}
.col-xs-pull-13 {
  right: 92.85714286%;
}
.col-xs-pull-12 {
  right: 85.71428571%;
}
.col-xs-pull-11 {
  right: 78.57142857%;
}
.col-xs-pull-10 {
  right: 71.42857143%;
}
.col-xs-pull-9 {
  right: 64.28571429%;
}
.col-xs-pull-8 {
  right: 57.14285714%;
}
.col-xs-pull-7 {
  right: 50%;
}
.col-xs-pull-6 {
  right: 42.85714286%;
}
.col-xs-pull-5 {
  right: 35.71428571%;
}
.col-xs-pull-4 {
  right: 28.57142857%;
}
.col-xs-pull-3 {
  right: 21.42857143%;
}
.col-xs-pull-2 {
  right: 14.28571429%;
}
.col-xs-pull-1 {
  right: 7.14285714%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-14 {
  left: 100%;
}
.col-xs-push-13 {
  left: 92.85714286%;
}
.col-xs-push-12 {
  left: 85.71428571%;
}
.col-xs-push-11 {
  left: 78.57142857%;
}
.col-xs-push-10 {
  left: 71.42857143%;
}
.col-xs-push-9 {
  left: 64.28571429%;
}
.col-xs-push-8 {
  left: 57.14285714%;
}
.col-xs-push-7 {
  left: 50%;
}
.col-xs-push-6 {
  left: 42.85714286%;
}
.col-xs-push-5 {
  left: 35.71428571%;
}
.col-xs-push-4 {
  left: 28.57142857%;
}
.col-xs-push-3 {
  left: 21.42857143%;
}
.col-xs-push-2 {
  left: 14.28571429%;
}
.col-xs-push-1 {
  left: 7.14285714%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-14 {
  margin-left: 100%;
}
.col-xs-offset-13 {
  margin-left: 92.85714286%;
}
.col-xs-offset-12 {
  margin-left: 85.71428571%;
}
.col-xs-offset-11 {
  margin-left: 78.57142857%;
}
.col-xs-offset-10 {
  margin-left: 71.42857143%;
}
.col-xs-offset-9 {
  margin-left: 64.28571429%;
}
.col-xs-offset-8 {
  margin-left: 57.14285714%;
}
.col-xs-offset-7 {
  margin-left: 50%;
}
.col-xs-offset-6 {
  margin-left: 42.85714286%;
}
.col-xs-offset-5 {
  margin-left: 35.71428571%;
}
.col-xs-offset-4 {
  margin-left: 28.57142857%;
}
.col-xs-offset-3 {
  margin-left: 21.42857143%;
}
.col-xs-offset-2 {
  margin-left: 14.28571429%;
}
.col-xs-offset-1 {
  margin-left: 7.14285714%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14 {
    float: left;
  }
  .col-sm-14 {
    width: 100%;
  }
  .col-sm-13 {
    width: 92.85714286%;
  }
  .col-sm-12 {
    width: 85.71428571%;
  }
  .col-sm-11 {
    width: 78.57142857%;
  }
  .col-sm-10 {
    width: 71.42857143%;
  }
  .col-sm-9 {
    width: 64.28571429%;
  }
  .col-sm-8 {
    width: 57.14285714%;
  }
  .col-sm-7 {
    width: 50%;
  }
  .col-sm-6 {
    width: 42.85714286%;
  }
  .col-sm-5 {
    width: 35.71428571%;
  }
  .col-sm-4 {
    width: 28.57142857%;
  }
  .col-sm-3 {
    width: 21.42857143%;
  }
  .col-sm-2 {
    width: 14.28571429%;
  }
  .col-sm-1 {
    width: 7.14285714%;
  }
  .col-sm-pull-14 {
    right: 100%;
  }
  .col-sm-pull-13 {
    right: 92.85714286%;
  }
  .col-sm-pull-12 {
    right: 85.71428571%;
  }
  .col-sm-pull-11 {
    right: 78.57142857%;
  }
  .col-sm-pull-10 {
    right: 71.42857143%;
  }
  .col-sm-pull-9 {
    right: 64.28571429%;
  }
  .col-sm-pull-8 {
    right: 57.14285714%;
  }
  .col-sm-pull-7 {
    right: 50%;
  }
  .col-sm-pull-6 {
    right: 42.85714286%;
  }
  .col-sm-pull-5 {
    right: 35.71428571%;
  }
  .col-sm-pull-4 {
    right: 28.57142857%;
  }
  .col-sm-pull-3 {
    right: 21.42857143%;
  }
  .col-sm-pull-2 {
    right: 14.28571429%;
  }
  .col-sm-pull-1 {
    right: 7.14285714%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-14 {
    left: 100%;
  }
  .col-sm-push-13 {
    left: 92.85714286%;
  }
  .col-sm-push-12 {
    left: 85.71428571%;
  }
  .col-sm-push-11 {
    left: 78.57142857%;
  }
  .col-sm-push-10 {
    left: 71.42857143%;
  }
  .col-sm-push-9 {
    left: 64.28571429%;
  }
  .col-sm-push-8 {
    left: 57.14285714%;
  }
  .col-sm-push-7 {
    left: 50%;
  }
  .col-sm-push-6 {
    left: 42.85714286%;
  }
  .col-sm-push-5 {
    left: 35.71428571%;
  }
  .col-sm-push-4 {
    left: 28.57142857%;
  }
  .col-sm-push-3 {
    left: 21.42857143%;
  }
  .col-sm-push-2 {
    left: 14.28571429%;
  }
  .col-sm-push-1 {
    left: 7.14285714%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-14 {
    margin-left: 100%;
  }
  .col-sm-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-sm-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-sm-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-sm-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-sm-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-sm-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-sm-offset-7 {
    margin-left: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-sm-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-sm-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-sm-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-sm-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-sm-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14 {
    float: left;
  }
  .col-md-14 {
    width: 100%;
  }
  .col-md-13 {
    width: 92.85714286%;
  }
  .col-md-12 {
    width: 85.71428571%;
  }
  .col-md-11 {
    width: 78.57142857%;
  }
  .col-md-10 {
    width: 71.42857143%;
  }
  .col-md-9 {
    width: 64.28571429%;
  }
  .col-md-8 {
    width: 57.14285714%;
  }
  .col-md-7 {
    width: 50%;
  }
  .col-md-6 {
    width: 42.85714286%;
  }
  .col-md-5 {
    width: 35.71428571%;
  }
  .col-md-4 {
    width: 28.57142857%;
  }
  .col-md-3 {
    width: 21.42857143%;
  }
  .col-md-2 {
    width: 14.28571429%;
  }
  .col-md-1 {
    width: 7.14285714%;
  }
  .col-md-pull-14 {
    right: 100%;
  }
  .col-md-pull-13 {
    right: 92.85714286%;
  }
  .col-md-pull-12 {
    right: 85.71428571%;
  }
  .col-md-pull-11 {
    right: 78.57142857%;
  }
  .col-md-pull-10 {
    right: 71.42857143%;
  }
  .col-md-pull-9 {
    right: 64.28571429%;
  }
  .col-md-pull-8 {
    right: 57.14285714%;
  }
  .col-md-pull-7 {
    right: 50%;
  }
  .col-md-pull-6 {
    right: 42.85714286%;
  }
  .col-md-pull-5 {
    right: 35.71428571%;
  }
  .col-md-pull-4 {
    right: 28.57142857%;
  }
  .col-md-pull-3 {
    right: 21.42857143%;
  }
  .col-md-pull-2 {
    right: 14.28571429%;
  }
  .col-md-pull-1 {
    right: 7.14285714%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-14 {
    left: 100%;
  }
  .col-md-push-13 {
    left: 92.85714286%;
  }
  .col-md-push-12 {
    left: 85.71428571%;
  }
  .col-md-push-11 {
    left: 78.57142857%;
  }
  .col-md-push-10 {
    left: 71.42857143%;
  }
  .col-md-push-9 {
    left: 64.28571429%;
  }
  .col-md-push-8 {
    left: 57.14285714%;
  }
  .col-md-push-7 {
    left: 50%;
  }
  .col-md-push-6 {
    left: 42.85714286%;
  }
  .col-md-push-5 {
    left: 35.71428571%;
  }
  .col-md-push-4 {
    left: 28.57142857%;
  }
  .col-md-push-3 {
    left: 21.42857143%;
  }
  .col-md-push-2 {
    left: 14.28571429%;
  }
  .col-md-push-1 {
    left: 7.14285714%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-14 {
    margin-left: 100%;
  }
  .col-md-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-md-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-md-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-md-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-md-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-md-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-md-offset-7 {
    margin-left: 50%;
  }
  .col-md-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-md-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-md-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-md-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-md-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-md-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14 {
    float: left;
  }
  .col-lg-14 {
    width: 100%;
  }
  .col-lg-13 {
    width: 92.85714286%;
  }
  .col-lg-12 {
    width: 85.71428571%;
  }
  .col-lg-11 {
    width: 78.57142857%;
  }
  .col-lg-10 {
    width: 71.42857143%;
  }
  .col-lg-9 {
    width: 64.28571429%;
  }
  .col-lg-8 {
    width: 57.14285714%;
  }
  .col-lg-7 {
    width: 50%;
  }
  .col-lg-6 {
    width: 42.85714286%;
  }
  .col-lg-5 {
    width: 35.71428571%;
  }
  .col-lg-4 {
    width: 28.57142857%;
  }
  .col-lg-3 {
    width: 21.42857143%;
  }
  .col-lg-2 {
    width: 14.28571429%;
  }
  .col-lg-1 {
    width: 7.14285714%;
  }
  .col-lg-pull-14 {
    right: 100%;
  }
  .col-lg-pull-13 {
    right: 92.85714286%;
  }
  .col-lg-pull-12 {
    right: 85.71428571%;
  }
  .col-lg-pull-11 {
    right: 78.57142857%;
  }
  .col-lg-pull-10 {
    right: 71.42857143%;
  }
  .col-lg-pull-9 {
    right: 64.28571429%;
  }
  .col-lg-pull-8 {
    right: 57.14285714%;
  }
  .col-lg-pull-7 {
    right: 50%;
  }
  .col-lg-pull-6 {
    right: 42.85714286%;
  }
  .col-lg-pull-5 {
    right: 35.71428571%;
  }
  .col-lg-pull-4 {
    right: 28.57142857%;
  }
  .col-lg-pull-3 {
    right: 21.42857143%;
  }
  .col-lg-pull-2 {
    right: 14.28571429%;
  }
  .col-lg-pull-1 {
    right: 7.14285714%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-14 {
    left: 100%;
  }
  .col-lg-push-13 {
    left: 92.85714286%;
  }
  .col-lg-push-12 {
    left: 85.71428571%;
  }
  .col-lg-push-11 {
    left: 78.57142857%;
  }
  .col-lg-push-10 {
    left: 71.42857143%;
  }
  .col-lg-push-9 {
    left: 64.28571429%;
  }
  .col-lg-push-8 {
    left: 57.14285714%;
  }
  .col-lg-push-7 {
    left: 50%;
  }
  .col-lg-push-6 {
    left: 42.85714286%;
  }
  .col-lg-push-5 {
    left: 35.71428571%;
  }
  .col-lg-push-4 {
    left: 28.57142857%;
  }
  .col-lg-push-3 {
    left: 21.42857143%;
  }
  .col-lg-push-2 {
    left: 14.28571429%;
  }
  .col-lg-push-1 {
    left: 7.14285714%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-14 {
    margin-left: 100%;
  }
  .col-lg-offset-13 {
    margin-left: 92.85714286%;
  }
  .col-lg-offset-12 {
    margin-left: 85.71428571%;
  }
  .col-lg-offset-11 {
    margin-left: 78.57142857%;
  }
  .col-lg-offset-10 {
    margin-left: 71.42857143%;
  }
  .col-lg-offset-9 {
    margin-left: 64.28571429%;
  }
  .col-lg-offset-8 {
    margin-left: 57.14285714%;
  }
  .col-lg-offset-7 {
    margin-left: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 42.85714286%;
  }
  .col-lg-offset-5 {
    margin-left: 35.71428571%;
  }
  .col-lg-offset-4 {
    margin-left: 28.57142857%;
  }
  .col-lg-offset-3 {
    margin-left: 21.42857143%;
  }
  .col-lg-offset-2 {
    margin-left: 14.28571429%;
  }
  .col-lg-offset-1 {
    margin-left: 7.14285714%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
::-webkit-input-placeholder {
  color: #212121;
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  text-align: center;
}
::-moz-placeholder {
  color: #212121;
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  text-align: center;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #212121;
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  text-align: center;
}
input:-moz-placeholder {
  color: #212121;
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  text-align: center;
  opacity: 1;
}
.popups {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
.fancybox-skin {
  padding: 0 !important;
  color: #212121;
}
.fancybox-wrap {
  opacity: 0;
  -webkit-box-shadow: 0 5px 25px rgba(0,0,0,.15);
  box-shadow: 0 5px 25px rgba(0,0,0,.15);
}
/*.fixed.fancybox-wrap {
  -webkit-box-shadow: none;
  box-shadow: none;
}*/
.fancybox-type-ajax .fancybox-inner,.fancybox-type-iframe .fancybox-inner {
  width: 100% !important;
  overflow: hidden!important;
}
.popup {
  display: table;
  width: 100%;
  text-align: center;
  table-layout: fixed;
}
.popup__holder {
  display: table-row;
  width: 100%;
}
.popup__col {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.popup__col_9 {
  width: 64.28571429%;
}
.popup__col_5 {
  width: 35.71428571%;
}
.popup__col_13 {
  width: 100%;
}
.popup__title {
  font-size: 25px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.popup__title span {
  display: block;
}
.popup__title_lined {
  padding-bottom: 35px;
  position: relative;
  text-align: left;
}
.popup__title_lined:before {
  position: absolute;
  content: '';
  border-top: 1px solid #000;
  height: 1px;
  width: 67px;
  left: 0;
  bottom: 0;
}
.popup__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
}
.popup__btn .btn {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background: #fff;
}
.popup__btn .btn:hover {
  background: #2196f3;
}
[class*=" icon-"],
[class^=icon-] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  background-image: url(/f/i/icons.png?v2);
  background-repeat: no-repeat;
}
[class*=' iconize-'],
[class^=iconize-] {
  position: relative;
  display: inline-block;
}
[class*=' iconize-']:before,
[class^=iconize-]:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  background: url(/f/i/icons.png?v2) -9999px -9999px no-repeat;
}
.icon-mail {
  width: 17px;
  height: 13px;
  background-position: -198px -257px;
  margin-top: -3px;
  margin-right: 15px;
}
a:hover .icon-mail,
button:hover .icon-mail {
  background-position: -198px -274px;
}
.icon-lock {
  width: 17px;
  height: 19px;
  background-position: -171px -254px;
  margin-top: -4px;
  margin-right: 15px;
}
a:hover .icon-lock {
  background-position: -171px -277px;
}
.icon-online {
  width: 22px;
  height: 18px;
  background-position: -142px -257px;
  margin-top: -3px;
  margin-right: 15px;
}
a:hover .icon-online {
  background-position: -142px -280px;
}
.icon-photo {
  width: 20px;
  height: 17px;
  background-position: -114px -255px;
  margin-top: -4px;
  margin-right: 20px;
}
a:hover .icon-photo {
  background-position: -114px -274px;
}
.icon-hospital {
  width: 14px;
  height: 14px;
  background-position: -85px -257px;
  margin-top: -4px;
}
a:hover:not(.active) .icon-hospital {
  background-position: -85px -274px;
}
.icon-market {
  width: 15px;
  height: 15px;
  background-position: -68px -256px;
  margin-top: -3px;
}
a:hover:not(.active) .icon-market {
  background-position: -68px -273px;
}
.icon-cube {
  width: 16px;
  height: 16px;
  background-position: 0 -254px;
  margin-top: -3px;
}
a:hover:not(.active) .icon-cube {
  background-position: 0 -271px;
}
.icon-schools {
  width: 20px;
  height: 16px;
  background-position: -16px -254px;
  margin-top: -4px;
}
a:hover:not(.active) .icon-schools {
  background-position: -16px -271px;
}
.icon-drugstore {
  width: 15px;
  height: 15px;
  background-position: -36px -255px;
  margin-top: -3px;
}
a:hover:not(.active) .icon-drugstore {
  background-position: -36px -272px;
}
.icon-shoping {
  width: 14px;
  height: 16px;
  background-position: -52px -255px;
  margin-top: -5px;
}
a:hover:not(.active) .icon-shoping {
  background-position: -52px -272px;
}
.icon-file {
  width: 16px;
  height: 20px;
  background-position: 0 -19px;
  margin-right: 20px;
  margin-top: -3px;
}
a:hover .icon-file {
  background-position: -16px -19px;
}
.icon-video {
  width: 15px;
  height: 20px;
  background-position: -32px -19px;
  margin-right: 20px;
  margin-top: -3px;
}
a:hover .icon-video {
  background-position: -47px -19px;
}
.iconize-vk:before {
  width: 8px;
  height: 10px;
  background-position: 0 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.iconize-fb:before {
  width: 6px;
  height: 10px;
  background-position: -8px 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.icon-inteo {
  width: 83px;
  height: 15px;
  background-position: -14px 0;
  margin-left: 20px;
  margin-top: -2px;
}
a:hover .icon-inteo {
  background-position: -97px 0;
}
.icon-quality1,
.icon-quality2,
.icon-quality3,
.icon-quality4,
.icon-quality5,
.icon-quality10,
.icon-quality11 {
  width: 60px;
  height: 60px;
  background-image:url(/f/i/quality/6.png?2);
}
.icon-quality1 {
  background-position: 0 0;
}
.icon-quality2 {
  background-position: -60px 0;
}
.icon-quality3 {
  background-position: -120px 0;
}
.icon-quality4 {
  background-position: -180px 0;
}
.icon-quality5 {
  background-position: -240px 0;
}
.icon-quality10 {
  background-position: -300px 0;
}
.icon-quality11 {
  background-position: -360px 0;
}
.pseudo {
  border-bottom: 1px dashed;
  line-height: 1em;
}
.underline {
  text-decoration: underline;
}
.section {
  padding: 90px 50px 50px;
}
.section_gray {
  background: #fafafa;
}
.section__text {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 620px;
}
.logo {
  float: left;
  border-right: 1px solid #ececec;
  padding: 0 40px;
  text-align: center;
}
.logo img {
  margin-top: -20px;
}
.main-menu {
  overflow: hidden;
  padding: 0 40px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.main-menu ul {
  line-height: 30px;
  text-align: justify;
  padding-top: 20px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 810px;
}
@media (max-width: 1200px) {
  .main-menu ul {
    text-align: center;
    margin-right: -10px;
    max-width: 500px!important;
  }
}
.main-menu ul:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0;
}
.main-menu ul li {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  margin-bottom: 0;
  line-height: 30px;
}
@media (max-width: 1200px) {
  .main-menu ul li {
    margin-right: 10px;
  }
  .main-menu ul li:last-child {
    margin-right: 0
  }
}
.main-menu ul li a {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.main-menu_white ul li a {
  color: #fff;
}
.main-menu ul li a:hover {
  color: #03a9f4;
}
.header {
  border-bottom: 1px solid #ececec;
  line-height: 120px;
}
.header__holder {
  padding: 0;
}
.header__phone {
  float: right;
  border-left: 1px solid #ececec;
  height: 120px;
  text-align: center;
  padding: 0 40px;
  letter-spacing: .1em;
}
.header__phone-holder {
  line-height: 15px;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.header__phone-holder span {
  font-size: 10px;
  float: right;
  text-transform: uppercase;
}
.header__phone-holder span a:hover {
  color: #03a9f4;
}
.header__phone-holder p {
  margin-bottom: 3px;
  font-size: 12px;
}
.header__phone-holder p b {
  font-weight: 700;
  font-size: 20px;
}
.preface {
  position: relative;
  background: #795548;
  border-color: rgba(245, 245, 245, 0.5);
  width: 100%;
  overflow: hidden;
}
.preface .row {
	display: flex;
	align-items: center;
}
.preface:before {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
  border: 1px solid #ececec;
  opacity: .5;
  display: block;
  z-index: 2;
}
.preface__img {
  position: relative;
  margin-right: -30px;
  background: url(/f/i/l-white.svg) center center no-repeat;
}
.preface__img img {
  display: block;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.preface__img_loaded img {
  opacity: 1;
}
@media (min-width: 1600px) {
	.preface__img img {
    width: 1048px;
    height: 715px;
  }
}
.preface__content {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}
.preface__content-holder {
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  padding: 20px 30px 20px 20px;
}
.preface__title {
  color: #bcaaa4;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: .10em;
  margin-bottom: 0;
}
.preface__name {
  letter-spacing: .10em;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 30px;
  margin-bottom: 25px;
  position: relative;
}
.preface__name:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 67px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ececec;
  opacity: .5;
  bottom: 0;
}
@media (max-width:1200px) {
.preface__name {padding-bottom:15px;margin-bottom:15px;}
}
.preface__caption {
  font-size: 10px;
  color: #bcaaa4;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: -5px;
  letter-spacing: 0.1em;
}
.preface__text {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .preface__text {
    margin-bottom: 0;
  }
}
.preface__description {
  margin-bottom: 65px;
}
@media (max-width: 1200px) {
  .preface__description {
    margin-bottom: 30px;
  }
}
.preface-detail__title {
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.preface-detail__text {
  padding-right: 100px;
  margin-bottom: 40px;
}
.preface-detail__description {
  padding-top: 90px;
  padding-bottom: 100px;
  border-right: 1px solid #ececec;
  margin-right: -50px;
}
@media (max-width: 1200px) {
  .preface-detail__description {
    margin-right: -41px;
  }
}
.preface-detail__info {
  padding: 90px 0 100px 90px;
}
@media (max-width: 1200px) {
  .preface-detail__info {
    padding: 90px 0 100px 60px;
  }
}
.social {
  float: left;
  line-height: 120px;
  padding: 0 30px 0 40px;
  border-right: 1px solid #3a3a3a;

}
.social a {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: #03a9f4;
  margin-right: 10px;
  line-height: 0;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.social a:hover {
  background: #29b6f6;
}
.line {
  position: relative;
  margin-bottom: 10px;
  clear: both;
}
.line:before {
  content: '';
  border-bottom: 1px solid #eee;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 9px;
  position: absolute;
}
.line:after {
  clear: both;
  content: '';
  display: table;
}
.line span {
  position: relative;
  background: #fff;
  z-index: 2;
  float: left;
  padding-right: 10px;
  display: inline-block !important;
}
.line span:nth-of-type(2) {
  padding-right: 0;
  float: right;
  background: none;
  background: #fff;
  padding-left: 10px;
}
.section_gray .line span {
	background: #fafafa;
}
.line .oldprice {
  color: #7d7d7d;
  font-weight: 300;
  text-decoration: line-through;
  margin-right: 1px;
}
.visual {
  position: relative;
  height: 250px;
  padding: 0;
  margin-bottom: 30px;
}
.visual__text {
  width: 256px;
  background: #795548;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  cursor: pointer;
}
.visual__text img {
  margin-bottom: 20px;
}
.visual__text p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}
.visual__text:before {
  content: '';
  border: 1px solid #bcaaa4;
  opacity: .5;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
}
.visual__img {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.visual__img:first-of-type {
  padding-right: 128px;
}
.visual__img:last-of-type {
  padding-left: 128px;
}
.visual__img a {
  overflow: hidden;
  height: 250px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.visual__img a:after,
.visual__img a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.visual__img a:after {
  background: url(/f/i/icons.png) 0 -43px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 51px;
  height: 50px;
  z-index: 3;
}
.visual__img a:before {
  width: 100%;
  height: 100%;
  background: #212121;
  z-index: 2;
}
.visual__img a:hover:after {
  opacity: 1;
}
.visual__img a:hover:before {
  opacity: .5;
}
.visual__img a img {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -100px;
  margin-left: -400px;
  width: 800px;
}
.visual__img_half a {
  width: 50%;
}
.visual__img_half a img {
  margin-bottom: 0;
  margin-left: -200px;
  width: 400px;
}
.section {
  padding: 110px 0 80px;
}
.section__text {
  margin-bottom: 90px;
}
.quality-slider__more-row {
  max-width: 1006px;
  margin: 0 auto;
}
.quality-slider ul {
  margin-bottom: 0;
}
.quality-slider ul li {
  display: table;
  width: 100%;
  margin-bottom: 0;
}
.quality-slider__row {
  display: table-row;
  width: 100%;
}
.quality-slider__cell {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.quality-slider__img {
  text-align: right;
  padding-right: 60px;
}
.quality-slider__title {
  font-size: 25px;
  margin-bottom: 30px;
  line-height: 35px;
  font-weight: 500;
}
.quality-slider__text {
  font-weight: 300;
  margin-bottom: 40px;
}
.quality-slider-control {
  width: 400px;
  margin: 0 auto 50px;
}
.quality-slider-control ul {
  margin-bottom: 50px;
  margin-left: -20px;
}
.quality-slider-control__item {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: url(/f/i/icons.png?2);
  cursor: pointer;
}
.quality-slider-control__item.flex-active-slide {
  pointer-events: none;
}
.quality-slider-control__item_1 {
  background-position: 0 -145px;
}
.quality-slider-control__item_1:hover {
  background-position: 0 -198px;
}
.quality-slider-control__item_1.flex-active-slide {
  background-position: 0 -93px;
}
.quality-slider-control__item_2 {
  background-position: -51px -145px;
}
.quality-slider-control__item_2:hover {
  background-position: -51px -198px;
}
.quality-slider-control__item_2.flex-active-slide {
  background-position: -51px -93px;
}
.quality-slider-control__item_3 {
  background-position: -102px -145px;
}
.quality-slider-control__item_3:hover {
  background-position: -102px -198px;
}
.quality-slider-control__item_3.flex-active-slide {
  background-position: -102px -93px;
}
.quality-slider-control__item_4 {
  background-position: -153px -145px;
}
.quality-slider-control__item_4:hover {
  background-position: -153px -198px;
}
.quality-slider-control__item_4.flex-active-slide {
  background-position: -153px -93px;
}
.quality-slider-control__item_5 {
  background-position: -204px -145px;
}
.quality-slider-control__item_5:hover {
  background-position: -204px -198px;
}
.quality-slider-control__item_5.flex-active-slide {
  background-position: -204px -93px;
}
.quality-slider-control__item_6 {
  background-position: -255px -145px;
}
.quality-slider-control__item_6:hover {
  background-position: -255px -198px;
}
.quality-slider-control__item_6.flex-active-slide {
  background-position: -255px -93px;
}

.quality-slider-control__item_10 {
  background-position: -306px -145px;
}
.quality-slider-control__item_10:hover {
  background-position: -306px -198px;
}
.quality-slider-control__item_10.flex-active-slide {
  background-position: -306px -93px;
}
.quality-slider-control__item_11 {
  background-position: -357px -145px;
}
.quality-slider-control__item_11:hover {
  background-position: -357px -198px;
}
.quality-slider-control__item_11.flex-active-slide {
  background-position: -357px -93px;
}
.quality-slider-control__item_12 {
  background-position: -408px -145px;
}
.quality-slider-control__item_12:hover {
  background-position: -408px -198px;
}
.quality-slider-control__item_12.flex-active-slide {
  background-position: -408px -93px;
}
.quality-slider-control__item_13 {
  background-position: -459px -145px;
}
.quality-slider-control__item_13:hover {
  background-position: -459px -198px;
}
.quality-slider-control__item_13.flex-active-slide {
  background-position: -459px -93px;
}
.quality-slider-control__item_14 {
  background-position: -510px -145px;
}
.quality-slider-control__item_14:hover {
  background-position: -510px -198px;
}
.quality-slider-control__item_14.flex-active-slide {
  background-position: -510px -93px;
}
.quality-slider__more {
  width: 33.33333333%;
  margin-bottom: 35px;
  padding-top: 35px;
}
.quality-slider__more-image {
  margin-bottom: 10px;
}
.quality-slider__more-text {
  padding-right: 20px;
}
.slider {
  position: relative;
  padding: 0 80px;
}
.slider .flexslider-navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto 0;
  height: 50px;
}
#planning-slider2 .flexslider-navigation {
  right: auto!important;
}
.slider .flexslider-navigation a {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 2;
  text-decoration: none;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border:1px solid #03a9f4;
  border-radius: 25px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.slider .flexslider-navigation a:hover {
	background-color: #03a9f4;
}
.slider .flexslider-navigation a:after {
  content: '';
  border-bottom: 1px solid #03a9f4;
  border-right: 1px solid #03a9f4;
  height: 12px;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.slider .flexslider-navigation a:hover:after {
  border-color: #fff;
}
.slider .flexslider-navigation a.flex-next {
  right: 0;
}
.slider .flexslider-navigation a.flex-next:after {
  right: 6px;
}
.slider .flexslider-navigation a.flex-prev {
  left: 0;
}
.slider .flexslider-navigation a.flex-prev:after {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 6px;
}
.map__holder {
  height: 600px;
}
.map-control {
  padding: 0 70px;
}
.map-holder {
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
}
@media (max-width: 1200px) {
  .map-control {
    padding: 0 40px;
  }
}
.map-control__wrap {
  display: table;
  width: 100%;
  border-right: 1px solid #ececec;
}
.map-control__holder {
  display: table-row;
  width: 100%;
}
.map-control__btn {
	position: relative;
  border-left: 1px solid #ececec;
  display: table-cell;
  vertical-align: middle;
  letter-spacing: .10em;
  text-align: center;
  font-size: 12px;
  height: 60px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.map-control__btn:before {
	content: '';
	display: block;
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
  border: 1px solid #03a9f4;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.map-control__btn i {
  margin-right: 10px;
}
.map-control__btn:hover {
	z-index: 2;
  background: #03a9f4;
  color: #fff;
}
.map-control__btn.active {
	z-index: 3;
  color: #03a9f4;
}
.map-control__btn.active:hover {
  color: #03a9f4;
  background: none;
}
.map-control__btn:hover:before,
.map-control__btn.active:before {
	opacity: 1;
}
.decorating__btn {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 100px;
}
.decorating__list {
  margin-bottom: 0;
  margin-left: -30px;
}
.decorating__list li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  margin-bottom: 40px;
  padding-left: 30px;
}
@media (max-width: 1200px) {
  .decorating__list li {
    width: 25%;
  }
}
.decorating__list li img {
  margin-bottom: 10px;
}
.decorating__list li p {
  font-weight: 300;
}
.construction__btn {
  text-align: center;
  margin-top: -50px;
  margin-bottom: 90px;
}
.construction__dropdown {
  text-align: center;
  margin-bottom: 40px;
}
.construction__dropdown .btn-group:first-of-type {
  margin-right: 20px;
}
.btn-group {
  display: inline-block;
  vertical-align: top;
}
.dropdown-menu {
  overflow: hidden;
  max-height: 0;
  z-index: 1000;
  background: #fff;
  text-align: left;
  overflow-y: scroll;
}
.dropdown-menu li {
  padding: 0 20px;
  margin-bottom: 0;
}
.dropdown-menu li a:hover {
  color: #03a9f4;
}
.dropdown-menu .radio {
  padding: 0;
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
}
.open .dropdown-menu {
  max-height: 300px;
}
.dropdown-toggle {
  background: transparent !important;
  border: none;
  padding: 0;
  font-size: 12px;
  color: #03a9f4 !important;
  border-radius: 0;
  letter-spacing: .10em;
  text-transform: uppercase;
  position: relative;
  padding-right: 15px;
}
.dropdown-toggle:before {
  position: absolute;
  content: '';
  border-bottom: 1px solid #17b0f5;
  border-right: 1px solid #17b0f5;
  height: 5px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  right: 3px;
  top: 0;
  bottom: 2px;
  margin: auto 0;
}
.construction-slider ul li {
  position: relative;
  overflow: hidden;
  height: 517px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .construction-slider ul li {
    height: 397px;
  }
}
.construction-slider ul li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.construction-slider-caption ul li {
  text-align: center;
}
.docs {
  padding: 80px 0 90px;
}
.docs h2 {
  margin-bottom: 70px;
}
.docs__holder {
  margin-left: -30px;
  margin-bottom: -30px;
}
.docs__item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding-left: 30px;
  text-align: left;
  margin-bottom:30px;
}
.docs__item a {
  display: inline-block;
  vertical-align: top;
}
.file {
  margin-top: 70px;
  position: relative;
}
.file span {
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #7d7d7d;
}
.file:before {
  content: '';
  position: absolute;
  left: 0;
  top: -70px;
  width: 60px;
  height: 60px;
  background: url(/f/i/icons.png);
}
.file_pdf:before {
  background-position: 0 -291px;
}
.file_pdf:hover:before {
  background-position: -62px -291px;
}
.planning-slider {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.planning-slider__room {
  position: absolute;
  border-radius: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background: #fff;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
}
@media (max-width: 1100px) {
  .planning-slider__room {
    transform: scale(0.8);
  }
}
.planning-slider__room b {
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: -10px;
}
.planning-slider__room:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: -2px auto 0;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 12px solid #fff;
}
.planning-slider__sides {
  position: absolute;
  top: 0;
  left: 0;
}
.planning-slider ul li {
  text-align: center;
  position: relative;
}
.planning-slider ul li img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.planning-nav {
  margin-left: -35px;
  display: inline-block;
  vertical-align: top;
  padding-top: 2px;
  margin-bottom: 40px;
}
.planning-nav__part {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .planning-nav__part {
    display: block;
  }
}
.planning-nav__item {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: #fafafa;
  margin-left: 10px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  line-height: 28px;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.planning-nav__item:hover {
  background: #03a9f4;
  color: #fff;
}
.planning-nav__item_active {
  background: #fff;
  border: 1px solid #03a9f4;
  color: #03a9f4;
  line-height: 26px;
}
.planning-nav__caption {
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  margin-right: 5px;
  margin-left: 35px;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
.planning {
  text-align: center;
}
.planning__description {
  text-align: center;
  margin-left: -40px;
  padding-top: 5px;
}
.planning__description span {
  font-size: 12px;
  letter-spacing: .10em;
  text-transform: uppercase;
  margin-left: 40px;
  padding-left: 50px;
  position: relative;
}
.planning__description span:before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: -6px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.planning__description span:first-of-type:before {
  background: #dcedc8;
}
.planning__description span:nth-of-type(2):before {
  background: #ffecb3;
}
.planning__description span:nth-of-type(3):before {
  background: #ffccbc;
}
.planning__description span:nth-of-type(4):before {
  background: #ff7b7b;
  /*content: '%';*/
  content: '';
  color: #fff;
  padding-left: 1px;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M480,143.686H378.752c7.264-4.96,13.504-9.888,17.856-14.304c25.792-25.952,25.792-68.192,0-94.144 c-25.056-25.216-68.768-25.248-93.856,0c-13.856,13.92-50.688,70.592-45.6,108.448h-2.304 c5.056-37.856-31.744-94.528-45.6-108.448c-25.088-25.248-68.8-25.216-93.856,0C89.6,61.19,89.6,103.43,115.36,129.382 c4.384,4.416,10.624,9.344,17.888,14.304H32c-17.632,0-32,14.368-32,32v80c0,8.832,7.168,16,16,16h16v192 c0,17.632,14.368,32,32,32h384c17.632,0,32-14.368,32-32v-192h16c8.832,0,16-7.168,16-16v-80 C512,158.054,497.632,143.686,480,143.686z M138.08,57.798c6.496-6.528,15.104-10.112,24.256-10.112 c9.12,0,17.728,3.584,24.224,10.112c21.568,21.696,43.008,77.12,35.552,84.832c0,0-1.344,1.056-5.92,1.056 c-22.112,0-64.32-22.976-78.112-36.864C124.672,93.318,124.672,71.302,138.08,57.798z M240,463.686H64v-192h176V463.686z M240,239.686H32v-64h184.192H240V239.686z M325.44,57.798c12.992-13.024,35.52-12.992,48.48,0 c13.408,13.504,13.408,35.52,0,49.024c-13.792,13.888-56,36.864-78.112,36.864c-4.576,0-5.92-1.024-5.952-1.056 C282.432,134.918,303.872,79.494,325.44,57.798z M448,463.686H272v-192h176V463.686z M480,239.686H272v-64h23.808H480V239.686z'/%3E%3C/svg%3E");
  background-size: 18px 18px;
  background-position:50% 45%;
  background-repeat: no-repeat;
}
.apartment-popup__wrap {
  padding: 50px 70px;
  position: relative;
}
@media (max-width: 1200px) {
  .apartment-popup__wrap {
    padding: 50px 40px;
  }
}
.apartment-popup__wrap_compact {
  padding: 30px 50px;
}
@media (max-width: 1200px) {
  .apartment-popup__wrap_compact {
    padding: 30px 40px;
  }
}
.apartment-popup__holder {
  width: 100%;
  overflow: hidden;
}
.apartment-steps {
  display: table;
  width: 200%;
  -webkit-transition: transform .3s ease;
  transition: transform .3s ease;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.apartment-steps_2 {
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.apartment-steps__step {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
.apartment-popup__img {
  background: #fafafa;
  text-align: center;
}
.apartment-popup__img-holder {
  position: relative;
}
.apartment-popup__img img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}
.apartment-popup__text {
  margin-bottom: 40px;
}
.apartment-popup__success .apartment-popup__text {
  margin-bottom: 40px;
}
.apartment-popup__sides {
  position: absolute;
  bottom: 0;
  left: 0;
}
.apartment-popup__status {
  margin-top: -10px;
  margin-bottom: 40px;
}
.apartment-popup__status span {
  font-size: 12px;
  line-height: 30px;
  background: #dcedc8;
  display: inline-block;
  vertical-align: top;
  border-radius: 15px;
  text-transform: uppercase;
  padding: 0 20px;
  letter-spacing: .10em;
}
.apartment-popup__status_booked span {
  background: #ffecb3;
}
.apartment-popup__status_sold span {
  background: #ffccbc;
}
.apartment-popup__status .apartment-popup__status-special {
  background: #ff7b7b;
  margin-left: 10px;
  color: #fff;
  position: relative;
}
.apartment-popup__status .apartment-popup__status-special:before {
  content: '%';
  display: inline-block;
  margin-right: 5px;
}
.apartment-popup__detail {
  margin-bottom: 80px;
}
.apartment-popup__price {
  font-weight: 500;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 20px;
}
.apartment-popup__price .oldprice {
  color: #7d7d7d;
  font-size: 20px;
  font-weight: 300;
  text-decoration: line-through;
  margin-right: 15px;
}
.apartment-popup__price .rub {
  font-weight: 300;
}
.apartment-popup .input:last-of-type {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .popup__title,.apartment-popup__price {
    font-size: 20px;
    line-height: 30px;
  }
}
.made-by {
  float: right;
  line-height: 120px;
  padding: 0 40px;
  margin-bottom: 0;
  border-left: 1px solid #3a3a3a;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.fancybox-nav {
  display: none;
}
.footer {
  height: 120px;
  min-width: 940px;
  background: #424242;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.footer__holder {
  padding: 0;
  border: none;
}
.plan {
	position: relative;
	display: inline-block;
	max-width: 100%;
}
.plan-loader {
	width: auto;
	height: auto;
	max-width: 100%;
	position: relative;
}
.plan-bg,
.plan-bg img,
.plan-areas,
.plan-loader_raphael {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#planning-slider .plan > .plan-holder .plan-loader_raphael,
[data-plan] > [data-holder] .plan-loader_raphael {
  z-index: 4;
}
.plan > .plan-areas {
	z-index: 3;
}
.rub {
  font-style: normal;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  background: #fff;
  opacity: 1;
  cursor: pointer;
  z-index: 8060;
  border-radius: 50%;
  //box-shadow: 0 5px 25px rgba(0,0,0,.15);
}

#fancybox-loading div {
  width: 100px;
  height: 100px;
  background: url('/f/i/l-black.svg') center center no-repeat;
}
.step_1 {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background:url(/f/i/left-arrow.svg) center center no-repeat;
  background-size:20px 20px;
  transition:opacity .3s ease;
}
.step_1:hover {
  opacity:.7;
}
.boiler-popup {
  text-align: left;
}
.boiler-popup__img {
  position: relative;
  overflow: hidden;
}
.boiler-popup__img img {
  width: 640px;
  height: 600px;
  top: 50%;
  left: 50%;
  margin-top: -300px;
  margin-left: -320px;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.boiler-popup__img img:first-of-type {
  opacity: 1;
}
.boiler-popup__img img.active {
  opacity: 1;
}
.boiler-popup__scroll {
  height: 500px;
  overflow: hidden;
  margin-right: -42px;
}
@media (max-width: 1200px) {
  .boiler-popup__scroll {
    margin-right: -12px;
  }
}
.boiler-popup__info {
  padding-right: 42px;
}
@media (max-width: 1200px) {
  .boiler-popup__info {
    padding-right: 22px;
  }
}
.boiler-popup__text {
  font-weight: 300;
  margin-bottom: 40px;
}
.fancybox-wrap {
  overflow: hidden;
}
.apartment-popup,
.fancybox-type-ajax.fancybox-wrap,
.fancybox-type-iframe.fancybox-wrap {
  min-width: 1280px;
}
@media (max-width: 1280px) {
  .apartment-popup,
  .fancybox-type-ajax.fancybox-wrap,
  .fancybox-type-iframe.fancybox-wrap {
    min-width: 960px;
  }
}
.apartment-popup__short,
.fancybox-wrap.floor_1 {
  max-width: 463px!important;
  min-width: 463px!important;
}

.inv,.inv:before,.inv:after {
  display: none!important;
}
@-webkit-keyframes opening-keyframes {
  from {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes opening-keyframes {
  from {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
.fadescale {
  opacity: 1;
}
.fadescale.fadescale-is-opening,
.fadescale.fadescale-is-closing {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.fadescale.fadescale-is-opening {
  -webkit-animation: opening-keyframes 0.3s;
  animation: opening-keyframes 0.3s;
}
.fadescale.fadescale-is-closing {
  -webkit-animation: closing-keyframes 0.3s;
  animation: closing-keyframes 0.3s;
}
.map_label>span {
    display: inline-block;
    background: #fff;
    padding: 10px 15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #212121;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
}
.planswipe {opacity:1!important;z-index:1!important;    transition: opacity .5s ease-out 0s, transform .5s ease-out 0s;}
.planswipe_current {
    opacity: 1;
    pointer-events: auto;
}
.planswipe__visible {
    opacity: 1
}
.plan__parking2 .floors-item__visible,
.plan__parking .floors-item__visible {
    opacity: .25
}
.planswipe_plus_1 {
    opacity: 0!important;
    -webkit-transform: scale(1.03) translateY(-19px);
    transform: scale(1.03) translateY(-19px)
}
.planswipe_plus_2 {
    opacity: 0!important;
    -webkit-transform: scale(1.06) translateY(-37px);
    transform: scale(1.06) translateY(-37px)
}
.planswipe_plus_3 {
    opacity: 0!important;
    -webkit-transform: scale(1.09) translateY(-53px);
    transform: scale(1.09) translateY(-53px)
}
.planswipe_plus_4 {
    opacity: 0!important;
    -webkit-transform: scale(1.12) translateY(-70px);
    transform: scale(1.12) translateY(-70px)
}
.planswipe_plus_5 {
    opacity: 0!important;
    -webkit-transform: scale(1.15) translateY(-86px);
    transform: scale(1.15) translateY(-86px)
}
.planswipe_plus_6 {
    opacity: 0!important;
    -webkit-transform: scale(1.18) translateY(-101px);
    transform: scale(1.18) translateY(-101px)
}
.planswipe_plus_7 {
    opacity: 0!important;
    -webkit-transform: scale(1.21) translateY(-116px);
    transform: scale(1.21) translateY(-116px)
}
.planswipe_plus_8 {
    opacity: 0!important;
    -webkit-transform: scale(1.24) translateY(-130px);
    transform: scale(1.24) translateY(-130px)
}
.planswipe_plus_9 {
    opacity: 0!important;
    -webkit-transform: scale(1.27) translateY(-144px);
    transform: scale(1.27) translateY(-144px)
}
.planswipe_plus_10 {
    opacity: 0!important;
    -webkit-transform: scale(1.3) translateY(-157px);
    transform: scale(1.3) translateY(-157px)
}
.planswipe_plus_11 {
    opacity: 0!important;
    -webkit-transform: scale(1.33) translateY(-169px);
    transform: scale(1.33) translateY(-169px)
}
.planswipe_plus_12 {
    opacity: 0!important;
    -webkit-transform: scale(1.36) translateY(-181px);
    transform: scale(1.36) translateY(-181px)
}
.planswipe_current {
		z-index: 2!important;
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}
.planswipe_minus_1 {
    -webkit-transform: scale(.97) translateY(20px);
    transform: scale(.97) translateY(20px)
}
.planswipe_minus_2 {
    -webkit-transform: scale(.94) translateY(40px);
    transform: scale(.94) translateY(40px)
}
.planswipe_minus_3 {
    -webkit-transform: scale(.91) translateY(62px);
    transform: scale(.91) translateY(62px)
}
.planswipe_minus_4 {
    -webkit-transform: scale(.88) translateY(85px);
    transform: scale(.88) translateY(85px)
}
.planswipe_minus_5 {
    -webkit-transform: scale(.85) translateY(109px);
    transform: scale(.85) translateY(109px)
}
.planswipe_minus_6 {
    -webkit-transform: scale(.82) translateY(135px);
    transform: scale(.82) translateY(135px)
}
.planswipe_minus_7 {
    -webkit-transform: scale(.79) translateY(162px);
    transform: scale(.79) translateY(162px)
}
.planswipe_minus_8 {
    -webkit-transform: scale(.76) translateY(191px);
    transform: scale(.76) translateY(191px)
}
.planswipe_minus_9 {
    -webkit-transform: scale(.73) translateY(222px);
    transform: scale(.73) translateY(222px)
}
.planswipe_minus_10 {
    -webkit-transform: scale(.7) translateY(257px);
    transform: scale(.7) translateY(257px)
}
.planswipe_minus_11 {
    -webkit-transform: scale(.67) translateY(293px);
    transform: scale(.67) translateY(293px)
}
.planswipe_minus_12 {
    -webkit-transform: scale(.64) translateY(337px);
    transform: scale(.64) translateY(337px)
}
.planswipe_hidden {opacity:0!important}
.planning-nav {position:relative;z-index:10}
#planning-slider,#planning-slider 2 {z-index:9;}
.planning {overflow:hidden}

.planswipe_plus_1,
.planswipe_plus_2,
.planswipe_plus_3,
.planswipe_plus_4,
.planswipe_plus_5,
.planswipe_plus_6,
.planswipe_plus_7,
.planswipe_plus_8,
.planswipe_plus_9,
.planswipe_plus_10,
.planswipe_plus_11,
.planswipe_plus_12 {
transition: opacity .5s ease-out 0s, transform .5s ease-out 0s, z-index 0.5s step-end;
}
.planswipe_minus_1 path,
.planswipe_minus_2 path,
.planswipe_minus_3 path,
.planswipe_minus_4 path,
.planswipe_minus_5 path,
.planswipe_minus_6 path,
.planswipe_minus_7 path,
.planswipe_minus_8 path,
.planswipe_minus_9 path,
.planswipe_minus_10 path,
.planswipe_minus_11 path,
.planswipe_minus_12 path {fill:#fff!important;transition: fill .3s ease}
#planning-slider .flexslider-navigation,#planning-slider2 .flexslider-navigation {left: 20px;}
#planning-slider .flexslider-navigation .flex-prev,#planning-slider2 .flexslider-navigation .flex-prev{transform: rotate(-90deg);margin-top:35px}
#planning-slider .flexslider-navigation .flex-next,#planning-slider2 .flexslider-navigation .flex-next {transform: rotate(-90deg);margin-top:-35px;left:0}
#planning-slider .flexslider-navigation .flex-disabled,#planning-slider2 .flexslider-navigation .flex-disabled {display:none}
#planning-slider .flexslider-navigation .flex-prev,#planning-slider .flexslider-navigation .flex-next{background:#fff!important}
#planning-slider .flexslider-navigation .flex-prev:after,#planning-slider .flexslider-navigation .flex-next:after{border-color:#03a9f4!important}
.flexslider-navigation__counter {position:absolute;left:-15px;top:0;text-align:center;font-size:14px;width: 60px;}
.flexslider-navigation__counter b {font-size: 20px;}
.bank {border:1px solid #ececec; display: block;position:relative;height: 200px;margin-bottom:30px}
.bank img.bank__image {position: absolute;left:0;top:0;right:0;bottom:0;margin:auto;max-width:95%;max-height:95%}
/*
.fixed .fancybox-close {right:-25px;top:-25px;}
.fixed .fancybox-nav {display:block;width:50%;}
.fixed .fancybox-nav.fancybox-prev {left:-50px}
.fixed .fancybox-nav.fancybox-next {right:-50px}
*/
.fixed .fancybox-close {right:0;top:0;z-index:8050;position:fixed;width:60px;height:60px}
.fixed .fancybox-nav {display:block;width:50%;position:fixed}
.fixed .fancybox-nav.fancybox-prev {left:0}
.fixed .fancybox-nav.fancybox-next {right:0}

.fixed .fancybox-nav span {visibility:visible;background:none;border:2px solid #2196f3;border-width:2px 2px 0 0;transform:rotate(45deg);width:15px;height:15px;}
.fixed .fancybox-prev span {left:25px;transform:rotate(-135deg)}
.fixed .fancybox-next span {right:25px}
.mCSB_scrollTools {top:10px}

.event {
  position: relative;
  display: block;
  text-align: left;
  background: #fff8e1;
  width: 100%;
  overflow: hidden;
  margin: 0 0 85px;
}
.event_135,.event_236 {
  background: #d9f2fd;
}
.event_179 {
  background: #e4fabf;
}
.event_compact {
  background: transparent;
  margin: 50px 0;
}
.event .row {
	display: flex;
	align-items: center;
}
.event:before {
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 1px solid #795548;
  display: block;
  z-index: 2;
}
.event_135:before,.event_236:before {
  border-color: #03a9f4;
}
.event_179:before {
  border-color: #094c09;
}
.event_compact:before {
  display: none;
}
.event__img {
  padding: 35px  0 35px 35px;
}
.event__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.event__content-holder {
  line-height: 30px;
  padding: 50px 40px 50px 0;
}
.event__title {
  font-family: 'Ubuntu',Arial,sans-serif;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 5px;
}
.event__date {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: .1em;
  opacity: .7;
}
.event__description{
  margin-top: 19px;
}
.event-room{margin-bottom:30px;border:1px solid #ececec;}
.event-room__image {position: relative; height: 300px; background: #fafafa;display:block;}
.event-room__image img {max-width: 90%;max-height: 90%;display: block;position:absolute;left:0;top:0;right:0;bottom:0;margin:auto}
.event-room__details {padding: 0;position:relative;overflow:hidden;text-align:center;}
.event-room__title { font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    text-align: center;}
.event-line {display:block;height:80px;line-height:80px;position:relative;}
.event-line__holder {position:relative;display:inline-block;height:80px;line-height:80px;padding:0 110px;background:#fff;}
.event-line:before {content:'';display:block;position:absolute;left:40px;right:40px;top:50%;height:0;font-size:0;line-height:0;border-top:1px solid;}
.event-line_decor,.event-line_decor .event-line__holder {background:#fff8e1}
.event-line_decor:before{border-color:#795548}
.event-line_decor .event-line__holder:before,.event-line_decor .event-line__holder:after {content:'';display:block;width:49px;height:44px;top:50%;margin-top:-22px;position:absolute;background:url(/f/i/autumn.png) left top no-repeat}
.event-line_decor .event-line__holder:before {left:35px;}
.event-line_decor .event-line__holder:after {right:35px; -webkit-transform: scaleX(-1); transform: scaleX(-1); filter: FlipH; -ms-filter: "FlipH";}
.event-line_135,.event-line_135 .event-line__holder,.event-line_236,.event-line_236 .event-line__holder {background:#d9f2fd}
.event-line_135:before,.event-line_236:before{border-color:#03a9f4}
.event-line_135 .event-line__holder:before,.event-line_135 .event-line__holder:after,.event-line_236 .event-line__holder:before,.event-line_236 .event-line__holder:after {width:45px;height:50px;margin-top:-25px;background:url(/f/i/winter.png) left top no-repeat}
.event-line_179,.event-line_179 .event-line__holder {background:#e4fabf}
.event-line_179:before{border-color:#094c09}
.event-line_179 .event-line__holder:before,.event-line_179 .event-line__holder:after {width:61px;height:48px;margin-top:-25px;background:url(/f/i/spring.png) left top no-repeat}
.event-line_179 .event-line__holder:before {margin-left:-10px}
.event-line_179 .event-line__holder:after {margin-right:-10px}
.planning-slider__room_event:after {/*content:'%';*/content:'';display:block;color:#fff;text-align:center;position:absolute;right:-6px;top:-5px;font-size:16px;background:#ff6868;width:25px;height:25px;line-height:25px;-webkit-border-radius:50%;border-radius:50%;  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M480,143.686H378.752c7.264-4.96,13.504-9.888,17.856-14.304c25.792-25.952,25.792-68.192,0-94.144 c-25.056-25.216-68.768-25.248-93.856,0c-13.856,13.92-50.688,70.592-45.6,108.448h-2.304 c5.056-37.856-31.744-94.528-45.6-108.448c-25.088-25.248-68.8-25.216-93.856,0C89.6,61.19,89.6,103.43,115.36,129.382 c4.384,4.416,10.624,9.344,17.888,14.304H32c-17.632,0-32,14.368-32,32v80c0,8.832,7.168,16,16,16h16v192 c0,17.632,14.368,32,32,32h384c17.632,0,32-14.368,32-32v-192h16c8.832,0,16-7.168,16-16v-80 C512,158.054,497.632,143.686,480,143.686z M138.08,57.798c6.496-6.528,15.104-10.112,24.256-10.112 c9.12,0,17.728,3.584,24.224,10.112c21.568,21.696,43.008,77.12,35.552,84.832c0,0-1.344,1.056-5.92,1.056 c-22.112,0-64.32-22.976-78.112-36.864C124.672,93.318,124.672,71.302,138.08,57.798z M240,463.686H64v-192h176V463.686z M240,239.686H32v-64h184.192H240V239.686z M325.44,57.798c12.992-13.024,35.52-12.992,48.48,0 c13.408,13.504,13.408,35.52,0,49.024c-13.792,13.888-56,36.864-78.112,36.864c-4.576,0-5.92-1.024-5.952-1.056 C282.432,134.918,303.872,79.494,325.44,57.798z M448,463.686H272v-192h176V463.686z M480,239.686H272v-64h23.808H480V239.686z'/%3E%3C/svg%3E");
  background-size: 14px 14px;
  background-position:50% 45%;
  background-repeat: no-repeat;}
.link {cursor:pointer}
.btn + .btn {margin-left:15px}
.main-menu .important{font-weight:normal;}
.main-menu .important:after {content:'!';display: inline-block;line-height:1em;padding:1px 5px;background:#ff7b7b;font-weight:normal;color:#fff;vertical-align:middle;margin:-2px 0 0 3px;;border-radius:50%}
.bank__manager {margin:-15px 0 40px;}
.bank__manager p {margin:0}

.indicator {position:absolute; left:325px;top:99px; opacity: 0;-webkit-transition: opacity .3s ease;transition: opacity .3s ease;}
.preface__img_loaded .indicator  {opacity:1;}
.indicator__ready {width:30px;height:564px;background:url(/f/i/indicator.png) left top no-repeat}
.indicator__ready:after {content:'';display:block;position:absolute;bottom:0;left:0;width:30px;height:0;background:url(/f/i/indicator.png) -30px bottom no-repeat}
.indicator__count {position:absolute;left:-133px;bottom:0;width:105px;height:89px;}
.indicator__count-back {position:absolute;left:0;top:0;}
.indicator__count-back path {fill: #fff;fill-rule: evenodd;}
.indicator__count-back_2{top:2px;left:3px;}
.indicator__count-back_2 path {fill: none;stroke: #ececec;stroke-width: 1px;}
.indicator__count-holder{color:#000;position:relative;text-align:center;padding-top:15px;font-size:15px;font-weight:300;line-height:26px;}
.indicator__count-holder b {display:block;font-size:28px;font-weight:700;}
.indicator_1 .indicator__ready:after {height:46px}
.indicator_2 .indicator__ready:after {height:88px}
.indicator_3 .indicator__ready:after {height:130px}
.indicator_3 .indicator__count {bottom:40px;}
.indicator_4 .indicator__ready:after {height:173px}
.indicator_4 .indicator__count {bottom:84px;}
.indicator_5 .indicator__ready:after {height:216px}
.indicator_5 .indicator__count {bottom:127px;}
.indicator_6 .indicator__ready:after {height:259px}
.indicator_6 .indicator__count {bottom:170px;}
.indicator_7 .indicator__ready:after {height:302px}
.indicator_7 .indicator__count {bottom:213px;}
.indicator_8 .indicator__ready:after {height:345px}
.indicator_8 .indicator__count {bottom:256px;}
.indicator_9 .indicator__ready:after {height:387px}
.indicator_9 .indicator__count {bottom:298px;}
.indicator_10 .indicator__ready:after {height:430px}
.indicator_10 .indicator__count {bottom:341px;}
.indicator_11 .indicator__ready:after {height:473px}
.indicator_11 .indicator__count {bottom:384px;}
.indicator_12 .indicator__ready:after {height:516px}
.indicator_12 .indicator__count {bottom:427px;}
.indicator_13 .indicator__ready:after {height:564px}
.indicator_13 .indicator__count {bottom:470px;}
.indicator__holder {position:absolute;left:0;top:0;right:0;bottom:0;z-index:100;transform-origin: top left;}

.extra {position:fixed;z-index:100;left:0;bottom:70px;width:210px;overflow:hidden;background:#03a9f4;font-size:11px;line-height:16px;text-transform:uppercase;letter-spacing:.1em;transform: translate(0,0)}
.extra.animated{transition:transform .3s ease;}
.extra__inactive{transform: translate(-180px,0)}
.extra__hidden{display:none}
.extra,.extra a {color:#fff;}
.extra a{display:block;position:relative;padding:23px 20px;}
.extra.animated a {transition:transform .3s ease}
.extra:before{content:'';display:block;position:absolute;left:0;top:5px;right:5px;bottom:5px;border:1px solid rgba(255,255,255,.6);border-left:0;cursor:pointer;}
.extra__close {font-size:22px;position:absolute;display:block;right:0;top:0;font-weight:300;padding:5px 6px;cursor:pointer;}
.extra__show{display:block;position:absolute;right:0;top:0;bottom:0;width:30px;cursor:pointer;transition:all .3s ease;transform: translate(30px,0);opacity:0}
.extra.animated .extra__close {transition:transform .3s ease}
.extra.animated .extra__show {transition:all .3s ease}
.extra__show:before,.extra__show:after{content:'';display:block;width:25px;height:0;font-size:0;border-top:1px solid rgba(255,255,255,1);position:absolute;left:0;top:0;}
.extra__show:before{transform:rotate(60deg);top:45px}
.extra__show:after{transform:rotate(-60deg);top:65px}
.extra__inactive a,.extra__inactive .extra__close{transform: translate(-30px,0)}
.extra__inactive .extra__show{transform: translate(0,0);opacity:1}
.arrows span{border-top:1px solid #fff;border-right:1px solid #fff;display:inline-block;width:6px;height:6px;transform:rotate(45deg);vertical-align:middle;margin:-2px 1px 0 0}
.privacy {margin-top:15px;font-size:14px;line-height:20px}
.privacy a {color:#03a9f4;text-decoration:underline}
.planning__extra {margin-top: 40px}
.planning__extra-btn {display:inline-block;display: transparent;
  padding: 12px 40px 13px;
  margin-bottom: 0;
  line-height: 24px;
  text-align: center;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  z-index: 2;
  border-radius: 50px;
  background: #fafafa;
}
.planning__extra-btn a{text-decoration:underline;color:#03a9f4}
.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.row-flex.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-flex.no-gutters > .col,
.row-flex.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row-flex .col-1, .row-flex .col-2, .row-flex .col-3, .row-flex .col-4, .row-flex .col-5, .row-flex .col-6, .row-flex .col-7, .row-flex .col-8, .row-flex .col-9, .row-flex .col-10, .row-flex .col-11, .row-flex .col-12, .row-flex .col,
.row-flex .col-auto, .row-flex .col-sm-1, .row-flex .col-sm-2, .row-flex .col-sm-3, .row-flex .col-sm-4, .row-flex .col-sm-5, .row-flex .col-sm-6, .row-flex .col-sm-7, .row-flex .col-sm-8, .row-flex .col-sm-9, .row-flex .col-sm-10, .row-flex .col-sm-11, .row-flex .col-sm-12, .row-flex .col-sm,
.row-flex .col-sm-auto, .row-flex .col-md-1, .row-flex .col-md-2, .row-flex .col-md-3, .row-flex .col-md-4, .row-flex .col-md-5, .row-flex .col-md-6, .row-flex .col-md-7, .row-flex .col-md-8, .row-flex .col-md-9, .row-flex .col-md-10, .row-flex .col-md-11, .row-flex .col-md-12, .row-flex .col-md,
.row-flex .col-md-auto, .row-flex .col-lg-1, .row-flex .col-lg-2, .row-flex .col-lg-3, .row-flex .col-lg-4, .row-flex .col-lg-5, .row-flex .col-lg-6, .row-flex .col-lg-7, .row-flex .col-lg-8, .row-flex .col-lg-9, .row-flex .col-lg-10, .row-flex .col-lg-11, .row-flex .col-lg-12, .row-flex .col-lg,
.row-flex .col-lg-auto, .row-flex .col-xl-1, .row-flex .col-xl-2, .row-flex .col-xl-3, .row-flex .col-xl-4, .row-flex .col-xl-5, .row-flex .col-xl-6, .row-flex .col-xl-7, .row-flex .col-xl-8, .row-flex .col-xl-9, .row-flex .col-xl-10, .row-flex .col-xl-11, .row-flex .col-xl-12, .row-flex .col-xl,
.row-flex .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.row-flex .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.row-flex .col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.row-flex .col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.row-flex .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.row-flex .col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-flex .col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-flex .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.row-flex .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-flex .col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.row-flex .col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.row-flex .col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.row-flex .col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.row-flex .col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.row-flex .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-flex .offset-1 {
  margin-left: 8.333333%;
}

.row-flex .offset-2 {
  margin-left: 16.666667%;
}

.row-flex .offset-3 {
  margin-left: 25%;
}

.row-flex .offset-4 {
  margin-left: 33.333333%;
}

.row-flex .offset-5 {
  margin-left: 41.666667%;
}

.row-flex .offset-6 {
  margin-left: 50%;
}

.row-flex .offset-7 {
  margin-left: 58.333333%;
}

.row-flex .offset-8 {
  margin-left: 66.666667%;
}

.row-flex .offset-9 {
  margin-left: 75%;
}

.row-flex .offset-10 {
  margin-left: 83.333333%;
}

.row-flex .offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .row-flex .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-flex .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row-flex .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .row-flex .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row-flex .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-flex .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row-flex .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row-flex .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row-flex .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .row-flex .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .row-flex .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-flex .offset-sm-0 {
    margin-left: 0;
  }
  .row-flex .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .row-flex .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .row-flex .offset-sm-3 {
    margin-left: 25%;
  }
  .row-flex .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .row-flex .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .row-flex .offset-sm-6 {
    margin-left: 50%;
  }
  .row-flex .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .row-flex .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .row-flex .offset-sm-9 {
    margin-left: 75%;
  }
  .row-flex .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .row-flex .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .row-flex .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-flex .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row-flex .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .row-flex .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row-flex .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-flex .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row-flex .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row-flex .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row-flex .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .row-flex .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .row-flex .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-flex .offset-md-0 {
    margin-left: 0;
  }
  .row-flex .offset-md-1 {
    margin-left: 8.333333%;
  }
  .row-flex .offset-md-2 {
    margin-left: 16.666667%;
  }
  .row-flex .offset-md-3 {
    margin-left: 25%;
  }
  .row-flex .offset-md-4 {
    margin-left: 33.333333%;
  }
  .row-flex .offset-md-5 {
    margin-left: 41.666667%;
  }
  .row-flex .offset-md-6 {
    margin-left: 50%;
  }
  .row-flex .offset-md-7 {
    margin-left: 58.333333%;
  }
  .row-flex .offset-md-8 {
    margin-left: 66.666667%;
  }
  .row-flex .offset-md-9 {
    margin-left: 75%;
  }
  .row-flex .offset-md-10 {
    margin-left: 83.333333%;
  }
  .row-flex .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .row-flex .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-flex .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row-flex .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .row-flex .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row-flex .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-flex .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row-flex .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row-flex .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row-flex .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .row-flex .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .row-flex .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-flex .offset-lg-0 {
    margin-left: 0;
  }
  .row-flex .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .row-flex .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .row-flex .offset-lg-3 {
    margin-left: 25%;
  }
  .row-flex .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .row-flex .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .row-flex .offset-lg-6 {
    margin-left: 50%;
  }
  .row-flex .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .row-flex .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .row-flex .offset-lg-9 {
    margin-left: 75%;
  }
  .row-flex .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .row-flex .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .row-flex .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-flex .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .row-flex .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .row-flex .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .row-flex .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-flex .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-flex .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row-flex .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-flex .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row-flex .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .row-flex .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .row-flex .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .row-flex .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .row-flex .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-flex .offset-xl-0 {
    margin-left: 0;
  }
  .row-flex .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .row-flex .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .row-flex .offset-xl-3 {
    margin-left: 25%;
  }
  .row-flex .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .row-flex .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .row-flex .offset-xl-6 {
    margin-left: 50%;
  }
  .row-flex .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .row-flex .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .row-flex .offset-xl-9 {
    margin-left: 75%;
  }
  .row-flex .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .row-flex .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.object{background:#fafafa;display:block;margin-bottom:20px;transition:all .3s ease}
.object__description,.object__title,.object__type,.object__char-caption,.object__char-text{display:block;}
.object__image{overflow:hidden;position: relative;width:100%;display:block}
.object__image img {width:100%;border:1px solid #f5f5f5;display:block;border-bottom:0;transition:all .5s ease}
.object:hover .object__image img{transform:scale(1.05)}
.object__description{border:1px solid #f5f5f5;padding: 17px 0}
.object__title{font-weight:bold;font-size:20px;line-height:30px;padding-left:30px;margin-bottom:24px;transition: color .3s ease;}
.object__type,.object__char-caption{opacity:.7;text-transform: uppercase;font-weight: 300;font-size: 10px;line-height:20px;letter-spacing:.1em;}
.object__type{padding-left:30px;max-width:150px;padding-top:5px;}
.object__char-caption {padding-top:8px;}
.object__char-text {margin-bottom:2px;margin-top:-3px;font-size:14px;line-height:24px;}
.object:hover .object__title{color:#03a9f4}
.project-block {-ms-flex-align: center;align-items: center;max-width:1100px;margin:0 auto 50px}
.project-block__image_right {text-align:right}
.project-block .quality-slider__text {margin-bottom:0}
.project-block__image img{max-width:100%}

.terms-item{position:relative;padding:124px 15px 0;text-align:center;}
.terms-item a{color:#03a9f4;border-bottom:1px solid #b3e5fc}
.terms-item a i{position:absolute;left:50%;top:0;margin-left:-49px;}
.icon-terms-1{width:97px;height:97px;background-position:0 -360px;}
.icon-terms-1:after{position:absolute;left:0;top:0;content:'';display:block;background:url(/f/i/icons.png) -97px -360px no-repeat;width:97px;height:97px;opacity:0;transition:all .2s ease}
a:hover .icon-terms-1:after{opacity:1}
.icon-terms-2{width:97px;height:97px;background-position:0 -457px;}
.icon-terms-2:after{position:absolute;left:0;top:0;content:'';display:block;background:url(/f/i/icons.png) -97px -457px no-repeat;width:97px;height:97px;opacity:0;transition:all .2s ease}
a:hover .icon-terms-2:after{opacity:1}
.icon-terms-3{width:97px;height:97px;background-position:0 -554px;}
.icon-terms-3:after{position:absolute;left:0;top:0;content:'';display:block;background:url(/f/i/icons.png) -97px -554px no-repeat;width:97px;height:97px;opacity:0;transition:all .2s ease}
a:hover .icon-terms-3:after{opacity:1}
.icon-terms-4{width:97px;height:97px;background-position:0 -651px;}
.icon-terms-4:after{position:absolute;left:0;top:0;content:'';display:block;background:url(/f/i/icons.png) -97px -651px no-repeat;width:97px;height:97px;opacity:0;transition:all .2s ease}
a:hover .icon-terms-4:after{opacity:1}

.news-list{margin-bottom:20px}
.news-block {display:-ms-flexbox;display:flex;}
.news-item{display:block;border:1px solid #f5f5f5;margin-bottom:30px;padding:39px 20px 31px;text-align:center;position:relative;overflow:hidden}
.news-item__icon,.news-item__date,.news-item__title{display:block;}
.icon-house{width:60px;height:50px;background-position:0 -748px;}
.icon-list{width:50px;height:50px;background-position:0 -798px;}
.news-item__icon{margin-bottom:13px;}
.news-item__date {color:rgba(33,33,33,.7);font-size:12px;letter-spacing:.1em;margin-bottom:8px;}
.news-item__image{position:absolute;left:0;top:0;width:100%;height:100%;background-size:cover;background-position:center center;opacity:0;transition:opacity .2s ease,transform 1s ease}
.news-item__image:after{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.3)}
.news-item__holder{position:relative}
.news-item_with-image:hover{color:#fff}
.news-item_with-image:hover .news-item__date {color:rgba(255,255,255,.7);}
.news-item_with-image:hover .icon-house{background-position:-60px -748px;}
.news-item_with-image:hover .icon-list{background-position:-50px -798px;}
.news-item_with-image:hover .news-item__image{opacity:1;transform:scale(1.1)}
/*
.object__image {overflow:hidden;display:block}
.object__image img{transition:transform 1s ease}
a:hover .object__image img{transform:scale(1.02)}
*/

.object-slider{margin-right:130px;}
.object-slider__holder{/*width:400%;*//*transition:all 1s cubic-bezier(.76,.02,.29,.97);transform:translateX(-25%)white-space:nowrap;*/}
.object-slider__item{width:100%;position:relative;display:inline-block;}
.object-slider__item:after{content:'';display:block;position:absolute;left:0;top:0;right:0;bottom:0;background:#000;z-index:101;opacity:.5;transition:all .6s ease;visibility:visible}
.object-slider__item.slick-active:after{opacity:0;visibility:hidden}
.slider-holder {width:100%;overflow:hidden;}
.slick-list{overflow:visible!important}

.object-slider{position:relative;}
.object-slider:after{content:'';display:block;position:absolute;top:0;bottom:0;right:100%;width:100%;background:#fff}
.svg-cls-1, .svg-cls-2 {fill: none;stroke: #fff;stroke-width: 1px;}
.svg-cls-2 {fill-rule: evenodd;}

.slick-arrow {position:absolute;top:0;bottom:0;z-index:5;cursor:pointer}
.slick-arrow svg {position:absolute;top:50%;margin-top:-25px;width:50px;height:50px;left:40px;}
.slick-arrow_prev{width:130px;display:none!important}
.slick-arrow_next{left:100%;width:100%}
.slick-arrow_next svg{transform:scaleX(-1)}
.preface_new{background:#3d3137}

#planning-slider2 .plan,#planning-slider2 .plan-holder{width:3088px;}
#planning-slider2 .plan{max-width:none;transition:all 1s ease;filter: grayscale(0);will-change:transform}
#planning-slider2 .plan-holder{position:absolute;left:0;top:0;transition:all 1s ease;}
.newplan{width:100%;overflow:hidden;position:absolute;width:3088px;height:1050px;left:0;bottom:0}
.newplan__holder{width:3088px;height:1050px;position:relative}
.newsplan__one-holder{position:absolute;left:0;bottom:0;width:1009px;height:1039px}
.newsplan__two-holder{position:absolute;left:1009px;bottom:7px;width:831px;height:639px}
.newsplan__three-holder{position:absolute;left:0;bottom:0;width:1248px;height:609px}
.newsplan__left{position:absolute;left:0;bottom:0;width:1840px;height:1033px}
.newsplan__right{position:absolute;left:1840px;bottom:0;width:1248px;height:597px}
.newsplan__right,.newsplan__left,.newplan{transition:all 1s ease;}
.newsplan__one-holder,.newsplan__two-holder,.newsplan__three-holder{/*transition:all .2s ease;*/}
[data-state="section1"] .plan {transform:translateX(120px)}
[data-state="section1"] .newsplan__two-holder,[data-state="section1"] .newsplan__three-holder{opacity:.03;/*filter: grayscale(100);*/}
[data-state="section2"] .plan {transform:translateX(-796px)}
[data-state="section2"] .newsplan__one-holder,[data-state="section2"] .newsplan__three-holder{opacity:.03;/*filter: grayscale(100);*/}
[data-state="section3"] .plan {transform:translateX(-1759px)}
[data-state="section3"] .newsplan__one-holder,[data-state="section3"] .newsplan__two-holder{opacity:.03;/*filter: grayscale(100);*/}
[data-state="section1"] .newsplan__right,[data-state="section2"] .newsplan__right{transform:rotate(-11.9deg);transform-origin:left bottom;}
[data-state="section3"] .newplan{transform:rotate(11.9deg);transform-origin:center bottom;}
[data-state="section3"] .newsplan__right{transform:rotate(-11.9deg);transform-origin:left bottom;}

#planning-slider2 .plan,#planning-slider2 .plan-holder{height:1050px;}
#planning-slider2[data-state="section2"] .plan,#planning-slider2[data-state="section2"] .plan-holder{height:650px}
#planning-slider2[data-state="section3"] .plan,#planning-slider2[data-state="section3"] .plan-holder{height:555px;margin-bottom:70px}

.planning-section{cursor:pointer;margin:0 0 20px;display:inline-block;font-size:13px;line-height:20px;letter-spacing:.1em;text-transform:uppercase}
.planning-section .pseudo{border-bottom:1px dotted #bcbcbc;cursor:pointer;transition:color .3s ease}
.planning-section.active{cursor:default;}
.planning-section.active .pseudo{border-bottom:0;cursor:default;color:#03a9f4}
#planning-slider2 .flexslider-navigation{margin:150px 0 0}
.planning-sections{position:relative;z-index:20}

@media (min-width:1500px)
{
#planning-slider2:before{content:'';display:block;position:absolute;left:-70px;top:-200px;bottom:0;background:#fff;width:100px;z-index:5;
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
}
#planning-slider2:after{content:'';display:block;position:absolute;left: 100%;top:-200px;bottom:0;background:#fff;width:100px;z-index:5;background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );}
}
@media (max-width:1500px)
{
	#planning-slider2{transform: scale(.8);transform-origin:center top;margin-bottom:-140px}
}
@media (max-width:1300px)
{
	#planning-slider2{transform: scale(.7);transform-origin:center top;margin-left:-150px;margin-bottom:-240px}
}
@media (max-width:1200px)
{
	#planning-slider2{transform: scale(.5);transform-origin:center top;margin-left:-170px;margin-bottom:-340px}
}

#planning-slider2 .flexslider-navigation {z-index:10}
.planning-slider__sides{z-index:10}

[data-state="section1"] .newsplan__two-holder:after,[data-state="section1"] .newsplan__three-holder:after,
[data-state="section2"] .newsplan__one-holder:after,[data-state="section2"] .newsplan__three-holder:after,
[data-state="section3"] .newsplan__one-holder:after,[data-state="section3"] .newsplan__two-holder:after
{position:absolute;display:block;content:'';left:0;top:0;right:0;bottom:0;background:rgba(255,255,255,.01);z-index:10}

#planning-slider2 .planswipe.planswipe_minus_1,
#planning-slider2 .planswipe.planswipe_minus_2,
#planning-slider2 .planswipe.planswipe_minus_3,
#planning-slider2 .planswipe.planswipe_minus_4,
#planning-slider2 .planswipe.planswipe_minus_5 {
    opacity:0!important
}
.preface_second{background:#3d3137}
.visual-new{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.visual-new__text,.visual-new__image{  -ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%;}
.visual-new__image img {width:100%;}
.visual-new__text{background:#3d3137;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;}
.visual-new__text img {margin-bottom:20px;}
.visual-new__text p {color:#fff;font-weight:300;font-size:14px;line-height:24px;margin:0}
.visual-new__image a{display:block;position:relative}
.visual-new__image a:after,
.visual-new__image a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.visual-new__image a:after {
  background: url(/f/i/icons.png) 0 -43px;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 51px;
  height: 50px;
  z-index: 3;
}
.visual-new__image a:before {
  width: 100%;
  height: 100%;
  background: #212121;
  z-index: 2;
}
.visual-new__image a:hover:after {
  opacity: 1;
}
.visual-new__image a:hover:before {
  opacity: .5;
}
.visual-new__image-holder:before {
  content: '';
  border: 1px solid #e9e8e8;
  opacity: .5;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  bottom: 10px;
  border-width:1px 0;
}
.visual-new .visual-new__image:last-child .visual-new__image-holder:before {
  right: 10px;
  border-right-width: 1px;
}
.visual-new__text {
  cursor:pointer;
  position:relative
}
.visual-new__text:before {
  content: '';
  border: 1px solid #e9e8e8;
  opacity: .5;
  position: absolute;
  left: 10px;
  right: 0;
  top: 10px;
  bottom: 10px;
  border-width:1px 0 1px 1px;
}
@media (max-width:1200px) {
.visual-new__text img {
  margin-bottom: 5px;
  width: 50px;
}
}

.slider_big{padding:0;margin:0;}
.slider_big ul,.slider_big li{margin:0}
.visual-new {transform:translateY(-50%);margin-bottom:-120px}
.slider_big .flexslider-navigation a.flex-prev{left:40px;}
.slider_big .flexslider-navigation a.flex-next{right:40px;}

.gallery-slider.loading{min-height:686px}
.gallery-slider.loading img{opacity:0}
.gallery-slider.loading{background: url(/f/i/l-brown.svg) center center no-repeat;}
.gallery-slider.loading .flexslider-navigation{opacity:0}

.planning-sections__floors{display:block;width:297px;margin:0 auto;height:101px;background:url(/f/i/new-sections.png) left top no-repeat;position:relative}
.planning-sections__floorplan{position:absolute;cursor:pointer}
.planning-sections__floorplan:before{content:'';display:block;background:url(/f/i/new-sections.png) -9999px -9999px no-repeat;position:absolute;left:0;top:0;transition:opacity .3s ease;opacity:0;}
.planning-sections__floorplan.active:before{opacity:1}
.planning-section{padding-top:15px;}
.planning-sections__floorplan_first,.planning-sections__floorplan_first:before{width:99px;height:101px}
.planning-section_first{width:99px;}
.planning-sections__floorplan_first{left:0;top:0;}
.planning-sections__floorplan_first:before{background-position:0 -101px}

.planning-sections__floorplan_second,.planning-sections__floorplan_second:before{width:82px;height:101px}
.planning-section_second{width:82px;}
.planning-sections__floorplan_second{left:98px;top:0;}
.planning-sections__floorplan_second:before{background-position:-98px -101px}

.planning-sections__floorplan_third,.planning-sections__floorplan_third:before{width:118px;height:101px}
.planning-section_third{width:118px;}
.planning-sections__floorplan_third{left:179px;top:0;}
.planning-sections__floorplan_third:before{background-position:-179px -101px}

.interactive{height:calc(100vh - 100px);min-height:600px;position:relative}
@media (max-width:1200px) {.interactive{max-height:500px}}
.interactive__show{display:block;position:absolute;left:0;top:0;right:0;bottom:0;width:500px;height:500px;margin: auto;color:#03a9f4;padding:0px;text-align:center;opacity:0;visibility:hidden;transition:all .3s ease;cursor:pointer}
.interactive__show-holder{background:rgba(255,255,255,0.85);width:500px;height:500px;border-radius:50%;overflow:hidden;display:-ms-flexbox;display:-webkit-flex;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;cursor:pointer}
.interactive__show-holder img {margin-top:-110px;}
.interactive__show-text{max-width:280px;margin-top:20px;}
.interactive__show.active{opacity:1;visibility:visible}
.interactive__show_hide,.bx-touch .interactive__show.active{opacity:0;visibility:hidden}
iframe{border:0}

.planning-nav_house{position:absolute;left:0px;top:150px;margin:0;padding:0;}
.planning-nav_house .planning-nav__caption{margin:0;}
.planning-nav_house .planning-nav__caption{margin-left:4px;}
.planning-nav_house .planning-nav__item{background:transparent!important;border:0!important;width:auto;height:auto;line-height:inherit;margin:0;font-weight:normal;}
.planning-nav_house .planning-nav__item:hover{color:#03a9f4}
.planning-nav_house .planning-nav__item:before{content:'';display:block;position:absolute;left:-88px;width:78px;background:url(/f/i/new-sections.png) -9999px -9999px no-repeat;transition:opacity .3s ease;opacity:0}
.planning-nav_house .planning-nav__item_0{position:absolute;left:88px;bottom:0;height:41px;padding-top:4px}
.planning-nav_house .planning-nav__item_0:before{height:41px;background-position:-78px -443px;bottom:0;}
.planning-nav_house .planning-nav__item_1{position:absolute;left:88px;bottom:43px;height:44px;padding-top:7px}
.planning-nav_house .planning-nav__item_1:before{height:44px;background-position:-78px -397px;bottom:0;}
.planning-nav_house .planning-nav__item_2{position:absolute;left:88px;bottom:86px;height:44px;padding-top:7px}
.planning-nav_house .planning-nav__item_2:before{height:44px;background-position:-78px -354px;bottom:0;}
.planning-nav_house .planning-nav__item_3{position:absolute;left:88px;bottom:129px;height:44px;padding-top:7px}
.planning-nav_house .planning-nav__item_3:before{height:44px;background-position:-78px -311px;bottom:0;}
.planning-nav_house .planning-nav__item_4{position:absolute;left:88px;bottom:172px;height:44px;padding-top:7px}
.planning-nav_house .planning-nav__item_4:before{height:44px;background-position:-78px -268px;bottom:0;}
.planning-nav_house .planning-nav__item_5{position:absolute;left:88px;bottom:215px;height:67px;padding-top:29px}
.planning-nav_house .planning-nav__item_5:before{height:67px;background-position:-78px -202px;bottom:0;}
.planning-nav_house .planning-nav__item.planning-nav__item_active:before{opacity:1}
.planning-nav__plan{position:relative;height:282px;width:78px;margin-top:8px;}
.planning-nav__plan:before{content:'';display:block;height:282px;width:78px;background:url(/f/i/new-sections.png) 0 -202px;position:absolute;left:0;top:0;}
#planning-slider2{min-height:500px;}
#planning-slider2.loading{background: url(/f/i/l-brown.svg) center center no-repeat;}
#planning-slider2 .planning-slider__sides,.apartment-popup__sides_1{transition:transform .3s ease;transform:rotate(90deg)}
#planning-slider2[data-state="section3"] .planning-slider__sides,.apartment-popup__sides_2{transform:rotate(101.9deg)}
.decorating__list_short li {width:25%}

.has-sub ul {opacity:0;visibility: hidden;-webkit-transform:translateY(10px);transform: translateY(10px);transition:all .2s ease;}
.has-sub ul a{color:#212121!important}
.has-sub ul a:hover{color:#03a9f4!important}
.has-sub:hover > ul {opacity:1;visibility:visible;-webkit-transform:translateY(0px);transform:translateY(0px);}
.has-sub> ul {box-shadow:0 5px 15px 0 rgba(0, 0, 0, 0.15);display:block;position:absolute;top:100%;left:0;padding:19px 0;min-width:135px;margin:0;background:#fff;width:auto;white-space:nowrap;}
.has-sub ul a,.has-sub ul li{display:block;}
.has-sub ul a{padding:0 20px}
.footer .has-sub > ul {top:auto;bottom:100%}
.has-sub > ul::after, .has-sub > ul::before {bottom:100%;left:30px;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}
.has-sub > ul::after {border-color: rgba(255, 255, 255, 0);border-bottom-color: #fff;border-width: 8px;margin-left: -8px;}
.has-sub > ul::before {border-color: rgba(248, 245, 242, 0);border-bottom-color: #f6f6f6;border-width: 9px;margin-left: -9px;}
.footer .has-sub > ul::after, .footer .has-sub > ul::before {bottom:auto;top:100%;}
.footer .has-sub > ul::after {border-bottom-color: transparent;border-top-color: #fff;}
.footer .has-sub > ul::before {border-bottom-color: transparent;border-top-color: #f6f6f6;}
.main-menu{overflow:visible}
.main-menu > ul > li > a{padding-top:10px;padding-bottom:8px;display:inline-block}
.header{position:relative;z-index:110}
.planning-slider.slider .flexslider-navigation a {width:30px;height:30px;border:0;}
.planning-slider.slider .flexslider-navigation a:after{width:18px;height:18px;}

.news-text,.news-image {margin-bottom:50px;}
.news-image img {display:block;margin:0 auto;}

.slider-arrow {
  width: 50px;
  height: 50px;
  margin-top:-25px;
  position: absolute;
  z-index: 2;
  text-decoration: none;
  top: 0;
  bottom: 0;
  left:40px;
  margin: auto 0;
  border:1px solid #fff;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slider-arrow:after {
  content: '';
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  height: 12px;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  width: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 6px;
  margin: auto;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.slick-arrow:hover .slider-arrow:after {
  border-color: #212121;
}
.slick-arrow:hover .slider-arrow {background: #fff;}
.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow{border-top:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow{border-bottom:7px solid #fff;border-right:7px solid transparent;border-left:7px solid transparent}.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow{border-left:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow{border-right:7px solid #fff;border-top:7px solid transparent;border-bottom:7px solid transparent}.tippy-tooltip.light-theme{color:#26323d;box-shadow:0 0 20px 4px rgba(154,161,177,.05),0 4px 80px -8px rgba(36,40,47,.10),0 4px 4px -2px rgba(91,94,105,.05);background-color:#fff}.tippy-tooltip.light-theme .tippy-backdrop{background-color:#fff}.tippy-tooltip.light-theme .tippy-roundarrow{fill:#fff}.tippy-tooltip.light-theme[data-animatefill]{background-color:transparent}
.tippy-tooltip{padding:.6rem 1.2rem .8rem!important}

.complete {
  background: #03a9f4;
  padding: 12px 19px;
  letter-spacing: .10em;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #03a9f4;
  border-radius: 50px;
}
.object__image .complete {
  position: absolute;
  left: 30px;
  top: 30px
}
.icon-complete {
  width: 24px;
  height: 25px;
  background-position: 0 -848px;
}
.complete .icon-complete {
  margin-right: 17px;
}
.preface__img .complete {
  position: absolute;
  top: 50px;
  left: 50px;
  opacity: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.preface__img_loaded .complete {
  opacity: 1;
}

.event-line_469,.event-line_469 .event-line__holder {background:#e4fabf}
.event-line_469:before{border-color:#094c09}
.event-line_469 .event-line__holder:before,.event-line_469 .event-line__holder:after {width:61px;height:48px;margin-top:-25px;background:url(/f/i/gift1.png) left top no-repeat}
.event-line_469 .event-line__holder:before {margin-left:-10px}
.event-line_469 .event-line__holder:after {margin-right:-10px}
.event_469 {background: #e4fabf;}
.event_469:before {border-color: #094c09;}

[data-link] {cursor:pointer}
/* End */
/* /f/fancybox/jquery.fancybox.css?14727133815771 */
/* /f/css/flexslider.css?14727393221465 */
/* /f/css/bootstrap-multiselect.css?14727133781148 */
/* /f/css/jquery.mCustomScrollbar.css?147435608416339 */
/* /bitrix/templates/mik76/template_styles.css?1748590311112407 */
