@font-face {
    font-family: 'ikea_sans_boldregular';
    src: url('../files/fonts/ikea_sans_bold.eot');
    src: url('../files/fonts/ikea_sans_bold.eot#iefix') format('embedded-opentype'),
         url('../files/fonts/ikea_sans_bold.woff') format('woff2'),
         url('../files/fonts/ikea_sans_bold.woff') format('woff'),
         url('../files/fonts/ikea_sans_bold.ttf') format('truetype'),
         url('../files/fonts/ikea_sans_bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ikea_sans_heavyregular';
    src: url('../files/fonts/ikea_sans_heavy.eot');
    src: url('../files/fonts/ikea_sans_heavy.eot#iefix') format('embedded-opentype'),
         url('../files/fonts/ikea_sans_heavy.woff') format('woff2'),
         url('../files/fonts/ikea_sans_heavy.woff') format('woff'),
         url('../files/fonts/ikea_sans_heavy.ttf') format('truetype'),
         url('../files/fonts/ikea_sans_heavy.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ikea_sansregular';
    src: url('../files/fonts/ikea_sans.eot');
    src: url('../files/fonts/ikea_sans.eot#iefix') format('embedded-opentype'),
         url('../files/fonts/ikea_sans.woff') format('woff2'),
         url('../files/fonts/ikea_sans.woff') format('woff'),
         url('../files/fonts/ikea_sans.ttf') format('truetype'),
         url('../files/fonts/ikea_sans.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'blisspro';
    src: url('../files/fonts/blisspro-regular.eot');
    src: url('../files/fonts/blisspro-regular.eot#iefix') format('embedded-opentype'),
         url('../files/fonts/blisspro-regular.woff') format('woff2'),
         url('../files/fonts/blisspro-regular.woff') format('woff'),
         url('../files/fonts/blisspro-regular.ttf') format('truetype'),
         url('../files/fonts/blisspro-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.f-reg {
	font-family: 'ikea_sansregular';
}
.f-bold {
	font-family: 'ikea_sans_boldregular';
}
.f-heavy {
	font-family: 'ikea_sans_heavyregular';
}

*, a:focus {
	outline: none;
}
img {
	display:block;
}
a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.mobile * {
	-webkit-backface-visibility: hidden;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 110%;
}
ul, ol {
	padding-left: 20px;
}
.jspPane>div>*:first-child {
	margin-top: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: 'ikea_sansregular', Verdana, Geneva, sans-serif;
	font-size: 14px;
	position: relative;
	background: #000;
	color: #000;
	min-width: 1400px;
	min-height: 740px;
	width: 100%;
	height: 100%;
}

/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(http://www.moscovsky-park.ru/assets/css/layout.css?v148#default#VML);
	display: inline-block;
	position: absolute;
	}

/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(http://www.moscovsky-park.ru/assets/css/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(http://www.moscovsky-park.ru/assets/css/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(http://www.moscovsky-park.ru/assets/css/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
.map_place .maps-marker-object, .project__map-place  .maps-marker-object{
	position: absolute;
    width: 79px;
    height: 72px;
    margin: -72px -39px;
    background: url(../i/sprite.png) no-repeat -909px -241px;
}
.test {
	border: 1px solid #F00;
}
.upper {	
	text-transform: uppercase;
}
.z-1 {
	z-index: 1;
}
.z-2 {
	z-index: 2;
}
.z-3 {
	z-index: 3;
}
.events-none {	
	pointer-events: none;
}
.css_ani, .entrances_image_frame:after, .constr_item:after, .footer_link.n1:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sq_btn, .action_popup, .send_btn {
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
#body_frame, #centrer1, #centrer2, .bg_img, .load_frame, 
.scroll_frame, #bg_video, #preloader_frame, .rotate_help_frame, 
.pano_place.off:after, .map_place, .popup_overlay, .plans_map_cont, 
.plans_map,  .floor_map_cont, .floor_map, .apart_img, .korp_det_val, 
.div_100, .bg_img-fl {
	position:absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.bg_img-fl{
	width: auto;
}
#body_frame, .load_frame {
	overflow: hidden;
}
#bg_video {
	display: none;
}
#bg_video, #bg_video>* {
	width: 100% !important;
	height: 100% !important;
}
#preloader_frame {
	z-index: 10000;
	background: url('../i/blank.gif');
	display: none;
}
.preloader_img, #fancybox-loading {
	position: absolute;
	width: 32px;
	height: 32px;
	padding: 10px;
	margin: -26px;
	top: 50%;
	left: 50%;
	background-color: #0070bb;
	background-image: url('../i/ajax-loader.gif');
	background-repeat: no-repeat;
    background-position: center center;
}
.preloader_img {
	background-image: none;
}
.popup_overlay, .fancybox-default-overlay {
	background: url('../i/px051.png');
}
.popup_overlay {
	display: none;
	z-index: 8010;
}
.v-align {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    white-space: nowrap;
	font-size: 0;
}
.v-align>div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    white-space: normal;
}
.v-align:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.shadow, .constr_item_shadow {
	position: absolute;
	width: 100%;
	height: 380px;
	bottom: 0;
	background: url('../i/shadow.png') repeat-x;
	left: 0;
}
.shadow.white {
	height: 221px;
	background-image: url('../i/shadow-white.png');
}
#centrer1 .page404_frame {
	background: #fff;
}
.page404_frame h1 {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -30px;
	font-size: 25px;
	line-height: 30px;
	color: #000;
}
.rotate_help_frame {
	z-index: 50000;
	background: url('../i/px080.png');
	cursor: pointer;
	display: none;
}
.rotate_help {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -300px;
}
.corner_pos {
	position: absolute;
	top: 20%;
	left: 15%;
	margin: -36px 0 0 -88px;	
}
.back_btn {
	margin: -130px 0 0 -182px;
}
.menu_frame {
	width: 100%;
	height: 0;
	z-index: 100;
	display: none;
	text-align: center;
}
.menu_content {
	position: absolute;
	width: 265px;
	height: 333px;
	background: url('../i/sprite.png') -5px -5px;
	top: 0;
	left: 0;
}
.menu_frame.small .menu_content {
	height: 94px;
	margin-top: -94px;
}
.menu_frame.small .logo {
	top: 25px;
}
.menu {
	padding: 65px 0 0 0;
}
.menu_a, .submenu_a,  .video_link{
	display: block;
	text-align: right;
	height: 19px;
	padding-right: 30px;
	line-height: 19px;
	text-decoration: none;
	color: #b7def9;
	font-size: 12px;
}
.menu_a:hover, .menu_a.active, .submenu_a:hover, .submenu_a.active, .video_link:hover, .video_link.active {
	color: #fff;
}
.video_link{
	cursor: pointer;
}
.submenu_over {
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 100%;
	overflow: hidden;
}
.menu_a_frame:hover .submenu_over {
	width: 100%;
}
.submenu_frame {
	left: auto;
	right: 0;
	background: #006aae;
	width: 265px;
}
.submenu_a, .video_link {
	padding: 0 0 0 35px;
	text-align: left;
}
.logo {
	position: absolute;
	width: 197px;
	height: 45px;
	top: 15px;
	right: 30px;
	background: url('../i/sprite.png') -277px -5px;
}
.footer {
	position: absolute;
	bottom: 0;
	z-index: 10;
}
.footer.n1 {
	left: 19px;
	margin-bottom: 43px;
	width: 1000px;
	height: 0;
}
.footer_soc {
	position: relative;
	display: block;
	width: 33px;
	height: 33px;
	float: left;
	background: url('../i/sprite.png') -767px -551px;
}
.footer_soc.vk {
	background-position: -807px -551px;
}
.footer_soc.in {
	background-position: -848px -551px;
}
.footer_soc+.footer_soc {
	margin-left: 10px;
}
.footer.n2 {
	right: 22px;
	width: 315px;
	height: 32px;
}
.footer.n3 {
	left: 50%;
	margin-left: -93px;
	width: 186px;
	height: 47px;
	background: url('../i/sprite.png') -287px -679px;
}
.footer_phone {
	font-size: 20px;
	color: #fff;
	margin-left: 20px;
}
.ani_toggle, .audio_toggle {
	cursor: pointer;
	margin-right: 20px;
}
.art3d {
	width: 52px;
	height: 12px;
	background: url('../i/sprite.png') -767px -628px;
	position: absolute;
	right: 0;
	bottom: 16px;
}
.close_btn, a.fancybox-close {
	top: 0;
	right: 0;
	z-index: 1;
}

.phase__btn {
	position: absolute;
	left: 100%;
	cursor: pointer;
}

/* .text-toggle__close::after, .fancybox-close::after, .close_btn::after, .plans_close::after {
    content: '';
    position: absolute;
    width: 27px;
    height: 27px;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
    background: url('../i/sprite.png') -482px -89px;
}
.text-toggle__close, .fancybox-close, .close_btn, .plans_close {
    position: absolute;
    width: 63px;
    height: 63px;
    z-index: 10;
    top: 0;
    left: 100%;
    cursor: pointer;
    background-color: #E0E0E0 !important;
} */

.office_sel {
	position: relative;
	cursor: pointer;
	font-size: 18px;
	margin: 10px 0;
	text-decoration: underline;
}
.office_sel.active {
	color: #00F;
	text-decoration: none;
}
.open_feedback {
	margin-top: 40px;
	cursor: pointer;
}
.open_feedback+.open_feedback {
	margin-top: 10px;
}
.video_popup_center {
	position: absolute;
	top: 50%;
	left: 50%;
	display: none;
}
.video_close {
	margin: 0;
	top: -94px;
	right: -94px;
	position:absolute;
	width:94px;
	height:94px;
	background: #423a39;
	cursor:pointer;
}
.video_close:after {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../i/sprite.png') -447px -56px;
}
.blur {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-ms-filter: blur(3px);
	-o-filter: blur(3px);
	filter: blur(3px);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation='3'/></filter></svg>#blur");
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=3);
}


/* главная */

.skip_intro, .open_video {
	position: absolute;
	width: 150px;
	line-height: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	background: #F30;
	top: 70%;
	left: 50%;
	margin: 60px 0 0 -75px;
	cursor: pointer;
}
.skip_intro {
	margin-top: 100px;
	z-index: 10;
}
.slideshow_btn_frame {
	position: absolute;
	top: 80%;
	left: 50%;
	height: 20px;
	width: 80px;
	margin: 70px 0 0 -40px;
}
.slideshow_btn {
	position: relative;
	width: 14px;
	height: 14px;
	margin: 3px;
	background: #F90;
	cursor: pointer;
	float: left;
}
.slideshow_btn.active {
	background: #03F;
}
.slideshow_btn2 {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	background: #F0F;
	cursor: pointer;
}
.slideshow_btn2.prev {
	left: -30px;
}
.slideshow_btn2.next {
	right: -30px;
}


/* о проекте */

.page_title, .page_title2 {
	margin: -36px 0 0 177px;
	height: 103px;
	background: #0070bb;
	padding: 0 50px;
	width: auto;
	white-space: nowrap;
}
.search-plan-room, .search-plan-room-num{
	margin: -36px 0 0 469px;
	height: 103px;
	background: #005a95;
	padding: 0 23px;
	width: auto;
	white-space: nowrap;
}
.search-plan-prise{
    position: absolute;
    width: 360px;
    height: 146px;
    background: #288243;
    display: block;
    display: block;
    left: 15%;
    top:20%;
    margin: 297px 0 0 -183px;
}
.search-plan-prisei-title{
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    padding-top: 40px;
    color: #fff;
    font-family: 'ikea_sans_heavyregular';
    text-transform: uppercase;
}
.search-plan-room-num{
	cursor: pointer;
	padding: 0 40px;
	margin-left: 732px;
 	background: #a6a6a6;
 	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.search-plan-room-num.n1:hover, .search-plan-room-num.n1.active{
	background: #6f9700; 
}
.search-plan-room-num.n2:hover, .search-plan-room-num.n2.active{
	background: #3f6c11; 
}
.search-plan-room-num.n3:hover, .search-plan-room-num.n3.active{
	background: #1c4f16; 
}
.search-plan-room-num.n2{
	margin-left: 829px;
	background: #bbbbbb; 
}

.search-plan-room-num.n3{
	margin-left: 926px;
	background: #989898; 
}

.search-plan-room>div, .search-plan-room-num>div{
	font-size: 29px;
	line-height: 26px;
	color: #fff;
    font-family: 'ikea_sans_heavyregular';
	text-transform: uppercase;
}
.page_title2 {
	margin: 0;
	top: 0;
	left: 100%;
	background: #48b497;
	height: 94px;
}
.page_title>div, .page_title2>div, .docs_title2, .feedback_name>div {
	font-size: 29px;
	line-height: 26px;
	color: #fff;
    font-family: 'ikea_sans_heavyregular';
	text-transform: uppercase;
}
.text_bg {
	position: absolute;
	width: 430px;
	height: 40%;
	padding-bottom: 150px;
	margin: 67px 0 0 177px;
	background: #fcfcfc;
}
.text_scroll, .text_style, .copy_text .v-align>div, .confidentiality_text .v-align>div  {
	color: #7f7f7f;
	font-size: 15px;
	line-height: 18px;
}
.text_scroll {
	position: absolute;
	top: 40px;
	left: 47px;
	right: 47px;
	bottom: 40px;
}
.home_pano_popup .text_scroll{
	top:60px;
}
.browser_scroll {
	overflow: auto;
}

/* динамика строительства */

.carousel_frame {
	position: absolute;
	width: 100%;
	height: 0;
}
.carousel_over {
	position: absolute;
	width: 1080px;
	overflow: hidden;
	margin: -133px 0 0 -540px;
	top: 0;
	left: 50%;
}
.carousel_line {
	position: relative;
	overflow: hidden;
	left: 0;
	width: 100000px;
}
.carousel_item {
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
}
.g_btn, a.fancybox-nav span {
	top: 50%;
	margin-top: -47px;
}
a.fancybox-prev span {
	left: 0;
}
a.fancybox-next span {
	right: 0;
}

/* новости */

.news_item {
	text-decoration: none;
	display: block;
	width: 255px;
	height: 230px;
	float: left;
	background: #fff;
	color: #7f7f7f;
	font-size: 15px;
	line-height: 18px;
}

.last_news_frame:hover .news_item, .news_item:hover {
    color: #6B6B6B;
}

.to_all_news {
    position: absolute;
    right: 20px;
    bottom: 15px;
    font-size: 15px;
    text-decoration: underline;
    color: #a7ba36;
}

.last_news_frame:hover .to_all_news {
    color: #8BA121;
}

.news_item.dark {
	background: #f8f8f8;
}
.news_item_padding {
	position: relative;
	top: 20px;
	left: 20px;
	width: 185px;
	height: 180px;
	overflow: hidden;
	display: block;
	text-decoration: none;
}
.news_popup {
	position: absolute;
	width: 635px;
	z-index: 110;
	height: 40%;
	padding-bottom: 380px;
	margin: -116px 0 0 177px;
    background: #fcfcfc;
}
.news_popup_close {
	right: auto;
	left: 100%;
}
.news_frame .news_popup {
	display: none;
}
.news_date {
	font-size: 14px;
}
.news_title {
	font-size: 19px;
	color: #00c1e8;
	line-height: 23px;
	text-transform: uppercase;
	font-family: 'ikea_sans_heavyregular';
}
.last_news_frame:hover .news_title, .news_item:hover .news_title {
    color: #00AADE;
}

.news_list .carousel_frame, .news_list .carousel_over {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
}
.news_list .carousel_line {
	width: 100%;
	top: 0;
}
.news_list .carousel_arrow {
	width: 94px;
	height: 94px;
	background: #514746;
	margin: 0;
	top: auto;
	bottom: 0;
	display: none;
}
.news_list .carousel_arrow.active {
	display: block;
}
.news_list .carousel_arrow.left {
	margin-bottom: 94px;
	background: #5a4f4e;
}
.news_list .carousel_arrow.right:after { 
	background-position: -180px -645px;
}
.news_list .carousel_arrow.left:after {
	background-position: -180px -551px;
}
.news_popup .news_title {
	font-size: 28px;
	line-height: 35px;
	margin-top: 10px;
}
.news_year_link_frame {
	width: 170px;
	height: 192px;
	margin: 297px 0 0 7px;
	background: #a2b137;
}
.news_year_link, .news_year_cur {
	position: relative;
	height: 64px;
	text-decoration: none;
	display: block;
}
.news_year_cur {
	text-align: center;
	line-height: 64px;
	color: #fff;
	font-size: 41px;
	font-family: 'ikea_sans_heavyregular';
}
.news_year_link.active:hover {
    background-color: #8EA122;
}
.news_year_link.prev {
	background: #aaba38;
}
.news_year_link.next {
	background: #9ead35;
}
.news_year_link:after {
	content: '';
	position: absolute;
	display: block;
	left: 50%;
	width: 27px;
	height: 17px;
	margin: -9px -14px;
	background: url('../i/sprite.png');
}
.news_year_link.prev:after {
	background-position: -972px -43px;
	top: 50%;	
}
.news_year_link.next:after {
	background-position: -972px -63px;
	bottom: 50%;
}
.news_year_link.prev.active:after {
	background-position: -942px -43px;
}
.news_year_link.next.active:after {
	background-position: -942px -63px;
}
.news_year_link>div {
	position: absolute;
	left: 50%;
	font-size: 21px;
	line-height: 17px;
	margin: -9px 28px;
	color: #c7d46f;
}
.news_year_link.prev>div {
	top: 50%;
}
.news_year_link.next>div {
	bottom: 50%;
	color: #beca6b;
}
	

/* документы */

.documents_frame .text_scroll a {
	position: relative;
	display: block;
	min-height: 35px;
	text-decoration: none;
	padding: 20px 0 0 65px;
}
.documents_frame .text_scroll a+a {
	margin-top: 20px;
}
.documents_frame .text_scroll a:before {
	content: '';
	display: block;
	position: absolute;
	width: 37px;
	height: 55px;
	top: 0;
	left: 0;
	background: url('../i/sprite.png') -219px -216px;
}

/* параллакс */

.p_item .div_100 {
	width: 110%;
	height: 110%;
	left: -5%;
	top: -5%;
}



/* панорамы */

.pano_open_btn {
	position: absolute;
	width: 55px;
	height: 59px;
	margin: -59px 0 0 -37px;
	background: url('../i/sprite.png') -267px -5px;
	z-index: 1;
	cursor: pointer;
}
.pano_open_btn:hover {
	background-position: -329px -5px;
}
.pano_place, .pano_screen, .pano_place .shadow {
	z-index: 1;
}
.pano_place.off:after {
	content: '';
	background: url('../i/blank.gif');
	display: block;
	z-index: 1;
}
.pano_place {
	display: none;
	background: #000;
}
.pano_help {
	position: absolute;
	width: 368px;
	height: 368px;
	margin: 44px 0 0 177px;
	background: url('../i/px093.png');
}
.pano_help:after {
	content: '';
	position: absolute;
	width: 166px;
	height: 214px;
	top: 50%;
	left: 50%;
	margin: -107px 0 0 -83px;
	background: url('../i/sprite.png') -5px -548px;
}
.pano_help2 {
	position: absolute;
	width: 329px;
	height: 70px;
	top: 85%;
	left: 50%;
	margin: -35px 0 0 -115px;
	background: url('../i/sprite.png') -147px -450px;
}
	

/* квартиры */

.plans_map_svg {
	z-index: 1;
}
.blur_bg, .floor_frame, .korpus_frame .windrose.n0 {
	z-index: 10;
	display: none;
}
.floor_frame {
	z-index: 100;
}
.floor_frame {
	position: absolute;
	margin-left: 295px;
	background: #fff;
	height: 580px;
	width: 50%;
	padding-right: 90px;
}
.plans_minimap {
    position: absolute;
    width: 160px;
    bottom: 20px;
    left: 20px;
   /*  width: 200px;
   bottom: 25px;
   left: 25px; */
}
.opened_floor .blur_bg, .opened_flat .blur_bg {
	display: block;
}
.plan_frame {
	position: absolute;
	top: 8%;
	bottom: 8%;
	left: 15%;
	right: 15%;
	margin: 0 -50px;
}
.plan_frame.active {
	margin-right: 150px;
}
.plan_frame_centrer {
	position: absolute;
	top: 50%;
	left: 50%;
	background: url('../i/blank.gif');
}
.plan_frame_centrer.apart_zoom {
	overflow: hidden;
}
.plan_frame_centrer.apart_zoom:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 1px solid #fff;
}
.korp_det {
    display: block;
	position: relative;
	width: 118px;
	height: 118px;
}

.korp_det_val {
	text-align: center;
	font-size: 14px;
	line-height: 15px;
	color: #fff;
}
.korp_det_val>div {
	font-size: 41px;
	line-height: 37px;
	padding-top: 35px;
    font-family: 'ikea_sans_heavyregular';	
}
.floor_frame .korp_det {
	position: absolute;
	left: -118px;
	top: 236px;
}
.phase_frame .floor_frame .korp_det {
    top: 0;
}
.floor_frame .korp_det.n3 {
    cursor: pointer;
	margin-top: 118px;
}
.floor_frame .korp_det.n3.selectable {
    cursor: default;
}
.floor_popup, .korpus_popup, .korpus_popup-n, .korpus_popup-comm {
	position: absolute;
	z-index: 2;
	display: none;
	width: 78px;
	margin-top: 33px;
    cursor: pointer;
}
.korpus_popup, .korpus_popup-n, .korpus_popup-comm {
	display: block;
	margin: -109px 0 0 0;
	pointer-events: auto;
	/*width: 78px;
	height: 109px;
	background: #000;*/
}
.korpus_popup-n{
	width: 63px;
}
.banner-start-all{
	display: none;
}
.banner-br{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 101;
	background: rgba(0, 0, 0, 0.4);
}
.banner-korp-start{
	position: absolute;
	z-index: 102;
	background: #00c1e8;
	width: 600px;
	/*margin: 0 auto;*/
	left: 50%;
	margin-left: -300px;
	top:35%;
	padding: 20px;
	text-align: center;
}
.korpus_popup .floor_popup_det.n2 {
	display: none;
}
.korpus_popup:hover .floor_popup_det.n2, .korpus_popup.hover .floor_popup_det.n2, .floor_popup .floor_popup_det.n2 {
	display: block;
}
.korpus_popup:hover, .korpus_popup.hover {
	z-index: 2;
}
.floor_popup_det {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}
.floor_popup .floor_popup_det {
	color: #00b1d5;
}
.floor_popup_det>div {
    font-family: 'ikea_sans_heavyregular';	
}	
.floor_popup_det.n1 {
	height: 60px;
	top: 0;
	font-size: 13px;
	line-height: 15px;
	background: #fff;
	border-color: #fff;
}
.floor_popup_det.n1:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	border-top-width: 49px;
	border-top-style: solid;
	border-top-color: inherit;
	border-right: 78px solid transparent;
}
.floor_popup_det.n1>div {
	font-size: 41px;
	line-height: 33px;
	padding-top: 12px;
}
.floor_popup_det.n2, .floor_popup_det.n3 {	
	height: 78px;
	bottom: 100%;
	font-size: 10px;
	line-height: 13px;
	background: #f4f4f4;
}
.floor_popup_det.n3 {
	margin-bottom: 78px;
	background: #21a2dc;
	color: #fff;
}
.floor_popup_det.n2>div, .floor_popup_det.n3>div {
	font-size: 29px;
	line-height: 28px;
	padding-top: 19px;
}
.sold_label, .soon_label, .start_tel, .monolit_label_phase {
	position: absolute;
	width: 100%;
	left: 0;
	top: 67px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	padding: 5px 0;
	text-transform: uppercase;
}
.start_tel{
	background:#fff;
	width: 200%;
}
.sold_label_keys {
	position: absolute;
	width: 24px;
	height: 24px;
	top: -7px;
	right: -7px;
	background: url('../i/sprite.png') -967px -113px;
}
	
	
.sold_label {
	background: #333333;
	color: #fff;	
}
.soon_label {
	background: #cf0f19;	
	color: #fff;
}
.monolit_label_phase{
	padding: 10px 2px;
	width: 220%;
	color: #fff;
	background: #0087e6;
}

