

/* Start:/css/foundation.css?16268758867703*/
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
a img { border: none; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td { margin: 0; padding: 0; direction: ltr; }
@-moz-document url-prefix() { form.custom div.custom.dropdown a.selector { height: 28px; } }
.lt-ie9 form.custom div.custom.dropdown a.selector { height: 28px; }
/* The Grid ---------------------- */
.row { width: 100%; min-width: 720px; margin: 0 auto; }
.row .row ,.content-inner .row .row{ width: auto; max-width: none; min-width: 0; margin: 0 -12px; }
.row.collapse .column, .row.collapse .columns { padding: 0; }
.row .row { width: auto; max-width: none; min-width: 0; margin: 0 -12px; }
.row .row.collapse { margin: 0; }
.column, .columns { float: left; min-height: 1px; padding: 0 12px; position: relative; }
.column.centered, .columns.centered { float: none; margin: 0 auto; }
[class*="column"] + [class*="column"]:last-child {/* float: right; */}
[class*="column"] + [class*="column"].end { float: left; }
.one, .row .one { width: 16.66667%; }
.two, .row .two { width: 33.33333%; }
.three, .row .three { width: 50%; }
.four, .row .four { width: 66.66667%; }
.five, .row .five { width: 83.33333%; }
.six, .row .six { width: 100%; }

.row .offset-by-one { margin-left: 16.66667%; }
.row .offset-by-two { margin-left: 33.33333%; }
.row .offset-by-three { margin-left: 50%; }
.row .offset-by-four { margin-left: 66.66667%; }
.row .offset-by-five { margin-left: 83.33333%; }
.row .offset-by-six { margin-left: 100%; }

img { height: auto; }
img, object, embed { max-width: 100%; }
img { -ms-interpolation-mode: bicubic; }
/* Nicolas Gallagher's micro clearfix */
.row { *zoom: 1; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

/* orbit slider */
.orbit-wrapper { width: 1px; height: 1px; position: relative; }

.orbit { width: 1px; height: 1px; position: relative; overflow: hidden;}
.orbit.with-bullets { margin-bottom: 0; }
#mainSlider{max-height: 330px;overflow: hidden;}
.content .orbit.with-bullets{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px; 	
	overflow: hidden;
	height: 330px;
}
.orbit .orbit-slide { max-width: 100%; position: absolute; top: 0; left: 0; }
.orbit a.orbit-slide { border: none; line-height: 0; display: none; }
.orbit div.orbit-slide { width: 100%; height: 100%; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */
/* Timer ---------------------- */
.orbit-wrapper .timer { display: none!important;width: 40px; height: 40px; overflow: hidden; position: absolute; top: 10px; right: 10px; opacity: .6; cursor: pointer; z-index: 31; }
.orbit-wrapper span.rotator { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: -20px; background: url('/css/../images/foundation/orbit/rotator-black.png') no-repeat; z-index: 3; }
.orbit-wrapper span.rotator.move { left: 0; }
.orbit-wrapper span.mask { display: block; width: 20px; height: 40px; position: absolute; top: 0; right: 0; z-index: 2; overflow: hidden; }
.orbit-wrapper span.mask.move { width: 40px; left: 0; background: url('/css/../images/foundation/orbit/timer-black.png') repeat 0 0; }
.orbit-wrapper span.pause { display: block; width: 40px; height: 40px; position: absolute; top: 0; left: 0; background: url('/css/../images/foundation/orbit/pause-black.png') no-repeat; z-index: 4; opacity: 0; }
.orbit-wrapper span.pause.active { background: url('/css/../images/foundation/orbit/pause-black.png') no-repeat 0 -40px; }
.orbit-wrapper .timer:hover span.pause, .orbit-wrapper .timer:focus span.pause, .orbit-wrapper span.pause.active { opacity: 1; }

/* Captions ---------------------- */
.orbit-caption { display: none; font-family: inherit; }

.orbit-wrapper .orbit-caption { background: black; background: rgba(0, 0, 0, 0.6); z-index: 30; color: white; text-align: center; padding: 7px 0; font-size: 13px; position: absolute; right: 0; bottom: 0; width: 100%; }

/* Directional Nav ---------------------- */
.orbit-wrapper .slider-nav { 
	display: block; 
	position: absolute;
	width: 90px;
	height: 45px;
	right: 55px;
	bottom: 25px;
}
.orbit-wrapper .slider-nav span { 
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;	
	text-indent: -9999px; 
	display: inline-block;
	z-index: 30; 	
	border: 1px solid #757a7a;
	cursor: pointer;
	z-index: 5;
}
.obj-slider-wrap .orbit-wrapper .slider-nav{position: static;height: auto;}
.obj-slider-wrap .orbit-wrapper .slider-nav span{
	width: 7px;
	height: 11px;
	border: 0;
	position: absolute;
	top: auto;
	bottom: 60px;
}
.orbit-wrapper .slider-nav span:hover{z-index: 10;border-color: #a9d6f6;}
.orbit-wrapper .slider-nav span:after{
	content: "";
	position: absolute;
	left: 50%;	
	top: 50%;
	margin-top: -6px;
	margin-left: -4px;
	width: 7px;
	height: 11px;
	background: transparent url('/css/../images/sprite.png') 0 -38px no-repeat;
}
.orbit-wrapper .slider-nav span:hover:after{background-position: 0 -50px;}
.orbit-wrapper .slider-nav span.left:hover:after{background-position: -8px -50px;}
.orbit-wrapper .slider-nav span.left:after{background-position: -8px -38px;}
.obj-slider-wrap .orbit-wrapper .slider-nav span.left:after{background-position: -72px -50px;}
.obj-slider-wrap .orbit-wrapper .slider-nav span.right:after{background-position: -64px -50px;}
.orbit-wrapper .slider-nav span.right { left: 50%;margin-left: -1px;}
.obj-slider-wrap .orbit-wrapper .slider-nav span.right {right: 20px;margin-left: 0;left: auto;}
.obj-slider-wrap .orbit-wrapper .slider-nav span.left {right: 65px;left: auto;}
.orbit-wrapper .slider-nav span.right:hover{background-position: -26px -77px;}
.orbit-wrapper .slider-nav span.left:hover{background-position: -1px -77px;}

.lt-ie9 .orbit-wrapper .slider-nav span.right { background: url('/css/../images/foundation/orbit/right-arrow-small.png'); }
.lt-ie9 .orbit-wrapper .slider-nav span.left { background: url('/css/../images/foundation/orbit/left-arrow-small.png'); }

/* Bullet Nav ---------------------- */
ul.orbit-bullets { 
	position: absolute; 
	z-index: 30; 
	list-style: none; 
	bottom: 62px; 
	right: 50px;
	padding: 0; 
}
.content ul.orbit-bullets{margin-left: 0!important;left: 30px;bottom: 15px;}
.row.top-baners .serv-slider ul.orbit-bullets{right: auto;left: 50px;}
ul.orbit-bullets li { 
	float: left; 
	margin:0 0 0 8px!important; 
	cursor: pointer; 
	color: #999999; 
	text-indent: -9999px;
	background: #8e8a8a; 
	width: 5px; 
	height: 5px; 
	overflow: hidden; 
	padding: 0!important;
	background-image: none!important;
	
}
.content ul.orbit-bullets li{background-color: #376b9d;}
ul.orbit-bullets li.active { background: #ffffff;}
ul.orbit-bullets li.has-thumb { background: none; width: 100px; height: 75px; }
ul.orbit-bullets li.active.has-thumb { background-position: 0 0; border-top: 2px solid black; }

/* Orbit Slide Counter */
.orbit-slide-counter { position: absolute; bottom: 0; z-index: 99; background: rgba(0, 0, 0, 0.7); color: white; padding: 5px; }

/* Fluid Layout ---------------------- */
.orbit img.fluid-placeholder { visibility: hidden; position: static; display: block; width: 100%; }

.orbit, .orbit-wrapper { width: 100% !important; }

/* Correct timer in IE */
.lt-ie9 .timer { display: none !important; }

.lt-ie9 .orbit-caption { background: black; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000); zoom: 1; }


/* End */


/* Start:/css/jquery.fancybox.css?16268758864014*/
/*! fancyBox v2.1.4 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: #ffffff;
	text-shadow: none;	
	padding: 0;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {

}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: visible!important;
}

.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-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/css/../images/sprite.png');
}

#fancybox-loading {
	background-image: url('/css/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('/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 12px;
	height: 12px;
	cursor: pointer;
	z-index: 8040;
	background-position: -71px -176px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 50px;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: -50px;
}

.fancybox-next {
	right: -50px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 31px;
	height: 54px;
	margin-top: -27px;
	cursor: pointer;
	z-index: 8040;
	/*visibility: hidden;*/
}

.fancybox-prev span {
	left: 0;
	background-position: -71px -127px;
}

.fancybox-next span {
	right: 0;
	background-position: -103px -127px;
}

.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;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/css/fancybox_overlay.png');
}

.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);
}
/* End */


/* Start:/css/jquery.bxslider.css?16268758864039*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {	
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.photo-gallery .bx-wrapper{margin-left: 0px!important;max-width:100%!important;}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	/*background: url(/css/images/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -6px;
	width: 7px;
	height: 11px;
	background-image: url('/css/../images/sprite.png');
	background-color: transparent;
	background-repeat: no-repeat;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 40%;
	margin-top: -19px;
	outline: 0;
	width: 38px;
	height: 38px;
	background-color: #ffffff;
	text-indent: -9999px;
	z-index: 99;
}
.photo-gallery .bx-wrapper .bx-controls-direction a{width: 7px;height: 11px;background-color: transparent;margin-top: -9px;}
.photo-gallery .bx-wrapper .bx-controls-direction a:hover{background-color: transparent;}
.bx-wrapper .bx-controls-direction a:hover{background-color: #eef7fd;}
.bx-wrapper .bx-prev{left: -15px;}
.bx-wrapper .bx-next{right: -15px;}
.photo-gallery .bx-wrapper .bx-prev{right: 20px;left: auto;}
.photo-gallery .bx-wrapper .bx-next{right: 0px;}

.bx-wrapper .bx-controls-direction a.bx-prev:after {background-position: -8px -14px;margin-left: -4px;}
.bx-wrapper .bx-controls-direction a.bx-prev:hover:after{background-position: -8px -26px;}
.bx-wrapper .bx-controls-direction a.bx-next:after {background-position: 0 -14px;margin-left: -4px;}
.bx-wrapper .bx-controls-direction a.bx-next:hover:after{background-position: 0 -26px;}

.bx-wrapper .bx-prev:after {
	background-position: 0 0;
}

.bx-wrapper .bx-next:after {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* End */


/* Start:/css/jquery.nouislider.css?16268758862947*/

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
}
.noUi-base {
	width: 100%;
	/*height: 100%;*/
    height: 4px;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	height: 10px;
	border-radius: 10px;
	background: #51769e;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 14px;
}
.noUi-horizontal .noUi-handle {
	width: 6px;
	height: 9px;
	left: -3px;
	top: 20px;
}
.noUi-vertical {
	width: 18px;
}
.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -7px;
	top: -17px;
}

/* Styling;
 */
.noUi-background {
	background: #51769e;
	/*border-radius: 10px;*/
}
.noUi-connect {
	background: #7bd19f;
    -webkit-transition: background 450ms;
	transition: background 450ms;
	height: 10px;
}
.noUi-origin {}
.noUi-target {
    height: 10px;
}
.noUi-target.noUi-connect {
    border: 1px solid #c3c3c3;
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}
.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}
.noUi-handle {
	background: #7bd19f;
    width: 6px;
    height: 9px;
	cursor: pointer;
}
.noUi-handle:hover {background: #ffcc00;}
.noUi-active {
    background: #ffcc00;
}

.noUi-handle:before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 3px 3px 3px;
    border-color: transparent transparent #7bd19f transparent;
}

.noUi-active.noUi-handle:before {
    border-color: transparent transparent #ffcc00 transparent;
}
.noUi-handle:hover.noUi-handle:before{border-color: transparent transparent #ffcc00 transparent;}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}
.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}
[disabled] .noUi-handle {
	cursor: not-allowed;
}

/* End */


/* Start:/css/jquery.mCustomScrollbar.css?162687588653998*/
/*
== malihu jquery custom scrollbar plugin ==
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, .mCustomScrollbar.mCS_touch_action{ -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;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
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;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

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

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

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

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		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: 30px;
	}
	
	.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: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.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 20px; }

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

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.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: 20px;
		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{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.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: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(/css/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.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 -40px;
		/* 
		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: 0 -56px;
		/* 
		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{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* 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 .mCSB_dragger_bar{ background-color: #263f6b;}

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

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #263f6b; }
	/*.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; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

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

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

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

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

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

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


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

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

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

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

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

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

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


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


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

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

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

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

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

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

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

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

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

/* End */


/* Start:/css/swiper.css?162687588622251*/
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* End */


/* Start:/css/chosen.css?162687588612854*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  width: 100%!important;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  width: 100%!important;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 0 0 0 8px;
	height: 27px;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-color: #fff; 	
	box-shadow:inset 1px 1px 1px rgba(0,0,0,.24); 
	-moz-box-shadow:inset 1px 1px 1px rgba(0,0,0,.24); 
	-webkit-box-shadow:inset 1px 1px 1px rgba(0,0,0,.24);
	color: #444;
	text-decoration: none;
	white-space: nowrap;
	line-height: 26px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 100%;
  background-color: #b8b8b8;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 11px;
  height: 7px;
  position: absolute;
  right: 9px;
  top: 9px;
  background: url('/css/../images/sprite.png') no-repeat -12px -6px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('/css/chosen-sprite.png') no-repeat 100% -20px;
  background: url('/css/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/css/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/css/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/css/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/css/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  background: no-repeat;
  color: #444444;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #223b68; 
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/css/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
 /* border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -12px -13px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('/css/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/css/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('/css/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/css/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/css/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('/css/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/css/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

/* End */


