@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
  transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
  /* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
  -webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
  -moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
  -o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
  transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

/* 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(#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(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(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(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;
}

.sliderInit {
  position: absolute;
  width: 46%;
  height: 12em;
  top: 0;
  z-index: 1;
}
.sliderInit .slider_size,
.sliderInit .slider_drag {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
}
.sliderInit .slider_size {
  right: 0;
  margin: 0 10rem;
}
.sliderInit .slider_drag {
  height: 7.5em;
  width: 10rem;
}
.sliderInit .slider_drag:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1.2em;
  height: 1.2em;
  margin: -0.6em;
  background-color: #000;
  border-radius: 50%;
  -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;
}
.sliderInit .slider_drag.active.dragged:before, .sliderInit .slider_drag.active.dragged:after {
  background-color: #20b797;
}
.sliderInit .slider_drag.active.dragged .slider_value {
  color: #20b797;
}
.sliderInit .slider_drag .arrow {
  opacity: 0;
  top: 1em;
  margin: -0.45em -2em;
}
.sliderInit .slider_drag:hover .arrow {
  opacity: 1;
}
.sliderInit .slider_drag.dragged .arrow, .sliderInit .slider_drag.moving .arrow {
  opacity: 0;
}
.sliderInit .slider_drag.active:before {
  position: absolute;
  content: "";
  top: 0;
  height: 7.5em;
  width: 1px;
  left: 50%;
  margin-left: -0.5px;
  background-color: #000;
  -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;
}
.sliderInit .slider_drag.active {
  cursor: url(/assets/i/cur1.cur), move;
  z-index: 1;
}
.sliderInit .slider_drag.active.moving {
  cursor: url(/assets/i/cur2.cur), move;
}
.sliderInit .slider_drag.default .slider_value {
  color: #c4c4c4;
}
.sliderInit .slider_drag.default:after {
  background-color: #fff;
  width: 1em;
  height: 1em;
  border: 0.1em solid #c4c4c4;
}
.sliderInit .slider_drag.left {
  margin-left: -10rem;
}
.sliderInit .slider_drag.left .slider_value {
  right: 50%;
}
.sliderInit .slider_drag.right {
  left: 100%;
}
.sliderInit .slider_drag.right .slider_value {
  left: 50%;
}
.sliderInit .slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 1.3em;
  font-family: "ApercuPro-Mono";
}
.sliderInit .slider_value {
  position: absolute;
  width: 6.5rem;
  text-align: center;
  color: #191919;
  line-height: 1;
  font-family: "ApercuPro-Mono";
  top: 0;
  font-size: 2.5em;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.sliderInit .slider_mask, .sliderInit:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 7.4em;
  height: 1px;
}
.sliderInit .slider_mask {
  background-color: #000;
  margin: 0 -5rem;
}
.sliderInit:before {
  content: "";
  background-color: #c4c4c4;
}

.sliderInit.left .slider_size {
  margin-right: 0;
}
.sliderInit.left .slider_mask {
  margin: 0 5rem 0 -10rem;
}
.sliderInit.left .slider_drag.default.right {
  margin-left: -10rem;
}

.carouselMove .carousel_over {
  position: relative;
  width: 60%;
  overflow: hidden;
  margin: 0 auto;
}
.carouselMove .carousel_move {
  position: relative;
  width: 100%;
}
.carouselMove .carousel_line {
  position: relative;
  left: 0%;
  width: 100%;
  white-space: nowrap;
  font-size: 0;
}
.carouselMove .carousel_item {
  position: relative;
  width: 100%;
  top: 0;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 1rem;
  white-space: normal;
}
.carouselMove .carousel_content {
  margin: 0 20px;
  padding: 20px 30px 20px;
  background: #fff;
  color: #000;
  cursor: pointer;
  font-size: 15px;
}
.carouselMove .carousel_item_img {
  width: 100%;
  height: auto;
}

.favourites__button {
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  height: 2em;
  opacity: 0;
  visibility: hidden;
}
.favourites__button .favourites__button-title {
  position: absolute;
  top: 0;
  left: -5rem;
  padding-left: 5rem;
}
.favourites__button .favourites__button-count {
  position: absolute;
  font-size: 1rem;
  width: 3em;
  height: 3em;
  top: 50%;
  left: -5em;
  margin-top: -1.5em;
  background-color: #000;
  border-radius: 50%;
}
.favourites__button .favourites__button-count > span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 1.57em;
  margin-top: -0.5em;
  color: #fff;
}

.formInit .feedback_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: #f9f9f9;
}
.formInit .v-align {
  left: 18%;
  right: 18%;
  width: auto;
}
.formInit .plus_text:before {
  width: 2.1em;
  height: 2em;
  background-position: -62.8em -7.2em;
}
.formInit .feedback_input_frame {
  position: relative;
}
.formInit .feedback_input_frame:last-child {
  margin-bottom: 6em;
}
.formInit .feedback_input_frame + .feedback_input_frame {
  margin-top: 2.5em;
}
.formInit .feedback_bg input, .formInit .feedback_bg textarea, .formInit .feedback_bg label {
  position: relative;
  font-size: 2.1em;
  height: 2.5rem;
  padding: 2.5rem 0;
  color: #000;
  line-height: 1.25;
  font-family: "ApercuPro-Mono";
  background: none;
  border: 0;
  width: 100%;
  border-radius: 0;
  display: block;
  border-bottom: 1px solid #000;
}
.formInit .feedback_bg label {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  display: none;
  background: #f9f9f9;
  border-color: #F00;
}
.formInit .feedback_bg textarea, .formInit .feedback_bg textarea + label {
  resize: none;
  height: 50px;
}
.formInit .feedback_bg ::-webkit-input-placeholder {
  color: #949494;
}
.formInit .feedback_bg :-moz-placeholder {
  color: #949494;
}
.formInit .feedback_bg ::-moz-placeholder {
  color: #949494;
}
.formInit .feedback_bg :-ms-input-placeholder {
  color: #949494;
}
.formInit .feedback_sended {
  display: none;
}
.formInit .feedback_sended > div {
  font-size: 1.8em;
  font-family: "ApercuPro-Mono";
}
.formInit .send_btn {
  position: absolute;
  left: 0;
  bottom: 5.7%;
  display: block;
  width: auto;
}
.formInit .feedback_name {
  font-size: 1.4em;
  color: #949494;
  line-height: 1.75;
  margin: 3.5rem 0 6rem;
}
.formInit .feedback_close {
  top: 8.2%;
  right: 8.4%;
  margin: -1rem -1rem;
}

.gallerySlider .g_s_over {
  overflow: hidden;
}
.gallerySlider .g_s {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.gallerySlider .g_s_frame.contain .g_s {
  background-size: contain;
}
.gallerySlider .g_s_frame.auto .g_s {
  background-size: auto;
}
.gallerySlider .g_s_area {
  cursor: url(/assets/i/cur1.cur), move;
  background: url("../i/blank.gif");
}
.gallerySlider .g_s_area.moving,
.gallerySlider .g_s_area.moving .g_btn_area {
  cursor: url(/assets/i/cur2.cur), move;
}
.gallerySlider #g_s_l {
  left: -100%;
  right: 100%;
}
.gallerySlider #g_s_r {
  left: 100%;
  right: -100%;
}
.gallerySlider .g_btn_area {
  cursor: pointer;
  width: 50%;
  background: url("../i/blank.gif");
}
.gallerySlider .g_btn_area:after {
  content: "";
  position: absolute;
  left: 40%;
  top: 50%;
  width: 3.9em;
  height: 3.9em;
  margin: -1.95em;
  background: url("/assets/i/sprite.svg") -30.6em 0;
  background-size: 100em 100em;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.gallerySlider .g_btn_area:hover:after {
  opacity: 1;
}
.gallerySlider .g_btn_area.right {
  left: auto;
  right: 0;
}
.gallerySlider .g_btn_area.right:after {
  left: auto;
  right: 40%;
  background-position: -30.6em -4.6em;
}
.gallerySlider .g_p_frame {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5%;
  overflow: hidden;
}
.gallerySlider .g_p_scroll_size {
  position: relative;
  width: 20em;
  margin: 0 auto;
}
.gallerySlider .g_p_scroll {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}
.gallerySlider .g_p {
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  font-size: 1rem;
  overflow: hidden;
  vertical-align: top;
}
.gallerySlider .g_p_bg {
  position: relative;
  margin: 5px;
}
.gallerySlider .g_p_bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 5px solid #fff;
  opacity: 0;
}
.gallerySlider .g_p.active .g_p_bg:after {
  opacity: 1;
}
.gallerySlider .g_p_img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.gallerySlider .gallery_title_frame {
  position: absolute;
  left: 25%;
  right: 25%;
  bottom: 8%;
  height: 0;
  text-align: center;
  margin-bottom: 120px;
}
.gallerySlider .gallery_title {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 5px 20px;
}
.gallerySlider .gallery_zoom_btn {
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 20%;
  right: 5%;
  background-color: #ff9900;
  z-index: 1;
}
.gallerySlider .gallery_zoom_btn.active {
  background-color: #fff;
}
.gallerySlider .zoomed_image {
  position: absolute;
  width: 100%;
  height: auto;
}
.gallerySlider .zoomed_image.reversed {
  width: auto;
  height: 100%;
}
.gallerySlider .g_s_area.zoom .g_btn_area,
.gallerySlider .g_s_area.zoom .g_btn,
.gallerySlider .g_s_area.zoom .g_p_frame,
.gallerySlider .g_s_area.zoom .gallery_dots_frame {
  opacity: 0;
  visibility: hidden;
}
.gallerySlider .shadow_gallery {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30.3703703704%;
}

.gallerySlider.no-move .g_btn,
.gallerySlider.no-move .g_s_area,
.gallerySlider.no-move .g_p_frame,
.gallerySlider.no-move .gallery_dots_frame {
  display: none !important;
}

.gallerySlider.vertical_previews .g_p_frame {
  left: 5%;
  top: 0;
  bottom: auto;
  height: 100%;
  width: auto;
}
.gallerySlider.vertical_previews .g_p_scroll_size {
  top: 50%;
  margin: -6em 0;
}
.gallerySlider.vertical_previews .g_p {
  display: block;
  float: left;
  clear: both;
}
.gallerySlider.vertical_previews .g_p:first-child {
  float: none;
}
.gallerySlider.vertical_previews .g_btn.left {
  margin-left: 200px;
}

.map_place {
  background-color: #f7f7f7;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font: inherit;
}
.map_place .leaflet-tile-pane {
  -webkit-filter: grayscale(1) contrast(1.02) brightness(0.98);
  -moz-filter: grayscale(1) contrast(1.02) brightness(0.98);
  -ms-filter: grayscale(1) contrast(1.02) brightness(0.98);
  -o-filter: grayscale(1) contrast(1.02) brightness(0.98);
  filter: grayscale(1) contrast(1.02) brightness(0.98);
}
.map_place .maps-marker-object {
  position: absolute;
  width: 16.6em;
  height: 1.6em;
  margin: -0.5em 0;
  background: url("/assets/i/sprite.svg") -0.1em -9em;
  background-size: 100em 100em;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.logo {
  position: absolute;
  width: 19.8em;
  height: 8.4em;
  top: 8.2%;
  left: 4.375%;
  background: url("/assets/i/sprite.svg") 0 0;
  background-size: 100em 100em;
  z-index: 120;
  margin-top: -2.9em;
}

.art-link {
  display: inline-block;
  position: absolute;
  top: 8.2%;
  top: 13.2%;
  left: 4.375%;
  z-index: 90;
  margin: 0;
  margin-top: 9em;
  margin-left: -0.2em;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  user-select: none;
  text-decoration: none;
  outline: 0;
}
.art-link:hover {
  text-decoration: none;
  outline: 0;
  color: #000000;
}
.art-link.art-link--none {
  display: none;
}
.art-link__img {
  display: inline-block;
  width: 6.77em;
  height: auto;
  vertical-align: middle;
}
.art-link__title {
  display: inline-block;
  vertical-align: middle;
}
.art-link__title span {
  display: block;
}
.art-link__title {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.7em;
  line-height: 1.5;
  margin-left: 1.4em;
}

body.home .art-link.art-link--none {
  display: block !important;
}

body.white_logo .logo {
  background-position: 0 -14.5em;
}

.header_to_plans,
.favourites__button {
  position: absolute;
  top: 8.2%;
  left: 9%;
  font-size: 1.3em;
  text-transform: uppercase;
  line-height: 2;
  margin: -0.8em 20rem;
  color: #000;
  z-index: 90;
  font-family: "ApercuPro-Mono";
}

.menu_open_btn {
  position: absolute;
  cursor: pointer;
  z-index: 100;
  background: #000;
  left: 4.375%;
  top: 50%;
  width: 5em;
  height: 5em;
  margin: -2.5em;
  border-radius: 50%;
}
.menu_open_btn .menu_btn_line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.4em;
  height: 0.5em;
  margin: -0.25em -1.2em;
  background: url("/assets/i/sprite.svg") -25.4em -10.2em;
  background-size: 100em 100em;
}
.menu_open_btn .menu_btn_line.n0 {
  margin-top: -1em;
}
.menu_open_btn .menu_btn_line.n2 {
  margin-top: 0.5em;
}
.menu_open_btn .title {
  position: absolute;
  font-size: 1.1em;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  margin-top: -0.5em;
  left: 50%;
  top: 50%;
  padding-left: 4.6rem;
  opacity: 0;
  visibility: hidden;
}
.menu_open_btn .title.default {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.menu_open_btn .title.back {
  font-family: "ApercuPro-Mono";
}

.menu_open_btn.active .menu_btn_line {
  margin-top: -0.25em;
}
.menu_open_btn.active .menu_btn_line.n1 {
  opacity: 0;
}
.menu_open_btn.active .menu_btn_line.n0 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.menu_open_btn.active .menu_btn_line.n2 {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.menu_open_btn.active .title.back {
  opacity: 1;
  visibility: visible;
}
.menu_open_btn.active .title.default {
  opacity: 0 !important;
  visibility: hidden !important;
}

.menu_frame {
  position: absolute;
  z-index: 90;
  display: none;
  color: #000;
}
.menu_frame .menu_bg {
  position: absolute;
  top: -1.5%;
  left: -1.5%;
  width: 103%;
  height: 103%;
  background-image: url("../images/bg/menu.jpg");
  background-position: center center;
  background-size: cover;
}
.menu_frame .menu_circle {
  position: absolute;
  left: 17.5%;
  width: 55%;
  top: 14%;
  height: 73%;
  background-image: url("../images/pages/concept/8.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.menu_frame .row1 {
  top: 24%;
}
.menu_frame .row2 {
  top: 50%;
}
.menu_frame .row3 {
  top: 73%;
}
.menu_frame .row4 {
  top: 78.5%;
}
.menu_frame .row5 {
  top: 84%;
}
.menu_frame .row6 {
  top: 89.5%;
}
.menu_frame .col1 {
  left: 0;
}
.menu_frame .col1 .submenu_frame {
  left: 22em;
}
.menu_frame .col2 {
  left: 50%;
}
.menu_frame .col2 .submenu_frame {
  left: 20em;
}
.menu_frame .col3 {
  left: 100%;
}
.menu_frame .col3 .submenu_frame {
  left: 19em;
}
.menu_frame .menu_items_frame {
  position: absolute;
  left: 22.5%;
  right: 28%;
  top: 0;
  bottom: 0;
}
.menu_frame .menu_row {
  position: absolute;
  left: 0;
  width: 100%;
}
.menu_frame .menu_a_frame {
  position: absolute;
}
.menu_frame .menu_a_frame .num {
  font-family: "ApercuPro-Mono";
  font-size: 2.4em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: -0.5em;
  text-decoration: underline;
}
.menu_frame .menu_a, .menu_frame .submenu_frame {
  position: absolute;
  top: 5.7rem;
  left: 0;
}
.menu_frame .menu_a {
  font-size: 2.1em;
  line-height: 1.2;
  margin-top: -0.6em;
  text-decoration: none;
}
.menu_frame .submenu_a {
  display: block;
  float: left;
  clear: both;
  font-size: 1.7em;
  color: #949494;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
  white-space: nowrap;
}
.menu_frame .menu_a:after,
.menu_frame .submenu_a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  margin-top: 0.2rem;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.menu_frame .submenu_a:after {
  background-color: #949494;
}
.menu_frame .menu_a:hover:after,
.menu_frame .submenu_a:hover:after {
  width: 100%;
}
.menu_frame .menu_a:before,
.menu_frame .submenu_a:before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0;
  top: 0;
  width: 1px;
  background-color: #000;
  margin-right: 2.1rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.menu_frame .menu_a:before {
  margin-right: 2.4rem;
  top: -5.8rem;
}
.menu_frame .menu_a.active:before,
.menu_frame .submenu_a.active:before {
  opacity: 1;
}
.menu_frame .submenu_frame {
  margin-top: -1em;
}
.menu_frame .submenu_frame .submenu_a + .submenu_a {
  margin-top: 3rem;
}
.menu_frame .menu_a_frame > .submenu_a {
  margin-top: -0.6em;
}
.menu_frame .menu_img {
  position: absolute;
}
.menu_frame .menu_img.n0 {
  width: 23.2em;
  height: auto;
  margin-top: -0.5em;
}
.menu_frame .menu_title {
  position: absolute;
  left: 0;
  top: 15%;
  font-size: 1.5em;
  line-height: 1;
  margin-top: -0.5em;
  font-family: "ApercuPro-Mono";
}
.menu_frame .menu_desc {
  position: absolute;
  left: 4.375%;
  top: 84%;
  font-size: 5.5em;
  line-height: 1;
  letter-spacing: -0.04em;
  margin: -4rem 0 0 -0.2rem;
}
.menu_frame .presentation_link {
  position: absolute;
  text-decoration: none;
  left: 4.375%;
  padding-top: 4.6em;
}
.menu_frame .presentation_link:before {
  content: "";
  position: absolute;
  top: -1.5em;
  left: 0;
  width: 2.6em;
  height: 3.4em;
  background: url("/assets/i/sprite.svg") -54.6em 0;
  background-size: 100em 100em;
}
.menu_frame .presentation_link .submenu_a {
  color: #000;
  text-decoration: underline;
  float: none;
}
.menu_frame .presentation_link .submenu_a:after {
  display: none;
}
.menu_frame .presentation_link .desc {
  font-size: 1.5em;
  margin-top: 1.7rem;
  color: #949494;
}
.menu_frame .presentation_link:hover .submenu_a {
  text-decoration: none;
}

.menu_sb-pres {
  z-index: 90;
  color: #000;
}
.menu_sb-pres .row1 {
  top: 24%;
}
.menu_sb-pres .presentation_link-inner {
  position: absolute;
  text-decoration: none;
  left: 4.375%;
  padding-top: 4.6em;
  z-index: 90;
}
.menu_sb-pres .presentation_link-inner:before {
  content: "";
  position: absolute;
  top: 0em;
  left: 0;
  width: 2.6em;
  height: 3.4em;
  background: url("/assets/i/sprite.svg") -54.6em 0;
  background-size: 100em 100em;
}
.menu_sb-pres .presentation_link-inner .submenu_a {
  display: block;
  clear: both;
  font-size: 1.7em;
  color: #000;
  line-height: 1.2;
  position: relative;
  white-space: nowrap;
  text-decoration: underline;
  float: none;
}
.menu_sb-pres .presentation_link-inner .submenu_a:after {
  display: none;
}
.menu_sb-pres .presentation_link-inner .desc {
  font-size: 1.5em;
  margin-top: 1.7rem;
  color: #949494;
}
.menu_sb-pres .presentation_link-inner:hover .submenu_a {
  text-decoration: none;
}

.header {
  position: absolute;
  top: 8.2%;
  right: 0;
  padding: 0 3.65% 0 3em;
  margin: -1.8em -2.6em;
  z-index: 100;
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.header .cg_logo, .header .phone, .header .callback {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header .cg_logo {
  width: 142px;
  height: 20px;
  background: url("/assets/i/logo.png") no-repeat 0 0;
  background-size: 142px 20px;
  margin-top: 0.3em;
}
.header .phone {
  font-size: 2.3em;
  line-height: 3.6rem;
  margin: 0 3.7rem 0 4.6rem;
  letter-spacing: -0.02em;
}
.header .callback {
  width: 5.2em;
  height: 3.6em;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  position: relative;
  cursor: pointer;
}
.header .callback:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6em;
  width: 2.1em;
  height: 2.3em;
  margin: -1.15em -1.05em;
  background: url("/assets/i/sprite.svg") -20.3em -4em;
  background-size: 100em 100em;
}
.header .callback .hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header .callback .hover:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.6em;
  width: 2.1em;
  height: 2.3em;
  margin: -1.15em -1.05em;
  background: url("/assets/i/sprite.svg") -57.4em 0;
  background-size: 100em 100em;
}
.header .callback .hover .title {
  position: absolute;
  top: 50%;
  right: 5.5rem;
  font-size: 1.2em;
  line-height: 1;
  margin-top: -0.5em;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
}
.header .callback:hover {
  width: 20.2em;
}
.header .callback:hover .hover {
  opacity: 1;
}

.footer {
  position: absolute;
  bottom: 5.7%;
  height: 1.5em;
  z-index: 100;
  left: 4.375%;
  margin-bottom: -0.75em;
}
.footer .footer_soc_link, .footer .address {
  display: inline-block;
  vertical-align: middle;
}
.footer .footer_soc_link {
  width: 1.2em;
  height: 1.2em;
  background: url("/assets/i/sprite.svg") 0 0;
  background-size: 100em 100em;
}
.footer .footer_soc_link + .footer_soc_link {
  margin-left: 2em;
}
.footer .footer_soc_link.inst_link {
  background-position: 0 -11em;
}
.footer .footer_soc_link.fb_link {
  background-position: -1.5em -11em;
}
.footer .footer_soc_link.vk_link {
  background-position: -3em -11em;
}
.footer .address {
  font-size: 1.2em;
  text-transform: uppercase;
  line-height: 1.5rem;
  position: relative;
}

.art3d {
  position: absolute;
  z-index: 100;
  bottom: 1.5em;
  right: 1.5em;
  border-right: 0.6em solid #e30613;
  border-bottom: 0.6em solid transparent;
}

.header_to_plans,
.header,
.footer {
  opacity: 1;
  visibility: visible;
}

body.hide_header .header_to_plans,
body.hide_header .header,
body.hide_header .footer,
body.hide_header .favourites__button-title,
body.hide_header .textScroll__track_size {
  opacity: 0;
  visibility: hidden;
}
body.hide_header .scroll_to_top {
  opacity: 1;
  visibility: visible;
}

body.plans .header_to_plans,
body.select .header_to_plans,
body.korpus .header_to_plans,
body.search .header_to_plans {
  opacity: 0;
  visibility: hidden;
}
body.plans .favourites__button,
body.select .favourites__button,
body.korpus .favourites__button,
body.search .favourites__button {
  opacity: 1;
  visibility: visible;
}

body.favorites .header_to_plans {
  opacity: 0;
  visibility: hidden;
}

body.korpus .footer,
body.search .footer,
body.favorites .footer {
  opacity: 0;
  visibility: hidden;
}

body.contacts .header,
body.contacts .footer .address {
  opacity: 0;
  visibility: hidden;
}

body.terms .footer {
  opacity: 0;
  visibility: hidden;
}

body.menu_opened .header,
body.menu_opened .footer,
body.menu_opened .footer .address {
  opacity: 1;
  visibility: visible;
}

.back_btn:before,
.header:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease;
  -ms-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

body.header_bg_visible .header:before {
  opacity: 1;
  visibility: visible;
}

body.back_bg_visible .back_btn {
  color: #fff;
}
body.back_bg_visible .back_btn:before {
  opacity: 1;
  visibility: visible;
}
body.back_bg_visible .back_btn .arrow {
  background-position: -4.8em -12.2em;
}

.back_btn.with-bg:before {
  opacity: 1;
  visibility: visible;
}

.mortgageCalculator .calculator_frame {
  position: absolute;
  width: 20%;
  left: 40%;
  height: 20%;
  top: 40%;
  padding: 200px 300px;
  margin: -200px -300px;
  background-color: #555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.mortgageCalculator .calc_bg {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 20%;
  margin-bottom: 60px;
}
.mortgageCalculator .search_slider.n1 {
  top: 33%;
}
.mortgageCalculator .search_slider.n2 {
  top: 66%;
}
.mortgageCalculator .search_slider.n3 {
  top: 99%;
}
.mortgageCalculator .calc_result_frame {
  position: absolute;
  top: 85%;
  left: 10%;
  font-size: 20px;
  color: #fff;
}

.sequenceSlider .fly_content {
  display: none;
}
.sequenceSlider .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;
}
.sequenceSlider .fly_points_frame {
  position: absolute;
  width: 500px;
  height: 0;
  text-align: center;
  left: 50%;
  margin: 0 0 10px -250px;
  bottom: 10%;
}
.sequenceSlider .fly_point_sel, .sequenceSlider .fly_point_arrow {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #fff;
  color: #000;
  display: inline-block;
  cursor: pointer;
}
.sequenceSlider .fly_point_arrow {
  background-color: #a905a7;
}
.sequenceSlider .fly_point_sel.active {
  background: #03F;
  color: #fff;
}

.paramSearch .search_bg {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.paramSearch .search_top_margin {
  height: 20.37vh;
}
.paramSearch .search_left {
  position: relative;
  height: 38em;
}
.paramSearch .search_right {
  display: none;
}
.paramSearch .search_slider.n1 {
  left: 0;
  top: 0;
}
.paramSearch .search_slider.n2 {
  right: 0;
  top: 0;
}
.paramSearch .search_slider.n3 {
  left: 0;
  top: 18.5em;
}
.paramSearch .search_slider_fake.n4 {
  right: 0;
  top: 18.5em;
}
.paramSearch .search_preloader {
  display: none;
}
.paramSearch .search_header_div {
  height: 4rem;
}
.paramSearch .search_result_div {
  position: relative;
  margin: 0 -1.7em;
}
.paramSearch .search_result_row {
  position: relative;
  float: left;
  width: 50%;
  height: 34.5em;
  margin-bottom: 5.7em;
}
.paramSearch .search_result_row .margin {
  position: absolute;
  top: 0;
  left: 1.7em;
  right: 1.7em;
  bottom: 0;
}
.paramSearch .search_result_row .bg {
  position: absolute;
  top: 4.5em;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  cursor: pointer;
}
.paramSearch .search_result_row .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #20b797;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.paramSearch .search_result_row .bg:hover:after {
  opacity: 1;
}
.paramSearch .search_result_row .line {
  position: absolute;
  top: 6.5em;
  bottom: 6.5em;
  left: 56%;
  width: 1px;
  background-color: #c9c9c9;
}
.paramSearch .search_result_row .img {
  left: 6.5%;
  width: 43%;
  top: 3.8em;
  bottom: 3.8em;
  background-size: contain;
}
.paramSearch .search_result_row .details_block {
  position: absolute;
  left: 62.5%;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.paramSearch .search_result_row .details_line {
  position: relative;
  font-family: "ApercuPro-Mono";
  line-height: 1;
  overflow: hidden;
}
.paramSearch .search_result_row .details_line .title {
  float: left;
  width: 50%;
  font-size: 1.4em;
  text-transform: uppercase;
  margin-top: 0.6rem;
}
.paramSearch .search_result_row .details_line .value {
  float: left;
  width: 50%;
  font-size: 2.2em;
  color: #000;
}
.paramSearch .search_result_row .details_line.green .title,
.paramSearch .search_result_row .details_line.green .value {
  color: #20b797;
}
.paramSearch .search_result_row .details_line + .details_line {
  margin-top: 2.7em;
}
.paramSearch .search_result_row .search_fav_btn {
  position: absolute;
  top: 2em;
  right: 4.7em;
  width: 3.8em;
  height: 2.3em;
  margin: -1.2em -1.9em;
  background: url("/assets/i/sprite.svg") -35.2em -10.8em;
  background-size: 100em 100em;
  cursor: pointer;
}
.paramSearch .search_result_row .search_fav_btn:after {
  position: absolute;
  content: "добавить в избранное";
  white-space: nowrap;
  text-transform: uppercase;
  top: 50%;
  right: 100%;
  line-height: 2;
  margin-top: -1em;
  font-size: 1.2em;
  padding-right: 1.5rem;
}
.paramSearch .search_result_row .search_fav_btn.active {
  background-position: -54.2em -10.8em;
}
.paramSearch .search_result_row .search_fav_btn.active:after {
  content: "в избранном";
}
.paramSearch .search_result_row .search_result_title {
  margin-top: 10px;
  text-align: center;
  font-size: 1.6em;
}
.paramSearch .search_result_row .search_result_title a {
  text-decoration: none;
}
.paramSearch .search_result_col {
  position: relative;
  text-align: center;
  width: 12%;
  font-size: 2.6em;
  height: 2em;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
.paramSearch .search_result_col.col_sq {
  width: 20%;
}
.paramSearch .search_result_col.col_tc {
  width: 20%;
}
.paramSearch .search_result_row.r_notfound {
  width: 100%;
  margin: 0;
  font-size: 2em;
  text-align: center;
  height: auto;
}
.paramSearch .search_header_div .search_result_col {
  font-size: 1.5rem;
  text-transform: uppercase;
  cursor: pointer;
}
.paramSearch .search_header_div .search_result_col i:after {
  display: none;
  margin-left: 2px;
  font-style: normal;
  color: #ff9000;
}
.paramSearch .search_header_div .search_result_col.active i:after {
  display: inline;
  content: "▲";
}
.paramSearch .search_header_div .search_result_col.active2 i:after {
  display: inline;
  content: "▼";
}
.paramSearch .search_header_div .search_result_col.inactive {
  cursor: default;
}
.paramSearch .search_result_num {
  position: absolute;
  top: 50%;
  left: 100%;
  font-size: 1.3em;
  line-height: 1;
  margin: -0.5em -22rem;
  text-transform: uppercase;
  font-family: "ApercuPro-Mono";
}
.paramSearch .search_result_num .val {
  font-size: 2.5rem;
  display: inline-block;
  line-height: 0;
}
.paramSearch .search_buttons_frame {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.paramSearch .search_buttons {
  float: left;
  position: relative;
  width: 10rem;
  height: 10rem;
  text-align: center;
  line-height: 10rem;
  background: #dedede;
  cursor: pointer;
  font-size: 20px;
}
.paramSearch .search_buttons + .search_buttons {
  margin-left: 5px;
}
.paramSearch .search_buttons.active {
  background: #ffae00;
  color: #fff;
}
.paramSearch .search_preview_frame {
  position: absolute;
  width: 300px;
  height: 300px;
  margin: -127px 0 0 -315px;
  background: #000;
  display: none;
}
.paramSearch .search_preview_frame:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border-left: 10px solid #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-top: -10px;
}
.paramSearch .search_preview {
  position: relative;
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto;
}
.paramSearch .search_pagination_position {
  position: relative;
  margin-top: 10px;
}
.paramSearch .search_pagination_frame {
  position: relative;
  display: inline-block;
  margin-left: 25px;
}
.paramSearch .pagination_btn {
  position: relative;
  float: left;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  background: #dedede;
}
.paramSearch .pagination_btn.active {
  cursor: pointer;
}
.paramSearch .pagination_btn + .pagination_btn {
  margin-left: 5px;
}
.paramSearch .pagination_btn.prev,
.paramSearch .pagination_btn.next {
  position: absolute;
  top: 50%;
  margin: -10px 5px;
  opacity: 0.5;
}
.paramSearch .pagination_btn.prev {
  right: 100%;
}
.paramSearch .pagination_btn.next {
  left: 100%;
}
.paramSearch .pagination_btn.prev.active,
.paramSearch .pagination_btn.next.active {
  opacity: 1;
}
.paramSearch .pagination_btn.current {
  background: #ffae00;
  color: #fff;
}

.popup_console {
  position: fixed;
  top: 0;
  left: 0;
  height: 200px;
  width: 200px;
  z-index: 10000;
  color: #000;
  font-size: 1rem;
  line-height: 1;
  background-color: #fff;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}
.popup_console .popup_console_content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.popup_console .popup_console_row {
  margin: 1em 0.5em;
}
.popup_console .popup_console_btn {
  position: absolute;
  top: 0;
  left: 100%;
  width: 30px;
  height: 30px;
  font-size: 2em;
  background-color: #fff;
  cursor: pointer;
}
.popup_console .popup_console_btn:after {
  content: ">";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: -0.5em;
}

.popup_console.active {
  transform: translateX(0);
}
.popup_console.active .popup_console_btn:after {
  content: "<";
}

.textScroll .textScroll__frame {
  overflow: hidden;
}
.textScroll .textScroll__size {
  position: relative;
  background: url("../i/blank.gif");
}
.textScroll .textScroll__size > p:first-child {
  margin-top: 0;
}
.textScroll .textScroll__size > p:last-child {
  margin-bottom: 0;
}
.textScroll .textScroll__size img {
  max-width: 100%;
}
.textScroll .textScroll__track {
  position: absolute;
  left: 110%;
  top: 0;
  bottom: 0;
  font-size: 1rem;
  width: 0;
}
.textScroll .textScroll__track.disabled {
  display: none;
}
.textScroll .textScroll__track_size,
.textScroll .textScroll__track_move {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
.textScroll .textScroll__track_size {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.textScroll .textScroll__track_move {
  height: 100%;
}
.textScroll .textScroll__drag {
  position: absolute;
  width: 0.9em;
  background: url("/assets/i/sprite.svg") -23.1em -23.4em;
  background-size: 100em 100em;
  left: 0;
  top: 0;
  cursor: pointer;
}
.textScroll .textScroll__page_btn {
  position: absolute;
  width: 100%;
  cursor: pointer;
  background-color: #00a;
  left: 0;
}
.textScroll .textScroll__page_btn.top {
  top: 0;
}
.textScroll .textScroll__page_btn.bottom {
  bottom: 0;
}
.textScroll .textScroll__drag {
  height: 16.3em;
}
.textScroll .textScroll__track_size {
  bottom: 16.3em;
}
.textScroll .textScroll__page_btn {
  height: 2em;
}
.textScroll .textScroll__page_btn + .textScroll__track_size {
  margin: 2em 0;
}
.textScroll.horizontal .textScroll__size {
  position: absolute;
  height: 100%;
}

.textScroll.visible .textScroll__frame {
  overflow: visible;
}

.textScroll.native .textScroll__content {
  width: auto;
  right: 0;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.textScroll.center .textScroll__size {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  white-space: normal;
}
.textScroll.center .textScroll__content:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

/*!
Video.js Default Styles (http://videojs.com)
Version 4.6.3
Create your own skin at http://designer.videojs.com
*/
.vjs-default-skin {
  color: #ccc;
}