.finish_label {
	position: absolute;
	width: 33px;
	height: 33px;
	top: 35px;
	left: 50px;
	background: url('../i/sprite.png') -808px -5px;
}
.monolit_label {
	position: absolute;
	width: 94px;
	height: 33px;
	top: 35px;
	left: 50px;
	background: url('../i/sprite.png') -714px -1494px;
}

.finish_label.green {
	background: url('../i/sprite.png') -427px -381px;
}
.korpus_popup:hover .finish_label, .korpus_popup.hover .finish_label {
	width: 122px;
}
.phase_frame .korpus_popup {
	margin-top: -87px;
	width: 63px;
}
.phase_frame .floor_popup_det.n1 {
	height: 47px;
}
.phase_frame .floor_popup_det.n1:after {
	border-top-width: 40px;
	border-right-width: 63px;
}
.phase_frame .floor_popup_det.n1>div {
	font-size: 23px;
	line-height: 36px;
	padding-top: 11px;
}
.phase_frame .floor_popup_det.n1.comm>div{
    font-size: 9px;
    line-height: 11px;
    padding-top: 24px;
} 
.plans_frame .floor_popup_det.n1.comm>div{
    font-size: 9px;
    line-height: 11px;
    padding-top: 24px;
} 
.plans_frame .floor_popup_det.n1.comm>div.floor_popup_det.n2{
	padding-top: 0;
	background-color:#00a6c8!important;
}
.plans_frame .floor_popup_det.n1.comm{
	left: -78px;
	background-color:#00c1e8!important;
	border-top-color:#00c1e8!important;
}
.phase_frame .floor_popup_det.n2 {	
	height: 63px;
	font-size: 9px;
	line-height: 11px;
}
.phase_frame .floor_popup_det.n2>div {
	font-size: 26px;
	line-height: 24px;
	padding-top: 15px;
}

.phase_frame .sold_label, .phase_frame .soon_label, .phase_frame .monolit_label_phase {
	top: 54px;
	font-size: 11px;
	line-height: 11px;
	padding: 4px 0;
}
.soon_label-in-pay {
	font-size: 10px;
	color: #FFFFFF;
	background: #07396d;
	line-height: 11px;
	padding: 4px 0;
	top: 54px;
	position: absolute;
	width: 100%;
	left: 0;
	top: 67px;
	line-height: 12px;
	text-align: center;
	padding: 5px 0;
	text-transform: uppercase;
}
.plans_action_frame {
	margin: 297px 0 0 205px;
}
	
.sect_left, .sect_right, .floor_up, .floor_down {
	position: absolute;
	width: 38px;
	height: 22px;
	cursor: pointer;
	z-index: 1;	
	background: url('../i/blank.gif');	
}
.sect_left, .sect_right {
	top: 50%;
	margin-top: -15px;
}
.sect_left {
	right: 100%;
}
.sect_right {
	left: 100%;
}
.sect_left.active {	
	background: url('../i/sprite.png') -935px -450px;
}
.sect_right.active {
	background: url('../i/sprite.png') -935px -481px;
}
.floor_up, .floor_down {
	left: 50%;
	margin: 40px 0 40px -19px;
}
.floor_up {
	top: 0;
}
.floor_down {
	bottom: 0;
}
.floor_up.active {	
	background: url('../i/sprite.png') -935px -450px;
}
.floor_down.active {
	background: url('../i/sprite.png') -935px -481px;
}
.apart_details_frame {
	position: absolute;
	top: 40px;
	left: 85%;
	margin: 0 0 0 -150px;
	right: 0;
}
.popup_details_row {
	font-size: 14px;
	line-height: 16px;
	position: relative;
	color: #6e644f;
	text-align: center;
	text-transform: uppercase;
}
.popup_details_row>div {
	font-size: 60px;
	line-height: 50px;
	padding-bottom: 2px;
    font-family: 'ikea_sans_heavyregular';
}
.popup_details_row>div sup {
	font-size: 0.65em;
	line-height: 100%;
}
.popup_details_row+.popup_details_row {
	margin-top: 30px;
}
.popup_details_row.n4 {
	color: #d59b00;
}
.popup_details_row.n5 {
	color: #00b0d4;
}
.popup_details_row.n6 {
	display: none;
	margin-top: 15px;
}
.to_actions_from_apart {
	text-decoration: underline;
	font-size: 14px;
	color: #9d9d9d;
	line-height: 20px;
	margin-top: 13px;
	/* margin-top: 200px; */
	display: block;
    cursor: pointer;
	text-align: center;
	bottom: 10px;
}
.not_sale_text {
	display: none;
	font-size: 40px;
	line-height: 50px;
	color: #c1c1c1;
	margin-top: 180px;
}
.apart_details_frame.not-sale .popup_details_row {
	display: none;
}
.apart_details_frame.not-sale .not_sale_text {
	display: block;
}
.apart_act_frame {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
}
.apart_zoom_btn {
    position: absolute;
    width: 94px;
    height: 118px;
    top: 0;
    left: 0;
    cursor: pointer;
    background-color: #E9E9E9;
}

.apart_zoom_btn:hover {
    background-color: #DFDFDF;
}

.apart_zoom_btn.active {
    background-color: #2F9D6D;
}

.apart_zoom_btn.active:hover {
    background-color: #1C804F;
}

.apart_zoom_btn:after {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -28px;
    background: url('../i/sprite.png') -545px -679px;
}

.apart_zoom_btn.active:after {
    background-position: -602px -679px;
}

.rooms_sel_frame {
	position: absolute;
	width: 86px;
	top: 118px;
	left: 118px;
	background: #fff;
}
.rooms_sel {
	position: relative;
	width: 72px;
	height: 72px;
	text-align: center;
	font-size: 42px;
	line-height: 72px;
	cursor: pointer;
	color: #fff;
	background: #e2e2e2;
	margin: 7px;
    font-family: 'ikea_sans_heavyregular';
}
.rooms_sel:hover {
    background: #D5D5D5;
}
.rooms_sel.active {
	background: #EBAE00;
}
.rooms_sel_title {
	width: 27px;
	height: 69px;
	margin: 25px auto 40px;
	background: url('../i/sprite.png') -687px -450px;
}
/* обратная связь */

.feedback_bg {
    position: absolute;
    width: 490px;
    height: 435px;
    margin-left: 177px;
    background: #14b5d6;
	display: none;
}

.feedback_bg.anketa {
    width: 940px;
    height: 675px;
    top: 50%;
    left: 50%;
    margin: -320px 0 0 -470px;
    background-color: #FFFFFF;
}

.feedback_bg input, .feedback_bg textarea {
    position: relative;
    font-size: 28px;
    height: 30px;
    padding: 10px 10px;
    color: #fff;
    font-family: 'ikea_sans_heavyregular';
    background: #28bcdb;
    margin: 0 auto 10px;
    border: 2px solid #28bcdb;
    width: 390px;
    border-radius: 0;
    text-align: center;
	display: block;
	text-transform: uppercase;
}

.feedback_bg.anketa input, .feedback_bg.anketa textarea {
    width: 770px;
    margin: 10px auto 10px 40px;
    background-color: #FFFFFF;
    border: 1px solid #00adc8;
    font-size: 20px;
    font-family: 'ikea_sansregular', Helvetica, Arial, sans-serif;
    text-align: left;
    text-transform: none;
    color: #00adc8;
}
.feedback_bg input.feedback_checkbox{
    float: left;
    width: 30px;
    margin-left: 38px;
}
.feedback_bg input.feedback_checkbox.error{
	box-shadow: 0px 0px 0px 1px #b22f2f;
}
.feedback_inputs span.feedback_checkbox-span{
	cursor: pointer;
	text-decoration: underline;
	font-size: 16px;
	margin-top: 12px;
	padding-left: 40px;
}
.feedback_inputs span.feedback_checkbox-span:hover{
	text-decoration: none;
}

.hidden_input {
    opacity: 0;
    visibility: hidden;
}

.feedback_bg .error {
    border-color: #b22f2f !important;
}
.feedback_bg textarea {
    resize: none;
    height: 50px;
}
::-webkit-input-placeholder {
    color: #fff;
}
:-moz-placeholder {
    color: #fff;
}
::-moz-placeholder {
    color: #fff;
}
:-ms-input-placeholder {
    color: #fff
}

.anketa ::-webkit-input-placeholder {
    color: #00ADC8;
}
.anketa :-moz-placeholder {
    color: #00ADC8;
}
.anketa ::-moz-placeholder {
    color: #00ADC8;
}
.anketa :-ms-input-placeholder {
    color: #00ADC8
}

.feedback_radio_block {
    position: relative;
    margin: 10px auto 10px 40px;
    text-align: left;
    white-space: nowrap;
}
.feedback_radio {
    display: inline-block;
    position: relative;
    padding: 10px 25px;
    cursor: pointer;
    background-color: #E0E0E0;
    font-size: 20px;
    font-family: 'ikea_sans_heavyregular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
}

.feedback_radio.checked.green, .feedback_radio.green:hover {
    background-color: #A7B839;
}
.feedback_radio.checked.blue, .feedback_radio.blue:hover {
    background-color: #00ADC8;
}

.feedback_radio+.feedback_radio {
    margin-left: 5px;
}


.feedback_sended {
	display: none;
    font-size: 17px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	left: 50px;
	right: 50px;	
    color: #fff;
}

.anketa .feedback_sended {
    font-size: 24px;
    font-family: 'ikea_sans_heavyregular', Helvetica, Arial, sans-serif;
    text-align: center;
    color: #00adc8;
}

.anketa .feedback_name {
    margin-bottom: 20px;
}

.feedback_inputs span {
    display: block;
    margin: 25px 0 0 40px;
    font-size: 22px;
    text-align: left;
    color: #FFFFFF;
}

.anketa .feedback_inputs span {
    color: #00adc8;
}

.anketa label {
    display: block;
    margin-left: 40px;
    font-size: 20px;
    text-align: left;
    color: #8f8f8f;
}

.feedback_bg.anketa label>textarea {
    margin-left: 0;
}

.send_btn {
    font-size: 21px;
    color: #fff;
	background-color: #a7b839;
    cursor: pointer;
    text-transform: uppercase;
    margin: 23px auto 0;
	width: 230px;
	text-align: center;
	line-height: 54px;
}
.send_btn:hover {
	background-color: #899920;
}
.feedback_name {
    font-size: 15px;
    color: #d7f8ff;
    line-height: 18px;
    margin: 35px 40px 25px 40px;
	
}
.feedback_name>div {
	color: #fff;
    margin-bottom: 7px;
}

.anketa .feedback_name {
    color: #8f8f8f;
}

.anketa .feedback_name>div {
    color: #00adc8;
}

/* карты */


.infra_type_icons {
	position: absolute;
	top: 50%;
	left: 10%;
	margin: -160px 0 0 -100px;
	background: #fff;
	padding: 30px 40px;
}
.infra_type_icon {
	position: relative;
	white-space: nowrap;
	font-size: 15px;
	line-height: 20px;
	color: #999;
	padding: 25px 5px 25px 60px;
	cursor: pointer;
}
.infra_type_icon.active {
	color: #000;	
}
.infra_type_icon+.infra_type_icon {
	margin-top: 20px;
}
.infra_type_icon:before {
	content: '';
	display: block;
	position: absolute;
	width: 48px;
	height: 70px;
	top: 0;
	left: 0;
	background: url('../i/sprite.png');
}
.infra_type_icon.n0:before {
	background-position: -5px -95px;
}
.infra_type_icon.n1:before {
	background-position: -65px -95px;
}
.infra_type_icon.n2:before {
	background-position: -125px -95px;
}
.gmaps_labels {
	overflow: visible !important;
}
.gmaps_labels_span {
	position: absolute;
	bottom: 65px;
	left: 0px;
	width: 180px;
	text-align: left;
}
.gmaps_labels_span>span {
	display: inline-block;
	background: #000;
	padding: 10px 15px;
	color: #fff;
	font-size: 16px;
	line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

/* облёт */

.fly_drag_area {
	background: url('../i/blank.gif');
}
.temp_frame {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
.fly_content {
	display: none;
}
.fly_center_text {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	line-height: 40px;
	width: 200px;
	text-align: center;
	margin: -20px 0 0 -100px;
}
.fly_points_frame {
	position: absolute;
	width: 500px;
	height: 0;
	text-align: center;
	left: 50%;
	margin: 0 0 10px -250px;
	bottom: 10%;
}
.fly_point_sel {
	position: relative;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	color: #000;
	display: inline-block;
	cursor: pointer;
}
.fly_point_sel.active {
	background: #03F;
	color: #fff;
}

.fonts_sel_frame {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10000;
}
.fonts_sel {
	display: inline-block;
	cursor: pointer;
	width: 15px;
	height: 15px;
	background: #fff;
}
.fonts_sel.active {
	background: #000;
}
	
.text_blur_bg_frame {
	overflow: hidden;	
}

.sq_btn {
	position: absolute;
	width: 94px;
	height: 94px;
	background: #423a39;
	/*cursor: pointer;*/
	display: block;
}
.sq_btn:after, .news_list .carousel_arrow:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../i/sprite.png');
	cursor: pointer;
}
.sprite2:after {
	background-image: url('../i/sprite2.png');
}
.sq_btn:hover {
	background: #282322;
}
.sq_btn.size2 {
	width: 80px;
	height: 80px;
}
.sq_btn.size3 {
	width: 116px;
	height: 116px;
}
.sq_btn.size4 {
	width: 88px;
	height: 88px;
}
.sq_btn.size5 {
	width: 72px;
	height: 72px;
}
.sq_btn.size6 {
	width: 38px;
	height: 38px;
}
.sq_btn.size7 {
	width: 427px;
	height: 161px;
}
.size8 {
	width: 185px;
	height: 185px;
}
.size9 {
	width: 140px;
	height: 140px;
}

.carousel_item.size8>img {
    height: 200%;
    top: 0;
}

.carousel_item.size8:hover>img {
    top: -100%;
}

.sq_btn.close_btn:after {
	background-position: -447px -56px;
}
.sq_btn.back_btn:after {
	background-position: -546px -56px;
}
.left_btn {
	left: 0;
}
.right_btn {
	right: 0;
}
.sq_btn.left_btn:after {
	background-position: -644px -56px;
}
.sq_btn.right_btn:after {
	background-position: -741px -56px;
}
.sq_btn.lk_btn:after {
	background-position: -840px -56px;
}
.sq_btn.metro_btn:after {
	/* background-position: -277px -50px; */
	background-position: -275px -53px;
}
.sq_btn.metro_btn {
	/* background: #d2190c; */
	background: #fff;
	margin: -116px 0 0 97px;
	z-index: 100;
	display: none;
}
.sq_btn.metro_btn:hover {
	/* background: #a71207; */
	background: #fff;
}
.sq_btn.aero_btn {
	background: #0069b8;
	margin: 6px 0 0 1014px;
	/*z-index: 100;*/
	display: none;
}
.plans .sq_btn.aero_btn{
	margin: -113px 0 0 247px;
	width: 94px;
	height: 94px;
}
.plans .sq_btn.aero_btn:after{
	background-position: -69px -1096px;
}
.sq_btn.aero_btn:after {
	background-position: -72px -1101px;
}
.sq_btn.aero_btn:hover {
	background: #00589b;
}
.aero_btn_gallery{
	background: #759446;
	position: absolute;
    width: 94px;
    height: 94px;
    margin-top: -94px;
    left: 547px;
}
.aero_btn_gallery:after {
	position: absolute;
    left: 0px;
    top: 0px;
	content: ' ';
	width: 94px;
    height: 94px;
	background-image: url('../i/sprite.png');
	background-position: -70px -1095px;
}
.link-frame{
	cursor: pointer;
}
.frame_aero{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*z-index: 100;*/
	z-index: 9999;
	position: absolute;
}
.close-iframe, .close-planoplan{
	position: absolute;
	right: 0;
	top:50px;
	/*z-index: 101;*/
	z-index: 10000;
	cursor: pointer;
}
#pop-widget-app{
	position: absolute;
	top: 0;
	z-index: 9999;
}
.aero_btn_gallery:hover {
	background: #4E632D;
}
.sq_btn.new_moscow_btn:after {
	background-position: -362px -56px;
}
.sq_btn.new_moscow_btn {
	background: #FF6E1F;
	margin: -116px 0 0 17px;
    z-index: 100;
    display: none;
}
.sq_btn.new_moscow_btn:hover {
	background: #FF4F12;
}
.sq_btn.route_btn:after {
	background-position: -277px -155px;
}
.new-moscow_frame .sq_btn.route_btn:after {
	background-position: -507px -551px;
}
.sq_btn.route_btn {
	background: #9e5482;
	margin: 458px 0 0 -79px;
}
.sq_btn.route_btn:hover {
	background: #873c6b;
}
.sq_btn.to_gallery_btn:after {
	background-position: -447px -155px;
}
.sq_btn.to_gallery_btn {
	background: #a7b840;
	left: 100%;
	top: 0;
}
.sq_btn.pos_btn:after, .pos_btn_cont:after {
    /*background-position: -800px -993px;*/
    background: none;
    text-decoration: none;
    margin-top: 10px;
    content: 'как добраться';
    padding-top: 6px;
    padding-left: 12px;
    height: auto;
    font-size: 29px;
    line-height: 26px;
    color: #ffffff;
    font-family: 'ikea_sans_heavyregular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
a.sq_btn.pos_btn{
	text-decoration: none;
}
.entrances_text h5{
	font-family: 'ikea_sansregular';
	font-weight: 400;
	font-size: 13px;
}
.sq_btn.pos_btn, .sq_btn.pos_btn_cont {
    width: 200px;
	background: #ffb400;
	margin:-116px 0 0 177px;
}
.sq_btn.pos_btn_cont{
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    float: right;
    position: absolute;
    border-right: 115px solid #A7B839;
    border-bottom: 18px solid #A7B839;
    border-left: 115px solid #A7B839;
    top: 100%;
}
.sq_btn.pos_btn:hover, .pos_btn_cont:hover {
	background: #df9d00;
}
.sq_btn.to_gallery_btn:hover {
	background: #88972e;
}
.sq_btn.to_webcam_btn:after {
	background-position: -546px -155px;
}
.sq_btn.to_webcam_btn {
	background: #17aaa8;
	left: 100%;
	top: 88px;
}
.sq_btn.to_webcam_btn:hover {
	background: #0e8482;
}
.sq_btn.left_small_btn:after {
	background-position: -644px -155px;
}
.sq_btn.right_small_btn:after {
	background-position: -741px -155px;
}
.sq_btn.left_small, .sq_btn.right_small {
	background: #ffffff;
}
.sq_btn.left_small:hover, .sq_btn.right_small:hover {
	background: #d6d6d6;
}
.sq_btn.close_small_btn:after {
	background-position: -401px -155px;
}
.home_center_img_frame {
	width: 582px;
	height: 576px;
	margin-left: 177px;
}
.sq_btn.to_plans:after {
	background-position: 0 0;
}
.to_calculate:after {
	background-position: -555px 0;
}
.sq_btn.open_search_btn:after {
	background-position: -185px 0;
}
.sq_btn.open_bisnes_site:after {
	background-position: -2px -692px;
}
.sq_btn.to_plans, .open_search_btn, .open_bisnes_site {
	background-color: #df4a18;
	margin: 297px 0 0 -8px;
}
/*.open_search_btn{
	display: none;
}*/
.open_bisnes_site {
	background-color: #7e3d65;
}
.to_calculate {
	background-color: #e1971c;
	margin: 458px 0 0 37px;
}
.at_apart .to_calculate {
    margin: 518px 0 0 -258px;
}
.to_calculate:hover {
	background-color: #be7c0e;
}
.to_banks {
    background-color: #27A8C2;
    margin: 400px 0 0 37px;
}
.to_banks:hover {
    background-color: #178CAB;
}
.to_banks:after {
    content: '';
    position: absolute;
    width: 73px;
    height: 82px;
    top: 50%;
    left: 50%;
    margin: -41px 0 0 -36px;
    background: url('../i/sprite.png') -719px -825px;
}
.sq_btn.to_plans:hover, .sq_btn.open_search_btn:hover {
	background-color: #bc3a0e;
}
.sq_btn.open_bisnes_site:hover {
	background-color: #5f2e4c;
}
.advantages_frame .sq_btn.to_plans, .finish_frame .sq_btn.to_plans {
	margin-top: 458px;
}
.last_news_frame {
	margin-left: 759px;
}
.home_slogan_3 {
	background: #288243;
}
.home_slogan_3:hover {
	background: #1a612f;
}
.home_slogan_3:after {
	background-position: -555px -185px;
}
.home_slogan_4 {
	background: #bc0008; /*17a6c3*/
}
.home_slogan_4:hover {
	background: #bc0008; /*118aa3*/
}
.home_slogan_4:after {
	/*background-position: 10px -545px; */
	background: url('../../public/images/home/banner_2_2.jpg');
	/*background: #33a544;*/
}
.home_slogan_4.n2:after {
	/*background-position: 10px -545px; */
	background: url('../../public/images/home/banner_15.jpg');
	/*background: #33a544;*/
}

.home_slogans_slider {
	width: 370px;
	height: 185px;
	margin: 194px 0 0 759px;
}
.home_slogans_slider.n1 {
	width: 427px;
	height: 161px;
	margin-top: 379px;
}
.home_slogans_slider .carousel_over {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
}
.home_slogans_slider .carousel_item {
	position: relative;
}
.carousel_arrow {
	position: absolute;
	top: 135px;
	left: 100%;
	margin-left: 20px;
	width: 17px;
	height: 27px;
	cursor: pointer;
	background: url('../i/sprite.png');
}
.carousel_arrow.left {
	margin-top: -30px;
	background-position: -633px -2px;
}
.carousel_arrow.right {
	margin-top: 3px;
	background-position: -655px -2px;
}
.carousel_arrow.left.active {
	background-position: -676px -2px;
}
.carousel_arrow.right.active {
	background-position: -697px -2px;
}
.home_slogans_slider.n1 .carousel_arrow {
	display: none;
}
.home_adv_title {
	margin: 297px 0 0 -250px;
}

.home_slogans_slider.n2 {
	width: 326px;
	height: 535px;
	margin: 5px 0 0 177px;
}
.for-wi-advantages .home_slogans_slider.n2{
	margin-top: -36px;
}
.for-wi-search-plans .home_slogans_slider.n2{
	margin-top: 67px;
}
.advantages_frame .home_slogans_slider.n2, .search-plan_frame .home_slogans_slider.n2 {
    width: 978px;
}
.search_plans_item{
	height: 376px;
	background: #fff;
}
.search_plans_item img{
	padding-top: 20px;
	width: 326px;
}
.plan_room_img{
	position: absolute;
	display: none;
}
.plan_room_img.plan_room_img-n1{
	display: block;
}
.search_plans_item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
  	-webkit-transition:  0.4s;
  	-moz-transition:  0.4s;
  	-ms-transition:  0.4s;
  	-o-transition:  0.4s;
  	transition:  0.4s;
}
.search_plans_item.n2:after{
	background: rgba(0, 0, 0, 0.15);
}
.search_plans_item:hover:after{
	background: rgba(0, 0, 0, 0);
	-webkit-transition:  0.4s;
  	-moz-transition:  0.4s;
  	-ms-transition:  0.4s;
  	-o-transition:  0.4s;
  	transition:  0.4s;
}
.search_plans_item .home_adv_bg{
	height: 90px;
}
.home_adv_item {
	width: 326px;
	height: 535px;
}
.home_adv_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.home_adv_bg {
	position: absolute;
	width: 100%;
	height: 243px;
	bottom: 0;
	background: #6f9700;
	overflow: hidden;
}
.plan_room_img-n2 .home_adv_bg{
	background: #3f6c11;
}
.small>.home_adv_bg {
    height: 180px;
}
.home_adv_num {
	position: absolute;
	font-size: 280px;
	line-height: 240px;
	color: #a1b130;
	bottom: -40px;
	left: 10px;
}