/* Start:/css/user.css?1626875886234136*/
.panoram3d
{
	display: block;
	padding: 10px 20px 12px 20px;
	text-align: center;
	margin-bottom: -13px;
	background: #39b54a;
	font-size: 19px;
	color: #fff;
}
@font-face {
	font-family: 'Raleway-Bold';
	src: url('/css/fonts/Raleway-Bold.ttf');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Regular';
	src: url('/css/fonts/Raleway-Regular.ttf');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Semibold';
	src: url('/css/fonts/Raleway-SemiBold.ttf');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Raleway-Light';
	src: url('/css/fonts/RalewayLight.eot'),
	url('/css/fonts/RalewayLight.woff') format('woff'),
	url('/css/fonts/RalewayLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'als_rublregular';
	src: url('/css/fonts/rouble-webfont.eot');
	src: url('/css/fonts/rouble-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/rouble-webfont.woff') format('woff'), url('/css/fonts/rouble-webfont.ttf') format('truetype'), url('/css/fonts/rouble-webfont.svg#als_rublregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.chk-row:after,
.top-filter .params-row:after,
.top-filter .full-search:after,
.top-filter .rooms:after,
.modal-window .ui-tabs .ui-tabs-nav:after,
.ui-tabs .ui-tabs-nav:after,
.objects-pagination:after,
.obj-slider-wrap .obj-info:after,
.apartments-layout .header:after,
.apartments-types:after,
.apartments-layout .list .item .title:after,
.object-popup .main-info .sq-params:after,
.information .news .header:after
{clear: both;content:"";display:block;height:0;overflow:hidden;}

.apartments-view-wrapper {padding: 0px 30px;}
.apartments-view {
	position: relative;
	font-size: 0;
	margin-bottom: 35px;
	color: #0076a3;
}

.apartments-view-show {
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	font-size: 12px;
	line-height: 14px;
	color: #2e4a7d;
}

.apartments-view_light .apartments-view-show {
	color: #0076a3;
}

.apartments-view__title {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	text-transform: uppercase;
}
.apartments-view_light .apartments-view__title {
	color: #0076a3;
}
.apartments-view__number {
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
	border-bottom: 1px dashed #2e4a7d;
}

.apartments-view_light .apartments-view__number {
	border-bottom: 1px solid #0076a3;
}

.apartments-view-sort {
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	width: 65%;
	font-size: 12px;
	line-height: 14px;
	color: #2e4a7d;
}
.apartments-view-sort select {
	display: inline-block;
	vertical-align: middle;
	margin-right: -26px;
	border: none;
	/*border-bottom: 1px dashed #2e4a7d;*/
	height: auto;
	font-size: inherit;
	padding: 3px;
	position: relative;
	padding-right: 20px;
	line-height: inherit;
	background: none;
	color: inherit;
	width: auto;
	text-indent: 0;
	-webkit-appearance: initial;
	-moz-appearance: initial;
	appearance: initial;
}
.apartments-view_light .apartments-view-sort select {
	color: #0076a3;
}
.apartments-view-sort .wrapper .sort_order {
	position: absolute;
	top: 3px;
	right: 0;
}
.apartments-view_light .apartments-view-sort .wrapper .sort_order {
	text-decoration: none;
}
.apartments-view-sort select:hover {
	color: #2e4a7d;
}
.apartments-view-sort select:focus {
	background: none;
}

.apartments-view-sort .wrapper {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 20px;
}
.apartments-view-sort .wrapper .sort_order {
	position: absolute;
	top: 3px;
	right: 0;
	text-decoration: none;
}
.apartments-view-sort .legends {
	display: inline-block;
	vertical-align: middle;
	float: none;
	position: relative;
	margin-right: 30px;
	text-align: right;
}

.left-bar{
	width: 215px;
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	background-color: #0072bc;
	z-index: 10;
	box-shadow: -5px 0px 25px #000000;
	-moz-box-shadow: -5px 0px 25px #000000;
	-webkit-box-shadow: -5px 0px 25px #000000;
}
.content-wrapper{
	padding-left: 215px;
	position: relative;
	z-index: 5;
	max-width: 1400px;
	-webkit-box-shadow: 0 0 15px #b1b1b1;
	-moz-box-shadow: 0 0 15px #b1b1b1;
	box-shadow: 0 0 15px #b1b1b1;
}
.content-inner{position: relative;padding-left: 0px;padding-right: 0px;padding-bottom: 627px;}
div#indexFilter {padding: 0 18px 0 30px;}
body.main .content-inner{padding-bottom: 550px;}
/*body.main .content-inner,*/
/*.content-wrapper.object-page .content-inner{padding-top: 20px;}*/
body.info-page .content-inner{border-left: 1px solid #accbde;}
.content-inner .row{margin: 0;width: auto;}
.main .content-inner .row{margin: 0 0px -25px -12px;width: auto;}
a.logo{
	display: block;
	height: 190px;
	text-align: center;
	padding-top: 33px;
	background: #FFFFFF;
	border-bottom: 1px solid #e5e9ec;
}
a.logo:hover{background-color: #f7f7f7;}

.left-bar .sel-city{
	 /*font-family: 'din-r',sans-serif;*/
	 font-size: 13px;
     color: #0076a3;
     text-decoration: none;
}

.left-bar .geo-info{
	padding:7px 10px 7px 25px;
	border-bottom: 1px solid #accbde;
	background: #FFFFFF;
}
.left-bar .phones{
	margin: 0;
	color: #0076a3;
	font-size: 14px;
	position: relative;
	/*font-family: 'din-m',sans-serif;*/
	margin-bottom: -5px;
}
.left-bar .geo-info .phones_msk{
	margin: -4px 0;
}
.left-bar .phones span{font-size: inherit;
	/*font-family: 'din-l',sans-serif;*/
	display: block;
}
.left-bar .geo-info .title,.left-bar .objects-sections .title{color: #cbcbcb;font-size: 11px;display: block;margin-bottom: 0px;}
.left-bar .objects-sections .title{margin-bottom: 0;color: #FFFFFF;padding-left: 25px;font-size: 11pt;padding-bottom: 2px;}
.left-bar .geo-info .map-link{font-size: 12px;position: relative;padding-left: 25px;color: #0076a3;
margin-top: 15px;
display: block;
}
.left-bar .geo-info .map-link:after{
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 15px;
	height: 13px;
	background: transparent url('/css/../images/sprite.png') 0 0 no-repeat;
}
.left-bar .objects-sections{padding: 0px 0 6px 0;}
.left-bar .objects-sections .item{position: relative;
background: #0072bc;
color: #FFFFFF;
}
/*.left-bar .objects-sections .item:hover{background-color: #edf0f4;}
.left-bar .objects-sections .item:hover .sect{color: #1894c8;}
.left-bar .objects-sections .item:hover .sect:after{background-position: 0 -26px;}*/
.left-bar .objects-sections.inside .item:hover{background-color: transparent;}
.left-bar .objects-sections .ui-tabs .ui-tabs-nav{
	background-color: transparent;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-o-border-radius: 0;
	margin: 0;
}
.left-bar .ui-tabs .ui-tabs-nav li{width: 25%;margin: 0;background-color: #FFF;}
.ui-tabs .row{min-width: 100px;}
.left-bar .ui-tabs .ui-tabs-nav li a{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #329966;
	font-size: 0.929em;
	display: block;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
.left-bar .ui-tabs .ui-tabs-nav li.ui-tabs-active{background-color: #edf0f4;}
.left-bar .ui-tabs .ui-tabs-nav li.ui-tabs-active:after{display: none;}
.left-bar .ui-tabs .ui-tabs-nav li.ui-tabs-active a{color: #2e4a7d;}
.left-bar .ui-tabs .ui-tabs-panel{padding:15px;background-color: #edf0f4;}
/*.left-bar .ui-tabs .ui-tabs-panel{padding: 25px 30px;background-color: #edf0f4;}*/
.left-bar .objects-sections .item .sub{
	position: absolute;
	left: 100%;
	min-height: 620px;
	background-color: #edf0f4;
	width: 900px;
	top: -190px;
	z-index: 100;
	/*opacity: 0;*/
	display: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	box-shadow: 0 5px 38px rgba(0,0,0,.38);
	-moz-box-shadow: 0 5px 38px rgba(0,0,0,.38);
	-webkit-box-shadow: 0 5px 38px rgba(0,0,0,.38);
}
.objects-sections .item .sub .button.transp{
	margin-top: 20px;
	padding-right: 15px;
	padding-left: 40px;
	background-color: #ffffff;
	border-color: #d3dde5;
	color: #2e4a7d;
}
.objects-sections .item .sub .button.transp:hover{background-color: #f0f0f0;}
.objects-sections .item .sub .button.transp:after{
	width: 10px;
	height: 14px;
	right: auto;
	left: 20px;
	background-position: -29px -85px;
	margin-top: -8px;
}
/*.left-bar .objects-sections .item:hover .sub{display: block;opacity: 1;}*/
.left-bar .sub .list{
	list-style: none;margin: 0;padding: 0;
}
.left-bar .sub .list a{color: #22448b;text-decoration: none;font-size: 1.071em;}
.left-bar .sub .list li{margin-bottom: 15px;}
.left-bar .sub .list a:hover{color: #1894c8;}
.left-bar .objects-sections .item > a,.left-bar .objects-sections .item > span,
.left-bar .objects-sections .fav{
	border-bottom: 1px solid #accbde;
	display: block;
}

.left-bar .objects-sections .item > a,.left-bar .objects-sections .item > span{
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	position: relative;
	z-index: 101;
	padding: 15px 10px 15px 25px;
        cursor: pointer;
}
/*.left-bar .objects-sections .item:hover > a{background-color: #fff;}*/

.left-bar .objects-sections .item > a:after,.left-bar .objects-sections .item > span:after{
	content: "";
	position: absolute;
	width: 7px;
	height: 11px;
	top: 50%;
	margin-top: -6px;
	right: 15px;
	background: transparent url('/css/../images/sprite.png') -65px -50px no-repeat;
}
.left-bar .objects-sections.inside .item > a:after{display: none;}
.left-bar .objects-sections.inside .title{margin-bottom: 10px;}
/*.left-bar .objects-sections .item > a:hover{color: #1894c8;}
.left-bar .objects-sections .item > a:hover:after{background-position: 0 -26px;}*/
.left-bar .objects-sections.inside .item > a.act{color: #2e4a7d;background-color: #edf0f4;border-left: 3px solid #2e4a7d;padding-left: 22px;}
.left-bar .objects-sections.inside .item .list a{
	text-decoration: none;
	padding: 10px 15px 10px 40px;
	display: block;
	color: #60657c;
}
.left-bar .objects-sections.inside .item .list a:hover{color: #1894c8;}
.left-bar .objects-sections.inside .item .list li.act a{background-color: #f1f1f3;}
.left-bar .objects-sections .fav{
	padding: 10px 10px 9px 25px;
}
.left-bar .objects-sections .fav a{
	padding-left: 30px;
	position: relative;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.left-bar .objects-sections .fav a span{
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	background-color: #e4e5e6;
	color: #2e4a7d;
	font-size: 10px;
	text-align: center;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-o-border-radius: 100%;
	padding-top: 2px;
	font-weight: bold;
}

.left-menu{margin: 0;padding: 0;}
.left-menu li{padding: 0px 30px 4px 45px;position: relative}
.left-menu li a{text-decoration: none;color: #ffffff;font-size: 13px; line-height: 15px;
	/*font-family: 'din-r',sans-serif; */
	display: inline-block;}
.left-menu li a:hover{color: #cbcbcb;}
.left-menu li ul{list-style: none;margin: 10px 0;}
.left-menu li ul li{padding-left: 15px;}
.left-menu li span {
	position: absolute;
	top: 7px;
	left: 17px;
}
.left-menu li span img {
	max-width: 20px;
	max-height: 20px;
}
.main-slider{height: 420px!important;overflow: hidden;}
.object-slider{height: 481px!important;overflow: hidden;}
.balkanytest.object-slider{height: 540px!important;overflow: hidden;}
.main-slider .slide,.object-slider .slide,.top-block-action .img{
	height: 470px;
	width: 100%;
	background-repeat: no-repeat!important;
	background-position: 50% 50%!important;
	-o-background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	background-size: cover!important;
}
.object-slider .slide{background-position: top right!important;background-size: cover!important}
.balkanytest.object-slider .slide{background-position: top right!important;background-size:initial!important}
.balkanytest.object-slider{background-position: }
.top-block-action .img{position: relative;}
.object-slider .slide{height: 600px;}
.obj-slider-wrap {
	position: relative;
}
.main-slider .caption,.obj-slider-wrap .caption,.top-block-action .caption{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	min-width: 460px;
	height: 100%;
	background: rgba(0,0,0,.6);
	padding: 30px 30px 10px 0;
}
.obj-slider-wrap .caption,.top-block-action .caption{
	padding: 40px 30px 20px;
	width: 100%;
	top: auto;
	bottom: 0;
	left: 0;
	right: auto;
	/*height: auto;*/
	background: rgba(0,0,0,.45);
	color: #ffffff;
	height: 100px;
}
.obj-slider-wrap .caption{
	padding: 0 30px;
	height: 40px;
	z-index: 21;
}
.obj-slider-wrap .caption .title,.top-block-action .caption .title{
	position: absolute;
	padding: 10px 30px;
	font-size: 2.357em;
	/*font-family: 'din-m',sans-serif;*/
	text-transform: uppercase;
	letter-spacing: 1px;
	left: 0;
	top: -50px;
	min-width: 400px;
}
.obj-slider-wrap .caption .title{padding: 6px 30px;top: -45px;}
.obj-slider-wrap .caption .obj-info {
	font-size: 12px;
	letter-spacing: .02em;
}
.top-block-action .caption .title{top: 0;padding: 6px 30px;}
.top-block-action .caption{padding-top: 80px;height: auto;padding-bottom: 13px;}
.top-block-action .breadcrumd{
	position: absolute;
	left: 0;
	top: -30px;
	margin-left: 0;
	min-width: 300px;
}
.top-block-action .buttons{
	position: absolute;
	right: 30px;
	top: 15px;
}
.top-block-action .buttons .green{margin-left: 20px;}
.obj-slider-wrap .actions{
	position: absolute;
	top: 0;
	right: 0;
	width: 170px;
	margin: 0;
	background-color: rgba(0,0,0,.6);
	height: 481px;
	color: #fff;
	z-index: 55;
}
.obj-slider-wrap .actions .item{text-align: center;cursor:pointer;}
.obj-slider-wrap .actions .item a{
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	text-decoration: none;
	cursor:pointer;
	width: 100%;
	height: 100%;
	display: inline-block;
}
.obj-slider-wrap .actions .item a:hover {
	text-decoration: underline;
}
.obj-slider-wrap .actions .item.yellow {
	background-color: rgba(253,185,19,.5);
}
.obj-slider-wrap .actions .item.green {
	background-color: rgba(112,192,90,.5);
}
.obj-slider-wrap .actions .item.purple {
	background-color: rgba(149,75,157,.5);
}
.obj-slider-wrap .actions .fiolet{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.286em;
	/*font-family: 'din-r',sans-serif;*/
	background: -moz-linear-gradient(left, #764795 0%, #a04794 100%);
	background: -webkit-linear-gradient(left, #764795 0%, #a04794 100%);
	background: -o-linear-gradient(left, #764795 0%, #a04794 100%);
	background: linear-gradient(left, #764795 0%, #a04794 100%);
	background: -ms-linear-gradient(left, #764795 0%, #a04794 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#764795', endColorstr='#a04794', GradientType=1 );
}

.obj-slider-wrap .actions .orange{background-color: #ee7308;font-size: 0.929em;}
.obj-slider-wrap .actions .orange a{display: inline-block;margin-top: 5px;}
.obj-slider-wrap .actions .obj-site{
	display: block;
	margin-top: 20px;
	padding: 15px 10px 15px 50px;
	position: relative;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.929em;
	text-decoration: none;
}
.obj-slider-wrap .actions .obj-site{padding: 10px;}
.obj-slider-wrap .actions .obj-site:hover{
	background: -moz-linear-gradient(left, #2e4a7d 0%, #2e4a7d 100%);
	background: -webkit-linear-gradient(left, #2e4a7d 0%, #2e4a7d 100%);
	background: -o-linear-gradient(left, #2e4a7d 0%, #2e4a7d 100%);
	background: linear-gradient(left, #2e4a7d 0%, #2e4a7d 100%);
	background: -ms-linear-gradient(left, #2e4a7d 0%, #2e4a7d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4a7d', endColorstr='#2e4a7d', GradientType=1);
}
.obj-slider-wrap .actions .quest {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.929em;
	text-decoration: none;
	height: 40px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	background-color: #39b54a;
	width: 170px;
	padding-left: 45px;
	padding-top: 10px;
	transition: all .3s ease-out;
}
.obj-slider-wrap .actions .quest:after{
	content: "?";
	position: absolute;
	font-size: 46px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #70ca7c;
	color: #39b54a;
	border-radius: 50%;
	font-weight: bold;
	text-align: center;
	left: -10px;
	top: -7px;
	transition: all .3s ease-out;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none;   /* Chrome/Safari/Opera */
	-khtml-user-select: none;    /* Konqueror */
	-moz-user-select: none;      /* Firefox */
	-ms-user-select: none;       /* Internet Explorer/Edge */
	user-select: none;
}
.obj-slider-wrap .actions .quest:hover {
	background-color: #219131;
}
.obj-slider-wrap .actions .quest:hover:after {
	color: #219131;
}

.obj-slider-wrap .actions .object-title {
	color: #fff;
}
.obj-slider-wrap .actions .object-link a {
	color: #fff;
	font-size: 13px;
}
.obj-slider-wrap .actions .object-link{
	text-align: center;
	line-height: 13px;
	margin: -3px 0 25px;
}
.object-actions-title {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	margin: 10px 0 10px;
	text-align: center;
}
.object-logo{
	max-width: 100%;
	max-height: 70px;
	text-align: center;
	margin-top: 25px;
        margin-bottom:13px;
}
.object-logo img{
	max-width: 100%;
	max-height: 70px;
}

.obj-slider-wrap .obj-info a,.top-block-action .obj-info a{color: #ffffff;white-space: nowrap;}
.obj-slider-wrap .obj-info .col,.top-block-action .obj-info .col{float: left;position: relative;padding-left: 50px;}
.obj-slider-wrap .obj-info .first,.top-block-action .obj-info .first{padding-left: 30px;}
.obj-slider-wrap .obj-info .first,
.obj-slider-wrap .obj-info .second,
.top-block-action .caption .obj-info .first,
.top-block-action .caption .obj-info .second{width: 23%;}
.obj-slider-wrap .obj-info .second,.top-block-action .obj-info .second{padding-left: 45px;}
.obj-slider-wrap .obj-info .third,.top-block-action .obj-info .third{width: 33%;}
.obj-slider-wrap .obj-info .fourth,.top-block-action .obj-info .fourth{float: right;width: 20%;padding-left: 0;}
.obj-slider-wrap .obj-info .col:after,.top-block-action .obj-info .col:after{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	background-color: transparent;
	background-image: url('/css/../images/sprite.png');
	background-repeat: no-repeat;
}
.obj-slider-wrap .obj-info .second {
	width: 21%;
}
.obj-slider-wrap .obj-info .third {
	width: 27%;
}
.obj-slider-wrap .obj-info .fourth {
	float: left;
	width: 16%;
}
.obj-slider-wrap .obj-info .col.fourth:after,
.top-block-action .obj-info .col.fourth:after{display: none;}
.obj-slider-wrap .obj-info .col.first:after,
.top-block-action .obj-info .col.first:after{
	width: 17px;
	height: 22px;
	background-position: -64px -63px;
}
.obj-slider-wrap .obj-info .col.second:after,
.top-block-action .obj-info .col.second:after{
	width: 27px;
	height: 21px;
	background-position: -81px -65px;
}

.obj-slider-wrap .obj-info .col.third:after,
.top-block-action .obj-info .col.third:after{
	width: 30px;
	height: 25px;
	background-position: -64px -87px;
}

.main-slider .title{
	color: #ffffff;
	font-size: 2.214em;
	/*font-family: 'din-m',sans-serif;*/
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 30px;
	position: relative;
	background-color: #704897;
}
.main-slider .title:after,.object-slider .title:after{
	content: "";
	position: absolute;
	left: 0;
	top: -7px;
	height: 7px;
	width: 60%;
	background: -moz-linear-gradient(left, #243e85 0%, #1e5196 100%);
	background: -webkit-linear-gradient(left, #243e85 0%, #1e5196 100%);
	background: -o-linear-gradient(left, #243e85 0%, #1e5196 100%);
	background: linear-gradient(left, #243e85 0%, #1e5196 100%);
	background: -ms-linear-gradient(left, #243e85 0%, #1e5196 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#243e85', endColorstr='#1e5196', GradientType=1 );
}
.object-slider .title:after{
	background: -moz-linear-gradient(left, #e83d1f 0%, #ef7c04 100%);
	background: -webkit-linear-gradient(left, #e83d1f 0%, #ef7c04 100%);
	background: -o-linear-gradient(left, #e83d1f 0%, #ef7c04 100%);
	background: linear-gradient(left, #e83d1f 0%, #ef7c04 100%);
	background: -ms-linear-gradient(left, #e83d1f 0%, #ef7c04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83d1f', endColorstr='#ef7c04', GradientType=1 );
}

.object-slider .slide-hid {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	cursor: pointer;
}
.obj-slider-wrap .orbit-wrapper .slider-nav span {
	width: 10px;
	height: 10px;
}
.obj-slider-wrap .orbit-wrapper .slider-nav span.right {
	right: 210px;
	bottom: 28px;
}
.obj-slider-wrap .orbit-wrapper .slider-nav span.left {
	right: 235px;
	bottom: 28px;
}
.obj-slider-wrap ul.orbit-bullets {
	right: 230px;
	bottom: 33px;
}
.obj-slider-wrap .orbit-wrapper .slider-nav span:after {
	background: transparent;
	border: 3px solid transparent;
	width: 7px;
	height: 7px;
}
.obj-slider-wrap .orbit-wrapper .slider-nav span.right:after {
	border-left: 5px solid #fff;
}
.obj-slider-wrap .orbit-wrapper .slider-nav span.left:after {
	border-right: 5px solid #fff;
}


.main-slider .location{
	background: -moz-linear-gradient(left, #20896f 0%, #56af63 60%, rgba(86,175,99,0) 80%, rgba(86,175,99,0) 100%);
	background: -webkit-linear-gradient(left, #20896f 0%, #56af63 60%,rgba(86,175,99,0) 80%, rgba(86,175,99,0) 100%);
	background: -o-linear-gradient(left, 20896f 0%, #56af63 60%,rgba(86,175,99,0) 80%, rgba(86,175,99,0) 100%);
	background: -ms-linear-gradient(left, 20896f 0%, #56af63 60%,rgba(86,175,99,0) 80%, rgba(86,175,99,0) 100%);
	background: linear-gradient(left, 20896f 0%, #56af63 60%,rgba(86,175,99,0) 80%, rgba(86,175,99,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='20896f', endColorstr='#56af63', GradientType=1 );
	color: #ffffff;
	padding: 10px 30px;
}
.main-slider .location span{display: inline-block;margin-right: 18px;vertical-align: middle;padding-left: 20px;position: relative;}
.main-slider .location span:after{
	content: "";
	position: absolute;
	left: 0;
	top: 30%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('/css/../images/sprite.png');
}
.main-slider .location span.adress:after{background-position: -16px 0;width: 8px;height: 11px;margin-top: -2px;}
.main-slider .location span.price:after{background-position: -16px -12px;width: 9px;height: 9px;}
.main-slider .row{min-width: 100px;}
.main-slider .desription{
	margin-top: 30px;
	padding: 0 30px 0 25px;
	color: #ffffff;
}
.main-slider .desription li{font-size: 1.143em;}
.main-slider .desription a{color: #ffffff;}
.main-slider .desription a:hover{color: #a9d6f6;}
.main-slider .sale{
	position: relative;
	margin-bottom: 12px;
	padding-left: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*font-family: 'din-m',sans-serif;*/
}
.main-slider .sale:after{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 36px;
	height: 36px;
	background: transparent url('/css/../images/sprite.png') -27px 0 no-repeat;
}
.main-slider .link{
	position: absolute;
	bottom: 25px;
	left: 20px;
}
.top-filter{
	padding: 10px 30px 10px;
	color: #e6ddbb;
	position: relative;
	margin-bottom: 20px;
}
.top-filter.open {
	padding-bottom: 10px;
}
.top-filter .col{float: left;}
.top-filter .col.first{width: 15%;padding-right: 15px;}
.top-filter.flats .col.first,
.top-filter.flats .col.second,
.top-filter.flats .col.third{width: 18%;margin-right: 3%;}
.top-filter .full-search .col.first{padding-left: 12px;padding-right: 25px;width: 20%;margin-right: 20px;}
.top-filter .col.second{width: 20%;}
.top-filter .commerc .col.second{width: 15%;padding-right: 30px;}
.top-filter .full-search .col.second{margin-right: 30px;}
.top-filter .col.third{width: 18%;}
.top-filter .full-search .col.third{margin-right: 30px;}
.top-filter .col.fourth{width: 17%;}
.top-filter.flats .col.fourth{text-align: center;}
.top-filter.flats .full-search .col.fourth{text-align: left;}
.top-filter .col.last{float: right;width: 15%;margin-left: 10px;margin-right: 10px;text-align: right;}
.top-filter .full-search .col.last{width: 13%;}
.top-filter .col.third,.top-filter .col.fourth{padding-right: 35px;}
.top-filter .commerc .col.third{padding-right: 20px;width: 13%;}
.top-filter .commerc .col.third-2{width: 12%;padding-right: 20px;}

.top-filter .col.second select{width: 100%;}

.top-filter .title{text-transform: uppercase;letter-spacing: 0.5px;font-size: 0.857em;margin-bottom: 8px;min-height: 18px;}
.chk-row{position: relative;margin-bottom: 5px;overflow: hidden;}
.top-filter .col-side .chk-row {margin-bottom: 0;top: -8px}
.chk-row input[type=checkbox],.chk-row input[type=radio]{position: absolute;left: -250px;}
.chk-row label{
	color: #ffffff;
	font-size: 0.929em;
	padding: 5px 12px;
	min-width: 90px;
	display: inline-block;
	cursor: pointer;
}
.chk-row.chk label{padding-left: 20px;}
.chk-row.chk:after{
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
	width: 11px;
	height: 11px;
	background: transparent url('/css/../images/sprite.png') -44px -37px no-repeat;
}
.chk-row.chk.act:after{background-position: -44px -49px;}
.chk-row label:hover{color: #a9d6f6;}
.chk-row.label-only.act label{background-color: #4A638A;}
.params-row .chk-row.label-only.act label{background-color: transparent;}
.rooms .chk-row{float: left;}
.rooms .chk-row label{
	min-width: 0;
	padding: 8px 12px 9px;
	border: 1px solid #51769e;
	margin-left: -1px;
}
.rooms .chk-row:first-child label{margin-left: 0;}

select{
	background-color: transparent;
	border: 1px solid #0076a3;
	color: #0076a3;
	font-size: 14px;
	height: 37px;
	padding-left: 12px;
	padding-top: 1px;
	line-height: 30px;
	padding-right: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent url('/css/../images/sel-arr.png') no-repeat 90%;
	outline: none;
	text-indent: 0.01px;
	text-overflow: "";
	cursor: pointer;
	width: 100%;
	background-color: #fff;
	border-radius: 0;
}

.bx-ie select{
    padding-right: 0px;
    background: none;
}
.bx-ie .cityChange {
    padding-right: 0px !important;
    background: none !important;
    width: 150px;
}
.bx-firefox .cityChange{
    /*padding: 12px 40px 0 0;*/
   /* background-image: none;
    border: 1px solid #c2c2c2;
    padding: 4px 0px 0px 12px;*/
    height: 16px;
}
.bx-firefox .top-filter select{
    padding-top: 2px;
    padding-right: 0px;
    background-color: #2E70A5;
    color: #FFF;
	background-image: none;
}
.objects-select {
	width: 150px;
}

@-moz-document url-prefix() {select{padding-top: 6px;padding-right: 0;}select option{padding: 5px 10px;}}

.top-filter select option{color: #a9d6f6;display: block;}
.objects-button{position: relative;}
.objects-button .checked-amout{
	position: absolute;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-khtml-border-radius: 100%;
	-o-border-radius: 100%;
	background-color: #4eaa66;
	color: #ffffff;
	z-index: 10;
	font-size: 0.786em;
	text-align: center;
	padding-top: 4px;
	top: -10px;
	right: -10px;
}
.objects-button a{
	display: block;
	padding: 10px 15px 10px 30px;
	border: 1px solid #accbde;
	text-decoration: none;
	font-size: 0.8em;
	color: #ffffff;
	position: relative;
}
.objects-button a:after{
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -6px;
	width: 11px;
	height: 11px;
	background: transparent url('/css/../images/sprite.png') -16px -26px no-repeat;
}
.objects-button a:hover{color: #a9d6f6;}
.top-filter .view-type{
	position: relative;
	padding-left: 20px;
}
.top-filter .view-type:after{
	content: "";
	position: absolute;
	top: 50%;
	background-image: url('/css/../images/sprite.png');
	background-color: transparent;
	background-repeat: no-repeat;
}
.top-filter .view-type.list:after{
	width: 13px;
	height: 10px;
	margin-top: -5px;
	left: 10px;
	background-position: -16px -38px;
}
.top-filter .view-type.map:after{
	width: 10px;
	height: 14px;
	margin-top: -7px;
	left: 12px;
	background-position: -16px -49px;
}
.top-filter .col.last .button{padding-right: 30px;margin-bottom: 5px;}
.top-filter .col.last .button:after{right: 10px;}
.top-filter .toggle-search {
	color: #ffffff;
	font-size: 0.929em;
	text-decoration: none;
	position: relative;
}

.top-filter .toggle-search:after {
    content: '';
    position: absolute;
    top: 7px;
    right: -20px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
}

.top-filter .toggle-search_expand:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 5px;
}

.top-filter .toggle-search:hover{border-color: transparent;}
.top-filter .full-search{
	padding-top: 20px;
	display: none;
}
.top-filter.open .full-search{
	/*overflow: visible!important;*/
}
.top-filter .area-range .inp-wrap{position: relative;width: 48%;display: inline-block;padding-left: 14px;}
.top-filter .area-range .inp-wrap:first-child{padding-left: 0;padding-right: 14px;}
.top-filter .area-range .inp-wrap:first-child:after{
	content: "";
	position: absolute;
	left: 100%;
	margin-left: -4px;
	top: 50%;
	width: 10px;
	border-bottom: 1px solid #51769e;
}
.top-filter .area-range .inp-wrap input{margin-bottom: 0;text-align: center;}

.top-filter .inp-wrap span{position: absolute;left: 100%;margin-left: 5px;top: 7px;color: #ffffff;}
sup{font-size: 0.571em;}
.top-filter .full-search .toggle-search{display: inline-block;text-align: left;}

.modal-window{
	width: 100%;
	position: absolute;
	right: 0;
	z-index: 9999;
	height: auto;
	max-width: 900px;
	background-color: white;
	padding: 20px 40px;
	box-shadow: 0 5px 38px rgba(0, 0, 0, 0.4);
	top: 25px;
	margin-top: -20px;
	display: none;
}
@media only screen and (max-width: 1200px){
    .sub{width: 750px;}
}
.modal-window .close{
	position: absolute;
	width: 28px;
	height: 27px;
	border: 1px solid #a3a3a3;
	top: 27px;
	right: 40px;
	text-indent: -9999px;
	z-index: 100;
}
.modal-window .close:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -7px;
	width: 13px;
	height: 13px;
	background: transparent url('/css/../images/sprite.png') -30px -46px no-repeat;
}
.modal-window .close:hover{border-color: #1894c9;}
.modal-window .close:hover:after{background-position: -30px -60px;}
.modal-window .ui-tabs .ui-tabs-nav{
	margin: 0px;
	padding-bottom: 15px;
	border-bottom: 1px solid #d3dde5;
	background-color: transparent;
}
.modal-window .ui-tabs .ui-tabs-nav li a span{
	/*font-family: 'PT Sans',sans-serif;*/
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-style: normal;
	color: #2e4a7d;
}
.modal-window .ui-tabs .ui-tabs-nav li{border: 2px solid transparent;}
.modal-window .ui-tabs .ui-tabs-nav li a{padding: 10px 30px;}
.modal-window .ui-tabs .ui-tabs-nav li.ui-tabs-active{background-color: transparent;border-color: #eb5713; }
.modal-window .ui-tabs .ui-tabs-nav li.ui-tabs-active a span{color: #eb5713;}
.modal-window .ui-tabs .ui-tabs-nav li.ui-tabs-active:after{border-top-color: #eb5713;}
.modal-window .toggle-all-sec{
	position: absolute;
	top: -48px;
	right: 130px;
}
.toggle-all-sec a{
	margin-left: 35px;
	text-decoration: none;
	border-bottom: 1px dotted #2e4a7d;
	color: #2e4a7d;
}
.toggle-all-sec a:hover{border-color: transparent;}
.modal-window .ui-tabs .ui-tabs-panel{padding-top: 30px;background: transparent;}
fieldset{
	padding: 25px 15px 5px;
	border: 1px solid #bbc1cc;
	margin-bottom: 30px;
	position: relative;
}

fieldset .toggle-cur-sec{
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -95px;
	text-align: center;
	top: -12px;
	padding: 0 15px;
	background-color: #ffffff;
	z-index: 10;
	text-decoration: none;
	width: 190px;
	cursor: pointer;
}

fieldset .toggle-cur-sec .region_full_check_label{
	position: relative;
	cursor: pointer;
}

fieldset .toggle-cur-sec .region_full_check_label:after{
	left: -20px!important;
	top: 3px!important;
}

fieldset .toggle-cur-sec span{border-bottom: 1px dotted #404353;color: #404353;}
fieldset .toggle-cur-sec:hover span{border-color: transparent;}
fieldset .chk-row.chk label{padding-left: 25px;color: #2e4a7d;}
fieldset .chk-row label:hover{color: #1894c8;}
fieldset .chk-row.chk:after{width: 14px;height: 14px;background-position: -44px -61px;top: 7px;}
fieldset .chk-row.chk.act:after{background-position: -44px -76px;}

fieldset.act {
	border-color: #333f69;
}


.modal-window .search-vals .section{
	border: 1px solid #c0ebb1;
	padding: 15px 5px 0;
	position: relative;
	margin-bottom: 30px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.modal-window .inp-row{position: relative;padding-right: 25px;}
.modal-window .inp-row .info-popup-call{position: absolute;right: 3px;top: 50%;margin-top: -7px;display: none;}
.modal-window .inp-row .info-popup{display: none;}
.modal-window .inp-row:hover .info-popup-call{display: block;}
.modal-window .search-vals .columns:last-child{float: left;}
.modal-window .search-vals .title{
	position: absolute;
	width: 100%;
	text-align: center;
	top: -10px;
	left: 0;
	text-decoration: none;
}
.modal-window .search-vals .title .cont{
	background-color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
}
.modal-window .search-vals .title .cont span{
	font-size: 12px;
	border-bottom: 1px dotted #357d2a;
	font-weight: 600;
}

.modal-window .search-vals .title:hover .cont span{border-color: transparent;}
/*.modal-window .search-vals label:after{clear: both;content:"";display:block;height:0;overflow:hidden;}*/
.modal-window .search-vals label span.descr{font-size: 14px;margin-left: 0;display: block;line-height: 1.5;margin-top: -1px;}
.modal-window .search-vals .chk-row.act:not(.sub) label span.descr {color: #15152d;}
.modal-window .search-vals .chk-row.sub:not(.act) label span.descr {color: #ccc;}
.modal-window .search-vals .subsection {
	margin: 0 -15px;
	border-top: 1px #ccc solid;
	padding: 5px 0 5px 40px;
	display: none;
}

.modal-window .search-vals .subsection .chk-row {
	display: inline-block;
}

.checked-params{text-align: right;margin-top: -10px;margin-bottom: 30px}
.checked-params.hidden{display: none;}
.checked-params .title{display: inline-block;color: #2e4a7d;font-weight: 800;margin-right: 15px;vertical-align: middle;font-size: 0.929em;margin-bottom: 5px;}
.checked-params .items{display: inline-block;vertical-align: middle;}
.checked-params .item{
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-bottom: 5px;
	position: relative;
	padding: 5px 10px 5px 25px;
	background-color: #fffefe;
	-moz-transition: all ease-out 0.1s;
	-webkit-transition: all ease-out 0.1s;
	-o-transition: all ease-out 0.1s;
	-ms-transition: all ease-out 0.1s;
	transition: all ease-out 0.1s;
	cursor: default;
}
.checked-params .item a{
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -4px;
	height: 7px;
	width: 7px;
	background: transparent url('/css/../images/sprite.png') -30px -38px no-repeat;
}
.checked-params .item:hover{background-color: #eef7fd;}
.catalogue-wrapper{position: relative;margin-bottom: 20px;}
.catalogue-wrapper .row.cat-row{margin-top: 20px;}
.catalogue-wrapper .cat-row .columns:last-child{float: left;}
.catalogue-wrapper .cat-row:first-child{margin-top: 0;}
.catalogue-wrapper .object{
	height: 235px;
	background-color: #ffffff;
	position: relative;
	border-radius: 1px solid #CCC;
	padding: 3px 2px 0 2px;
}
.catalogue-wrapper .object.after-filter .object-info {
	position: static;
}
.catalogue-wrapper .object.after-filter {
	height: 250px;
}
.catalogue-wrapper .object > a{text-decoration: none;}
.catalogue-wrapper .object .img{
	position: relative;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-o-background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	background-size: cover!important;
	width: 100%;
	height: 185px;
	//margin: 0 0 65px 0;
	margin: 0;
 }
.catalogue-wrapper .object .title,.catalogue-wrapper .object.fiolet .title{
	position: absolute;
	left: 0;
	//bottom: 0;
	top:185px;
	width: 100%;
	padding: 10px 15px 5px 10px;
	color: #0076a3;
	font-family: Tahoma, sans-serif;
	font-size: 17px;
	background: #ffffff;
	text-transform: uppercase;
	line-height: 12pt;
}
.catalogue-wrapper .object .title.small,.catalogue-wrapper .object.fiolet .title.small{padding-top: 5px;}

.catalogue-wrapper .object .title:hover{
	color: #a9d6f6;
}
.title .locat.info{
	text-transform: none;
	margin-top: 4px;
}
.objectsListWrap{
	margin: 0 38px 0 50px;
}
.objectsListWrap.objectsListWrap__map{
	margin: 0;
}
.catalogue-wrapper .object-info{padding-left: 15px;padding-right: 10px;line-height: 2;position: absolute; right: 0;bottom: 5px;}
.catalogue-wrapper .object-info .info{position: relative;padding-left: 25px;color: #535554;white-space: nowrap;}
.catalogue-wrapper .object-info .info:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	height: 12px;
	background: transparent url('/css/../images/sprite.png') -30px -38px no-repeat;
}
.object-info__detail{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: inherit;
	opacity: 0;
	display: none;
	background: #ffffff;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;


}
.catalogue-wrapper .img:hover .object-info__detail{
	opacity: 1;
	display: block;
	background: #ffffff;
	height: 225px;
	position: absolute;
	top: -0;

}
.catalogue-wrapper .img:hover .specials{
	display: none;
}
.object-info__detail .logo_building{
	text-align: center;
	margin: 6px 0 8px 0px;
	height: 70px;
}
.object-info__detail .logo_building img{
	max-height: 70px;
}
.object-info__detail .location{
	text-align: center;
	color: #535554;
	margin: 0px 0 5px 0;
	font-family: 'Raleway-Regular', Arial,sans-serif;
	line-height: 13pt;
}
.object-info__detail .location .subway, .object-info__detail .location .district{
	font-family: 'Raleway-Regular', Arial,sans-serif;
	font-size: 12px;
}
.object-info__detail .deadline{
	text-align: center;
    color: #535554;
    font-size: 11px;
    line-height: 9pt;
    font-weight: bold;
}
.object-info__detail .deadline span{
	font-weight: normal;
}
.object-info__detail .min-price{
	text-align: center;
    margin: 9px 0 -8px 0;
    color: #535554;
    font-size: 12px;
    font-family: 'Raleway-Regular', Arial,sans-serif;
    line-height: 22pt;
}
.object-info__detail .min-price span{
	font-size: 22px;
	color: #535554;
	opacity: 0.8;
	font-family: Tahoma, sans-serif;
}
.object-info__detail div.more{
    width: 100%;
    margin: 15px auto 16px;
    text-align: center;
    font-size: 12px;
}
.object-info__detail div.more:hover{
	border-color: #0076a3;
}
.object-info__detail a.more{
    text-decoration: none;
    border: 0.6pt solid #838584;
    padding: 5px 10px;
    font-family: 'Raleway-Regular', Arial,sans-serif;
}
.object-info__detail .option{
	text-align: center;
	color: #535554;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Raleway-Regular', Arial,sans-serif;
	font-size: 11px;

}
.catalogue-wrapper.carousel.block{
	margin-left: 10px;
}
.catalogue-wrapper.carousel.block .columns{
	padding: 0 0px;
}
.catalogue-wrapper.carousel.block .two{
	width: 32%;
	margin: 0 4px;
	border: 1px solid #CCCCCC;

}
.objectsList{
	overflow: auto;
}
.catalogue-wrapper .object-info .info.subway:after{width: 14px;background-position: -29px -73px;}
.catalogue-wrapper .object-info .info.locat:after{width: 9px;background-position: -16px -65px;left: 3px;}
.catalogue-wrapper .object-info .items,.catalogue-wrapper .object-info .items a{color: #0076a3;font-size: 10pt;}
.catalogue-wrapper .object-info .items .all-items{font-size: 1.3em;text-decoration: none;border-bottom: 1px dotted #0076a3;line-height: 1.7;font-weight: 800;}
.catalogue-wrapper .object-info .items .all-items:hover{border-color: transparent;}
.catalogue-wrapper .object-info .items-list{
	background-color: #ffffff;
	position: absolute;
	right: 10px;
	bottom: 30px;
	z-index: 200;
	padding: 15px 20px 5px;
	width: 300px;
	box-shadow: 0 5px 38px rgba(0,0,0,.38);
	-moz-box-shadow: 0 5px 38px rgba(0,0,0,.38);
	-webkit-box-shadow: 0 5px 38px rgba(0,0,0,.38);
	margin-left: 15px;
	display: none;
}
.catalogue-wrapper .object-info .items-list .columns{margin-bottom: 8px;color: #60657c;line-height: 1.5;padding-left: 10px;padding-right: 10px;}
.catalogue-wrapper .object-info .items-list .list-title.columns{color: #2e4a7d;}
.catalogue-wrapper .object .specials{
	position: absolute;
	z-index: 98;
	left: -8px;
	bottom: 30px;
	color: #a0a2a6;
	padding: 5px 10px 5px 15px;
	box-shadow: 0px 1px 1px #000;
	-webkit-box-shadow: 0px 1px 1px #000;
	-moz-box-shadow: 0px 1px 1px #000;
	color: #FFFFFF;

}
.catalogue-wrapper .object .specials .special-content:before{
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #000000 transparent transparent transparent;
	bottom: -10px;
	left: 0;
	border-width: 10px 0 0 9px;
}


}
.catalogue-wrapper .object .specials span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 23px;
	height: 23px;
	background: transparent url('/css/../images/sprite.png') no-repeat;
}
.catalogue-wrapper .object .specials span.present{background-position: -150px -157px;}
/*.catalogue-wrapper .object .specials span.disc{background-position: -150px -133px;}*/
.catalogue-wrapper .object .specials span.tree{background-position: -150px -109px;}

.catalogue-wrapper .object .specials span.disc {
	background: url('/css/../images/ico-discount.png') no-repeat;
	width: 25px;
	height: 24px;
}

.show-all{
	text-align: center;
	display: block;
	border: 2px solid #accbde;
	padding: 10px 30px;
	background-color: transparent;
	color: #0076a3;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	/*font-family: 'din-r';*/
	text-decoration: none;
	margin: 20px 0;
}
.show-all.show-all-light {
	margin: 20px auto;
	width: 95%;
	border-color:#e2effe;
}
.show-all.show-all-light span {
	font-family: 'Raleway-Regular';
	font-size: 12px;
	font-weight: 400;
	letter-spacing: normal;
}
.main .show-all{
	margin-left: -7px;
	width: 100%;
}
.show-all:hover{background-color: #ffffff;color: #1894c8;}
.show-all span{position: relative;padding-right: 20px;}
.show-all span:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	height: 7px;
	width: 11px;
	background: transparent url('/css/../images/sprite.png') 0 -74px no-repeat;
}
.show-all.actions-link span:after{
	width: 7px;
	height: 11px;
	margin-top: -5px;
	background-position: 0 -38px;
}
.show-all.actions-link:hover span:after{background-position: 0 -26px;}
.show-all:hover span:after{background-position: 0 -81px;}

.main-actions{
	height: 230px;
    margin: 35px 0 35px 30px;
}
.main-actions .action{
	height: 230px;
	width:45%;
	float: left;
	margin: 0 2%
}
.main-actions .action .img{
    height: 230px;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.main-actions .action:hover .img{
	opacity: 0.85;
}
.actions-page {
	margin-right: -12px;
	margin-left: -12px;
}
.actions-page .anchor-menu .anchor-menu__wrap {
	width: 100%;
}
.actions{
	//margin: 30px 0;
	//position: absolute;
	right: 0;
	top: 0;
	z-index: 22;
}
.actions .action{margin-top: 20px;}
.actions .action .img{
	position: relative;
	height: 230px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-o-background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	background-size: cover!important;
}
.actions .slide .action:first-child{margin-top: 0;}
.actions .action .announce{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.actions .action .announce .title{
	padding: 10px 15px;
	color: #ffffff;
	/*font-family: 'din-m';*/
	font-size: 1.143em;
	background: -moz-linear-gradient(left, #e9491a 0%, #ed6d0c 40%, rgba(237,109,12,0) 80%, rgba(237,109,12,0) 100%);
	background: -webkit-linear-gradient(left, #e9491a 0%, #ed6d0c 40%,rgba(237,109,12,0) 80%, rgba(237,109,12,0) 100%);
	background: -o-linear-gradient(left, #e9491a 0%, #ed6d0c 40%,rgba(237,109,12,0) 80%, rgba(237,109,12,0) 100%);
	background: -ms-linear-gradient(left, #e9491a 0%, #ed6d0c 40%,rgba(237,109,12,0) 80%, rgba(237,109,12,0) 100%);
	background: linear-gradient(left, #e9491a 0%, #ed6d0c 40%,rgba(237,109,12,0) 80%, rgba(237,109,12,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9491a', endColorstr='#ed6d0c', GradientType=1 );
}
.actions .action .announce .sub-title{
	padding: 5px 15px;
	color: #ffffff;
	/*font-family: 'din-r';*/
	font-size: 1em;
	background: -moz-linear-gradient(left, #42a164 0%, #7cbc51 40%, rgba(124,188,81,0) 80%, rgba(124,188,81,0) 100%);
	background: -webkit-linear-gradient(left, #42a164 0%, #7cbc51 40%,rgba(124,188,81,0) 80%, rgba(124,188,81,0) 100%);
	background: -o-linear-gradient(left, #42a164 0%, #7cbc51 40%,rgba(124,188,81,0) 80%, rgba(124,188,81,0) 100%);
	background: -ms-linear-gradient(left, #42a164 0%, #7cbc51 40%,rgba(124,188,81,0) 80%, rgba(124,188,81,0) 100%);
	background: linear-gradient(left, #42a164 0%, #7cbc51 40%,rgba(124,188,81,0) 80%, rgba(124,188,81,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42a164', endColorstr='#7cbc51', GradientType=1 );
}

.columns.twenty-five-percent {
	width: 25%;
}
h2,h3{
	color: #2e4a7d;
	text-transform: uppercase;
	font-size: 1.714em;
	font-weight: normal;
	letter-spacing: 1px;
	/*font-family: 'din-r';*/
}

h4{
    color: #000000;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: normal;
    letter-spacing: 1px;
    /*font-family: 'din-r';*/
}
.companuy-structure h2 {color: #FFFFFF!important; font-size: 18pt!important; margin: 0;}
body.main h2{text-align: center;
	/*font-family: 'din-m';*/
	color: #0072bc;
	font-size: 15pt;
	margin: 25px 0;
}
h3{margin-bottom: 30px;font-size: 1.571em;
	/*font-family: 'din-m';*/
}
/*.object-page h2{font-family: 'din-m';}*/
body.main .news{margin: 20px -12px 25px 0; padding: 5px 30px 25px 50px; background: #ededed;}
/*body.main*/ .news .news-item__detail{
    margin-top: 10px;
    font-size: 8pt;
    color: #646d7d;
}
.news-main-title{margin-bottom: 30px;position: relative;}
body.main .news div.read-all{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}
body.main .news a.read-all{
	position: relative;
	color: #0072bc;
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: 1px;
	text-decoration: none;
	padding-right: 25px;
}
body.main .news a.read-all:hover{text-decoration: underline;}
body.main .news a.read-all:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	height: 11px;
	width: 7px;
	background: transparent url('/css/../images/sprite.png') 0 -26px no-repeat;
}
.news-item.columns{padding-right: 40px;}
.news-item .date{color: #646d7d;font-size: 12px;margin-bottom: 10px;}
.news-item a{color: #1894c8; font-size: 13pt;line-height: 13pt; text-decoration: none;}
.news-item a:hover{color: #1894c8;text-decoration: underline;}
.b-news {
	margin-top: 20px;
}
.b-news a {
	font-size: 16px;
	line-height: 24px;
	color: #2e4a7d;
	text-decoration: none;
	display: block;
}
.b-news a span {
	display: block;
	font-size: 14px;
	line-height: 16px;
	color: #3c9e63;
	margin-bottom: 5px;
}

.subscribe{
	position: relative;
	padding: 15px 20px 20px 15px;
	margin-top: 20px;
}
.footer .subscribe{margin-top: 0; padding: 20px 20px 20px 0}
/*body.main*/ .subscribe{
	background: #39b54a;
	/*background: -moz-linear-gradient(left, #0072bc 0%, #0885c1 100%);
	background: -webkit-linear-gradient(left, #0072bc 0%, #0885c1 100%);
	background: linear-gradient(to right, #0072bc 0%, #0885c1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0072bc', endColorstr='#0885c1', GradientType=1 );*/
	margin-top: 0;}
body.main .subscribe{padding-bottom: 50px;margin: 0 -12px 0 0;}
.subscribe .title{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.143em;
	font-weight: normal;
	letter-spacing: 1px;
	padding-left: 40px;
	padding-top: 5px;
}
.subscribe input[type=text]{
	background-color: transparent;
	border-color: #accbde;
	width: 100%;
	margin-bottom: 0;
}
body.main .subscribe input[type=text]{background-color: transparent; border-color: #accbde;}
.subscribe input[type=text]:focus{background-color: #2c4e82;}
body.main .subscribe input[type=text]:focus{background-color: #0072bc;border-color: #ffffff;}
.subscribe .button.transp{height: 37px;min-height: 37px;padding-top: 9px;width: 100%;}
.advantages-main{position: relative;margin: 10px -12px 40px 0px;}

.advantages-main .row .col{
	float: left;
	padding: 0 1px;
}
.advantages-main .row .col-1{width:23%;}
.advantages-main .row .col-2{width:36%;}
.advantages-main .row .col.col-double{width: 59%;}
.advantages-main .row .col-2.bot{width: 77%;}
.advantages-main .row .col-3{width:41%;}
.advantages-main .row .col .item{
	position: relative;
	background-color: transparent;
	background-position: 0 100%;
	background-repeat: no-repeat;
	-o-background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	background-size: cover!important;
	height: 209px;
	margin-bottom: 2px;
	overflow: hidden;
}
.advantages-main .row .col .item:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0,0,0,.20);
	-moz-transition: all ease-out 0.1s;
	-webkit-transition: all ease-out 0.1s;
	-o-transition: all ease-out 0.1s;
	-ms-transition: all ease-out 0.1s;
	transition: all ease-out 0.1s;
}
.advantages-main .row .col .item:hover:before{opacity: 0;}

.advantages-main .row .col.bot > .item{height: 373px!important;}
.advantages-main .row .col .item.large{height: 420px;}
.advantages-main .row .col .item .title{
	position: absolute;
	left: 35px;
	top: 50px;
	color: #ffffff;
	line-height: 1;
	opacity: 1;
}

.advantages-main .row .col .item .text{color: #ffffff;font-size: 1.143em;line-height: 1.5;}
.advantages-main .row .col .item.large .title{
	left: 135px;
}
.advantages-main .row .col .item .title .num{
	color: #ffffff;
	font-size: 3.429em;
	/*font-family: 'din-r';*/
	margin-bottom: 5px;
}
.advantages-main .row .col .item .title .num span{font-size: 0.500em;}
.advantages-main .row .col .item .sub-title{
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
	/*font-family: 'din-m';*/
	line-height: 1.5;
}
.advantages-main .row .col .item .sub-title.large-lg{color: #ffffff;font-size: 1.714em;text-transform: uppercase!important;margin-bottom: 10px;}
.advantages-main .row .col .item .sub-title.large,
.advantages-main .row .col .item.large .sub-title{color: #ffffff;text-transform: none;letter-spacing: 0;font-size: 1.714em;
	/*font-family: 'din-r';*/
}
.advantages-main .row .col .item.large .sub-title{font-size: 1em;margin-bottom: 35px;}
.advantages-main .row .col .item.large .name{
	color: #ffffff;
	font-size: 2.143em;
	/*font-family: 'din-m';*/
	margin-bottom: 60px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.5;
}
.advantages-main .row .col .item.large .title__hover .name{
	margin-bottom: 25px;
}
.advantages-main .row .col .item.large .title__hover .sub-title{
	top: 65px;
	padding: 0;
	width: 100%;
	font-size: 13pt;
	text-align: center;
}
.advantages-main .row .col .item.large  .title__hover .nums{
	top: 180px;
    position: absolute;
    left: 0;
    font-size: 19pt;
    width: 100%;
    text-align: center;
}
.advantages-main .row .col .item.large .nums .val{
	display: inline-block;
	margin:0 15px;
	/*font-family: 'din-m';*/
	text-transform: uppercase;
	letter-spacing: 1px;
}
.advantages-main .row .col .item.large .nums .val span{display: block;font-size: 1.714em;}
.objects-pagination{background-color: #ffffff;border-left: 2px solid #e2e9ee;}
.objects-pagination .item{
	float: left;
	display: block;
	text-align: center;
	font-size: 0.857em;
	text-transform: uppercase;
	letter-spacing: 1px;
	white-space: nowrap;
	width: 60%;
	padding: 13px 0;
	text-decoration: none;
}
.objects-pagination .item:hover{background-color: #f5f5f5;}
.objects-pagination .item.all-objects{border-left: 2px solid #e2e9ee;border-right: 2px solid #e2e9ee;margin: 0!important;border-top: 0;border-bottom: 0;}
.objects-pagination .item.arr{width: 20%;}
.objects-pagination .item.arr span{color: #9f3f90;}
.objects-pagination .item span{position: relative;color: #2e4a7d;}
.objects-pagination .item.arr span:after{width: 8px;height: 12px;background-position: -73px -12px;top: 2px;}
.objects-pagination .item span:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('/css/../images/sprite.png');
}
.objects-pagination .item.prev span,
.objects-pagination .item.all-objects span{padding-left: 28px;}
.objects-pagination .item.next span{padding-right: 28px;}
.objects-pagination .item.arr.next span:after{left: auto;right: 0;background-position: -64px -12px;}
.objects-pagination .item.all-objects span:after{background-position: -64px 0;width: 11px;height: 11px;top: 8px;left: 5px;}
.objects-pagination.objects-pagination-light {
	border-left: none;
}
.objects-pagination.objects-pagination-light .item.all-objects, .objects-pagination.objects-pagination-light .item.arr {
	border: 1px solid #e1e1e1;
}
.objects-pagination.objects-pagination-light .item.all-objects span, .objects-pagination.objects-pagination-light .item.arr span {
	color: #0e86bf;
	font-size: 1.15em;
	letter-spacing: normal;
	font-weight: 400;
	font-family: "Raleway-Regular", Tahoma, sans-serif;
}
.objects-pagination.objects-pagination-light {
	margin: 20px 45px 20px 35px;
}
.objects-pagination.objects-pagination-light .item.arr.next span:after, .objects-pagination.objects-pagination-light .item.arr.prev span:after {
	background: url(/css/../images/gray-arr.png) 0 0 no-repeat;
}
.objects-pagination.objects-pagination-light .item.arr.next span:after{
	transform: rotate(180deg);
}

.solutions-link {
	display: block;
	text-align: right;
	font-family: 'Raleway-Regular', Arial, sans-serif;
	font-size: 1.2em;
}
.fancybox-solutions .fancybox-close {
	top: 2px;
	right: 2px;
}

.d_links {
	margin-top: 20px;
	list-style: none;
	text-align: center;
	z-index: 99999;
	/*position: absolute;
	transform: rotate(-45deg);
	bottom: 45px;
	left: 315px;
	width: 150px;*/
}

.d_links li {
	display: inline;
	padding: 0 5px;
}

.d_links li label {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	display: inline-block;
	background-color: #aaabab;
	cursor: pointer;
}

.d_links li.active label {
	background-color: #58585a;
}

.diamond.fancybox-opened {
	transform: rotate(45deg);
	width: 490px!important;
	height: 490px!important;
	border: 15px solid rgba(255,255,255,.5);
}
.diamond .fancybox-inner {
	width: 450px!important;
	height: 450px!important;
	overflow: hidden!important;
	border: 1px solid #c2c2c3;
}
.diamond .fancybox-outer {
	border: 5px solid #fff;
}
.diamond .payment_div {
	transform: rotate(-45deg);
	border-color: transparent!important;
	padding: 0;
	position: relative;
	width: 450px;
	height: 520px;
	left: 20px;
	top: -60px;
	font-family: 'Raleway-Regular', Arial, sans-serif;
}

.diamond-title {
	color: #4174b9;
	font-size: 20px;
	font-weight: 400;
	width: 185px;
	text-align: center !important;
	margin: 44px auto 0 !important;
	text-transform: none;
	position: relative;
	line-height: 28px;
	font-family: 'Raleway-Regular', Arial, sans-serif;
	letter-spacing: normal;
}
.diamond-title small {
	font-size: 16px;
}
.diamond-title strong {
	font-size: 30px;
	font-weight: 700;
}
.diamond .textblock-1 {
	font-size: 14px;
	line-height: 18px;
	width: 366px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
	text-align: center;
}
.diamond hr {
	width: 65%;
	margin: 15px auto;
}
.diamond .textblock-2 {
	font-size: 14px;
	line-height: 18px;
	width: 454px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 15px;
	text-align: center;
}
.diamond .textblock-1:after, .diamond .textblock-2:after {
	content: '';
	background-color: #58585a;
	border-radius: 50%;
	position: absolute;
	width: 8px;
	height: 8px;
	left: 50%;
	bottom: 0px;
}
.diamond .textblock-3 {
	font-size: 12px;
	line-height: 15px;
	width: 454px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.diamond .textblock-4 {
	text-align: center;
	margin-bottom: 20px;
}
.diamond-button {
	text-decoration: none;
	border: 1px solid #c8c7c7;
	padding: 10px;
	display: inline-block;
}
.diamond .textblock-5 {
	font-size: 12px;
	line-height: 16px;
	width: 236px;
	margin: 0 auto;
	text-align: center;
}
.diamond .fancybox-close{
	transform: rotate(-45deg);
}
/*.diamond .fancybox-nav {
	display: none!important;
}*/
.diamond .fancybox-prev {
	left:-41px
}
.diamond .fancybox-prev span {
    background-position: -71px -137px;
}
.diamond .fancybox-next {
	right:-30px
}
.diamond .fancybox-next span {
    right: 0;
    background-position: -113px -137px;
}
.diamond .fancybox-nav span {
    width: 21px;
    height: 34px
}

.cur-object-info{
	/*padding: 0 0 0 380px;
	background-color: #ffffff;
	border-left: 1px solid #e2e9ee;
	position: relative;
	text-align: right;
	min-height: 380px;*/
}
.cur-object-info-wrapper {
	text-align: left;
	position: absolute;
	top: 30px;
	left: 30px;
	right: 380px;
	bottom: 30px;
}
.cur-object-info-inner {
	text-align: left;
	position: relative;
	max-height: 100%;
	min-height: 380px;
	overflow-y: auto;
}
.cur-object-info .advantages{
	text-align: left;
	height: 100%;
	background-color: #eab11e;
	padding: 30px 50px 20px;
	color: #fff;
	margin: 15px 45px 30px 30px;
	font-family: 'Raleway-Regular', Arial, sans-serif;
	text-transform: uppercase;
}

.cur-object-info .advantages A{
    color: #ffffff;
}
.toggle-text{display: inline-block;padding-right: 20px;position: relative;color: #2d4c7f;}
.toggle-text:hover{text-decoration: none;}
.toggle-text:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	width: 11px;
	height: 7px;
	background: transparent url('/css/../images/sprite.png') 0 -107px no-repeat;
}
/*.all-text .hid-txt{display: none;}*/


.toggle-text.act:after{background-position: -12px -107px;}
.cur-object-info .advantages .title{
	position: relative;
	/*padding-left: 40px;*/
	margin-bottom: 20px;
	/*color: #5bbe76;*/
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.571em;
	text-align: center;
	font-family: 'Raleway-Regular', Arial, sans-serif;
	/*font-family: 'din-m';*/
}
.cur-object-info .advantages .title span {
	position: relative;
        font-family: Tahoma, sans-serif;
}
.cur-object-info .advantages .title span:after{
	content: "";
	position: absolute;
	left: -35px;
	top: 50%;
	margin-top: -12px;
	width: 26px;
	height: 24px;
	background: transparent url('/css/../images/star-white.svg') no-repeat;
}
.cur-object-info .advantages ul{
	list-style-type: none;
	margin: 0;
	/*-moz-column-count:2;
	-webkit-column-count:2;
	column-count:2;*/
}

.cur-object-info .advantages ul li{
	position: relative;
	font-family: Tahoma, sans-serif;
	text-transform: uppercase;
	/*padding-right: 30px;
	padding-left: 25px;*/
	margin: 10px 0;
	padding: 7px 30px 10px 40px;
	width: 49%;
	display: inline-block;
	vertical-align: top;
}
.cur-object-info .advantages ul li img {
	width: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 2px;
	height: 30px;
}
.cur-object-info .advantages ul li.noimg {
}
.cur-object-info .advantages ul li.noimg:before{
	content: '';
	height: 5px;
	width: 5px;
	background: #fff;
	display: block;
	position: absolute;
	transform: rotate(45deg);
	top: 13px;
	left: 11px;
}
/*.cur-object-info .advantages ul li a{font-size: 0.857em;}*/

.cur-object-info .advantages .links{margin-top: 20px;}
.cur-object-info .advantages .links a{display: inline-block;width: 49%;vertical-align: top;font-size: 0.929em;margin-bottom: 10px;color: #fff;}
.cur-object-info .advantages .links a:hover{text-decoration: none;}

.obj-desc {
	margin: 0 45px 0 30px;
	padding: 0 90px 0 95px;
	font-size: 14px;
	color: #646d7d;
	line-height: normal;
	text-align: justify;
	margin-bottom: 25px;
}
#about.obj-desc h2.thin-title {
	margin-bottom: 25px;
}
.obj-desc .first, .obj-desc-item-title{
	text-align: center;
	font-size: 15px;
	font-family: 'Raleway-Regular', Arial,sans-serif;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #0076a3;
}
.obj-desc h2:not(.thin-title) {
	font-size: 13px;
	font-family: 'Raleway-Regular', Arial,sans-serif;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #0076a3;
	margin: 10px 0;
}
.obj-desc p {
	font-size: 11px;
	color: #646d7d;
	line-height: normal;
}
.gray-area{
	background-color: #f2f2f2;
	border: 2px dotted #DADADA;
	margin: 25px 45px 40px 35px;
	padding: 35px 90px 20px 95px;
	font-size: 12px;
	color: #646d7d;
	line-height: normal;
	text-align: justify;
}
.flex-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.obj-desc-item {
	width: 46%;
	margin-bottom: 30px;
	text-align: justify;
}
.obj-desc-item p {
	text-align: justify;
}
.obj-desc-item-title {
	position: relative;
	margin-bottom: 30px;
}
.obj-desc-item-title span {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 0 0;
	padding-left: 25px;
}
.menu_indent {
	/*padding: 0 18px;*/
}

.blue-area {
	background-color: #0072bc;
	padding: 30px 90px 35px;
	margin: 30px 45px 30px 35px;
}
.blue-area h3 {
	color: #60c19d;
	text-transform: uppercase;
	font-family: 'Raleway-Semibold', Arial,sans-serif;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 25px;
}

.blue-area a {
	color: white;
}


.simple-tabs-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 30px;
}
.simple-tabs-menu li {
	display: inline-block;
	margin-right: 20px;
}
.simple-tabs-menu li:last-child {
	margin-right: 0;
}
.simple-tabs-menu li a{
	color: #646d7d;
	font-family: 'Raleway-Regular', Arial,sans-serif;
	font-size: 15px;
}
.simple-tabs-menu li.current a{
	color: #1894c8;
}
.simple-tabs-panel {
	display: none;
	color: #646d7d;
	font-size: 16px;
}
.simple-tabs-panel small {
	font-size: 12px;
}
.simple-tabs-panel.visible {
	display: block;
}

.simple-tabs-panel .text {
	font-size: 12px;
}
.simple-tabs-panel .text ul {
	margin-left: 30px;
}

.simple-tabs_blue .simple-tabs-menu li a {
	 color: #fff;
 }
.simple-tabs_blue .simple-tabs-menu li.current a {
	color: #60c19d;
}
.simple-tabs_blue .simple-tabs-panel {
	color: #fff;
}

#investors .text {
	padding: 0 95px 0 90px;
}

.light-table table {
	width: 100%;
}
.light-table table, .light-table td, .light-table th {
	border: 1px solid #fff;
	border-collapse: collapse;
}
/*.light-table td {
	border-top: none;
	border-bottom: none;
}*/
.light-table td, .light-table th {
	vertical-align: middle;
	font-size: 13px;
	line-height: normal;
	font-weight: 400;
	text-align: center;
}
.light-table .title {
	text-transform: uppercase;
	padding: 20px 3px;
}
.light-table th.title {
	color: #60c19d;
}
.light-table td.title {
	color: #fff;
	background-color: #60c19d;
}
.light-table a {
	color: #60c19d;
	text-decoration: underline;
	font-weight: 700;
}

.anchor-menu{position: relative;z-index: 999;background: #0072bc;text-align: center;height: 41px;}
.anchor-menu .anchor-menu__wrap{width: 100%;padding-top: 9px;}
.b-facing-page .anchor-menu .anchor-menu__wrap{width: 100%;}
.anchor-menu.page{margin-left: -30px;}
.anchor-menu.page.fxd{margin-left: 0;max-width: 1370px;}
.anchor-menu.fxd{position: fixed;left: 215px;top: 0;right: 0; max-width: 1185px;}
.anchor-menu ul {
	max-width: 1185px;
	background-color: #0072bc;
	list-style: none;
	overflow: hidden;
}
.anchor-menu ul li{
	float: left;
	/*border-left: 1px solid #263f6b;*/
}
.anchor-menu ul li:first-child{border: 0;}
.anchor-menu .anchor-menu__wrap a{
	position: relative;
	padding: 13px;
	white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'Raleway-Regular';
	cursor: pointer;
}
.anchor-menu .anchor-menu__wrap a.current {
	font-family: 'Raleway-Semibold';
}
.anchor-menu .anchor-menu__wrap a:hover{
	color:#cbcbcb;
}
.anchor-menu ul li span {
	display: block;
	background-color: #2e4a7d;
	color: #fff;
	text-decoration: none;
	padding: 5px;
	cursor: pointer;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}
.anchor-menu ul li.act a{/*background-color: #263f6b;*/}
.anchor-menu.page ul li.act a{background-color: #eb5614;}
/*.anchor-menu ul li.act a:after{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -5px;
	width: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #263f6b;
}*/
.anchor-menu.page ul li.act a:after{border-top-color: #eb5614;}
.anchor-menu li.more {
	width: 3em;
	text-align: center;
	display: none;
}
.anchor-menu li.more:hover ul#overflow {
	opacity: 1;
	visibility: visible;
}
.anchor-menu #overflow {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	text-align: left;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	max-width: 170px;
}
.anchor-menu #overflow li { float: none; }
.anchor-menu #overflow li a {
	background-color: #2e4a7d;
	white-space: normal;
}
.anchor-menu #overflow li a:hover { background-color: #274374; }

.apartments-layout{margin-bottom: 20px;}
.apartments-layout .header{margin-bottom: 20px;margin-top: 10px;}
.apartments-layout .header h2{float: left;}
.apartments-layout .header .legends{float: right;}

.apartments-layout .legends span {
	display: inline-block;
	vertical-align: middle;
	padding-left: 25px;
	margin-left: 30px;
	position: relative;
	color: #646d7d;
}
.apartments-layout .legends span:first-child {
	margin-left: 0;
}
.apartments-layout .legends span:after{
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	width: 19px;
	height: 19px;
	background-color: transparent;
	background-image: url('/css/../images/sprite.png');
	background-repeat: no-repeat;
}
.apartments-layout .legends span.sale:after{background-position: -89px -25px;}
.apartments-layout .legends span.finish:after{background-position: -89px -45px;}
.apartments-layout .list .item .title .cols .finish-type {
	text-align: right;
	margin-top: -5px;
}
.apartments-layout .list .item .title .cols .finish-type span{
	font-family: 'Raleway-Regular', Arial, sans-serif;
	font-size: 10px;
}
.apartments-layout .list .item .title .cols .finish-type span.finish-type-no {
	color: #0076a3;
}
.apartments-layout .list .item .title .cols .finish-type span.finish-type-clean {
	color: #209605;
}
.apartments-layout .list .item .title .cols .finish-type span.finish-type-full {
	color: #f86c20;
}
.apartments-layout .b-btn-back {
	color: #0076a3;
	font-family: 'Raleway-Regular', Arial, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	padding-left: 0;
}
.apartments-layout .b-btn-back:before {
	width: 0;
	height: 0;
	border: none;
}
.apartments-layout .b-btn-back:hover {
	text-decoration: none;
}
.apartments-types{margin: 25px -2px;}
.apartments-types .cols{
	float: left;
	padding: 0 2px;
	width: 25%;
}
.apartments-types a{
	display: block;
	background-color: #ffffff;
	text-align: center;
	padding: 10px 30px 0;
	height: 70px;
	position: relative;
	text-decoration: none;
}
.apartments-types a > span{display: block;}
.apartments-types a .title{
	color: #45a25e;
	/*font-family: 'din-m';*/
	font-size: 1.429em;
	white-space: nowrap;
}
.apartments-types a .title span{font-family: inherit;color: #9fa6b1;}
.apartments-types a .price{color: #646d7d;font-size: 0.929em;}
.apartments-types a:hover{background-color: #f7f7f7;}
.apartments-types a.act span{color: #ffffff!important;}
.apartments-types a.act{
	background: -moz-linear-gradient(left, #0e8876 0%, #69b356 100%);
	background: -webkit-linear-gradient(left, #0e8876 0%, #69b356 100%);
	background: -o-linear-gradient(left, #0e8876 0%, #69b356 100%);
	background: -ms-linear-gradient(left, #0e8876 0%, #69b356 100%);
	background: linear-gradient(left, #0e8876 0%, #69b356 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e8876', endColorstr='#69b356', GradientType=1 );
}
.special .apartments-types a.act{
	background: -moz-linear-gradient(left, #e83e1f 0%, #ec5f11 100%);
	background: -webkit-linear-gradient(left, #e83e1f 0%, #ec5f11 100%);
	background: -o-linear-gradient(left, #e83e1f 0%, #ec5f11 100%);
	background: -ms-linear-gradient(left, #e83e1f 0%, #ec5f11 100%);
	background: linear-gradient(left, #e83e1f 0%, #ec5f11 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83e1f', endColorstr='#ec5f11', GradientType=1 );
}
.apartm .apartments-types a.act{
	background: -moz-linear-gradient(left, #874493 0%, #ae3c8e 100%);
	background: -webkit-linear-gradient(left, #874493 0%, #ae3c8e 100%);
	background: -o-linear-gradient(left, #874493 0%, #ae3c8e 100%);
	background: -ms-linear-gradient(left, #874493 0%, #ae3c8e 100%);
	background: linear-gradient(left, #874493 0%, #ae3c8e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#874493', endColorstr='#ae3c8e', GradientType=1 );
}
.apartments-types a.act:after,.apartments-layout .apartments-special .header:before,.photo-gallery .sections-wrap li a.act:before{
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -8px;
	bottom: -5px;
	width: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 6px solid #45a25e;
}
.apartm .apartments-types a.act:after{border-top-color: #9b4091;}
.apartments-layout .apartments-special .header:before,.special .apartments-types a.act:after{border-top-color: #e8411d;}


.apartments-layout .list .item{
	position: relative;
	height: 275px;
	background-color: #ffffff;
	padding: 20px;
	border: 1px solid #f1f1f1;
}
.apartments-layout .list .item.finish:after{
	content: "";
	position: absolute;
	right: -10px;
	top: -10px;
	width: 29px;
	height: 29px;
	background: transparent url('/css/../images/sprite.png') -41px -116px no-repeat;
}
.apartments-layout .list .item.sale:after{
	content: "";
	position: absolute;
	right: -15px;
	top: -15px;
	background: url(/css/../images/special-icon-big.png) no-repeat;
	width: 34px;
	height: 34px;
}

.apartments-layout .list .item .img{text-align: center;padding-top: 0px;position: relative;height: 180px;}
.apartments-layout .list .item .img img{max-height: 100%;max-width: 100%;}
.apartments-layout .list .item .title{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 6px 10px 10px;
	background-color: #f1f7fa;
	height: 50px;
}
.apartments-layout .list .item .title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
	width: 100%;
	background: -moz-linear-gradient(left, #844494 0%, #ba3a8c 100%);
	background: -webkit-linear-gradient(left, #844494 0%, #ba3a8c 100%);
	background: -o-linear-gradient(left, #844494 0%, #ba3a8c 100%);
	background: -ms-linear-gradient(left, #844494 0%, #ba3a8c 100%);
	background: linear-gradient(left, #844494 0%, #ba3a8c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#844494 ', endColorstr='#ba3a8c', GradientType=1 );
}
.apartments-layout.apartm .list .item.sale .title:after,
.apartments-layout.apartm .list .item .title:after{
	background: -moz-linear-gradient(left, #359b65 0%, #78ba4b 100%);
	background: -webkit-linear-gradient(left, #359b65 0%, #78ba4b 100%);
	background: -o-linear-gradient(left, #359b65 0%, #78ba4b 100%);
	background: -ms-linear-gradient(left, #359b65 0%, #78ba4b 100%);
	background: linear-gradient(left, #359b65 0%, #78ba4b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#359b65', endColorstr='#78ba4b', GradientType=1 );
}
.apartments-layout .apartments-special.ap h2{margin-bottom: 20px;}
.apartments-layout .apartments-special.ap .list .item .title:before{
	background: -moz-linear-gradient(left, #844494 0%, #ba3a8c 100%);
	background: -webkit-linear-gradient(left, #844494 0%, #ba3a8c 100%);
	background: -o-linear-gradient(left, #844494 0%, #ba3a8c 100%);
	background: -ms-linear-gradient(left, #844494 0%, #ba3a8c 100%);
	background: linear-gradient(left, #844494 0%, #ba3a8c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#844494', endColorstr='#ba3a8c', GradientType=1 );
}
.apartments-layout .list .item .title .cols{float: left;}
.apartments-layout .list .item .title .sub-title{
	color: #0072bc;
	/*margin-bottom: 5px;*/
	/*text-transform: uppercase;*/
	font-size: 1em;
}
.apartments-layout .list.row{margin-bottom: 20px;}
.apartments-layout .list .item .title .cols.sq-all{width: 60%;}
.apartments-layout .list .item .title .cols.sq-kitch,
.apartments-layout .list .item .title .cols.sq-live{width: 30%;}
.apartments-layout .list .item .title .cols.sq-live{width: 40%;}
.apartments-layout .list .item .title span{
	color: #0072bc;
	font-size: 1em;
	/*font-family: 'din-m';*/
	white-space: nowrap;
}
.apartments-layout .list .item .title .cols span.ruble.small:after {
	font-size: 0.8em;
}
.apartments-layout .list .item .title .cols.sq-all span{
	font-size: 1em;
	display: inline-block;
	margin-top: -3px;
	white-space: nowrap;
}
.apartments-layout .apartments-special .header{
	display: inline-block;
	margin-top: 10px;
	padding: 15px 25px;
	position: relative;
	color: #ffffff;
	font-size: 1.714em;
	/*font-family: 'din-r';*/
	background: -moz-linear-gradient(left, #e83d1f 0%, #ed6a0c 100%);
	background: -webkit-linear-gradient(left, #e83d1f 0%, #ed6a0c 100%);
	background: -o-linear-gradient(left, #e83d1f 0%, #ed6a0c 100%);
	background: -ms-linear-gradient(left, #e83d1f 0%, #ed6a0c 100%);
	background: linear-gradient(left, #e83d1f 0%, #ed6a0c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83d1f', endColorstr='#ed6a0c', GradientType=1 );
}
.apartments-layout .list .item .title .sub-title.inline {display:inline-block;}
.apartments-layout .apartments-special .list .item .title,
.apartments-layout .list .item.sale .title{background-color: #f1f7fa;}
.apartments-layout .apartments-special .list .item .title:before,
.apartments-layout .list .item.sale .title:before{
	background: -moz-linear-gradient(left, #ed4f00 0%, #fabe00 100%);
	background: -webkit-linear-gradient(left, #ed4f00 0%, #fabe00 100%);
	background: -o-linear-gradient(left, #ed4f00 0%, #fabe00 100%);
	background: -ms-linear-gradient(left, #ed4f00 0%, #fabe00 100%);
	background: linear-gradient(left, #ed4f00 0%, #fabe00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed4f00', endColorstr='#fabe00', GradientType=1 );
}
.apartments-layout .apartments-special .list .item .title .cols,
.apartments-layout .list .item.sale .title .cols{float: right;width: 43%;}
.apartments-layout .apartments-special .list .item .title .cols:first-child,
.apartments-layout .list .item.sale .title .cols:first-child,
.apartments-layout .list .item.sale .title .cols:first-child,.apartments-layout .list .item.sale .title .cols.first{float: left!important;width: 57%;}
.apartments-layout .apartments-special .list .item .title .type,
.apartments-layout .list .item.sale .title .type{color: #2e4a7d;font-size: 0.571em;text-transform: uppercase;}
.apartments-layout .apartments-special .list .item .title .sq,
.apartments-layout .list .item.sale .title .sq{color: #646d7d;font-size: 0.714em;text-transform: uppercase;}
.apartments-layout .apartments-special .list .item .title .sq span,
.apartments-layout .list .item.sale .title .sq span{text-transform: none;font-size: 0.786em;margin-left: 5px;font-weight: bold;}
.apartments-layout .apartments-special .list .item .title .old-price .price,
.apartments-layout .list .item.sale .title .old-price .price{
	color: #646d7d;
	text-decoration: line-through;
	font-size: 0.929em;
	margin-top: -25px;
	display: block;
}
.apartments-layout .list .item .title .old-price .sale,
.apartments-layout .list .item .title .old-price .sale{color: #ed5400;font-size: 0.929em;}
.apartments-layout .list .item .title .cur-price{
	color: #0072bc;
	/*font-family: 'din-m';*/
	font-size: 1em;
	/*margin-top: -3px;*/
	white-space: nowrap;
	text-align: right;
}

.apartments-layout .apartments-special .list .item .title:before, .apartments-layout .list .item.sale .title:before {
	background: -moz-linear-gradient(left, #359b65 0%, #78ba4b 100%);
	background: -webkit-linear-gradient(left, #359b65 0%, #78ba4b 100%);
	background: -o-linear-gradient(left, #359b65 0%, #78ba4b 100%);
	background: -ms-linear-gradient(left, #359b65 0%, #78ba4b 100%);
	background: linear-gradient(left, #359b65 0%, #78ba4b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#359b65', endColorstr='#78ba4b', GradientType=1 );
}

.mortgage h2 {margin-bottom: 20px;}
.infrastucture{margin: 30px 45px 30px 35px;}
.infrastucture h2,.photo-gallery h2{margin-bottom: 20px;}

.infrastucture .map-wrap{
	position: relative;
	/*padding-right: 230px;*/
}
.infrastucture .map-objects-list{
	position: absolute;
	right: 0;
	top: 0;
	width: 230px;
	height: 100%;
	background-color: #0072bc;
	z-index: 10;
	color: #ffffff;
}
.infrastucture .map-objects-list .title{
	padding: 30px 10px 20px 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.429em;
	/*font-family: 'din-m';*/
}
.infrastucture .map-objects-list ul{list-style: none;margin: 0;padding: 0;}
.infrastucture .map-objects-list li{margin: 0;padding: 0;}
.infrastucture .map-objects-list li a{
	position: relative;
	display: block;
	padding: 12px 10px 9px 70px;
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 0.929em;
	letter-spacing: 1px;
}
.infrastucture .map-objects-list li a:hover{color: #85ddf8;}
.infrastucture .map-objects-list li a .icon {
	position: absolute;
	left: 20px;
	top: 13px;
	width: 31px;
	text-align: center;
}
.infrastucture .map-objects-list li a.act{
	background: -moz-linear-gradient(left, #e83d1f 0%, #ed6a0c 100%);
	background: -webkit-linear-gradient(left, #e83d1f 0%, #ed6a0c 100%);
	background: -o-linear-gradient(left, #e83d1f 0%, #ed6a0c 100%);
	background: -ms-linear-gradient(left, #e83d1f 0%, #ed6a0c 100%);
	background: linear-gradient(left, #e83d1f 0%, #ed6a0c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83d1f', endColorstr='#ed6a0c', GradientType=1 );
}
.infrastucture .map-objects-list li a.act:before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: -5px;
	width: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 6px solid #e83d1f;
}
.photo-gallery .header{position: relative;-min-height: 44px;margin-bottom: 20px;}

.photo-gallery .sections-wrap {
	position: relative;
	margin-right: 315px;
	max-width: 720px;
}

.photo-gallery .photo-sections{
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
}
.photo-gallery .sections-wrap li{height: 45px;}
.photo-gallery .sections-wrap li a{
	padding: 10px 5px;
	background-color: #ffffff;
	height: 40px;
	color: #45a25e;
	font-size: 0.929em;
	display: block;
	text-decoration: none;
	text-align: center;
}
.photo-gallery .sections-wrap li a:hover{background-color: #f7f7f7;}
.photo-gallery .sections-wrap li a.act{
	position: relative;
	background: -moz-linear-gradient(left, #0e8876 0%, #69b356 100%);
	background: -webkit-linear-gradient(left, #0e8876 0%, #69b356 100%);
	background: -o-linear-gradient(left, #0e8876 0%, #69b356 100%);
	background: -ms-linear-gradient(left, #0e8876 0%, #69b356 100%);
	background: linear-gradient(left, #0e8876 0%, #69b356 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e8876', endColorstr='#69b356', GradientType=1 );
	color: #ffffff;
}

.b-tabs .photo-gallery .sections-wrap li a {
	display: inline-block;
	vertical-align: top;
	font-size: 1.071em;
	text-decoration: none;
	border-bottom: 1px dashed #1894c8;
	background: none;
	height: auto;
	padding: 0;
	color: #1894c8;
}
.b-tabs .photo-gallery .sections-wrap li a.act:before {
	display: none;
}
.b-tabs .photo-gallery .sections-wrap li a:hover {
	border-bottom-color: transparent;
}
.b-tabs .photo-gallery .sections-wrap li a.act {
	border-bottom-color: transparent;
	color: #404d6b;
	font-weight: bold;
}

.photo-gallery.simple-photo-gallery .sections-wrap {
	margin: 0 auto;
}
.photo-gallery.simple-photo-gallery .bx-wrapper .bx-controls-direction a.bx-prev{
	 left: -10px;
	margin-top: -3px;
 }
.photo-gallery.simple-photo-gallery .bx-wrapper .bx-controls-direction a.bx-next{
	right: -10px;
	margin-top: -3px;
}
.photo-gallery.simple-photo-gallery .bx-wrapper .bx-controls-direction a.bx-prev:after{
	background-position: -8px -26px;
}
.photo-gallery.simple-photo-gallery .bx-wrapper .bx-controls-direction a.bx-next:after{
	background-position: 0 -26px;
}
.photo-gallery.simple-photo-gallery .bx-wrapper .bx-controls-direction a:after{
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(100%);
}
.photo-gallery.simple-photo-gallery .sections-wrap li {
	height: 20px;
	text-align: center;
	max-width: 96px;
	float: none !important;
	display: inline-block;
}
.b-tabs .photo-gallery.simple-photo-gallery .sections-wrap li a {
	color: #646d7d;
	font-size: 12px;
	text-decoration: underline;
	border: none;
}
.b-tabs .photo-gallery.simple-photo-gallery .sections-wrap li a.act {
	color: #1894c8;
	font-weight: 400;
	text-decoration: underline;
}
.b-tabs .photo-gallery.simple-photo-gallery .sections-wrap li a:hover {
	text-decoration: none;
}
.photo-gallery.simple-photo-gallery .row.photo-row {
	margin: 0 -10px 20px -11px;
}
.photo-gallery.simple-photo-gallery .row.photo-row img {
	border: 2px solid #fff;
	box-shadow: 1px 1px 0 #e9e9e9, -1px -1px 0 #e9e9e9;
}

.b-tabs .gallery a {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	width: 200px;
	height: 200px;
}

.photo-gallery .header .webcam{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 170px;
	height: 40px;
	border: 2px solid #45a25e;
	text-decoration: none;
	color: #2e4a7d;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.071em;
	/*font-family: 'din-m';*/
	padding-top: 7px;
	padding-left: 45px;
}
.photo-gallery .header .webcam:after{
	content: "";
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -12px;
	width: 24px;
	height: 24px;
	background: transparent url('/css/../images/sprite.png') -39px -91px no-repeat;
}
.photo-gallery .head.photo-gallery .webcam:hover{background-color: #ffffff;}
.photo-gallery .row.photo-row{margin-bottom: 20px;}
.photo-gallery .row.photo-row img{border: 4px solid #ffffff;}
.photo-gallery .row.photo-row a:hover img{border-color: #f7f7f7;}
.object-contacts.object-contacts-small{
	background-color: #ffffff;
	position: relative;
	margin: 20px 45px 20px 35px;
	min-height: 390px;
}
.object-contacts .gray-area {
	margin: 0;
	min-height: 500px;
	padding: 20px 280px 25px 0;
	position: relative;
}
.object-contacts form{
	position: absolute;
	top: 0;
	right: 0;
	width: 280px;
	height: 100%;
	background-color: #39b54a;
	color: #ffffff;
	padding: 20px;
}
.object-contacts form .info{
	margin: -20px -20px 5px;
	background-color: #fff;
	padding: 5px 10px 5px 70px;
	font-size: 1em;
	position: relative;
	min-height: 50px;
	color: #646d7d;
	line-height: normal;
	text-align: left;
}
.object-contacts form .info:after{
	content: "!";
	position: absolute;
	left: 30px;
	top: 10px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background-color: #39b54a;
	color: #fff;
	text-align: center;
	line-height: 23px;
	font-weight: 700;
	font-size: 14px;
	font-family: "Raleway-Regular", "Times New Roman", sans-serif;

	//background: transparent url('/css/../images/sprite.png') 0 -116px no-repeat;
}
.object-contacts form .inp-row{margin-bottom: 7px;}
.object-contacts form .inp-row .title{
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	font-size: 1em;
}
.object-contacts form .inp-row input,
.object-contacts form .inp-row textarea{margin-bottom: 0;}
.object-contacts form .inp-row textarea{
	max-width: 100%;
	min-width: 100%;
	min-height: 70px;
	max-height: 70px;
	border-color: rgba(255,255,255,.3);
	background-color: transparent;
}
.object-contacts form .inp-row input {
	height: 20px;
	border-color: rgba(255,255,255,.3);
	background-color: transparent;
}
.object-contacts form .inp-row input:focus, .object-contacts form .inp-row textarea:focus {
	background-color: transparent;
	border-color: #fff;
}
.object-contacts form .special-check input[type=checkbox]:checked + label:before {
	background-color: #0072bc;
	border: 2px solid #fff;
}
.object-contacts form .special-check label:before {
	border: 1px solid #fff;
}

.special-check input[type=checkbox][disabled] + label {
	opacity: 0.4;
}

.object-contacts form .button {
	width: 100%;
	font-size: 1.3em;
	padding: 0;
	min-height: 26px;
	margin-top: 16px;
	transition: all .2s ease-out;
}
.object-contacts form .button:hover {
	color: #b5e5bc;
	border-color: #b5e5bc;
}
.object-contacts form .button:after {
	background: transparent;
	width: 0;
	height: 0;
}
.object-contacts form .special-check {
	margin-top: 0;
	margin-left: 0;
}
.object-contacts form .special-check label:after {
	display: none;
}

.object-contacts h2{margin-bottom: 35px;}
hr{border: 0;border-bottom: 1px solid #c7cdd1;margin: 25px 0;}
.object-contacts .contacts{color: #646d7d;}

.object-contacts .contacts .phone,
.object-contacts .contacts .phone-alt {
	display: block;color: #4b4b4b;font-size: 1.286em;
}
.object-contacts .contacts a{font-size: 1.286em;color: #2e4a7d;}
.object-contacts h3{
	letter-spacing: 0;
	text-transform: none;
	color: #25946c;
	font-size: 1.429em;
	margin-bottom: 15px;
}
.object-contacts .contacts .subway,
.register-steps-info .locate,
.map-popup .subway,
.map-popup .locate{position: relative;padding-left: 23px;margin-bottom: 5px;}
.object-contacts .contacts .subway {margin-bottom: 0;}
.map-popup .subway,
.map-popup .locate{display: inline-block;padding-left: 20px;}
.map-popup .subway{margin-right: 15px;}
.register-steps-info .locate{display: inline-block;margin-bottom: 0;margin-top: 15px;}
.object-contacts .contacts .subway:after,.map-popup .subway:after{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 14px;
	height: 10px;
	background: transparent url('/css/../images/sprite.png') -29px -74px no-repeat;

}
.object-contacts .contacts .subway .green{color: #25946c;}
.object-contacts .contacts .subway .red{color: #e60d36;}
.object-contacts .contacts .subway .blue{color: #2da5dc;}
.object-contacts .contacts .onmap{
	display: inline-block;
	font-size: 1em;
	padding-left: 23px;
	position: relative;
}
.object-contacts .contacts .onmap:after,.register-steps-info .locate:after,.map-popup .locate:after{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 9px;
	height: 12px;
	background: transparent url('/css/../images/sprite.png') -16px -65px no-repeat;
}
.object-contacts .contacts-sales {
	border: 2px dotted #DADADA;
	padding: 10px 10px 15px;
	margin: 0 20px 24px;
}
.object-contacts h3 {
	color: #0076a3;
	font-weight: 400;
}

.object-contacts .contacts-sales h3 {
	font-size: 1.27em;
	text-align: center;

}
.object-contacts .offices {
	margin: 0 35px;
	text-align: left;
}


.object-contacts .offices .offices_row_two{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 2px dotted #DADADA;
}
.object-contacts .offices .offices_row_two .columns.two{
	width: 50%;
}

.object-contacts.page-contacts {
	min-height: 495px;
	margin-top: 10px;
}
.offices-four-columns .columns.two{
	width: 25%;
}
.offices-block {
	margin-bottom: 15px;
}
.offices-block_small {
	margin-bottom: 5px;
}
.page-contacts {
	margin-bottom: 30px;
}
.page-contacts .offices {
	margin-bottom: 45px;
}
.page-contacts .offices-four-columns {
	margin-bottom: 0;
}
.page-contacts.object-contacts form .inp-row textarea {
	min-height: 185px;
}
.page-contacts .contacts-sales .columns.two:nth-child(2){
	padding-left: 60px;
}
.object-contacts.page-contacts.object-contacts-small form .button {
	padding: 10px 0 7px;
	font-size: 15px;
	font-family: 'Raleway-Regular', Arial, sans-serif;
	margin-top: 5px;
}

.object-contacts .offices, .object-contacts .offices .phone, .object-contacts .offices a {
	font-size: 1em;
	color: #646d7d;
}
.object-contacts .offices h3{
	font-size: 1.1em;
	text-align: left;
}

.object-contacts .offices_row_two .offices_row_two_content{
	max-width: 535px;
	margin: 0 auto;
}
.object-contacts .offices_row_two h3,
.object-contacts .offices_row_three h3{
	position: relative;
	padding-left: 23px;
}

.object-contacts .offices_row_two h3:before,
.object-contacts .offices_row_three h3:before{
	position: absolute;
	content: " ";
	left: 0;
	top: 0;
	width: 16px;
	height: 20px;
	background: url(/css/../images/ico-geo_one_gray.png) no-repeat left;
}
.object-contacts .offices_row_three h3:before{
	width: 12px;
	height: 15px;
	background-size: contain;
}
.contacts-sales .phone-wrap .phone,
.contacts-sales .phone-wrap .phone-alt {
	color: #646d7d;
	font-size: 1.28em;
}
.contacts-sales .phone-wrap:first-child {
	text-align: right;
	padding-right: 24px;
}
.contacts-sales .phone-wrap:last-child {
	text-align: left;
	padding-left: 24px;
}
.contacts-sales .phone-desc {
	display: block;
	font-size: .8em;
	color: #646d7d;
}
.object-contacts .contacts .subway .blue, .object-contacts .contacts .subway .yellow,.object-contacts .contacts .subway .red,.object-contacts .contacts .subway .green,.object-contacts .contacts .subway .purple{
	color: inherit;
}
/*.object-contacts .contacts .onmap {
	padding-left: 0;
}*/
.object-contacts .contacts .onmap:after {
	background: transparent;
	width: 0;
	height: 0;
}
.object-contacts .contacts .subway:after{
	top: 2px;
}
.map-popup .locate:after{left: 3px;}
.register-steps-info .locate:after{top: 7px;}
.object-popup {
	position: relative;
	min-width: 1000px;
	min-height: 700px;
	background-color: #ffffff;
}
.object-popup .plans{position: relative;}
.object-popup .obj-info{
	position: absolute;
	width: 300px;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 20px 25px;
	background-color: #7a4694;
	color: #ffffff;
}
.object-popup h2{
	font-size: 1em;
	margin-bottom: 30px;
	/*font-family: 'din-m';*/
}
.object-popup .ctrls{
	/*position: absolute;*/
	/*right: 20px;*/
	/*top: 15px;*/
}
.object-popup .ctrls a{
	display: inline-block;
	position: relative;
	padding-left: 28px;
	margin-left: 25px;
	color: #304b7e;
	text-decoration: none;
}
.object-popup .ctrls a:after{
	content: "";
	position: absolute;
	background-color: transparent;
	background-image: url('/css/../images/sprite.png');
	background-repeat: no-repeat;
	left: 0;
	top: 3px;
}
.object-popup .ctrls a:hover{color: #1894c8;}
.object-popup .ctrls a.favour:after{width: 16px;height: 15px;background-position: -109px 0;}
.object-popup .ctrls a.print:after{width: 16px;height: 15px;background-position: -109px -16px;}

.object-popup .cols-row {
	/*margin: 0 -15px;*/
	/*padding-top: 40px;*/
}
.object-popup .col-half {
	padding: 15px;
	/*float: left;*/
	/*width: 50%;*/
	text-align: center;
}

.object-popup .main-info {
	/*height: 320px;*/
}

.object-popup .main-info h2{color: #ffffff;font-size: 1.429em;margin-bottom: 15px;}
.object-popup .main-info .top {
	position: relative;
	/*min-height: 420px;*/
	height: 300px;
	margin: 0 -25px;
	padding: 0 25px;
}
.object-popup .main-info .sub-title{
	margin-top: -8px;
	margin-bottom: 15px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*font-family: 'din-r';*/
}
.object-popup .main-info .params{color: #ffffff;line-height: 1.8;margin-bottom: 15px;}
.object-popup .main-info .params span{
	display: inline-block;
	width: 100px;
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 0.857em;
	color: #c1a7cf;
}
.object-popup .main-info .sq-params .cols{float: left;width: 32%;height: 50px;}
.object-popup .main-info .sq-params .title{
	text-transform: uppercase;
	font-size: 0.714em;
	color: #c1a7cf;
	margin-bottom: 10px;
}
.object-popup .main-info .sq-params .cols.first .title{margin-bottom: 5px;}
.object-popup .main-info .sq-params .cols span{font-size: 1.143em;}
.object-popup .main-info .sq-params .cols.first span {
	/*font-size: 1.571em;*/
	/*font-family: 'din-m';*/
}
.object-popup .main-info .sq-params .cols.last {width: 100%;}
.object-popup .main-info .sq-params .cols.last .title {display: inline}
.object-popup .main-info .sq-params .cols.last span {display: inline}
.object-popup .price{
	/*position: absolute;*/
	width: 70%;
	/*margin: 10px 0 0;*/
	/*background-color: #6c3e84;*/
	padding: 10px 25px;
	font-size: 1.571em;
	/*font-family: 'din-r';*/
	left: 0;
	bottom: 0;
	color: #fff;
	/*height: 140px;*/
	background-image: linear-gradient(to right,  #f08718, #fff);
}
.object-popup .price .old{
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: line-through;
	font-size: 0.636em;
	color: #fff;
}
.object-popup .price .title {
	text-transform: uppercase;
	font-size: 0.514em;
	/*color: #c1a7cf;*/
	color: #304b7e;
	/*margin-bottom: 10px;*/
	display: inline-block;
	vertical-align: middle;
}
.object-popup form.contacts-form {
	position: absolute;
	top: 300px;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #45a25e;
	padding: 25px;
	color: #ffffff;
	/*height: 275px;*/
}
.object-popup form.contacts-form textarea,
.object-popup form.contacts-form input[type=text]{border-color: #ffffff;margin-bottom: 0;}
.object-popup form.contacts-form .inp-row {
	margin-bottom: 20px;
	width: 230px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 20px;
}

.object-popup form.contacts-form .inp-row-wrap {
	position: relative;
	/*padding-bottom: 20px;*/
}
.object-popup form.contacts-form .inp-row-wrap.check {
	padding-bottom: 20px;
}
.object-popup form.contacts-form .inp-row_wide {
	width: 500px;
}
.object-popup form.contacts-form .inp-row:last-child {
	margin-right: 0;
}
.object-popup form.contacts-form .inp-row .special-check {
	position: absolute;
	bottom: -20px;
	left: 0;
}
.object-popup form.contacts-form .inp-row .special-check label:before {
	border-color: #fff;
}
.object-popup form.contacts-form .info{margin-bottom: 20px;}
.object-popup form.contacts-form .title{font-size: 0.857em;text-transform: uppercase;margin-bottom: 5px;letter-spacing: 1px;}
.object-popup form.contacts-form .button:after{
	background-position: -64px -50px;
}
.object-popup form.contacts-form .button{width: 100%;}
.object-popup form.contacts-form textarea:focus,
.object-popup form.contacts-form input[type=text]:focus {background-color: #3f9255;}
.object-popup form.contacts-form textarea {
	height: 60px;
}
.object-popup form.contacts-form .button {
	height: 50px;
	margin-top: 15px;
}

.object-popup .call{
	position: absolute;
	width: 100%;
	padding: 25px;
	left: 0;
	top: 300px;
	/*bottom: 0;*/
	background: -moz-linear-gradient(left, #088679 0%, #59ab56 100%);
	background: -webkit-linear-gradient(left, #088679 0%, #59ab56 100%);
	background: -o-linear-gradient(left, #088679 0%, #59ab56 100%);
	background: -ms-linear-gradient(left, #088679 0%, #59ab56 100%);
	background: linear-gradient(left, #088679 0%, #59ab56 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#088679', endColorstr='#59ab56', GradientType=1 );
	height: 145px!important;
}
.object-popup .call .title{
	text-transform: uppercase;
	letter-spacing: 1px;
	/*font-family: 'din-r';*/
	line-height: 1.2;
	font-size: 1.429em;
	margin-bottom: 15px;
}
.object-popup .call-inner {
	position: absolute;
	left: 25px;
	bottom: 25px;
}
.object-popup .call-inner span{font-size: 1.571em;display: block;margin-top: 5px;
	/*font-family: 'din-l';*/
	letter-spacing: 1px;}
/*.object-popup .call-inner span strong{font-family: 'din-r';}*/


.b-card {
	position: relative;
	padding-right: 360px;
	min-height: 700px;
	background-color: #fff;
}
.b-card__top {
	position: relative;
	padding-right: 230px;
}
.b-card__title {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 2.143em;
	text-transform: uppercase;
	padding: 25px 55px;
	background-color: #0072bc;
	text-align: center;
}
.b-card__info {
	/*position: absolute;
	right: 10px;*/
	margin-top: 20px;
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	padding-left: 50px;
	right: 5px;
	bottom: 0;
}
.object-popup .ctrls {
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: -15px;
}
.b-card__logo {
	position: absolute;
	top: 0;
	left: 0;
}
.b-card__logo img {
	max-width: 40px;
}
.b-card__top-title {
	font-size: 1.286em;
	color: #355590;
	text-align: left;
}
.b-card__phone {
	font-size: 1.286em;
	font-weight: 500;
	color: #355590;
}
.b-card__content {
	margin-top: 70px;
	text-align: right;
}
.b-card__image {
	display: inline-block;
	vertical-align: top;
	width: 45%;
	text-align: center;
}
.b-card__image img {
	max-width: 300px;
}
.b-card__main-text {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	position: relative;
}
.b-card__main-wrapper {
	text-align: right;
	position: relative;
}
.b-card__main-wrapper.hid {
	display: none;
}
.b-card__line {
	position: relative;
	margin-top: 5px;
	font-size: 1em;
	color: #355590;
	text-align: left;
}
.b-card__line:first-child {
	margin-top: 0;
	margin-bottom: 20px;
}
.b-card__line span {
	font-weight: bold;
	font-size: 1.125em;
}
.b-card__line span.big {
	font-size: 1em;
}
.b-card__line.last {
	margin-top: 40px;
	padding-top: 10px;
	position: relative;
}
.b-card__line.last:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	height: 3px;
	background: -moz-linear-gradient(left, #359b65 0%, #78ba4b 100%);
	background: -webkit-linear-gradient(left, #359b65 0%, #78ba4b 100%);
	background: -o-linear-gradient(left, #359b65 0%, #78ba4b 100%);
	background: -ms-linear-gradient(left, #359b65 0%, #78ba4b 100%);
	background: linear-gradient(left, #359b65 0%, #78ba4b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#359b65', endColorstr='#78ba4b', GradientType=1 );
}
.b-card__left {
	font-size: 1em;
	color: #355590;
}
.b-card__right {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	font-size: 1.286em;
	color: #355590;
}
.b-card__button {
	margin-top: 80px;
	height: 55px;
	line-height: 55px;
	background-color: #61af23;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 30px;
	font-size: 1.286em;
	color: #fff;
	text-transform: uppercase;
	border: none;
	box-shadow: none;
	cursor: pointer;
}
.b-card__actions {
	/*margin-top: 20px;
	//position: relative;
	position: absolute;
	bottom: 45px;*/
}
.b-card__additional {
	padding: 25px 15px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 360px;
	background-color: #f1f7fa;
	text-align: center;
}
.b-card__item {
	margin-top: 7px;
}
.b-card__item:first-child {
	margin-top: 0;
}
.b-card__sub-title {
	font-size: 0.875em;
	color: #3a4b7b;
	text-transform: uppercase;
}
.b-card__sub-image {
	margin-top: 20px;
}
.b-card__sub-image img {
	max-width: 350px;
}
.b-card__rose {
	position: absolute;
}

.b-form-hid {
	position: relative;
	margin-bottom: 25px;
}
.b-form__row {
	text-align: right;
	margin-top: 15px;
}
.b-form__return {
	position: absolute;
	bottom: 10px;
	left: 0;
	cursor: pointer;
	color: #3a4b7b;
}

textarea.b-input__area {
	height: 60px;
	resize: vertical;
}


.breadcrumd{
	padding: 0 10px;
	/*min-width: 470px;*/
	/*background: -moz-linear-gradient(left, #389c64 0%, #45a25e 100%);*/
	/*background: -webkit-linear-gradient(left, #389c64 0%, #45a25e 100%);*/
	/*background: -o-linear-gradient(left, #389c64 0%, #45a25e 100%);*/
	/*background: -ms-linear-gradient(left, #389c64 0%, #45a25e 100%);*/
	/*background: linear-gradient(left, #389c64 0%, #45a25e 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#389c64', endColorstr='#45a25e', GradientType=1 );*/
	background-color: #8bc53e;
	display: inline-block;
	vertical-align: top;
	margin-left: -30px;
	margin-bottom: 20px;
}
.top-block-action .breadcrumd{
	background: -moz-linear-gradient(left, #e83d1f 0%, #ef7c04 100%);
	background: -webkit-linear-gradient(left, #e83d1f 0%, #ef7c04 100%);
	background: -o-linear-gradient(left, #e83d1f 0%, #ef7c04 100%);
	background: -ms-linear-gradient(left, #e83d1f 0%, #ef7c04 100%);
	background: linear-gradient(left, #e83d1f 0%, #ef7c04 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83d1f', endColorstr='#ef7c04', GradientType=1 );
}
.breadcrumd a{
	color: #ffffff;
	position: relative;
	text-decoration: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1.145em;
	padding-right: 15px;
	margin-right: 5px;
}
.breadcrumd span{letter-spacing: 1px;text-transform: uppercase;font-size: 0.857em;}
.breadcrumd a:hover{color: #85ddf8;}
.breadcrumd a:after{
	content: '';
	position: absolute;
	right: 5px;
	top: 2px;
	/*top: 50%;*/
	/*margin-top: -3px;*/
	/*width: 8px;*/
	/*height: 6px;*/
	/*background: transparent url('/css/../images/sprite.png') -109px -32px no-repeat;*/
	width: 1px;
	height: 90%;
	background-color: #fff;
}
.breadcrumd a:last-child:after {
	display: none;
}
.page-header {
	position: relative;
	z-index: 100;
	min-height: 70px;
}
.page-header + .orbit-wrapper {
	margin-top: -50px;
	/*margin-left: -30px;*/
	z-index: 1;
}
/*.page-header{margin-bottom: 30px;margin-left: -30px;}*/
.page-header.apartm{position: relative;}
.page-header.apartm .info{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	padding-left: 25px;
	left: 320px;
	text-decoration: none;
	color: #ffffff;
}
.page-header.apartm .info span{
	border-bottom: 1px dotted #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.929em;
}
.page-header.apartm .info:hover span{border-color: transparent;}
.page-header.apartm .info:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
	width: 17px;
	height: 17px;
	background: transparent url('/css/../images/sprite.png') -132px -109px no-repeat;
}
.page-header h1{
	color: #ffffff;
	letter-spacing: 1px;
	text-transform: uppercase;
	/*font-family: 'din-r';*/
	font-size: 1.145em;
	/*font-size: 2em;*/
	/*padding: 17px 30px;*/
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 0 10px;
	margin-left: -5px;
	font-weight: normal;
	/*min-width: 555px;*/
	background: -moz-linear-gradient(left, #2d4c7f 0%, #1a78ad 100%);
	background: -webkit-linear-gradient(left, #2d4c7f 0%, #1a78ad 100%);
	background: -o-linear-gradient(left, #2d4c7f 0%, #1a78ad 100%);
	background: -ms-linear-gradient(left, #2d4c7f 0%, #1a78ad 100%);
	background: linear-gradient(left, #2d4c7f 0%, #1a78ad 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4c7f', endColorstr='#1a78ad', GradientType=1 );
}
.actions .act-item{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}
.actions .act-item img{max-width: none;}
.actions .act-item a.img{
	display: block;
	position: absolute;
	width: 1150px;
	height: 300px;
	left: 0;
	top: 0;
}
.actions .caption{position: absolute;left: 0;top: 0;z-index: 50;}
.actions .button.btn-only{
	position: absolute;
	background-color: #ffffff;
	bottom: 20px;
	right: 20px;
	color: #389c64;
	border-color: #389c64;
	padding-left: 10px;
}
.actions .caption .title,
.actions .caption .sub-title{
	color: #ffffff;
	/*font-family: 'din-m';*/
	padding: 8px 20px;
	font-size: 1.286em;
}
.actions .caption .title{
	padding-top: 14px;
	min-width: 410px;
	max-width: 450px;
	position: relative;
	background: -moz-linear-gradient(left, #e94a1b 0%, #f08715 100%);
	background: -webkit-linear-gradient(left, #e94a1b 0%, #f08715 100%);
	background: -o-linear-gradient(left, #e94a1b 0%, #f08715 100%);
	background: -ms-linear-gradient(left, #e94a1b 0%, #f08715 100%);
	background: linear-gradient(left, #e94a1b 0%, #f08715 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e94a1b', endColorstr='#f08715', GradientType=1 );
}
.actions .caption .title:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 6px;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(left, #389c64 0%, #6eb64c 100%);
	background: -webkit-linear-gradient(left, #389c64 0%, #6eb64c 100%);
	background: -o-linear-gradient(left, #389c64 0%, #6eb64c 100%);
	background: -ms-linear-gradient(left, #389c64 0%, #6eb64c 100%);
	background: linear-gradient(left, #389c64 0%, #6eb64c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#389c64', endColorstr='#6eb64c', GradientType=1 );
}
.actions .act-item:nth-child(3n+2) .caption .title:after{
	background: -moz-linear-gradient(left, #f8b200 0%, #f8b200 100%);
	background: -webkit-linear-gradient(left, #f8b200 0%, #f8b200 100%);
	background: -o-linear-gradient(left, #f8b200 0%, #f8b200 100%);
	background: -ms-linear-gradient(left, #f8b200 0%, #f8b200 100%);
	background: linear-gradient(left, #f8b200 0%, #f8b200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b200', endColorstr='#f8b200', GradientType=1 );
}
.actions .act-item:nth-child(3n+3) .caption .title:after{
	background: -moz-linear-gradient(left, #a83e8f 0%, #a83e8f 100%);
	background: -webkit-linear-gradient(left, #a83e8f 0%, #a83e8f 100%);
	background: -o-linear-gradient(left, #a83e8f 0%, #a83e8f 100%);
	background: -ms-linear-gradient(left, #a83e8f 0%, #a83e8f 100%);
	background: linear-gradient(left, #a83e8f 0%, #a83e8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a83e8f', endColorstr='#a83e8f', GradientType=1 );
}

.actions .caption .sub-title{
	padding-top: 14px;
	max-width: 370px;
	background: -moz-linear-gradient(left, #ec6110 0%, #f18f26 100%);
	background: -webkit-linear-gradient(left, #ec6110 0%, #f18f26 100%);
	background: -o-linear-gradient(left, #ec6110 0%, #f18f26 100%);
	background: -ms-linear-gradient(left, #ec6110 0%, #f18f26 100%);
	background: linear-gradient(left, #ec6110 0%, #f18f26 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6110', endColorstr='#f18f26', GradientType=1 );
}
.actions .act-item .obj-info{
	position: absolute;
	width: 300px;
	height: 100%;
	background-color: #ffffff;
	z-index: 50;
	top: 0;
	right: 0;
	padding: 25px 20px;
}
.actions .act-item .obj-info h2{
	color: #ea4e1a;
	/*font-family: 'din-m';*/
}
.actions .act-item .obj-info .sub-title{color: #646d7d;margin-bottom: 20px;}
.actions .act-item .obj-info .subway,
.actions .act-item .obj-info .period{
	position: relative;
	padding-left: 25px;
	color: #646d7d;
}
.actions .act-item .obj-info .subway {margin-bottom: 15px;}
.actions .act-item .obj-info .subway span,
.actions .act-item .obj-info .period span{
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.857em;
	color: #2d4c7f;
	/*font-family: 'din-m';*/
}
.actions .act-item .obj-info .subway:after{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 15px;
	height: 10px;
	background: transparent url('/css/../images/sprite.png') -29px -74px no-repeat;
}
.actions .act-item .obj-info .period:after{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 14px;
	height: 14px;
	background: transparent url('/css/../images/sprite.png') -109px -39px no-repeat;
}
.actions .act-item .obj-info .cont{height: 210px;}
.actions .act-item .obj-info .button{
	color: #389c64;
	border-color: #389c64;
	padding-left: 10px;
	padding-right: 20px;
	width: 100%;
}
.actions .act-item .obj-info .button:hover{border-color: #2d4c7f;}
.actions .act-item .obj-info .button:after{
	background-position: -109px -53px;
	width: 8px;
	right: 10px;
}
.error-404{padding: 25px;background-color: #ffffff;color: #60657c;line-height: 1.8;}
.error-404 h2{margin-bottom: 25px;text-transform: none;}
.error-404 ul{margin-left: 20px;}

.b-title {
	color: #2e4a7d;
	font-size: 1.071em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 20px;
}
.mortgage {
	margin-top: 25px;
}
.mortgage .b-text {
	font-size: 13px;
	line-height: 16px;
	color: #646d7d;
	margin: 10px 0;
}
.mortgage table{width: 100%;border-collapse: collapse;margin-bottom: 25px; margin-top: 30px;}
.mortgage th{background-color: #ffffff;vertical-align: middle;height: 40px;}
.mortgage th span{
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	color: #60657c;
	font-size: 14px;
	line-height: 16px;
	padding: 0 10px;
}
.mortgage th{width: 40px;}
.mortgage th.title{
	width: 160px;
	background-color: transparent;
	text-align: left;
	min-width: 160px;
	color: #2e4a7d;
	font-size: 1.071em;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-left: 20px;
	/*font-family: 'din-r';*/
}
.mortgage td.hovered, .mortgage th.hovered {
	background-color: #f3f3f4;
}
.mortgage.b-mortgage th.title {
	background-color: #fff;
}
.mortgage td, .mortgage th{
	border: 1px solid #dfe0e1;
	height: 40px;
	width: 40px;
	box-sizing: border-box;
}
.mortgage tbody td.obj-title {
	box-sizing: border-box;
}
.mortgage tbody td a{display: block;height: 40px;text-align: center;padding-top: 10px;border: 1px solid transparent;text-decoration: none;}
.mortgage tbody td.obj-title, .mortgage tbody tr:hover td.obj-title {background-color: #60c19e;}
.mortgage tbody td.obj-title a{
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	height: auto;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.929em;
}
.mortgage tbody td a div {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.mortgage tbody td span.ok{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 12px;
	background: transparent url('/css/../images/sprite.png') -109px -65px no-repeat;
}
/*.mortgage tbody td span.ok:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	background: transparent url('/css/../images/sprite.png') -109px -77px no-repeat;
	-moz-transition: all ease-out 0.1s;
	-webkit-transition: all ease-out 0.1s;
	-o-transition: all ease-out 0.1s;
	-ms-transition: all ease-out 0.1s;
	transition: all ease-out 0.1s;
	opacity: 0;
}*/
.star-label:before, .mortgage tbody td span.star{
	background: transparent url('/css/../images/gold-star.svg') center no-repeat;
}
.star-label.ipoteka_0pv-label:before, .mortgage tbody td span.ok.ipoteka_0pv{
	background: transparent url('/css/../images/ipoteka__0pv.png') center no-repeat;
	background-size: 100%;
	width:32px;
	height:32px;
	top: -6px;
}
.mortgage tbody td span.star{
	position: relative;
	display: block;
	width: 100%;
	vertical-align: middle;
	height: 20px;
}
.mortgage tbody tr:hover td {
	background-color: #f3f3f4;
}

.mortgage.b-mortgage table {
	table-layout: fixed;
}
.mortgage.b-mortgage table tr td {
	padding: 5px 10px;
}
.mortgage.b-mortgage table tr td:first-child {
	width: 200px;
}
.mortgage.b-mortgage tbody td.obj-title a {
	cursor: default;
	border: none;
	font-weight: normal;
	color: #fff;
}
.mortgage.b-mortgage tbody td a:hover {
	border-color: transparent;
	background-color: transparent;
}
.mortgage.b-mortgage tbody td.obj-title a:hover {
	border: none;
	background-color: transparent;
}
.star-label {
	position: relative;
	padding-left: 45px;
	color: #646d7d;
	font-size: 13px;
	margin-bottom: 30px;
	display: inline-block;
	margin-right: 20px;
}
.star-label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -5px;
	width: 26px;
	height: 26px;
}

.banks-terms table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	color: #3e3e3e;
	margin: 10px 0 30px;
}
.banks-terms table tr td {
	padding: 10px;
	border: 1px solid #3e3e3e;
}

.b-text {
	margin-bottom: 20px;
}
.banks-list .row.list-row{margin-bottom: 25px;}
.banks-list .item{
	background-color: #ffffff;
	border: 1px solid #cfcfcf;
	padding: 10px 25px 5px;
	height: 200px;
	overflow: hidden;
	cursor: default;
}
.banks-list .item .logo{
	height: 65px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-bottom: 30px;
	z-index: 100;
	background-size: contain;
}
.banks-list .item .title{
	color: #646d7d;
	/*font-family: 'din-m';*/
	font-size: 14px;
	margin-bottom: 10px;
	/*height: 54px;*/
	-moz-transition: all ease-out 0.1s;
	-webkit-transition: all ease-out 0.1s;
	-o-transition: all ease-out 0.1s;
	-ms-transition: all ease-out 0.1s;
	transition: all ease-out 0.1s;
	z-index: 100;
}
.banks-list .item .txt {
	height: 80px;
	color: #60657c;
	max-width: 230px;
	margin-bottom: 15px;
	position: absolute;
	top: 50px;
	left: 25px;
	opacity: 0;
	z-index: 1;
	-moz-transition: all ease-out 0.1s;
	-webkit-transition: all ease-out 0.1s;
	-o-transition: all ease-out 0.1s;
	-ms-transition: all ease-out 0.1s;
	transition: all ease-out 0.1s;
}
.banks-list .item .link {
	font-size: 12px;
	color: #646d7d;
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}
/*.banks-list .item:hover .logo {
	display: none;
}
.banks-list .item:hover .txt {
	opacity: 1;
}*/
.bank-list-item__desc {
	background-color: #ebebeb;
	text-align: center;
	position: absolute;
	bottom: 5px;
	width: calc(100% - 36px);
	left: 18px;
	height: 105px;
	padding-top: 20px;
}

.apartments-layout .row .columns.two {
	width: 20%;
}
.timeline .photo-list .columns.two{
	width:33%
}
/*.apartments-layout .row .columns.two,*/
.contacts .row .columns.two{
	width: 33%;
}
.apartments-layout .row .columns.two.news-item{
	width:33%;
	margin-bottom:50px;
}
.banks-list .row .columns.two {
	width: 25%;
}
.modal-window .row .columns.two {
	width: 33.33333%;
}

.information{padding-top: 50px;}
.information h2{font-size: 1.500em;
	/*font-family: 'din-m';*/
}
.information .news{margin-top: 0;}
.information .show-all{border-color: #3ddcef;}
.information .show-all:hover{background-color: #f9f9f9;}
.information .news .header{margin-bottom: 30px;}
.information .news .header h2{display: inline-block;margin-bottom: 0;vertical-align: middle;margin-right: 45px;font-size: 1.714em;}
.information .news .header select{width: 150px;display: inline-block;vertical-align: middle;color: #60657c;}
.information .news .header select option{color: #60657c;}
.information .news .header select:focus{background-color: #ffffff;}
.information .news .row.news-row{margin-bottom: 25px;}
.information .news .date{color: #939292;font-size: 0.857em;margin-bottom: 10px;}
.information .news .title{text-decoration: none;color: #1894c8;
	/*font-family: 'din-m';*/
	font-size: 1.286em;}
.information .news .title:hover{color: #2e4a7d;}
.information .news .announce{margin-top: 20px;}
.information .news .announce .readmore{color: #60657c;font-size: 0.857em;text-transform: uppercase;letter-spacing: 1px;text-decoration: none;}
.information .inspection{
	margin: 30px 0 30px -30px;
	padding: 40px 360px 40px 30px;
	background-color: #f4f6f8;
	color: #60657c;
	font-size: 1.143em;
	min-height: 280px;
	position: relative;
}
.information .inspection h2,.information .docs-registr h2{margin-bottom: 30px;}
.information .inspection .objects-list{
	position: absolute;
	top: 40px;
	right: 30px;
	width: 320px;
	background-color: #ffffff;
	border: 3px solid #d4e8f6;
	padding: 20px;
	color: #60657c;
	font-size: 0.875em;
}
.information .inspection .objects-list .col{display: inline-block;vertical-align: top;width: 44%;margin: 0 0 10px;padding: 0;}
.information .inspection .objects-list .col.title{width: 54%;color: #2e457c;font-weight: 800;}
.information .docs-registr{
	margin: 45px 30px 45px 0;
	font-size: 1.143em;
	color: #60657c;
}
.information .register-steps{height: 70px;background-color: #55aa5d;color: #ffffff;margin-bottom: 30px;}
.information .register-steps .columns{
	height: 70px;
	padding-top: 12px;
	padding-right: 20px;
}
.information .register-steps .columns:before,
.information .register-steps .columns:after{
	content: "";
	position: absolute;
	left: 0;
	margin-left: -26px;
	top: 0;
	width: 0;
	border-top: 35px solid transparent;
	border-bottom: 35px solid transparent;
	border-left: 24px solid #55aa5d;
}
.information .register-steps .columns:after{
	border-left-color: #ffffff;
	right: 0;
	left: auto;
	margin-right: 0;
}
.information .register-steps .columns:first-child:before{display: none;}
.information .register-steps .columns:last-child:after{
	border-left-color: #55aa5d;
	left: 100%;
	margin-left: -12px;
	margin-right: 0;
}
.information .register-steps .cont{
	max-width: 215px;
	margin: 0 0 0 20px;
	padding-left: 35px;
	position: relative;
	font-size: 1.063em;
	/*font-family: 'din-r';*/
	z-index: 10;
}
.information .register-steps .cont span{
	font-size: 2.000em;
	position: absolute;
	/*font-family: 'din-r';*/
	left: 0;
	top: 0;
}
.register-steps-info{margin-bottom: 40px;}
.register-steps-info .columns{padding-left: 35px;}
.information ul{margin-left: 15px;}
.information ul li{margin-bottom: 15px;}
.information .register-steps-info ul li{margin-bottom: 5px;}
.register-steps-info span.phone{display: block;margin-top: 10px;font-size: 1.750em;}
.docs-registr .mail{
	position: relative;
	font-size: 1.125em;
	padding-left: 55px;
	margin-bottom: 35px;
}
.docs-registr .mail:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 26px;
	background: transparent url('/css/../images/sprite.png') 0 -157px no-repeat;
}
.information h3{text-transform: none;letter-spacing: 0;color: #44a25e;font-size: 1.250em;margin-bottom: 15px;}
.information .info-alert{margin: 0 0 10px -30px;background-color: #fdf3e7;color: #60657c;padding: 40px 30px;font-size: 1.143em;}
.information .info-alert h2{margin-bottom: 20px;font-size: 1.500em;}
.companuy-structure{
	padding: 30px 35px;
	margin: 15px -12px 0 0px;
	background-color: #0072bc;
}
.advantages-main .companuy-structure{margin: 0!important;height: 373px!important}
.companuy-structure h2{color: #ffffff;line-height: 1.1;margin-bottom: 30px;}
.companuy-structure .button{width: 100%;}
.companuy-structure .item{
	min-height: 80px;
	color: #00dee4;
	font-size: 0.929em;
	position: relative;
	padding-left: 70px;
	height: auto!important;
}
.companuy-structure .item:before{display: none!important;}
.companuy-structure .item .icon{position: absolute;left: 10px;top: 5px;width: 47px;text-align: center;}
.companuy-structure .item .title{
	position: static!important;
	line-height: 1.5!important;
	color: #ffffff;
	/*font-family: 'din-m';*/
	font-size: 1.308em;
	text-transform: uppercase;
	letter-spacing: 1px;
    position: relative;
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}
.news .news-row.row{margin-bottom: 25px;}
.news .item{
	display: block;
	text-decoration: none;
	position: relative;
	background-color: #ffffff;
	height: 315px;
}
.news .item span{display: block;}
.news .item .img{
	height: 205px;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-o-background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-background-size: cover!important;
	background-size: cover!important;
	margin-bottom: 15px;
}
.news .item .date{
	margin: 0 25px 10px;
	color: #3c9e63;
}
.news .item .title{
	margin: 0 25px;
	color: #2e4a7d;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	height: 45px;
	font-size: 1.143em;
}
.news .item:hover{background-color: #f9f9f9;}
.news .item.current{padding: 0;height: auto;color: #60657c;}
/*.news .item.current{padding: 20px 25px 30px;height: auto;color: #60657c;}*/
.news .item.current:hover{background-color: #ffffff;}
.news .item.current .date{margin: 0 0 20px;}
.news .item.current .img{height: auto;margin-bottom: 25px;}
.news .item.current h2{text-transform: none;margin-bottom: 30px;font-size: 2.286em;}
.news .item.current .news-text{font-size: 1.143em;}
.goback{
	display: inline-block;
	margin-top: 25px;
	padding: 10px 15px 10px 45px;
	border: 2px solid #45a25e;
	text-decoration: none;
	color: #2e4a7d;
	font-size: 1.071em;
	position: relative;
}
.goback:hover{color: #2e4a7d;background-color: #f1f1f1;}
.goback:after{
	content: "";
	position: absolute;
	left: 12px;
	top: 50%;
	margin-top: -7px;
	width: 16px;
	height: 13px;
	background: transparent url('/css/../images/sprite.png') -109px -90px no-repeat;
}
.alert{
	margin: 30px 0;
	position: relative;
	padding-left: 70px;
	color: #2d4c7f;
	font-weight: 800;
	font-size: 1.143em;
}
.alert:after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -17px;
	width: 36px;
	height: 34px;
	background: transparent url('/css/../images/sprite.png') -126px -74px no-repeat;
}
.flats-section{position: relative;margin-bottom: 30px;}
.flats-section .object-link-title{
	display: inline-block;
	color: #3c9e63;
	font-size: 1.714em;
	/*font-family: 'din-m';*/
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.apartm .flats-section .object-link-title{color: #844493;}
.catalogue-sort{
	position: absolute;
	top: 0;
	right: 0;
}
.catalogue-sort .sel-wrap{display: inline-block;vertical-align: middle;margin-left: 20px;width: 200px;}
.catalogue-sort .chk-row{display: inline-block;vertical-align: middle;}
.catalogue-sort .chk-row label{color: #2e4a7d;}
.catalogue-sort select{color: #2e4a7d;}
.catalogue-sort select:focus{color: #ffffff;}
.apartments-info{background-color: #ffffff;margin: 25px 0;padding: 5px 30px;}
.apartments-info .section{padding: 18px 0;border-bottom: 1px solid #accbde;}
.apartments-info .section .title{
	display: inline-block;
	color: #844493;
	font-weight: 800;
	font-size: 1.429em;
	text-decoration: none;
	border-bottom: 1px dotted #844493;
}
.apartments-info .section .title:hover{border-color: transparent;}
.apartments-info .section:last-child{border: 0;}
.apartments-info .section .text{
	padding-top: 20px;
	color: #60657c;
	font-size: 1.143em;
	display: none;
}
.map-popup{
	background-color: #ffffff;
	position: relative;
	padding-left: 155px;
	width: 390px;
	//height: 127px;
	box-shadow: 0 5px 38px rgba(0,0,0,.38);
	-moz-box-shadow: 0 5px 38px rgba(0,0,0,.38);
	-webkit-box-shadow: 0 5px 38px rgba(0,0,0,.38);
}
.map-popup:after{
	content: "";
	position: absolute;
	left: 136px;
	top: 100%;
	width: 19px;
	height: 21px;
	background: transparent url('/css/../images/sprite.png') 0 -184px no-repeat;
}
.map-popup .img{
	position: absolute;
	left: 0;
	top: 0;
	width: 136px;
	height: 127px;
	overflow: hidden;
}
.map-popup .cont{padding-top: 15px;padding-right: 10px;}
.map-popup .title{color: #2e4a7d;font-size: 1.286em;
	/*font-family: 'din-m';*/
	margin-bottom: 10px;}
.map-popup .links{margin-top: 5px;}
.map-popup .links .items{font-size: 0.857em;margin-right: 15px;}
.map-popup .links .sub-list{
	text-decoration: none;
	border-bottom: 1px dotted #2e4a7d;
	color: #2e4a7d;
	font-size: 1.429em;
	/*font-family: 'din-m';*/
}
.contacts-wrap{position: relative;padding-top: 400px;}
.contacts-wrap .map{
	width: 100%!important;
	height: 375px!important;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	padding-right: 300px;
}
.contacts-wrap .object-contacts{position: relative;z-index: 10;}
.about h2{margin-bottom: 30px;
	/*font-family: 'din-m',sans-serif;*/
	padding-top: 20px;}
.about .about-text,.about .services .text{color: #6f7387;line-height: 1.8;}
.about h3{text-align: center;margin-bottom: 35px;}
.about .services {margin-bottom: 65px;}
.about .services .row{margin-left: -1px;margin-right: -1px;}
.about .services .columns{padding-left: 1px;padding-right: 1px;width: 25%;}
.about .services .cont{padding: 30px 15px 0;}
.about .services .title{color: #55aa66;font-size: 1.286em;
	/*font-family: 'din-m',sans-serif;*/
	text-transform: uppercase;letter-spacing: 1px;margin-bottom: 20px;}
.about .services .columns.first .cont{border-top: 3px solid #55aa66;}
.about .services .columns.second .cont{border-top: 3px solid #724eb6;}
.about .services .columns.second .title{color: #704db5;}
.about .services .columns.third .cont{border-top: 3px solid #ea5217;}
.about .services .columns.third .title{color: #ea5217;}
.about .services .columns.fourth .cont{border-top: 3px solid #0c7fb1;}
.about .services .columns.fourth .title{color: #0c7fb1;}


.footer{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.footer .footer-cont{
	height: 540px;
	background-color: #0072bc;
	padding: 30px 25px;
	color: #ffffff;
}
.footer .title,.footer .sub-title{
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.071em;
	/*font-family: 'din-r';*/
}
.footer .sub-title{margin-bottom: 10px;font-size: 0.929em;color: #e6ddbb;}
.footer ul{list-style: none;margin: 0;padding: 0;}
.footer ul li{display: inline-block;margin: 0 30px 15px 0;padding: 0;}
.footer ul li a{color: #adccee;font-size: 1.071em;text-decoration: none;}
.footer ul li a:hover{color: #ffffff;}
.footer .contacts .sub-title{margin-bottom: 5px;}
.footer .contacts .phone{
	/*font-family: 'din-m';*/
	font-size: 1.643em;margin-bottom: 15px;}
.footer .scheme{
	position: relative;
	padding-left: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aac9eb;
	font-size: 0.857em;
	text-decoration: none;
}
.footer .scheme:hover{color: #ffffff;}
.footer .scheme:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 21px;
	height: 17px;
	background: transparent url('/css/../images/sprite.png') 0 -89px no-repeat;
}
.footer .search{
	margin: 50px 50px 20px 0;
	position: relative;
}
.footer .search input[type=text]{height: 30px;color: #6c91b9;padding-right: 40px;border-color: #accbde;background: transparent;}
.footer .search input[type=text]:focus{height: 30px;color: #6c91b9;padding-right: 40px;border-color: #accbde;background: transparent;}
*::input-placeholder,*::-webkit-input-placeholder,*:-moz-placeholder,*::-moz-placeholder,*:-ms-input-placeholder{color: #6c91b9;}
.footer .search input[type=submit]{
	position: absolute;
	border: 0;
	cursor: pointer;
	top: 10px;
	right: 10px;
	width: 12px;
	height: 12px;
	background: transparent url('/css/../images/submit.png') 0 0 no-repeat;
	outline: none;
}
.footer .socials{margin: 0 50px 60px 0;padding: 0;}
.footer .socials li{display: inline-block;margin: 0;padding: 0;width: 23%;text-align: center;}
.footer .madeby img{margin-left: 10px;}
.footer .madeby a{color: #ffffff;text-decoration: none;}

.subscribe input[type=text]::-webkit-input-placeholder{color:#ffffff!important;}
.subscribe input[type=text]::-moz-placeholder{color:#ffffff!important;}
.subscribe input[type=text]:-moz-placeholder{color:#ffffff!important;}
.subscribe input[type=text]:-ms-input-placeholder{color:#ffffff!important;}

@media only screen and (max-width: 1200px) {
	.top-filter .col.first{width: 15%;}
	.top-filter .col.second{width: 24%;}
	.top-filter .col.third{width: 18%;}
	.top-filter .col.fourth{width: 17%;}
	.top-filter label.view-type{height: 26px;padding-left: 5px;min-width: 30px;}
	.chk-row.label-only.act .view-type.list {padding: 4px 0 0 27px;}
	.chk-row.label-only .view-type.map {padding: 4px 0 0 27px;}
	.top-filter .view-type.list:after{left: 8px;}
	.top-filter .view-type.map:after{left: 10px;}
	.top-filter .view-type span{display: none;}
	.top-filter .col.third,.top-filter .col.fourth{padding-right: 10px;}
	.top-filter .col.fourth{padding-right: 20px;}
	.top-filter .full-search .col.last{width: 15%;}
	.top-filter .full-search .col.second{width: 20%;margin-right: 15px;}
	.top-filter .full-search .col.third{padding-right: 20px;margin-right: 15px;}
	.top-filter .full-search .col.fourth{width: 15%;}
	.modal-window .toggle-all-sec{right: 90px;}
	.modal-window .toggle-all-sec a{margin-left: 20px;}
	.catalogue-wrapper .object-info{padding-left: 10px;}
	.catalogue-wrapper .object-info .info,.subscribe .title{padding-left: 20px;}
	.subscribe .title{padding-top: 0;text-align: center;}
	.advantages-main .row .col .item .title{left: 20px;}
	.advantages-main .row .col .item.large .title{left: 50px;}
	.catalogue-wrapper .object-info .items-list{min-width: 200px;}
	/*.anchor-menu ul li a{padding-left: 20px;padding-right: 20px;}*/
	.apartments-types a{padding-left: 15px;padding-right: 15px;}
	.information .register-steps .cont{padding-left: 30px;}
	.information .register-steps .columns:first-child span{left: 5px;}
	.companuy-structure .item{padding-left: 60px;}
	.top-filter .commerc .col.third-2{width: 15%;}
	.top-filter .area-range .inp-wrap{padding-left: 8px;width: 47%;}
	.top-filter .area-range .inp-wrap:first-child{padding-left: 0;padding-right: 8px;}
	.advantages-main {margin: 10px -11px 0 0;}
	.advantages-main .row .col .item .title__hover .sub-title:before{display: none;}
	.advantages-main .row .col .item .title__hover .sub-title{padding: 0;}
	.catalogue-wrapper .b-tile__item .title{font-size: 11pt;}
	.title .adress_block_i {font-size: 8pt!important;}
	.catalogue-wrapper .object-info .items, .catalogue-wrapper .object-info .items a {font-size: 8pt;}
	.anchor-menu .anchor-menu__wrap a{padding: 8px;font-size: 10px;}

}


.loading2{position: relative;}
.loading2:before{
	content: "";
	position: absolute;
	z-index: 999;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.60);
}
.loading2:after{
	content: "";
	position: absolute;
	z-index: 1000;
	width: 55px;
	height: 55px;
	left: 50%;
	top: 50%;
	margin-left: -28px;
	margin-top: -28px;
	background: transparent url('/css/../images/241.GIF') 0 0 no-repeat;
}

.ready-objects .item{
	height: 300px;
	position: relative;
	background-color: #ffffff;
}
.ready-objects .item .announce{
	width: 50%;
	position: absolute;
	z-index: 50;
	height: 100%;
	top: 0;
	right: 0;
	background-color: #ffffff;
	padding: 20px;
}
.ready-objects .row.obj-row{margin-bottom: 20px;}
.ready-objects .item .announce .txt{margin-bottom: 15px;}
.ready-objects .item .announce  span{color:#2d4c7f!important;margin-left: 5px;}
.ready-objects .item .adr,
.ready-objects .item .site,
.ready-objects .item .sq{margin-bottom: 10px;color: #939292;}
.up-arr{
	position: fixed;
	width: 25px;
	height: 14px;
	background: transparent url('/css/../images/up-arr.png') 0 0 no-repeat;
	bottom: 20px;
	left: 50%;
	z-index: 999;
	margin-left: 480px;
	display: none;
}
.up-arr:hover{height: 20px;}
.ymaps-map *, .ymaps-map *:before, .ymaps-map *:after{
	box-sizing: border-box!important;
	-webkit-box-sizing: border-box!important;
	-moz-box-sizing: border-box!important;
}
.allList .map-popup{height: 180px;}

.adress_block_i{
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 100%;
	text-overflow: ellipsis;
}
.title .adress_block_i{
	font-size: 12px;
	color: #535554;
}

.orbit-slide UL{
    height: 150px;
    overflow-y: hidden;
}

.flats .first{
    width: 24% !important;
    padding: 0px !important;
}
.flats .second{
    width: 14% !important;
    padding: 0px !important;
}
.flats .third{
    width: 12% !important;
    padding-right: 0px !important;
}
.flats .fourth{
    width: 14% !important;
}
.flats .last{
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 16% !important;
}

label.error{
    position: absolute;
    left: -267px;
    top: 3px;
    background-color: #e83d1f;
    padding: 5px 10px;
    border-radius: 3px;
    width: 250px;
    text-align: center;
    z-index: 100;
    color: #ffffff;
}


.city_popup{
    padding: 30px 50px;
    text-align: center;
}
.city_popup .button{
    background-color: #2e4b7e;
    width: 250px;
}

.verticalblock{
    display: table-cell;
    width: 100%;
    height: 40px;
    vertical-align: middle;
	line-height: normal;
}

.labelHouse36{
    position: absolute;
    z-index: 10;
    background-color: #f08718;
    color: white;
    padding: 3px 10px;
    text-align: center;
    right: 0;
    margin-top: 10px;
    font-size: 12px;
}
.labelHouse3{
    position: absolute;
    z-index: 10;
    background-color: #54a962;
    color: white;
    padding: 3px 10px;
    text-align: center;
    right: 0;
    margin-top: 10px;
    font-size: 12px;
}
.labelHouse4{
    position: absolute;
    z-index: 10;
    background-color: #46a8e0;
    color: white;
    padding: 3px 10px;
    text-align: center;
    right: 0;
    margin-top: 10px;
    font-size: 12px;
}
.payment_div{
    display: none;
    padding: 20px;
}

.bank_info{
	position:absolute;
	background:#fff;
	display:none;
	z-index: 999;
	border: 1px solid #e1e2e3;
}
.bank_info:before {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 48%;
	border-width: 10px 5px 0;
	border-style: solid;
	border-color: #e1e2e3 transparent;
	display: block;
	width: 0;
}
.bank_info:after {
	content: "";
	position: absolute;
	bottom: -9px;
	left: 48%;
	border-width: 10px 5px 0;
	border-style: solid;
	border-color: #fff transparent;
	display: block;
	width: 0;
}
.bank_info h3{
	font:400 12px Tahoma;
	color:#646d7d;
	padding: 3px 5px 0;
	margin-bottom: 3px;
}
.bank_info div{
	padding:0 5px 3px;
	font-size:12px;
	color:#646d7d;
}

.sliderNoImgLink{
    display: block;
    width: 100%;
    height: 100%;
}

.cur-object-info h3 {
	margin-top: 30px;
}
.cur-object-info h3.first {
	margin-top: 0;
}

.breadcrumd a.last:after {
	background: none;
}

.main-slider{
    background-image: url(/images/logo.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.main-slider .slide{
    display: none;
}
.main-slider:first-child{
    display: block;
}
.mortgage-slider {
	width: calc(100% + 24px)!important;
	margin-left: -12px;
}
.mortgage-slider ~ ul.orbit-bullets {
	bottom: 15px;
	left: 100px;
	right: auto;
}
.mortgage-slider ~ ul.orbit-bullets li {
 	width: 12px;
	height: 12px;
	background-color: rgba(255,255,255,.4);
	border-radius: 50%;
}
.mortgage-slider ~ ul.orbit-bullets li.active {
	background-color: rgba(255,255,255,.7);
}
.mortgage-slider ~ .slider-nav {
	display: none;
}
.js-tooltip {
	position: relative;
}
/**.js-tooltip:hover:after {
	content: attr(data-title);
	position: absolute;
	top: 0;
	background:#fff;
}*/

.bank-popup-full UL{
    padding: 0px 0px 20px 30px;
}



.main-slider_top {
    height: 300px!important;
}
.slide-top {
    padding-top: 65px;
}
.index__slider .orbit-wrapper .slider-nav, .ipoteka-slider ~ .slider-nav {
	max-height: 20px!important;
	left: 20px!important;
	bottom: 15px!important;
}
.index__slider .orbit-wrapper .slider-nav span, .ipoteka-slider ~ .slider-nav span {
	border-color: #FFFFFF;
}
.index__slider .orbit-wrapper .slider-nav span:hover, .ipoteka-slider ~ .slider-nav span:hover {
	border-color: #0072bc;
}
.index__slider .orbit-wrapper .slider-nav span:after, .ipoteka-slider ~ .slider-nav span:after {
	background-position:0px -61px;
}
.index__slider .orbit-wrapper .slider-nav span.left:after, .ipoteka-slider ~ .slider-nav span.left:after {
	background-position:-8px -61px;
}
.main-slider .slide__text {
    font-size: 22pt;
    line-height: 32px;
    color: #fff;
    max-width: 650px;
    text-align: center;
    padding: 10px 15px 10px 15px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
.main-slider .slide__background{
    /*width: 70%;*/
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat!important;
}
.main-slider .slide__description{
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	height: inherit;
	background: #baae98;
}
.main-slider .slide__description .slide__description-caption {
    text-align: center;
    width: 100%;
    padding: 75px 0 5px 0;
    font-size: 80pt;
    color: #FFFFFF;
    text-shadow: 4px 5px 6px rgba(0,0,0, 0.3);
    line-height: 55pt;
}
.main-slider .slide__description .slide__description-title {
    text-align: center;
    width: 100%;
    padding: 15px 0 0px 0;
    font-size: 21pt;
    color: #FFFFFF;
    text-shadow: 4px 5px 6px rgba(0,0,0, 0.2);
    line-height: 21pt;
}
.main-slider .slide__description .slide__description-extra {
    position: absolute;
    right: 7px;
    bottom: 15px;
    color: #FFFFFF;
    font-size: 14pt;
}
.content-inner-top {
    padding: 0!important;
}

.filter-bg {
    background-color: #0072bc;
    margin: 0 -30px 20px;
}

.filter-flats .filter-bg{
	margin: 0 -12px 20px;
}

.filter-flats .map_or_list_view_toggle_block{
	display: none;
}

.filter-flats .filter_submit_btn{
	margin-top: 28px;
}

.top-filter .params-row,
.top-filter .cols-row {
	margin: 0 -15px;
}
.col-main {
    width: 77%;
	padding: 0 15px;
    float: left;
}
.full-search .col-main {
	width: 100%;
	padding-right: 60px;
}
.col-side {
    width: 23%;
	padding: 0 15px;
	float: left;
}
.col-sm {
	width: 19%;
	float: left;
	padding: 0 15px;
}
.col-sm-w {
	width: 24%;
	float: left;
	padding: 0 15px;
}
.col-md {
	width: 25%;
	float: left;
	padding: 0 15px;
}
.col-bg {
	width: 33.333333%;
	float: left;
	padding: 0 15px;
}

.top-filter {
    color: #fff;
}
.b-link-inline {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.b-link-inline_first {
    margin-left: -10px;
}

.b-button {
    text-align: center;
    padding-right: 10px;
    max-width: 210px;
    width: 100%;
	height: 36px;
	outline: none;
}
.button.b-button:after {
    display: none;
}
.button.b-button {
    padding-right: 10px;
	min-height: 36px;
	margin-top: -3px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

.content-inner ul.b-links {
    margin-left: 0!important;
    padding-top: 45px;
}

.b-links__item {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 40px;
}
.b-links__item:first-child {
    margin-left: 20px;
}
.b-link {
    color: #fff;
    text-decoration: none;
    position: relative;
}
.b-link:after {
    content: '';
    position: absolute;
    top: 5px;
    right: -20px;
    width: 6px;
    height: 6px;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.b-link:hover {
    text-decoration: underline;
}
.b-tile {
    margin: -7px;
    list-style: none;
    padding: 0;
}

.content-inner ul.b-tile {
    margin-left: 25!important;
}
.b-tile__item {
    display: inline-block;
    vertical-align: top;
    margin: 7px 3px;
    width: 32%;
    border:1px solid #cccccc;
}
.show-all-half {
    width: 48%;
    display: inline-block;
}
a.all-objects-half {
    width: 48%;
    margin-left: 1%;
    display: inline-block;
}

.b-tooltip {
    background-color: #ffd200;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 16px;
    color: #4f514e;
    text-align: center;
    position: absolute;
	top: -50px;
	left: 25px;
    z-index: 10;
}
.b-tooltip:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffd200 transparent transparent transparent;
}

.b-tooltip_sm {
	background-color: #fff;
    padding: 7px;
    font-size: 10px;
    line-height: 12px;
    color: #4f514e;
    text-align: center;
    position: absolute;
    top: -48px;
    left: 0;
    z-index: 10;
	display: none;
}
.b-tooltip_sm:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #fff transparent transparent transparent;
}
.filter-slider__fields__item {
	position: relative;
}
.filter-slider__fields__item:hover .b-tooltip_sm {
	display: block;
}
/* старый вариант кнопки
.icon_refresh {
    cursor: pointer;
    background: url(/css/../images/icon_refresh.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 43px;
    right: 35px;
    display: block;
    border: none;
    outline: none;
}*/

.icon_refresh {
	cursor: pointer;
    color: #fff;
    display: flex;
    text-align: center;
    max-width: 210px;
    margin-top: 5px;
    align-items: center;
    justify-content: center;
}



.static-modal .static-modal {
    display: block;
    background-color: #edf0f4;
    margin-top: 0;
    box-shadow: none;
    padding: 10px 0;
}
.static-modal fieldset {
    padding: 15px;
}
.static-modal fieldset .chk-row {
    padding: 5px;
}
.static-modal fieldset .toggle-cur-sec {
    background-color: #edf0f4;
}
.static-modal fieldset .chk-row.chk:after {
    display: none;
}
.static-modal + .left-bar .ui-tabs .ui-tabs-panel {
    padding: 15px;
}
.static-modal fieldset div a {
    color: #2e4a7d;
    padding: 5px 12px;
    min-width: 90px;
    text-decoration: none;
    font-size: 16px;
    margin-left: 0;
    display: block;
    line-height: 1.5;
    margin-top: -1px;
}
.static-modal fieldset div a:hover {
    color: #1894c8;
}

.filter-slider__fields {
	position: relative;
	top: -5px;
	margin-bottom: 5px;
	white-space: nowrap;
	text-align: center;
}
.filter-slider__fields__item {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	width: 75px;
	height: 20px;
	position: relative;
}
.full-search .filter-slider__fields__item {
	max-width: 40px;
}
.filter-slider__fields__item:first-child {
	margin-left: 0;
}
.filter-slider__fields__item:before,
.filter-slider__fields__item:after {
	content: '';
	background-color: #accbde;
	width: 1px;
	height: 4px;
	position: absolute;
	bottom: 0;
}
.filter-slider__fields__item:before {
	left: 0;
}
.filter-slider__fields__item:after {
	right: 0;
}
.filter-slider__fields:after {
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -4px;
	width: 9px;
	height: 1px;
	background-color: #3a6283;
}
.filter-slider__fields input[type='text'] {
	border: none;
	border-bottom: 1px solid #accbde;
	height: 20px;
	position: relative;
	padding: 4px 6px;
	text-align: center;
}
.filter-slider__fields input[type='text']:focus {
	background-color: transparent;
	border-color: #fff;
}

.special-check {
	margin: 45px 0 4px 15px;
}

.special-check label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 13px;
	color: #fff;
}
.special-check input[type=checkbox] {
	display: none;
}
.special-check label:before {
	content: "";
	width: 19px;
	height: 19px;
	position: absolute;
	top: -2px;
	left: 0;
	background-color: transparent;
	border: 1px solid #accbde;
}
.special-check input[type=checkbox]:checked + label.special-icon:before {
	background-color: #7bd19f;
	border-width: 4px;
}
form .special-check label.special-icon:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(/css/../images/special-icon.png) no-repeat;
	width: 24px;
	height: 24px;
}

.b-input .special-check {
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0;
}
.b-input .special-check label {
	color: #3a4b7b;
}
.b-form-hid .b-input .special-check {
	margin-left: 0;
}
.b-form-hid .b-input .special-check label:after {
	display: none;
}
.custom-dropdown {
	font-size: 13px;
	line-height: 15px;
	position: relative;
}
.custom-dropdown__toggle {
	border: 1px solid #accbde;
	padding: 10px 25px 10px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
.custom-dropdown_dark .custom-dropdown__toggle {
	border: 1px solid #0076a3;
	color: #0076a3;
}
.custom-dropdown_dark .custom-dropdown__list__item {
	text-align: left;
}
.custom-dropdown__toggle:after {
	content: '';
	position: absolute;
	top: 13px;
	right: 13px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #4f88a3;
	border-left: 1px solid #4f88a3;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.custom-dropdown__list {
	border: 1px solid #51769e;
	background-color: #0072bc;
	border-top: none;
	padding: 10px 5px;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	display: none;
	z-index: 99;
	box-shadow: 1px 11px 25px rgba(0,0,0,0.5);
	-webkit-box-shadow: 1px 11px 25px rgba(0,0,0,0.5);
	-moz-box-shadow: 1px 11px 25px rgba(0,0,0,0.5);
}
.custom-dropdown_dark .custom-dropdown__list, .custom-dropdown_dark.custom-dropdown.dropdown-open  .custom-dropdown__list, .custom-dropdown_dark.custom-dropdown.dropdown-open {
	border: 1px solid #0076a3;
	background-color: #fff;
}
.custom-dropdown_dark.custom-dropdown label {
	color: #0076a3;
}
.custom-dropdown__list__item {
	padding: 5px;
}
.custom-dropdown label {
	display: block;
	cursor: pointer;
	position: relative;
	padding-right: 20px;
	font-size: 13px;
	color: #fff;
}
.custom-dropdown input[type=checkbox], .custom-dropdown input[type=radio] {
	display: none;
}
.custom-dropdown label:before {
	content: "";
	position: absolute;
	top: 0;
	right: 10px;
	width: 4px;
	height: 7px;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.custom-dropdown input[type=checkbox]:checked + label:before, .custom-dropdown input[type=radio]:checked + label:before {
	border-color: #7bd19f;
}

.custom-dropdown input[type=checkbox]:disabled + label, .custom-dropdown input[type=radio]:disabled + label, .modal-window input[type=checkbox]:disabled + label:after {
	opacity: 0.3;
}

.custom-dropdown.dropdown-open .custom-dropdown__list {
	display: block
}
.custom-dropdown.dropdown-open  .custom-dropdown__toggle,
.custom-dropdown.dropdown-open  .custom-dropdown__list {
	border-color: #fff;
}
.custom-dropdown.dropdown-open  .custom-dropdown__toggle:after {
	top: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.custom-dropdown.s-button {
	max-width: 210px;
}
.custom-dropdown.s-button label {
	text-align: center;
	font-size: 16px;
	padding-right: 0;
}
.custom-dropdown_inline {
	display: inline-block;
	width: 150px;
	vertical-align: middle;
}



.table-sort {}
.table-sort__header {}
.table-sort__item {
	margin-top: 20px;
}
.table-sort span {
	color: #787878;
}

.table-sort table {
	width: 100%;
	font-size: 13px;
	line-height: 15px;
	color: #23385f;
	border-collapse: collapse;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.table-sort table tr {
	background-color: #fff;
}
.table-sort table tr td {
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #e9e9e9;
	padding: 10px;
}
.table-sort table tr td:last-child {
	width: 185px;
	border-right: none;
}
.table-sort table tr.blank {
	height: 10px;
	background-color: transparent;
	border: none;
}
.table-sort table tr.blank td {
	padding: 0;
}
.table-sort .special-check {
	margin: 0;
}
.table-sort .special-check label{
	padding-right: 0;
}

.table-sort .actions {
	margin: 0;
	padding-right: 15px;
	position: relative;
}
.table-sort .actions .button {
	min-height: 36px;
	height: 36px;
	text-align: center;
	padding: 0 15px;
	font-size: 12px;
	line-height: 36px;
	color: #23385f;
	background-color: transparent;
	border: 1px solid #50759c;
	letter-spacing: 0;
	text-transform: none;
}
.table-sort .actions .button:after {
	display: none;
}
.table-sort .actions .button:hover {
	background-color: #a9d6f6;
}
.table-sort .actions .favorite {
	position: absolute;
	top: 10px;
	right: 5px;
	display: inline-block;
	vertical-align: middle;
	color: #23385f;
	text-decoration: none;
	background: url(/css/../images/ico-favourite.png) no-repeat;
	width: 18px;
	height: 17px;
	background-size: contain;
}
.table-sort .actions .favorite.act{
	background: url(/css/../images/ico-favourite_yes.png) no-repeat;
	background-size: contain;
}
.table-sort .actions .favorite .b-tooltip_sm {
	left: -100px;
}
.table-sort .actions .favorite:hover .b-tooltip_sm {
	display: block;
	border: 1px solid #eaeaea;
}
.table-sort .actions .favorite:hover .b-tooltip_sm:after {
	border-color: #eaeaea transparent transparent transparent;
}
.table-sort .special-check label {
	text-align: left;
	color: #23385f;
}
.table-sort .special-check label:before {
	top: 2px;
}
.table-sort table a img {
	max-height: 40px;
}

.flat-sort__icon + .flat-sort {
	padding-right: 10px;
}

.flat-sort {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	color: #23385f;
}
.flat-sort__icon {
	position: absolute;
	top: 4px;
	right: 0;
	background-image: url(/css/../images/ico-arrows.png);
	width: 8px;
	height: 8px;
}
.flat-sort_asc .flat-sort__icon {
	background-position: top left;
}
.flat-sort_desc .flat-sort__icon {
	background-position: top right;
}
.flat-sort__title {}



.actions-tabs {
	white-space: nowrap;
	margin: 20px 0;
}
.actions-tabs__item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 25px;
}
.actions-tabs__item:last-child {
	margin-right: 0;
}
.actions-tabs__item a {
	display: block;
	padding: 20px 15px;
	background-color: transparent;
	border: 2px solid transparent;
	font-size: 18px;
	line-height: 20px;
	color: #2b5184;
}
.actions-tabs__item a.active {
	background-color: #fff;
	border-color: #94b2c8;
	text-decoration: none;
}
.actions-tabs__item a:hover {
	text-decoration: none;
	color: #2b5184;
}

.actions-list {
	margin-bottom: 40px;
}
.news-list .row,
.actions-list .row {
	margin: 0 -10px;
}
.news-list .col-6,
.actions-list .col-6 {
	width: 33.33333%;
	padding: 0 10px;
	float: left;
}
.news-list .col-6 {
	width: 50%;
}

.b-action {
	display: block;
	margin-bottom: 15px;
	border: 1px solid #ebebeb;
	padding: 1px 1px 7px;
	height: 215px;
	overflow: hidden;
	text-align: center;
}
.b-action__image {
	height: 160px;
	display: block;
	text-align: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 10px;
}
.b-action__link {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 13px;
	display: inline-block;
	text-decoration: none;
}
.b-action__link:hover {
	text-decoration: underline;
}
.b-action__text {
	background-color: #fff;
	padding: 20px 20px 25px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
	color: #575c63;
}
.b-action__text__title {
	font-size: 24px;
	line-height: 26px;
}
.b-action__text__info {
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
}
.actions-title-list {
	text-align: center;
	margin: 15px 0;
}
.actions-title-list select {
	display: inline-block;
	width: 150px;
}

.map {
	position: relative;
}
.map__list {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 300px;
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 999;
	background: #fff;
}
.map__list li {
	border-bottom: 1px solid #e2e9ee;
}
.map__list li a {
	background-color: #fff;
	padding: 25px 30px 25px 70px;
	font-size: 16px;
	line-height: 20px;
	color: #555;
	display: block;
	position: relative;
	text-decoration: none;
}
.map__list li a:hover,
.map__list li a.active {
	background-color: #f0f4f6;
}
.map__list li a:before {
	content: '';
	position: absolute;
	top: 25px;
	left: 30px;
	background-image: url(/css/../images/ico-geo.png);
	width: 16px;
	height: 20px;
	background-position: top left;
}
.map__list li a.active:before {
	background-position: top right;
}
.map__badge {
	position: relative;
	padding-left: 145px;
}
.map__badge__image {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.map__badge__image img {
	max-width: 136px;
}
.map__badge__text {
	max-width: 250px;
	background-color: #fff;
	padding: 15px 40px 15px 15px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
}
.map__badge__text span, .offices .columns span.s {
	margin-top: 15px;
	display: block;
	text-transform: uppercase;
	color: #b3b3b3;
}
.map__badge__text:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 136px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 5px 0 10px;
	border-color: #fff transparent transparent transparent;
}

.news-years {
	list-style: none;
	padding: 0;
	margin: 0 0 25px 0;
}
.news-years__item {
	display: inline-block;
	vertical-align: top;
	margin-right: 11px;
}
.news-years__item:last-child {
	margin-right: 0;
}
.news-years__item a {
	font-size: 12px;
	line-height: 20px;
	color: #646d7d;
	text-decoration: none;
}
.news-years__item a.active {
	font-weight: bold;
}

.news-list {
	list-style: none;
	padding: 0;
	margin: 0 0 65px 0;
}
.news-list__item {
	margin-bottom: 10px;
}
.news-pagination {
	text-align: center;
	margin-bottom: 40px;
}

.news-preview {
	display: block;
	text-decoration: none;
}
.news-preview__line {
	height: 2px;
}
.news-preview__line.orange {
	background-image: linear-gradient(to right, #f6a700, #ffdb00);
}
.news-preview__line.violet {
	background-image: linear-gradient(to right, #7f4695, #be3f8f);
}
.news-preview__line.green {
	background-image: linear-gradient(to right, #44a166, #7bbb50);
}
.news-preview__body {
	background-color: #fff;
	padding: 10px 12px;
	text-align: right;
}
.news-preview__body__more {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 18px;
	color: #1d73a6;
	margin-top: 10px;
	text-decoration: underline;
}
.news-preview__body__more:hover {
	text-decoration: none;
}
.news-preview__body__title {
	font-size: 28px;
	line-height: 32px;
	text-transform: uppercase;
	color: #3e9f61;
	margin: 20px 0;
}
.news-preview__body__date {
	font-size: 14px;
	line-height: 16px;
	color: #0076a3;
	text-align: left;
}
.news-preview__body__text {
	font-size: 13px;
	line-height: 16px;
	color: #646d7d;
	margin-top: 10px;
	text-align: left;
	height: 47px;
	overflow: hidden;
}
.news-preview__body__text img {
	//float: left;
	margin-right: 40px;
	margin-bottom: 10px;
}
.news-preview__body__text strong + p,
.news-preview__body__text p + strong,
.news-preview__body__text p + p {
	margin-top: 20px;
}
.news-preview__body__text strong {
	display: block;
}
.news-preview.big .news-preview__body {
	padding: 10px 45px 25px 35px;
}
.news-preview__nav {
	position: relative;
	margin-top: 25px;
}
.news-preview__nav__prev {
	position: absolute;
	top: 0;
	left: 0;
}
.news-preview__nav__next {
	position: absolute;
	top: 0;
	right: 0;
}
.news-preview__nav__prev a,
.news-preview__nav__next a {
	display: block;
}
.news-preview.big .news-preview__body__text {
	height: auto;
}

.news-print {
	display: block;
	position: absolute;
	top: 13px;
	right: 0;
	padding-left: 28px;
}
.news-print:before {
	content: "";
	position: absolute;
	background-color: transparent;
	background-image: url('/css/../images/print.png');
	background-repeat: no-repeat;
	left: 0;
	top: 3px;
	width: 16px;
	height: 15px;
}

.news-back {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 25px;
	margin-top: 10px;
}

.b-pagination {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 0;
}
.b-pagination__item {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.b-pagination__item a {
	font-size: 14px;
	line-height: 22px;
	color: #8697b3;
	text-decoration: none;
}
.b-pagination__item a.active {
	color: #32405a;
}
.b-pagination__item.prev {
	margin-right: 20px;
}
.b-pagination__item.prev a {
	color: #4e555e;
}
.b-pagination__item.next {
	margin-right: 0;
	margin-left: 10px;
}
.b-pagination__item.next a {
	color: #4e555e;
}

.toggle-wrapper {
	position: absolute;
	bottom: 10px;
	right: 0;
	width: 25%;
	height: 20px;
	padding: 0 10px;
}
.advantage-popup {
	padding: 20px;
	background-color: #fff;
}

.b-vacancy {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.b-vacancy-wrapper {
	margin-bottom: 50px;
}
.b-vacancy__item.visible {
	display: block;
}
.b-vacancy__item {
	display: none;
	padding-left: 100px;
}
.b-vacancy__title {
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	width: 100%;
	margin-bottom: 20px;
	padding: 3px 30px 3px 10px;
}
.b-vacancy__title.current {
	background-color: rgba(0, 114, 188, 0.8);
}
.b-vacancy__title:after {
	content: '';
	position: absolute;
	top: 13px;
	right: 10px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	background-color: transparent;
}
.b-vacancy__title.open:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 17px;
}
/*.b-vacancy__text {
	padding: 20px;
	display: none;
}*/
.b-vacancy__replay {
	margin-top: 15px;
}
.b-vacancy__replay a {
	display: inline-block;
	vertical-align: top;
	background-color: #61af23;
	padding: 10px 25px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}
.b-vacancy__replay a:hover {
	opacity: .9;
	color: #fff;
}

.vacancy-form {
	width: 380px;
	background-color: #fff;
	padding: 40px;
}
.vacancy-form__row {
	margin-top: 20px;
}
.vacancy-form__row:first-child {
	margin-top: 0;
}
.vacancy-form .b-form__row {
	text-align: left;
}
.vacancy-form select {
	border-radius: 0;
	color: #000;
}
.vacancy-form select:focus {
	background-color: transparent;
	color: #000;
}

.facing-list {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.facing-list li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.facing-list li:last-child {
	margin-right: 0;
}

.facing-list img {
	width: 200px;
	height: 200px;
}
.bx-wrapper {
	position: relative;
}

.b-tabs {
	margin: 20px 0;
}
.b-tabs.ui-tabs .ui-tabs-nav {
	margin-bottom: 20px;
}
.b-tabs .files a {
	display: inline-block;
	vertical-align: top;
	margin: 5px 0;
}
.b-tabs.ui-tabs .ui-tabs-nav li a {
	color: #fff;
}
.b-tabs.ui-tabs .ui-tabs-nav {
	background: -webkit-linear-gradient(left, #2e4a7d 0%, #2e70a5 100%);
	background: linear-gradient(left, #2e4a7d 0%, #2e70a5 100%);
}
.b-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background: #9f3f90;
}
.b-tabs.ui-tabs .ui-tabs-nav li.ui-tabs-active:after {
	border-top-color: #9f3f90;
}

.video-center {
	text-align: center;
}

.b-tabs table.summary {
	border-collapse: collapse;
	width: 90%;
	margin: 0 auto;
	table-layout: fixed;
}
.b-tabs table.summary tr td, .b-tabs table.summary tr th {
	border: 1px solid #eaebed;
	height: 40px;
}
.b-tabs table.summary tr td:first-child {
	background-color: #fff;
}
.b-tabs table.summary tr th {
	text-align: left;
	color: #646d7d;
	font-size: 13px;
	padding: 7px 7px 7px 30px;
	font-weight: normal;
}
.b-tabs table.summary tr:nth-child(even) th{
	background-color: #f2f2f2;
}

.progress__container {
	overflow: hidden;
}
.progress-text {
	position: absolute;
	height: 40px;
	width: 94%;
	left: -2px;
	z-index: 2;
}
.zero-progress {
	text-align: center;
}

.b-tabs .b-progress {
    width: 520px;
    padding: 5px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
}

.b-tabs .b-progress.b-progress_start {
    background-color: #74d4fc;
	color: #646d7d;
}
.b-tabs .b-progress.b-progress_medium {
    background-color: #52c2f1;
	color: #646d7d;
}
.b-tabs .b-progress.b-progress_end {
    background-color: #4ab3df;
}

.b-tabs .progress-wrap {
  overflow: hidden;
  position: relative;
  height: 40px;

}
.b-tabs .progress-bar {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.b-facing {
	padding: 45px 0;
	color: #646d7d;
	font-size: 13px;
}
.b-facing__main-block {
	background-color: #42b8ea;
	padding: 40px 90px;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 35px;
}
.b-facing__main-block p, .b-facing__main-block a {
	color: #fff;
	font-size: 13px;
	line-height: 16px;
}
.b-facing__main-block .thin-title {
	color: #fff;
	margin-bottom: 35px;
}
.b-facing__title {
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	color: #2b3f76;
}
.b-facing__text {
	font-size: 13px;
	line-height: 16px;
	color: #646d7d;
	margin: 10px 0;
	text-align: center;
	padding: 0 20px;
}
.b-facing__text--initial {
	text-align: left;
}
.b-facing__wrapper {
	font-size: 0;
	margin: 10px 0;
	padding: 20px 0;
}
.b-facing__image,
.b-facing__info {
	display: inline-block;
	vertical-align: top;
}
.b-facing__info .thin-title {
	margin-bottom: 35px;
}
.b-facing__image {
	width: 27%;
	padding: 2px;
	border: 1px solid #f2f2f2;
	text-align: center;
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.b-facing__image span {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: block;
	width: 100%;
	height: 100%;
}
.b-facing__info {
	width: 80%;
	padding: 20px 25px;
	font-size: 14px;
	line-height: 17px;
	color: #3e3e3e;
}
.b-facing__info.gray-area {
	display: inline-block;
	vertical-align: top;
	width: 71%;
	margin: 0 0 0 2%;
	height: 230px;
}
.b-facing__sub-title {
	color: #2b3f76;
}
.b-facing__description {}
.b-facing__block {
	font-size: 14px;
	line-height: 17px;
	padding: 20px;
	background-color: #cfd5d9;
	display: inline-block;
	vertical-align: top;
	margin: 5px;
	width: 45%;
	color: #707070;
	min-height: 190px;
}
.b-facing__block.blue {
	background-color: #bbd7eb;
}
.b-facing__block:nth-child(2) {
	width: 70%;
}
/*.b-facing__block:first-child {
	background-color: #1b76ab;
	color: #fff;
	width: 70%;
}*/
.b-facing__tile .gray-area {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1% 8px 0;
	height: 220px;
	padding: 30px 25px;
}
.b-facing__tile .gray-area:nth-child(even){
	margin-right: 0;
}
.b-facing__name {
	text-transform: uppercase;
	font-weight: bold;
}
.b-facing__list {
	margin-top: 10px;
	color: #646d7d;
	font-size: 13px;
	text-align: left;
}
.b-facing__list ul {
	margin-left: 20px;
}
.b-facing__styles {
	position: relative;
	margin-top: 35px;
	margin-bottom: 40px;
}
.b-facing__style {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	margin-right: 4%;
}
.b-facing__style .thin-title {
	height: 50px;
	margin-bottom: 0;
	line-height: 20px;
}
.b-facing h2.thin-title {
	 font-family 'Raleway-Regular';
	 font-size: 15px;
 }
.b-facing h3.thin-title {
	font-family 'Raleway-Regular';
	font-size: 15px;
}
.b-facing__style:last-child{
	margin-right: 0;
}
.b-facing__style .b-facing__image {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	transition: all .3s ease;
}
.b-facing__style .b-facing__image.current {
	height: 253px;
	top: -11px;
	width: 110%;
	left: -5%;
}
.b-facing__style-text-wrapper {
	margin-top: 20px;
	min-height: 105px;
}
.b-facing__style-text-wrapper .hidden {
	display: none;
}
.b-facing__style-text {
	width: 100%;
	height: 80px;
	background-color: #fff;
	overflow: hidden;
	transition: all .3s ease-out;
	left: auto;
}
.b-facing__style-text.longer {
	position: absolute;
	left: 0;
	height: auto;
	overflow: auto;
	transition: all .3s ease-out;
}
.b-facing__style-detail {
	min-height: 105px;
}
.b-facing__style-less {
	text-align: center;
	margin-top: 15px;
	display: block;
}
.b-facing__style-more {
	display: block;
	text-align: center;
}
.b-facing__gallery {
	margin-top: 20px;
}
.b-facing__gallery ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.b-facing__gallery li {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 10px;
}
.b-facing__gallery li:last-child {
	margin-right: 0;
}
.b-facing__hidden-gallery {
	display: none;
}
.b-facing-page {
	margin-left: -12px;
	margin-right: -12px;
}
.b-facing-page .anchor-menu {
	margin-bottom: 40px;
}

.title-tip {
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.title-tip__note {
	opacity: 0;
	max-width: 120px;
	background-color: #ffd200;
	padding: 10px;
	font-size: 14px;
	line-height: 16px;
	color: #4f514e;
	text-align: center;
	position: absolute;
	top: -70px;
	left: 0;
	-webkit-transition: all ease-out .2s;
	transition: all ease-out .2s;
}
.title-tip__note:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #ffd200 transparent transparent transparent;
}
.title-tip:hover .title-tip__note {
	opacity: 1;
}

.photo-gallery .bx-wrapper .bx-prev {
	right: -20px;
}
.photo-gallery .bx-wrapper .bx-next {
	right: -45px;
}
.b-img-sm img {
	max-width: 55px;
	max-height: 30px;
}
.mortgage .b-img-sm img {
	max-width: 100%;
}

.b-btn-back {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	position: relative;
	padding-left: 12px;
	text-decoration: none;
}
.b-btn-back:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 7px;
	height: 7px;
	border-top: 2px solid #1894c8;
	border-left: 2px solid #1894c8;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.thin-title {
	text-align: center;
	font-size: 20px;
	font-family: Tahoma;
	letter-spacing: normal;
	text-transform: uppercase;
	color: #0076a3;
	font-weight: normal;
	margin-bottom: 20px;
}
.thin-title_font {
	font-family: 'Raleway-Regular', Tahoma, sans-serif;
}
a.thin-title {
	text-decoration: none;
	display: block;
}
.thin-title_indent {
	margin: 25px 0;
}
.thin-title_select {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
/********/
/*.custom-select + .chosen-container {
	width: 150px!important;
}
.custom-select + .chosen-container-single .chosen-single {
	border: 1px solid #0076a3;
	height: 40px;
	color: #0076a3;
	box-shadow: none;
	border-radius: 0;
	font-size: 14px;
}
.custom-select + .chosen-container-single .chosen-single div {
	background-color: #fff;
}*/
/******/
.documents-list {
	list-style-type: none;
	margin: 20px 0 70px;
	padding: 0;
	text-align: left;
}
.documents-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 30px;
	padding-top: 3px;
	text-align: left;
	//height:30px;
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.documents-list li:before {
	content: url(/css/../images/doc-icon.png);
	position: absolute;
	background-repeat: no-repeat;
	width: 17px;
	height: 22px;
	left: 0;
	top: 0;
}
.documents-list li a {
	font-size: 12px;
	cursor: pointer;
}
.tech-block {
	margin-top: 10px;
}
.tech-block, .tech-block p {
	font-size: 12px;
	line-height: normal;
	text-align: justify;
}
.tech-block ul {
	list-style-type: none;
}
.tech-block ul li {
	position: relative;
	padding-left: 15px;
}
.tech-block ul li:before {
	position: absolute;
	content: '-';
	left: 0;
	font-size: inherit;
}

.inner-container {
	margin: 0 45px 0 35px;
	position: relative;
}

.inner_link{
	position: absolute;
	top: -80px;
	left: 0;
	right: auto;
	bottom: auto;
	height: 0;
	width: 100%;
	opacity: 0;
}
.timeline h3 {
	font-size: 12px;
	color: #0076a3;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 15px;
}
.timeline .ready-title {
	font-size: 17px;
	color: #0076a3;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	letter-spacing: normal;
	margin-bottom: 20px;
}
.timeline .ready-title strong {
	font-size: 26px;
	font-weight: 700;
}

span.project-name{
	font-size: 10pt;
	font-weight: normal;
}
.favorites .apartments-view-sort {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
	color: #0076a3;
}
.favorites a.thin-title {
	text-align: left;
	margin-bottom: 15px;
}
.favorites {
	padding: 0 8px;
	margin-top: 26px;
}
.fav-count {
	width: 24px;
	height: 24px;
	background-color: #0072bc;
	color: #fff;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
	vertical-align: text-bottom;
	border-radius: 50%;
	font-size: 12px;
	font-family: 'Arial', sans-serif;
	padding-top: 4px;
}

.fullwidth-block {
	margin-left: -12px;
	margin-right: -12px;
}

.catalogue-wrapper.carousel.block .two {
	border-color: #939394;
	margin-bottom: 30px;
}
.catalogue-wrapper.completed .object {
	height: 270px;
}
.catalogue-wrapper.completed .object .title {
	font-size: 15px;
	padding-bottom: 5px;
}
.catalogue-wrapper.completed .object-info {
	position: static;
}
.catalogue-wrapper.completed .object .img {
	margin-bottom: 0;
}
.catalogue-wrapper.completed .object .object-info {
	font-size: 11px;
	color: #6D6E71;
	padding: 0 10px;
	position:absolute;
	bottom:5px;
	left:5px;
}
.catalogue-wrapper.completed .object .object-info p {
	line-height: 14px;
}
.catalogue-wrapper.completed .object .object-address {
	font-size: 10px;
}


.notebook {
	white-space: nowrap;
	overflow: hidden;
	padding-top: 30px;
	margin-bottom: 130px;
	margin-left: 33px;
	max-width: 94%;
	text-align: center;
	font-size: 0;
}

.notebook > input {
	display: none;
}

.notebook > input + label {
	display: inline-block;
	vertical-align: baseline;
	padding: 4px;
	cursor: pointer;
	position: relative;
	line-height:normal;
	letter-spacing:normal;

}

.notebook > input:checked + label {
	color: #656E7D;
}
.notebook > div {
	white-space: normal;
	display: none;
	border-top: none;
	padding: 50px 35px 35px;
	background-color: #F1F2F2;
	text-align: left;
}

.notebook > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.notebook > input:nth-of-type(2):checked ~ div:nth-of-type(2),
.notebook > input:nth-of-type(3):checked ~ div:nth-of-type(3),
.notebook > input:nth-of-type(4):checked ~ div:nth-of-type(4),
.notebook > input:nth-of-type(5):checked ~ div:nth-of-type(5),
.notebook > input:nth-of-type(6):checked ~ div:nth-of-type(6),
.notebook > input:nth-of-type(7):checked ~ div:nth-of-type(7),
.notebook > input:nth-of-type(8):checked ~ div:nth-of-type(8),
.notebook > input:nth-of-type(9):checked ~ div:nth-of-type(9),

.notebook > input:nth-of-type(10):checked ~ div:nth-of-type(10),
.notebook > input:nth-of-type(11):checked ~ div:nth-of-type(11),
.notebook > input:nth-of-type(12):checked ~ div:nth-of-type(12),
.notebook > input:nth-of-type(13):checked ~ div:nth-of-type(13)
{
	display: block;
}

.notebook label {
	color: #0077A4;
	text-decoration: underline;
	font-size: 18px;
	font-family: Tahoma, sans-serif;
	font-stretch: condensed;
	margin-bottom: 35px;
	-webkit-transform:scaleX(.7); /* Safari and Chrome */
	-moz-transform:scaleX(.7); /* Firefox */
	-ms-transform:scaleX(.7); /* IE 9 */
	-o-transform:scaleX(.7); /* Opera */
	transform:scaleX(.7); /* W3C */
}
.notebook label:hover {
	color: #0077A4;
	text-decoration: none;
}
.notebook label:focus {
	color: #0077A4;
}

.history-img {
	background: url(/css/../images/history.jpg) center no-repeat;
	background-size: cover;
	width: 88%;
	height: 555px;
	margin-left: 28px;
	margin-top: 40px;
	position: relative;
}
.history-slider-wrap {
	background: #47ACDE;
	color: #fff;
	padding: 55px 30px 60px 50px;
	min-height: 345px;
	width: 345px;
	height: 345px;
	overflow: hidden;
	position: absolute;
	right: -7%;
	top: 60px;
}
.history-slider-text {
	font-size: 13px;
	line-height: 14px;
	height: 225px;
	overflow: hidden;
}
.history-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
}
.history-slider-wrap .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #B0B0AF;
}
.history-list {
	list-style-type: square;
	padding-left: 15px;
}
.history-list li {
	color: #1E62A0;
	font-size: 20px;
	line-height: 14px;
	margin-bottom: 15px;
}
.history-list li p {
	color: #9A9A9A;
	padding-left: 10px;
	font-size: 13px;
	line-height: 14px;
}




@media (max-width: 1380px) {

    .icon_refresh {right: 15px;}
    .b-link-inline, .b-link-inline_first {margin-left: 0;}
    .top-filter .title {font-size: 0.77em;}
	.top-filter {padding: 4px 45px 2px 30px;}
	.toggle-wrapper {padding: 0;}
    .b-link-inline, .b-link-inline_first {
        margin-left: 0;
    }
    .top-filter .title {
        font-size: 0.77em;
    }
	.banks-list .item .txt {
		font-size: 12px;
		line-height: 18px;
		top: 65px;
		max-width: 180px;
	}
	.full-search .col-main {
		padding-right: 40px;
	}
	.b-tabs .b-progress {
		width: 460px;
	}
	.apartments-layout .list .item .title .cur-price{
		font-size: 13px;
	}
	.b-facing__info.gray-area {height: 275px;}
	.b-facing__pic .b-facing__image {height: 275px}
}

@media (max-width: 1250px) {
	.full-search .col-main {
		padding-right: 0;
	}
	.apartments-layout .row .columns.two {width: 25%;margin-bottom: 20px;}
	.col-md {
		padding: 5px 15px;
		height: 70px;
	}
	.top-filter .view-type {
		height: 26px;
		padding-left: 5px;
		min-width: 30px;
	}
	.top-filter .view-type span {
		display: none;
	}
    .top-filter .title {
		white-space: nowrap;
        font-size: 0.66em;
    }
	.icon_refresh {
		right: 5px;
	}
	.special-check label {
		font-size: 11px;
		white-space: nowrap;
	}
	.button.b-button {
		white-space: nowrap;
		font-size: 10px;
		line-height: 20px;
		padding: 5px;
	}
	.apartments-layout .list .item .title .cur-price {
		font-size: 0.925em;
	}
	.apartments-layout .apartments-special .list .item .title .type, .apartments-layout .list .item.sale .title .type {
		font-size: 0.925em;
	}
	.apartments-layout .apartments-special .list .item .title .sq, .apartments-layout .list .item.sale .title .sq {
		font-size: 0.614em;
	}

	.apartments-layout .list .item .title {
		padding: 5px;
	}
	.params-row .chk-row.label-only.view-type label {
		padding-left: 23px;
	}
	.toggle-wrapper {
		bottom: 4px;
	}
	.col-sm {
		padding: 0 2px;
		width: 18%;
	}
	.col-sm.deadline_select {
		width: 12%;
	}
	.col-sm-w {
		width: 34%;
		padding: 0 15px 0 7px;
	}
	.filter-slider__fields__item {
		width: 55px;
	}
	.top-filter .toggle-search {
		right: 8%;
	}
	.banks-list .item .txt {
		max-width: 170px;
	}
	.banks-list .item .title {
		font-size: 1em;
	}

	.b-tabs .b-progress {
		width: 430px;
	}
	.mortgage table {width:100%;}
	.columns.twenty-five-percent {width: 33.333%}

}

@media (max-width: 1100px) {

	.apartments-layout .list .item .title {
		height: 100px;
	}
	.apartments-layout .apartments-special .list .item .title .cols, .apartments-layout .list .item.sale .title .cols {
		float: none!important;
	}
	.apartments-layout .apartments-special .list .item .title .cols:first-child, .apartments-layout .list .item.sale .title .cols:first-child, .apartments-layout .list .item.sale .title .cols:first-child, .apartments-layout .list .item.sale .title .cols.first {
		float: none!important;
	}
	.apartments-layout .list .item .title .cur-price {
		font-size: 1.125em;
	}
	.filter-slider__fields__item {
		width: 45px;
	}
	.filter-slider__fields input[type='text'] {
		padding: 3px;
	}
	.banks-list .item .txt {
		max-width: 160px;
	}
	.banks-list .item .link {
		font-size: 0.712em;
	}

    .fancybox-prev {
        left: 0;
    }
    .fancybox-prev span {
		left: 12px;
	}
    .fancybox-next {
        right: 0;
    }
    .fancybox-next span {
        right: 12px;
	}

	.fancybox-nav span {
		/*display: none;*/
	}
	.mortgage th span {font-size: 10px;line-height: 14px;}
	.b-tabs .b-progress {
		width: 340px;
	}
	.anchor-menu .anchor-menu__wrap a{padding: 8px;font-size: 9px;}
        .left-bar .objects-sections .item .sub {left:70%;z-index:9999999;}
}

div.map-objects-list .plans{
	border-bottom:1px solid #fff;
	white-space: nowrap;
	font-size: 0px;
	//background: #eab11e;
}

div.map-objects-list .plans div.aero {
	width:139px;
	display:inline-block;
	padding:10px 10px 10px 28px;
	font-size:10px;
	text-transform: uppercase;
	background: url('/images/icon-photo.png') no-repeat #eab11e;
	background-position: 10px 12px;
}
div.map-objects-list .plans > div.genplan {
	width:91px;

	display:inline-block;
	padding:10px 10px 10px 28px;
	font-size:10px;
	text-transform: uppercase;
	border-right: 1px solid #fff;
	background: url('/images/icon-plan.png') no-repeat #39b54a;
	background-position: 8px 12px;
}

div.map-objects-list .plans div a{
	color:#fff;
}
.filter-slider__fields__item {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
	width: 85px;
	height: 20px;
	position: relative;
}

.cur-object-info .advantages {
	text-align:center;
}
.cur-object-info .advantages ul li{
	width:40%;
	text-align:left;
}
.js-accordeon-content {
	display: none;
}
.js-accordeon-content.active {
	display: block;
}
.js-accordeon-title {
	cursor: pointer;
}
.gray-accordeon-content {
	margin-bottom: 25px;
	background-color: #EDEDED;
	padding: 30px 55px 30px 35px;
}
.gray-accordeon-content, .gray-accordeon-content p, .gray-accordeon-content li {
	color: #585857;
	font-size: 13px;
	line-height: 14px;
}
.gray-accordeon-title {
	cursor: pointer;
	color: #70706F;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
.gray-accordeon-u {
	font-weight: 400;
	text-transform: none;
	text-decoration: underline;
}
.flat-handover-steps {
	margin: 30px 0 100px;
}
.inner-accordeon-title {
	color: #585857;
	font-size: 13px;
	text-decoration: underline;
	margin-bottom: 10px;
	margin-top: 10px;
	cursor: pointer;
}
.inner-accordeon-content {
	margin-bottom: 10px;
	padding: 0 5%;
}
.inner-accordeon-content, .inner-accordeon-content p, .inner-accordeon-content li {
	color: #888887;
	font-size: 13px;
}
.inner-container .custom-breadcrumbs, .inner-container .subsections {
	margin-left: -20px;
}
.custom-breadcrumbs {
	list-style-type: none;
	margin: 15px 0;
	padding: 0;
}
.custom-breadcrumbs li {
	display: inline-block;
	position: relative;
	vertical-align: baseline;
	margin-right: 3px;
	margin-left: 3px;
}
.custom-breadcrumbs a {
	text-decoration: underline;
	color: #616E7F;
	font-size: 12px;
}
.custom-breadcrumbs a:after {
	content: '/';
	position: absolute;
	right: -5px;
	top: 2px;
	font-size: inherit;
	line-height: inherit;
}
.custom-breadcrumbs span {
	color: #0078A8;
	font-size: 12px;
	text-decoration: underline;
}
.subsections-item, a.subsections-item {
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 15px;
	color: #0062A5;
}
.subsections-item.active {
	font-weight: 700;
}
.simple-accordion-title {
	color: #70706F;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: underline;
	margin-bottom: 15px;
	cursor: pointer;
}
.simple-accordion-content {
	padding: 5px 25px;
}
.simple-accordion-content, .simple-accordion-content p, .simple-accordion-content li {
	font-size: 13px;
	color: #585857;
}
.download-pdf {
	position: relative;
	padding-left: 30px;
	margin-bottom: 20px;
}
.download-pdf:before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	background: url(/css/../images/pdf-icon.png) center no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
}
.download-pdf a {
	text-decoration: underline;
	color: #000;
	font-size: 13px;
}
.download-pdf-info {
	font-size: 11px;
	color: #70706F;
}
.contacts-wrap .object-contacts.additional-contacts {
	min-height: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}
.additional-contacts .gray-area {
	min-height: auto;
	padding-right: 0;
}
.add-cont-pin {
	background-color: #fff;
	padding: 15px 30px 15px 70px;
	font-size: 16px;
	line-height: 20px;
	color: #555;
	display: block;
	position: relative;
	text-decoration: none;
}
.add-cont-pin:before {
	content: '';
	position: absolute;
	top: 15px;
	left: 40px;
	background-image: url(/css/../images/ico-geo.png);
	width: 16px;
	height: 20px;
	background-position: top left;
}

.add-cont-addr {
	margin-left: 55px;
	padding: 10px 0;
	margin-right: 30px;
	font-size: 12px;
}
.add-cont-addr-border {
	border-bottom: 1px solid #C7C7C7;
	font-size: 14px;
}
.add-cont-map {
	margin-top: 15px;
}

.gray-area-nomarg {
	margin-right: 0;
	margin-left: 0;
}
.gray-area-new {
	color: #888887;
	font-size: 13px;
	line-height: 14px;
	padding: 25px 4%;
}
.gray-area-new p {
	margin: 10px 0;
}
.all-partners {
	margin-bottom: 10px;
}

.partner-block {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-bottom: 40px;
}
.partner-block:nth-child(odd) {
	padding-right: 35px;
}
.partner-block:nth-child(even) {
	padding-left: 35px;
}
.partner-img, .partner-info {
	display: inline-block;
	vertical-align: middle;
}
.partner-img {
	width: 34%;
}
.partner-img img {
	max-width: 100%;
	max-height: 135px;
}
.partner-info {
	width: 64%;
}
.partner-link {
	display: block;
	text-decoration: none;
	margin-bottom: 15px;
	font-size: 14px;
	color: #0062A5;
}

.partner-info-bottom a {
	font-size: 13px;
	color: #70706F;
	text-decoration: underline;
}
.partner-info-sale {
	display: block;
	position: relative;
	padding-left: 40px;
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 10px;
}
.partner-info-sale:before {
	content: '';
	position: absolute;
	left: 0;
	top: -3px;
	background: url(/css/../images/percent.svg) center no-repeat;
	background-size: 30px 30px;
	width: 30px;
	height: 30px;
}
.partner-info-desc {
	color: #70706F;
	font-size: 10px;
	line-height: 14px;
	display: block;
	min-height: 60px;
	max-width: 250px;
}

.footnote {
	color: #888887;
	font-size: 10px;
	line-height: 14px;
	padding-left: 25px;
	margin-bottom: 30px;
}
.partner-block.partner-block-detail {
	display: block;
	width: 100%;
}
.partner-block-detail .partner-img {
	width: 23%;
	padding-right: 20px;
}
.partner-block-detail .partner-img img {
	max-width: 100%;
	max-height: none;
}
.partner-block-detail .partner-info {
	width: 76%;
}
.partner-block-detail .partner-info-desc  {
	max-width: none;
	min-height: auto;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	margin-bottom: 35px;
	color: #3D3D3C;
}
.partner-info-detail {
	color: #70706F;
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 30px;
}
.partner-info-detail h2, .partner-info-detail h3{
line-height: 1.5;
}
.link-back-partners {
	font-size: 13px;
	line-height: 14px;
	text-decoration: underline;
	color: #70706F;
	margin-left: 18%;
}
.partner-info-contacts, .partner-info-contacts a {
	color: #1D1D1B;
	font-size: 14px;
}
.partner-block-detail .partner-img, .partner-block-detail .partner-info {
	vertical-align: top;
}
.ads {
	margin-bottom: 50px;
	margin-top: 35px;
}
.ad {
	margin-bottom: 30px;
}
.ad-image {
	width: 15%;
	margin-right: 2%;
	/*//display: inline-block;*/
	vertical-align: top;
	/*//min-height: 100px;*/
	height: 100px;
	/*background-color: #EDEDED;*/
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
	border: 1px solid #EDEDED;
}
.ad-image img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
}
.ad-info {
	width: 82%;
	display: inline-block;
	vertical-align: top;
}
.ad-link-title {
	color: #70706F;
	font-size: 14px;
	line-height: 14px;
	text-decoration: underline;
}
.ad-preview {
	color: #9D9D9C;
	font-size: 13px;
	line-height: 14px;
	margin: 10px 0;
}
.ad-date {
	font-size: 10px;
	color: #9D9D9C;
}
.ads-years {
	margin-bottom: 35px;
text-align:center;
}
.ads-year {
	display: inline-block;
	vertical-align: baseline;
	color: #0078A8;
	font-size: 14px;
	text-decoration: underline;
	margin-right: 10px;
	/*transform: scaleX(.7);*/
}
.ads-year.active {
	color: #616E7F;
}


.schedules {
	margin-bottom: 50px;
}
.schedule {
	border: 1px solid #e6e6e6;
	padding: 10px 15px 10px 10px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.schedule-img {
	height: 245px;
	width: 285px;
	display: inline-block;
	vertical-align: top;
	margin-right: .5%;
}
.schedule-img img {
	width: 100%;
	max-height: 100%;
	height: auto;
}
.schedule-info {
	padding-left: 4%;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 300px);
}
.schedule-info p, .schedule-info {
	color: #888887;
	font-size: 13px;
	line-height: 18px;
}
.gray-area-simple {
	color: #70706F;
	font-size: 13px;
	line-height: 18px;
	padding: 10px 4%;
	background-color: #EDEDED;
	margin: 10px 0;
}
.schedule-info .gray-area-simple {
	margin-left: -4%;
}
.schedule-table {
	font-size: 9px;
	line-height: 12px;
	margin-top: 10px;
}
.schedule-table td:first-child {
	padding-right: 20px;
}
.schedule-link-title {
	text-decoration: none;
	color: #0072A4;
	margin-bottom: 15px;
	font-size: 18px;
	display: block;
	text-transform: uppercase;
}
.schedule-link-title .small-text {
	text-transform: none;
	font-size: 14px;
}
.schedule-comment, .schedule-comment a {
	color: #888887;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
}

.progress {
	margin-right: -30px;
	margin-left: -10px;
	margin-bottom: 50px;
}
.progress-item {
	width: 32%;
	display: inline-block;
	margin-right: 1%;
	border: 1px solid #e6e6e6;
	padding: 5px;
	margin-bottom: 15px;
}
.progress-item-img {
	width: 55%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2%;
	height: 125px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.progress-item-info {
	width: 41%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
@media (max-width: 1300px) {
	.progress-item-info {
		width: 56%;
	}
	.progress-item-img {
		width: 40%;
	}
}
.progress-item-title {
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'Raleway-Regular', Tahoma, sans-serif;
	margin-bottom: 15px;
	display: block;
	text-decoration: none;
}
.progress-item-bar {
	width: 80%;
	border: 1px solid #C7C4C2;
	height: 10px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 5px;
	margin-top: 15px;
}
.progress-item-line {
	height: 100%;
	background-color: #0072bc;
}
.progress-item:nth-child(3n+1) .progress-item-line {
	background-color: #E61766;
}
.progress-item:nth-child(3n+2) .progress-item-line {
	background-color: #7EBD5E;
}
.progress-item:nth-child(3n+3) .progress-item-line {
	background-color: #FAD34D;
}
.progress-item:nth-child(3n+3) {
	margin-right: 0;
}
.progress-item-num {
	display: inline-block;
	vertical-align: bottom;
	color: #9D9D9C;
	font-size: 9px;
	line-height: 9px;
}
.progress-item-btn {
	text-transform: uppercase;
	font-size: 8px;
	font-family: 'Raleway-Regular', Tahoma, sans-serif;
	text-decoration: underline;
	color: #0072A4;
	line-height: 24px;
	border: 1px solid #696766;
	width: 88px;
	text-align: center;
	display: inline-block;
}

.accordeon-trio {
	display: flex;
	align-items: stretch;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.accordeon-trio > div:first-child {
	width: 100%;
}
.accordeon-trio > div:nth-child(2) {
	width: 49%;
}
.accordeon-trio > div:nth-child(3) {
	width: 49%;
}
.accordeon-trio-header {
	color: #70706F;
	font-size: 12px;
	font-weight: 700;
	text-decoration: underline;
	margin-bottom: 30px;
	text-align: center;
}
.accordeon-trio-list {
	border-bottom: 1px solid #70706F;
	list-style-type: square;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.accordeon-trio-list:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.accordeon-trio-list li {
	margin-bottom: 15px;
	text-align: justify;
	font-size: 18px;
}
.accordeon-trio-list li  p {
	font-size: 13px;
}
.fancybox-inner #formHouseRequest .b-input input, .fancybox-inner #formHouseRequest .b-input textarea{
	color:#000;
}
.fancybox-inner #formHouseRequest .b-input input:focus, .fancybox-inner #formHouseRequest .b-input textarea:focus{
	color:#fff;
}

.apartments-view-show {
	display: inline-block;
	vertical-align: middle;
	width: 35%;
	font-size: 12px;
	margin-left: 52px;
	line-height: 14px;
	color: #2e4a7d;
	padding: 20px 0;
}

.advantages-main .row .col-3 .title {
	left:25px !important;
}

.apartments-view-sort{
	position: absolute;
	right: 9px;
	padding: 20px;
}
.partner-info-detail p{
	font-size: 13px;
	line-height: 16px;
	color: #646d7;
	margin-top:20px;
}


.schedule-table {
	font-size:12px;
}

.top-filter .view-type.pseudo_radio_checkbox{

}

.top-filter .view-type.pseudo_radio_checkbox label{

}

.top-filter .view-type.pseudo_radio_checkbox label:after{
	left: auto;
	right: 5px;
	top: 9px;
	width: 12px!important;
	height: 12px!important;
}

.pseudo_radio_checkbox__white label:after{
	background-position: -173px 0px!important;
}

.pseudo_radio_checkbox__white input[type=radio]:checked + label:after{
	background-position: -173px -12px!important
}

.history_journal {
	text-align: center;
	background: #1894c8;
	width: 200px;
	margin: auto;
	padding: 15px 20px;
	color: white;
	text-transform: uppercase;
}

.history_journal a {
	color: white;
	text-decoration: none;
}

#promoDetailesPopup {
	width: 600px;
	margin: auto;
	padding: 50px 100px;
	position: relative;
}

#promoDetailesPopup:before {
	content:"";
	position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
	border: 4px double #7bbb50;
}

.breadcrumb {
	width: 95%;
	margin: 10px auto 0px;
}

.breadcrumb li {
	display: inline;
}

.td_price.special {
	position: relative;
}
.td_price.special:after {
	content: "";
	position: absolute;
	left: 10px;
	top: 20px;
	background: url(/css/../images/special-icon.png) no-repeat;
	width: 24px;
	height: 24px;
}
/*надпись забронировано*/
.td_price.booked {
	position: relative;
}
.td_price.booked:before {
	content: "Забронировано";
	position: absolute;

	display: block;
	width: 100%;
	height: 20px;
	color: #ed7126;
	text-transform: uppercase;
	line-height: 20px;
	text-align: center;
	font-size: 8px;

	left: 0;
	bottom: 2px;
}




.b-card__credit {
	border: 1px solid #878787;
	padding: 10px;
	text-align: left;
	margin-top: 15px;
}
.b-card__credit-title {
	font-size: 15px;
	color: #355490;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.b-card__credit-info {
	margin-bottom: 10px;
}

.b-card__credit-line {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}

.b-card__credit-line span:first-child {
	color: #575756;
	font-size: 12px;
}
.b-card__credit-line span:last-child {
	color: #355490;
	font-size: 12px;
}

.b-card__credit-link {
	color: #355490;
	font-size: 12px;
	display: inline-block;
	border: none;
	border-bottom: 1px dashed;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
}

.credit-popup {
	position: absolute;
	background-color: #fff;
	top: -50px;
	left: 0;
	height: 455px;
	display: none;
	width: 100%;
	z-index: 5;
	padding: 0 15px 0 10px;
}
.credit-popup .b-input__area {
	margin-bottom: 5px;
	font-size: 12px;
	color: #575756;
}
.credit-popup .b-input__area:focus {
	background-color: #fff;
}
.credit-popup .b-input__area[disabled] {
	display: inline-block;
	border: none;
	color: #575756;
	background-color: #c9e8f4;
	font-size: 12px;
}
.credit-popup .credit-popup__result {
	display: inline-block;
	border: none;
	color: #355490;
	background-color: #c9e8f4;
	font-size: 15px;
	font-weight: 700;
	width: 93px;
}
.credit-popup__result:focus {
	background-color: #c9e8f4;
}
.credit-popup__title {
	font-size: 15px;
	color: #355490;
	font-weight: 700;
	margin-bottom: 10px;
}
.credit-popup .b-input__area--shorter {
	width: 55px;
	box-sizing: border-box;
	text-align: center;
}
.credit-popup  label {
	display: block;
	color: #355490;
	font-size: 12px;
}
.credit-popup label .small-text {
	font-size: 10px;
}

.credit-popup .objects-select--full {
	width: 100%;
}
.objects-select--130 {
	width: 130px;
}
.credit-popup .objects-select {
	color: #575756;
	font-size: 12px;
	margin-bottom: 5px;
}
.credit-popup .b-input__area--short {
	width: 93px;
	display: inline-block;
}
.credit-popup__block-flex {
	display: flex;
	align-items: center;
}
.custom-radio input[type=radio] {
	opacity: 0;
	position: absolute;
	left: -9999px;
}
.custom-radio input:not(:checked) + label, .custom-radio input:checked + label {
	position: relative;
	padding-left: 23px;
	cursor: pointer;
}
.custom-radio input:not(:checked) + label:before, .custom-radio input:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 18px;
	height: 18px;
	border: 1px solid #355490;
	background: #fff;
	border-radius: 50%;
}
.custom-radio input:not(:checked) + label:after, .custom-radio input:checked + label:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 3px;
	transition: all .2s;
	background-color: #355490;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}
.custom-radio input:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.custom-radio input:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.credit-popup__inline .custom-radio {
	margin-left: 15px;
}
.credit-popup__close {
	position: absolute;
	top: 6px;
	right: 15px;
	width: 12px;
	height: 12px;
	cursor: pointer;
	z-index: 8040;
	background-position: -71px -176px;
	background-image: url(/css/../images/sprite.png);
}

.custom-action, .custom-action .thin-title_font, .custom-action p, .custom-action a {
	font-family: 'Raleway-Light', Arial, sans-serif;
}
.custom-action p {
	margin-bottom: 15px;
}
.custom-action p:last-of-type {
	margin-bottom: 0;
}
.custom-action a {
	text-decoration: none;
}
.custom-action__img {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	position: absolute;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	top: 10px;
	left: 10px;
}
.custom-action__pic {
	position: relative;
	padding: 10px;
	border: 1px solid #ccc;
	width: 100%;
	max-width: 470px;
	height: 395px;
}

.custom-action__header {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 25px 0;
	margin-bottom: 35px;
}

.custom-action .specials {
	position: absolute;
	z-index: 98;
	left: -8px;
	bottom: 30px;
	padding: 5px 10px 5px 15px;
	color: #FFFFFF;
}
.custom-action .special-content {
	font-family: 'Raleway-Light', Arial, sans-serif;
}
.custom-action .special-content:before {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #000000 transparent transparent transparent;
	bottom: -10px;
	left: 0;
	border-width: 10px 0 0 9px;
}
.custom-action__header {
	font-size: 18px;
	line-height: 28px;
	color: #646d7d;
}
.custom-action__upper {
	text-transform: uppercase;
}

.custom-action__info {
	margin-bottom: 40px;
}
.custom-action__info .row .three:first-of-type, .custom-action__ctrl.row .three:first-of-type {
	width: 46.5%;
}
.custom-action__info .row .three:last-of-type, .custom-action__ctrl.row .three:last-of-type {
	width: 53.5%;
}
.custom-action__nav {
	display: flex;
	justify-content: space-between;
}
.icon-link {
	position: relative;
	margin-bottom: 25px;
	font-size: 13px;
	color: #304980;
	padding-left: 20px;
}
.icon-link:before {
	content: '';
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
}
.icon-link--print {
	padding-left: 30px;
	display: block;
}
.icon-link--print:before {
	background-image: url(/css/../images/print.svg);
	background-size: 21px 18px;
	width: 21px;
	height: 18px;
	top: 1px;
}
.icon-link--back {
	margin-bottom: 20px;
	display: block;
}
.icon-link--back:before {
	background-image: url(/css/../images/back.svg);
	background-size: 15px 15px;
	width: 15px;
	height: 15px;
	top: 1px;
}
.icon-link--prev:before, .icon-link--next:before {
	background-image: url(/css/../images/triangle-arr.svg);
	background-size: 12px 14px;
	width: 12px;
	height: 14px;
	top: 3px;
}
.icon-link--next {
	padding-left: 0;
	padding-right: 20px;
	text-align: right;
	display: inline-block;
}
.icon-link--next:before {
	transform: rotate(180deg);
	right: 0;
	left: auto;
}
.icon-link--prev {
	display: inline-block;
}

.subscribe.subscribe-white {
	background-color: #fff;
	border-top: 1px solid #39b54a;
}
.subscribe.subscribe-white .title {
	color: #0076a3;
	font-size: 14px;
	font-family: 'Raleway-Light', Arial, sans-serif;
}
.subscribe.subscribe-white .button.transp {
	font-size: 17px;
	background-color: #39b54a;
	padding: 0;
	height: 40px;
	line-height: 40px;
	border: none;
}
.subscribe.subscribe-white .button.transp:after {
	content: normal;
}
.subscribe.subscribe-white .button.transp:hover {
	color: #fff;
	background-color:#197f27;
}
.subscribe.subscribe-white input[type="text"]::-webkit-input-placeholder {color:#575756!important;font-size: 13px;font-family: 'Raleway-Light', Arial, sans-serif;}
.subscribe.subscribe-white input[type="text"]::-moz-placeholder          {color:#575756!important;font-size: 13px;font-family: 'Raleway-Light', Arial, sans-serif;}
.subscribe.subscribe-white input[type="text"]:-moz-placeholder           {color:#575756!important;font-size: 13px;font-family: 'Raleway-Light', Arial, sans-serif;}
.subscribe.subscribe-white input[type="text"]:-ms-input-placeholder      {color:#575756!important;font-size: 13px;font-family: 'Raleway-Light', Arial, sans-serif;}

.subscribe.subscribe-white input[type="text"] {
	color: #575756;
	border: 1px solid #A2A3A1;
}
.subscribe.subscribe-white input[type="text"]:focus {
	background-color: #fff;
}

.print-img {
	display: none;
}
.inner-container--smaller {
	margin: 0 38px 0 29px;
}

/* new btn */

.new-form {
	color: #fff;
	font-family: 'Raleway-Regular', Tahoma, sans-serif;
}
.question-form {
	background-color: #42b8ea;
	margin-bottom: 35px;
	padding: 20px 10px 20px 25px;
}
.new-form__layout {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.question-form__left {
	width: 35%;
}
.question-form__right {
	width: 57%;
	padding-left: 10px;
}
.question-form__middle {
	width: 8%;
	padding-top: 72px;
	padding-left: 9px;
	font-size: 12px;
}
.new-form__field {
	margin-bottom: 12px;
}
.expanded-form-subscription label.error-required-expanded {
	display: none;
}

.expanded-form-subscription .new-checkbox label.before-red {
	margin-left:0px!important;
}
.expanded-form-subscription .error-required{
	display: none!important;
}

.question-form .error-required {
	display: none;
	position: relative;
	left: -266px;
	top: -22px;
	background-color: #e83d1f;
	padding: 5px 10px;
	border-radius: 3px;
	width: 250px;
	text-align: center;
	z-index: 100;
	color: #ffffff;
	float: left;
	margin-bottom: -10px;
}
.subscribe-form .error-required{
	display: none;
	position: relative;
	left: -266px;
	top: -22px;
	background-color: #e83d1f;
	padding: 5px 10px;
	border-radius: 3px;
	width: 250px;
	text-align: center;
	z-index: 100;
	color: #ffffff;
	float: left;
	margin-bottom: -10px;
}
.new-inp-text,
input[type="text"].new-inp-text,
input[type="tel"].new-inp-text {
	height: 26px;
	border: 1px solid #fff;
	width: 100%;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
}
input[type="email"].new-inp-text {
	border: 1px solid #fff;
	width: 100%;
	color: #fff;
	margin: 0;
	padding: 0 10px;
	font-size: 14px;
}

.new-inp-text:required, .new-inp-text:invalid {
	 box-shadow: none;
}
input[type="text"].new-inp-text:focus,
input[type="tel"].new-inp-text:focus,
input[type="email"].new-inp-text:focus,
textarea.new-textarea:focus {
	background-color: transparent;
}
.new-inp-text::-webkit-input-placeholder {color:#fff;font-family: 'Raleway-Regular', Tahoma, sans-serif;font-size: 14px}
.new-inp-text::-moz-placeholder          {color:#fff;font-family: 'Raleway-Regular', Tahoma, sans-serif;font-size: 14px}/* Firefox 19+ */
.new-inp-text:-moz-placeholder           {color:#fff;font-family: 'Raleway-Regular', Tahoma, sans-serif;font-size: 14px}/* Firefox 18- */
.new-inp-text:-ms-input-placeholder      {color:#fff;font-family: 'Raleway-Regular', Tahoma, sans-serif;font-size: 14px}

.new-inp-text--gray, input[type="text"].new-inp-text--gray, input[type="tel"].new-inp-text--gray {
	color: #575756;
	border-color: #a2a3a1;
}
.new-inp-text--gray::-webkit-input-placeholder {color:#575756;}
.new-inp-text--gray::-moz-placeholder          {color:#575756;}/* Firefox 19+ */
.new-inp-text--gray:-moz-placeholder           {color:#575756;}/* Firefox 18- */
.new-inp-text--gray:-ms-input-placeholder      {color:#575756;}

select.new-select {
	background: transparent;
	border: 1px solid #fff;
	height: 26px;
	color: #fff;
	line-height: 26px;
	padding: 0 10px;
	width: 100%;
	position: relative;
	z-index: 5;
}
.new-select-wrap {
	position: relative;
}
/*.new-select-wrap:before, .new-select-wrap:after {
	position: absolute;
	content: '';
	z-index: 4;
}
.new-select-wrap:before {
	height: 26px;
	width: 26px;
	border: 1px solid #fff;
	right: 0;
	top: 0;
}
.new-select-wrap:after {
	border: 6px solid transparent;
	border-top: 6px solid #fff;
	right: 7px;
	top: 10px;
}
.new-select-wrap--inverted:before {
	background-color: #fff;
}
.new-select-wrap--inverted:after {
	border-top: 6px solid #39b54a;
}
*/
.new-select-wrap .chosen-container-single .chosen-single div {background: transparent;}
.new-select-wrap .chosen-container-single .chosen-single {
	background: #39b54a;
	color: #fff;
	box-shadow: none;
	border: 1px solid #fff;
	border-radius: 0;
}
.new-select-wrap.white .chosen-container-single .chosen-single
{
	color: #575756;
	background: #fff;
	border: 1px solid #a2a3a1;
	height: 43px;
	padding: 9px;
}
.new-select-wrap--blue .chosen-container-single .chosen-single {
	background: #42b8ea;
}
.new-select-wrap .chosen-container.chosen-with-drop .chosen-drop {
	background: #60d170;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #fff;
}
.new-select-wrap.white .chosen-container.chosen-with-drop .chosen-drop
{
	background: #fff;
	border: 1px solid #a2a3a1;
}
.new-select-wrap--blue .chosen-container.chosen-with-drop .chosen-drop {
	background: #64c3eb;
}
.new-select-wrap .chosen-container .chosen-results {
	margin-right: 0;
	padding-left: 0;
}
.new-select-wrap .chosen-container .chosen-results li {
	color: #fff;
}
.new-select-wrap.white .chosen-container .chosen-results li
{
	color: #575756;
}
.new-select-wrap .chosen-container-single .chosen-single div b {
	height: 26px;
	width: 26px;
	border: 1px solid #fff;
	background: #fff;
	right: 0;
	top: 0;
}
.new-select-wrap.white .chosen-container-single .chosen-single div b {
	height: 26px;
	width: 26px;
	border: 1px solid #fff;
	background: #fff;
	right: 0;
	top: 7px;
}
.new-select-wrap .chosen-container-single .chosen-single div b:after {
	border: 6px solid transparent;
	border-top: 6px solid #39b54a;
	right: 7px;
	top: 10px;
	position: absolute;
	content: '';
	z-index: 4;
}
.new-select-wrap.white .chosen-container-single .chosen-single div b:after
{
	border-top: 6px solid #575756;
}
.new-select-wrap--blue .chosen-container-single .chosen-single div b:after {
	border-top: 6px solid #42b8ea;
}
.new-textarea {
	height: 102px;
	width: 100%;
	max-width: 100%;
	padding: 7px 10px;
}

.question-form__title {
	font-family: 'Raleway-Regular', Tahoma, sans-serif;
	font-size: 18px;
	margin-bottom: 13px;
}

/* new btn */
.new-btn {
	border: 1px solid #fff;
	text-transform: uppercase;
	text-decoration: none;
	background-color: transparent;
	box-shadow: none;
	border-radius: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	padding: 10px 40px;
	display: inline-block;
	font-weight: 400;
	font-family: 'Raleway-Regular', Tahoma, sans-serif;
	transition: all 0.3s ease-out;
	cursor: pointer;
	width: 100%;
	outline: none;
}
.new-btn:hover {
	background-color: #fff;
}
.new-btn--orange {
	background-color: #ff8e0f;
	border-color: #ff8e0f;
}
.new-btn--orange:hover {
	background-color: #fff;
	color: #ff8e0f;
}
.new-btn--orange-inverted:hover {
	color: #ff8e0f;
	background-color: #fff;
}

.new-btn--blue {
	background-color: #1493C8;
	border-color: #1493C8;
}
.question-form .new-btn {
	float: right;
	width: auto;
}
.question-form .new-btn:hover {
	color: #42b8ea;
}
.new-btn--blue:hover {
	background-color: #fff;
	color: #1493C8;
}


.new-btn--green {
	background-color: #8dc63f;
	border-color: #8dc63f;
}
.new-btn--green:hover {
	background-color: #fff;
	color: #8dc63f;
}
.new-btn--green-inverted:hover {
	color: #8dc63f;
	background-color: #fff;
}

.new-btn--green-fixed {
	background-color: #8dc63f;
	border-color: #8dc63f;
	cursor: default;
}
.new-btn--green-fixed:hover {
	background-color: #8dc63f;
	border-color: #8dc63f;
}


.new-btn--size-lg {
	padding: 15px 40px;
}




.subscribe-form {
	background-color: #ff8e0f;
	padding: 15px 25px 15px 25px;
	color: #fff;
	font-family: 'Raleway-Regular', Tahoma, sans-serif;
}
.subscribe-form .new-btn:hover {
	color: #ff8e0f;
}
.subscribe-form .new-btn {
	margin-bottom: 9px;
}
.subscribe-form__layout {
	-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
}
.subscribe-form__subfirst {
	padding-right: 10px;
	width: 100%;
}
.subscribe-form__first {
	padding-right: 10px;
	width: 22%;
}

.subscribe-form__second {
	width: 29%;
	padding-right: 12px;
}
.subscribe-form__third {
	width: 27%;
	padding-right: 12px;
	top: 26px;
	position: relative;
}
.subscribe-form__last {
	width: 22%;
	text-align: center;
}
.subscribe-form__subtitle {
	text-align:center;
	color: #2e4a7d;
    text-transform: uppercase;
    font-size: 1.714em;
    font-weight: normal;
    letter-spacing: 1px;
	margin-top: 45px;
}
.subscribe-form__title {
	color: #fff;
	font-family: 'Raleway-Regular', Tahoma, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 10px;
}

.subscribe-form__title--bigger {
	font-size: 18px;
}
.subscribe-form .new-inp-text, .subscribe-form input[type="text"].new-inp-text, .subscribe-form input[type="tel"].new-inp-text {
	height: 32px;
}

.new-checkbox {
	position: relative;
}
.new-checkbox input {
	display: none;
}
.new-checkbox label {
	padding-left: 23px;
	color: #fff;
	font-family: 'Raleway-Regular', Tahoma, sans-serif;
	font-size: 14px;
        line-height: 1;
}
.new-checkbox label.before-red {
	margin-left: -245px;
}
.new-checkbox label.error-required
{
	margin-top: 15px;
}
.new-checkbox.blue label
{
	color: #0076a3;
}
.new-checkbox.blue label.error-required
{
	color: #fff;
}
.new-checkbox.blue label.error-required:before
{
	border: 0px solid #0076a3;
	background: #e83d1f;
}
.new-checkbox label:before {
	position: absolute;
	content: '';
	top: 10px;
	left: 0;
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #fff;
	background: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}
.new-checkbox.blue label:before
{
	border: 1px solid #a2a3a1;
	background: #fff;
}
.new-checkbox label:after {
	background: url(/images/tick.svg) center center no-repeat;
	-webkit-background-size: 8px 6px;
	background-size: 8px 6px;
	left: 2px;
	top: 5px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 0;
	z-index: 3;
	width: 10px;
	height: 10px;
	position: absolute;
	content: '';
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.new-checkbox.blue label:after {
	background: url(/images/tick_blue.svg) center center no-repeat;
	-webkit-background-size: 8px 6px;
	background-size: 8px 6px;
	left: 2px;
	top: 5px;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 0;
	z-index: 3;
	width: 10px;
	height: 10px;
	position: absolute;
	content: '';
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.new-checkbox input:checked + label:after {
	opacity: 1;
}
.new-checkbox__error {
	display: none;
}
.new-checkbox .error + label + .new-checkbox__error{
	display: block;
	color: #ff0000;
	font-size: 11px;
}

/* Usefull */
.icon-svg {
	display: inline-block;
	width: 1em;
	height: 1em;
}

.navigation-link-prev,
.email-link,
.print-link {
	display: inline-block;
	font: 13px 'Raleway-Light', sans-serif;
	color: #304980;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
}
.navigation-link-prev__icon {
	width: 19px;
	height: 19px;
	vertical-align: -27%;
	margin-right: 3px;
}

.email-link,
.print-link {
	margin: 5px 8px;
}
.email-link-box {
	display: inline-block;
	position: relative;
}
.email-link__icon {
	width: 24px;
	height: 20px;
	vertical-align: -27%;
	margin-right: 3px;
}
.print-link__icon {
	width: 24px;
	height: 20px;
	vertical-align: -27%;
	margin-right: 3px;
}

/* Slider */
.js-carousel-slider {
	position: relative;
}
.js-carousel-slider__arrow {
	display: block;
	width: 30px;
	height: 30px;
	border: none;
	padding: 0;
	position: absolute;
	top: 56%;
	margin-top: -15px;
	outline: none;
}
.js-carousel-slider__arrow_prev {
	background: url(/images/prev.svg) no-repeat 50% 50%;
	background-size: 24px auto;
	left: -30px;
}
.js-carousel-slider__arrow_next {
	background: url(/images/next.svg) no-repeat 50% 50%;
	background-size: 24px auto;
	right: -30px;
}
.carousel-section {
	margin-bottom: 40px;
	padding: 0 42px;
}
.carousel-section__title {
	font: 16px 'Raleway-Light', sans-serif;
	text-transform: uppercase;
	color: #575756;
	margin-bottom: 20px;
}



.bordered-form {
	border: 1px solid #ff8e0f;
	padding: 10px 10px 0 20px;
	margin-bottom: 40px;
	background-color: #fff;
}
table .bordered-form
{
	margin-bottom: 0px;
}
table .recall-form__phone
{
	font-size: 26px;
}
.recall-form__label {
	font-family: 'Raleway-Regular', Tahoma, sans-serif;
	font-size: 14px;
	margin-bottom: 4px;
	color: #646d7d;
}
.blue-text {
	color: #0076a3;
	text-align: left;
}
.recall-form__first {
	width: 30%;
	padding-right: 15px;
}
.recall-form__second {
	width: 45%;
	padding-right: 15px;
}
.recall-form__last {
	width: 25%;
}
.recall-form__phone {
	font-family:  Sans, sans-serif;
	font-size: 24px;
	line-height: 0.8;
	font-weight: 300;
}
.recall-form .new-btn {
	height: 52px;
}

.subscribe-form--shortened {
	margin-bottom: 25px;
	margin-top: 45px;
}
.subscribe-form--shortened .subscribe-form__first {
	width: 36%;
}
.subscribe-form--shortened .subscribe-form__second {
	width: 34%;
}
.subscribe-form--shortened .subscribe-form__last {
	width: 30%;
}
.subscribe-form--shortened .new-inp-text, .subscribe-form--shortened input[type="text"].new-inp-text, .subscribe-form--shortened input[type="tel"].new-inp-text {
	height: 43px;
}

.object-contacts form .inp-row--new {
	margin-bottom: 15px;
}
.inp-row--new .new-checkbox {
	margin-bottom: 9px;
}
.inp-row--new .new-checkbox.blue
{
	text-align: left;
}
.object-contacts form .inp-row--new input.new-inp-text {
	border-color: #fff;
	height: 23px;
}
.object-contacts form .inp-row--new .new-textarea {
	border-color: #fff;
}
.object-contacts form .inp-row--new select.new-select {
	height: 23px;
	line-height: 23px;
}
/*.object-contacts form .inp-row--new .new-select-wrap:before {
	height: 23px;
	width: 23px;
}
.object-contacts form .inp-row--new .new-select-wrap:after {
	right: 5px;
}*/
.object-contacts form .inp-row--new .title {
	font-family: 'Raleway-Regular', Tahoma, sans-serif;
}
.object-contacts form .inp-row--bigindent {
	margin-bottom: 30px;
}
.object-contacts form .info {
	margin-bottom: 5px;
}
.object-contacts-small form .inp-row--new {
	margin-bottom: 5px;
}
.object-contacts form .button {
	height: 30px;
	font-family: 'Raleway-Regular', Tahoma, sans-serif;
}

.all-text-with-hidden-part {
	height: 275px;
	overflow: hidden;
	transition: all 0.3s ease-out
}
.all-text-with-hidden-part.open {
	height: auto;
}
.link-btn {
	background-color: transparent;
	border: none;
	border-radius: 0;
	font-size: 14px;
	font-family: 'Raleway-Regular', Tahoma, sans-serif;
	cursor: pointer;
}
.toggle-btn {
	margin-top: 15px;
	margin-bottom: 20px;
}

.new-btn--size-lg {
	padding: 15px 40px;
}
.new-btn--size-md {
	font-size: 16px;
	text-transform: lowercase;
	padding: 5px 15px;
	display: inline-block;
	width: auto;
}

.new-btn--size-showroom {
	font-size: 14px;
	height: 31px;
	padding: 3px 5px;
}

.new-btn__cut-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	max-width: 100%;
	letter-spacing: 1px;
}

.new-btn .icon-l {
	vertical-align: -10%;
	margin-right: 5px;
}

/* landing-object */
@font-face {
	font-family: 'icon-lider';
	src:  url('/css/fonts/icon-lider.eot?nn2e1c');
	src:  url('/css/fonts/icon-lider.eot?nn2e1c#iefix') format('embedded-opentype'),
	url('/css/fonts/icon-lider.ttf?nn2e1c') format('truetype'),
	url('/css/fonts/icon-lider.woff?nn2e1c') format('woff'),
	url('/css/fonts/icon-lider.svg?nn2e1c#icon-lider') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon-l {
	font-family: 'icon-lider' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-refresh:before {
	content: "\e900";
}

.landing-object {
	padding: 0 60px;
}
.landing-object h2 {
	color: #0072bc;
	font-size: 24px;
	text-transform: none;
	font-weight: bold;
	margin: 0 0 15px;
}
.landing-object h3 {
	text-align: center;
	color: #0072bc;
	font-size: 15pt;
	margin: 25px 0;
}

/*slider*/
.main-slider_inner {
	height: 300px !important;
	margin-bottom: 40px;
}
.main-slider.main-slider_inner .slide__background {
	height: 100%;
	background-size: 100% 100% !important;
}
.index__slider_inner .orbit-wrapper .slider-nav span {
	border: none;
}
/*end slider*/

.landing-object .main-actions {
	margin: 25px 0 35px 30px;
}
.landing-object__section-text {
	margin-bottom: 20px;
}
.landing-object__section-text-title {
	font-family: 'Raleway-Semibold';
	color: #0072bc;
	font-size: 32px;
	text-align: center;
	margin-bottom: 20px;
}
.landing-object__section-text-ph,
.landing-object__map-text {
	color: #888887;
	font-size: 13px;
	line-height: 18px;
}

.objects-section-list {

}
.objects-section-list__item {
	margin-bottom: 30px;
}
.objects-section-list__item-main-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.carousel-section__slider-item-link {
	display: block;
	text-decoration: none;
	text-align: center;
	transition: all .3s linear;
}
.carousel-section__slider-item-img {
	width: 162px;
	height: 162px;
	line-height: 158px;
	border: 1px solid #A2A3A1;
	padding: 5px;
	margin: 0 auto;
	transition: all .3s linear;
}
.carousel-section__slider-item-link:hover .carousel-section__slider-item-img {
	border-color: #575756;
}
.carousel-section__slider-item-img img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.carousel-section__slider-item-name {
	font: 300 15px 'Open Sans', sans-serif;
	color: #355490;
	margin-bottom: 3px;
}

/* Flat Detail Card */
.flat-detail-card {
	font-family: 'Raleway-Light';
	padding: 6px 0 0 0;
}
.flat-detail-card__row,
.flat-detail-card__header,
.flat-detail-card__main-info,
.flat-detail-card__options-parametr,
.flat-detail-card .credit-popup form,
.flat-detail-card__forms-group,
.form-data__row {
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.b-facing .bordered-form {
	margin-bottom: 0;
}
.flat-detail-card__col_type_info {
	width: 66%;
	position: relative;
	padding: 0 23px 30px 42px;
}

.flat-detail-card__col_type_info::after {
	content: '';
	display: block;
	position: absolute;
	left: 100%;
	top: 84px;
	border-right: 1px solid #A2A3A1;
	height: calc(100% - 84px);
}
.flat-detail-card__col_type_plan {
	width: 34%;
}
.flat-detail-card__plan {
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.flat-detail-card__plan:last-child {
	margin-bottom: 0;
}
.flat-detail-card__plan img {
	width: inherit !important;
	vertical-align: middle;
	height: 290px !important;
}
.flat-detail-card__plan-rose.green {
	position: absolute;
	display: block;
	width: 55px;
	height: 55px;
	padding-left: 0;
}
.form-data__hint.form-data__hint_center {
	font-weight: 600;
}
.flat-detail-card__forms-group input.phone-mask:focus {
	background: #fff;
	color: #404040 !important;
}


.flat-detail-card__header {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	padding-top: 12px;
	margin-bottom: 19px;
}
.flat-detail-card__title {
	font: 16px 'Raleway-Light', sans-serif;
	color: #304980;
	max-width: 40%;
	text-align: center;
}
.flat-detail-card__title b {
	font-size: 23px;
}
.flat-detail-card__title b,
.flat-detail-card__counter b{
	font-family: 'Raleway-Semibold';
}

.flat-detail-card__counter {
	border: 2px solid #8DC63F;
	width: 175px;
	padding: 9px 10px;
	font-size: 11px;
	border-radius: 10px;
	color: #1493C8;
	background: #fff;
	position: relative;
	top: -6px;
	line-height: 1.35em;
}
.flat-detail-card__counter b {
	font-size: 15px;
}
.flat-detail-card__counter::before,
.flat-detail-card__counter::after {
	content: '';
	position: absolute;
}
.flat-detail-card__counter:after {
	right: 38px;
	top: -2px;
	width: 6px;
	height: 2px;
	background: #fff;
}
.flat-detail-card__counter::before {
	top: -3px;
	right: 34px;
	width: 21px;
	height: 10px;
	-webkit-transform: rotate(-36deg) skewX(-45deg);
	-moz-transform: rotate(-36deg) skewX(-45deg);
	-o-transform: rotate(-36deg) skewX(-45deg);
	-ms-transform: rotate(-36deg) skewX(-45deg);
	transform: rotate(-36deg) skewX(-45deg);
	background: #fff;
	z-index: -1;
	border: 2px solid #8DC63F;
}
.flat-detail-card__action-links {
	text-align: center;
	padding-top: 12px;
	margin-bottom: 30px;
}

.flat-detail-card__main-info {
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	margin-bottom: 15px;
}

.flat-detail-card__main-text {
	position: relative;
}

.flat-detail-card__image,
.flat-detail-card__main-text {
	width: 47%;
}

.flat-detail-card__image {
	text-align: center;
}
.flat-detail-card__image img {
	max-width: 300px;
	width: 100%;
	vertical-align: middle;
}

.flat-detail-card__type {
	font: 600 17px 'Open Sans', sans-serif;
	color: #1493C8;
	margin-bottom: 25px;
}
.flat-detail-card__type-num {
	font-size: 21px;
	padding-right: 10px;
}

.flat-detail-card__options {
	list-style: none;
	margin: 0;
	padding: 0;
}
.flat-detail-card__options-parametr {
	margin-bottom: 14px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
}
.flat-detail-card__options-parametr-caption {
	color: #575756;
	width: 200px;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	font: 16px 'Raleway-Light', sans-serif;
}
.flat-detail-card__options-parametr-caption-date {
	font: 300 16px 'Open Sans', sans-serif;
}
.flat-detail-card__options-parametr-value {
	color: #304980;
	font: 300 16px 'Open Sans', sans-serif;
}

.flat-detail-card__options-parametr_type_price {
	border-top: 1px solid #A2A3A1;
	padding-top: 15px;
}
.flat-detail-card__price {
	display: block;
	color: #1493C8;
	font: 600 18px 'Open Sans', sans-serif;
}
.flat-detail-card__price_theme_light {
	font-weight: 300;
}
.flat-detail-card__price_theme_action {
	color: #FF8E0F;
}
.flat-detail-card__credit-link {
	border: none;
	background: none;
	outline: none;
	text-transform: uppercase;
	color: #1493C8;
	border-bottom: 2px dotted #1493C8;
	padding: 0;
	font: 600 15px 'Open Sans', sans-serif;
	float: right;
	cursor: pointer;
	margin-top: 10px;
}
.flat-detail-card__credit-link:hover {
	color: #FF8E0F;
	border-color: #FF8E0F;
}

/* new credit popup */
.flat-detail-card .credit-popup {
	position: relative;
	top: auto;
	left: auto;
	height: auto;
	padding: 17px 25px 0;
	border: 1px solid #A2A3A1;
}
.flat-detail-card .credit-popup select {
	border: 1px solid #A2A3A1;
	height: 31px;
	padding: 0 35px 0 15px;
	line-height: 28px;
	text-transform: uppercase;
	background: url(/css/../images/select-arrow.svg) no-repeat 100% 0;
	color: #575756;
}
.flat-detail-card .credit-popup label {
	display: block;
	font: 12px 'Raleway-Light', sans-serif;
	margin-bottom: 6px;
	color: #575756;
}
.flat-detail-card .credit-popup form {
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}
.flat-detail-card .credit-popup__col {
	width: 47%
}
.flat-detail-card .credit-popup__block {
	margin-bottom: 20px;
}
.flat-detail-card .credit-popup__close {
	top: 13px;
	right: 12px;
}
.flat-detail-card  .credit-popup .b-input__area[disabled] {
	border: 1px solid #c8d7de;
	background: #E5F2F9;
	font-weight: bold;
}
.flat-detail-card .credit-popup .b-input__area--shorter {
	text-align: left;
}
.flat-detail-card .credit-popup .credit-popup__result,
.flat-detail-card .credit-popup input[type="text"].credit-popup__result {
	border-color: #1493C8;
	background: #1493C8;
	color: #fff;
	font-weight: bold;
	width: 135px;
}
.flat-detail-card .credit-popup .credit-popup__result + span {
	color: #1493C8;
	font-weight: bold;
}
.flat-detail-card .credit-popup .b-input__area--shorter {
	width: 117px;
}

.flat-detail-card__forms-group {
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	margin-top: 20px;
    margin-bottom: 20px;
}
.flat-detail-card__forms-group-col {
	width: 47%;
}

.flat-detail-card__form-phone-title {
	font-size: 18px;
	margin-bottom: 10px;
}
.flat-detail-card__form-phone-title-icon {
	width: 22px;
	height: 19px;
	vertical-align: -10%;
}

.flat-detail-card__btn-bron {
	margin-bottom: 22px;
}

.flat-detail-card__booked-mark {
	margin: 15px 0;
}

.flat-detail-card__btn-showroom {
	margin-bottom: 36px;
}


/* Form data */
[data-idopened] {
	display: none;
}
.form-data_theme_bordered {
	border: 1px solid #A2A3A1;
	padding: 17px 25px 5px;
	position: relative;
}
.form-data_theme_popup {
	position: absolute;
	border: 1px solid #A2A3A1;
	padding: 30px 15px 5px;
	right: 100%;
	top: 0;
	margin-right: 30px;
	width: 340px;
	background-color: #fff;
	z-index: 2;
}
.form-data_theme_popup::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 12px solid #fff;
	border-right: 26px solid transparent;
	position: absolute;
	left: 100%;
	top: 13px;
}
.form-data_theme_popup::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 14px solid #A2A3A1;
	border-right: 30px solid transparent;
	position: absolute;
	left: 100%;
	top: 12px;
}

.form-data__close {
    position: absolute;
    top: 13px;
    right: 12px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    z-index: 8040;
    background-position: -71px -176px;
    background-image: url(/css/../images/sprite.png);
}
.form-data_theme_popup .form-data__close {
	top: 9px;
}
.form-data__row {
	justify-content: space-between;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
}
.form-data__col {
	width: 47%;
}
.form-data__col_3x {
	width: 85%;
}
.form-data__title {
	font-size: 15px;
    color: #355490;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
}
.form-data__field {
	position: relative;
}
.form-data__field_right {
	text-align: right;
}
.form-data__error {
	display: none;
	color: #ff0000;
	font-size: 11px;
}
.flat-detail-card .credit-popup input[type="text"],
.form-data input[type="text"],
.form-data input[type="tel"],
.form-data input[type="email"],
.form-data textarea {
	border: 1px solid #A2A3A1;
	height: 31px;
	padding: 0 15px;
	line-height: 28px;
	color: #575756;
	font: 13px 'Raleway-Light', sans-serif;
}
.form-data input[type="text"]:focus,
.form-data input[type="tel"]:focus,
.form-data input[type="email"]:focus,
.form-data textarea:focus {
	color: #fff;
}
.form-data textarea {
	height: 170px;
	max-width: 100%;
	padding: 5px 15px;
}
.form-data__field.error .form-data__error {
	display: block;
}
.form-data__field.error input[type="text"],
.form-data__field.error input[type="tel"],
.form-data__field.error input[type="email"],
.form-data__field.error textarea {
	border-color: #ff0000;
}
.form-data__hint {
	font: 13px 'Raleway-Light', sans-serif;
	margin-top: 7px;
}
.form-data__hint_xs {
	font-size: 11px;
}
.form-data__hint_center {
	text-align: center;
}
.form-data__field {
	margin-bottom: 15px;
}
.form-data__button {
	border: none;
	background: none;
	outline: none;
	text-transform: uppercase;
	color: #355490;
	border-bottom: 2px dotted #355490;
	padding: 0;
	font: 600 14px 'Open Sans', sans-serif;
	cursor: pointer;
}
.form-data__button:hover {
	color: #FF8E0F;
	border-color: #FF8E0F;
}

.form-data__button_theme_default {
	border: 0;
	background-color: #1493C8;
	border-color: #1493C8;
	color: #fff;
	padding: 6px 10px;
}
.form-data__button_theme_default:hover {
	background-color: #FF8E0F;
	color: #fff;
}

.favorite {
	display: block;
	width: 27px;
	height: 27px;
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 0;
}
.favorite__icon {
	width: 100%;
	height: 100%;
}
.favorite__icon_default {
	opacity: 1;
}
.favorite__icon_active {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
}
.favorite.active .favorite__icon_default {
	opacity: 0;
}
.favorite.active .favorite__icon_active {
	opacity: 1;
}

@media screen and (max-width: 1150px) {
	.flat-detail-card__forms-group,
	.flat-detail-card__main-info {
		flex-wrap: wrap;
	}

	.flat-detail-card__forms-group-col,
	.flat-detail-card__image,
	.flat-detail-card__main-text {
		width: 100%;
		margin-bottom: 30px;
	}

	.flat-detail-card__forms-group-col:last-child,
	.flat-detail-card__main-text {
		margin-bottom: 0;
	}
}

.form-data .chosen-container-single .chosen-single {
	border: 1px solid #A2A3A1;
	border-radius: 0;
	height: 31px;
	padding: 0 15px;
	color: #575756;
	font: 13px 'Raleway-Light', sans-serif;
	line-height: 28px;
	box-shadow: none;
}
.form-data .chosen-container .chosen-drop,
.form-data .chosen-container-active .chosen-single,
.form-data .chosen-container-active .chosen-choices {
	box-shadow: none;
	background: #fff;
}
.form-data  .chosen-container-single .chosen-single div {
	background: none
}
.form-data .chosen-container-single .chosen-single div b {
	background: url(/css/../images/select-arrow.svg) no-repeat 100% 0;
	width: 28px;
	height: 100%;
	top: 0;
	right: 0;
}
.form-data .chosen-container .chosen-results {
	padding: 0;
}
.form-data .chosen-container .chosen-results li {
	font: 13px 'Arial', sans-serif;
	padding: 5px 15px;
}
.form-data .chosen-container-single .chosen-drop {
	margin-top: 0;
}

.form_feedback_email .form-data__error {
	margin-top: -16px;
}
.form-data__field > input, .form-data__button {
	height: 31px !important;
}
.form-data__field span.success {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: -5px;
	margin-bottom: 18px;
	color: green;
}

.footer .search input[type=text]::-webkit-input-placeholder {color:#bdbdbd;}
.footer .search input[type=text]::-moz-placeholder          {color:#bdbdbd;}/* Firefox 19+ */
.footer .search input[type=text]:-moz-placeholder           {color:#bdbdbd;}/* Firefox 18- */
.footer .search input[type=text]:-ms-input-placeholder      {color:#bdbdbd;}
.footer .search input[type=text] {
	color: #fff !important;
}
.credit-popup input[type=text], .credit-popup select {
	padding: 0;
	font: 300 12px 'Open Sans', sans-serif;
}
.b-facing {
	padding-bottom: 10px;
}
.table-sort__header + .new-form {
	margin-top: 60px;
}

/*оарнжевая форма на главной странице*/
.subscribe-form--main .subscribe-form__title {
	font-size: 20px;
}
.subscribe-form--main .subscribe-form__first {
	width: 50%;
}	
.subscribe-form__subfirst {
	width: 30%;
	top:0px
}
.subscribe-form--main .subscribe-form__second {
	width: 30%;
	position: relative;
	top: -10px;
	margin-bottom: 0px;
	left:50px;
}
.subscribe-form--main .subscribe-form__last {
	width: 30%;
	position: relative;
	top: -11px;  /*иллюстрация того, как не надо выравнивать элементы*/
	left:10%;
}

/*оарнжевая форма на внутренних страницах*/
.subscribe-form--default {
}
.subscribe-form--default .subscribe-form__last {
	position: relative;
	top: -17px;  /*иллюстрация того, как не надо выравнивать элементы*/
}




.subscribe-form__title--smaller {
	text-transform: none;
}
.new-select-wrap .chosen-results {
	max-height: 100px !important;
}
.new-select-wrap .chosen-container .chosen-results li.highlighted {
	background: #39b54a url(/css/../images/tick.svg) 95% center no-repeat;
	-webkit-background-size: 8px 6px;
	background-size: 8px 6px;
}
.new-select-wrap.white .chosen-container .chosen-results li.highlighted
{
	background: #a2a3a1 url(/css/../images/tick.svg) 95% center no-repeat;
	color: #fff;
	-webkit-background-size: 8px 6px;
	background-size: 8px 6px;
}
.new-select-wrap--blue .chosen-container .chosen-results li.highlighted {
	background: #42b8ea url(/css/../images/tick.svg) 95% center no-repeat;
	-webkit-background-size: 8px 6px;
	background-size: 8px 6px;
}
.object-contacts form .button {
	margin-top: 10px;
}
.hidden-addition-block {
	display: none;
}

@media (max-width: 1280px) {
	.new-btn {
		padding-left: 15px;
		padding-right: 15px;
	}
	.recall-form__phone {
		font-size: 22px;
	}
	.recall-form__first {
		width: 33%;
	}
	.recall-form__second {
		width: 37%;
	}
	.recall-form__last {
		width: 30%;
	}
}
.success-message
{

}
.success-message.success-message-contact-form
{
	display: none;
	margin-top: 15px;
	text-align: center;
	padding: 5px 10px;
	background: #fff;
	color: #39b54a;
}


/*зелёная форма */
.green-form-object .error-required
{
	display: none;
	position: relative;
	left: -266px;
	top: -22px;
	background-color: #e83d1f;
	padding: 5px 10px;
	border-radius: 3px;
	width: 250px;
	text-align: center;
	z-index: 100;
	color: #ffffff;
	float: left;
	margin-bottom: -10px;
}
.green-form-object .error-required:before
{
	border: 0px solid #fff !important;
}
.green-form-object .error-required-request-call
{
	display: none;
	position: relative;
	left: -266px;
	top: -28px;
	background-color: #e83d1f;
	padding: 5px 10px;
	border-radius: 3px;
	width: 250px;
	text-align: center;
	z-index: 100;
	color: #ffffff;
	float: left;
	margin-bottom: -20px;
}
.green-form-object .error-required-expanded
{
	display: none;
	position: relative;
	left: -205px;
	top: -30px;
	background-color: #e83d1f;
	padding: 5px 10px;
	border-radius: 3px;
	width: 200px;
	text-align: center;
	z-index: 100;
	color: #ffffff;
	float: left;
	margin-bottom: -10px;
	font-size: 12px;
}






/*форма на странице объектов*/
.form-request-call  .new-form__field,
.form-request-call  .inp-row {
	position: relative;
}

.form-request-call .error-required
{
	display: none;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: left;
	z-index: 100;
	color: #e83d1f;
	margin: 0 0 5px;
}
.form-request-call .error-required
{
	margin-bottom: -10px;
}
.form-request-call .error-required-request-call
{
	display: none;
	left: 0;
	top: 100%;
	width: 100%;
	text-align: left;
	z-index: 100;
	color: #e83d1f;
	margin: 0 0 5px;
}
/*это какой-то лютый костыль*/
.form-request-call .new-checkbox label.before-red {
    margin-left: 0;
}
/*ещё костыль*/
.form-request-call .new-checkbox.blue label.error-required {
	color: #e83d1f;
	margin: 0 0 5px;
	padding: 0;
}
/*и ещё костыль*/
.form-request-call .new-checkbox.blue label.error-required:before {
	display: none;
}
/*для правильного отображения браузерной валидации галочки*/
.form-request-call .new-checkbox input,
.subscribe-form .new-checkbox input {
	display: inline-block;
	width: 1px;
	height: 1px;
}




.before-red:before
{
	border: 1px solid #e83d1f !important;
}
.green-form-object label.error
{
	display: none !important;
}
.time-select
{
	color: #575756;
	border-color: #a2a3a1;
	height: 43px;
}
.form-request-call-lite .subscribe-form__second
{
	position: relative;
	top: 27px;
	margin-bottom: 20px;
}
.form-request-call-lite .subscribe-form__layout
{
	margin-top: -25px;
}
.objects-section-list__item-main-info {
	border: 1px solid #cccccc;
	padding: 3px 2px;
}
.objects-section-list__item-description {
	padding: 15px 30px 15px 0;
}
.objects-section-list__item-pic {
	width: 300px;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	height: 200px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	position: relative;
	margin-right: 25px;
}
.objects-section-list__item-pic-specials {
	position: absolute;
	z-index: 98;
	left: -8px;
	bottom: 30px;
	padding: 5px 10px 5px 15px;
	box-shadow: 0px 1px 1px #000;
	-webkit-box-shadow: 0px 1px 1px #000;
	-moz-box-shadow: 0px 1px 1px #000;
	color: #FFFFFF;
}
.objects-section-list__item-pic-specials-content:before {
	content: "";
	position: absolute;
	display: block;
	border-style: solid;
	border-color: #000000 transparent transparent transparent;
	bottom: -10px;
	left: 0;
	border-width: 10px 0 0 9px;
}
.objects-section-list__item-title {
	text-decoration: none;
	color: #0072A4;
	margin-bottom: 7px;
	font-size: 18px;
	text-transform: uppercase;
}
.objects-section-list__item-flats {
	max-height: 230px;
	overflow-y: scroll;
}
.objects-section-list__item-flats .table-sort table {
	box-shadow: none;
}
.objects-section-list__options {
	list-style: none;
	margin: 0;
	padding: 0;
}
.objects-section-list__options-parametr-caption {
	font-size: 14px;
	color: #70706F;
}
.objects-section-list__options-parametr-value {
	color: #888887;
	font-size: 13px;
	line-height: 18px;
}
.objects-section-list__item-footer {
	text-align: right;
	padding-top: 15px;
}

.landing-object__catalog-list {
	margin-bottom: 30px;
}
.landing-object__catalog-list__container {
	background-color: #edf0f5;
	padding: 25px 30px 0;
}

.landing-object__map {
	position: relative;
	margin-bottom: 30px;
}
.landing-object__map-layout {
	height: 500px;
	width: 100%;
	position: relative;
	margin-bottom: 35px;
}

.banner-link {
	font-family: 'Raleway-Semibold';
	display: inline-block;
	background-color: #39b54a;
	border: 1px solid #39b54a;
	color: #fff;
	padding: 9px 25px;
	font-size: 18px;
	text-decoration: none;
}
.banner-link:hover {
	color: #39b54a;
	background-color: #fff;
	border: 1px solid #39b54a;
}

.landing-object__banner-section {
	text-align: center;
	margin: 30px 0;
}

.map-popup .row {
	min-width: initial;
}
.landing-object__actions h2
{
	display: none;
}

/* END landing-object */

.catalogue-wrapper .object .specials.item199 {
	color: #fff12e;

}

.form-data__field input[type=text]:focus, .form-data__field textarea:focus{
    background: #fff !important;
    color: #A2A3A1 !important;
}

.ASSIGNMENT {
	float: right;
	font-size: 15px;
	margin-right: 10px;
	color: #144fa6;
	font-family: 'Raleway-Light', sans-serif;
	margin-top: 2px;
}

.object-contacts .contacts-sales .row {
	    margin: 0 -12px;
}


@media screen and (max-width: 1250px) {
	.td_price.special {
		padding: 10px 0 10px 21px;
	}
	.td_price.special:after {
		left: 0;
		top: 21px;
		width: 22px;
		height: 22px;
		background-size: contain;
	}
}
.live_ned, .com_ned{
    padding: 15px;
    font-size: 16px;
    display: inline-block;
    color: #0072bc;
    text-transform: uppercase;	
}
.active_tab{
    color: #fff;
    background: #0072bc;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;	
}
.fancybox-overlay iframe embed{
	height: 700px;
	display:block
}
@media (min-width: 800px) {
.diamond .fancybox-nav {
	display: none!important;
}
}
/* End */


/* Start:/css/common.css?162687588614506*/
﻿html {height: 100%;}
/**{font-family: 'PT Sans', sans-serif;}*/
*{font-family: Tahoma, sans-serif;}
.ctx-e168-root {
display: none !important
}
/*@font-face {*/
    /*font-family: 'din-l';*/
    /*src: url('/css/../images/fonts/PFDinTextPro-Light.eot');*/
    /*src: url('/css/../images/fonts/PFDinTextPro-Light.eot?#iefix') format('embedded-opentype'),*/
         /*url('/css/../images/fonts/PFDinTextPro-Light.woff') format('woff'),*/
         /*url('/css/../images/fonts/PFDinTextPro-Light.ttf') format('truetype'),*/
         /*url('/css/../images/fonts/PFDinTextPro-Light.svg') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/
/*@font-face {*/
    /*font-family: 'din-m';*/
    /*src: url('/css/../images/fonts/PFDinTextPro-Medium.eot');*/
    /*src: url('/css/../images/fonts/PFDinTextPro-Medium.eot?#iefix') format('embedded-opentype'),*/
         /*url('/css/../images/fonts/PFDinTextPro-Medium.woff') format('woff'),*/
         /*url('/css/../images/fonts/PFDinTextPro-Medium.ttf') format('truetype'),*/
         /*url('/css/../images/fonts/PFDinTextPro-Medium.svg') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/
/*@font-face {*/
    /*font-family: 'din-r';*/
    /*src: url('/css/../images/fonts/PFDinTextPro-Regular.eot');*/
    /*src: url('/css/../images/fonts/PFDinTextPro-Regular.eot?#iefix') format('embedded-opentype'),*/
         /*url('/css/../images/fonts/PFDinTextPro-Regular.woff') format('woff'),*/
         /*url('/css/../images/fonts/PFDinTextPro-Regular.ttf') format('truetype'),*/
         /*url('/css/../images/fonts/PFDinTextPro-Regular.svg') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/


a, img{outline:none;border:0px;}
a{
	color:#1894c8;
	-moz-transition: all ease-out 0.1s;
	-webkit-transition: all ease-out 0.1s;
	-o-transition: all ease-out 0.1s;
	-ms-transition: all ease-out 0.1s;
	transition: all ease-out 0.1s;
}
a:hover{color: #a9d6f6;text-decoration: none;}
body{
	margin:0px!important;
	min-height: 100%;
	min-width: 990px!important;
	position:relative;
	color: #3e3e3e;	
	max-width: 2000px;
	/*background-color: #eef2f5;*/
	line-height: 1.5;
	font-size: 0.875em;
	background-color: #ffffff;
}
/*body.main{background-color: #e2e9ee;}*/
body.info-page{background-color: #ffffff;}
@media only screen and (max-width: 1100px) {
	body{font-size: 0.785em;}
}


.disable-hover{pointer-events: none;}
.left-fl{float: left;}
.right-fl{float: right;}
.clear{display:block;height:0;overflow:hidden;clear:both;}
div.center{text-align: center;}

.button{
	display: inline-block;
	padding: 10px 40px 10px 15px;
	color: #ffffff;
	/*font-family: 'din-m',sans-serif;*/
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: none;
	vertical-align: middle;
	background: transparent;	
	border: 2px solid #ffffff;
	min-height: 45px;
	position: relative;
}
.button:after{
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	width: 7px;
	height: 11px;
	background: transparent url('/css/../images/sprite.png') 0 -38px no-repeat;
}
.button:hover:after{background-position: 0 -50px;}
.button:hover{color: #a9d6f6;border-color: #a9d6f6;}

.button.green{
	background-color: #45a263;
	border: 0;
	padding: 12px 30px 0;
	height: 37px;
}
.button.green:after{display: none;}
.button.green:hover{color: #ffffff;background-color: #4eb870;}

.blue-grad{
	background: -moz-linear-gradient(left, #2e4a7d 0%, #2e70a5 100%);
	background: -webkit-linear-gradient(left, #2e4a7d 0%, #2e70a5 100%);
	background: -o-linear-gradient(left, #2e4a7d 0%, #2e70a5 100%);
	background: linear-gradient(left, #2e4a7d 0%, #2e70a5 100%);
	background: -ms-linear-gradient(left, #2e4a7d 0%, #2e70a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e4a7d', endColorstr='#2e70a5', GradientType=1 );
}
.orange-grad{
	background: -moz-linear-gradient(left, #e83d1f 0%, #eb5c12 100%);
	background: -webkit-linear-gradient(left, #e83d1f 0%, #eb5c12 100%);
	background: -o-linear-gradient(left, #e83d1f 0%, #eb5c12 100%);
	background: linear-gradient(left, #e83d1f 0%, #eb5c12 100%);
	background: -ms-linear-gradient(left, #e83d1f 0%, #eb5c12 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e83d1f', endColorstr='#eb5c12', GradientType=1 );
}
.green-grad{
	background: -moz-linear-gradient(left, #0e8876 0%, #69b356 100%);
	background: -webkit-linear-gradient(left, #0e8876 0%, #69b356 100%);
	background: -o-linear-gradient(left, #0e8876 0%, #69b356 100%);
	background: linear-gradient(left, #0e8876 0%, #69b356 100%);
	background: -ms-linear-gradient(left, #0e8876 0%, #69b356 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e8876', endColorstr='#69b356', GradientType=1 );
}
a.green-grad:hover{
	background: -moz-linear-gradient(left, #69b356 0%, #69b356 100%);
	background: -webkit-linear-gradient(left, #69b356 0%, #69b356 100%);
	background: -o-linear-gradient(left, #69b356 0%, #69b356 100%);
	background: linear-gradient(left, #69b356 0%, #69b356 100%);
	background: -ms-linear-gradient(left, #69b356 0%, #69b356 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69b356', endColorstr='#69b356', GradientType=1 );
}


form.jqtransformdone label{
	margin-top:0px;
	margin-right: 0;
	display: block;	
	margin-left: 23px;
	color: #343f47;
	font-size: 14px;
}
form.jqtransformdone label span{color: #6c7e8b;font-size: 12px;}
form.jqtransformdone label.orient{position: relative;}
form.jqtransformdone label.orient:after{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	background-image: url('/css/../images/sprite.png');
	background-color: transparent;
	background-repeat: no-repeat;
}
form.jqtransformdone label.orient.horiz:after{
	width: 20px;
	height: 10px;
	background-position: -28px -151px;
	top: 4px;
}
form.jqtransformdone label.orient.vertic:after{
	width: 10px;
	height: 20px;
	background-position: -16px -141px;
	right: 5px;
}
form.jqtransformdone label.orient.sque:after{
	width: 14px;
	height: 14px;
	background-position: 0px -147px;
	right: 3px;
	top: 4px;
}
form.jqtransformdone.cat-filter label{margin-right: 0px;margin-top: 4px;margin-left: 24px;}
form.jqtransformdone.reg-form .inp-row label,form.jqtransformdone.favour label{float: left;margin-left: 0px;margin-top: 4px;}
form.jqtransformdone.favour label{font-size: 11px;margin-top: 2px;margin-right: 0px;}
form.jqtransformdone.favour .jqTransformCheckboxWrapper{padding-left: 0px!important;margin-top: 0px!important;}

form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0px;
}

.jqTransformRadioWrapper {float: left;display:block;margin:1px 0 0;}
.jqTransformRadio {
	background: transparent url(/css/../images/img/radio.png) no-repeat center bottom;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	display:block;/*display: -moz-inline-block;*/
}

span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:-1px;
}
.cat-filter span.jqTransformCheckboxWrapper{margin-top: -2px;}
a.jqTransformCheckbox {
	background: transparent url(/css/../images/img/checkbox.png) no-repeat center bottom;
	vertical-align: middle;
	height: 17px;
	width: 16px;
	display:block;/*display: -moz-inline-block;*/
	margin-top: 3px;
}
a.jqTransformChecked { background-position: center top;}
.jqTransformHidden {display: none;}

input[type="text"], 
input[type="password"], 
input[type="date"], 
input[type="datetime"], 
input[type="email"], 
input[type="number"], 
input[type="search"], 
input[type="tel"], 
input[type="time"], 
input[type="url"], 
textarea { 
	background-color: transparent; 
	font-family: inherit; 
	border: 1px solid #51769e; 		
	color: #ffffff; 
	display: block; 
	margin: 0 0 12px 0; 
	padding: 6px; 
	height: 37px; 
	width: 100%; 
	-webkit-transition: all 0.15s linear; 
	-moz-transition: all 0.15s linear; 
	-o-transition: all 0.15s linear; 
	transition: all 0.15s linear; 
	outline: none;
}
input[type="text"].error, 
input[type="password"].error, 
input[type="date"].error, 
input[type="datetime"].error, 
input[type="email"].error, 
input[type="number"].error, 
input[type="search"].error, 
input[type="tel"].error, 
input[type="time"].error, 
input[type="url"].error, 
textarea.error {border: 1px solid #a62a2a !important;}
input.datepicker{background: #ffffff url('/css/../images/datepick.png') 100% 50% no-repeat;cursor: pointer;}
input[type="text"]:focus, input[type="password"]:focus, 
input[type="date"]:focus, input[type="datetime"]:focus, 
input[type="email"]:focus, input[type="number"]:focus, 
input[type="search"]:focus, input[type="tel"]:focus, 
input[type="time"]:focus, input[type="url"]:focus, 
textarea:focus { background-color: #2d4f8e; border-color: #6ca0d8; }

.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { 
	position: absolute; 
	z-index: 2; 
	width: 7px;
	height: 21px;
	cursor: pointer; 
	background: transparent url('/css/../images/sprite.png') -77px -73px no-repeat;
}
.ui-slider .ui-slider-range { 
	position: absolute; 
	z-index: 1; 
	font-size: .7em; 
	display: block; 
	border: 0; 
	/*background: transparent url('/css/../images/sl-ran.jpg') 0 0 repeat-x;*/
}

.ui-slider-horizontal { 
	height: 6px;
	background: transparent url('/css/../images/sl-hor.jpg') 0 0 repeat-x;
	width: 97%;
	margin-top: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	margin: 10px 0;
}
.ui-slider-horizontal .ui-slider-handle { top: -7px; margin-left: 0; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-tabs { position: relative; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { 
	margin: 0 0 50px; 
	padding: 0; 
	background-color: #f4d4a9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
.order-section .ui-tabs .ui-tabs-nav{text-align: center;}
.ui-tabs .ui-tabs-nav li { 
	list-style: none; 
	float: left; 
	position: relative; 
	top: 0; 
	margin: 0 10px 0 0; 
	border-bottom: 0; 
	padding: 0; 
	white-space: nowrap; 
	border: 0;
	background-color: transparent;
	text-align: center;
	background: none;
	
}
.order-section .ui-tabs .ui-tabs-nav li{float: none;display: inline-block;}
.ui-tabs .ui-tabs-nav li a span{
	font-size: 14px;	
	color: #343f47;
	font-style: italic;
	/*font-family: "PT Serif",serif;*/
	border-bottom: 1px dotted #343f47;
	line-height: 16px;
	display: inline-block;
}
span.tt{
	display: inline-block;
	vertical-align: top;
	margin-left: 5px;
	cursor: pointer;
	border: 0!important;
	width: 13px;
	height: 13px;
	background: transparent url('/css/../images/sprite.png') -27px -42px no-repeat;
}
.ui-tabs .ui-tabs-nav li:hover a span{border-color: transparent;}
.ui-tabs .ui-tabs-nav li a span strong{margin-left: 5px;color: #7d7d7d;font-weight: normal;font-family: inherit;font-size: inherit;}
.ui-tabs .ui-tabs-nav li a { display: inline-block; padding: .8em 1.5em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	background-color: #3a647c;	
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	margin-left: -7px;
	width: 0;	
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;	
	border-top: 8px solid #3a647c;	
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a span{border: 0;color: #ffffff}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, 
.ui-tabs .ui-tabs-nav li.ui-state-disabled a, 
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	position: relative;	
}

#ui-datepicker-div{
	z-index: 999!important;	
	width: 230px;
	background-color: #f6f6f6;
	box-shadow: 0 5px 7px rgba(0,0,0,.25)!important; 
	-moz-box-shadow: 0 5px 7px rgba(0,0,0,.25)!important; 
	-webkit-box-shadow: 0 5px 7px rgba(0,0,0,.25)!important;
	padding-bottom: 10px!important;
	
}
.ui-datepicker-header{position: relative;text-align: center;margin-bottom: 10px;padding-top: 8px;}
.ui-datepicker-prev,.ui-datepicker-next{
	position: absolute;
	width: 12px!important;
	height: 11px!important;
	background-color: transparent;
	background-image: url('/css/../images/sprite.png');
	background-repeat: no-repeat;
	top: 12px!important;
	display: block;
	cursor: pointer; 
	-moz-user-select: -moz-none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.ui-datepicker-prev span,.ui-datepicker-next span{display: none;}
.ui-datepicker-prev{left: 15px;background-position: 0 -25px;}
.ui-datepicker-next{right: 15px;background-position: -13px -25px;}

#ui-datepicker-div table{width: 92%;border-collapse: collapse;text-align: center;margin: 0 auto;}
#ui-datepicker-div table th{	
	background: transparent url('/css/../images/th.jpg') 0 100% repeat-x;	
	padding-bottom: 5px;
}
#ui-datepicker-div table th span{font-weight: normal;color: #5f5f5f;text-transform: lowercase;}
#ui-datepicker-div table td{border: 0;background: none;text-align: center;}
#ui-datepicker-div table td a{text-decoration: none;color: #4a4a4a;border: 0;background: none;font-weight: normal;}
#ui-datepicker-div table td a:hover,#ui-datepicker-div table td a.ui-state-active{color: #008bd3;font-weight: bold;}
#ui-datepicker-div table td a.ui-state-active,
#ui-datepicker-div table td.ui-datepicker-today a{font-weight: bold;}
.ui-tooltip {
	padding: 8px 15px;
	position: absolute;
	font-size: 16px;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 5px 7px rgba(0,0,0,.25)!important; 
	-moz-box-shadow: 0 5px 7px rgba(0,0,0,.25)!important; 
	-webkit-box-shadow: 0 5px 7px rgba(0,0,0,.25)!important;
	background-color: #f9f9f9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}
/* Fades and background-images don't work well together in IE6, drop the image */
* html .ui-tooltip {
	background-image: none;
}
body .ui-tooltip { border-width: 2px; }

.content-inner UL{
    /*margin-left: 30px !important;*/
}


.content-inner .map-objects-list  UL{
    margin-left: 0px !important;
}
/* End */


/* Start:/css/custom.css?162687588616058*/
select
{
	-webkit-appearance: none;
}
.objectsListWrap .ymaps-balloon {
	box-shadow: none;
	background: transparent;
	padding: 0;
	border: 0;
	margin: 0;
}

.objectsListWrap .ymaps-balloon .ymaps-balloon__content {
	background: transparent;
	padding: 0;
	border: 0;
	margin: 0;
}

.objectsListWrap .ymaps-balloon .ymaps-balloon__content > ymaps {
	width: 532px !important;
}

.objectsListWrap .ymaps-balloon__close-button {
	margin-right: 54px;
	margin-top: 84px;
}

.objectsListWrap .ymaps-balloon_to_top .ymaps-balloon__tail {
	display: none;
}

.objectsListWrap .map-popup, #objectsList .map-popup *, .objectsListWrap .map-popup *:before, .objectsListWrap .map-popup *:after {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
/*
.objectsListWrap .map-popup {
	margin: 88px;
}
*/
.objectsListWrap .map-popup .items-list {
	background-color: #ffffff;
	position: absolute;
	right: 30px;
	bottom: 55px;
	padding: 15px 20px;
	min-width: 250px;
	max-width: 100%;
	box-shadow: 0 5px 38px rgba(0,0,0,.38);
	-moz-box-shadow: 0 5px 38px rgba(0,0,0,.38);
	-webkit-box-shadow: 0 5px 38px rgba(0,0,0,.38);
	margin-left: 15px;
	width: 100%;
	max-width: 350px;
	display: none;
	z-index: 9999;
}

.objectsListWrap .map-popup .items-list .list-title.columns {
	color: #2e4a7d;
}

.objectsListWrap .map-popup .items-list .columns {
	margin-bottom: 8px;
	color: #60657c;
	line-height: 1.5;
	padding-left: 10px;
	padding-right: 10px;
}

.map-popup {
	min-width: 400px;
	width:  auto;
}

.ymaps-map .ymaps-places-pane * {
	font-family: Arial;
}

.act-item.hidden, .news-row.hidden {
	display:none;
}

.bank-popup-full {
	background-color: #fff;
	padding: 50px;
}

.hidden {
	display: none;
}

.hide-all{
	text-align: center;
	display: none;
	border: 2px solid #accbde;
	padding: 10px 30px;
	background-color: transparent;
	color: #0076a3;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
	/*font-family: 'din-m';*/
	text-decoration: none;
	margin: 20px 0;
    /*width: 200px;*/
}
.hide-all:hover{background-color: #ffffff;color: #1894c8;}
.hide-all span{position: relative;padding-right: 20px;}
.hide-all span:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -3px;
	height: 7px;
	width: 11px;
	background: transparent url('/css/../images/sprite.png') -95px -109px no-repeat;
}
.hide-all:hover span:after{background-position: -95px -102px;}

.information .hide-all{border-color: #3ddcef;}
.information .hide-all:hover{background-color: #f9f9f9;}

/*акция+финальная отделка*/
.apartments-layout .list .item.finish.sale:after {
	content: "";
	position: absolute;
	right: -10px;
	top: -10px;
	width: 29px;
	height: 59px;
	background: transparent url('/images/sprite.png') -41px -116px no-repeat;
}
/*забронировано*/
.apartments-layout .list .item.booked:before {
	content: "Забронировано";
	position: absolute;
	right: -10px;
	top: -10px;
	display: block;
	width: 82px;
	height: 20px;
	border: 1px solid #ed7126;
	color: #ed7126;
	text-transform: uppercase;
	line-height: 20px;
	text-align: center;
	background: #fff;
	font-size: 8px;
}
/*акция+забронировано*/
.apartments-layout .list .item.booked.sale:before {
	right: 34px;
}




select.cityChange {
	border: 0;
	padding: 0;
	margin: 0;
	/*color: #1894c8;*/
    color: black;
	/*font-family: 'din-r',sans-serif;*/
 	font-size: 15px;
	width: auto;
	padding-right: 40px;
	background-color: transparent;
	background: url('/css/../images/sel-arr.png') no-repeat 90% 55%;
	height: auto;
	line-height: normal;
}

select.cityChange:focus {
	background-color: transparent;
}

.pops {
	background-color: #ffffff;
	position: absolute;
	right: 10px;
	bottom: 18px;
	z-index: 999;
	padding: 15px 20px;
	min-width: 250px;
	max-width: 100%;
	box-shadow: 0 5px 38px rgba(0,0,0,.38);
	-moz-box-shadow: 0 5px 38px rgba(0,0,0,.38);
	-webkit-box-shadow: 0 5px 38px rgba(0,0,0,.38);
	margin-left: 15px;
	width: 100%;
	max-width: 350px;
	display: none;
	color: #3e3e3e;
}

.object-contacts {
	min-height: 700px;
}

.fancybox-inner .object-contacts {
	padding: 0;
	margin: 0;
	width: 300px;
	position: static;
}

.fancybox-inner .object-contacts form {
	position: static;
	height: 600px;
}

.chk-row {
	cursor: pointer;
}

.all-objects {
	padding: 10px 30px;
	margin: 20px 0;
	color: #2e4a7d;
	border: 2px solid green;
	text-align: center;
	font-weight: 600;
	display: block;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*font-family: 'din-r';*/
	text-decoration: none;
}

.all-objects span {
	position: relative;
	padding-right: 20px;
}

.all-objects span:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
	width: 7px;
	height: 11px;
	background: transparent url('/css/../images/sprite.png') 0 -38px no-repeat;
}

body > font {
	display: none;
}

.rose {
	/*text-align: center;*/
	position: relative;
	min-height: 50px;
	padding-top: 10px;
}
.rose.green {
	padding-left: 80px;
	text-align: left;
}
.rose.gray {
	/*padding-right: 80px;*/
	text-align: left;
}
.rose:after {
	position: absolute;
	top: 2px;
	left: 14px;
	width: 64px;
	height: 65px;
	content: "";
	display: block;
}

.rose.green:after {
	background: url(/images/rose-green.png) 0 0 / 100% auto no-repeat;
}

/*.rose.gray:after {*/
	/*background: url(/images/rose-gray.png) 0 0 no-repeat;*/
	/*left: auto;*/
	/*right: 0;*/
/*}*/


.fancybox-title-inside-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 20px;
	background: rgba(0, 0, 0, 0.5);
	color:#fff;
	font-size: 16px;
	margin: 5px;
}

.allList .map-popup {
	height: 125px !important;
}

.close-button {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 8040;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBvbHlnb24gZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIHBvaW50cz0iMTQsMC43IDEzLjMsMCA3LDYuMjk5IDAuNywwIDAsMC43IDYuMyw3IDAsMTMuMjk5IDAuNywxNCA3LDcuNyAxMy4zLDE0IDE0LDEzLjI5OSA3LjcsNyIvPjwvc3ZnPg==");
	background-repeat: no-repeat;
	background-position: 50%;
	opacity: 0.3;
}

.close-button:hover {
	opacity: 1;
}

.object-popup .main-info .top {
	/*height: 230px !important;*/
	padding: 0 15px 0 25px !important;
}

.object-popup .main-info .sq-params .cols.first {
	width: 38%;
}

.object-popup .main-info .sq-params .cols {
	width: 31%;
}

.object-popup .call .title {
	font-size: 1.3em !important;
	margin-bottom: 10px !important;
}

.object-popup .call {
	/*bottom: 390px !important;*/
	/*height: 130px !important;*/
	padding: 20px 25px !important;
}

.object-popup .main-info form {
	/*height: 400px !important;*/
}

.object-popup .main-info form .info {
	margin-bottom: 10px !important;
}

.object-popup .main-info form textarea {
	border-color: #ffffff;
	margin-bottom: 0;
	resize: none;
	height: 65px;
}

.object-popup .main-info form .inp-row {
	margin-bottom: 15px !important;
}

.object-popup .main-info form textarea:focus {
	background-color: #3f9255;
}

.popup.message {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	padding: 40px 50px;
	background: #fff;
}

textarea {
	resize: none;
}

.search-page .button {
	min-height: 35px;
	padding-top:0;
}

.search-page table td {
	vertical-align: top;
}

.companuy-structure h2 {
	text-align: left !important;
	/*font-family: 'din-r' !important;*/
}

.top-filter.flats .col.first, .top-filter.flats .col.second, .top-filter.flats .col.third {
	width: 16%;
}

.warning {
	border: 1px red solid;
	padding: 5px;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}

.ruble.large {
	font-size: 0;
	background: url(/images/ruble_large.png);
	width: 10px;
	height: 13px;
	display: inline-block;
}

.ruble.white {
	font-size: 0;
	background: url(/images/ruble_white.png);
	width: 12px;
	height: 16px;
	display: inline-block;
}

/*.ruble.small {
	font-size: 0;
	background: url(/images/ruble_small.png);
	width: 9px;
	height: 11px;
	display: inline-block;
}*/
.ruble.small {
	font-family: 'als_rublregular';
}
.ruble.small:after {
	position: relative;
	content: 'a';
	font-weight: inherit;
	font-size: inherit;
	color: inherit;
}

#about h2 {
	margin: 15px 0;
}

.objectsListWrap td.group {
	text-align: left;
	font-size: 18px;
	padding: 10px !important;
	height: 40px;
	vertical-align: middle;
}

#formHouseRequest .b-input {
	width: 100%;
	position: relative;
}

#formHouseRequest .b-input input, #formHouseRequest .b-input textarea {
	color: #FFF;
}

.modal-window input[type=checkbox] + label:after,
.pseudo_radio_checkbox input[type=radio] + label:after
{
	content: "";
	position: absolute;
	left: 0;
	width: 14px;
	height: 14px;
	background: transparent url('/css/../images/sprite.png') no-repeat -44px -61px;
	top: 7px;
}

.modal-window input[type=checkbox]:checked + label:after,
.pseudo_radio_checkbox input[type=radio]:checked + label:after
{
	background-position: -44px -76px;
}

.modal-window .chk-row.chk:after {
	display:none;
}

.table-sort table tr:nth-child(2n){
	//background:#e9e9e9;
}

.special-check input[type=checkbox]:checked + label:before {
	content: '\2714';
	font-size:22px;
	line-height:9px;
	background: none;
	color:#23385f;

}
.flat-sort__icon {
	width: 8px;
	height: 5px;
	top: 6px;
	right: -6px;
}

.table-sort table tr.blank td {
	font-size: 14px;
}

.table-sort table tr.blank td strong {
	font-size: 16px;
}

.table-sort table tr.blank td  a {
	color: #23385f;
}

.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-30 {
	margin-bottom: 30px;
}

.center-text {
	text-align: center;
}


.object_build {
	display: none;
}
.object_build.opened {
	display: table-row;
}

.object_build .build {display: inline-block;margin-right: 20px;}
.object_build .build span {color: #23385f;font-size: 14px;margin-right: 5px;}
select.cityChange::-ms-expand {
            border: none;
            background: transparent;
            color: transparent;
        }


* {
	-webkit-user-select: none;  
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.no-copybreak *,
form * {
	-webkit-user-select: initial !important;
	-moz-user-select: initial !important;
	-ms-user-select: initial !important;
	user-select: initial !important;
}


.page-block-title {
	font: 17px 'Raleway-Light', sans-serif;
	color: #575756;
	padding: 0 0 0 27px;
	margin-bottom: 20px;
}
.page-block-title.top-form {
	padding-top: 21px;
}
.page-block-title__represents {
	padding-top: 18px;
}
.page-block-title__depart-contact {
	margin-bottom: 10px;
}

/*============================*/
.question-form-container {
	margin: 40px 0 19px;
}

.question-form-container .chosen-single{
	padding: 0 0 0 10px;
	font-size: 14px;
}

.question-form-container .question-form {
	padding: 20px 25px;
}

/*============================*/
.represents {
	margin: 0px 40px 37px;
	padding: 15px 0 0;
}
.represents__item {
	display: inline-block;
	vertical-align: middle;
	width: 355px;
	margin-bottom: 21px;
	opacity: 1;

	transition: opacity .3s;
}
.represents__item:link,
.represents__item:visited {
	color: #575756;
	text-decoration: none;
}
.represents__item:hover {
	opacity: 0.5;
}

.represents__image {
	display: inline-block;
	vertical-align: middle;
	width: 47px;
	height: 47px;
	margin-right: 10px;
	border-radius: 50%;
	/*border: 1px solid transparent;*/
	background-position: center;
	background-size: contain;
}
.represents__image.bordered {
	border-color: #575756;
}


.represents__name {
	display: inline-block;
	vertical-align: middle;
	font-family: 'Raleway-Regular', Tahoma, sans-serif;
	font-size: 20px;
}
/*================================*/

.depart-widget {
	margin: 0 29px 65px;
}
.depart-widget__row {
	margin-bottom: 3px;
}
.depart-widget__phone {
	display: inline-block;
	margin-right: 1px;
	font-size: 21px;
	font-weight: 700;
	transition: opacity .3s;
}
.depart-widget__phone:link,
.depart-widget__phone:visited {
	color: #575756;
	text-decoration: none;
}
.depart-widget__phone:hover {
	opacity: 0.5;
}
.depart-widget__note {
	font-size: 13px;
}
.depart-widget__email {
	font-size: 13px;
}
/*==============================*/

.left-menu {
	margin-bottom: 38px;
}

/*------------------------*/
/*блок счётчика квартир*/

@font-face {
	font-family: 'clear_sans';
	src: url('/css/fonts/clearsans-regular.ttf') format('truetype'),
	url('/css/fonts/clearsans-regular.svg#clear_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'clear_sans';
	src: url('/css/fonts/clearsans-bold.ttf') format('truetype'),
	url('/css/fonts/clearsans-bold.svg#clear_sansbold') format('svg');
	font-weight: bold;
	font-style: normal;
}

.app-counter {
	font-family: 'clear_sans', arial, sans-serif;
	color: #fff;
	margin: 24px;
}
.app-counter__title {
	margin-bottom: 4px;
	font-family: 'clear_sans', arial, sans-serif;
	font-size: 10px;
	line-height: 1em;
	white-space: nowrap;
	letter-spacing: -0.01em;
}
.app-counter__title b {
	font-family: 'clear_sans', arial, sans-serif;
	font-weight: bold;
}

.app-counter__body {
	display: flex;
	padding: 7px 5px;
	border: 1px solid #a7dbf7;
}
.app-counter__value {
	flex: 1 0;
	font-family: 'clear_sans', arial, sans-serif;
	text-align: center;
	margin: -2px 5px 0 0;
}
.app-counter__number {
	font-family: 'clear_sans', arial, sans-serif;
	font-weight: 700;
	white-space: nowrap;
	color: #a7dbf7;
	font-size: 35px;
	line-height: 0.9em;
	letter-spacing: -0.05em;
}
.app-counter__measure {
	font-family: 'clear_sans', arial, sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.1em;
	letter-spacing: 0.07em;
}
.app-counter__descr {
	font-family: 'clear_sans', arial, sans-serif;
	flex: 0 0 58px;
	font-size: 10px;
	line-height: 1em;
}
/*------------------------*/


.subscribe-grid {
	display: grid;
}

.subscribe-grid__title {
	grid-area: title;
	align-self: center;
}

.subscribe-grid__input {
}
.subscribe-grid__input--name {
	grid-area: name;
}
.subscribe-grid__input--phone {
	grid-area: phone;
}
.subscribe-grid__input--contract {
	grid-area: contract;
}
.subscribe-grid__input--email {
	grid-area: email;
}
.subscribe-grid__input--agreement {
	grid-area: agreement;

}

.subscribe-grid__submit {
	grid-area: submit;
	align-self: center;
}

.subscribe-grid--expanded {
	margin: 5px 0;
	/*grid-template-columns: 19.74% 25.81% 25.81% 23.67%;*/
	/*grid-template-columns: 234px 310px 288px 244px;*/
	/*grid-template-columns: auto 310px 288px 244px;*/
	grid-template-columns: auto 27.91% 25.93% 22.00%;

	grid-template-rows: auto;
	grid-template-areas:
			"title name     phone submit"
			"title contract email submit"
			".        .     agreement agreement";

	grid-column-gap: 12px;
	grid-row-gap: 12px;
}

/*--------------------------*/

.booked-label {
	display: flex;
	color: #f28d20;
	justify-content: left;
	align-content: center;
}
.booked-label__icon {
	flex: 0 0 22px;
	width: 22px;
	height: 21px;
	margin-right: 15px;
	background: url("/images/booked-home.svg");
}
.booked-label__text {
	font: 16px 'Raleway-Light', sans-serif;
}



/*shrunk vertical sizes in the objects popup (left menu)*/

#filter-all fieldset {
	padding: 7px 15px;
	margin-bottom: 15px;
}
#filter-all fieldset div a {
	padding: 2px 15px;
}
.left-bar .objects-sections .item .sub {
	top: -220px;
}

/* object new slider */
.object-slider-new {
    position: relative;
}
.object-slider-new__slide {
    background-repeat: no-repeat;
    background-position: top right;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 481px;
}

.swiper-pagination {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
}
.swiper-pagination-bullet {
    margin: 0 3px;
    display: inline-block;
    background: #fff;
    opacity: 0.4;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-button-prev {
    left: 10px;
}

.swiper-button-next {
    right: 180px;
}

.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
    outline: none;
}

/* End */
/* /css/foundation.css?16268758867703 */
/* /css/jquery.fancybox.css?16268758864014 */
/* /css/jquery.bxslider.css?16268758864039 */
/* /css/jquery.nouislider.css?16268758862947 */
/* /css/jquery.mCustomScrollbar.css?162687588653998 */
/* /css/swiper.css?162687588622251 */
/* /css/chosen.css?162687588612854 */
/* /css/user.css?1626875886234136 */
/* /css/common.css?162687588614506 */
/* /css/custom.css?162687588616058 */