@font-face {
  font-family: VideoJS;
  src: url(../fonts/vjs.eot);
  src: url(../fonts/vjs.eot?#iefix) format("embedded-opentype"), url(../fonts/vjs.woff) format("woff"), url(../fonts/vjs.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.vjs-default-skin .vjs-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
}

.vjs-default-skin .vjs-slider:focus {
  -webkit-box-shadow: 0 0 2em #fff;
  -moz-box-shadow: 0 0 2em #fff;
  box-shadow: 0 0 2em #fff;
}

.vjs-default-skin .vjs-slider-handle {
  position: absolute;
  left: 0;
  top: 0;
}

.vjs-default-skin .vjs-slider-handle:before {
  content: "\e009";
  font-family: VideoJS;
  font-size: 1em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1em #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.vjs-default-skin .vjs-control-bar {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
}

.vjs-default-skin.vjs-has-started .vjs-control-bar {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-default-skin.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-default-skin.vjs-controls-disabled .vjs-control-bar {
  display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-control-bar {
  display: none;
}

.vjs-default-skin.vjs-error .vjs-control-bar {
  display: none;
}

@media \0 screen {
  .vjs-default-skin.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
    content: "";
  }
}
.vjs-default-skin .vjs-control {
  outline: 0;
  position: relative;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 3em;
  width: 4em;
}

.vjs-default-skin .vjs-control:before {
  font-family: VideoJS;
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.vjs-default-skin .vjs-control:focus:before, .vjs-default-skin .vjs-control:hover:before {
  text-shadow: 0 0 1em #fff;
}

.vjs-default-skin .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-default-skin .vjs-play-control {
  width: 5em;
  cursor: pointer;
}

.vjs-default-skin .vjs-play-control:before {
  content: "\e001";
}

.vjs-default-skin.vjs-playing .vjs-play-control:before {
  content: "\e002";
}

.vjs-default-skin .vjs-playback-rate .vjs-playback-rate-value {
  font-size: 1.5em;
  line-height: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.vjs-default-skin .vjs-playback-rate.vjs-menu-button .vjs-menu .vjs-menu-content {
  width: 4em;
  left: -2em;
  list-style: none;
}

.vjs-default-skin .vjs-mute-control, .vjs-default-skin .vjs-volume-menu-button {
  cursor: pointer;
  float: right;
}

.vjs-default-skin .vjs-mute-control:before, .vjs-default-skin .vjs-volume-menu-button:before {
  content: "\e006";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-0:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-0:before {
  content: "\e003";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-1:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-1:before {
  content: "\e004";
}

.vjs-default-skin .vjs-mute-control.vjs-vol-2:before, .vjs-default-skin .vjs-volume-menu-button.vjs-vol-2:before {
  content: "\e005";
}

.vjs-default-skin .vjs-volume-control {
  width: 5em;
  float: right;
}

.vjs-default-skin .vjs-volume-bar {
  width: 5em;
  height: 0.6em;
  margin: 1.1em auto 0;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu-content {
  height: 2.9em;
}

.vjs-default-skin .vjs-volume-level {
  position: absolute;
  top: 0;
  left: 0;
  height: 0.5em;
  width: 100%;
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-volume-bar .vjs-volume-handle {
  width: 0.5em;
  height: 0.5em;
  left: 4.5em;
}

.vjs-default-skin .vjs-volume-handle:before {
  font-size: 0.9em;
  top: -0.2em;
  left: -0.2em;
  width: 1em;
  height: 1em;
}

.vjs-default-skin .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  width: 6em;
  left: -4em;
}

.vjs-default-skin .vjs-progress-control {
  position: absolute;
  left: 0;
  right: 0;
  width: auto;
  font-size: 0.3em;
  height: 1em;
  top: -1em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-default-skin:hover .vjs-progress-control {
  font-size: 0.9em;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.vjs-default-skin .vjs-progress-holder {
  height: 100%;
}

.vjs-default-skin .vjs-progress-holder .vjs-play-progress, .vjs-default-skin .vjs-progress-holder .vjs-load-progress {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.vjs-default-skin .vjs-play-progress {
  background: #66a8cc url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAP0lEQVQIHWWMAQoAIAgDR/QJ/Ub//04+w7ZICBwcOg5FZi5iBB82AGzixEglJrd4TVK5XUJpskSTEvpdFzX9AB2pGziSQcvAAAAAAElFTkSuQmCC) -50% 0 repeat;
}

.vjs-default-skin .vjs-load-progress {
  background: #646464;
  background: rgba(255, 255, 255, 0.4);
}

.vjs-default-skin .vjs-seek-handle {
  width: 1.5em;
  height: 100%;
}

.vjs-default-skin .vjs-seek-handle:before {
  padding-top: 0.1em;
}

.vjs-default-skin.vjs-live .vjs-time-controls, .vjs-default-skin.vjs-live .vjs-time-divider, .vjs-default-skin.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-default-skin.vjs-live .vjs-live-display {
  display: block;
}

.vjs-default-skin .vjs-live-display {
  display: none;
  font-size: 1em;
  line-height: 3em;
}

.vjs-default-skin .vjs-time-controls {
  font-size: 1em;
  line-height: 3em;
}

.vjs-default-skin .vjs-current-time {
  float: left;
}

.vjs-default-skin .vjs-duration {
  float: left;
}

.vjs-default-skin .vjs-remaining-time {
  display: none;
  float: left;
}

.vjs-time-divider {
  float: left;
  line-height: 3em;
}

.vjs-default-skin .vjs-fullscreen-control {
  width: 3.8em;
  cursor: pointer;
  float: right;
}

.vjs-default-skin .vjs-fullscreen-control:before {
  content: "\e000";
}

.vjs-default-skin.vjs-fullscreen .vjs-fullscreen-control:before {
  content: "\e00b";
}

.vjs-default-skin .vjs-big-play-button {
  left: 50%;
  top: 50%;
  margin: -1.4em 0 0 -2.1em;
  font-size: 3em;
  display: block;
  z-index: 2;
  position: absolute;
  width: 4em;
  height: 2.6em;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  opacity: 1;
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  border: 0.1em solid #3b4249;
  -webkit-border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  border-radius: 0.8em;
  -webkit-box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 1em rgba(255, 255, 255, 0.25);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-default-skin.vjs-big-play-centered .vjs-big-play-button {
  left: 50%;
  margin-left: -2.1em;
  top: 50%;
  margin-top: -1.4em;
}

.vjs-default-skin.vjs-controls-disabled .vjs-big-play-button {
  display: none;
}

.vjs-default-skin.vjs-has-started .vjs-big-play-button {
  display: none;
}

.vjs-default-skin.vjs-using-native-controls .vjs-big-play-button {
  display: none;
}

.vjs-default-skin:hover .vjs-big-play-button, .vjs-default-skin .vjs-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #505050;
  background-color: rgba(50, 50, 50, 0.75);
  -webkit-box-shadow: 0 0 3em #fff;
  -moz-box-shadow: 0 0 3em #fff;
  box-shadow: 0 0 3em #fff;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.vjs-default-skin .vjs-big-play-button:before {
  content: "\e001";
  font-family: VideoJS;
  line-height: 2.6em;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-error-display {
  display: none;
}

.vjs-error .vjs-error-display {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vjs-error .vjs-error-display:before {
  content: "X";
  font-family: Arial;
  font-size: 4em;
  color: #666;
  line-height: 1;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  width: 100%;
}

.vjs-error-display div {
  position: absolute;
  font-size: 1.4em;
  text-align: center;
  bottom: 1em;
  right: 1em;
  left: 1em;
}

.vjs-error-display a, .vjs-error-display a:visited {
  color: #F4A460;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4em;
  line-height: 1;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  opacity: 0.75;
  -webkit-animation: spin 1.5s infinite linear;
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}

.video-js.vjs-error .vjs-loading-spinner {
  display: none !important;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}

.vjs-default-skin .vjs-loading-spinner:before {
  content: "\e01e";
  font-family: VideoJS;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  text-shadow: 0 0 0.1em #000;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.vjs-default-skin .vjs-menu-button {
  float: right;
  cursor: pointer;
}

.vjs-default-skin .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin-bottom: 3em;
  border-left: 2em solid transparent;
  border-right: 2em solid transparent;
  border-top: 1.55em solid #000;
  border-top-color: rgba(7, 40, 50, 0.5);
}

.vjs-default-skin .vjs-menu-button .vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  width: 10em;
  bottom: 1.5em;
  max-height: 15em;
  overflow: auto;
  left: -5em;
  background-color: #07141e;
  background-color: rgba(7, 20, 30, 0.7);
  -webkit-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  -moz-box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
  box-shadow: -0.2em -0.2em 0.3em rgba(255, 255, 255, 0.2);
}

.vjs-default-skin .vjs-menu-button:hover .vjs-menu {
  display: block;
}

.vjs-default-skin .vjs-menu-button ul li {
  list-style: none;
  margin: 0;
  padding: 0.3em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-selected {
  background-color: #000;
}

.vjs-default-skin .vjs-menu-button ul li:focus, .vjs-default-skin .vjs-menu-button ul li:hover, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:focus, .vjs-default-skin .vjs-menu-button ul li.vjs-selected:hover {
  outline: 0;
  color: #111;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.vjs-default-skin .vjs-menu-button ul li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em;
  font-weight: 700;
  cursor: default;
}

.vjs-default-skin .vjs-subtitles-button:before {
  content: "\e00c";
}

.vjs-default-skin .vjs-captions-button:before {
  content: "\e008";
}

.vjs-default-skin .vjs-captions-button:focus .vjs-control-content:before, .vjs-default-skin .vjs-captions-button:hover .vjs-control-content:before {
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.video-js {
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  vertical-align: middle;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js:-moz-full-screen {
  position: absolute;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  _position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.video-js.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-text-track-display {
  text-align: center;
  position: absolute;
  bottom: 4em;
  left: 1em;
  right: 1em;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  display: none;
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-js .vjs-subtitles {
  color: #fff;
}

.video-js .vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

.vjs-default-skin .vjs-hidden {
  display: none;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #ccc;
  background-color: #333;
  font-size: 18px;
  font-family: Arial, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0 auto;
}

.vjs-no-js a, .vjs-no-js a:visited {
  color: #F4A460;
}

.videoPopup .video_popup_size {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 75px;
}
.videoPopup .video_popup_center {
  position: absolute;
  top: 50%;
  left: 50%;
}
.videoPopup .video_close {
  margin: 0;
  top: -70px;
  right: -70px;
}

.windrose {
  position: absolute;
  width: 10.4em;
  height: 10.4em;
  background: url("/assets/i/sprite.svg") -35.2em 0;
  background-size: 100em 100em;
  margin: -5.2em;
}
.windrose .windrose_letter {
  position: absolute;
  font-size: 1.2em;
  width: 2em;
  line-height: 2;
  text-align: center;
  margin: -1em;
  color: #6b6b6b;
}
.windrose .windrose_letter.nord {
  left: 50%;
  bottom: 110%;
}
.windrose .windrose_letter.south {
  left: 50%;
  top: 110%;
}
.windrose .windrose_letter.west {
  top: 50%;
  right: 110%;
}
.windrose .windrose_letter.east {
  top: 50%;
  left: 110%;
}

.hide_header .breadcrumbs {
  opacity: 0;
}

.breadcrumbs {
  position: absolute;
  left: calc(9% + 20rem);
  top: 10%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  transition: opacity 0.3s ease-in-out;
  z-index: 4;
}
.breadcrumbs__item {
  padding: 0 10px;
  position: relative;
}
.breadcrumbs__item:first-child {
  padding-left: 0;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  color: #383838;
  position: absolute;
  right: -2px;
  top: 0;
  line-height: 20px;
  font-size: 14px;
}
.breadcrumbs__link {
  color: #383838;
  text-decoration: none;
  font-family: "ApercuPro-Mono", "stolzlregular", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  display: block;
}
.breadcrumbs__link:not([href]) {
  cursor: default;
  color: #787878;
}

@font-face {
  font-family: "stolzlregular";
  src: url("../fonts/stolzl-regular.eot");
  src: url("../fonts/stolzl-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/stolzl-regular.woff2") format("woff2"), url("../fonts/stolzl-regular.woff") format("woff"), url("../fonts/stolzl-regular.ttf") format("truetype"), url("../fonts/stolzl-regular.svg#stolzlregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ApercuPro-Mono";
  src: url("../fonts/ApercuPro-Mono.eot");
  src: url("../fonts/ApercuPro-Mono.eot?#iefix") format("embedded-opentype"), url("../fonts/ApercuPro-Mono.woff2") format("woff2"), url("../fonts/ApercuPro-Mono.woff") format("woff"), url("../fonts/ApercuPro-Mono.ttf") format("truetype"), url("../fonts/ApercuPro-Mono.svg#ApercuPro-Mono") format("svg");
  font-weight: normal;
  font-style: normal;
}
*, a:focus {
  outline: none;
}

img {
  display: block;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 110%;
}

ul, ol {
  padding-left: 20px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
  float: none;
}

.upper {
  text-transform: uppercase;
}

.z-1 {
  z-index: 1;
}

.events-none {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.tdu {
  text-decoration: underline;
  cursor: pointer;
}

.tdu:hover {
  text-decoration: none;
}

.v-align {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  white-space: nowrap;
}

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

.css_ani, .css_ani_after:after, .css_ani_before: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;
}

.css_opacity {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
}

body {
  font-family: "stolzlregular";
  position: relative;
  background: #fff;
  color: #2f2f2f;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.touch body {
  -webkit-touch-action: auto;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: auto;
  user-select: none;
  user-drag: none;
  tap-highlight-color: rgba(0, 0, 0, 0);
}

#body_frame, .load_frame, .bg_video, .pano_place.off:after, .popup_overlay, .floor_map, .floor_map_cont, .div_100 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#body_frame, .load_frame {
  overflow: hidden;
}

.bg_video {
  display: none;
}

.bg_video {
  width: 100% !important;
  height: 100% !important;
}

#preloader_frame, #svg_preloader_frame {
  z-index: 10000;
  background: url("/assets/i/blank.gif");
  display: none;
}

.preloader_img, .search_preloader_circle {
  position: absolute;
  width: 8em;
  height: 8em;
  margin: -4em;
  top: 50%;
  left: 50%;
}

.popup_overlay, .rotate_help_frame {
  background: rgba(0, 0, 0, 0.8);
}

.popup_overlay {
  display: none;
  z-index: 8010;
}

.close_btn {
  position: absolute;
  cursor: pointer;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: "ApercuPro-Mono";
  line-height: 2rem;
  padding-left: 3.7rem;
}
.close_btn:after {
  content: "";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  left: 0;
  width: 1.3em;
  height: 1.3em;
  margin: -0.65em 0;
  background: url("/assets/i/sprite.svg") -20.3em -10.4em;
  background-size: 100em 100em;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.close_btn:hover:after {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
}
.close_btn.bg_close {
  top: 50%;
  right: 0;
  width: 7rem;
  padding-left: 6.6rem;
  line-height: 3.6rem;
  margin-top: -1.8rem;
  background-color: #231f20;
  z-index: 1;
  color: rgba(255, 255, 255, 0.53);
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  -moz-transition: background-color 0.2s ease, color 0.2s ease;
  -ms-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;
}
.close_btn.bg_close:after {
  left: 3.8em;
  width: 1.6em;
  height: 1.6em;
  margin: -0.8em;
  background-position: -20.3em -8.5em;
}
.close_btn.bg_close:hover {
  background-color: #3a3a3a;
  color: rgb(255, 255, 255);
}
.close_btn.bg_close:hover:after {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.arrow_link {
  position: absolute;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: "ApercuPro-Mono";
  line-height: 2;
  margin: -1em 0;
  cursor: pointer;
  z-index: 1;
}

.arrow_link.left {
  padding-left: 6.5rem;
}
.arrow_link.left .arrow {
  -webkit-transition: margin-left 0.2s ease;
  -moz-transition: margin-left 0.2s ease;
  -ms-transition: margin-left 0.2s ease;
  -o-transition: margin-left 0.2s ease;
  transition: margin-left 0.2s ease;
}
.arrow_link.left:hover .arrow {
  margin-left: -1rem;
}

.arrow_link.right {
  padding-right: 6.5rem;
  font-size: 2.5em;
  margin: 3em 0;
}
.arrow_link.right .arrow {
  -webkit-transition: margin-right 0.2s ease;
  -moz-transition: margin-right 0.2s ease;
  -ms-transition: margin-right 0.2s ease;
  -o-transition: margin-right 0.2s ease;
  transition: margin-right 0.2s ease;
}
.arrow_link.right:hover .arrow {
  margin-right: -1rem;
}

.arrow {
  position: absolute;
  font-size: 1rem;
  width: 4.3em;
  height: 0.9em;
  background: url("/assets/i/sprite.svg") 0 0;
  background-size: 100em 100em;
  cursor: pointer;
  top: 50%;
  opacity: 0.5;
  margin: -0.45em 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
  -ms-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.arrow.active,
.arrow_link .arrow {
  opacity: 1;
}

.arrow.left,
.arrow_link.left .arrow {
  background-position: -4.8em -11em;
  left: 0;
}

.arrow.right,
.arrow_link.right .arrow {
  background-position: -9.4em -11em;
  right: 0;
}

.dots_frame {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.text_scroll {
  position: absolute;
}

.browser_scroll {
  overflow: auto;
}

.text_slide {
  position: relative;
  margin-left: 30px;
}

.text_slide_title {
  cursor: pointer;
}

.text_slide_text {
  display: none;
  overflow: hidden;
}

.cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.cursor.active {
  opacity: 1;
}
.cursor:before, .cursor:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
.cursor:before {
  width: 2.4em;
  height: 2.4em;
  margin: -1.2em;
  border-radius: 50%;
  background-color: #000;
  -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;
}
.cursor.big:before {
  width: 3.6em;
  height: 3.6em;
  margin: -1.8em;
}
.cursor:after {
  width: 1.3em;
  height: 1.3em;
  margin: -0.65em;
  background: url("/assets/i/sprite.svg") -20.3em -6.8em;
  background-size: 100em 100em;
}
.cursor .title {
  position: absolute;
  white-space: nowrap;
  left: 4.5rem;
  font-size: 1.5em;
  line-height: 1;
  margin-top: -0.7em;
  color: #000;
  font-family: "ApercuPro-Mono";
}

.svg_area_bg {
  z-index: 1;
}

.svg_area_active {
  position: absolute;
  background: url("/assets/i/blank.gif");
}

.dot {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  width: 4.4em;
  height: 4.4em;
  text-decoration: none;
  cursor: pointer;
  background: url("/assets/i/blank.gif");
}
.dot:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.5em;
  height: 0.5em;
  margin: -0.25em;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dot:hover:after, .dot.hover:after, .dot.active:after {
  width: 1.3em;
  height: 1.3em;
  margin: -0.65em;
}

.gallery_place .dot:after {
  background-color: #fff;
}

.dot.bottom .title {
  position: absolute;
  bottom: 50%;
  font-size: 1.1em;
  text-transform: uppercase;
  right: 50%;
  padding-right: 2.3rem;
  line-height: 1.4rem;
  margin-bottom: 5.6rem;
}
.dot.bottom:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 7em;
  bottom: 50%;
  margin-left: -0.5px;
  background-color: #000;
}
.dot.bottom .title, .dot.bottom:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.dot.bottom.hover .title, .dot.bottom.hover:before, .dot.bottom:hover .title, .dot.bottom:hover:before {
  opacity: 1;
  visibility: visible;
}

.dot.n0:before, .dot.n0:hover:after, .dot.n0.hover:after, .dot.n0.active:after {
  background-color: #d69413;
}
.dot.n0 .title {
  color: #d69413;
}

.dot.n1:before, .dot.n1:hover:after, .dot.n1.hover:after, .dot.n1.active:after {
  background-color: #d95284;
}
.dot.n1 .title {
  color: #d95284;
}

.dot.n2:before, .dot.n2:hover:after, .dot.n2.hover:after, .dot.n2.active:after {
  background-color: #baae9e;
}
.dot.n2 .title {
  color: #baae9e;
}

.dot.n3:before, .dot.n3:hover:after, .dot.n3.hover:after, .dot.n3.active:after {
  background-color: #7ba6ef;
}
.dot.n3 .title {
  color: #7ba6ef;
}

.dot.n4:before, .dot.n4:hover:after, .dot.n4.hover:after, .dot.n4.active:after {
  background-color: #20b797;
}
.dot.n4 .title {
  color: #20b797;
}

.footer_menu {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  text-align: center;
  bottom: 5.7%;
  margin-bottom: 2.2rem;
  z-index: 1;
}
.footer_menu .center {
  font-size: 0;
  display: inline-block;
  position: relative;
}
.footer_menu .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  height: 4.4em;
  left: 0;
  right: 0;
  margin: -2.2em -1em;
}
.footer_menu .arrow.left {
  left: auto;
  right: 100%;
  margin-right: 4em;
  -webkit-transition: margin-right 0.2s ease, opacity 0.4s ease;
  -moz-transition: margin-right 0.2s ease, opacity 0.4s ease;
  -ms-transition: margin-right 0.2s ease, opacity 0.4s ease;
  -o-transition: margin-right 0.2s ease, opacity 0.4s ease;
  transition: margin-right 0.2s ease, opacity 0.4s ease;
}
.footer_menu .arrow.left:hover {
  margin-right: 5em;
}
.footer_menu .arrow.right {
  right: auto;
  left: 100%;
  margin-left: 4em;
  -webkit-transition: margin-left 0.2s ease, opacity 0.4s ease;
  -moz-transition: margin-left 0.2s ease, opacity 0.4s ease;
  -ms-transition: margin-left 0.2s ease, opacity 0.4s ease;
  -o-transition: margin-left 0.2s ease, opacity 0.4s ease;
  transition: margin-left 0.2s ease, opacity 0.4s ease;
}
.footer_menu .arrow.right:hover {
  margin-left: 5em;
}

.arrow.left.white {
  background-position: -4.8em -12.2em;
}

.arrow.right.white {
  background-position: -9.4em -12.2em;
}

.arrow.left.green {
  background-position: -4.8em -13.3em;
}

.arrow.right.green {
  background-position: -9.4em -13.3em;
}

.right_menu {
  width: 0;
  right: 3.65%;
  left: auto;
  margin-right: 2.2em;
  z-index: 1;
}

@keyframes scroll_help_dot_animation {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(60%);
  }
  100% {
    transform: translateY(0);
  }
}
.scroll_help {
  position: absolute;
  right: 3.65%;
  width: 0;
  bottom: 0;
  height: 5.7%;
}
.scroll_help .icon {
  position: absolute;
  width: 2.2em;
  height: 3.6em;
  background: url("/assets/i/sprite.svg") -20.3em 0;
  background-size: 100em 100em;
  left: -1.1em;
  bottom: 100%;
  margin-bottom: 2.2em;
}
.scroll_help .point {
  position: absolute;
  top: 1em;
  left: 50%;
  width: 0.8em;
  height: 0.8em;
  margin-left: -0.4em;
  background: url("/assets/i/sprite.svg") -21.7em -6.8em;
  background-size: 100em 100em;
  animation: scroll_help_dot_animation 0.7s infinite;
}
.scroll_help .title {
  position: absolute;
  bottom: 100%;
  left: 50%;
  white-space: nowrap;
  font-size: 1.2em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: 0 0 8rem -0.2rem;
}
.scroll_help:before {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #000;
  top: 0;
  height: 100%;
  left: -0.5px;
}

.slogan {
  position: absolute;
  font-size: 9em;
  line-height: 1;
  color: #000;
  margin-top: -0.55em;
  letter-spacing: -0.035em;
  white-space: nowrap;
}
.slogan.small {
  font-size: 5.1em;
  margin-top: -1em;
  letter-spacing: 0;
}

.grey {
  color: #949494 !important;
}

.fly_text {
  position: absolute;
  font-size: 1.7em;
  color: #6a6a6a;
  line-height: 1.53;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fly_text p {
  margin: 0;
}

.back_btn {
  left: 0;
  padding-left: 4.375% !important;
  top: 20.3703703704%;
}
.back_btn:before {
  content: "";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  left: 0;
  right: -2em;
  background-color: #000;
  height: 3em;
  margin-top: -1.5em;
}
.back_btn .title {
  position: relative;
  margin-left: 6.5rem;
}
.back_btn .arrow {
  left: auto !important;
}

.parallax_content {
  background: url("/assets/i/blank.gif");
}
.parallax_content .content_block {
  position: absolute;
  height: 100%;
}

.img {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.img_position {
  position: absolute;
  overflow: hidden;
}
.img_position .img {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.text {
  position: absolute;
  white-space: nowrap;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #000;
}
.text p:first-child {
  margin-top: 0;
}
.text p:last-child {
  margin-bottom: 0;
}
.text.right {
  text-align: right;
}

.text.big {
  font-size: 5.1rem;
  line-height: 1;
}

.text.medium {
  font-size: 1.7rem;
  line-height: 1.7;
  color: #383838;
}

.text.small {
  font-size: 1.5rem;
  line-height: 2;
  font-family: "ApercuPro-Mono";
}

.text.medium2 {
  font-size: 1.9em;
}

.icon_link {
  position: absolute;
  font-size: 1.9em;
  line-height: 2;
  margin-top: -1em;
  text-decoration: underline;
  cursor: pointer;
  white-space: nowrap;
}
.icon_link:hover {
  text-decoration: none;
}
.icon_link:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 1rem;
  background: url("/assets/i/sprite.svg") 0 0;
  background-size: 100em 100em;
}

.map_popup,
.gallery_popup,
.vtour_popup,
.feedback0_popup,
.feedback1_popup,
.feedback2_popup,
.map_more_popup {
  background: none;
  z-index: 110;
}

.gallery_popup .gallery_place {
  background-color: #fff;
}

.feedback0_popup,
.feedback1_popup,
.feedback2_popup {
  width: 44%;
  left: auto;
  right: 0;
}
.feedback0_popup .plus_text,
.feedback1_popup .plus_text,
.feedback2_popup .plus_text {
  cursor: auto;
}

.plus_text {
  font-family: "stolzlregular";
  font-size: 1.9em;
  line-height: 1.15;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  position: relative;
}
.plus_text:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  font-size: 1rem;
  width: 1.3em;
  height: 1.3em;
  margin-bottom: 2.5em;
  background: url("/assets/i/sprite.svg") -28.5em -6.9em;
  background-size: 100em 100em;
  -webkit-transition: -webkit-transform 0.3s ease;
  -moz-transition: -moz-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.plus_text.right {
  text-align: right;
}
.plus_text.right:before {
  left: auto;
  right: 0;
}

.pano_btn {
  position: absolute;
  width: 3.2em;
  height: 3.7em;
  cursor: pointer;
  background: url("/assets/i/sprite.svg") -56.9em -4.3em;
  background-size: 100em 100em;
}

.arrow_down_big {
  position: absolute;
  width: 0.9em;
  height: 16.3em;
  background: url("/assets/i/sprite.svg") -23.1em -23.4em;
  background-size: 100em 100em;
}

.arrow_right_big {
  position: absolute;
  width: 16.3em;
  height: 0.9em;
  background: url("/assets/i/sprite.svg") -20.5em -17.1em;
  background-size: 100em 100em;
  left: 28.6458333333%;
  bottom: 5.7%;
  margin-bottom: -0.4em;
}
.arrow_right_big:after {
  content: "Используйте скролл";
  position: absolute;
  top: 50%;
  left: 100%;
  white-space: nowrap;
  font-size: 1.2em;
  text-transform: uppercase;
  font-family: "ApercuPro-Mono";
  line-height: 1;
  margin: -0.5em 4.7rem;
}

.page_title,
.page_subtitle {
  position: absolute;
  top: 20.3703703704%;
  line-height: 1;
  color: #000;
}

.page_title {
  left: 28.6458333333%;
  font-size: 5.2em;
  line-height: 1.1;
  margin-top: -2.2rem;
}

.page_subtitle {
  left: 9%;
  font-size: 1.5em;
  margin: -0.5em 20rem;
  font-family: "ApercuPro-Mono";
}

.has_question {
  position: absolute;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
}
.has_question .title {
  font-size: 1.3em;
  text-transform: uppercase;
  vertical-align: middle;
  text-decoration: underline;
  margin-right: 1.5rem;
}
.has_question .letter {
  font-size: 1.9em;
  vertical-align: middle;
}
.has_question:hover .title {
  text-decoration: none;
}

.scroll_text_width {
  margin: 0 9%;
  padding: 0 20em;
  position: relative;
}

/* Когда нужно будет скрыть эту панельку, закоментировать эти строки */
.header {
  top: 13.2%;
}

.logo {
  top: 13.2%;
}

.breadcrumbs {
  top: 13%;
}

.back_btn {
  top: 23%;
}

.header_to_plans,
.favourites__button {
  top: 12.2%;
}

.header-online-bar {
  font-size: 11px;
  line-height: 13px;
  z-index: 2;
  letter-spacing: 1.54px;
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background: #FFFFFF;
  opacity: 1;
}

.header-online-bar__title {
  margin-right: 10px;
}

.page404_frame {
  background: #fff;
}
.page404_frame h1 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -1em;
  font-size: 2.5em;
  line-height: 1;
  color: #000;
}

.home_frame .cursor:before,
.home_frame .right_menu .dot.active:after,
.home_frame .right_menu .dot:hover:after {
  background-color: #d69413;
}
.home_frame .svg_area_active {
  top: 15%;
  left: 40%;
  right: 39%;
  bottom: 27%;
}
.home_frame .slogan.n0 {
  top: 50%;
  right: 59%;
}
.home_frame .slogan.n1 {
  top: 58%;
  left: 61%;
}
.home_frame .fly_text {
  left: 29%;
  top: 75%;
}
.home_frame .intro_frame {
  background-color: #fff;
  z-index: 110;
  cursor: default;
}
.home_frame .intro_frame .right_bg {
  position: absolute;
  top: 0;
  bottom: 19%;
  background-color: #f9f9f9;
  right: 28%;
  left: 72%;
}
.home_frame .intro_frame .right_bg .line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21%;
  background-color: #f1f1f1;
}
.home_frame .intro_frame .slogan {
  font-size: 11.4em;
}
.home_frame .intro_frame .slogan.n2,
.home_frame .intro_frame .slogan.n3 {
  top: 43%;
}
.home_frame .intro_frame .slogan.n4,
.home_frame .intro_frame .slogan.n5 {
  top: 57%;
}
.home_frame .intro_frame .slogan.n2 {
  right: 50%;
  margin-right: 4.5rem;
}
.home_frame .intro_frame .slogan.n3 {
  left: 50%;
  margin-left: 9rem;
}
.home_frame .intro_frame .slogan.n4 {
  left: 50%;
  margin-left: -47rem;
}
.home_frame .intro_frame .slogan.n5 {
  left: 50%;
  margin-left: -12rem;
}
.home_frame .intro_frame .desc {
  position: absolute;
  left: 50%;
  top: 80%;
  font-size: 2.1em;
  line-height: 1.2;
  margin: -1.2em 0 0 -46.3rem;
  color: #000;
}
.home_frame .intro_frame .title {
  position: absolute;
  top: 11%;
  font-size: 1.2em;
  line-height: 1;
  margin-top: -0.5em;
  color: #000;
  left: 77%;
}

.home .menu_open_btn .title.default {
  opacity: 1;
  visibility: visible;
}

.concept_frame .cursor:before,
.concept_frame .right_menu .dot.active:after,
.concept_frame .right_menu .dot:hover:after {
  background-color: #d69413;
}
.concept_frame .dot.bottom {
  position: absolute;
  left: 38.8020833333%;
  top: 35%;
  margin: -2.2em;
}
.concept_frame .next_page {
  left: 28.8020833333%;
  top: 715.2%;
}
.concept_frame .text {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.concept_frame .img.n0 {
  left: 28.8020833333%;
  top: 121.3888888889%;
  right: 53.59375%;
  height: 30.3703703704%;
  background-image: url("/assets/images/pages/concept/0.jpg");
}
.concept_frame .img.n1 {
  left: 48.6979166667%;
  top: 121.3888888889%;
  right: 12.8125%;
  height: 30.3703703704%;
  background-image: url("/assets/images/pages/concept/1.jpg");
}
.concept_frame .img_position.n2 {
  left: 16.8229166667%;
  top: 215.1851851852%;
  right: 61.1979166667%;
  height: 26.2962962963%;
  overflow: visible;
}
.concept_frame .img_position.n2 .img {
  background-image: url("/assets/images/pages/concept/2.jpg");
}
.concept_frame .img_position.n3 {
  left: 50%;
  top: 212.2222222222%;
  right: 17.0833333333%;
  height: 79.8148148148%;
  overflow: visible;
}
.concept_frame .img_position.n3 .img {
  background-image: url("/assets/images/pages/concept/3.jpg");
}
.concept_frame .img.n4 {
  left: 24.4791666667%;
  top: 331.4814814815%;
  right: 17.0833333333%;
  height: 51.8518518519%;
  background-image: url("/assets/images/pages/concept/4.jpg");
}
.concept_frame .img_position.n5 {
  left: 24.4791666667%;
  top: 401.8518518519%;
  right: 55.2083333333%;
  height: 57.8703703704%;
}
.concept_frame .img_position.n5 .img {
  background-image: url("/assets/images/pages/concept/5.jpg");
  width: 207%;
}
.concept_frame .img_position.n6 {
  left: 50%;
  top: 453.7037037037%;
  right: 0;
  height: 79.0740740741%;
}
.concept_frame .img_position.n6 .img {
  background-image: url("/assets/images/pages/concept/6.jpg");
  height: 151%;
}
.concept_frame .img.n8 {
  left: 20.625%;
  top: 258.6111111111%;
  width: 54.6875%;
  height: 73.5185185185%;
  background-image: url("/assets/images/pages/concept/8.png");
  background-size: contain;
}
.concept_frame .img.n9 {
  left: 20.9895833333%;
  top: 427.3148148148%;
  width: 54.0104166667%;
  height: 71.1111111111%;
  background-image: url("/assets/images/pages/concept/9.png");
  background-size: contain;
}
.concept_frame .slogan.n0 {
  top: 50%;
  left: 27%;
}
.concept_frame .slogan.n1 {
  top: 59%;
  left: 41%;
}
.concept_frame .slogan.n2 {
  top: 557.5%;
  left: 28.8020833333%;
}
.concept_frame .slogan.n3 {
  top: 557.5%;
  left: 50%;
}
.concept_frame .text.n0 {
  left: 38.8020833333%;
  top: 83.0555555556%;
}
.concept_frame .text.n1 {
  left: 38.8020833333%;
  top: 103.7037037037%;
}
.concept_frame .text.n2 {
  left: 16.8229166667%;
  top: 173.1481481481%;
  margin-top: -2.8em;
}
.concept_frame .text.n3 {
  left: 28.8020833333%;
  top: 173.1481481481%;
}
.concept_frame .text.n4 {
  left: 0;
  top: -18%;
}
.concept_frame .text.n5 {
  right: 0;
  top: 155%;
}
.concept_frame .text.n6 {
  left: 0;
  top: 112%;
}
.concept_frame .text.n7 {
  left: 50%;
  top: 321.2962962963%;
}
.concept_frame .text.n8 {
  left: 50%;
  top: 390.5555555556%;
}
.concept_frame .text.n9 {
  left: 50%;
  top: 416.3888888889%;
}
.concept_frame .text.n10 {
  left: 50%;
  top: 436.3888888889%;
}
.concept_frame .text.n11 {
  right: 61.1979166667%;
  top: 483.9814814815%;
}
.concept_frame .text.n12 {
  right: 61.1979166667%;
  top: 514.537037037%;
}
.concept_frame .text.n13 {
  left: 16.8229166667%;
  top: 545.8333333333%;
}
.concept_frame .text.n14 {
  left: 28.8020833333%;
  top: 639.8148148148%;
}
.concept_frame .hover_content .row1 {
  top: 571.9444444444%;
}
.concept_frame .hover_content .row2 {
  top: 600.9259259259%;
}
.concept_frame .hover_content .col1 {
  left: 28.8020833333%;
  width: 19%;
}
.concept_frame .hover_content .col2 {
  left: 50%;
  width: 18%;
}
.concept_frame .hover_content .col3 {
  left: 71%;
  width: 23%;
}
.concept_frame .hover_content .item {
  position: absolute;
  color: #000;
}
.concept_frame .hover_content .item .title {
  font-size: 1.9em;
  line-height: 1.15;
  margin: 3.2rem 0 2rem;
}
.concept_frame .hover_content .item .num {
  font-size: 2.4em;
  line-height: 1;
  text-decoration: underline;
  font-family: "ApercuPro-Mono";
}
.concept_frame .hover_content .item .content {
  font-size: 1.5em;
  line-height: 2;
  font-family: Verdana, Geneva, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.concept_frame .hover_content .item:hover .num {
  text-decoration: none;
}
.concept_frame .hover_content .item:hover .content {
  opacity: 1;
}
.concept_frame .hover_content .orange_link {
  position: absolute;
  top: 0;
  left: 5.5rem;
  font-size: 1.1rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #d69413;
  font-family: "stolzlregular";
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  padding-left: 5.5rem;
}
.concept_frame .hover_content .orange_link .cursor {
  font-size: 1rem;
  opacity: 1;
  left: 2rem;
}
.concept_frame .nums_frame {
  position: absolute;
  left: 28.8020833333%;
  top: 665%;
  margin-top: -7.5rem;
  color: #000;
}
.concept_frame .nums_frame .big,
.concept_frame .nums_frame .small {
  display: inline-block;
  vertical-align: top;
}
.concept_frame .nums_frame .big {
  font-size: 17.5em;
  letter-spacing: -0.02em;
  line-height: 0.7;
}
.concept_frame .nums_frame .big.n1 {
  letter-spacing: -0.1em;
}
.concept_frame .nums_frame .small {
  font-size: 2.1em;
  line-height: 1.2;
}
.concept_frame .nums_frame .small.n0 {
  margin: 0 5rem 0 2rem;
}
.concept_frame .nums_frame .small.n1 {
  margin-left: 4rem;
}
.concept_frame .to_plans {
  position: absolute;
  top: 690%;
  left: 28.8020833333%;
  padding-left: 12rem;
  font-size: 1.9em;
  line-height: 2;
  margin-top: -1em;
  color: #000;
}
.concept_frame .to_plans:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 1rem;
  width: 6.7em;
  height: 6.7em;
  margin-top: -3.35em;
  background: url("/assets/i/sprite.svg") -23em 0;
  background-size: 100em 100em;
}
.concept_frame .bottom_image {
  position: absolute;
  right: 0;
  height: 99%;
  width: auto;
  bottom: -621%;
  z-index: 2;
}

.architecture_frame .cursor:before,
.architecture_frame .right_menu .dot.active:after,
.architecture_frame .right_menu .dot:hover:after {
  background-color: #d95284;
}
.architecture_frame .svg_area_active {
  top: 23%;
  left: 33%;
  right: 30%;
  bottom: 20%;
}
.architecture_frame .slogan.n0 {
  top: 50%;
  right: 65.7291666667%;
}
.architecture_frame .slogan.n1 {
  top: 58%;
  left: 59.8958333333%;
}
.architecture_frame .fly_text {
  left: 33%;
  top: 75%;
}

.description_frame .cursor:hover:before,
.description_frame .right_menu .dot.active:after,
.description_frame .right_menu .dot:hover:after {
  background-color: #d95284;
}
.description_frame .dot.bottom {
  position: absolute;
  left: 38.8020833333%;
  top: 31%;
  margin: -2.2em;
}
.description_frame .next_page {
  left: 28.8020833333%;
  top: 594.2%;
}
.description_frame .text {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.description_frame .img_position .cursor {
  pointer-events: auto;
  cursor: pointer;
}
.description_frame .img_position.n0 {
  left: 57.6041666667%;
  right: 0;
  top: 121.2037037037%;
  height: 98.5185185185%;
  overflow: visible;
}
.description_frame .img_position.n0 .img {
  background-image: url("/assets/images/pages/description/0.jpg");
}
.description_frame .img_position.n0 .cursor {
  left: 7.3%;
  top: 91.4%;
}
.description_frame .img.n1 {
  left: 16.8229166667%;
  right: 61.1979166667%;
  top: 165.7407407407%;
  height: 53.8888888889%;
  background-image: url("/assets/images/pages/description/1.jpg");
}
.description_frame .img.n2 {
  left: 65.0520833333%;
  right: 16.40625%;
  top: 225.462962963%;
  height: 42.5925925926%;
  background-image: url("/assets/images/pages/description/2.jpg");
}
.description_frame .img.n3 {
  left: 16.8229166667%;
  right: 50%;
  top: 314.9074074074%;
  height: 74.537037037%;
  background-image: url("/assets/images/pages/description/3.jpg");
}
.description_frame .img_position.n4 {
  left: 57.6041666667%;
  right: 16.40625%;
  top: 365.0925925926%;
  height: 72.3148148148%;
}
.description_frame .img_position.n4 .img {
  width: 131%;
  background-image: url("/assets/images/pages/description/4.jpg");
}
.description_frame .img_position.n4 .cursor {
  left: 10%;
  top: 94%;
}
.description_frame .img_position.n5 {
  left: 28.8020833333%;
  right: 0;
  top: 500%;
  height: 63.9814814815%;
  z-index: 2;
}
.description_frame .img_position.n5 .img {
  width: 135%;
  background-image: url("/assets/images/pages/description/5.jpg");
}
.description_frame .img.n6 {
  left: 13.8541666667%;
  width: 11.3541666667%;
  top: 152.6851851852%;
  height: 21.5740740741%;
  background-image: url("/assets/images/pages/description/6.png");
  background-size: contain;
}
.description_frame .img.n7 {
  right: 0;
  width: 12.1875%;
  top: 356.4814814815%;
  height: 50.6481481481%;
  background-image: url("/assets/images/pages/description/7.png");
  background-size: contain;
  background-position: right center;
}
.description_frame .img.n8 {
  left: 49.2708333333%;
  width: 18.0729166667%;
  top: 166.3888888889%;
  height: 32.1296296296%;
  background-image: url("/assets/images/pages/description/8.png");
  background-size: contain;
}
.description_frame .img.n9 {
  left: 25.7291666667%;
  width: 10.9375%;
  top: 490.7407407407%;
  height: 19.4444444444%;
  background-image: url("/assets/images/pages/description/8.png");
  background-size: contain;
  z-index: 2;
}
.description_frame .slogan.n0 {
  top: 50%;
  left: 9%;
  margin-left: 20rem;
}
.description_frame .slogan.n1 {
  top: 60.1851851852%;
  left: 9%;
  margin-left: 50rem;
}
.description_frame .text.n0 {
  left: 38.8020833333%;
  top: 75.9259259259%;
}
.description_frame .text.n1 {
  left: 38.8020833333%;
  top: 94.4444444444%;
}
.description_frame .text.n2 {
  left: 28.8020833333%;
  top: 142.8703703704%;
}
.description_frame .text.n3 {
  top: 121.8518518519%;
  left: 16.8229166667%;
  margin-top: -2.4em;
}
.description_frame .text.n4 {
  top: 105%;
  left: 0;
}
.description_frame .text.n5 {
  top: 228.1481481481%;
  right: 61.1979166667%;
}
.description_frame .text.n6 {
  top: 293.3333333333%;
  left: 71.9270833333%;
}
.description_frame .text.n7 {
  top: 326.4814814815%;
  left: 57.6041666667%;
}
.description_frame .text.n8 {
  top: 398.7962962963%;
  right: 50%;
}
.description_frame .text.n9 {
  top: 121.8518518519%;
  left: 28.8020833333%;
}
.description_frame .text.n10 {
  top: 421.0185185185%;
  right: 50%;
}
.description_frame .text.n11 {
  top: 455%;
  left: 57.6041666667%;
}
.description_frame .text.n12 {
  top: 484.2592592593%;
  left: 57.6041666667%;
}
.description_frame .text.n13 {
  top: 576.8518518519%;
  left: 28.8020833333%;
  margin-top: -2.1em;
}
.description_frame .text.n14 {
  top: 576.8518518519%;
  left: 57.6041666667%;
}
.description_frame .to_gallery {
  position: absolute;
  font-size: 1.9em;
  text-decoration: underline;
  color: #000;
  line-height: 2;
  cursor: pointer;
  top: 432.962962963%;
  right: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.description_frame .to_gallery:hover {
  text-decoration: none;
}
.description_frame .sequence_position {
  position: absolute;
  top: 230.5555555556%;
  left: 30.2083333333%;
  height: 63.5185185185%;
  width: 36.4583333333%;
}
.description_frame .sequence_line {
  position: absolute;
  top: 265.0925925926%;
  left: 28.8020833333%;
  height: 34.9074074074%;
  width: 30.46875%;
}
.description_frame .sequence_line .sequence_bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: #fff;
}

.interiors_frame .cursor:before,
.interiors_frame .right_menu .dot.active:after,
.interiors_frame .right_menu .dot:hover:after {
  background-color: #baae9e;
}
.interiors_frame .svg_area_active {
  top: 28%;
  left: 35%;
  right: 37%;
  bottom: 27%;
}
.interiors_frame .slogan.n0 {
  top: 35%;
  right: 66%;
}
.interiors_frame .slogan.n1 {
  top: 63.5%;
  left: 65%;
}
.interiors_frame .fly_text {
  left: 32%;
  top: 73%;
}

.lobby_frame .cursor:before,
.lobby_frame .right_menu .dot.active:after,
.lobby_frame .right_menu .dot:hover:after {
  background-color: #baae9e;
}
.lobby_frame .dot.bottom {
  position: absolute;
  left: 33.1770833333%;
  top: 31%;
  margin: -2.2em;
}
.lobby_frame .next_page {
  left: 16.8229166667%;
  top: 654.3%;
}
.lobby_frame .text {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lobby_frame .img_position.n0 {
  left: 54.1666666667%;
  top: 106.1111111111%;
  right: 0;
  height: 79.1666666667%;
}
.lobby_frame .img_position.n0 .img {
  background-image: url("/assets/images/pages/lobby/0.jpg");
  height: 140%;
}
.lobby_frame .img_position.n1 {
  left: 16.8229166667%;
  top: 182.7777777778%;
  right: 61.1979166667%;
  height: 53.8888888889%;
}
.lobby_frame .img_position.n1 .img {
  background-image: url("/assets/images/pages/lobby/1.jpg");
  width: 162%;
}
.lobby_frame .img.n2 {
  left: 50%;
  top: 221.4814814815%;
  right: 28.75%;
  height: 41.8518518519%;
  background-image: url("/assets/images/pages/lobby/2.jpg");
}
.lobby_frame .img.n3 {
  left: 16.8229166667%;
  top: 309.2592592593%;
  right: 50%;
  height: 78.1481481481%;
  background-image: url("/assets/images/pages/lobby/3.jpg");
}
.lobby_frame .img_position.n4 {
  left: 61.875%;
  top: 317.3148148148%;
  right: 16.40625%;
  height: 27.037037037%;
  overflow: visible;
}
.lobby_frame .img_position.n4 .img {
  background-image: url("/assets/images/pages/lobby/4.jpg");
}
.lobby_frame .img.n5 {
  left: 16.8229166667%;
  top: 413.2407407407%;
  right: 3.65%;
  height: 95.1851851852%;
  background-image: url("/assets/images/pages/lobby/5.jpg");
}
.lobby_frame .img.n6 {
  left: 38.8020833333%;
  top: 527.962962963%;
  right: 0;
  height: 61.7592592593%;
  background-image: url("/assets/images/pages/lobby/6.jpg");
  z-index: 1;
}
.lobby_frame .img.n7 {
  left: 38.8020833333%;
  top: 595.462962963%;
  right: 28.75%;
  height: 38.4259259259%;
  background-image: url("/assets/images/pages/lobby/7.jpg");
}
.lobby_frame .img.n8 {
  left: 66.6666666667%;
  top: 269.6296296296%;
  width: 4.4791666667%;
  height: 7.7777777778%;
  background-image: url("/assets/images/pages/lobby/8.png");
  background-size: contain;
}
.lobby_frame .img.n9 {
  left: 0;
  top: 418.9814814815%;
  width: 14.2708333333%;
  height: 53.5185185185%;
  background-image: url("/assets/images/pages/lobby/9.png");
  background-size: contain;
  background-position: left center;
}
.lobby_frame .slogan.n0 {
  top: 50%;
  right: 69.53125%;
}
.lobby_frame .slogan.n1 {
  top: 50%;
  left: 33.1770833333%;
}
.lobby_frame .text.n0 {
  left: 33.1770833333%;
  top: 81.7592592593%;
}
.lobby_frame .text.n1 {
  left: 16.8229166667%;
  top: 120.5555555556%;
}
.lobby_frame .text.n2 {
  left: 28.8020833333%;
  top: 131.2037037037%;
}
.lobby_frame .text.n3 {
  left: 28.8020833333%;
  top: 154.2592592593%;
}
.lobby_frame .text.n4 {
  right: 28.75%;
  top: 214.4444444444%;
}
.lobby_frame .text.n5 {
  right: 61.1979166667%;
  top: 245.2777777778%;
}
.lobby_frame .text.n6 {
  left: 28.8020833333%;
  top: 276.3888888889%;
}
.lobby_frame .text.n7 {
  left: 28.8020833333%;
  top: 292.5925925926%;
}
.lobby_frame .text.n8 {
  right: 0;
  top: 120%;
}
.lobby_frame .text.n9 {
  left: 61.875%;
  top: 376.9444444444%;
}
.lobby_frame .text.n10 {
  left: 61.875%;
  top: 393.9814814815%;
}
.lobby_frame .text.n11 {
  right: 50%;
  top: 518.3333333333%;
}
.lobby_frame .text.n12 {
  left: 16.8229166667%;
  top: 540.2777777778%;
}
.lobby_frame .text.n13 {
  left: 16.8229166667%;
  top: 562.5925925926%;
}
.lobby_frame .text.n14 {
  left: 74.53125%;
  top: 602.7777777778%;
}

.otdelka_frame .cursor:before,
.otdelka_frame .right_menu .dot.active:after,
.otdelka_frame .right_menu .dot:hover:after {
  background-color: #baae9e;
}
.otdelka_frame .dot.bottom {
  position: absolute;
  left: 33.1770833333%;
  top: 31%;
  margin: -2.2em;
}
.otdelka_frame .next_page {
  left: 16.8229166667%;
  top: 554.3%;
}
.otdelka_frame .text {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.otdelka_frame .img_position.n0 {
  left: 54.1666666667%;
  top: 106.1111111111%;
  right: 0;
  height: 79.1666666667%;
}
.otdelka_frame .img_position.n0 .img {
  background-image: url("/public/images/interiors/white_1.jpg");
  height: 140%;
}
.otdelka_frame .img_position.n1 {
  left: 16.8229166667%;
  top: 182.7777777778%;
  right: 61.1979166667%;
  height: 53.8888888889%;
}
.otdelka_frame .img_position.n1 .img {
  background-image: url("/public/images/interiors/white_2.jpg");
  width: 162%;
}
.otdelka_frame .img.n2 {
  left: 50%;
  top: 221.4814814815%;
  right: 28.75%;
  height: 41.8518518519%;
  background-image: url("/assets/images/pages/lobby/2.jpg");
}
.otdelka_frame .img.n3 {
  left: 16.8229166667%;
  top: 309.2592592593%;
  right: 50%;
  height: 78.1481481481%;
  background-image: url("/public/images/interiors/ginger_1.jpg");
}
.otdelka_frame .img_position.n4 {
  left: 61.875%;
  top: 317.3148148148%;
  right: 16.40625%;
  height: 27.037037037%;
  overflow: visible;
}
.otdelka_frame .img_position.n4 .img {
  background-image: url("/public/images/interiors/ginger_2.jpg");
}
.otdelka_frame .img.n5 {
  left: 16.8229166667%;
  top: 413.2407407407%;
  right: 3.65%;
  height: 95.1851851852%;
  background-image: url("/assets/images/pages/lobby/5.jpg");
}
.otdelka_frame .img.n6 {
  left: 38.8020833333%;
  top: 416.8518518519%;
  right: 0;
  height: 61.7592592593%;
  background-image: url("/public/images/interiors/grey_1.jpg");
  z-index: 1;
}
.otdelka_frame .img.n7 {
  left: 38.8020833333%;
  top: 484.3518518519%;
  right: 28.75%;
  height: 38.4259259259%;
  background-image: url("/public/images/interiors/grey_2.jpg");
}
.otdelka_frame .img.n8 {
  left: 66.6666666667%;
  top: 269.6296296296%;
  width: 4.4791666667%;
  height: 7.7777777778%;
  background-image: url("/assets/images/pages/lobby/8.png");
  background-size: contain;
}
.otdelka_frame .img.n9 {
  left: 0;
  top: 418.9814814815%;
  width: 14.2708333333%;
  height: 53.5185185185%;
  background-image: url("/assets/images/pages/lobby/9.png");
  background-size: contain;
  background-position: left center;
}
.otdelka_frame .slogan.n0 {
  top: 50%;
  right: 69.53125%;
}
.otdelka_frame .slogan.n1 {
  top: 50%;
  left: 33.1770833333%;
}
.otdelka_frame .text.n0 {
  left: 33.1770833333%;
  top: 81.7592592593%;
}
.otdelka_frame .text.n1 {
  left: 16.8229166667%;
  top: 120.5555555556%;
}
.otdelka_frame .text.n2 {
  font-size: 40px;
  left: 28.8020833333%;
  top: 131.2037037037%;
}
.otdelka_frame .text.n3 {
  left: 28.8020833333%;
  top: 154.2592592593%;
}
.otdelka_frame .text.n4 {
  right: 28.75%;
  top: 214.4444444444%;
}
.otdelka_frame .text.n5 {
  right: 61.1979166667%;
  top: 245.2777777778%;
}
.otdelka_frame .text.n6 {
  font-size: 40px;
  left: 28.8020833333%;
  top: 276.3888888889%;
}
.otdelka_frame .text.n7 {
  left: 28.8020833333%;
  top: 292.5925925926%;
}
.otdelka_frame .text.n8 {
  right: 0;
  top: 120%;
}
.otdelka_frame .text.n9 {
  left: 61.875%;
  top: 376.9444444444%;
}
.otdelka_frame .text.n10 {
  left: 61.875%;
  top: 393.9814814815%;
}
.otdelka_frame .text.n11 {
  right: 50%;
  top: 518.3333333333%;
}
.otdelka_frame .text.n12 {
  font-size: 40px;
  left: 16.8229166667%;
  top: 429.1666666667%;
}
.otdelka_frame .text.n13 {
  left: 16.8229166667%;
  top: 451.4814814815%;
}
.otdelka_frame .text.n14 {
  left: 74.53125%;
  top: 602.7777777778%;
}
.otdelka_frame .link-pres {
  font-size: 14px;
}
.otdelka_frame .link-pres:hover {
  text-decoration: none;
}
.otdelka_frame .link-pres-top {
  position: absolute;
  z-index: 200;
  left: 33.1770833333%;
  top: 90.0925925926%;
}
.otdelka_frame .link-pres-bottom {
  position: absolute;
  z-index: 200;
  left: 38.8020833333%;
  top: 528.7962962963%;
}

.placement_frame .cursor:before,
.placement_frame .right_menu .dot.active:after,
.placement_frame .right_menu .dot:hover:after {
  background-color: #7ba6ef;
}
.placement_frame .svg_area_active {
  top: 9%;
  left: 36%;
  right: 39%;
  bottom: 23%;
}
.placement_frame .slogan.n0 {
  top: 50%;
  right: 65.625%;
}
.placement_frame .slogan.n1 {
  top: 50%;
  left: 63.5416666667%;
}
.placement_frame .fly_text {
  left: 66.3541666667%;
  top: 76.5740740741%;
}

.around_frame .cursor:hover:before,
.around_frame .right_menu .dot.active:after,
.around_frame .right_menu .dot:hover:after {
  background-color: #7ba6ef;
}
.around_frame .dot.bottom {
  position: absolute;
  left: 35.8333333333%;
  top: 22.5%;
  margin: -2.2em;
}
.around_frame .next_page {
  left: 16.8229166667%;
  top: 256.7%;
}
.around_frame .text {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.around_frame .text.n0 {
  top: 50%;
  left: 11.4583333333%;
}
.around_frame .img.n0 {
  left: 11.4583333333%;
  top: 73.4259259259%;
  width: 24em;
  height: 24em;
  margin-top: -12em;
  background-image: url("/assets/images/pages/around/0.png");
}
.around_frame .map_legend {
  position: absolute;
  left: 77.1875%;
  top: 41.2962962963%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.around_frame .map_legend .line {
  position: relative;
  font-size: 1.3em;
  padding-left: 2.8rem;
  line-height: 1.4;
  font-family: "ApercuPro-Mono";
}
.around_frame .map_legend .line:before {
  content: "";
  position: absolute;
  font-size: 1rem;
  width: 1.3em;
  height: 1.3em;
  top: 0.2em;
  left: 0;
  border-radius: 50%;
}
.around_frame .map_legend .line.n0:before {
  background-color: #faba20;
}
.around_frame .map_legend .line.n1:before {
  background-color: #e53323;
}
.around_frame .map_legend .line.n2:before {
  background-color: #9369aa;
}
.around_frame .map_legend .line.n3:before {
  background-color: #43b183;
}
.around_frame .map_legend .line + .line {
  margin-top: 1.6rem;
}
.around_frame .cursor {
  left: 65.9895833333%;
  top: 60.0925925926%;
  cursor: pointer;
  pointer-events: auto;
}
.around_frame .cursor .title {
  position: absolute;
  top: 50%;
  left: -2rem;
  font-size: 1.5em;
  line-height: 3;
  margin-top: -1.6em;
  padding-left: 12.5rem;
  font-family: "ApercuPro-Mono";
  -webkit-transition: padding-left 0.2s ease;
  -moz-transition: padding-left 0.2s ease;
  -ms-transition: padding-left 0.2s ease;
  -o-transition: padding-left 0.2s ease;
  transition: padding-left 0.2s ease;
}
.around_frame .cursor .title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: url("/assets/i/blank.gif");
}
.around_frame .cursor:hover .title {
  padding-left: 9.5rem;
}
.around_frame .text.n1 {
  left: 65.9895833333%;
  top: 74.1666666667%;
  margin-left: -1.6rem;
  font-size: 4.4em;
  line-height: 5rem;
}
.around_frame .bg_overlay,
.around_frame .back_btn,
.around_frame .right_menu,
.around_frame .scroll_help,
.around_frame .overlay_content {
  z-index: 2;
}
.around_frame .text.n2 {
  left: 16.8229166667%;
  top: 112.037037037%;
  margin-top: -2.4em;
}
.around_frame .text.n3 {
  left: 28.8020833333%;
  top: 112.037037037%;
}
.around_frame .text_row {
  position: absolute;
  top: 135.9259259259%;
  left: 0;
  width: 100%;
}
.around_frame .text.n4 {
  position: relative;
  margin-left: 28.8020833333%;
}
.around_frame .text.n5 {
  top: 0;
  left: 53.3333333333%;
}
.around_frame .text.n6 {
  top: 168.9814814815%;
  left: 53.3333333333%;
}
.around_frame .text.n7 {
  top: 203.2407407407%;
  left: 53.3333333333%;
}
.around_frame .img_position.n2 {
  top: 162.5%;
  left: 0;
  right: 50%;
  height: 75%;
}
.around_frame .img_position.n2 .img {
  background-image: url("/assets/images/pages/around/2.jpg");
  height: 164%;
}
.around_frame .pano_btn {
  top: 225.9259259259%;
  left: 53.3333333333%;
}
.around_frame .pano_btn .title {
  position: absolute;
  top: 50%;
  left: 100%;
  white-space: nowrap;
  line-height: 2;
  margin-top: -1em;
  padding-left: 3.8rem;
  font-size: 1.9em;
  text-decoration: underline;
}
.around_frame .pano_btn:hover .title {
  text-decoration: none;
}
.around_frame .map_popup .img.n3 {
  background-color: #fff;
  background-image: url("/assets/images/pages/around/map.jpg");
}
.around_frame .map_popup .img.n0 {
  left: 4.0104166667%;
  top: auto;
  bottom: 5.5555555556%;
  width: 17.2916666667%;
  height: 30.7407407407%;
  background-position: left bottom;
  background-size: contain;
}
.around_frame .map_popup .map_legend {
  left: 5.2083333333%;
  top: 34.3518518519%;
}
.around_frame .map_popup .to_gmaps {
  top: 50%;
  left: 5.2083333333%;
  padding-left: 4.3rem;
}
.around_frame .map_popup .to_gmaps:before {
  width: 2em;
  height: 2.6em;
  margin-top: -1.2em;
  background-position: -23em -6.9em;
}

.plans_frame .cursor:before,
.plans_frame .right_menu .dot.active:after,
.plans_frame .right_menu .dot:hover:after {
  background-color: #20b797;
}
.plans_frame .svg_area_active {
  top: 26%;
  left: 33%;
  right: 31%;
  bottom: 27%;
}
.plans_frame .slogan.n0 {
  top: 50%;
  right: 58.59375%;
}
.plans_frame .slogan.n1 {
  top: 69.4444444444%;
  left: 58.59375%;
}
.plans_frame .fly_text {
  top: 74.537037037%;
  left: 32.2916666667%;
  pointer-events: auto;
}
.plans_frame .fly_text .to_plans {
  font-size: 1.9rem;
  color: #000;
  margin-top: 6rem;
  display: block;
  position: relative;
  pointer-events: auto;
}

.floor_info {
  position: absolute;
  white-space: nowrap;
}
.floor_info .line {
  display: none;
  font-size: 1.5em;
  line-height: 1;
  color: #8d8d8d;
  font-family: "ApercuPro-Mono";
}
.floor_info .line .black {
  color: #000;
}
.floor_info .line + .line {
  margin-top: 1em;
}

.select_frame .cursor:before,
.select_frame .right_menu .dot.active:after,
.select_frame .right_menu .dot:hover:after {
  background-color: #20b797;
}
.select_frame .korpus_area {
  position: absolute;
  z-index: 1;
  background: url("/assets/i/blank.gif");
  -webkit-transition-duration: 0s !important;
  -moz-transition-duration: 0s !important;
  -ms-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.select_frame .korpus_area.n1 {
  top: 22%;
  left: 35%;
  right: 50%;
  bottom: 27%;
}
.select_frame .korpus_area.n2 {
  top: 12%;
  left: 53%;
  right: 31%;
  bottom: 23%;
}
.select_frame .korpus_popup {
  position: absolute;
  height: 1px;
  top: 50%;
  background-color: #000;
  width: 8.7em;
}
.select_frame .korpus_popup .letter {
  position: absolute;
  top: 0;
  width: 15rem;
  font-size: 4em;
  color: #000;
  line-height: 12rem;
  margin-top: -6rem;
  text-align: center;
  -webkit-transition: font-size 0.3s ease;
  -moz-transition: font-size 0.3s ease;
  -ms-transition: font-size 0.3s ease;
  -o-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
.select_frame .korpus_popup .floor_info.n0,
.select_frame .korpus_popup .text {
  opacity: 0;
  visibility: hidden;
}
.select_frame .korpus_popup .floor_info.n0 {
  top: 9em;
}
.select_frame .korpus_popup .text {
  bottom: 12rem;
}
.select_frame .korpus_popup .floor_details {
  position: absolute;
  top: 0;
  height: 0;
  width: 22em;
  opacity: 0;
  visibility: hidden;
}
.select_frame .korpus_popup .floor_details .num {
  position: absolute;
  left: 0;
  width: 100%;
  font-size: 13em;
  line-height: 1;
  top: -0.5em;
  text-align: center;
  font-family: "ApercuPro-Mono";
}
.select_frame .korpus_popup .floor_details .floor_info {
  top: 14em;
  left: 3.6em;
}
.select_frame .korpus_popup .floor_details.active {
  opacity: 1;
  visibility: visible;
}
.select_frame .korpus_popup .title {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "ApercuPro-Mono";
  top: 7rem;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.select_frame .korpus_popup.active .letter {
  font-size: 12.5rem;
}
.select_frame .korpus_popup.active .floor_info.n0,
.select_frame .korpus_popup.active .text {
  opacity: 1;
  visibility: visible;
}
.select_frame .korpus_popup.n1 {
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  right: 71.40625%;
}
.select_frame .korpus_popup.n1 .letter {
  right: 100%;
}
.select_frame .korpus_popup.n1 .floor_info.n0,
.select_frame .korpus_popup.n1 .text {
  left: 0;
  margin-left: -11.8rem;
}
.select_frame .korpus_popup.n1 .floor_details {
  left: 100%;
}
.select_frame .korpus_popup.n2 {
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease;
  left: 75.5208333333%;
}
.select_frame .korpus_popup.n2 .letter {
  left: 100%;
}
.select_frame .korpus_popup.n2 .floor_info.n0,
.select_frame .korpus_popup.n2 .text {
  left: 100%;
  margin-left: 4.3rem;
}
.select_frame .korpus_popup.n2 .floor_details {
  right: 100%;
}
.select_frame .korpus_label {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select_frame .korpus_label .plus_text {
  margin-bottom: 3rem;
  display: inline-block;
}
.select_frame .korpus_label .text {
  position: relative;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.select_frame .korpus_label .plus_text:hover + .text {
  opacity: 1;
  visibility: visible;
}
.select_frame .korpus_label .plus_text:hover:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.select_frame .korpus_label.n2 {
  text-align: right;
  right: 71.40625%;
  top: 33.3333333333%;
}
.select_frame .korpus_label.n3 {
  left: 75.5208333333%;
  top: 31.4814814815%;
}
.select_frame .korpus_label.n4 {
  left: 75.5208333333%;
  top: 72.2222222222%;
}
.select_frame .to_search {
  left: 4.375%;
  top: 84.0740740741%;
  padding-left: 6.5rem;
  z-index: 1;
}
.select_frame .to_search:before {
  width: 2.8em;
  height: 2.8em;
  margin-top: -1.4em;
  background-position: -25.4em -6.9em;
}
.select_frame .text.n0 {
  left: 75.5208333333%;
  top: 92.5925925926%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select_frame .text.n1 {
  left: 4.375%;
  top: 70.3703703704%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select_frame .text.n1 div {
  font-size: 3.6rem;
  color: #000;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.select_frame .floor_close,
.select_frame .floor_sel_btn {
  position: absolute;
  left: 51%;
  top: 84%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.select_frame .floor_sel_btn {
  cursor: pointer;
  text-decoration: underline;
  font-size: 1.9em;
  color: #000;
}
.select_frame .floor_sel_btn:hover {
  text-decoration: none;
}
.select_frame .pano_btn {
  left: 51%;
  top: 77%;
  margin: -1.9em -1.6em;
  z-index: 1;
}
.select_frame .pano_btn .title {
  position: absolute;
  right: 100%;
  top: 50%;
  white-space: nowrap;
  font-size: 1.5em;
  line-height: 1;
  color: #000;
  font-family: "ApercuPro-Mono";
  margin: -0.5em 4rem;
  opacity: 0;
  visibility: hidden;
}
.select_frame .pano_btn:hover .title {
  opacity: 1;
  visibility: visible;
}
.select_frame .korpus-hidden,
.select_frame .floor-hidden {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 1;
  visibility: visible;
}
.select_frame.korpus_mode .korpus-hidden, .select_frame.floor_mode .floor-hidden {
  opacity: 0;
  visibility: hidden;
}
.select_frame .floor-visible {
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.select_frame.floor_mode .floor-visible {
  opacity: 1;
  visibility: visible;
}
.select_frame.floor_mode .korpus_popup.n1 {
  right: 78.125%;
}
.select_frame.floor_mode .korpus_popup.n2 {
  left: 83.8541666667%;
}

.korpus_frame .floor_map_cont .svg_area {
  z-index: auto;
}
.korpus_frame .blur_bg, .korpus_frame .floor_frame {
  z-index: 10;
  display: none;
}
.korpus_frame .at_apart, .korpus_frame .at_floor, .korpus_frame .at_closed_floor {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease;
  -ms-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.korpus_frame.opened_floor .at_floor, .korpus_frame.opened_apart .at_apart, .korpus_frame.closed_floor .at_closed_floor {
  opacity: 1;
  visibility: visible;
}
.korpus_frame .sel_floor_help {
  position: absolute;
  white-space: nowrap;
  top: 91.6666666667%;
  font-size: 1.5em;
  font-family: "ApercuPro-Mono";
  color: #000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.korpus_frame .korpus_details_frame {
  position: absolute;
  white-space: nowrap;
  width: 100%;
  top: 50%;
}
.korpus_frame .korpus_details_frame .line {
  position: relative;
  width: 3em;
  height: 1px;
  margin: 0 3em;
  background-color: #000;
  -webkit-transition: width 0.5s ease, margin 0.5s ease;
  -moz-transition: width 0.5s ease, margin 0.5s ease;
  -ms-transition: width 0.5s ease, margin 0.5s ease;
  -o-transition: width 0.5s ease, margin 0.5s ease;
  transition: width 0.5s ease, margin 0.5s ease;
}
.korpus_frame .korpus_details_frame .line.n0, .korpus_frame .korpus_details_frame .line.n2 {
  width: 0;
}
.korpus_frame .korpus_details_frame .item {
  position: relative;
  font-family: "ApercuPro-Mono";
  height: 1px;
}
.korpus_frame .korpus_details_frame .item .val {
  position: relative;
  font-size: 4em;
  color: #000;
  line-height: 0.8;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  -o-transform: translateY(-55%);
  transform: translateY(-55%);
}
.korpus_frame .korpus_details_frame .item .title {
  font-size: 1.4em;
  position: absolute;
  left: 50%;
  top: 7rem;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.korpus_frame .korpus_details_frame .item.n1 .val {
  font-size: 13em;
  -webkit-transition: font-size 0.5s ease;
  -moz-transition: font-size 0.5s ease;
  -ms-transition: font-size 0.5s ease;
  -o-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
}
.korpus_frame .floor_up, .korpus_frame .floor_down {
  position: absolute;
  width: 1.5em;
  height: 7.6em;
  cursor: pointer;
  z-index: 1;
  background: url("/assets/i/blank.gif");
  left: 50%;
  margin-left: -0.75em;
  opacity: 0;
  visibility: hidden;
}
.korpus_frame .floor_up.active, .korpus_frame .floor_down.active {
  opacity: 1;
  visibility: visible;
}
.korpus_frame .floor_up .num, .korpus_frame .floor_down .num {
  position: absolute;
  left: 100%;
  margin: 1.5rem 3.5rem;
  font-size: 1.6em;
  color: #7f7f7f;
  line-height: 1;
}
.korpus_frame .floor_up {
  bottom: 13em;
  background: url("/assets/i/sprite.svg") -47.7em 0;
  background-size: 100em 100em;
}
.korpus_frame .floor_up .num {
  bottom: 100%;
}
.korpus_frame .floor_down {
  top: 15.5em;
  background: url("/assets/i/sprite.svg") -45.9em 0;
  background-size: 100em 100em;
}
.korpus_frame .floor_down .num {
  top: 100%;
}
.korpus_frame .plan_frame {
  position: absolute;
  top: 18.9814814815%;
  bottom: 17.5925925926%;
  left: 50em;
  right: 50em;
  text-align: center;
}
.korpus_frame .plan_frame .street {
  font-size: 1.5em;
  color: #8d8d8d;
  white-space: nowrap;
  font-family: "ApercuPro-Mono";
}
.korpus_frame .plan_frame.n0 {
  -webkit-transition: left 0.5s ease, right 0.5s ease, top 0.5s ease, bottom 0.5s ease, margin-right 0.5s ease, margin-left 0.5s ease;
  -moz-transition: left 0.5s ease, right 0.5s ease, top 0.5s ease, bottom 0.5s ease, margin-right 0.5s ease, margin-left 0.5s ease;
  -ms-transition: left 0.5s ease, right 0.5s ease, top 0.5s ease, bottom 0.5s ease, margin-right 0.5s ease, margin-left 0.5s ease;
  -o-transition: left 0.5s ease, right 0.5s ease, top 0.5s ease, bottom 0.5s ease, margin-right 0.5s ease, margin-left 0.5s ease;
  transition: left 0.5s ease, right 0.5s ease, top 0.5s ease, bottom 0.5s ease, margin-right 0.5s ease, margin-left 0.5s ease;
}
.korpus_frame .plan_frame.n0 .plan_frame_over {
  cursor: pointer;
  background: url("/assets/i/blank.gif");
}
.korpus_frame .plan_frame.n0 .plan_frame_over .cursor {
  left: 50%;
  top: 115%;
  margin-left: -5em;
  pointer-events: auto;
}
.korpus_frame .plan_frame.n0 .plan_frame_over .cursor:before, .korpus_frame .plan_frame.n0 .plan_frame_over .cursor:after {
  -webkit-transition: -webkit-transform 0.2s ease;
  -moz-transition: -moz-transform 0.2s ease;
  -ms-transition: -ms-transform 0.2s ease;
  -o-transition: -o-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.korpus_frame .plan_frame.n0 .plan_frame_over:hover .cursor:before, .korpus_frame .plan_frame.n0 .plan_frame_over:hover .cursor:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.korpus_frame .plan_frame.n0 .street {
  position: absolute;
}
.korpus_frame .plan_frame.n0 .street.n0 {
  top: 0%;
  left: 0%;
}
.korpus_frame .plan_frame.n0 .street.n1 {
  top: 0%;
  right: 0%;
}
.korpus_frame .plan_frame.n0 .street.n2 {
  top: 110%;
  left: 0%;
}
.korpus_frame .plan_frame.n0 .street.n3 {
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  -ms-transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  transition: top 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
}
.korpus_frame .plan_frame.n0 .street.n4 {
  top: 110%;
  right: 0%;
}
.korpus_frame .plan_frame.n1 .interior_sel_frame {
  text-align: center;
  position: absolute;
  top: 111.8%;
  left: 0;
  right: 0;
  font-size: 1.5em;
  color: #8d8d8d;
  white-space: nowrap;
  font-family: "ApercuPro-Mono";
  display: none;
}
.korpus_frame .plan_frame.n1 .interior_sel {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  color: #000;
  margin: 0 1.5rem;
}
.korpus_frame .plan_frame.n1 .interior_sel:hover {
  text-decoration: none;
}
.korpus_frame .plan_frame.n1 .interior_sel.active {
  text-decoration: none;
  cursor: default;
  color: inherit;
}
.korpus_frame .plan_frame_sq {
  position: relative;
  visibility: hidden;
}
.korpus_frame .plan_frame_w {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
  text-align: left;
  position: relative;
}
.korpus_frame .plan_frame_w > .plan_frame_sq {
  max-width: 100%;
  height: 100%;
}
.korpus_frame .plan_frame_h {
  position: absolute;
  left: 0;
  width: 100%;
  top: 57%;
  max-height: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.korpus_frame .plan_frame_h > .plan_frame_sq {
  max-height: 100%;
  width: 100%;
}
.korpus_frame .windrose {
  right: 3.65%;
  top: 20.3703703704%;
  margin-right: -1em;
  -webkit-transition: right 0.5s ease, margin-right 0.5s ease;
  -moz-transition: right 0.5s ease, margin-right 0.5s ease;
  -ms-transition: right 0.5s ease, margin-right 0.5s ease;
  -o-transition: right 0.5s ease, margin-right 0.5s ease;
  transition: right 0.5s ease, margin-right 0.5s ease;
}
.korpus_frame .floor_info.n0 {
  left: 50%;
  bottom: 7.8703703704%;
}
.korpus_frame .floor_info.n1 {
  top: 37.5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.korpus_frame .floor_info.n2 {
  position: absolute;
  top: 90%;
}
.korpus_frame .floor_bg {
  background-color: #fff;
}
.korpus_frame .apart_popup {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.korpus_frame .apart_details_frame_position {
  position: absolute;
  top: 0;
  bottom: 0;
}
.korpus_frame .apart_details_frame {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
  padding-top: 100em;
  margin-bottom: -8.5em;
  background-color: #fff;
  font-family: "ApercuPro-Mono";
}
.korpus_frame .apart_details_frame.active {
  opacity: 1;
  visibility: visible;
}
.korpus_frame .apart_details_frame .level_sel {
  color: #20b797;
  cursor: default;
  display: none;
}
.korpus_frame .apart_details_frame .level_sel:before {
  border-color: #20b797;
}
.korpus_frame .apart_details_frame .level_sel.visible {
  display: block;
}
.korpus_frame .apart_details_frame.not-sale .popup_details_row {
  display: none;
}
.korpus_frame .apart_details_frame.not-sale .not_sale_text {
  display: block;
}
.korpus_frame .popup_details_row {
  font-size: 1.4em;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  margin-top: 3.5rem;
}
.korpus_frame .korpus_frame .popup_details_row ._title {
  position: fixed;
  left: calc(9% + 20rem);
  top: 22%;
}
.korpus_frame .popup_details_row > div {
  font-size: 4.5rem;
  margin-bottom: 1.5rem;
  text-transform: none;
}
.korpus_frame .popup_details_row > div sup {
  font-size: 0.6em;
  line-height: 1;
}
.korpus_frame .not_sale_text {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  font-size: 3em;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  bottom: 7rem;
}
.korpus_frame .apart_act_frame {
  position: absolute;
  top: 50%;
  margin-top: -14.8em;
}
.korpus_frame .apart_act + .apart_act {
  margin-top: 2.7em;
}
.korpus_frame .apart_act {
  cursor: pointer;
  height: 3.8em;
  position: relative;
}
.korpus_frame .apart_act .title {
  position: absolute;
  top: 50%;
  line-height: 1;
  margin-top: -0.5em;
  font-size: 1.2em;
  text-transform: uppercase;
}
.korpus_frame .apart_act .title:before {
  content: "";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  width: 3.8em;
  height: 2.3em;
  margin: -1.2em -1.9em;
  background: url("/assets/i/sprite.svg") 0 0;
  background-size: 100em 100em;
}
.korpus_frame .apart_act .hover {
  position: absolute;
  top: 0;
  width: 0;
  bottom: 0;
  overflow: hidden;
  background-color: #20b797;
  -webkit-transition: width 0.2s ease;
  -moz-transition: width 0.2s ease;
  -ms-transition: width 0.2s ease;
  -o-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.korpus_frame .apart_act .hover .title {
  color: #fff;
}
.korpus_frame .apart_act:hover .hover {
  width: 105% !important;
}
.korpus_frame .apart_act.fav_btn .title:before {
  background-position: -35.2em -10.8em;
}
.korpus_frame .apart_act.fav_btn .title.active {
  display: none;
}
.korpus_frame .apart_act.fav_btn .title.active:before {
  background-position: -54.2em -10.8em;
}
.korpus_frame .apart_act.fav_btn .hover .title:before {
  background-position: -35.2em -13.7em;
}
.korpus_frame .apart_act.fav_btn .hover .title.active:before {
  background-position: -54.2em -13.7em;
}
.korpus_frame .apart_act.fav_btn.active .title.active {
  display: block;
}
.korpus_frame .apart_act.fav_btn.active .title.default {
  display: none;
}
.korpus_frame .apart_act.booking_btn .title:before, .korpus_frame .apart_act.reserve_btn .title:before {
  background-position: -39em -10.8em;
}
.korpus_frame .apart_act.booking_btn .hover .title:before, .korpus_frame .apart_act.reserve_btn .hover .title:before {
  background-position: -39em -13.7em;
}
.korpus_frame .apart_act.mail_btn .title:before {
  background-position: -42.8em -10.8em;
}
.korpus_frame .apart_act.mail_btn .hover .title:before {
  background-position: -42.8em -13.7em;
}
.korpus_frame .apart_act.pdf_btn .title:before {
  background-position: -46.6em -10.8em;
}
.korpus_frame .apart_act.pdf_btn .hover {
  width: 100%;
}
.korpus_frame .apart_act.interiors_btn .title:before {
  background-position: -50.4em -10.8em;
}
.korpus_frame .apart_act.interiors_btn .hover .title:before {
  background-position: -50.4em -13.7em;
}
.korpus_frame .minimap_frame {
  position: absolute;
  bottom: 5.4em;
  width: 37.5em;
  height: 27.4em;
  -webkit-transition: width 0.5s ease, height 0.5s ease;
  -moz-transition: width 0.5s ease, height 0.5s ease;
  -ms-transition: width 0.5s ease, height 0.5s ease;
  -o-transition: width 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease;
}
.korpus_frame .minimap_frame .minimap_map {
  opacity: 0.73;
}
.korpus_frame .minimap_frame .letter {
  position: absolute;
  font-size: 1.8em;
  line-height: 1;
  text-decoration: underline;
  opacity: 0.5;
  margin-top: -0.5em;
  cursor: pointer;
}
.korpus_frame .minimap_frame .letter.n1 {
  left: 57%;
  top: 4%;
}
.korpus_frame .minimap_frame .letter.n2 {
  left: 16%;
  top: -10%;
}
.korpus_frame .minimap_frame .letter:hover {
  opacity: 1;
  text-decoration: none;
}
.korpus_frame .minimap_frame .letter.active {
  text-decoration: none;
  opacity: 1;
  cursor: default;
}
.korpus_frame .minimap_frame .letter.active:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1px;
  background-color: #000;
  margin-top: 1.6rem;
  height: 2rem;
}
.korpus_frame .level_sel {
  position: relative;
  width: 7.6em;
  height: 7.6em;
  color: #000;
  font-family: "ApercuPro-Mono";
  margin: 0 -1.2em;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -ms-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.korpus_frame .level_sel .num {
  font-size: 4.5em;
  line-height: 7.2rem;
  text-align: center;
}
.korpus_frame .level_sel .title {
  position: absolute;
  top: 50%;
  line-height: 1;
  margin-top: -0.5em;
  font-size: 1.2em;
  text-transform: uppercase;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.korpus_frame .level_sel:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.2em solid #000;
  border-radius: 50%;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.korpus_frame .level_sel:after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 0.7em solid transparent;
  border-bottom: 0.7em solid transparent;
  margin: -0.7em 2.2em;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease, margin-left 0.2s ease, margin-right 0.2s ease;
  -moz-transition: opacity 0.2s ease, margin-left 0.2s ease, margin-right 0.2s ease;
  -ms-transition: opacity 0.2s ease, margin-left 0.2s ease, margin-right 0.2s ease;
  -o-transition: opacity 0.2s ease, margin-left 0.2s ease, margin-right 0.2s ease;
  transition: opacity 0.2s ease, margin-left 0.2s ease, margin-right 0.2s ease;
}
.korpus_frame .level_sel.active {
  color: #20b797;
  cursor: default;
}
.korpus_frame .level_sel.active .title {
  opacity: 0;
}
.korpus_frame .level_sel.active:before {
  border-color: #20b797;
}
.korpus_frame .level_sel.active:after {
  opacity: 1;
  margin-left: 2.7em;
  margin-right: 2.7em;
}
.korpus_frame .level_sel + .level_sel {
  margin-top: 1.6em;
}
.korpus_frame .more_info_position {
  position: absolute;
  top: 0;
  height: 100%;
}
.korpus_frame .level_sel_frame {
  position: absolute;
  top: 70%;
  left: 0;
  margin: -4em 0;
  display: none;
}
.korpus_frame .level_sel_frame.active {
  display: block;
}
.korpus_frame .has_question {
  left: 50%;
  top: -17%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.korpus_frame .parking_text {
  position: absolute;
  width: 85em;
  bottom: 0;
  height: 0;
}
.korpus_frame .parking_text .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background-color: #f6f6f6;
  -webkit-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.korpus_frame .parking_text .plus_text {
  position: absolute;
  top: 13.5rem;
}
.korpus_frame .parking_text .desc {
  position: absolute;
  top: 19rem;
  font-size: 1.5em;
  line-height: 2;
  color: #000;
  font-family: "ApercuPro-Mono";
  opacity: 0;
}
.korpus_frame .parking_text:hover .bg {
  height: 43em;
}
.korpus_frame .parking_text:hover .desc {
  opacity: 1;
}
.korpus_frame .penthouse_btn {
  position: absolute;
  top: 32.4074074074%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.korpus_frame .penthouse_btn:hover:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.korpus_frame .floor_number.n15 .penthouse_btn {
  opacity: 1;
  visibility: visible;
}
.korpus_frame .views_btn {
  position: absolute;
  width: 3em;
  height: 3em;
  margin: -1.5em;
  cursor: pointer;
  background: url("/assets/i/sprite.svg") -50.4em 0;
  background-size: 100em 100em;
  display: none;
}
.korpus_frame .views_btn.top {
  left: 50%;
  top: 0;
  margin-top: -4em;
}
.korpus_frame .views_btn.bottom {
  left: 50%;
  bottom: 0;
  margin-bottom: -4em;
}
.korpus_frame .views_btn.left {
  left: 0;
  top: 50%;
  margin-left: -4em;
}
.korpus_frame .views_btn.right {
  right: 0;
  top: 50%;
  margin-right: -4em;
}
.korpus_frame.closed_floor .minimap_frame {
  width: 28em;
  height: 20.5em;
}
.korpus_frame.closed_floor .plan_frame.n0 {
  top: 30.5555555556%;
  bottom: 30.5555555556%;
}
.korpus_frame.closed_floor .korpus_details_frame .line.n0,
.korpus_frame.closed_floor .korpus_details_frame .line.n1 {
  width: 7.5em;
  margin: 0 5em;
}
.korpus_frame.closed_floor .korpus1 .korpus_details_frame {
  left: 50%;
  margin-left: -45.5em;
}
.korpus_frame.closed_floor .korpus1 .plan_frame.n0 {
  left: 61.1979166667%;
  right: 9.375%;
}
.korpus_frame.closed_floor .korpus2 .korpus_details_frame {
  right: 50%;
  margin-right: -45.5em;
}
.korpus_frame.closed_floor .korpus2 .plan_frame.n0 {
  left: 11.3541666667%;
  right: 61.1979166667%;
}
.korpus_frame.closed_floor .korpus2 .windrose {
  right: 83.75%;
  margin-right: -5.2em;
}
.korpus_frame.opened_apart .plan_frame.n0 {
  top: 64.8148148148%;
  bottom: 16.6666666667%;
}
.korpus_frame.opened_apart .plan_frame.n0 .street.n3 {
  top: 136%;
}
.korpus_frame.opened_apart .korpus_details_frame .item.n1 .val {
  font-size: 4em;
}
.korpus_frame.opened_apart .korpus_details_frame .line.n2 {
  width: 3em;
}
.korpus_frame.opened_apart .korpus1 .apart_details_frame_position {
  left: 4.375%;
  margin-left: 34em;
}
.korpus_frame.opened_apart .korpus1 .plan_frame.n0 {
  left: 4.375%;
  right: 95.625%;
  margin-right: -25em;
}
.korpus_frame.opened_apart .korpus2 .apart_details_frame_position {
  right: 4.375%;
  margin-right: 34em;
}
.korpus_frame.opened_apart .korpus2 .plan_frame.n0 {
  right: 4.375%;
  left: 95.625%;
  margin-left: -25em;
}
.korpus_frame.opened_apart .plan_frame.n1 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.korpus_frame .korpus1 .korpus_details_frame {
  left: 4.375%;
  margin-left: 3em;
  -webkit-transition: left 0.5s ease, margin-left 0.5s ease;
  -moz-transition: left 0.5s ease, margin-left 0.5s ease;
  -ms-transition: left 0.5s ease, margin-left 0.5s ease;
  -o-transition: left 0.5s ease, margin-left 0.5s ease;
  transition: left 0.5s ease, margin-left 0.5s ease;
}
.korpus_frame .korpus1 .korpus_details_frame .line,
.korpus_frame .korpus1 .korpus_details_frame .item {
  float: left;
}
.korpus_frame .korpus1 .minimap_frame {
  right: 2.8em;
}
.korpus_frame .korpus1 .sel_floor_help {
  left: 72.6041666667%;
}
.korpus_frame .korpus1 .apart_details_frame_position {
  right: 0;
  left: 79.6875%;
  margin-left: 0;
  -webkit-transition: left 0.5s ease, margin-left 0.5s ease;
  -moz-transition: left 0.5s ease, margin-left 0.5s ease;
  -ms-transition: left 0.5s ease, margin-left 0.5s ease;
  -o-transition: left 0.5s ease, margin-left 0.5s ease;
  transition: left 0.5s ease, margin-left 0.5s ease;
}
.korpus_frame .korpus1 .floor_info.n1 {
  left: 79.6875%;
}
.korpus_frame .korpus1 .more_info_position {
  left: 4.375%;
  margin-left: 34em;
}
.korpus_frame .korpus1 .floor_info.n2 {
  left: 0;
}
.korpus_frame .korpus1 .plan_frame.n1 {
  left: 69em;
}
.korpus_frame .korpus1 .level_sel .title {
  left: 100%;
  padding-left: 2.2rem;
}
.korpus_frame .korpus1 .level_sel:after {
  left: 100%;
  border-left: 1.2em solid #20b797;
}
.korpus_frame .korpus1 .apart_act_frame {
  right: 0;
  width: 37em;
}
.korpus_frame .korpus1 .apart_act .title {
  left: 100%;
  margin-left: -28rem;
}
.korpus_frame .korpus1 .apart_act .title:before {
  left: -5.5em;
}
.korpus_frame .korpus1 .apart_act .hover {
  right: 0;
}
.korpus_frame .korpus1 .floor_number.n2 .parking_text {
  height: 23.6111111111%;
}
.korpus_frame .korpus1 .floor_number.n3 .parking_text {
  height: 7.037037037%;
}
.korpus_frame .korpus1 .parking_text {
  left: 0;
}
.korpus_frame .korpus1 .parking_text .plus_text,
.korpus_frame .korpus1 .parking_text .desc {
  left: 30%;
  right: 11.5%;
}
.korpus_frame .korpus1 .penthouse_btn {
  left: 50%;
  margin-left: -27rem;
}
.korpus_frame .korpus2 .korpus_details_frame {
  right: 4.375%;
  margin-right: 3em;
  -webkit-transition: right 0.5s ease, margin-right 0.5s ease;
  -moz-transition: right 0.5s ease, margin-right 0.5s ease;
  -ms-transition: right 0.5s ease, margin-right 0.5s ease;
  -o-transition: right 0.5s ease, margin-right 0.5s ease;
  transition: right 0.5s ease, margin-right 0.5s ease;
}
.korpus_frame .korpus2 .korpus_details_frame .line,
.korpus_frame .korpus2 .korpus_details_frame .item {
  float: right;
}
.korpus_frame .korpus2 .minimap_frame {
  left: 9em;
}
.korpus_frame .korpus2 .sel_floor_help {
  left: 25.5208333333%;
}
.korpus_frame .korpus2 .apart_details_frame_position {
  text-align: right;
  right: 79.6875%;
  left: 0;
  margin-right: 0;
  -webkit-transition: right 0.5s ease, margin-right 0.5s ease;
  -moz-transition: right 0.5s ease, margin-right 0.5s ease;
  -ms-transition: right 0.5s ease, margin-right 0.5s ease;
  -o-transition: right 0.5s ease, margin-right 0.5s ease;
  transition: right 0.5s ease, margin-right 0.5s ease;
}
.korpus_frame .korpus2 .floor_info.n1 {
  right: 79.6875%;
}
.korpus_frame .korpus2 .more_info_position {
  right: 4.375%;
  margin-right: 34em;
}
.korpus_frame .korpus2 .floor_info.n2 {
  right: 0;
}
.korpus_frame .korpus2 .plan_frame.n1 {
  right: 69em;
}
.korpus_frame .korpus2 .level_sel {
  left: 100%;
  margin-left: -6.4em;
}
.korpus_frame .korpus2 .level_sel .title {
  right: 100%;
  padding-right: 2.2rem;
}
.korpus_frame .korpus2 .level_sel:after {
  right: 100%;
  border-right: 1.2em solid #20b797;
}
.korpus_frame .korpus2 .apart_act_frame {
  left: 0;
  width: 40em;
}
.korpus_frame .korpus2 .apart_act .title {
  right: 100%;
  margin-right: -31rem;
}
.korpus_frame .korpus2 .apart_act .title:before {
  right: -5.5em;
}
.korpus_frame .korpus2 .apart_act .hover {
  left: 0;
}
.korpus_frame .korpus2 .floor_number.n2 .parking_text {
  height: 25%;
}
.korpus_frame .korpus2 .floor_number.n3 .parking_text {
  height: 9.0740740741%;
}
.korpus_frame .korpus2 .parking_text {
  right: 0;
}
.korpus_frame .korpus2 .parking_text .plus_text,
.korpus_frame .korpus2 .parking_text .desc {
  right: 20%;
  left: 21.5%;
}
.korpus_frame .korpus2 .penthouse_btn {
  right: 50%;
  margin-right: -6.8rem;
}

.floor_map {
  width: auto;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.vtour_frame {
  background-color: #fff;
}

.vtour_content .pano_points_frame {
  z-index: 1;
}
.vtour_content .pano_open_btn {
  position: absolute;
  width: 1em;
  height: 1em;
  border: 0.1em solid #fff;
  border-radius: 50%;
  margin: -0.6em;
  cursor: pointer;
  top: 50%;
  left: 50%;
  -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;
}
.vtour_content .pano_open_btn:hover, .vtour_content .pano_open_btn.active {
  background-color: #fff;
}
.vtour_content .pano_open_btn_view {
  position: absolute;
  width: 4.6em;
  height: 4.6em;
  margin: -2.3em;
  top: 0;
  left: 0;
  background: url("/assets/i/sprite.svg") -20.3em -12.1em;
  background-size: 100em 100em;
}
.vtour_content .pano_open_btn_active_frame {
  top: 50%;
  left: 50%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.vtour_content .pano_open_btn.active .pano_open_btn_active_frame {
  opacity: 1;
  visibility: visible;
}
.vtour_content .pano_map_open {
  position: absolute;
  width: 22.5em;
  height: 22.5em;
  z-index: 1;
  background: url("/assets/i/sprite.svg") 0 -23.4em;
  background-size: 100em 100em;
  left: 4.375%;
  bottom: 4.6296296296%;
}
.vtour_content .pano_screen {
  z-index: 1;
}
.vtour_content .shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 37.8703703704%;
  pointer-events: none;
  z-index: 1;
}
.vtour_content .pano_place.off:after {
  content: "";
  background: url("../i/blank.gif");
  display: block;
  z-index: 1;
}
.vtour_content .pano_place {
  background: #fff;
  z-index: 1;
}
.vtour_content .pano_help {
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.vtour_content .pano_help .pano_help_icon {
  width: 6.3em;
  height: 6.3em;
  background-position: -60.4em 0;
  margin: -3.15em;
  top: 50%;
}
.vtour_content .pano_help .pano_help_icon .arrow {
  margin: -0.45em -12em;
}
.vtour_content .pano_help .help_text {
  position: absolute;
  white-space: nowrap;
  color: #000;
  top: 75%;
  left: 50%;
}
.vtour_content .pano_help .help_text.n0 {
  font-size: 2.1em;
  line-height: 1.2;
  margin: 0.2rem -21.5rem;
}
.vtour_content .pano_help .help_text.n1 {
  font-size: 1.5em;
  line-height: 2;
  font-family: "ApercuPro-Mono";
}
.vtour_content .pano_help .help_text .pano_btn {
  font-size: 1rem;
  top: -7.5em;
  left: -0.5em;
}
.vtour_content .pano_help.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.vtour_content .pano_help_icon {
  position: absolute;
  width: 3.8em;
  height: 3.8em;
  left: 50%;
  top: 91.9444444444%;
  margin: -1.9em;
  background: url("/assets/i/sprite.svg") -52.8em -4.3em;
  background-size: 100em 100em;
  z-index: 1;
  pointer-events: none;
}
.vtour_content .pano_help_icon .arrow {
  opacity: 1;
  margin: -0.45em -8em;
}
.vtour_content .pano_icon_white {
  position: absolute;
  width: 2em;
  height: 2.3em;
  left: 64.5833333333%;
  top: 91.9444444444%;
  margin: -1.1em -1em;
  background: url("/assets/i/sprite.svg") -50.4em -4.3em;
  background-size: 100em 100em;
  z-index: 1;
  cursor: pointer;
}
.vtour_content .pano_icon_white .title {
  position: absolute;
  top: 50%;
  left: 100%;
  white-space: nowrap;
  font-size: 1.5em;
  line-height: 2;
  margin-top: -1em;
  padding-left: 4rem;
  color: #fff;
  font-family: "ApercuPro-Mono";
}
.vtour_content .pano_icon_white:hover .title {
  text-decoration: underline;
}

.search_frame .text_scroll {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.search_frame .textScroll__track {
  left: 100%;
  margin: 42.5em 0 0 -22em;
  top: 20.37%;
}
.search_frame .scroll_to_top {
  position: absolute;
  left: 100%;
  top: 73.1481481481%;
  margin-left: -22rem;
  opacity: 0;
  visibility: hidden;
}
.search_frame .scroll_to_top:before {
  width: 2.8em;
  height: 2.8em;
  background-position: -25.4em -6.9em;
}
.search_frame .arrow_down_big {
  top: 20.37%;
  left: 100%;
  margin: 42.5em -22em;
  opacity: 1;
  visibility: visible;
}

.contacts_frame {
  background-color: #fff;
}
.contacts_frame .map_position {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contacts_frame .text_bg {
  background-color: #fff;
  width: 56%;
  top: 30%;
  opacity: 0;
}
.contacts_frame .map_size {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 44%;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, width 0.5s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, width 0.5s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease, width 0.5s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, width 0.5s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, width 0.5s ease;
}
.contacts_frame .map_size.hover, .contacts_frame .map_size.active {
  opacity: 1;
  visibility: visible;
}
.contacts_frame .map_size.active {
  width: 100%;
}
.contacts_frame .img {
  top: 0;
  height: 100%;
  width: 44%;
  right: -22%;
  opacity: 0;
  background-image: url("/assets/images/bg/contacts.jpg");
}
.contacts_frame .page_title,
.contacts_frame .contacts_text,
.contacts_frame .has_question {
  left: 51.15%;
}
.contacts_frame .page_subtitle {
  left: 16.07%;
}
.contacts_frame .contacts_text {
  position: absolute;
  font-size: 2.1em;
  color: #000;
  line-height: 2;
}
.contacts_frame .contacts_text:before {
  content: "";
  position: absolute;
  font-size: 1rem;
  width: 2.1em;
  height: 2.3em;
  background: url("/assets/i/sprite.svg") 0 0;
  background-size: 100em 100em;
  left: -9em;
  top: 1em;
}
.contacts_frame .contacts_text.n0 {
  top: 37.962962963%;
  cursor: pointer;
  text-decoration: underline;
}
.contacts_frame .contacts_text.n0:hover {
  text-decoration: none;
}
.contacts_frame .contacts_text.n0:before {
  background-position: -60.4em -6.9em;
}
.contacts_frame .contacts_text.n1 {
  top: 59.2592592593%;
}
.contacts_frame .contacts_text.n1:before {
  background-position: -62.8em -6.9em;
}
.contacts_frame .contacts_text.n2 {
  top: 72.6851851852%;
}
.contacts_frame .contacts_text.n2:before {
  background-position: -65.2em -6.9em;
}
.contacts_frame .has_question {
  bottom: 5.7%;
  margin-bottom: -0.8rem;
}

.terms_frame {
  background-color: #fff;
}
.terms_frame .page_title,
.terms_frame .page_subtitle {
  top: 20.37vh;
}
.terms_frame .scroll_text_width {
  padding-bottom: 5em;
}
.terms_frame .terms_text_block {
  position: relative;
  padding: 37vh 0 9rem;
  overflow: hidden;
  font-size: 1.7em;
  line-height: 1.5;
  color: #6a6a6a;
}
.terms_frame .terms_text_block .terms_text {
  float: left;
}
.terms_frame .terms_text_block .terms_text.n0 {
  width: 44%;
}
.terms_frame .terms_text_block .terms_text.n1 {
  width: 50%;
  margin-left: 6%;
}
.terms_frame table {
  width: 100%;
  position: relative;
}
.terms_frame table:after {
  content: "";
  position: absolute;
  top: 5.5em;
  left: -4.3em;
  right: 0;
  height: 1px;
  background-color: #000;
}
.terms_frame table td {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #000;
  width: 25%;
}
.terms_frame table td:first-child {
  text-align: left;
}
.terms_frame table thead td {
  font-size: 1.3em;
  font-family: "ApercuPro-Mono";
  text-transform: uppercase;
  padding-bottom: 7rem;
}
.terms_frame table tbody td {
  font-size: 1.9em;
  padding: 2.2rem 0;
}
.terms_frame .textScroll__track {
  left: 100%;
  margin: 2em 0 5em -22em;
  top: 37%;
}

.construction_frame {
  background-color: #fff;
}
.construction_frame .text_scroll {
  top: 36.5740740741%;
  bottom: 0;
  left: 9%;
  right: 0;
  margin-left: 20em;
}
.construction_frame .construction_scroll {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  height: 100%;
}
.construction_frame .construction_item {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  height: 100%;
}
.construction_frame .construction_item .img {
  position: absolute;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.construction_frame .construction_item .cursor {
  left: 5em;
  bottom: 5em;
  top: auto;
}
.construction_frame .construction_item .description {
  position: absolute;
  font-size: 1.5em;
  line-height: 2;
  color: #000;
  left: 3.3rem;
  white-space: normal;
  font-family: "ApercuPro-Mono";
  letter-spacing: -0.02em;
}
.construction_frame .construction_item .description .title {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
}
.construction_frame .construction_item.n0 {
  width: 24.5em;
  margin-right: 26.3em;
}
.construction_frame .construction_item.n0 .img {
  top: 0;
  height: 49%;
}
.construction_frame .construction_item.n0 .description {
  top: 58.5%;
}
.construction_frame .construction_item.n1 {
  width: 40.5em;
  margin-right: 21em;
}
.construction_frame .construction_item.n1 .img {
  top: 14%;
  height: 30%;
}
.construction_frame .construction_item.n1 .description {
  top: 49%;
}
.construction_frame .construction_item.n2 {
  width: 31.3em;
  margin-right: 23em;
}
.construction_frame .construction_item.n2 .img {
  top: 29%;
  height: 47%;
}
.construction_frame .construction_item.n2 .description {
  top: 8.5%;
}
.construction_frame .date_sel {
  position: absolute;
  right: 3.65%;
  top: 19.4444444444%;
  width: 12.7em;
  height: 3.9em;
  margin: 0.9em -0.5em;
  background: url("/assets/i/sprite.svg") -67.8em 0;
  background-size: 100em 100em;
}

.gallery_frame {
  background-color: #fff;
}
.gallery_frame .text_scroll {
  top: 36.5740740741%;
  bottom: 0;
  left: 9%;
  right: 0;
  margin-left: 20em;
}
.gallery_frame .construction_scroll {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  height: 100%;
}
.gallery_frame .construction_item {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  height: 100%;
}
.gallery_frame .construction_item .img {
  position: absolute;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.gallery_frame .construction_item .cursor {
  left: 5em;
  bottom: 5em;
  top: auto;
}
.gallery_frame .construction_item .description {
  position: absolute;
  font-size: 1.5em;
  line-height: 2;
  color: #000;
  left: 3.3rem;
  white-space: normal;
  font-family: "ApercuPro-Mono";
  letter-spacing: -0.02em;
}
.gallery_frame .construction_item .description .title {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
}
.gallery_frame .construction_item.n0 {
  width: 24.5em;
  margin-right: 26.3em;
}
.gallery_frame .construction_item.n0 .img {
  top: 0;
  height: 49%;
}
.gallery_frame .construction_item.n0 .description {
  top: 58.5%;
}
.gallery_frame .construction_item.n1 {
  width: 40.5em;
  margin-right: 21em;
}
.gallery_frame .construction_item.n1 .img {
  top: 14%;
  height: 30%;
}
.gallery_frame .construction_item.n1 .description {
  top: 49%;
}
.gallery_frame .construction_item.n2 {
  width: 31.3em;
  margin-right: 23em;
}
.gallery_frame .construction_item.n2 .img {
  top: 29%;
  height: 47%;
}
.gallery_frame .construction_item.n2 .description {
  top: 8.5%;
}
.gallery_frame .date_sel {
  position: absolute;
  right: 3.65%;
  top: 19.4444444444%;
  width: 12.7em;
  height: 3.9em;
  margin: 0.9em -0.5em;
  background: url("/assets/i/sprite.svg") -67.8em 0;
  background-size: 100em 100em;
}

.team_frame .text {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.team_frame .bg_img {
  height: 323%;
}
.team_frame .content_col {
  position: absolute;
  height: 100%;
  top: 0;
}
.team_frame .content_col.n0 {
  right: 61.1979166667%;
}
.team_frame .content_col.n1 {
  left: 50%;
  width: 29.6875%;
}
.team_frame .content_col.n2 {
  left: 28.6458333333%;
  right: 50%;
}
.team_frame .img.n0 {
  left: 0;
  top: 88.8888888889%;
  width: 100%;
  height: 74.7222222222%;
  background-image: url("/assets/images/pages/team/0.jpg");
}
.team_frame .img.n1 {
  left: 0;
  top: 208.5%;
  width: 100%;
  height: 45.8333333333%;
  background-image: url("/assets/images/pages/team/1.jpg");
}
.team_frame .img.n2 {
  left: 57.5520833333%;
  top: 293.5185185185%;
  width: 8.1770833333%;
  height: 19.8148148148%;
  background-image: url("/assets/images/pages/team/2.jpg");
}
.team_frame .text.n0 {
  left: 38.8020833333%;
  top: 47.5%;
}
.team_frame .text.n1 {
  left: 38.8020833333%;
  top: 67.962962963%;
}
.team_frame .text.n2 {
  right: 0;
  top: 115.2777777778%;
}
.team_frame .text.n3 {
  right: 0;
  top: 135%;
}
.team_frame .text.n4 {
  right: 0;
  top: 171.2962962963%;
}
.team_frame .text.n5 {
  left: 0;
  top: 169.8148148148%;
}
.team_frame .text.n6 {
  left: 57.5520833333%;
  top: 218.0555555556%;
}
.team_frame .text.n7 {
  left: 57.5520833333%;
  top: 231.1111111111%;
}
.team_frame .text.n8 {
  left: 57.5520833333%;
  top: 256.3888888889%;
}
.team_frame .text.n9 {
  left: 0;
  top: 258.7962962963%;
}
.team_frame .text.n10 {
  left: 0;
  top: 188.3333333333%;
}
.team_frame .text.n11 {
  left: 57.5520833333%;
  top: 280.5555555556%;
}

.documents_frame .page_title,
.documents_frame .page_subtitle {
  top: 20.37vh;
}
.documents_frame .textScroll__track {
  left: 100%;
  margin: 2em 0 5em -22em;
  top: 37%;
}
.documents_frame .scroll_text_width {
  padding: 40vh 22% 0 28.645%;
  margin: 0;
}
.documents_frame .doc_item {
  position: relative;
  width: 50%;
  float: left;
  padding-top: 7.5em;
  margin-bottom: 10rem;
}
.documents_frame .doc_item:before {
  content: "";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  left: 0;
  width: 2.6em;
  height: 3.1em;
  margin: -1.55em 0;
  background: url("/assets/i/sprite.svg") -60.3em -10.7em;
  background-size: 100em 100em;
}
.documents_frame .doc_item:before {
  margin-top: 0;
  top: 0;
}
.documents_frame .doc_item .title {
  display: block;
  font-size: 1.9em;
}
.documents_frame .doc_item .details {
  font-size: 1.4em;
  margin-top: 3rem;
}

.confidentiality_frame {
  background-color: #fff;
}
.confidentiality_frame .page_title,
.confidentiality_frame .page_subtitle {
  top: 20.37vh;
}
.confidentiality_frame .textScroll__track {
  left: 100%;
  margin: 2em 0 5em -22em;
  top: 37%;
}
.confidentiality_frame .scroll_text_width {
  padding: 40vh 22% 0 28.645%;
  margin: 0;
}
.confidentiality_frame .doc_item {
  position: relative;
  width: 50%;
  float: left;
  padding-top: 7.5em;
  margin-bottom: 10rem;
}
.confidentiality_frame .doc_item:before {
  content: "";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  left: 0;
  width: 2.6em;
  height: 3.1em;
  margin: -1.55em 0;
  background: url("/assets/i/sprite.svg") -60.3em -10.7em;
  background-size: 100em 100em;
}
.confidentiality_frame .doc_item:before {
  margin-top: 0;
  top: 0;
}
.confidentiality_frame .doc_item .title {
  display: block;
  font-size: 1.9em;
}
.confidentiality_frame .doc_item .details {
  font-size: 1.4em;
  margin-top: 3rem;
}
.confidentiality_frame .privacy-text-block {
  padding-bottom: 10vh;
  box-sizing: border-box;
}
.confidentiality_frame .privacy-text-block h1, .confidentiality_frame .privacy-text-block h2, .confidentiality_frame .privacy-text-block h3 {
  font-size: 1.9em;
  line-height: 1.5;
  margin: 3rem 0;
  color: #000000;
}
.confidentiality_frame .privacy-text-block p {
  font-size: 1.5em;
  line-height: 1.7;
  color: #383838;
  margin: 1em 0;
  /* font-size: 1.5em; */
  /* line-height: 2; */
  color: #6f6f6f;
}
.confidentiality_frame .privacy-text-block ul, .confidentiality_frame .privacy-text-block ol {
  font-size: 1.5em;
  line-height: 1.7;
  color: #383838;
  margin: 1em 0;
  color: #6f6f6f;
}

.news_frame .news_list .text_scroll {
  top: 27.7777777778%;
  bottom: 10%;
  left: 9%;
  right: 0;
  margin-left: 20em;
}
.news_frame .news_list .textScroll__size {
  white-space: nowrap;
}
.news_frame .news_list .textScroll__size:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.news_frame .news_list .news_line {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}
.news_frame .news_list .news_item {
  white-space: normal;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
  vertical-align: top;
  color: #000;
}
.news_frame .news_list .news_item .news_img_preview {
  display: block;
  position: relative;
}
.news_frame .news_list .news_item .news_text_block {
  position: relative;
}
.news_frame .news_list .news_item.n0 {
  width: 63em;
  margin-right: 20.5em;
}
.news_frame .news_list .news_item.n0 .news_img_preview {
  width: 40%;
  margin-top: 8em;
}
.news_frame .news_list .news_item.n0 .news_text_block {
  position: absolute;
  top: 17em;
  left: 50%;
  right: 0;
}
.news_frame .news_list .news_item.n1 {
  width: 35em;
  margin-right: 23.5em;
}
.news_frame .news_list .news_item.n1 .news_img_preview {
  width: 55%;
  margin-top: 5em;
}
.news_frame .news_list .news_item.n2 {
  width: 33em;
  margin-right: 17em;
}
.news_frame .news_list .news_item.n2 .news_img_preview {
  width: 70%;
  margin-top: 4em;
}
.news_frame .news_list .news_item.n2 .news_text_block {
  margin-top: 6em;
}
.news_frame .news_list .news_item.n3 {
  width: 33em;
  margin-right: 20em;
}
.news_frame .news_list .news_item.n3 .news_img_preview {
  width: 90%;
  margin-top: 4em;
}
.news_frame .news_list .news_item.n3 .news_text_block {
  margin-top: 7em;
}
.news_frame .news_popup .text_scroll {
  left: 28.6458333333%;
  right: 28.6458333333%;
  top: 20.3703703704%;
  bottom: 10%;
  margin: -2.2em 0 0;
}
.news_frame .news_popup .page_title {
  position: relative;
  left: auto;
  top: auto;
  margin: 0;
}
.news_frame .news_popup .text_scroll .news_date {
  margin: 7rem 0 8.5rem;
}
.news_frame .news_popup .text {
  white-space: normal;
  position: relative;
}
.news_frame .news_popup .news_previews_frame {
  position: absolute;
  top: 20.3703703704%;
  left: 4.375%;
  right: 91%;
  margin: 16.5em -26.5em 0 6.5em;
}
.news_frame .news_popup .news_img_tmb_frame {
  position: relative;
}
.news_frame .news_popup .news_img_tmb_frame:after {
  content: "";
  position: absolute;
  right: 0.3em;
  top: -4.4em;
  width: 1.3em;
  height: 1.3em;
  background: url("/assets/i/sprite.svg") -28.5em -6.9em;
  background-size: 100em 100em;
}
.news_frame .news_popup .news_img_tmb {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.news_frame .news_popup .news_img_tmb + .news_img_tmb {
  margin-top: 2em;
}
.news_frame .news_popup .news_next_frame {
  position: absolute;
  right: 7em;
  width: 31em;
  bottom: 8.3333333333%;
}
.news_frame .news_popup .next_news {
  text-decoration: none;
}
.news_frame .news_list, .news_frame.news_opened .news_popup {
  opacity: 1;
  visibility: visible;
}
.news_frame .news_popup, .news_frame.news_opened .news_list {
  opacity: 0;
  visibility: hidden;
}
.news_frame .news_date {
  font-size: 2.4em;
  line-height: 1;
  font-family: "ApercuPro-Mono";
}
.news_frame .news_title {
  font-size: 1.9em;
  line-height: 1.5;
  margin: 4rem 0;
}
.news_frame .news_text {
  font-size: 1.5em;
  line-height: 2;
  color: #6f6f6f;
}
.news_frame .date_sel {
  position: absolute;
  right: 3.65%;
  top: 19.4444444444%;
  width: 12.7em;
  height: 3.9em;
  margin: 0.9em -0.5em;
  background: url("/assets/i/sprite.svg") -67.8em 0;
  background-size: 100em 100em;
}

.favorites_frame .text_scroll {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.favorites_frame .textScroll__track {
  left: 100%;
  margin: 42.5em 0 0 -22em;
  top: 20.37%;
}
.favorites_frame .arrow_down_big {
  top: 20.37%;
  left: 100%;
  margin: 42.5em -22em;
  opacity: 1;
  visibility: visible;
}

.video_frame .page_title,
.video_frame .page_subtitle {
  top: 20.37vh;
}
.video_frame .textScroll__track {
  left: 100%;
  margin: 2em 0 5em -22em;
  top: 37%;
}
.video_frame .scroll_text_width {
  padding: 36vh 22% 0 28.645%;
  margin: 0;
}
.video_frame .doc_item {
  position: relative;
  width: 50%;
  float: left;
  padding-top: 7.5em;
  margin-bottom: 10rem;
}
.video_frame .doc_item:before {
  content: "";
  position: absolute;
  font-size: 1rem;
  top: 50%;
  left: 0;
  width: 2.6em;
  height: 3.1em;
  margin: -1.55em 0;
  background: url("/assets/i/sprite.svg") -60.3em -10.7em;
  background-size: 100em 100em;
}
.video_frame .doc_item:before {
  margin-top: 0;
  top: 0;
}
.video_frame .doc_item .title {
  display: block;
  font-size: 1.9em;
}
.video_frame .doc_item .details {
  font-size: 1.4em;
  margin-top: 3rem;
}

/*# sourceMappingURL=style.css.map */