.small>.home_adv_bg .home_adv_num {
    top: 30px;
    bottom: auto;
}

.home_adv_text {
	text-align: center;
	color: #fff;
	position: relative;
	text-transform: uppercase;
}
.home_adv_text.n0 {
	font-size: 20px;
	line-height: 25px;
	margin-top: 25px;
	font-family: 'ikea_sans_heavyregular';
}
.home_adv_text.n1 {
	font-size: 23px;
	line-height: 28px;
	margin: 10px 0 4px;
	font-family: 'ikea_sans_heavyregular';
}
.search-plan .home_adv_text.n1{
	line-height: 35px;
}
.home_adv_text.n1 span{
	font-size: 20px
}
.home_adv_text.n1 span.search-plan-pl{
	font-size: 35px
}
.home_adv_text.n2 {
	font-size: 15px;
	line-height: 18px;
}
.home_adv_btn {
	width: 140px;
	text-align: center;
	background: #fff;
	line-height: 33px;
	color: #aaba38;
	font-size: 16px;
	cursor: pointer;
	margin: 14px auto 0;
	position: relative;
	text-transform: uppercase;
	font-family: 'ikea_sans_heavyregular';
	display: block;
	text-decoration: none;
}
.home_adv_btn:hover {
	background: #eb5928;
	color: #fff !important;
}
.home_slogans_slider.n2 .carousel_arrow {
    display: block;
	width: 72px;
	height: 72px;
	top: 292px;
	margin: 0;
    cursor: default;
	background: #fff url('../i/sprite.png');
    opacity: 0.5;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}
.search-plan .home_slogans_slider.n2 .carousel_arrow{
	top:304px;
}
.home_slogans_slider.n2 .carousel_arrow.active {
    cursor: pointer;
    opacity: 1;
}
.home_slogans_slider.n2 .carousel_arrow.left {
    margin-top: -72px;
}
.home_slogans_slider.n2 .carousel_arrow.right {
	margin-top: 0;
	background-position: -741px -155px;
}
.home_slogans_slider.n2 .carousel_arrow.left {
	background-position: -644px -155px;
}
.advantages_next_btn, .advantages_prev_btn {
    position: absolute;
    width: 227px;
    height: 80px;
    top: 20%;
    z-index: 5;
    margin-top: 477px;
    background-color: #3EA3C4;
}
.advantages_next_btn:hover, .advantages_prev_btn:hover {
    background-color: #2786AE;
}

.advantages_prev_btn {
    left: 15%;
    margin-left: -50px;
}

.advantages_next_btn {
    right: 15%;
    margin-right: -149px;
}

.advantages_next_btn:after, .advantages_prev_btn:after {
    content: '';
    position: absolute;
    width: 181px;
    height: 39px;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -90px;
    background-image: url('../i/sprite.png');
}

.advantages_prev_btn:after {
    background-position: -236px -776px;
}
.advantages_next_btn:after {
    background-position: -424px -776px;
}

.infra_point {
	position: absolute;
	width: 51px;
	height: 72px;
	margin: -72px 0 0 0;
	z-index: 1;
	cursor: pointer;
	top: 50%;
	left: 50%;
	text-decoration: none;
}
.infra_point_bg {
	position: absolute;
	width: 51px;
	height: 39px;
	background: #fff;
}
.infra_point_bg:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	border-top: 33px solid #fff;
	border-right: 51px solid transparent;
}
.infra_point_bg:after {
	content: '';
	position: absolute;
	width: 51px;
	height: 51px;
	top: 0;
	left: 0;
	background: url('../i/sprite.png');
}
.infra_point_text {
	position: absolute;
	left: 0;
	top: 16px;
	line-height: 37px;
	padding: 0 34px 0 77px;
	color: #7f7f7f;
	font-size: 15px;
	white-space: nowrap;
	background: #fff;
	display: none;
}
	
.infra_point:hover .infra_point_bg {
	background: #00b3d7;
}
.infra_point:hover .infra_point_bg:before {
	border-top-color: #00b3d7;
}
.infra_point:hover .infra_point_text {
	display: block;
}
.infra_point.n0 .infra_point_bg:after {
	background-position: -147px -345px;
}
.infra_point.n1 .infra_point_bg:after {
	background-position: -198px -345px;
}
.infra_point.n2 .infra_point_bg:after {
	background-position: -249px -345px;
}
.infra_point.n3 .infra_point_bg:after {
	background-position: -300px -345px;
}
.infra_point.n0:hover .infra_point_bg:after {
	background-position: -147px -396px;
}
.infra_point.n1:hover .infra_point_bg:after {
	background-position: -198px -396px;
}
.infra_point.n2:hover .infra_point_bg:after {
	background-position: -249px -396px;
}
.infra_point.n3:hover .infra_point_bg:after {
	background-position: -300px -396px;
}
.infra_point.n4 .infra_point_bg:after {
	background-position: -347px -347px;
}
.infra_point.n4:hover .infra_point_bg:after {
	background-position: -347px -398px;
}
.corner_pos.home_adv_item {
	position: absolute;
	height: 243px;
	margin: 297px 0 0 -149px;
	z-index: 2;
}
.corner_pos.home_adv_item.small {
    height: 180px;
}
.pano_text_overlay {
	display: none;
	z-index: 1000;
	background: url('../i/px051.png');
}
.home_pano_popup {
	position: absolute;
	width: 1060px;
	height: 446px;
	background: #fff;
	top: 50%;
	left: 50%;
	margin: -223px 0 0 -530px;
}
.home_pano_popup .text_scroll {
	left: auto;
	width: 443px;
}
.home_pano_popup .text_scroll h1 {
	font-size: 26px;
	line-height: 32px;
	color: #00c1e8;
	font-family: 'ikea_sans_heavyregular';
}
.home_pano_popup_close {
	right: auto;
	left: 100%;
}
.home_pano_popup:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 360px;
	border-left: 35px solid #fff;
	border-bottom: 35px solid transparent;
}
.home_pano_popup_icon {
	position: absolute;
	width: 66px;
	height: 95px;
	left: 100%;
	top: -31px;
	margin-left: -85px;
	background: url('../i/sprite.png') -5px -450px;
}
.home_pano_popup_icon.type_walk {
	background-position: -75px -450px;
}
.home_pano_popup_icon.type_playgrounds {
	background-position: -326px -1383px;
}
.home_pano_popup_icon.type_pergola-forged {
	background-position: -626px -1383px;
}
.home_pano_popup_icon.type_sport {
	background-position: -699px -1383px;
}
.home_pano_popup_icon.type_street {
	background-position: -921px -1383px;
}
.home_pano_popup_icon.type_paving {
	background-position: -551px -1383px;
}
.home_pano_popup_icon.type_tbo-tp {
	background-position: -774px -1383px;
}
.home_pano_popup_icon.type_les {
	background-position: -250px -1383px;
}
.home_pano_popup_icon.type_plants {
	background-position: -848px -1383px;
}
.home_pano_popup_icon.type_light {
	background-position: -477px -1383px;
}
.pano .shadow {
	z-index: 2;
}
.placement_close {
	display: none;
}
.menu_phone_frame {
	display: inline-block;
	margin-top: 10px;
	font-size: 26px;
	color: #fff;
	line-height: 35px;
	position: relative;
}
.menu_phone_call {
	font-size: 13px;
	line-height: 22px;
	background: #00c1e8;
	cursor: pointer;
}
.menu_phone_call:hover {
    background-color: #10C9EE;
}
.actions_list_frame {
	width: 925px;
	margin: 67px 0 0 177px;
}
.action_item, .home_action_item {
	position: relative;
	display: block;
    height: 185px;
	float: left;
    overflow: hidden;
}
.home_action_item:hover>img {
    margin-top: -185px;
}
.action_item:hover>img {
    margin-top: -185px;
}
.action_popup {
	position: absolute;
	width: 530px;
	height: 40%;
    padding-bottom: 150px;
    margin: 67px 0 0 177px;
	background: #da286b;
	z-index: 1;
}
.small_close {
	width: 38px;
	height: 38px;
	left: 100%;
}
.sq_btn.small_close:after{
	background-position: -758px -5px;
}
.action_popup .text_scroll {
	color: #fff;
}
.text_scroll h1, .text_style h1, .text_scroll b, .text_scroll strong, .text_style b, .text_style strong {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 21px;
}
.action_popup .text_scroll h1 {
	margin-top: 6px;
	font-size: 38px;
	line-height: 40px;
   font-family: 'ikea_sans_heavyregular';
}
.actions_frame .action_popup {
	display: none;
}
.white_scroll .jspDrag {
	background: #fff;
}
.plans_title {
	background: #423a39;
	padding: 0 0 0 30px;
	height: 94px;
	margin: -130px 0 0 140px;
	width: 180px;
}
.finish_frame .plans_title {
    margin-left: -33px;
}
.windrose {
	position: absolute;
	width: 185px;
	height: 185px;
	top: 15%;
	right: 10%;
	/*margin: -120px -140px 0 0;*/
    margin: -35px -140px 0 0;
	background: url('../i/sprite2.png') -370px -0px;
	z-index: 1;
}
.windrose.n1 {
	width: 213px;
	height: 199px;
	background: url('../i/sprite.png') -427px -1000px;
	top: 20%;
	right: 15%;
	margin: 0px -110px 0 0;
}
.metro_lug {
	position: absolute;
	z-index: 1;
	opacity: 0;
	display: block;
	width: 166px;
	height: 84px;
	background: url(../i/sprite.png) -135px -1647px;
	top: 43%;
	right: 12%;
	margin: 0px -110px 0 0;
}
.korpus_det_frame {
	margin-left: 140px;
}
.open_search_btn, .plans_icons_frame .back_btn {
	margin-left: 20px;
}
.open_bisnes_site {
	margin-left: 20px;
	margin-top: 482px;
}
.menu_open_btn, .menu_close_btn {
	position: absolute;
	width: 20px;
	height: 30px;
	top: 50%;
	left: 100%;
	margin: -15px 20px 0;
	cursor: pointer;
	background: url('../i/sprite.png') -935px -5px;
	display: none;
}
.menu_close_btn {
	background-position: -959px -5px;
	left: auto;
	right: 100%;
}
.menu_content.hidden .menu_open_btn, .plans .menu_close_btn, .phase .menu_close_btn, .korpus .menu_close_btn, .search .menu_close_btn {
	display: block;
}
.menu_content.hidden .menu_close_btn {
	display: none;
}
.menu_open_btn:hover {
	margin-left: 25px;
}
.menu_close_btn:hover {
	margin-right: 25px;
}
.plans_icons_frame {
	position: absolute;
	left: 0;
	width: 0;
	height: 100%;
	top: 0;
	z-index: 10;
}
.page_title>.fav_open {
	position: absolute;
	left: 100%;
	top: 0;
	width: 94px;
	height: 94px;
	background-color: #00c1e8;
	cursor: pointer;
}
.page_title>.fav_open:hover {
	background-color: #00a6c7;
	cursor: pointer;
}
.fav_open:after {
	display: none;
}
.fav_num {
	position: absolute;
	width: 62px;
	height: 62px;
	top: 50%;
	left: 50%;
	margin: -31px;
	background: #fff;
	font-size: 37px;
	text-align: center;
	line-height: 65px;
	color: #00c1e8;
	border-radius: 100px;
}
.fav_add {
	top: -94px;
	left: 94px;
	background-color: #f7f7f7;
}
.fav_add:hover {
	background-color: #e4e4e4;
}
.fav_add:after {
	background-position: -721px -450px;
}
.fav_add.active:after {
	background-position: -821px -450px;
}
.pdf_btn {
	left: -118px;
	width: 118px;
	height: 108px;
	top: 472px;
	background-color: #ff6600;
}

.fav_pdf_btn {
    top: -94px;
    left: 306px;
    background-color: #00C1E8;
}
.pdf_btn:hover {
	background-color: #e05b02;
}

.fav_pdf_btn:hover {
    background-color: #00a6c7;
}

.pdf_btn:after, .fav_pdf_btn:after {
	width: 118px;
	height: 118px;
	top: 50%;
	left: 50%;
	margin: -59px;
	background-position: -302px -551px;
}


.bron_btn {
	left: -303px;
	top: 333px;
	background-color: #00c1e8;
	display: none;
}
/*
.opened_flat .open_search_btn{
	display: none;
}
.opened_flat .to_calculate{
	margin: 333px 0 0 -258px;
}
*/
.bron_btn:hover {
	background-color: #00a2c3;
}
.bron_btn:after {
	background-position: -280px -352px;
}
.korp_det.selectable {
	height: 226px;
}
.korp_det.selectable .korp_det_val {
    font-size: 18px;
    line-height: 21px;
}
.korp_det.selectable .korp_det_val>div {
    font-size: 56px;
    line-height: 50px;
	padding-top: 80px;
}
.similar_btns_frame {
	position: absolute;
	top: 580px;
	left: 100%;
}
.similar_btn_all {
	position: absolute;
	left: -115px;
	top: 0;
	line-height: 44px;
	background: #00a3df;
	color: #fff;
	padding: 0 84px 0 40px;
	text-transform: uppercase;
	white-space: nowrap;
	cursor: pointer;
}
.similar_btn_all:hover {
    background-color: #0086D1;
}
.similar_btn_all:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	width: 15px;
	height: 24px;
	margin: -12px 0 0 -69px;
	background: url('../i/sprite.png') -935px -510px;
}
.similar_btns_frame2 {
	position: absolute;
	left: 0;
	bottom: 0;
}
.similar_btn {
    display: block;
    position: relative;
    width: 153px;
    height: 116px;
    font-size: 0;
    text-align: center;
    background: #18afce;
    color: #fff;
    cursor: pointer;
}

.similar_btn.n2, .similar_btn.n4 {
    background-color: #0D9DBB;
}

.similar_btn:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.similar_btn:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .15);
}

.similar_btn>span {
    display: inline-block;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    font-size: 11px;
    font-family: 'ikea_sans_heavyregular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.similar_btn>span:before {
    content: '';
    display: block;
    margin: 0 auto 10px;
    background: url('../i/sprite.png');
}

.similar_btn.n1>span:before {
    width: 36px;
    height: 38px;
    background-position: -180px -935px;
}
.similar_btn.n1.no-trim>span:before {
    width: 37px;
    height: 40px;
    background-position: -225px -935px;
}
.similar_btn.n2>span:before {
    width: 64px;
    height: 30px;
    background-position: -273px -935px;
}
.similar_btn.n3>span:before {
    width: 43px;
    height: 33px;
    background-position: -347px -935px;
}
.similar_btn.n4>span:before {
    width: 45px;
    height: 33px;
    background-position: -395px -935px;
}
.similar_btn.n5>span:before {
    width: 33px;
    height: 34px;
    background-position: -445px -935px;
}


.similar_btn:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../i/blank.gif');
}
	
.similar_btn_txt.n0 {
	font-size: 12px;
	line-height: 12px;
	padding-top: 19px;
}
.similar_btn_txt.n1 {
	font-size: 33px;
	line-height: 38px;
}
.similar_btn_txt.n2 {
	font-size: 15px;
	line-height: 15px;
	color: #85e7fc;
}
	
	
	
.home_screen_btn {
	/*position: absolute;*/
	/*width: 32px;*/
	/*height: 50px;*/
	/*margin: -16px -50px 0;*/
	/*background: url('../i/sprite.png');*/
	top: 50%;
    position: absolute;
    width: 94px;
    height: 94px;
    background: #423a39;
    display: none !important;
    cursor: default;
}
.home_screen_btn.left {
	/*left: 5%;*/
	/*background-position: -557px -2px;*/
    left: 0;
}
.home_screen_btn.right {
	/*right: 5%;*/
	/*background-position: -595px -2px;*/
    right: 0;
}
.home_screen_btn.active {
    display: block !important;
	cursor: pointer;
    opacity: 1;
}
.home_screen_btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../i/sprite.png');
}
.home_screen_btn.left:after {
    background-position: -644px -56px;
}
.home_screen_btn.right:after {
    background-position: -741px -56px;
}
/*.home_screen_btn.left.active {*/
	/*background-position: -482px -2px;*/
/*}*/
/*.home_screen_btn.right.active {*/
	/*background-position: -521px -2px;*/
/*}*/
.search_title {
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 46px;
	line-height: 50px;
	color: #fff;
	top: 38px;
	text-align: center;
	text-transform: uppercase;
}
.fav_close {
	top: -38px;
	left: auto;
	right: 0;
	background-color: #00c1e8;
}
.fav_close:hover {
	background-color: #008eab;
}
.flat_popup {
	position: absolute;
	width: 120px;
	display: none;
	margin: -175px 0 0 25px;
	background: #eeeeee;
	padding: 20px 0;
}
.flat_popup:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	border-right: 15px solid #eeeeee;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-top: -10px;
}
.flat_popup .popup_details_row {
	font-size: 9px;
	line-height: 10px;
}
.flat_popup .popup_details_row>div {
    font-size: 34px;
    line-height: 34px;
    padding-bottom: 2px;
}
.flat_popup .popup_details_row+.popup_details_row {
	margin-top: 15px;
}
.floor_minimap {
	position: absolute;
	width: 116px;
	height: 20px;
	margin: 0 0 7px -25px;
	background: url('../i/sprite.png') -382px -280px;
	left: 7%;
	bottom: 4%;
	display: none;
}
.lk_btn {
	top: 0;
	right: 0;
	background-color: #696967;
	z-index: 100;
}
.news_list {
	width: 765px;
	height: 460px;
	padding: 0;
}
.finish_frame .home_slogans_slider.n2 {
	margin-top: 67px;
}
.finish_frame .home_adv_bg {
	height: 193px;
}
.finish_frame .home_adv_item {
    height: 484px;
}
.finish_frame .home_slogans_slider.n2 .carousel_arrow {
	top: 225px;
	margin-top: 0 !important;
	background-position: -741px -227px;
}
.finish_frame .home_slogans_slider.n2 .carousel_arrow.left {
    display: block;
	left: 0;
	margin-left: -72px;
	background-position: -644px -227px;
}
.finish_frame .home_adv_bg.n0 {
	background: #d88c1c;
}
.finish_frame .home_adv_bg.n0 .home_adv_num {
	color: #dd9222;
}
.finish_frame .home_adv_bg.n0 .home_adv_btn {
	color: #d88c1c;
}
.finish_frame .home_adv_bg.n1 {
	background: #9f8a5e;
}
.finish_frame .home_adv_bg.n1 .home_adv_num {
	color: #a89265;
}
.finish_frame .home_adv_bg.n1 .home_adv_btn {
	color: #9f8a5e;
}
.finish_frame .home_adv_bg.n2 {
	background: #784143;
}
.finish_frame .home_adv_bg.n2 .home_adv_num {
	color: #7f4547;
}
.finish_frame .home_adv_bg.n2 .home_adv_btn {
	color: #784143;
}
.finish_frame .home_adv_bg.n3 {
	background: #ab2e2c;
}
.finish_frame .home_adv_bg.n3 .home_adv_num {
	color: #b23938;
}
.finish_frame .home_adv_bg.n3 .home_adv_btn {
	color: #ab2e2c;
}
.finish_frame .home_adv_btn:hover {
	background: #0070bb;
}
.ipoteque_frame .text_bg, .voennaya-ipoteka_frame .text_bg {
	width: 295px;
	height: auto;
	padding: 0;
}
.text_style {
	position: relative;
	margin: 40px 47px 41px 47px;
}

.ipoteque_table tr {
    cursor: pointer;
}
.ipoteque_table{
	width: 710px;
}
.ipoteque_table-bank{
	cursor: pointer;
	position: relative;
	/*background: #fff;*/
	float: left;
	width: 233.3px;
	height: 134px;
	text-align: center;
	/*border: 1px solid #f2f2f2;*/
	font-size: 12px
}
.ipoteque_table-bank:hover{
	/*background: #f2f2f2;*/
}
.bank_bg {
    position: absolute;
    width: 550px;
    height: 61%;
    margin-left: 277px;
    background: #fff;
	display: none;
	padding: 45px 15px;
}
.text_bank_skroll{
	height: 98%;
}
.ipoteque_table-bank .td_col1 img{
    height: 30px;
     padding-left: 15px; 
    padding-top: 10px;
    /*margin: 0 auto;*/
    padding-bottom: 10px;
}
.ipoteque_text, .ipoteque_text1 {
	margin: 67px 0 0 472px;
	width: 705px;
	height: 37%;
	padding-bottom: 200px;
}
.ipoteque_text{
	width: 710px;
}
.ipoteque_text.table_title{
	margin: 30px 0 0 5%;
	width: 90%;
	height: auto;
}
.bank-img{
	margin-left: 5%;
	margin-top: 30px;
}
.plans_map_cont.old_area {
	top: 5.55556%;
	height: 88.88889%;
}
.ipoteque_text table, .ipoteque_text1 table {
	width: 100%;
}
.ipoteque_text td,.ipoteque_text1 td {
	width: 19.5%;
	text-align: center;
	padding: 0;
}
.ipoteque_text td.td_col2,.ipoteque_text1 td.td_col2 {
	width: 22%;
}
.ipoteque_text .text_scroll,.ipoteque_text1 .text_scroll {
	top: 63px;
	left: 0;
	right: 0;
	bottom: 0;
}
.ipoteque .ipoteque_text .text_scroll{
	top: 0;
}
.ipoteque_text .table_title td,.ipoteque_text1 .table_title td, .bank_bg .table_title td {
	background: #99a841;
	color: #fff;
	height: 63px;
	color: #fff;
	font-size: 11px;
	line-height: 14px;
	text-transform: uppercase;
}
.ipoteque_text .table_title td.td_col2, .ipoteque_text .table_title td.td_col4, 
.ipoteque_text1 .table_title td.td_col2, .ipoteque_text1 .table_title td.td_col4,
.ipoteque_text.table_title td.td_col2, .ipoteque_text.table_title td.td_col4 {
	background: #abbb49;
}
/*.ipoteque_text .text_scroll .ipoteque_text-s.table_title .table_title-s td.td_col2,
.ipoteque_text .text_scroll .ipoteque_text-s.table_title .table_title-s td.td_col4{
	background: #abbb49;
	color: #fff;
}*/
/*.ipoteque_text .text_scroll .ipoteque_text-s.table_title .table_title-s td.td_col3{
	background: #99a841;
	color: #fff;
}*/
.ipoteque_text .text_scroll .ipoteque_text-s.table_title td{
	font-size: 10px;
	height: 30px;
}
.ipoteque_text table.ipoteque_text-s{
	background: #cc0000;
	width: 98%;
	margin: 0 auto;
	border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  border: 1px solid #000;
  display: block;
}
.ipoteque_text table img,.ipoteque_text1 table img  {
	width: 110px;
	display: inline-block;
}
.ipoteque_text .text_scroll td,.ipoteque_text1 .text_scroll td, 
.bank_bg .ipoteque_text.table_title tbody td {
	height: 62px;
	color: #444444;
	font-size: 16px;
	background: #fff;
}
.ipoteque_text .text_scroll tr+tr,.ipoteque_text1 .text_scroll tr+tr {
	border-top: 1px solid #ebebeb;
}
.ipoteque_text .text_scroll td.td_col2, .ipoteque_text .text_scroll td.td_col4, 
.ipoteque_text1 .text_scroll td.td_col2, .ipoteque_text1 .text_scroll td.td_col4,
.bank_bg .ipoteque_text.table_title tbody td.td_col3, 
.bank_bg .ipoteque_text.table_title tbody td.td_col5 {
	background: #f8f8f8;
}
/*=====ipoteq new circle=================*/
.ipoteq_new_bloc{
	overflow: hidden;
	width: 98%;
	/*background: #cc0000;*/
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.ipoteq_new_bloc .ipoteq_new_bloc-logo{
	padding: 10px;
	overflow: hidden;
}
.ipoteq_new_bloc .ipoteq_new_bloc-logo img{
	width: 50px;
	position: relative;
	float: left;
}
.ipoteq_new_bloc-name{
	color: #fff;
	font-size: 12px;
	padding: 15px 8px;
	position: relative;
	float: left;
}
.ipoteq_new_bloc-tr{
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.ipoteq_new_bloc-td{
	
	border-right: 1px solid rgba(255, 255, 255, 0.8);
	color: #fff;
	position: relative;
	float:left; 
	width: 32%;
	height: 60px;
	font-size: 8px;
}
.ipoteq_new_bloc-td.border-non{
	border-right: none;
}
.ipoteq_new_bloc-td span{
	
	color: rgba(255, 255, 255, 0.8);
	font-size: 8px;
}
/*==========================*/
.outer_scroll .jspVerticalBar {
	right: 0px;
}
.green_scroll .jspDrag {
	background: #bcd900;
}
.banks_frame .text_bg {
	width: 645px;
	background: #f8f8f8;
}
.bank_logo_frame {
	height: 128px;
	background: #fff;
	position: relative;
}
.bank_logo_img {
	margin-left: 47px;
}
.banks_frame .text_scroll {
	left: 0;
	right: 0;
}
.bank_text {
	margin: 0 47px 50px;
}
.banks_frame .jspVerticalBar {
	margin-right: 47px;
}
.ipoteq_title_banner{
    margin: -36px 0 0 504px;
}
.ipoteq_title_banner-n{
    position: relative;
    float: left;
	width: 103px;
	height: 103px;
}
.ipoteq_title_banner-n.n1{
	background: url('../../public/images/ipoteq/1.png');
}
.ipoteq_title_banner-n.n2{
	background: url('../../public/images/ipoteq/2.png');
}
.ipoteq_title_banner-n.n3{
	background: url('../../public/images/ipoteq/3.png');
}
.ipoteq_title_banner-n.n4{
	background: url('../../public/images/ipoteq/4.png');
}
.ipoteq_title_banner-n.n5{
	background: url('../../public/images/ipoteq/5.png');
}
.text_scroll a, .text_style a {
	color: #01b0d3;
}
.contacts_frame .page_title, .webcam_frame .page_title {
	margin-top: -139px;
}
.contacts_text_frame {
	position: absolute;
	margin: 84px 0 0 177px;
	height: 100%;
	width: 0;
}
.contacts_text {
	position: absolute;
	width: 430px;
	height: 260px;
	top: 0;
	left: 0;
	background: #a7b839;
	padding-bottom: 130px;
}
.contacts_btn {
	position: absolute;
	width: 172px;
	height: 120px;
	top: -120px;
	left: 0;
	background: #a7b839;
	cursor: pointer;
}
.contacts_btn:hover {
    background: #8B9F23;
}
.contacts_btn.n1 {
	left: 172px;
	background: #00c1e8;
}
.contacts_btn.n1:hover {
    background-color: #00AADE;
}
.contacts_btn.n1.active {
    background: #00c1e8;
}

.contacts_btn.active {
	cursor: default;
    background: #a7b839;
}
.contacts_text .route_btn {
	margin: 213px 0 0 -116px;
	top: 0;
	left: 0;
}
.contacts_text.n0 .route_btn {
	background: #96a62e;
	display: none !important;
}
.contacts_text.n0 .route_btn:hover {
	background: #778615;
}
.contacts_text.n1 .route_btn {
	background: #0eaccc;
}
.contacts_text.n1 .route_btn:hover {
	background: #098da8;
}
.contacts_text .text_scroll {
	color: #e5f09d;
}
.contacts_text .text_style {
	color: #ebfcff;
}
.contacts_txt {
	color: #fff;
}
.contacts_txt.n0 {
	font-size: 36px;
	line-height: 36px;
    font-family: 'ikea_sans_heavyregular';
	text-transform: uppercase;
}
.contacts_txt.n4 {
	font-size: 19px;
	line-height: 23px;
}
.contacts_txt.n1 {
	font-size: 31px;
	line-height: 31px;
    font-family: 'ikea_sans_heavyregular';
	margin: 5px 0 0;
	display: inline-block;	
}
.contacts_txt.n3 {
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	margin-top: 30px;
}
.contacts_btn:after {
	content: '';
	position: absolute;
	width: 103px;
	height: 75px;
	top: 50%;
	left: 50%;
	margin: -37px 0 0 -52px;
	background: url('../i/sprite2.png');
}
.contacts_btn.n0:after {
	background-position: -702px -75px;
}
.contacts_btn.n0.active:after {
	background-position: -702px -0px;
}
.contacts_btn.n1:after {
	background-position: -805px -0px;
}
.contacts_btn.n1.active:after {
	background-position: -805px -75px;
}
.contacts_text.n1 {
	background: #00c1e8;
	height: auto;
	padding-bottom: 0;
	display: none;
}
.contacts_txt.n5 {
	position: absolute;
	left: 0;
	top: 100%;
	background: #dc683c;
	padding: 20px 35px 25px;
	width: 250px;
}
.contacts_txt.n6 {
	text-decoration: underline;
	cursor: pointer;
}

/* маршрут */

.route_adr_frame {
	position: absolute;
	/*width: 494px;*/
	width: 405px;
	/*height: 140px;*/
	height: 116px;
	margin: 297px 0 0 61px;
	background: #15b3d3;
	display: none;
}
/*.route_adr_frame.active{*/
	/*height: 200px;*/
/*}*/
.route_adr_frame .route_btn {
	margin: 0;
	background: none !important;
	cursor: default;
}
.route_adr_input {
	position: absolute;
	top: 57px;
	left: 124px;
	display: block;
	width: 215px;
	margin: 0;
	padding: 15px 22px;
	background: #1ec1e2;
	border: none;
	color: #fff;
	font-size: 15px;
	height: 15px;
	border-radius: 0px;
    font-family: 'ikea_sansregular';
	cursor: pointer;
}
.route_adr_title {
	position: absolute;
	top: 11px;
	left: 128px;
	line-height: 18px;
	font-size: 15px;
	color: #d7f8ff;
}
.route_adr_close {
	right: -33px;
	top: -33px;
	margin: 0;
}
.route_adr_btn {
	width: 65px;
	height: 65px;
	right: 130px;
	top: 100%;
	background-color: #1ec1e2;
}
.route_adr_btn.n2{
	right: 65px;
}
.route_adr_btn.n3{
	right: 0;
}
.route_adr_btn:hover, .route_adr_btn.active  {
	background: #15b3d3;
}
.route_adr_btn:after {
	width: 45px;
	height: 45px;
	top: 50%;
	left: 50%;
	margin: -22.5px 0 0 -22.5px;
	background-position: -764px -694px;
}
.route_adr_btn.n2:after {
	background-position: -860px -691px;
}
.route_adr_btn.n3:after {
	background-position: -810px -692px;
}

.route_time_frame {
	visibility: hidden;
	position: absolute;
	width: 210px;
	height: 0;
	top: 100%;
	left: 0;
	overflow: hidden;
	background-color: #a7bb38;
	-webkit-transition: visibility .5s ease-in-out, height .5s ease-in-out;
	-moz-transition: visibility .5s ease-in-out, height .5s ease-in-out;
	-ms-transition: visibility .5s ease-in-out, height .5s ease-in-out;
	-o-transition: visibility .5s ease-in-out, height .5s ease-in-out;
	transition: visibility .5s ease-in-out, height .5s ease-in-out;
}

.active .route_time_frame{
	visibility: visible;
	height: 65px;
}

.route_time {
	position: relative;
	text-align: center;
	color: #fff;
	width: 167px;
	height: 35px;
	margin: 10px auto 0;
	background: url('../i/sprite.png') -667px -1228px;
    font-size: 13px;
}



.route_dist_value {
	position: absolute;
	width: 100%;
	top: 34px;
	text-align: center;
}

.route_time_value{
	position: absolute;
	width: 100%;
	top: -5px;
	line-height: 1.1;
}

.route_time_value > span {
	font-size: 15px;
}

#centrer1 .new-moscow_frame, #centrer1 .contacts_frame, #centrer1 .metro_frame, .map_place {
	background-color: rgb(229, 227, 223);
}
.metro_frame .text_bg {
	width: 611px;
	margin: 20px 0 0 -88px; /*-36px*/
	padding-bottom: 250px;
	background: #13a976;
    display: none;
    opacity: 0;
    z-index: 3;
}
.metro_frame .text_scroll {
	margin-top: 399px;
	color: #aaf6dc;
}
.metro_frame .text_scroll strong {
	color: #fff;
}
.metro_frame .jspDrag {
	background: #2ed79e;
}
.close_metro_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
	padding: 0 33px;
	line-height: 33px;
	text-transform: uppercase;
	color: #fff;
	background: #2ed79e;
	font-size: 15px;
    font-family: 'ikea_sans_heavyregular';
}
.close_metro_btn.n1 {
	margin-bottom: -33px;
	/*display: none;*/
}
.to_infra_map {
    margin: 458px 0 0 -103px;
	background-color: #b43439;
    overflow: hidden;
}
.to_infra_map:hover {
	background-color: #962025;
}
.to_infra_map:after {
    top: 5px;
	background-position: 0 -352px;
}
.accomplishment .to_infra_map:after {
    top: 5px;
	background-position: -464px -548px;
}
.entrances_frame .text_bg {
	/*height: auto;*/
	width: 345px;
	/*padding: 0;*/
}
.entrances_images_frame {
	/*margin: -5px 0 0 522px;*/
    margin: 67px 0 0 522px;
	width: 1000px;
	height: 0;
}
.entrances_image_frame {
	margin: 0;
    cursor: pointer;
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
	/*overflow: hidden;*/
}
.entrances_image {
	width: 100%;
	height: auto;
	position: relative;
    z-index: 1;
	cursor: pointer;
}

/*.entrances_image.under_image {*/
    /*visibility: hidden;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*z-index: 0;*/
    /*opacity: 0;*/
    /*-webkit-transition: all .4s;*/
    /*-moz-transition: all .4s;*/
    /*-ms-transition: all .4s;*/
    /*-o-transition: all .4s;*/
    /*transition: all .4s;*/
/*}*/

/*.entrances_image_frame:hover .under_image.n1 {*/
    /*-webkit-transition-delay: .05s;*/
    /*-moz-transition-delay: .05s;*/
    /*-ms-transition-delay: .05s;*/
    /*-o-transition-delay: .05s;*/
    /*transition-delay: .05s;*/
/*}*/

/*.entrances_image_frame:hover .under_image {*/
    /*visibility: visible;*/
    /*opacity: 1;*/
/*}*/

/*.entrances_image_frame:hover .under_image.n1 {*/
    /*top: 10px;*/
    /*left: 10px;*/
/*}*/
/*.entrances_image_frame:hover .under_image.n2 {*/
    /*top: 5px;*/
    /*left: 5px;*/
/*}*/

/*.entrances_image_frame:hover .entrances_image {*/
    /*-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
    /*-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
    /*box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);*/
/*}*/
.gallery_place.one_photo .right_btn, .gallery_place.one_photo .left_btn,
.gallery_place.one_photo .right, .gallery_place.one_photo .left{
	display: none;
}
.entrances_images_count, .entrances_images_count1, .entrances_images_count2, .entrances_images_count3{
    /*position: absolute;*/
    /*visibility: hidden;*/
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    background-color: #F05A21;
    /*opacity: 0;*/
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
/*    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;*/
}
.entrances_images_count1{
	position: absolute;
	top: 0;
	left: 0px;
	height: 103px;
	width: 98px;
	opacity: 0;
}
.entrances_images_count2, .entrances_images_count3{
	position: absolute;
	top: 103px;
	left: 0px;
	height: 103px;
	width: 98px;
	opacity: 0;
	background-color: #b50d02;
}
.entrances_images_count3{
	top: 0;
}
.entrances_images_count.ipoteq_button{
	position: absolute;
	/*visibility: hidden;*/
	width: 100px;
	height: 100px;
	top: calc(20% + 130px);
	left: 0;
	background-color: #F58400;
	/*opacity: 0;*/
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	margin-left: calc(15% + 1177px)
}
.entrances_images_count.ipoteq_button.n2{
	top: calc(20% + 230px);
	background: #5bafef;
}
.entrances_images_count.n2{
	/* top: 100px; */
	height: 103px;
	width: 98px;
	position: absolute;
	top: -103px;
	left: -98px;
	background: #0070bb;
	background: #005c9c;
}
.entrances_images_count.n3{
	top:200px;
	background: #d7a111;
}

.entrances_images_count.n1:hover, .entrances_images_count.n1.active{
	background: #cd4f1f;
}
.entrances_images_count.n2:hover, .entrances_images_count.n2.active{
	background: #005c9c;
}
.entrances_images_count.active{
	width: 120px;
    height: 120px;
}

.entrances_images_count.n11{
	display: none;
	top: 200px;
	background: #01a691;
}
.entrances_images_count.n12{
	display: none;
	top:300px;
	background: #9936a9;
}
.entrances_images_count.n13{
	display: none;
	top:400px;
	background: #d8a112;
}

.entrances_images_count.n14{
/* 	display: none;
top: 200px;
background: #01a691; */
	height: 103px;
	width: 98px;
	position: absolute;
	top: -103px;
	left: 98px;
	background: #027cd2;
	transit
}
.entrances_images_count.n15{
/* 	display: none;
top:300px;
background: #9936a9; */
	height: 103px;
	width: 98px;
	position: absolute;
	top: -103px;
	left: 0;
	background: #027cd2;
	-webkit-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
.entrances_images_count.n14.active, .entrances_images_count.n15.active{
	background: #d6340d;
}
.entrances_images_count.n14:not(.active):hover, .entrances_images_count.n15:not(.active):hover{
	background: #ff5c35;
}
.entrances_images_count-dop{
	display: none;
}
.entrances_images_count-dop.show{
	display: block;
}
.entrances_images_count.n11.show,
.entrances_images_count.n12.show,
.entrances_images_count.n13.show{
	display: block;
}

.entrances_images_count.n11:hover, .entrances_images_count.n11.active{
	background: #008a71;
}
.entrances_images_count.n12:hover, .entrances_images_count.n12.active{
	background: #7b228c;
}
.entrances_images_count.n13:hover, .entrances_images_count.n13.active{
	background: #c78409;
}


/*.entrances_image_frame:hover .entrances_images_count {
    visibility: visible;
    right: -100px;
    opacity: 1;
}*/

.entrances_images_count:before, .entrances_images_count1:before, .entrances_images_count2:before, .entrances_images_count3:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.entrances_images_count>div, .entrances_images_count1>div, .entrances_images_count2>div, .entrances_images_count3>div {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-family: 'ikea_sans_heavyregular';
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
}
.entrances .entrances_images_count>div{
	font-size: 12px;
}
.entrances .entrances_images_count1>div, .entrances .entrances_images_count2>div, .entrances_images_count3>div{
	font-size: 10px;
}
.entrances_images_count>div>span {
    display: block;
    font-size: 32px;
    line-height: 34px;
}
.entrances_images_count>div>i {
	display: block;
	margin-top: 5px;
	font-size: 11px;
	font-family: 'ikea_sansregular', Helvetica, Arial, sans-serif;
	font-style: normal;
	line-height: 14px;
	white-space: normal;
}
.entrances_image_frame.n0 {
	width: 588px;
}
.entrances_image_frame.n1 {
	width: 215px;
	float: left;
}
.entrances_image_frame.n2 {
	width: 165px;
	float: left;
}
.entrances_image_frame.n3 {
	width: 273px;
	float: left;
}
.entrances_image_frame.n4 {
	position: absolute;
	right: 100%;
	top: 225px;
	width: 214px;
}
.entrances_image_frame:after, .constr_item:after {
	content: '';
	position: absolute;
	width: 32px;
	height: 32px;
	background: url('../i/sprite.png') -217px -1122px;
	right: -32px;
	bottom: -32px;
	opacity: 0;
    z-index: 1;
	pointer-events: none;
}

.entrances_image_frame:after {
    right: 0;
    bottom: 0;
}

.entrances_image_frame:hover:after, .constr_item:hover:after {
	right: 25px;
	bottom: 25px;	
	opacity: 1;
}
.pano_text_overlay .shadow, .gallery_title_frame {
	z-index: 1;
}
.pano_text_overlay .g_s_area, .pano_text_overlay .g_btn, .pano_text_overlay .close_btn {
	z-index: 2;
}
.construction_list {
	width: 735px;
	height: 489px;
	padding: 0;
	background: none;
}

.construction_list .text_scroll {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.constr_item {
	position: relative;
	float: left;
	overflow: hidden;
	width: 245px;
	height: 163px;
	cursor: pointer;
	background: #000;
}
.constr_item.n1 {
	width: 490px;
	height: 326px;
}
.constr_item_img {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	top: 0;
}
.constr_item_title {
	position: absolute;
	left: 30px;
	bottom: 20px;
	font-size: 30px;
	line-height: 28px;
	color: #fff;
	text-transform: uppercase;
    font-family: 'ikea_sans_heavyregular';
}
.constr_item_shadow {
	height: 104px;
	background-image: url('../i/shadow-constr.png');
}
.constr_item.n1 .constr_item_shadow {
	height: 224px;
	background-position: 0 -113px;
}
.gallery_title_frame {
	position: absolute;
	left: 30%;
	/*width: 60%;*/
	text-align: center;
	z-index: 1;
	font-size: 15px;
	/*color: #01d4ff;*/
	color: #fff;
    line-height: 18px;
	bottom: 5%;
	margin-bottom: -5px;
    background: rgba(255,255,255,0.2);
    width: 40%;
    padding: 10px 0;
}
.gallery_title_frame>span {
	color: #ffffff;
	margin-left: 20px;
}
.construction_frame .to_webcam_btn {
	margin: -21px 0 0 912px;
	top: 20%;
    left: 15%;
}
.webcam_frame .text_bg {
	width: 1024px;
	height: 572px;
	padding: 0;
	background: #0480c0;
	margin-top: -36px;
}
.webcam_btns_frame {
	position: absolute;
	left: 285px;
	bottom: 100%;
	background: #fff;
}
.webcam_btn {
	cursor: pointer;
    padding: 0 33px;
    line-height: 33px;
    text-transform: uppercase;
    color: #0070bb;
    font-size: 15px;
    font-family: 'ikea_sans_heavyregular';
	float: left;
}
.webcam_btn:hover {
    background-color: #EBEBEB;
    color: #0067AC;
}
.webcam_btn.active {
	background: #0065A9;
	color: #fff;
	cursor: default;
}
.place_faza {
    position: absolute;
    width: 150px;
    height: 40px;
    background: #fff;
    right: 0;
    top: 0;
    font-size: 25px;
    text-align: center;
    padding-top: 0px;
    color: #0070bb;
}
.drag_korpus .korpus_popup:after {
	content: '';
	position: absolute;
	width: 63px;
	height: 87px;
	top: 0;
	left: 0;
	background: #000;
}
.news_text table {
	width: 100%;
}
.news_text table td {
	text-align: center;
	padding: 5px 10px;
	border: 1px solid #fff;
}
.footer_links_frame {
	position: absolute;
	width: 500px;
	height: 0;
	bottom: 47px;
	margin: 0 16px;
}
.footer_links_frame.n0 {
	z-index: 100;
	left: -100px;
}
.footer_links_frame.n1 {
	left: 100%;
}

.footer_link {
	line-height: 47px;
	float: right;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	padding: 0 16px;
	display: block;
	text-decoration: none;
	position: relative;
}
.footer_link.n2 {
	float: left;
	font-size: 19px;
}
.footer_link.n3 {
	float: none;
	position: absolute;
	right: 88px;
	bottom: 8px;
	line-height: 17px;
	opacity: 0.57;
	text-align: right;
	white-space: nowrap;
	cursor: default;
}

.footer_link.n4 {
    position: absolute;
    right: 200px;
    font-size: 19px;
    white-space: nowrap;
}

#body_frame.white .footer_link {
	color: #84795e;
}
#body_frame.white .footer_soc.facebook {
	background-position: -767px -587px;
}
#body_frame.white .footer_soc.vk {
	background-position: -807px -587px;
}
#body_frame.white .footer_soc.in {
    background-position: -848px -587px;
}
#body_frame.white .art3d {
	background-position: -767px -644px;
}
.docs_frame {
	position: absolute;
	left: 50%;
	top: 20%;
	margin-left: -390px; 
	z-index: 1000;
	width: 400px;
	height: auto;
	bottom: 90px;
	padding: 0;
	display: none;
}
.text_slide {
	position: relative;
	margin-left: 20px;
}
.text_slide+.text_slide {
	margin-top: 30px;
}
.text_slide_title {
	cursor: pointer;
	color: #00c1e8;
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	position: relative;
	text-decoration: underline;
}
.text_slide_title>div {
	content: '';
	position: absolute;
	left: -20px;
	top: 50%;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	background: url('../i/sprite.png') -824px -644px;
}
.text_slide_title.active {
	text-decoration: none;
}
.docs_title {
	font-size: 15px;
	line-height: 19px;
	color: #a7b839;
	margin: 20px 0;
	text-transform: uppercase;
	font-weight: normal;
}
.text_slide_text {
	display: none;
	overflow: hidden;
}
a.pd_link {
	display: block;
	color: #7f7f7f;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 18px;
	text-decoration: none;
}
a.pd_link:hover {
	color: #f05a21;
}
.docs_title2 {
	color: #00c1e8;
	margin: 0 0 30px 20px;
}
.docs_frame .text_scroll {
	left: 27px;
}
.footer_link.n1.active {
	color: #FFF !important;	
}
.footer_link.n1:before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	background: #00c1e8;
	height: 90px;
	bottom: -90px;
}
.footer_link.n1.active:before {
	bottom: 0;	
}
.footer_link_n1_span {
	position: relative;
}
.copy_text {
	position: absolute;
	width: 420px;
	height: 200px;
	background: #fff;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -210px;
	display: none;
}
.copy_text .v-align>div {
	margin: 0 35px;
	width: auto;
}
.confidentiality_text {
	position: absolute;
	width: 1000px;
	height: 640px;
	background: #fff;
	top: 50%;
	left: 50%;
	margin: -320px 0 0 -500px;
	display: none;
}
.confidentiality_text .v-align>div {
	margin: 35px 35px;
	width: auto;
}
.home_screen {
    position: absolute;
    top: 20%;
    left: 15%;
}
.home_screen.inactive:after {
    content: '';
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: 0;
    left: 0;
    z-index: 1;
    background: url('../i/blank.gif');
    cursor: default;
}
.home_screen2 {
    left: 84%;
    opacity: 0.4;
	margin-left: 177px;
}

.to_placement {
	position: absolute;
	width: 581px;
	height: 230px;
	background: #516faf;
	top: 0;
	left: 0;
	margin: 0;
	text-decoration: none;
	/*display: none;*/
}
.to_placement:hover {
    background: #365094;

}
.to_finish {
	position: absolute;
	top: 49px;
	left: 581px;
	margin: 0;
	display: none;
}
.to_finish_btn {
	top: 181px;
	right: 0;
	width: 112px;
	height: 112px;
	background-color: #be5f9a;
}
.to_finish_btn:hover {
	background-color: #9b3d77;
}
.to_finish_btn:after {
	background-position: -854px -551px;
}
.home_actions_frame2 {
	position: absolute;
	top: 230px;
	left: 0;
	margin: 0;
	width: 650px;
	/*display: none;*/
}
.home_frame .home_constr_frame {
	position: absolute;
	top: 415px;
	left: 0;
	margin: 0;
	/*display: none;*/
}
.to_constr .to_constr-title{
    position: absolute;
    z-index: 10;
    font-size: 17px;
    padding-top: 13px;
    text-align: center;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
}
.to_constr {
	position: absolute;
	width: 189px;
	height: 188px;
	top: 0;
	left: 41px;
	overflow: hidden;
}
.to_constr:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url('../i/sprite.png') -449px -1584px;
}
.to_constr>img {
	position: absolute;
	top: 0;
	height: 100%;
	width: auto;
	left: -59px;
}
.home_constr_item_title {
	position: absolute;
	/*left: 22px;*/
	width: 100%;
	text-align: center;
	bottom: 16px;
	line-height: 21px;
	font-size: 17px;
	color: #aee7f3;
	z-index: 10;
	text-decoration: none;
}
.home_constr_item_title>div {
	font-size: 15px;
	color: #fff;
	text-decoration: underline;	
}
.to_webcam2 {
	background-color: #56a2a2;
}
.to_webcam2:hover {
	background-color: #398282;
}
.to_webcam2:after {
	background-position: -140px -352px;
}
#camera img{
	width: 100%;
}
.mobile #camera {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.webcam_img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
}

.to_placement_text {
	position: absolute;
	left: 362px;
	top: 30px;
	right: 0;
	bottom: 30px;
}
.to_placement_txt.n0 {
	font-size: 22px;
	color: #fff;
	line-height: 24px;
}
.to_placement_txt.n1 {
	font-size: 14px;
	color: #bed1fb;
	line-height: 17px;
	margin-top: 25px;
}
.to_placement_txt.n2 {
	font-size: 15px;
	color: #a6d2ff;
	line-height: 17px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-decoration: underline;
}
.information_frame .to_webcam2 {
	margin: 297px 0 0 37px;
}
.information_frame .last_news_frame {
	margin: 67px 0 0 177px;
	width: 765px;
}
.information_frame .home_constr_frame {
	margin: 297px 0 0 177px;
}
.home_frame .to_webcam2, .to_gallery {
	left: 230px;
	top: 0;
	position: absolute;
}



.favorites_frame, .similar_frame {
	position: absolute;
	height: 580px;
    width: 50%;
    padding-right: 208px;
	top: 20%;
	left: 15%;
	margin: -36px 0 0 377px;
	background: #00a3df;
	z-index: 1500;
}
.r_fav_del {
	width: 0 !important;
	position: relative;
}
.fav_del_btn {
    position: absolute;
    width: 53px;
    height: 53px;
    top: 0;
    left: 0;
    background: url('../i/sprite.png') -486px -679px;
    cursor: pointer;
    z-index: 10;
    display: none;
}
.search_result_tab tr.active:hover .fav_del_btn {
	display: block;
}
.similar_frame .r_fav_del {
	display: none !important;
}
.search_result_div .jspVerticalBar {
	right: -0px;
}
.search_result_div .jspDrag {
	background: #fff;
}
.search_preview_frame {
	position: absolute;
	margin: -119px 0 0 -390px;
	padding: 30px;
	background: #fff;
	z-index: 10000;
	display: none;
	width: 300px;
	height: 231px;
}
.search_preview_frame:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 100%;
	border-left: 20px solid #fff;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	margin-top: -12px;
}
	 
.search_preview {
	position: relative;
	width: 100%;
	height: auto;
}
.search_frame .plans_title,
.search-parking_frame .plans_title {
	width: 230px;
}
.search-parking_frame .plans_title {
	width: 340px;
}
.search_bg {
	position: absolute;
	top: 20%;
	left: 20px;
	margin: -36px 0 0 0;
	background: #df4a18;
	height: 40%;
	width: 60%;
	padding: 0 450px 280px 0;
	display: none;
}
.search_bg .search_result_div .jspVerticalBar {
	right: -15px;
}
.search_bg .search_result_div .jspDrag {
	background: #ff9a1b;
}
.search_buttons_frame .korpus_popup {
	position: relative;
	margin: 0;
	width: 78px;
	height: 10px;
	float: left;
	z-index: 0;
}
.search_buttons_frame .korpus_popup.av {
	cursor: pointer;	
}
.search_buttons_frame .korpus_popup+.korpus_popup {
	margin-left: 13px;
}
.korpus_popup.grey .floor_popup_det.n1 {
	background-color: #9b9b9b !important;
	border-top-color: #9b9b9b !important;
}
.search_actions_popup {
	position: absolute;
	left: 50%;
	width: 185px;
	height:554px;
	padding: 14px;
	background: #fff;
	margin-left: -106px;
	bottom: 38px;
	margin-bottom: 0;
	text-align: left;
	color: #847d7d;
	font-size: 15px;
	line-height: 18px;
	display: none;
	cursor: default;
}
.search_actions_popup a {
    display: block;
    position: relative;
    width: 185px;
    height: 185px;
    overflow: hidden;
}
.search_actions_popup a img {
    position: absolute;
    top: 0;
    left: 0;
}

.search_actions_popup a:hover img {
    top: -100%;
}

.search_actions_popup_text {
	padding: 5px 17px 25px;
}
.search_actions_popup:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	border-top: 13px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	margin-left: -8px;
}

.korpus_frame .search_actions_popup:after {
    border-top-color: #E9E9E9;
}

.search_actions_scroll {
	position:absolute;
	top:38px;
	bottom:18px;
	left:14px;
	width:185px;
}

.korpus_frame .search_actions_popup {
    background-color: #E9E9E9;
}

.search_actions_scroll .jspVerticalBar {
	right: -14px;
}
.search_slider_help {
	position: absolute;
	width: 60px;
	text-align: center;
	top: 100%;
	font-size: 15px;
	color: #ff9e7d;
	line-height: 20px;
	margin-top: 10px;
}
.search_slider_help.n0 {
	left: 0;
}
.search_slider_help.n1 {
	right: 0;
}
.home_dots_frame {
	position: absolute;
	left: 50%;
	width: 100px;
	text-align: center;
	margin: 0 0 -35px -50px;
	bottom: 15%;
	height: 0;
}
.home_dot {
	display: inline-block;
	width: 21px;
	height: 21px;
	cursor: pointer;
    background: url('../i/sprite.png') -401px -221px;
}
.home_dot.active {
	background-position: -401px -196px;
}
.home_dot+.home_dot {
	margin-left: 5px;
}
.calculate_frame .page_title, .calculate2_frame .page_title {
	width: 210px;
}
.calculate_frame .text_bg, .calculate2_frame .text_bg {
	width: 1026px;
	height: 601px;
	padding: 0;
    /*background: url('../i/calc_fake.png') no-repeat;*/
    background: none;
	margin-top: -36px;
}
.page_descr {
    position: absolute;
    width: 220px;
    height: 103px;
    margin-left: 487px;
    padding: 0 30px;
    background-color: #423a39;
}

.page_descr>div {
    font-size: 18px;
    font-family: 'ikea_sans_heavyregular', Helvetica, Arial, sans-serif;
    text-align: left;
    text-transform: uppercase;
    line-height: .95em;
    color: #FFFFFF;
}

.calculate_block {
    position: absolute;
    top: 103px;
    left: 0;
}

.calculate_field_block {
    position: absolute;
    width: 262px;
    height: 128px;
    padding: 0 40px;
}

.calculate_field_block.disabled:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(101, 101, 101, .3);
}

.r1 {
    top: 0;
}
.r2 {
    top: 128px;
}
.r3 {
    top: 254px;
}
.r4 {
    top: 382px;
}
.c1 {
    left: 0
}
.c2 {
    left: 342px;
}
.c3 {
    left: 684px;
}

.calculate_field_block.n1 {
    background-color: #E1971C;
}
.calculate_field_block.n2 {
    background-color: #DB8E0F;
}
.calculate_field_block.n3 {
    background-color: #E1971C;
}
.calculate_field_block.n4 {
    background-color: #E1861C;
}
.calculate_field_block.n5 {
    background-color: #DB7D0F;
}
.calculate_field_block.n6 {
    background-color: #E1861C;
}
.calculate_field_block.n7 {
    background-color: #E15E1C;
}
.calculate_field_block.n8 {
    background-color: #DB540F;
}
.calculate_field_block.n9 {
    background-color: #DB4900;
}
.calculate_field_block.n1:hover {
    background-color: #D47910;
}
.calculate_field_block.n2:hover {
    background-color: #CC6F08;
}
.calculate_field_block.n3:hover {
    background-color: #D47910;
}
.calculate_field_block.n4:hover {
    background-color: #D46710;
}
.calculate_field_block.n5:hover {
    background-color: #CC5E08;
}
.calculate_field_block.n6:hover {
    background-color: #D46710;
}
.calculate_field_block.n7:hover {
    background-color: #D44110;
}
.calculate_field_block.n8:hover {
    background-color: #CC3908;
}
.calculate_field_block.n9:hover {
    background-color: #CD4400;
}

.calculate_field_block.n1.disabled {
    background-color: #E1971C;
}
.calculate_field_block.n2.disabled {
    background-color: #DB8E0F;
}
.calculate_field_block.n3.disabled {
    background-color: #E1971C;
}
.calculate_field_block.n4.disabled {
    background-color: #E1861C;
}
.calculate_field_block.n5.disabled {
    background-color: #DB7D0F;
}
.calculate_field_block.n6.disabled {
    background-color: #E1861C;
}
.calculate_field_block.n7.disabled {
    background-color: #E15E1C;
}
.calculate_field_block.n8.disabled {
    background-color: #DB540F;
}
.calculate_field_block.n9.disabled {
    background-color: #DB4900;
}

.calculate_field_title {
    display: block;
    margin-top: 25px;
    font-size: 15px;
    text-transform: uppercase;
    white-space: nowrap;
    color: #FFFFFF;
}

.calculate_field, .calculate_result {
    display: block;
    width: 280px;
    margin-top: 7px;
    background: none;
    border: none;
    font-size: 49px;
    font-family: 'ikea_sans_heavyregular', Helvetica, Arial, sans-serif;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    color: #FFFFFF;
}

.calculate_slider {
    position: absolute;
    height: 1px;
    bottom: 15px;
    right: 30px;
    left: 30px;
    background-color: rgba(255, 255, 255, .43);
}

.calculate_slider_drag {
    position: absolute;
    width: 16px;
    height: 14px;
    top: -8px;
    left: 0;
    margin-left: -8px;
    cursor: url('http://www.moscovsky-park.ru/assets/i/cur1.cur'), pointer;
    background: url('../i/sprite.png') -741px -679px;
}

.calculate_info {
    position: absolute;
    width: 412px;
    height: 91px;
    background-color: #FFFFFF;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}

.calculate_info:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.calculate_info>div {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    text-align: left;
    color: #7f7f7f;
}

.calculate_print_btn {
    position: absolute;
    width: 116px;
    height: 116px;
    cursor: pointer;
    background-color: #15B3D3;
}

.calculate_print_btn:hover {
    background-color: #00AADE;
}

.calculate_print_btn:before {
    content: '';
    position: absolute;
    width: 79px;
    height: 74px;
    top: 50%;
    left: 50%;
    margin: -37px 0 0 -39px;
    background: url('../i/sprite.png') -660px -679px;
}

.change_calc {
    position: absolute;
    width: 329px;
    height: 103px;
    margin: 297px 0 0 -152px;
    background-color: #97A829;
    font-size: 0;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}
.change_calc:hover {
    background-color: #798C18;
}

.change_calc:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.change_calc>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    font-family: 'ikea_sans_heavyregular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    white-space: normal;
    color: #FFFFFF;
}

/* Квартиры с отделкой */

.finish_block {
    position: absolute;
    width: 1078px;
    height: 580px;
    margin-left: 59px;
    /*padding-left: 118px;*/
    /*background-color: #FFFFFF;*/

}
.finish_block.active{
	background-color: #fff;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.finish_menu {
    position: absolute;
    height: 94px;
    top: -94px;
    right: 0;
    left: 118px;
    z-index: 2;
    font-size: 0;
    white-space: nowrap;
}

.finish_menu_style {
    display: inline-block;
    position: relative;
    width: 240px;
    height: 94px;
}

.finish_menu_item {
    position: absolute;
    width: 100%;
    height: 94px;
    cursor: pointer;
    background: url('../i/sprite.png') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
}

.n0>.finish_menu_item {
    background-image: url('../images/finish/tmb/0.jpg');
}
.n1>.finish_menu_item {
    background-image: url('../images/finish/tmb/1.jpg');
}
.n2>.finish_menu_item {
    background-image: url('../images/finish/tmb/2.jpg');
}
.n3>.finish_menu_item {
    background-image: url('../images/finish/tmb/3.jpg');
}

.active.n0>.finish_menu_item, .n0>.finish_menu_item, .n0>.finish_description .finish_description_text {
    background: #4FA3D2;
}
.active.n1>.finish_menu_item, .n1>.finish_menu_item, .n1>.finish_description .finish_description_text {
    background: #148C6C;
}
.active.n2>.finish_menu_item, .n2>.finish_menu_item, .n2>.finish_description .finish_description_text {
    background: #516FAF;
}
.active.n3>.finish_menu_item, .n3>.finish_menu_item, .n3>.finish_description .finish_description_text {
    background: #D7A111;
}

.finish_menu_item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(66, 58, 57, 0.62);
}

.active>.finish_menu_item:after, .finish_menu_item:hover:after {
    display: none;
}


.finish_menu_item:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.finish_menu_item>span {
    position: relative;
    display: inline-block;
    z-index: 1;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'ikea_sans_heavyregular', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    white-space: normal;
    color: #FFFFFF;
}

.finish_description {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
}

.n2>.finish_description, .n3>.finish_description {
    right: 0;
    left: auto;
}

.n2 .finish_pano_btn, .n3 .finish_pano_btn {
	left: -180px;
}
.n2 .finish_foto_btn, .n3 .finish_foto_btn {
	left: -360px;
}

.n2>.finish_description .finish_description_text, .n3>.finish_description .finish_description_text {
    left: -600px;
    margin-left: 100%;
}

.finish_menu_style.active .finish_description {
    display: block;
}

.finish_description_text {
    display: none;
    position: relative;
    width: 530px;
    padding: 0 35px;
    background-color: #4FA3D2;
    opacity: 0;
    font-size: 15px;
    text-align: left;
    white-space: normal;
    color: #FFFFFF;
}

.div20 {
    height: 20px;
}

.finish_description_btn {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 17px 0 18px;
    cursor: pointer;
    background-color: #423A39;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.finish_korpuses {
    position: absolute;
    width: 118px;
    top: 0;
    left: 0;
    z-index: 1;
}

.finish_korpus {
    position: relative;
    width: 118px;
    height: 118px;
    cursor: pointer;
    background-color: #8C8C8C;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}

.finish_korpus:hover {
    background-color: #E28212;
}

.finish_korpus.active {
    cursor: default;
    background-color: #EB9F20;
}

.finish_korpus:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.finish_korpus>div {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    text-transform: uppercase;
    white-space: normal;
    color: #FFFFFF;
}
.finish_korpus>div>span {
    display: block;
    font-size: 28px;
    font-family: 'ikea_sans_heavyregular', Helvetica, Arial, sans-serif;
    line-height: 28px;
}

.finish_plan_frame {
	display: none;
    position: absolute;
    top: 30px;
    right: 118px;
    bottom: 50px;
    left: 50px;
}
.active .finish_plan_frame{
	display: block;
}

.finish_map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.finish_bubble {
    position: absolute;
    width: 100px;
    z-index: 1;
    margin: -30px 0 0 -50px;
    padding: 3px 0;
    cursor: pointer;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #9f9fa0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#9f9fa0));
    background: -webkit-linear-gradient(top, #ffffff 0%,#9f9fa0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#9f9fa0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#9f9fa0 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#9f9fa0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9f9fa0',GradientType=0 );
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #222222;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.finish_bubble.hover {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    transform: translate(0, -5px);
}

.finish_bubble:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #9f9fa0 transparent transparent transparent;
}

.finish_pano_btn {
	display: none;
    position: absolute;
    width: 180px;
    height: 55px;
/*    right: 0;
    bottom: 0;*/
    left: 240px;
    cursor: pointer;
    background-color: #F06F21;
}
.finish_foto_btn{
	display: none;
    position: absolute;
    width: 180px;
    height: 55px;
/*    right: 0;
    bottom: 0;*/
    left: 240px;
    cursor: pointer;
    background-color: #f06f21;
    font-size: 15px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.finish_foto_btn:hover {
    background-color: #6a605f;
}
.finish_pano_btn.n2{
	left: 420px;
}

.finish_pano_btn:hover {
    background-color: #E95013;
}


.finish_pano_btn:before {
    content: '';
    position: absolute;
    width: 170px;
    height: 35px;
    top: 50%;
    left: 50%;
    margin: -19px 0 0 -85px;
    background: url('../i/sprite.png') -5px -1564px;
    /*background: url('../i/sprite.png') -714px -1545px;*/
}

.finish_frame .pano_place {
    z-index: 101 !important;
    cursor: default !important;
}

.finish_frame .pano_place:after {
    display: none !important;
}

.pano_close {
    position: absolute;
    width: 94px;
    height: 94px;
    top: 20%;
    left: 15%;
    z-index: 2;
    margin: -130px 0 0 -182px;
    background: #423a39;
    cursor: pointer;
    display: block;
}

.pano_close:hover {
    background-color: #282322;
}

.pano_close:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../i/sprite.png') -546px -56px;
}

.next_subpage {
    position: absolute;
    width: 140px;
    height: 140px;
    margin: 458px 0 0 37px;
}

.next_subpage:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background-image: url('../i/sprite.png');
}

.next_subpage.to_concept {
    background-color: #EBAE00;
}
.next_subpage.to_concept:hover {
    background-color: #E29300;
}
.next_subpage.to_infrastructure {
    background-color: #903F9C;
}
.next_subpage.to_infrastructure:hover {
    background-color: #71287E;
}
.next_subpage.to_accomplishment {
    background-color: #148C6C;
}
.next_subpage.to_accomplishment:hover {
    background-color: #0B6D4E;
}
.next_subpage.to_flats {
    background-color: #516FAF;
}
.next_subpage.to_flats:hover {
    background-color: #365094;
}
.next_subpage.to_entrances {
    background-color: #EB9D16;
}
.next_subpage.to_entrances:hover {
    background-color: #E2800C;
}
.next_subpage.to_gallery2 {
    background-color: #A7B840;
}
.next_subpage.to_gallery2:hover {
    background-color: #8B9F28;
}


.next_subpage.to_concept:after {
    width: 84px;
    height: 79px;
    margin: -39px 0 0 -42px;
    background-position: -216px -825px;
}
.next_subpage.to_infrastructure:after {
    width: 93px;
    height: 81px;
    margin: -40px 0 0 -46px;
    background-position: -302px -825px;
}
.next_subpage.to_accomplishment:after {
    width: 108px;
    height: 81px;
    margin: -40px 0 0 -54px;
    background-position: -82px -825px;
}
.next_subpage.to_flats:after {
    width: 72px;
    height: 78px;
    margin: -39px 0 0 -36px;
    background-position: -5px -825px;
}
.next_subpage.to_entrances:after {
    width: 69px;
    height: 80px;
    margin: -40px 0 0 -35px;
    background-position: -487px -825px;
}
.next_subpage.to_gallery2:after {
    width: 58px;
    height: 79px;
    margin: -39px 0 0 -29px;
    background-position: -416px -825px;
}
.entrances_image_frame_open.n1,.entrances_image_frame_open.n2, .entrances_image_frame_open.n3  {
	top:0;
	margin-top: -50px;
	margin-left: 25px;
}
.entrances_image_frame_open.n1 {
	margin-left: 125px;
}
.entrances_image_frame_open.n3 {
	margin-left: 225px;
}
.entrances_images_count.entrances_image_frame_open.n3>div{
	font-size: 12px;
}
.entrances_images_count-dop{
	position: absolute;
	top: 200px;
}
.glr_video.entrances{
	display: none;
	width: 100px;
	height: 100px;
	/*margin-top: -320px;*/
	top:-6px;
	margin-left: 263px;
	left: 125px;
	background-color: #56A2A2;
	text-align: center;
	position: absolute;
}
.glr_video.entrances.show{
	display: block;
}
.glr_video.entrances div{
/*    color: #fff;
    position: absolute;
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 42px;*/
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-family: 'ikea_sans_heavyregular';
    line-height: 18px;
    color: #fff;
    text-transform: uppercase;
}
.glr_video.entrances i{
    color: #fff;
    position: absolute;
    font-size: 10px;
    width: 100%;
    text-align: center;
    margin-top: 77px;
}
.glr_video.entrances:before{
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}
.glr_video.entrances:after{
	content: none;
}
.glr_video.entrances.n1{
	left: 225px;
	background-color: #008bc8;
}
.glr_video.entrances.n1:hover{
	background-color: #006CB3;
}
.glr_video.entrances:hover{
	background-color: #3A8585;
}
.glr_video.entrances.f6{
	/*margin-top: 300px;*/
	left: 125px;
	background-color: #499775;
}
.glr_video.entrances.f6:hover{
	background-color: #307956;
}
.glr_webcam, .glr_construction, .glr_video {
    position: absolute;
    width: 94px;
    height: 94px;
    margin-top: -94px;
    left: 265px;
}

.glr_webcam {
    background-color: #56A2A2;
}
.glr_webcam:hover {
    background-color: #3A8585;
}
.glr_construction {
    left: 359px;
    background-color: #499775;
}
.glr_construction:hover {
    background-color: #307956;
}
.glr_video {
	cursor:pointer;
	left: 453px;
	background-color:#008bc8;
}
.glr_video:hover {
	background-color:#006CB3;	
}

.glr_webcam:after, .glr_construction:after, .glr_video:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url('../i/sprite.png');
}

.glr_webcam:after {
    width: 43px;
    height: 67px;
    margin: -33px 0 0 -21px;
    background-position: -609px -825px;
}

.glr_construction:after {
    width: 63px;
    height: 67px;
    margin: -33px 0 0 -31px;
    background-position: -654px -825px;
}

.glr_video:after {
	width: 52px;
    height: 55px;
    margin: -26px 0 0 -26px;
    background-position: -557px -825px;
}

.gmaps_labels {
    overflow: visible !important;
}
.gmaps_labels_span {
    position: absolute;
    bottom: 58px;
    left: -70px;
    width: 180px;
    text-align: center;
}
.gmaps_labels_span>span {
    display: inline-block;
    background: #FFFFFF;
    padding: 10px 15px;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.gmaps_labels_span.metro_label {
    top: -10px;
    bottom: auto;
    left: -15px;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 14px;
}

.metro_description {
	padding-top: 30px;
    /*position: relative;*/
    width: 710px;
    height: 550px; /*270px*/
    padding-left: 30px;
    background-color: #FFFFFF;
    z-index:4;
}
.metro_route:nth-child(2){
	margin-top: 18px;
}
.metro_route {
    position: relative;
    height: 90px;
    font-size: 0;
    white-space: nowrap;
    margin-bottom: 10px;
}

.metro_route+.metro_route:after {
    content: '';
    position: absolute;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #E9E9E9;
}

.metro_route:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.metro_route_marker, .metro_route_line {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.metro_route_marker:first-child {
    margin-left: 0;
}
/*=========metro marker old==================*/
/*.metro_route_marker.n1 {
    width: 46px;
    height: 31px;
    background: url('../i/sprite.png') -861px -825px;
}
.metro_route_line.n1 {
    width: 66px;
    height: 53px;
    background: url('../i/sprite.png') -487px -932px;
}
.metro_route_marker.n2 {
    width: 41px;
    height: 41px;
    background: url('../i/sprite.png') -639px -776px;
}
.metro_route_line.n2 {
    width: 67px;
    height: 52px;
    background: url('../i/sprite.png') -664px -345px;
}

.metro_route_marker.n3 {
    width: 74px;
    height: 66px;
    background: url('../i/sprite.png') -737px -345px;
}
.metro_route_line.n3 {
    width: 67px;
    height: 53px;
    background: url('../i/sprite.png') -814px -345px;
}
.metro_route_marker.n4 {
    width: 55px;
    height: 54px;
    background: url('../i/sprite.png') -804px -825px;
}
.metro_route_line.n4 {
    width: 67px;
    height: 53px;
    background: url('../i/sprite.png') -557px -932px;
}
.metro_route_marker.n5 {
     width: 77px;
     height: 66px;
     background: url('../i/sprite.png') -633px -932px;
 }
.metro_route_line.n5 {
    width: 67px;
    height: 53px;
    margin-left: 16px;
    background: url('../i/sprite.png') -714px -932px;
}
.metro_route_marker.n6 {
     width: 64px;
     height: 63px;
    margin-left: 22px;
     background: url('../i/sprite.png') -909px -776px;
 }
.metro_route_line.n6 {
    width: 67px;
    height: 53px;
    background: url('../i/sprite.png') -786px -932px;
}
.metro_route_marker.n7 {
    width: 49px;
    height: 61px;
    margin-left: 24px;
    background: url('../i/sprite.png') -909px -844px;
}
.metro_route_line.n7 {
    width: 66px;
    height: 53px;
    margin-left: 27px;
    background: url('../i/sprite.png') -861px -932px;
}*/
/*==============metro marker new=========================*/
.metro_route_marker.n1 {
    width: 70px;
    height: 56px;
    top:-17px;
    background: url('../i/sprite_metro.png') -513px -346px;
}
.metro_route_line.n1 {
	margin-left: 5px;
	width: 150px;
    height: 30px;
    background: url('../i/sprite_metro.png') -184px -204px;
}
.metro_route_marker.n2 {
    margin-left: 5px;
	width: 23px;
    height: 23px;
    margin-top: -12px;
    background: url('../i/sprite_metro.png') -560px 0px;
}
.metro_route_line.n2 {
    margin-left: 5px;
	width: 100px;
    height: 39px;
    background: url('../i/sprite_metro.png') -136px -130px;
}

.metro_route_marker.n3 {
	margin-top: 10px;
    margin-left: -5px;
    width: 89px;
    height: 78px;
    background: url('../i/sprite_metro.png') -104px -244px;
}
.metro_route_line.n3 {
	margin-left: 5px;
    width: 200px;
    height: 20px;
    background: url('../i/sprite_metro.png') -343px -34px;
}
.metro_route_marker.n4 {
    margin-top: 15px;
    margin-left: -15px;
    width: 80px;
    height: 90px;
    background: url('../i/sprite_metro.png') -204px -244px;
}
.metro_route_marker.n4_1 {
    width: 96px;
    height: 86px;
    position: relative;
    top: 2px;
    margin-left: -17px;
    background: url('../i/sprite_metro.png') -381px -335px;
}

.metro_route_line.n4 {
    margin-left: 5px;
    width: 100px;
    height: 38px;
    background: url('../i/sprite_metro.png') -136px -167px;
}
.metro_route_marker.n5 {
    width: 100px;
    height: 84px;
    margin-left: -20px;
    background: url('../i/sprite_metro.png') -293px -244px;
 }
.metro_route_line.n5 {
    width: 200px;
    height: 16px;
    position: relative;
    top: -6px;
    margin-left: 5px;
    background: url('../i/sprite_metro.png') -398px -204px;
}
.metro_route_marker.n6 {
    width: 59px;
    height: 36px;
    margin-left: 0;
    background: url('../i/sprite_metro.png') -304px -86px;
 }
.metro_route_line.n6 {
	margin-left: 5px;
    width: 150px;
    height: 32px;
    background: url('../i/sprite_metro.png') -134px -7px;
}
.metro_route_marker.n7 {
    width: 47px;
    height: 46px;
    margin-left: 5px;
    background: url('../i/sprite_metro.png') -465px -246px;
}
.metro_route_line.n7 {
    width: 200px;
    height: 18px;
    position: relative;
    top: 0px;
    margin-left: 26px;
    background: url('../i/sprite_metro.png') -365px -91px;
}
.metro_route_line.n1-1, .metro_route_line.n2-1, .metro_route_line.n3-1{
	margin-left: 0;
	width: 232px;
	height: 23px;
	position: relative;
	background: url('../i/sprite_metro.png') -105px -171px;
}
.metro_route_line.n2-1{
	background-position: -105px -133px; 
}
.metro_route_line.n3-1{
	background-position: -105px -44px; 
}

.metro_route_line.n1-2{
    width: 100px;
    margin-left: 5px;
    height: 17px;
    position: relative;
    background: url(../i/sprite_metro.png) -210px -215px;
}
.metro_route_line.n1-3,.metro_route_line.n2-3,.metro_route_line.n3-3{
    margin-left: 3px;
	width: 132px;
	height: 30px;
	position: relative;
	background: url('../i/sprite_metro.png') -417px -112px;
}
.metro_route_line.n2-3{
	background-position: -417px -142px;
}
.metro_route_line.n3-3{
	background-position: -417px -171px;
}
.metro_table{
	border: 1px solid #4d4343;
	width: 680px;
	height: 75px;
}
.metro_route_marker.n7-1 {
    width: 250px;
    height: 50px;
    position: relative;
    top: 3px;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    background: url(../i/sprite.png) -661px -1149px;

}

.metro_route_line.n0-1, .metro_route_line.n0-3{
	margin-left: 5px;
	width: 200px;
	height: 23px;
	position: relative;
	background: url(../i/sprite_metro.png) -40px -416px;
}

.metro_route_line.n0-3{
	width: 250px;
	background: url('../i/sprite_metro.png') -250px -438px;
	margin-top: 5px;
}

.metro_route_line.n0-2{
	margin-left: 5px;
	width: 222px;
	height: 23px;
	position: relative;
	background: url(../i/sprite_metro.png) -3px -443px;
}
.metro_route_marker.n3_0{
	margin-top: 0px;
	margin-left: -3px;
	width: 88px;
	height: 92px;
	background: url(../i/sprite_metro.png) -257px -347px;
}
.metro_route_line.active.n0-3:before, .metro_route_line.n0-3:hover:before, .metro_route_line.hover.n0-3:before{
	content: '';
	position: absolute;
	width: 250px;
	height: 33px;
	margin: -6px 0 0 0px;
	background-color: rgba(46, 215, 158, 0.13);
	border: 2px solid #2ED79E;
}
.metro_route_line.active.n0-2:before, .metro_route_line.n0-2:hover:before, .metro_route_line.hover.n0-2:before {
    content: '';
    position: absolute;
    width: 220px;
    height: 30px;
    margin: -7px 0 0 0px;
    background-color: rgba(46, 215, 158, 0.13);
    border: 2px solid #2ED79E;
}
.metro_route_line.active.n0-1:before, .metro_route_line.n0-1:hover:before, .metro_route_line.hover.n0-1:before {
    content: '';
    position: absolute;
    width: 192px;
    height: 34px;
    margin: -5px 0 0 0px;
    background-color: rgba(46, 215, 158, 0.13);
    border: 2px solid #2ED79E;
}
.metro_route:nth-child(1) .metro_route_line.n3{
	background: url(../i/sprite_metro.png) -343px -8px;
}

.metro_route_marker.n2.bicycle{
	 background: url(../i/sprite_metro.png) -561px -29px;
}
.metro_route_center{
	top: 40px;
}
.metro_route_center .metro_route_marker.n2.fill_lug{
	margin-top: -7px;
}
.metro_route_marker.n2.fill_lug{
	margin-top: 0px;
}
.metro_route_bottom.line_three{
	top: 65px;
}
/*=====*/
.metro_route_marker.n8-1 {
	width: 140px;
	height: 55px;
	margin-left: 50px;
	background: url('../i/sprite.png') -692px -1085px;
	position: relative;
}
.metro_route_marker.n9-1 {
	width: 134px;
	height: 40px;
	margin-left: 50px;
	background: url('../i/sprite.png') -865px -1084px;
	position: relative;
}
.metro_route_marker.n10-1{
	width: 682px;
	height: 58px;
	margin-left: 0px;
	background: url('../i/sprite.png') -2px -1490px;
	position: relative;
} 
.metro_route_marker.n10{
	margin-left: 5px;
	width: 23px;
    height: 23px;
    background: url('../i/sprite_metro.png') -103px -9px;
}
.metro_route_two_line{
	display: inline-block;
}
.metro_route_two_line{
	width: 262px;
}
.metro_route_top{
	position: absolute;
	display: inline-block;
	top:8px;
}
.metro_route_top1{
	margin-left: 0px;
	position: absolute;
	display: inline-block;
	top:18px;
}
.metro_route_bottom{
	position: absolute;
	top:45px;
}
.metro_route_bottom2{
	position: absolute;
	top:70px;
}
/*=====================================*/
.metro_route_line.active:before, .metro_route_line:hover:before, .metro_route_line.hover:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 50px;
/*    top: 50%;
    left: 50%;*/
    margin: -15px 0 0 0px;
    background-color: rgba(46, 215, 158, 0.13);
    border: 2px solid #2ED79E;
}
.metro_route_line.n7:before{
	width: 175px;
}
.metro_route_line.n6:before, .metro_route_line.n1:before{
	width: 150px;
}
.metro_route_line.n4:before, .metro_route_line.n2:before{
	width: 100px;
}

.metro_route_line.n3:before, .metro_route_line.n5:before, .metro_route_line.n7:before{
	width: 200px;
}
.metro_route_line.n1-1:before, .metro_route_line.n2-1:before, .metro_route_line.n3-1:before{
	width: 230px;
}

.home_video_btn {
	position: absolute;
    width: 94px;
    height: 94px;
	background-color: #008bc8;
	cursor: pointer;
	margin:100px 0 0  1014px;
}

.home_video_btn:hover {
	background-color: #006CB3;
}

.home_video_btn:after {
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
	width: 52px;
    height: 55px;
    margin: -26px 0 0 -26px;
    background: url('../i/sprite.png') -557px -825px;
}

/* .search_header_tab .r_t, .search_result_tab .r_t, .search_buttons_frame.trim_filter {
	display:none;
} */
.ipoteque_frame a:-webkit-any-link {
    /*color: -webkit-link;*/
    text-decoration: none;
    /*cursor: auto;*/
}
.page_title.action {
	margin-left: 414px;
	background: #00B0F0;
	display: block;
}

.page_title.news {
	margin-left: 496px;
	background: #00B0F0;
	display: block;
}
.about_frame .sq_btn.metro_btn{
	margin-top: 200px;

}
/*
.next_subpage.to_metro{
	background: #d2190c;
}
.next_subpage.to_metro:hover{
	background: #a71207;
}
*/

.sq_btn.to_metro {
	/* background: #d2190c; */
	background: #fff;
}
.sq_btn.to_metro:hover {
	/* background: #a71207; */
	background: #fff;
}
.next_subpage.to_metro:after {
	width: 98px;
    height: 81px;
    margin: -40px 0 0 -43px;
    /* background-position: -273px -50px; */
    background-position: -270px -54px;
}
.gallery_frame .corner_pos.home_adv_item{
	margin: 47px 0 0 -115px;
	top: 50%;
}
.gallery_frame .advantages_next_btn, .gallery_frame .advantages_prev_btn {
	margin: 227px 0 0 -16px;
	top: 50%;
}
/*.new-moscow_frame .advantages_prev_btn {
	left: 5%;
}*/
.new-moscow_frame .home_adv_item {
	display: none;
	margin: 297px 0 0 -149px;
}

.gallery_frame .choose_flat.sq_btn{
	display: none;
	position: absolute;
	right: 5%;
	bottom: 18%;
	width: 200px;
	height: 200px;
	background: #E29300;
}
.gallery_frame .choose_flat.sq_btn:hover{
	background: #c58001;
}
.gallery_frame .sq_btn.to_plans{
	display: none;
	left: 100%;
	top: 50%;
	margin: 48px 0 0 -279px;
}
.gallery_frame .home_slogan_3.home_adv_title {
	display: none;
	top: 20%;
    left: 15%;
    margin: -36px 0 0 -88px;
}
.metro_frame .next_subpage.to_new-moscow{
	background: #f06f21;
	margin: 544px 0 0 -87px;
}
@media (max-height: 850px){
	.metro_frame .next_subpage.to_new-moscow{
		display: none!important;
	}
}

.metro_frame .next_subpage.to_new-moscow:hover{
	background: #e95013;
}
.metro_frame .next_subpage:after {
	top: 23px;
    left: 6px;
	background-position: -5px -977px;
}
.that_round.next_subpage{
	margin-left: 297px 0px 0px 177px;
}
.metro_frame .corner_pos.home_adv_item{
	margin: 459px 0 0 -87px;
}
.metro_frame .from_advantages.next_subpage.to_new-moscow{
	margin: 297px 0 0 239px;
}
.super_banner_overlay{
	display: none;
}
.close_super_banner{
	cursor: pointer;
	width: 70px; 
	height: 70px; 
	position: absolute; 
	border-radius:25px; 
	right: -20px; top: -20px;
}

/* Счетчик */
.promo_banner_countdown {
    position: absolute;
	width:360px;
	height:95px;
    margin: -115px 0 0 345px;
	background-color:#0A579E;
	padding:10px;
}

.date-item {
    position: absolute;
    width: 93px;
    height: 86px;
    top: 0;
    left: 0;
    font-size: 0;
    text-align: center;
}
.date-item.hour {
    left: 90px;
}
.date-item.minute {
    left: 180px;
}
.date-item.second {
    left: 270px;
}
.date-item.day:after, .date-item.hour:after, .date-item.minute:after  {
	content: '';
	display:block;
	position:absolute;
	top:36px;
	right:-3px;
	width:6px;
	height:25px;
	background: url('../i/sprite.png') -991px -2px;
}
.date-item:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.date-digit {
    display: inline-block;
    vertical-align: middle;
    font-size: 60px;
    color: #fff;
	font-family: 'ikea_sansregular';
}
.up_end {
	position:absolute;
	top:5px;
	left:25px;
	font-size:20px;
	color: #fff;
	font-family: 'ikea_sansregular';
}
.countdown__values {
	position:absolute;
	top:15px;
}
.countdown__names {
	position:relative;
	display:inline-block;
	top:75px;
	width: 408px;
	left:7px;
	font-size:15px;
	font-family: 'ikea_sansregular';
	color:#fff;
}
.countdown__names>div {
	display:inline-block;
	padding-right: 49px;
}

.webcam .clock_container, .finish .clock_container, .search .clock_container, .search-parking .clock_container, .pano .clock_container, 
.infrastructure-map .clock_container{
	display:none;
}
.about .clock_container{
	margin-left: 55px;
}
.plans .clock_container, .phase .clock_container, .korpus .clock_container{
	margin: -130px 0 0 597px;
} 
/* .plans .clock_container, .phase .clock_container, .korpus .clock_container{
    margin-left: -15%;
    left: 532px;
}
.contacts .clock_container {
	margin-left:522px;
} */
/* Конец Счетчик */
.comagic_phone{
	white-space:nowrap;
}

.banner{
	display: none;
}
.banner_img{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -281px;
	margin-top: -278px;
	width: 582px;
	height: 576px;
	z-index: 100;
}
.close_btn.close_banner{
	top: 50%;
	right: 50%;
	margin-right: -395px;
	margin-top: -278px;
	z-index: 100;
}

/*======banner min prisw============*/
.min_prise, .min_prise_act, .min_prise_home{
    /*font-family: 'ikea_sans_boldregular';*/
    /*position: absolute;*/
    position: relative;
    color: #fff;
    /*bottom: 55px;*/
    /*height: 70px;*/
    /*letter-spacing: -5px;*/
    /*font-weight: 900;*/
    /*left: 75px;*/
    font-size: 80px;
    top:18px;
}
a.action_item{
	text-decoration: none;
}
.min_prise_banner{
	font-family: 'ikea_sans_heavyregular';
	width: 280px;
	height: 185px;
	background: #1aa5c1;
	color: #fff;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.min_prise_banner:hover{
	background: #0f89aa;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.min_prise_banner-head{
	padding-top: 15px;
	margin-left: 28px;
	text-transform: uppercase;
	font-size: 42.8px;
}
.min_prise_banner-prise{
	/*font-family: 'ikea_sansregular';*/
	/*text-align: center;*/
	font-size: 24.6px;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 5px;
}
.min_prise_banner-text{
	position: relative;
	float: left;
    margin-right: 10px;
    margin-left: 28px;
}
.min_prise_banner-text-br{
	letter-spacing: 1px;
	line-height: 25px;
	top:5px;
	position: relative;
	/*float: left;*/
}
.min_prise_banner-ps{
	text-transform: uppercase;
	font-size: 10px;
	margin-left: 28px;
	margin-top: 25px;
}
/* ВИДЖЕТ ПРЕИМУЩЕСТВ */

.advantages-widget {
    position: absolute;
    width: 375px;
    height: 94px;
    top: 0;
    right: 94px;
    z-index: 10;
    overflow: hidden;
    -webkit-transition: visibility .8s ease-in-out .5s, top .8s ease-in-out .5s;
    -moz-transition: visibility .8s ease-in-out .5s, top .8s ease-in-out .5s;
    -ms-transition: visibility .8s ease-in-out .5s, top .8s ease-in-out .5s;
    -o-transition: visibility .8s ease-in-out .5s, top .8s ease-in-out .5s;
    transition: visibility .8s ease-in-out .5s, top .8s ease-in-out .5s;
}

.advantages-widget.hidden {
    visibility: hidden;
    top: -94px;
}

.advantages-widget__slider {
    position: absolute;
    height: 94px;
    top: 0;
    left: 0;
    font-size: 0;
    white-space: nowrap;
}

.advantages-widget__item {
    display: inline-block;
    position: relative;
    width: 375px;
    height: 94px;
    vertical-align: top;
    background-color: #AABA38;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    -ms-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
}

.advantages-widget__item:hover {
    background-color: #8e9d30;
}

.advantages-widget__item-img {
    position: absolute;
    height: 94px;
    top: 0;
    left: 0;
}

.advantages-widget__item-text {
    position: absolute;
    height: 94px;
    top: 0;
    right: 15px;
    left: 130px;
    text-align: center;
}

.advantages-widget__item-text:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.advantages-widget__item-num {
    position: absolute;
    font-size: 129px;
    font-family: 'ikea_sans_heavyregular', Helvetica, Arial, sans-serif;
    line-height: 129px;
    color: #a1b130;
    bottom: -65px;
    left: 0;
}

.advantages-widget__item-title {
    display: inline-block;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    font-family: 'ikea_sans_heavyregular', Helvetica, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    white-space: normal;
    color: #ffffff;
}
a.clock_timer{
	text-decoration: none;
}

/*=====how-to-get=========*/
.car_icon, .bus_icon, .taxi_icon, .train_icon{
    position: relative;
    float: left;
    margin-top: 20px;
    margin-right: 5px;
	width: 31px;
	height: 30px;
	background: url('../i/sprite_metro.png') -0px -379px;
}
.car_icon.marg0, .bus_icon.marg0, .taxi_icon.marg0, .train_icon.marg0{
	margin-top: 0px;
}
.train_icon{
	background-position: -29px -378px;
}
.car_icon{
	background-position: -58px -378px;
}
.bus_icon{
	background-position: -88px -378px;
}

/*============*/
/*=======vidget===========*/
.wi-advant_s, .wi-advant_m {
	display: none;
	position: absolute;
	width: 360px;
	height: 175px;
	background: #aaba38;
    top: calc(20% + 297px + 185px);
	left: 20px;
	z-index: 100;
}
.plans .wi-advant_m, .phase .wi-advant_m, .korpus .wi-advant_m{
	display: block;
}
.plans .wi-advant_m{
	right: 20px;
	left: inherit;
}
.search .wi-advant_s{
	display: block;
}
.search .wi-advant_s img{
	width: 50%;
	margin-left: 50%;
}
.search .wi-advant_s .home_adv_bg{
	width: 50%;
}
.wi-advant_m img, .wi-advant_s img{
	/*width: 175px;*/
	/*height: 175px;*/
	height: 100%;
    width: auto;
	display: block;
	right: 0;
	margin-left: 185px;
	position: relative;
}
.wi-advant_m .for-wi-advantages, .wi-advant_s .for-wi-advantages{
	display: none;
}
.wi-advant-element .home_adv_bg{
    width: 185px;
    height: 175px;
}
.wi-advant-element .home_adv_num{
	bottom: -70px;
	font-size: 150px;
}
.wi-advant-element .home_adv_text.n0{
    font-size: 20px;
    line-height: 22px;
    margin-top: 35px;
}
.wi-advant-element .home_adv_text.n1{
    font-size: 14px;
    line-height: 14px;
    margin: 0px 0 4px
}
.wi-advant-element .home_adv_text.n2{
    font-size: 12px;
    line-height: 12px
}
.wi-advant-element .home_adv_btn{
	width: 130px;
    line-height: 26px;
    font-size: 14px;
    /*margin: 10px auto 0;*/
    bottom: 10px;
    left: calc(50% - 65px);
    position: absolute;
}
.wi-advant_s, .wi-advant_m {

	overflow:hidden;
}

/*.css-carousel {
  width:700%;
  -webkit-animation: css-carousel 20000s linear infinite;
	-moz-animation: css-carousel 20000s linear infinite;
	-ms-animation: css-carousel 20000s linear infinite;
	animation: css-carousel 20000s linear infinite;
}*/

/*.css-carousel .wi-advant-element{
  display:inline-block;
}*/
.css-carousel_s .wi-advant-element, .css-carousel_m .wi-advant-element{
  display:none;
}
.css-carousel_s .wi-advant-element.n0, .css-carousel_m .wi-advant-element.n0{
  display:inline-block;
}
.wi-advant_s {
	/*width: 25%;*/
  height: 175px;
  overflow: hidden;
  position: absolute;
  height: 175px;
	left: calc(70% + 30px);
	top: 69%;
}

.css-carousel_m, .css-carousel_s {
  height: 100%;
  position: relative;
  width: 100%;
}

.wi-advant-element {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
/*========end vidget============*/
/*===========room_num=================*/
.room_num{
	display: none;
	position: absolute;
	bottom: 100px;
	right: 0;
	z-index: 100;
}
.room_num_sq{
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	font-size: 16px;
	color: #fff;
	background-color: #a4a4a4;

}
.room_num_sq.active{
	background-color: #00c1e8;
}
/*===========end room_num=================*/
.metro_salar{
    position: relative;
    float: left;
    margin-top: -94px;
	width: 94px;
	height: 94px;
	background: url('../i/sprite.png') -204px -1000px #fff;
}
.metro_to_time, .header_subline {
	font-family: 'ikea_sansregular';
	font-weight: 600;
    width: 490px;
    position: relative;
    float: left;
    height: 84px;
    margin-top: -94px;
    margin-left: 94px;
    background: #636466;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 38px;
    padding-left: 20px;
    padding-top: 10px;
}
.metro_to_time{
	height: 89px;
	padding-top: 5px;
}
.header_subline{
    position: absolute;
    bottom: 390px;
    right: 20px;
	width: 530px;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	margin-left: 0;
}
.metro_red_description, .text_subline{
	font-family: 'ikea_sansregular';
	text-align: left;
	/*text-transform: uppercase;*/
	width: 560px;
	background: #c4161c;
	height: 58px;
	margin-left: 160px;
	position: relative;
	color: #fff;
	padding: 10px;
	font-size: 14px;
}

.text_subline{
	width: 530px;
	height: 360px;
	position: absolute;
	right: 20px;
	bottom: 10px;

}
.text_subline ul{
	list-style-image: url('http://www.moscovsky-park.ru/assets/i/marker.png');
}
.text_subline li{
    padding-left: 10px; 
    margin-top: 10px;
}

.point_metro{
	position: absolute;
	width:10px;
	height: 14px;
	background: url('../i/sprite_metro.png') -466px -300px;

}
.subline_metro{
	position: absolute;
    bottom: 60px;
    right: 20px;
}
.metro_qdown {
	right: 20px;
	bottom: 390px;
	position: absolute;
	cursor: pointer;
	padding: 3px;
	color: #fff;
	font-family: 'ikea_sansregular';
	text-transform: uppercase;
	background: #5B8B1D
}
.metro_qdown.close{
	padding: 3px 10px 3px 11px;
	top: 260px;
}
.metro_qdown:hover{
	background: #3E6C10
}
.how-to-get .contacts_text{
	height: 40%;
}
.link{
	cursor: pointer;
}
table.news_table{
	border-collapse: collapse;
}
table.news_table td, table.news_table th{
	padding: 3px;
	border: 1px solid #c7c7c7;
} 

.slider {
  /*margin: 0 auto;*/
  max-width: 450px;
}

.slide_viewer {
  height: 446px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.slide:first-child {
  display: block;
}


.slide_buttons {
	z-index: 100;
	width: 450px;
	top:390px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
  color: #10C9EE;
  cursor: pointer;
}

.directional_nav {
  height: 446px;
  /*margin: 0 auto;*/
  max-width: 450px;
  position: relative;
  top: -446px;
}

.previous_btn {
  bottom: 0;
  left: 0px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 0;
}

.previous_btn, .next_btn {
  cursor: pointer;
  height: 100%;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 50%;
}

.previous_btn:hover, .next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }
  .next_btn {
    right: 50px;
  }
}
@media only screen and (max-width: 1800px) {
	.plans_minimap{
		width: 120px;
	}
	.to_search{
		display: none;
	}
}
@media only screen and (max-width: 1550px) {
	.to_search{
		display: none;
	}
	.text_subline {
    	width: 470px;
    	font-size: 13px;
	}
	.header_subline {
    	width: 470px;
	}
}

.profJob{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: 10000;
}
.banner-profJob{
	z-index: 10001;
	position: absolute;
	top: calc(50% - 200px);
	left: calc(50% - 437px);
	width: 875px;
	height: 400px;
	background: url('../i/banner-profJob.jpg');
}
.banner-profJob-close{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	width: 45px;
	height: 45px;
}
/*==========TOUCH MENU===================*/
.touch_menu ul li{
	display: inline;

}
.touch_menu{
	position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -620px;
    z-index: 99;
}
.touch_menu ul li .qub_tm{
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
	background: #0070bb;
	color: #fff;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
}
.touch_menu ul li .qub_tm div{
	font-size: 11px;
	line-height: 13px;
}
.touch_menu li.n2 .qub_tm{
	background: #00b0f0;
}
.touch_menu li.n3 .qub_tm{
	background: #00a791;
}
.touch_menu li.n4 .qub_tm{
	background: #82a22c;
}
.touch_menu li.n5 .qub_tm{
	background: #d7a111;
}
.touch_menu li.n6 .qub_tm{
	background: #9a36a9;
}
.touch_menu li.n7 .qub_tm{
	background: #0070bb;
}
.touch_menu li.n8 .qub_tm{
	background: #00b0f0;
}
.touch_menu li.n9 .qub_tm{
	background: #00a791;
}
.touch_menu li.n10 .qub_tm{
	background: #82a22c;
}
.touch_menu li.n11 .qub_tm{
	background: #d7a111;
}

/*==========END TOUCH MENU===============*/
/*==========TOUCH IPOTEQ===============*/
.ipoteq_touch_popup{
	display: none;
}
.ipoteq_touch-bg{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.6);
}
.ipoteque_text1.corner_pos.ipoteq_touch{
	width: 1000px;
	margin: 67px 0 0 192px;
	background: #fff;
	z-index: 102;
}
.ipoteque_text1 td{
	width: 15%
}
.ipoteque_text1 td.td_col1{
	width: 15%
}
.ipoteque_text1 td.td_col2{
	width: 15%
}
.ipoteque_text1 td.td_col3{
	width: 15%
}
.ipoteque_text1 td.td_col4{
	width: 15%
}
.ipoteque_text1 td.td_col5{
	width: 15%
}
.ipoteque_text1 td.td_col6{
	width: 15%
}
.ipoteque_text1 td.td_col7{
	width: 15%
}
/*-------------------*/
.ipoteque_text1 td{
	width: 15%
}
.ipoteque_text1 td.td_col1{
	width: 15%
}
.ipoteque_text1.n2 td.td_col2,.ipoteque_text1.n2 td.td_col3,.ipoteque_text1.n2 td.td_col4,
.ipoteque_text1.n2 td.td_col5,.ipoteque_text1.n2 td.td_col6,.ipoteque_text1.n2 td.td_col7,
.ipoteque_text1.n2 td.td_col8,.ipoteque_text1.n2 td.td_col9,.ipoteque_text1.n2 td.td_col10,
.ipoteque_text1.n2 td.td_col11{
	width: 5%
}

.ipoteq_close{
    left: 15%;
    margin-left: 1192px;
    top: 208px;
    z-index: 103;
}
.ipoteque_text1 h3{
	text-align: center;
}
/*-------TABS-------*/
ul.tabs {
	position: absolute;
	z-index: 102;
	left: 15%;
	margin-left: 172px;
	top:202px;
	float: left;
	list-style: none;
	height: 32px;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 21px;
	height: 31px;
	line-height: 31px;
	background-color: #ffb400;
	color: #fff;
	overflow: hidden;
	position: relative;
}


ul.tabs li:hover {
	background-color: #df9d00;
	color: #fff;
}

ul.tabs li.active {
	background-color: #df9d00;
	color: #fff;
	display: block;
}

.tab_container {
}

.tab_content {
	padding: 20px;
	display: none;
}

.tab_drawer_heading { display: none; }
/*============genplan==============*/
.phase_point_korp .phase_point_korp-num, .phase_point_korp.infra_name .point_name, .phase_point_korp.street .point_name{
	font-family: 'blisspro';
	font-size: 12px;
	position: absolute;
	color: #fff;
    min-width: 15px;
    min-height: 15px;
    text-align: center;
    padding: 1px 2px;
}
.phase_point_korp-num.n_af_b1{
	text-align: left;
	padding: 1px 5px;
}
.phase_point_korp.n1 .phase_point_korp-num{
	background: rgba(156,67,147,0.85);
}
.phase_point_korp.n2 .phase_point_korp-num{
	background: rgba(214,108,39,0.85);
}
.phase_point_korp.n3 .phase_point_korp-num{
	background: rgba(245,178,26,0.85);
}
.phase_point_korp.n4 .phase_point_korp-num{
	background: rgba(62,160,133,0.85);
}
.phase_point_korp.n5 .phase_point_korp-num{
	background: rgba(237,28,36,0.85);
}
.phase_point_korp.n6 .phase_point_korp-num{
	background: rgba(28,140,204,0.85);
}
.phase_point_korp.n10 .phase_point_korp-num{
	background: rgba(180,37,41,0.85);
}
.phase_point_korp.infra_name .point_name{
	background: rgba(21,51,90,0.85);
}
.phase_point_korp.street .point_name{
	background: rgba(255,255,255,0.85);
	color: #000;
}
.point_name.n_af_b:after, .point_name.n_bf_b:before{
	content: '';
	position: absolute;
	margin-left: -5px;
	width: 12px;
	height: 40px;
	background: url('../i/sprite.png');
	background-position:  -22px -1216px; 
}
.point_name.n_af_r:after{
	content: '';
	position: absolute;
	margin-top: -6px;
	width: 40px;
	height: 12px;
	background: url('../i/sprite.png');
	background-position: -49px -1216px;
}
.point_name.n_bf_b:before{
	margin-left: -7px;
}
.point_name.n_bf_l:before{
	content: '';
	position: absolute;
	margin-top: -6px;
	margin-left: -41px;
	width: 40px;
	height: 12px;
	background: url('../i/sprite.png');
	background-position: -49px -1236px;
}

.phase_point_korp-num.n_af_b1:after{
	content: '';
	position: absolute;
    margin-top: -10px;
    margin-left: 5px;
	width: 20px;
	height: 50px;
	background: url('../i/sprite.png');
	background-position: -347px -1201px;
}
.phase_point_korp.offise .point_offise.n1{
	position: absolute;
	width: 95px;
	height: 35px;
	background: url('../i/sprite.png');
	background-position: -170px -1199px;
}
/*==========================*/
@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #fff;
		color: #fff;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #ffb400;
		color: #fff;
	}
}
/*-----END TABS-----*/
.ipoteq_button-gallery{
	display: none;
}
.fancybox-prev:before, .fancybox-next:before{
	content: '';
    position: absolute;
    width: 94px;
    height: 94px;
    background: #423a39;
    top:50%;
    margin-top: -46px;
    
}
.fancybox-prev:after{
	content: '';
    position: absolute;
    width: 94px;
    height: 94px;
    top:50%;
    margin-top: -46px;
	background: url(../i/sprite.png)-644px -56px;
	left: 0;
}
.fancybox-next:before{
	right: 0;
}
.fancybox-next:after{
	content: '';
    position: absolute;
    width: 94px;
    height: 94px;
    top:50%;
    margin-top: -46px;
	right: 0;
	background: url(../i/sprite.png)-741px -56px;
}
.fancybox-close:before{
	content: '';
    position: absolute;
    width: 94px;
    height: 94px;
    background: #423a39;
    right: -94px;
    top: -94px;
}
.fancybox-close:after{
	content: '';
    position: absolute;
    width: 94px;
    height: 94px;
    right: -94px;
    top: -94px;
    background: url(../i/sprite.png)-447px -56px;
}
/*==========END TOUCH IPOTEQ===============*/


/**********LEAFLET-Markers*************/

.leaflet-pane{
	z-index: 1;
}
.leaflet-pane.leaflet-tile-pane{
	-webkit-filter: hue-rotate(20deg) grayscale(0.6) brightness(0.95) contrast(1.1) saturate(1.18);
  -moz-filter: hue-rotate(20deg) grayscale(0.6) brightness(0.95) contrast(1.1) saturate(1.18);
  -ms-filter: hue-rotate(20deg) grayscale(0.6) brightness(0.95) contrast(1.1) saturate(1.18);
  -o-filter: hue-rotate(20deg) grayscale(0.6) brightness(0.95) contrast(1.1) saturate(1.18);
  filter: hue-rotate(20deg) grayscale(0.6) brightness(0.95) contrast(1.1) saturate(1.18);
}


.maps-marker-object.office{
	position: absolute;
	width: 76px;
	height: 88px;
	margin: -88px -38px;
	background: url(../i/sprite.png) no-repeat -425px -551px;
}
.maps-marker-poi {
	position: absolute;
}
.maps-marker-poi:hover .title {
	opacity: 1;
	visibility: visible;
}
.maps-marker-poi .icon {
	position: absolute;
	width: 41px;
	height: 58px;
	top: -58px;
	left: -20px;
	background: url('../i/infrastructure_sprite.png');
}	
.maps-marker-poi .title {
	position: absolute; 
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	padding: 10px 20px;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	margin-top: 15px;
	font-size: 18px;
	color: #000;
	white-space: nowrap;

}

.maps-cluster .icon {
	position: absolute;
	width: 40px;
	height: 58px;
	margin: -30px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	font-family: 'Arial';
	font-weight: bold;
	background: url(../i/cluster.png);
	background-repeat: no-repaet;
}

.new-moscow_frame .maps-marker-object {
	position: absolute;
	width: 166px;
	height: 158px;
	margin: -158px -126px;
	background: url(../i/sprite.png) no-repeat -822px -154px;
}
.maps-marker-metro .icon {
	position: absolute;
	width: 34px;
	height: 46px;
	top: -46px;
	left: -17px;
	background: url('../i/sprite.png') no-repeat -719px -5px;
}	
/**********************/


.maps-marker-poi.bus{
	position: absolute;
	width: 27px;
	height: 27px;
	left: -13px;
	top: -13px;
	background: url('../i/sprite.png') no-repeat -610px -776px;
}
.maps-marker-poi.tpu_icon_s{
	position: absolute;
	width: 91px;
	height: 60px;
	left: -35px;
	top: -60px;
	background: url('../i/sprite_metro.png') no-repeat -103px -246px;
}
.maps-marker-poi.metro_icon{
	position: absolute;
	width: 34px;
	height: 46px;
	left: -17px;
	top: -46px;
	background: url('../i/sprite.png') no-repeat -719px -5px;
}
.maps-marker-poi.metro_tpu_icon_park{
	position: absolute;
	width: 66px;
	height: 60px;
	left: -25px;
	top: -60px;
	background: url('../i/sprite_metro.png') no-repeat -226px -246px;
}
.maps-marker-poi.metro_icon_yellow{
	position: absolute;
	width: 34px;
	height: 46px;
	left: -17px;
	top: -46px;
	background: url('../i/sprite.png') no-repeat -368px -1012px;
}
.maps-marker-poi.metro_tpu_icon_d{
	position: absolute;
	width: 63px;
	height: 60px;
	left: -30px;
	top: -60px;
	background: url('../i/sprite_metro.png') no-repeat -407px -337px;
}

.maps-marker-poi.train_icon{
	position: absolute;
	width: 27px;
	height: 27px;
	left: -13px;
	top: -13px;
	background: url('../i/sprite.png') no-repeat -749px -776px;
}
.maps-marker-poi.node_icon{
	position: absolute;
	width: 79px;
	height: 24px;
	left: -42px;
	top: -13px;
	background: url('../i/sprite_metro.png') no-repeat -147px -379px;
}
.maps-marker-poi.metro_icon_pink{
	position: absolute;
	width: 34px;
	height: 46px;
	left: -17px;
	top: -46px;
	background: url('../i/sprite.png') no-repeat -368px -1074px;
}

.bg_img-fl.new_year{
	width: 100%;
	height: auto;
}


.video_frame .page_title{
	padding: 0 116px;
}

.video_frame .to_webcam_btn{
	margin: -21px 0 0 828px;
	top: 20%;
	left: 15%;
}
.video_frame .constr_item.n0 {
	width: 490px;
	height: 326px;
}
.video_frame .constr_item.n1 {
	position: relative;
	float: left;
	overflow: hidden;
	width: 245px;
	height: 163px;
	cursor: pointer;
	background: #000;
}
.constr_item.video_pop:before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.15);
	z-index: 1;
	-webkit-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	   -moz-transition: opacity 0.2s ease;
	     -o-transition: opacity 0.2s ease;
	        transition: opacity 0.2s ease;
}
.constr_item.video_pop:hover:before{
	background-color: rgba(0, 0, 0, 0);
}
.constr_item.video_pop:after {
	content: '';
	position: absolute;
	bottom: 50%;
	right: 50%;
	margin-bottom: -35px;
	margin-right: -35px;
	width: 70px;
	height: 70px;
	background: url(../i/play-button.svg);
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
}
.constr_item.video_pop:hover:after {
	opacity: 1;
}

.video_frame .page_title-button, .construction_frame .page_title-button{
    margin: -36px 0 0 177px;
    height: 103px;
    background: #3189e2;
    /* background: #226219; */
    padding: 0 20px;
    width: auto;
    white-space: nowrap;
    margin-left: 504px;
    cursor: pointer;
}
.video .page_title-button>div, .construction_frame .page_title-button>div{
    font-size: 29px;
    line-height: 26px;
    color: #fff;
    font-family: 'ikea_sans_heavyregular';
    text-transform: uppercase;
}
.video_frame .constr_item_title{
	font-size: 20px;
	line-height: 22px;
	left: 18px;
	bottom: 10px;
}
.video_frame .constr_item.n0 .constr_item_title{
	left: 30px;
	bottom: 20px;
}



.feedback4_popup .feedback_bg{
	height: 770px;	
}
.feedback4_popup .feedback_name {
	margin: 30px 40px 20px 40px;
}
.feedback4_popup .feedback_name>div{
	font-size: 24px;	
}
.feedback4_popup .feedback_bg input, .feedback4_popup .feedback_bg textarea{
	font-size: 18px;
	height: 18px;
/* 	padding: 16px 16px;
width: 417px; */
}
.feedback4_popup .feedback_bg textarea.text_input{
		height: 100px;	
		font-size: 18px;	
		text-transform: none;
}
.feedback4_popup .file_input_file #file_input_file{
	opacity: 0;	
}
.feedback4_popup label.file_input_file{
	position: relative;
	font-size: 18px;
	height: 12px;
	padding: 10px 10px;
	color: #fff;
	font-family: 'ikea_sans_heavyregular';
	background: #609541;
	margin: 0 auto 10px;
	border: 2px solid #609541;
	width: 390px;
	border-radius: 0;
	text-align: center;
	display: block;
	text-transform: uppercase;
}

.feedback4_popup label.file_input_file .file_input_btn{
	position: absolute;	
	top: 0;
	right: 0;	
	font-size: 12px;
	border: none;
	background: #00c1e8;
	padding: 10px 20px;
	margin: 0;
	cursor: pointer;
}

.feedback4_popup label.file_input_file .file_input_btn:hover{
	background: #10C9EE;
}
.feedback4_popup label.file_input_file #filename{
	position: absolute;
	top: 0;
	margin: 0;
	left: 0;
	height: 14px;
	text-align: left;
	font-size: 12px;	
	margin-top: -2px;
	margin-left: -2px;
	border-color: transparent;
}
.feedback4_popup input.styled-checkbox{
	display: inline-block;
	width: 40px;
	margin-left: 28px;
	margin-top: 8px;
}
.feedback4_popup label.politics{
	display: inline-block;
	vertical-align: middle;
	margin-top: 0px;
	width: 350px;
}
.feedback4_popup label.politics span{
	margin: 0;
	font-size: 16px;
	line-height: 16px
}

.feedback4_popup .social_icon_block{
	text-align: center;	
	position: relative;
	top: -18px;
}
.feedback4_popup .social_icon_block .footer_soc{
	display: inline-block;
	float: none;	
}
.feedback4_popup .social_icon_block .styled-checkbox{
	width: 43px;	
	margin: 0;	
	margin-top: 8px;
}
.feedback4_popup .social_icon_block .socila_block_title{
	color: #fff;
	font-size: 	16px;
	text-transform: none;	
	margin-bottom: 8px;	
}
.feedback4_popup .social_icon_block .socila_block_title>span{
	display: block;
	font-size: 14px;
	text-align: center;
	margin-bottom: 18px;		
}
.feedback4_popup input.styled-checkbox.required{
	position: relative;	
}
.feedback4_popup input.styled-checkbox.required:before{
	content: '';
	position: absolute;
	width: 17px;
	height: 15px;
	top: 0;
	left: 9px;
	border: 2px #b22f2f solid;
	opacity: 0;
}
.feedback4_popup input.styled-checkbox.required.error:before{
		opacity: 1;	
}		

.konkurs_news_link{
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 5px;
	text-decoration: underline;
}
.konkurs_news_link:hover{
	text-decoration: none;
}

.sq_btn.size2.konkurs_btn{
	width: 530px;
	background: url('../../public/images/actions/konkurs.png');
	margin: -116px 0 0 377px;
	-webkit-background-size: cover;
	background-size: cover;
	opacity: 0;
	position: relative;
}
.sq_btn.size2.konkurs_btn:after{
	display: none;
}
.konkurs_feed{
	position: absolute;
	width: 160px;
	height: 30px;
	top: 40px;
	right: 20px;
	opacity: 0;
	cursor: pointer;
}

.apt_version_btn{
	position: absolute;
	width: 22px;
	height: 36px;
	top: 50%;
	margin-top: -18px;
	cursor: pointer;
	display: none;
}
.apt_version_btn.left{
	left: 0%;
	background: url(../i/sprite.png) -667px -245px; 
}
.apt_version_btn.right{
	left: 100%;
	margin-left: -22px;
	background: url(../i/sprite.png) -768px -245px; 
}
.version_dots_frame{
	position: absolute;
	width: 100%;
	top: 108%;
	left: 0;	
	text-align: center;
	display: none;
}
.version_help_wrapper{
	position: absolute;
	margin-right: 150px;
	left: 15%;
	right: 7%;
	top: 100%;
	display: none;
}
.version_help{
	position: absolute;
	width: 600px;
	top: 0;
	left: 50%;
	margin-left: -300px;
	background-color: #18afce;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	text-transform: uppercase;
	
}
.version_dots_title{
	text-align: center;
	font-size: 16px;
	top: -30px;
	text-transform: uppercase;
	color: #00a6c7;
	width: 100%;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
}
.version_dots_title span{
	font-size: 0.7em;
	display: block;

}
.plan_frame.version_active{
	bottom: 25%;
}
.version_dot{
	display: inline-block;
	vertical-align: top;
	width: 105px;
	height: 100px;
	margin-top: 10px;
	/* background-color: rgba(13, 157, 187, 0.5); */
	cursor: pointer;
}
.version_dot img{
	position: relative;
	width: 100%;
	height: auto;
	top:  50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.version_dot + .version_dot{
	margin-left: 4px;
}
.version_dot.active{
	 background-color: rgba(13, 157, 187, 0.4); 
}
.plan_frame{
	right: 7%;
}
.apart_details_frame{
	left: 94%;
}
.popup_details_row{
	font-size: 12px;
}
.popup_details_row > .val{
	font-size: 50px;
}
.plans_minimap{
	width: 140px;
}
.plans_minimap.version_active{
	bottom: 120px;
}
.version_help_small{
	position: absolute;
	bottom: 100%;
	width: 70%;
	left: 15%;
	font-size: 12px;
	color: #00a6c7;
	display: none;
}
@media (max-width: 1500px){
	.version_dot{
		width: 90px;
		height: 90px;
	}
}



/* .logo{
	top: 24px;
}
.menu{
	padding-top: 74px;
} */
.menu_phone_frame{
	font-size: 22px;
	height: 24px;
	margin-top: 2px;
}
.menu_phone_call + .menu_phone_call {
	margin-top: 5px;
}
/* .menu_a, .submenu_a{
    height: 18px;
    padding-right: 30px;
    line-height: 18px;
    font-size: 11px;
} */
/* .menu_content{
	height: 380px;
	background: url(http://www.moscovsky-park.ru/assets/i/menu_bg.png);
	-webkit-background-size: cover;
	background-size: cover;
}

.menu_phone_call{
	margin-top: 10px;
} */
.send_btn:hover {
  background-color: #059cd0;
}
.feedback_bg input, .feedback_bg textarea{
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}
.feedback_date,
.feedback_time{
	cursor: pointer;
}

.feedback_date:after,
.feedback_time:after{
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.div_feed_time{
	position: relative;
}
.feedback_bg .datepicker,
.feedback_time_dropdown, .feedback_date_dropdown{
	background-color: #09abe8;
	top: 100%;
	margin-top: -2em;
	left: 0;
	/*opacity: 0;*/
	position: absolute;
	/* -webkit-transform: translate(0, 200%);
	-moz-transform: translate(0, 200%);
	-ms-transform: translate(0, 200%);
	-o-transform: translate(0, 200%);
	transform: translate(0, 200%);
	-webkit-transition: -webkit-transform 500ms ease, visibility 500ms linear, opacity 500ms linear;
	-moz-transition: -moz-transform 500ms ease, visibility 500ms linear, opacity 500ms linear;
	-ms-transition: -ms-transform 500ms ease, visibility 500ms linear, opacity 500ms linear;
	-o-transition: -o-transform 500ms ease, visibility 500ms linear, opacity 500ms linear;
	transition: transform 500ms ease, visibility 500ms linear, opacity 500ms linear; */
	height: 0;
	overflow: hidden;
	-webkit-transition: height 300ms ease;
	-moz-transition: height 300ms ease;
	-ms-transition: height 300ms ease;
	-o-transition: height 300ms ease;
	transition: height 300ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	visibility: hidden;
	width: 414px;
	margin-left: 38px;
	border-radius: 0 0 2em 2em;
	z-index: 1;

}

.feedback_bg .datepicker.visible,
.feedback_time_dropdown.visible,
.feedback_date_dropdown.visible{
	/*opacity: 1;*/
/* 	-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0); */
	height: 14em;
	-webkit-transition-delay: 0ms;
	-moz-transition-delay: 0ms;
	-ms-transition-delay: 0ms;
	-o-transition-delay: 0ms;
	transition-delay: 0ms;
	visibility: visible;
}
.feedback_date_dropdown.visible{
	height: 23em;
}

.feedback_time_select{
	padding: 2em 0;
}
.feedback_date_select{
	padding: 1em 0;
}
.feed_dt_title{
	padding-top: 2.5em;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
}
.feedback_time_option, .feedback_date_option{
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2em;
	line-height: 1.5;
	margin: 0.25em 0.2em;
	text-align: center;
	width: 2.7em;
}
.feedback_time_option.inactive, .feedback_date_option.inactive{
	color: rgba(255, 255, 255, 0.6);
}
.feedback_date_option{
	font-size: 1em;
}
.feedback_date_option{
	width: 6.7em;
}
.feedback_time_option:not(.inactive):hover, .feedback_date_option:not(.inactive):hover{
	outline: 1px solid #0386ad;
}

.feedback_time_option.selected, .feedback_date_option.selected{
	background-color: #0386ad;
}


.feedback5_popup .feedback_bg{
	height: 580px;	
}

.feedback_bg ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.feedback_bg :-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.feedback_bg ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.feedback_bg :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.feedback_bg input, .feedback_bg textarea{
	font-family: 'ikea_sansregular';
	font-size: 16px;
	height: 25px;
	border-radius: 25px;
	background: #1ad2f9;
	border: 2px #1ad2f9 solid;
}
.feedback_bg input.changed, .feedback_bg textarea.changed{
	background: #5ae3ff;
	border: 2px #5ae3ff solid;
}
.feedback_name>div{
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	font-family: 'ikea_sansregular';
	text-transform: uppercase;
}



.feedback4_popup input.styled-checkbox.required {
	position: absolute;
	opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  /*padding: 5px;*/
  margin-left: 45px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.66);
}
.styled-checkbox + label span {
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    margin: 0;
    width: 370px;
    margin-left: 20px;
    margin-top: -5px;
    display: inherit;
    font-family: 'ikea_sansregular';
}
.styled-checkbox + label:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 6px #1ad2f9 solid;
  background: #1ad2f9;
  /*background: white;*/
}

.styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  vertical-align: text-top;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 6px #1ad2f9 solid;
  background: #fff;
}

.file_input_file{
	position: relative;
}
#file_input_file{
	position: absolute;
	opacity: 0;
}
#filename{
	  border-color: transparent;
    background: transparent;
    color: #fff;
    padding-left: 105px;
    height: 12px;
    margin-top: 25px;
		text-align: left;
}
.feedback_bg #filename::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1);
    text-transform: none;
    text-align: left;
}
.feedback_bg #filename:-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    text-transform: none;
    text-align: left;
}
.feedback_bg #filename::-moz-placeholder {
    color: rgba(255, 255, 255, 1);
    text-transform: none;
    text-align: left;
}
.feedback_bg #filename:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1);
    text-transform: none;
    text-align: left;
}
.file_input_file .file_input_btn{
	position: absolute;
	display: block;
	width: 46px;
	border-radius: 23px;
	height: 46px;
	background: #5f9541;
	margin-top: 0;
	margin-left: 38px;
	top: -52px;
	cursor: pointer;
}
.file_input_file .file_input_btn:after{
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	top: 50%;
	left: 50%;
	margin-top: -9px;
	margin-left: -9px;
	background: url(../i/sprite.png) -195px -1706px;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.feedback4_popup .social_icon_block .socila_block_title>span{
	text-align: left;
	color: rgba(255, 255, 255, 0.5);
	margin-top: 40px;
	margin-left: 0;
}
.feedback4_popup .social_icon_block .socila_block_title{
	text-align: left;
	margin-left: 40px;
	margin-bottom: 20px;
}
.feedback4_popup .social_icon_block{
	text-align: left;
	margin-bottom: 10px;
}
.feedback4_popup .social_icon_block .footer_soc{
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.soc_feed .styled-checkbox{
	position: absolute;
	opacity: 0;
}
.feedback4_popup .social_icon_block .footer_soc.facebook{
	margin-left: 40px;
	background: url(../i/sprite.png) -157px -1757px
}
.feedback4_popup .social_icon_block .footer_soc.vk{
	background: url(../i/sprite.png) -211px -1757px
}
.feedback4_popup .social_icon_block .footer_soc.in{
	background: url(../i/sprite.png) -265px -1756px
}
.feedback4_popup .social_icon_block .styled-checkbox:checked + .footer_soc.facebook{
	background: url(../i/sprite.png) -317px -1757px
}
.feedback4_popup .social_icon_block .styled-checkbox:checked + .footer_soc.vk{
	background: url(../i/sprite.png) -371px -1757px
}
.feedback4_popup .social_icon_block .styled-checkbox:checked + .footer_soc.in{
	background: url(../i/sprite.png) -425px -1756px
}
.konkurs_news_link {
	margin-top: 25px;
}

#styled-checkbox-1{
	position: absolute;
	opacity: 0;
}
.feedback_inputs span.feedback_checkbox-span {
	cursor: pointer;
	text-decoration: underline;
	font-size: 16px;
	margin-top: 12px;
	padding-left: 40px;
	margin: 0;
	margin-top: 3px;
	padding-left: 15px;
	text-align: left;
}
.feedback_time_select .feedback_time_option{
	width: 4.3em;
}
.send_btn{
	font-size: 21px;
	color: #fff;
	background-color: #00A6DD;
	cursor: pointer;
	text-transform: uppercase;
	margin: 23px auto 0;
	width: 260px;
	text-align: center;
	border-radius: 40px;
	line-height: 48px;
}
.feedback4_popup .feedback_name>div{
	margin-bottom: 30px;
}

@media (max-height: 870px){
	.feedback4_popup .feedback_bg{
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: top left;
		-moz-transform-origin: top left;
		-ms-transform-origin: top left;
		-o-transform-origin: top left;
		transform-origin: top left;
	}
}


.feedback_time.time_input{
	z-index: 2;
}




/* @media (orientation: landscape) and (max-height: 600px){
	.feedback4_popup .feedback_bg{
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: top left;
		-moz-transform-origin: top left;
		-ms-transform-origin: top left;
		-o-transform-origin: top left;
		transform-origin: top left;
	}
} */

.feedback5_popup .social_icon_block .socila_block_title{
	color: #fff;
	font-size: 	16px;
	text-transform: none;	
	margin-bottom: 8px;	
}
.feedback5_popup .social_icon_block .socila_block_title>span{
	display: block;
	font-size: 14px;
	text-align: center;
	margin-bottom: 18px;		
}
.feedback5_popup .social_icon_block .socila_block_title>span{
	text-align: left;
	color: rgba(255, 255, 255, 0.7);
	margin-top: 40px;
	margin-left: 0;
}
.feedback5_popup .social_icon_block .socila_block_title{
	text-align: left;
	margin-left: 40px;
	margin-right: 42px;
	margin-bottom: 20px;
}

.clock_container{
	width: 160px;
	-webkit-transition: margin .3s ease;
	-o-transition: margin .3s ease;
	transition: margin .3s ease;
}
.flip-clock-wrapper{
	margin-left: 160px;
}
.clock_container p{
	text-align: left;
	padding-left: 10px;
}
.finish_pdf_btn{
	display: block;
	position: absolute;
	width: 180px;
	height: 55px;
	left: 420px;
	cursor: pointer;
	background-color: #df4a18;
	font-size: 15px;
	line-height: 54px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}
.finish_pdf_btn:hover{
	background-color: #bc3a0e;
}


.feedback5_popup .social_icon_block .socila_block_title>span.spec_message{
	 text-decoration: underline;
	 color: #fff;
	 font-size: 16px;
}

.feedback_inputs span.feedback_checkbox-span{
	text-decoration: none;
}
.styled-checkbox.error + label > span{
	color: #b22f2f;
}


a.navigate_btn{
	display: inline-block;
	position: relative;
	vertical-align: middle;
	background-color: #c5141c;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	min-width: 200px;
}
.navigate_btn + .navigate_btn{
	margin-top: 5px;
}
.navigate_btn.n2{
	background-color: #e0b300;
}
.navigate_btn.n3{
	background-color: #3e8bf3;
}

.aero_bg_overlay{
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0, 0.9);
}

.parking_point_mark{
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 10;
	display: block;
	width: 45px;
	height: 46px;
	background: url(../i/sprite.png) -4px -1645px;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}
.korpus_frame .open_search_btn{
	margin-left: -8px;
}

.police_point_mark{
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 10;
	display: block;
	width: 45px;
	height: 50px;
	background: url(../i/sprite.png) -7px -1714px;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
}

.news_link_to_pln{
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 10px;
	position: relative;
	background-color: transparent;
	color: #d2190c!important;
	border: 2px #d2190c solid;
	padding: 14px 60px;
	padding-bottom: 12px;
	font-family: 'ikea_sans_heavyregular';
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
}
.news_link_to_pln:hover{
		color: #fff!important;
	background-color: #d2190c;
}

.maps-marker-poi.metro_tpu_icon_ras{
	width: 100px;
	height: 63px;
	left: -50px;
	top: -60px;
	background: url(../i/sprite_metro.png) no-repeat -298px -244px;
}


.phase_frame .floor_frame .korp_det.n4{
	display: none;	
	width: 	160px;
	margin-left: 160px;
	left: -159px;
	margin-top: -90px;
	height: 90px;	
	background: rgb(223, 74, 24);
}
.phase_frame .floor_frame .korp_det.n4 .sect_left{
		-webkit-transform: 	rotate(-90deg);
		-ms-transform: 	rotate(-90deg);
		-o-transform: 	rotate(-90deg);
		transform: 	rotate(-90deg);
		margin-right: -42px;
		    margin-top: -13px;
}
.phase_frame .floor_frame .korp_det.n4 .sect_right{
	-webkit-transform: 	rotate(-90deg);
	-ms-transform: 	rotate(-90deg);
	-o-transform: 	rotate(-90deg);
	transform: 	rotate(-90deg);
	margin-left: -41px;
	    margin-top: -13px;
}
.phase_frame .floor_frame .korp_det.n4 .korp_det_val>div{
	padding-top: 19px;	
}
.plan_frame{
	margin: 0;	
}

.policy_frame .text_bg{
	width: 973px;
}
.feedback_inputs span.feedback_checkbox-span{
	text-decoration: underline;
}
.feedback_inputs span.feedback_checkbox-span:hover{
	text-decoration: none;
}


.search-parking_frame .search_bg .search_results td{
	width: 140px;
}

.search-parking_frame .search_bg .search_results td.r_tc{
	width: 200px;
}





.korpus_popup_parking {
	position: absolute;
	z-index: 2;
	display: none;
	width: 78px;
	margin-top: 33px;
	cursor: pointer;
}
.korpus_popup_parking{
	display: block;
	margin: -109px 0 0 0;
	pointer-events: auto;
}
.phase_frame .korpus_popup_parking {
	margin-top: -87px;
	width: 63px;
}
.phase_frame .korpus_popup_parking .floor_popup_det.n1>div {
	font-size: 12px;
	line-height: 20px;
	padding-top: 11px;
}

.korpus_popup_parking .floor_popup_det.n2 {
	display: none;
}
.korpus_popup_parking:hover .floor_popup_det.n2, .korpus_popup_parking.hover .floor_popup_det.n2 {
	display: block;
}

.search-parking .clock_container{
	display: none!important;
}


.plans .slider-wi-advant_m{
	display: none !important;
}

.metro_plans_banner{
	position: absolute;
	display: block;
	width: 199px;
	height: 33px;
	background: url(../i/metro-label-1.png);
	cursor: pointer;
	z-index: 30;
}
.metro_plans_banner.n2{
	width: 199px;
	height: 33px;
	background: url(../i/metro-label-2.png);
	margin-top: 40px;
}
.metro_plans_banner.n3{
	width: 231px;
	height: 46px;
	background: url(../i/metro-label-3.png);
}
.plans_frame .windrose.n0{
	top: 4%;
}
.fill_lug_banner_wrap{
	width: 60%;
	height: 60%;
	top: 20%;
	left: 20%;
	position: absolute;
}
.fill_lug_banner_wrap img{
	width: 100%;
	position: relative;
}
.close_fill_lug{
	width: 50px;
	height: 50px;
}
.sq_btn.small_close.close_fill_lug:after{
	width: 32px;
	height: 32px;
	left: 50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -16px;
	background-position: -761px -8px;
}
