@font-face {
  font-family: 'GothamPro';
  src: url('/assets/files/fonts/GothamPro.eot');
  src: url('/assets/files/fonts/GothamPro.eot') format('embedded-opentype'),
    url('/assets/files/fonts/GothamPro.woff') format('woff'),
    url('/assets/files/fonts/GothamPro.ttf') format('truetype'),
    url('/assets/files/fonts/GothamPro.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url('/assets/files/fonts/GothamPro-Light.eot');
  src: url('/assets/files/fonts/GothamPro-Light.eot')
      format('embedded-opentype'),
    url('/assets/files/fonts/GothamPro-Light.woff') format('woff'),
    url('/assets/files/fonts/GothamPro-Light.ttf') format('truetype'),
    url('/assets/files/fonts/GothamPro-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url('/assets/files/fonts/GothamPro-Medium.eot');
  src: url('/assets/files/fonts/GothamPro-Medium.eot')
      format('embedded-opentype'),
    url('/assets/files/fonts/GothamPro-Medium.woff') format('woff'),
    url('/assets/files/fonts/GothamPro-Medium.ttf') format('truetype'),
    url('/assets/files/fonts/GothamPro-Medium.svg') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'GothamPro';
  src: url('/assets/files/fonts/GothamPro-Bold.eot');
  src: url('/assets/files/fonts/GothamPro-Bold.eot') format('embedded-opentype'),
    url('/assets/files/fonts/GothamPro-Bold.woff') format('woff'),
    url('/assets/files/fonts/GothamPro-Bold.ttf') format('truetype'),
    url('/assets/files/fonts/GothamPro-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'CoFo';
  src: url('/assets/files/fonts/CoFoSansMedium.eot');
  src: url('/assets/files/fonts/CoFoSansMedium.eot') format('embedded-opentype'),
    url('/assets/files/fonts/CoFoSansMedium.woff') format('woff'),
    url('/assets/files/fonts/CoFoSansMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'CoFo';
  src: url('/assets/files/fonts/CoFoSansRegular.eot');
  src: url('/assets/files/fonts/CoFoSansRegular.eot') format('embedded-opentype'),
    url('/assets/files/fonts/CoFoSansRegular.woff') format('woff'),
    url('/assets/files/fonts/CoFoSansRegular.ttf') format('truetype');
  font-weight: 400;
  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;
}
.textScroll__size > *:first-child {
  margin-top: 0;
}
html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
}
body {
  font-family: 'GothamPro', Helvetica, Arial, sans-serif;
  position: relative;
  background: #fff;
  color: #000;
  width: 100%;
  height: 100%;
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#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;
}

.schema-org {
  display: none;
}

.test {
  border: 1px solid #f00;
}
.upper {
  text-transform: uppercase;
}
.z-1 {
  z-index: 1;
}
.events-none {
  pointer-events: none;
}
.tdu {
  text-decoration: underline;
  cursor: pointer;
}
.tdu:hover {
  text-decoration: none;
}
.css_ani {
  -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;
}
.svg-bg {
  background-image: url('../i/sprite.svg?v546') !important;
  -webkit-background-size: 100em 100em !important;
  background-size: 100em 100em !important;
}
#body_frame,
#centrer1,
#centrer2,
.load_frame,
.scroll_frame,
.bg_video,
#preloader_frame,
.pano_place.off:after,
.map_place,
.popup_overlay,
.floor_frame,
.floor_map,
.floor_map_cont,
.apart_img,
.korp_det_val,
.div_100 {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#body_frame,
.load_frame {
  overflow: hidden;
}

#centrer1 {
  z-index: 1;
  /*-webkit-perspective: 150em;*/
  /*-moz-perspective: 150em;*/
  /*-ms-perspective: 150em;*/
  /*perspective: 150em;*/
}

#centrer2 {
  z-index: 2;
}

/*#centrer1:after {*/
/*content: '';*/
/*position: absolute;*/
/*width: 100%;*/
/*height: 100%;*/
/*top: 0;*/
/*left: 0;*/
/*background-color: rgba(83, 100, 117, 0.45);*/
/*}*/

.bg_video {
  display: none;
  left: -10%;
  height: 120% !important;
  top: -10%;
  width: 120% !important;
  /*-webkit-transform: translate3d(0, 0, -30em) !important;*/
  /*-moz-transform: translate3d(0, 0, -30em)	!important;*/
  /*-ms-transform: translate3d(0, 0, -30em) !important;*/
  /*-o-transform: translate3d(0, 0, -30em) !important;*/
  /*transform: translate3d(0, 0, -30em) !important;*/
}

.load_frame > .not-resizable {
  /*background-color: rgba(83, 100, 117, 0.45);*/
  background-color: rgba(83, 100, 117, 0.25);
}

.project_frame > .not-resizable {
  background-color: rgba(255, 255, 255, 0.25);
}

.news_frame > .not-resizable {
  background-color: rgba(255, 255, 255, 0.45);
}

/*.contacts_frame > .not-resizable, .press-center_frame > .not-resizable {*/
/*background-color: rgba(83, 100, 117, 0.45);*/
/*}*/

.blue-overlay {
  background-color: rgba(83, 100, 117, 0.35);
}

#preloader_frame,
#svg_preloader_frame {
  z-index: 10000;
  background: url('../i/blank.gif');
  display: none;
}

#preloader_frame.full-screen {
  background-color: rgba(255, 255, 255, 0.85);
}

.preloader_img,
.search_preloader_circle {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 5px;
  margin: -25px;
  top: 50%;
  left: 50%;
  border-radius: 3px;
  background-color: #ffffff;
}
.popup_overlay,
.rotate_help_frame {
  background: rgba(111, 122, 133, 0.95);
}
.popup_overlay {
  display: none;
  z-index: 8010;
}

.text_blur_bg_frame {
  overflow: hidden;
}

.v-align {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
  white-space: nowrap;
}
.v-align > div,
.text_scroll.center .textScroll__size {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  white-space: normal;
}
.v-align:before,
.text_scroll.center .textScroll__content:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.text_scroll.visible .textScroll__frame {
  overflow: visible;
}
.shadow {
  position: absolute;
  width: 100%;
  height: 295px;
  bottom: 0;
  background: url('../i/shadow.png') repeat-x;
  left: 0;
}
.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;
}
.rotate_help_frame {
  z-index: 50000;
  cursor: pointer;
  display: none;
}
.rotate_help {
  width: 80%;
  margin: 0 auto;
}

.close_btn {
  position: absolute;
  width: 6em;
  height: 6em;
  top: 5em;
  right: 5em;
  z-index: 1;
  cursor: pointer;
  background-color: #c34527;
}

.close_btn.dark {
  background-color: transparent;
  height: 10em;
  width: 10em;
}
.scheme__popup-frame .close_btn.small {
  background: none;
  top: -2em;
  right: 0;
  width: 2em;
  font-size: 2em;
  height: 2em;
}

.close_btn.dark:before {
  background-color: #161c2a;
  content: '';
  display: block;
  height: 100%;
  position: relative;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  width: 100%;
}

.close_btn.dark:hover:before {
  background-color: #c34527;
}

.close_btn:after {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -2em;
  background: url('../i/sprite.svg?v546') -55.8em -0.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close_btn.dark:after {
  font-size: 1.5em;
}

.video_popup {
  background-color: rgba(83, 100, 117, 0.85);
}

.video_popup_center {
  position: absolute;
  top: 50%;
  left: 50%;
}

.video_close {
  right: -6em;
  top: 0;
}

.blur {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -ms-filter: blur(3px);
  -o-filter: blur(3px);
  filter: blur(3px);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='blur'><feGaussianBlur stdDeviation='3'/></filter></svg>#blur");
  filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=3);
}

.blur-bg {
  opacity: 0;
}

.blur-bg.visible {
  opacity: 1 !important;
}

/* Breadcrumbs */

.breadcrumbs__frame {
  position: relative;
  font-size: 1.5em;
  color: #728188;
}

.estate .breadcrumbs__frame {
  display: none;
}
.estate a {
  color: #cb4829;
}

.breadcrumbs__item {
  display: inline-block;
  margin: 0 0.7em;
}

.breadcrumbs__item.active {
  font-weight: 500;
}

.breadcrumbs__item:first-child {
  margin-left: 0;
}

/*.blur-bg.visible {*/
/*visibility: visible;*/
/*opacity: 1;*/
/*}*/

/* Header */

.logo {
  position: absolute;
  width: 19em;
  height: 8.8em;
  top: 4.5em;
  left: 7.5em;
  z-index: 25;
  background-position: -0.4em -0.4em;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -moz-transition: visibility 0.5s, opacity 0.5s;
  -ms-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}

.menu-opened .logo {
  visibility: hidden;
  opacity: 0;
}

.logo.blue {
  position: absolute;
  width: 10.5em;
  height: 3.8em;
  background-position: -33.9em -4.9em;
}

.header {
  position: absolute;
  /*height: 4em;*/
  /*top: 6em;*/
  /*right: 20em;*/
  height: 12em;
  top: 2em;
  right: 23em;
  z-index: 20;
}

.header:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.short-menu {
  display: inline-block;
  position: relative;
  margin-right: 5em;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -ms-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.short-menu.hidden {
  visibility: hidden;
  opacity: 0;
}

.short-menu__item {
  display: inline-block;
  position: relative;
  width: 15em;
  /*margin: 0 0.1em;*/
  padding: 1.1em 0;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

._en .short-menu__item {
  width: auto;
  padding: 1.1em 2em;
}

.short-menu__item.home-item {
  width: 6em;
  padding: 1.1em 0;
}

.short-menu__item.inactive {
  cursor: default;
  opacity: 0.3;
}

.short-menu__item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(59, 74, 96, 0.33);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.short-menu__item:hover:before,
.short-menu__item.active:before {
  background-color: #cb4829;
}

.short-menu__item.home-item:after {
  content: '';
  position: absolute;
  width: 3em;
  height: 3em;
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  background: url('../i/sprite.svg?v546') -82.8em -18.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.short-menu__item > span {
  position: relative;
  z-index: 1;
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.72);
}

.header__phone-frame {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -ms-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.header__callback-button {
  display: inline-block;
  position: relative;
  width: 2.7em;
  height: 2.7em;
  vertical-align: middle;
  cursor: pointer;
  background-position: -20.4em -1.1em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  animation: rotated 3s ease-in-out 6s infinite;
}

.header__callback-button:hover {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}

@keyframes rotated {
  0% {
    webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  10% {
    webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  15% {
    webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  20% {
    webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  25% {
    webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  30% {
    webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  35% {
    webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  40% {
    webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  45% {
    webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  50% {
    webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  55% {
    webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  60% {
    webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  65% {
    webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  70% {
    webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  75% {
    webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  80% {
    webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  85% {
    webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  90% {
    webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.header__phone-divide {
  display: inline-block;
  position: relative;
  width: 9.7em;
  height: 1px;
  margin: 0 2em;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, 0.35);
}

.header__phones {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -1.8em;
}

.header__phones > span {
  display: block;
  margin: 0.5em 0 0.3em;
  font-size: 1.2em;
  color: rgba(255, 255, 255, 0.6);
}

.header__phones > *:first-child {
  margin-top: 0;
}

.header__phone {
  color: #ffffff;
  display: block;
  font-size: 2em;
  text-align: right;
  text-decoration: none;
}

.header__phone + .header__phone {
  margin-top: 0.1em;
}

.languages__frame {
  bottom: 10.85em;
  left: 0;
  position: absolute;
  /*right: 0;*/
  z-index: 5;
}

.languages__frame:after {
  content: '';
  display: block;
  clear: both;
}

.languages__item {
  clear: both;
  color: #ffffff;
  float: left;
  font-size: 1.4em;
  opacity: 0.5;
  padding-left: 1.75em;
  position: relative;
}

.languages__item.active {
  opacity: 1;
}

.languages__item.active:after {
  content: '';
  position: absolute;
  width: 0.3em;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #cb4829;
}

.languages__item + .languages__item {
  margin-top: 0.5em;
}

.menu__button {
  position: absolute;
  width: 11em;
  height: 4em;
  top: 6em;
  right: 6.2em;
  z-index: 22;
  cursor: pointer;
}

.menu__button:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.menu__label {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1.5em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -ms-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  -o-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
}

.menu-opened .menu__label {
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.menu__button-icon {
  position: absolute;
  width: 4em;
  height: 4em;
  top: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.menu__button:hover .menu__button-icon,
.menu-opened .menu__button-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu__button-icon-line {
  position: absolute;
  width: 0.4em;
  height: 3em;
  top: 50%;
  margin-top: -1.5em;
  background-color: #ffffff;
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
  -webkit-transition: height 0.4s ease-in-out, transform 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out, transform 0.4s ease-in-out;
  -ms-transition: height 0.4s ease-in-out, transform 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: height 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.menu__button:hover .menu__button-icon-line {
  -webkit-transform: skew(0deg);
  -moz-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg);
}

.menu__button-icon-line.n1 {
  left: 10%;
}
.menu__button-icon-line.n2 {
  left: 50%;
  margin-left: -0.2em;
}
.menu__button-icon-line.n3 {
  right: 10%;
}

.menu-opened .menu__button-icon-line.n1 {
  height: 1.1em;
  -webkit-transform: skew(0deg) rotate(45deg) translate(1.6em, 0.65em);
  -moz-transform: skew(0deg) rotate(45deg) translate(1.6em, 0.65em);
  -ms-transform: skew(0deg) rotate(45deg) translate(1.6em, 0.65em);
  -o-transform: skew(0deg) rotate(45deg) translate(1.6em, 0.65em);
  transform: skew(0deg) rotate(45deg) translate(1.6em, 0.65em);
}

.menu-opened .menu__button-icon-line.n2 {
  -webkit-transform: skewX(0deg) rotate(-45deg);
  -moz-transform: skewX(0deg) rotate(-45deg);
  -ms-transform: skewX(0deg) rotate(-45deg);
  -o-transform: skewX(0deg) rotate(-45deg);
  transform: skewX(0deg) rotate(-45deg);
}

.menu-opened .menu__button-icon-line.n3 {
  height: 1.1em;
  -webkit-transform: skew(0deg) rotate(45deg) translate(-0.35em, 0.65em);
  -moz-transform: skew(0deg) rotate(45deg) translate(-0.35em, 0.65em);
  -ms-transform: skew(0deg) rotate(45deg) translate(-0.35em, 0.65em);
  -o-transform: skew(0deg) rotate(45deg) translate(-0.35em, 0.65em);
  transform: skew(0deg) rotate(45deg) translate(-0.35em, 0.65em);
}

.menu__frame {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 21;
  opacity: 0;
  -webkit-transition: visibility 0.5s ease-in-out 1s,
    opacity 0.5s ease-in-out 1s, top 0.5s step-end 1s;
  -moz-transition: visibility 0.5s ease-in-out 1s, opacity 0.5s ease-in-out 1s,
    top 0.5s step-end 1s;
  -ms-transition: visibility 0.5s ease-in-out 1s, opacity 0.5s ease-in-out 1s,
    top 0.5s step-end 1s;
  -o-transition: visibility 0.5s ease-in-out 1s, opacity 0.5s ease-in-out 1s,
    top 0.5s step-end 1s;
  transition: visibility 0.5s ease-in-out 1s, opacity 0.5s ease-in-out 1s,
    top 0.5s step-end 1s;
}

.menu-opened .menu__frame {
  visibility: visible;
  top: 0;
  opacity: 1;
  -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    top 0.5s step-start;
  -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    top 0.5s step-start;
  -ms-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    top 0.5s step-start;
  -o-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    top 0.5s step-start;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    top 0.5s step-start;
}

.menu__frame:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(20, 28, 35, 0.39);
}

.menu__frame-wrapper {
  position: absolute;
  top: 4.2em;
  right: 11.2em;
  bottom: 4.2em;
  left: 4.2em;
  z-index: 1;
}

/*
.menu__col {
	position: absolute;
	width: 20%;
	height: 100%;
	top: 0;
	opacity: 0;
	color: #26324a;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: opacity .6s, -webkit-transform .6s;
	-moz-transition: opacity .6s, -moz-transform .6s;
	-ms-transition: opacity .6s, -ms-transform .6s;
	-o-transition: opacity .6s, -o-transform .6s;
	transition: opacity .8s, transform .8s;
}
*/
.menu__col {
  position: absolute;
  width: 24.94%;
  height: 100%;
  top: 0;
  opacity: 0;
  color: #26324a;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -ms-transition: opacity 0.6s, -ms-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  transition: opacity 0.8s, transform 0.8s;
}

.menu__col.n0 {
  left: 0;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.menu__col.n1 {
  left: 25%;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.menu__col.n2 {
  left: 50%;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menu__col.n3 {
  left: 75%;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/*
.menu__col.n0 {
	left: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.menu__col.n1 {
	left: 20%;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}
.menu__col.n2 {
	left: 40%;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
}
.menu__col.n3 {
	left: 60%;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s;
	-ms-transition-delay: .3s;
	-o-transition-delay: .3s;
	transition-delay: .3s;
}
.menu__col.n4 {
	left: 80%;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}
*/

.menu-opened .menu__col.n0 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.menu-opened .menu__col.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;
}
.menu-opened .menu__col.n2 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.menu-opened .menu__col.n3 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.menu-opened .menu__col.n4 {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.menu__col.n5 {
  width: 6.2em;
  left: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  -moz-transition: opacity 1s, -moz-transform 1s;
  -ms-transition: opacity 1s, -ms-transform 1s;
  -o-transition: opacity 1s, -o-transform 1s;
  transition: opacity 1s, transform 1s;
}

.menu-opened .menu__col {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.menu__col:before {
  content: '';
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.73);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.menu__col:hover:before {
  -webkit-transform: translateY(-2.1em);
  -moz-transform: translateY(-2.1em);
  -ms-transform: translateY(-2.1em);
  -o-transform: translateY(-2.1em);
  transform: translateY(-2.1em);
}

.menu__col.n0:before {
  background-color: rgba(255, 255, 255, 0.53);
}
.menu__col.n5:before {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.menu__col.n5:after {
  content: '';
  position: absolute;
  height: 15em;
  top: 0;
  right: 1px;
  left: 0;
  background-color: #26324a;
}

.menu__col-logo {
  position: absolute;
  width: 5.8em;
  height: 2.1em;
  top: 0;
  left: 13%;
  margin-top: 13%;
  background-position: -27.8em -4.9em;
}

.menu__col-info {
  position: absolute;
  top: 30%;
  right: 13%;
  left: 13%;
}

.menu__col-info a {
  text-decoration: none;
}

.menu__col-info p {
  font-size: 1.4em;
  margin: 0.5em 0 0.2em;
}

.menu__col-info p:first-child {
  margin-top: 0;
}

.menu__col-num {
  font-size: 12.2em;
  font-weight: bold;
  /*line-height: 1;*/
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.menu__col-title {
  font-size: 3.3em;
  font-weight: bold;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.menu__col.active .menu__col-title,
.menu__col:hover .menu__col-title {
  color: #cb4829;
}

.menu__col-img {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 3em 0;
  overflow: hidden;
}

.menu__col-img:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0.5em;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-color: #cb4829;
  -webkit-transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -moz-transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -ms-transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out;
  -o-transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out;
  transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

.menu__col.active .menu__col-img:after,
.menu__col:hover .menu__col-img:after {
  width: 100%;
  opacity: 1;
}

.menu__col-img img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.menu__col:hover .menu__col-img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.menu__col-submenu {
  position: relative;
  margin-top: 1em;
}

.menu__col-submenu-item {
  cursor: pointer;
  display: inline-block;
  float: left;
  clear: both;
  padding: 0.3em 0;
  font-size: 1.5em;
  color: #596d7e;
  position: relative;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.menu__col-submenu-item:hover,
.menu__col-submenu-item.active {
  color: #cb4829;
}

.menu__col-submenu-item.inactive {
  cursor: default;
  opacity: 0.3;
  color: #596d7e;
}

.menu__col-submenu-item + .menu__col-submenu-item {
  margin-top: 0.5em;
}

.menu__col-submenu-icon {
  background: url(/assets/i/sprite.svg?v546) no-repeat;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  content: '';
  display: inline-block;
  font-size: 1em;
  height: 3em;
  margin: -1.5em 0.25em -1.5em -0.5em;
  vertical-align: middle;
  width: 3em;
}

.menu__col-submenu-icon.video {
  background-position: -75.8em -22em;
}

.menu__col-submenu-item span {
  display: inline-block;
  vertical-align: middle;
}

.menu__col-small-num {
  position: absolute;
  top: 20%;
  left: 13%;
  margin-top: 0.1em;
  font-size: 4.9em;
  font-weight: bold;
}

.menu__col-phone {
  font-size: 2.3em;
  text-decoration: none;
}

.menu__col-phone strong {
  white-space: nowrap;
}

.menu__col-address {
  margin: 1.5em 0 1.8em;
  font-size: 1.6em;
}

.menu__col-address strong {
  color: #df451f;
}

a.menu__col-mail {
  display: inline-block;
  position: relative;
  padding-left: 2.5em;
  font-size: 1.5em;
  text-decoration: underline;
}
a.menu__col-mail:hover {
  text-decoration: none;
}

.menu__col-mail:before {
  content: '';
  position: absolute;
  width: 1.9em;
  height: 1.7em;
  top: 50%;
  left: 0;
  margin-top: -0.85em;
  background: url('../i/sprite.svg?v546') -43.4em -1.6em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  font-size: 0.7em;
}

.menu__col-feedback-button,
.footer__feedback-button {
  position: absolute;
  width: 4em;
  height: 4em;
  top: 55%;
  left: 50%;
  margin: -2em 0 0 -2em;
  cursor: pointer;
}

.footer__feedback-button {
  visibility: hidden;
  opacity: 0;
}

.contacts .footer__feedback-button {
  visibility: visible;
  opacity: 1;
}

.footer__art3d {
  position: absolute;
  width: 3em;
  height: 3em;
  bottom: 1em;
  left: 1em;
  z-index: 10;
}

.footer__art3d:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.5em;
  border-color: transparent #f24841 transparent transparent;
  border-style: solid;
  border-width: 0 1em 1em 0;
}

.menu__col-feedback-button:before,
.footer__feedback-button:before {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -2em;
  background: url('../i/sprite.svg?v546') -28.8em -0.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.menu__col-feedback-button:hover:before,
.footer__feedback-button:hover:before {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.menu__col-feedback-button > span,
.footer__feedback-button > span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.2em;
  padding-left: 4em;
  font-size: 1.2em;
  text-transform: uppercase;
  white-space: nowrap;
  color: #454a50;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.menu__col-socials {
  position: relative;
  margin-top: 3em;
}

.menu__col-socials p {
  font-size: 1.6em;
}

.menu__col-social,
.footer__social {
  display: block;
  width: 2.4em;
  height: 2.4em;
  margin: 0 auto;
  opacity: 0.66;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.menu__col-social {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  opacity: 1;
}

.menu__col-social + .menu__col-social {
  margin-left: 0.5em;
}

.menu__col-social.vk {
  background-position: -19.7em -7.6em;
}
.menu__col-social.tw {
  background-position: -22.4em -7.6em;
}
.menu__col-social.fb {
  background-position: -25.1em -7.6em;
}
.menu__col-social.ig {
  background-position: -19.7em -12.9em;
}

.menu__col-social:hover,
.footer__social:hover {
  opacity: 1;
}

.footer__social + .footer__social {
  margin-top: 0.5em;
}

.menu__col-copyright,
.footer__copyright {
  position: absolute;
  height: 6.2em;
  bottom: 0;
  left: 50%;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(69, 74, 80, 0.48);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.menu__col-copyright:before,
.footer__copyright:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.menu__col-copyright > span,
.footer__copyright > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
}

.menu__col-bottom {
  position: absolute;
  bottom: 0;
  right: 13%;
  left: 13%;
  margin-bottom: 13%;
  font-size: 1.1em;
  /*text-transform: uppercase;*/
  color: rgba(41, 57, 70, 0.44);
}

.menu__col-bottom a {
  color: rgba(41, 57, 70, 0.63);
  /*font-size: 1.35em;*/
  line-height: 1.2em;
}

.footer__feedback-button {
  /*top: auto;*/
  /*right: 7em;*/
  /*bottom: 10em;*/
  /*left: auto;*/
  top: 40%;
  right: auto;
  bottom: auto;
  left: 8em;
  margin-top: 17em;
}

.footer__feedback-button:before {
  background-position: -24.3em -0.5em;
}

.footer__feedback-button > span {
  color: #ffffff;
}

.footer__copyright {
  bottom: 7.5em;
  left: 7.7em;
  color: rgba(255, 255, 255, 0.48);
}

.footer__socials {
  position: absolute;
  width: 2.4em;
  bottom: 24em;
  left: 6.7em;
}

.footer__social.vk {
  background-position: -19.7em -4.9em;
}
.footer__social.tw {
  background-position: -22.4em -4.9em;
}
.footer__social.fb {
  background-position: -25.1em -4.9em;
}
.footer__social.ig {
  background-position: -19.7em -10.4em;
}

/* 3D Background */

.bg-3d__frame {
  -webkit-perspective: 150em;
  -moz-perspective: 150em;
  -ms-perspective: 150em;
  perspective: 150em;
}

.bg-3d {
  position: absolute;
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
  /*-webkit-transform: translate3d(0, 0, -30em);*/
  /*-moz-transform: translate3d(0, 0, -30em);*/
  /*-ms-transform: translate3d(0, 0, -30em);*/
  /*-o-transform: translate3d(0, 0, -30em);*/
  /*transform: translate3d(0, 0, -30em);*/
}

/* Page number */

.page-number {
  position: absolute;
  height: 6.2em;
  top: 50%;
  left: 7.7em;
  margin-top: -5em;
  text-transform: uppercase;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.7);
}

.page-number__digit {
  position: relative;
  left: -1.05em;
  font-size: 11.5em;
  font-weight: bold;
  line-height: 0.6;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.home_frame .page-number__digit {
  color: inherit;
}

.page-number__delimiter {
  display: inline-block;
  width: 0.15em;
  height: 0.7em;
  margin: 0 0.08em 0 0.1em;
  background-color: #cb4829;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}

.page-number__description {
  display: inline-block;
  position: relative;
  font-size: 0.67em;
  text-transform: lowercase;
  -webkit-transition: visibility 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: visibility 0.5s, opacity 0.5s, -moz-transform 0.5s;
  -ms-transition: visibility 0.5s, opacity 0.5s, -ms-transform 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s, -o-transform 0.5s;
  transition: visibility 0.5s, opacity 0.5s, transform 0.5s;
}

.page-number__description.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(-1em);
  -moz-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  -o-transform: translateY(-1em);
  transform: translateY(-1em);
}

.page-number__description > span {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: 1em;
  font-size: 0.27em;
  font-weight: 300;
  text-align: center;
  letter-spacing: normal;
}

.page-number__description > span.right {
  left: auto;
}

.page-number__title {
  position: absolute;
  bottom: 10em;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.page-number__title:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.page-number__title > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2em;
}

/* Home */

.home__slogans-frame {
  position: absolute;
  top: 40%;
  left: 25%;
}

.home__slogan {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: visibility 0.8s ease-in-out, opacity 0.8s ease-in-out;
  -moz-transition: visibility 0.8s ease-in-out, opacity 0.8s ease-in-out;
  -ms-transition: visibility 0.8s ease-in-out, opacity 0.8s ease-in-out;
  -o-transition: visibility 0.8s ease-in-out, opacity 0.8s ease-in-out;
  transition: visibility 0.8s ease-in-out, opacity 0.8s ease-in-out;
}

.home__slogan.active {
  visibility: visible;
  opacity: 1;
}

.home__slogan-title {
  font-size: 4.2em;
  font-weight: 300;
  text-transform: lowercase;
  line-height: 0.6;
  letter-spacing: -0.06em;
}

.home__slogan-title p {
  margin: 0;
}

.home__slogan-title strong {
  display: block;
  position: relative;
  left: -0.6em;
  font-size: 3.4em;
  white-space: nowrap;
  line-height: 0.8;
  letter-spacing: -0.05em;
}

.home__slogan.n3 .home__slogan-title strong {
  left: -1.25em;
  line-height: 0.7;
}

.home__slogan-title strong:after {
  content: '';
  position: absolute;
  width: 0.2em;
  height: 1em;
  top: 50%;
  left: 100%;
  margin: -0.4em 0 0 0.4em;
  background-color: #cb4829;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}

.home__slogan-text {
  position: relative;
  margin: 5em 0 3em;
  opacity: 0;
  font-size: 1.7em;
  line-height: 1.6;
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out, -ms-transform 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.home__slogan.n1 {
  left: 5.5em;
}

.home__slogan.active .home__slogan-text {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.home__slogan-more {
  display: inline-block;
  position: relative;
  padding: 0.2em 0.2em 0.2em 3.5em;
  cursor: pointer;
  opacity: 0;
  font-size: 1.3em;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateY(2em);
  -moz-transform: translateY(2em);
  -ms-transform: translateY(2em);
  -o-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: color 0.3s, opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  -moz-transition: color 0.3s, opacity 0.5s ease-in-out,
    -moz-transform 0.5s ease-in-out;
  -ms-transition: color 0.3s, opacity 0.5s ease-in-out,
    -ms-transform 0.5s ease-in-out;
  -o-transition: color 0.3s, opacity 0.5s ease-in-out,
    -o-transform 0.5s ease-in-out;
  transition: color 0.3s, opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.home__slogan-more:hover {
  color: #ffffff;
}

.home__slogan.active .home__slogan-more {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: color 0.3s, opacity 0.5s ease-in-out 0.4s,
    transform 0.5s ease-in-out 0.4s;
  -moz-transition: color 0.3s, opacity 0.5s ease-in-out 0.4s,
    transform 0.5s ease-in-out 0.4s;
  -ms-transition: color 0.3s, opacity 0.5s ease-in-out 0.4s,
    transform 0.5s ease-in-out 0.4s;
  -o-transition: color 0.3s, opacity 0.5s ease-in-out 0.4s,
    transform 0.5s ease-in-out 0.4s;
  transition: color 0.3s, opacity 0.5s ease-in-out 0.4s,
    transform 0.5s ease-in-out 0.4s;
}

.home__slogan-more-icon {
  position: absolute;
  width: 4em;
  height: 4em;
  top: 50%;
  left: -1em;
  margin-top: -2em;
  font-size: 0.8em;
}

.home__slogan-more-icon:before {
  content: '';
  position: absolute;
  width: 3em;
  height: 3em;
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  background-color: #c34527;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.home__slogan-more:hover .home__slogan-more-icon:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.home__slogan-more-icon:after {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -2em;
  background: url('../i/sprite.svg?v546') -55.8em -0.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.home__links {
  position: absolute;
  top: 40%;
  left: 25%;
  z-index: 1;
  margin: -10em 0 0 42em;
  white-space: nowrap;
}

.home__link {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 1.6em 4.5em;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #425369;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}

.home__link:hover {
  color: #ffffff;
}

.home__link:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.66);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.home__link-bg {
  position: absolute;
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  background-color: #cb4829;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
  -webkit-transition: width 1s cubic-bezier(0.3, 0.82, 0.25, 1);
  -moz-transition: width 1s cubic-bezier(0.3, 0.82, 0.25, 1);
  -ms-transition: width 1s cubic-bezier(0.3, 0.82, 0.25, 1);
  -o-transition: width 1s cubic-bezier(0.3, 0.82, 0.25, 1);
  transition: width 1s cubic-bezier(0.3, 0.82, 0.25, 1);
}

.home__link:hover .home__link-bg {
  width: 100%;
}

/*.home__link-bg:before {*/
/*content: '';*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*left: 0;*/
/*}*/

.home__link > span {
  position: relative;
  font-size: 1.5em;
}

.home__links-delimiter {
  display: inline-block;
  width: 3em;
  height: 0.6em;
  margin: 0 4.8em;
  vertical-align: middle;
  background-color: #ffffff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.home__links-delimiter:after {
  content: '';
  position: absolute;
  width: 3em;
  height: 0.6em;
  top: 0;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.home__links.hover1 .home__links-delimiter:after {
  -webkit-transform: translateX(-99%);
  -moz-transform: translateX(-99%);
  -ms-transform: translateX(-99%);
  -o-transform: translateX(-99%);
  transform: translateX(-95%);
}
.home__links.hover2 .home__links-delimiter:after {
  -webkit-transform: translateX(99%);
  -moz-transform: translateX(99%);
  -ms-transform: translateX(99%);
  -o-transform: translateX(99%);
  transform: translateX(95%);
}

.home__progress-bar {
  position: absolute;
  width: 100%;
  height: 0.2em;
  bottom: 0;
  left: 0;
}

.home__progress {
  position: absolute;
  width: 0;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  -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);
}

.home__video-btn {
  bottom: 4.5em;
  cursor: pointer;
  left: 7.5%;
  padding-left: 7em;
  position: absolute;
}

.home__video-btn:before {
  background: url(/assets/i/sprite.svg?v546) no-repeat -51.3em -33.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  content: '';
  display: block;
  font-size: 0.8em;
  height: 7em;
  left: 0;
  margin: -3.5em 0;
  position: absolute;
  top: 50%;
  width: 7em;
}

.home__video-btn span {
  color: rgba(255, 255, 255, 1);
  display: inline-block;
  font-size: 1.5em;
  font-weight: bold;
  vertical-align: middle;
  white-space: normal;
}

.home__estate-logo {
  left: 5.5%;
  padding-left: 7em;
  position: absolute;
  bottom: 4.5em;
}

.home__estate-logo img {
  width: 25em;
}

/* о проекте */

.back-to-top {
  visibility: hidden;
  position: absolute;
  top: auto;
  right: 35em;
  bottom: 10em;
  z-index: 2;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: visibility 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  -moz-transition: visibility 0.5s ease-in-out, -moz-transform 0.5s ease-in-out;
  -ms-transition: visibility 0.5s ease-in-out, -ms-transform 0.5s ease-in-out;
  -o-transition: visibility 0.5s ease-in-out, -o-transform 0.5s ease-in-out;
  transition: visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.scroll-started .back-to-top {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.about__slogan {
  position: absolute;
  top: 40%;
  left: 10%;
  margin: 0.7em 0 0 15em;
  font-size: 3.2em;
  font-weight: 300;
  text-transform: lowercase;
  line-height: 1.2;
  color: #ffffff;
}

.about__slogan p {
  margin: 0;
}

.about__slogan strong {
  color: #cb4829;
}

.about__scroll {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.scroll-started .about__scroll .textScroll__frame {
  z-index: 2;
}
.text .about__content h1 {
  margin: 3.3em 0 0.8em;
  font-size: 5em;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #26324a;
}
.about__content-top {
  position: relative;
  height: 97vh;
  /*height: 90vh;*/
}

.services_frame .about__content-top {
  height: 100vh;
}

.about__content-scroll-point {
  position: absolute;
  bottom: 20%;
}

.services_frame .g_s_over {
  height: auto;
  top: 15em;
  bottom: 15em;
}

.services_frame .gallery_popup .close_btn {
  top: auto;
  right: 35em;
  bottom: 0;
}

.services__scroll .textScroll__track {
  -webkit-transform: translate(110%, 0);
  -moz-transform: translate(110%, 0);
  -ms-transform: translate(110%, 0);
  -o-transform: translate(110%, 0);
  transform: translate(110%, 0);
  -webkit-transition: -webkit-transform 500ms ease, visibility 500ms linear;
  -moz-transition: -moz-transform 500ms ease, visibility 500ms linear;
  -ms-transition: -ms-transform 500ms ease, visibility 500ms linear;
  -o-transition: -o-transform 500ms ease, visibility 500ms linear;
  transition: transform 500ms ease, visibility 500ms linear;
  visibility: hidden;
}

.scroll-started .services__scroll .textScroll__track {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: visible;
}

.about__content-scroll-head {
  position: absolute;
  bottom: 25em;
  left: 0;
}

.about__content {
  position: relative;
  margin-right: 45em;
  /*padding: 16.5em 21em 12em 34em;*/
  padding: 6.5em 21em 12em 34em;
  /*background-color: rgba(255, 255, 255, 0.3);*/
}

.about__content-inner {
  position: relative;
}

.about__content-help {
  position: absolute;
  top: -5em;
  left: 34em;
  white-space: nowrap;
  color: #ffffff;
}

.about__content-help:before {
  content: '';
  position: absolute;
  width: 1.2em;
  height: 16.6em;
  top: 0;
  right: 100%;
  margin-right: 12.5em;
  background: url('../i/sprite.svg?v546') -0.4em -9.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.about__content-help > span {
  font-size: 1.5em;
}

.about__content-back {
  position: absolute;
  width: 4em;
  height: 4em;
  top: -5em;
  right: 10em;
  cursor: pointer;
  background-position: -33.3em -0.5em;
}

.about__content-back:after {
  content: 'назад';
  position: absolute;
  top: 50%;
  left: 100%;
  padding-left: 0.5em;
  font-size: 1.5em;
  white-space: nowrap;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

._en .about__content-back:after {
  content: 'back';
}

.about_frame .about__content-back:after {
  content: 'на главную';
}

._en .about_frame .about__content-back:after {
  content: 'home';
}

.tradein h4 {
  font-size: 2.1em !important;
}

.about__content h4 {
  font-size: 1.5em;
  font-weight: normal;
  color: #ffffff;
}

.about__content h2 {
  margin: 0.3em 0 0.8em;
  font-size: 13.4em;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #26324a;
}

.about__content .home__video-btn {
  bottom: auto;
  left: -0.75em;
  margin-top: 3.5em;
  position: relative;
}

.about__content .home__video-btn span {
  color: #26324a;
}

.about__content-logo {
  display: block;
  max-width: 30%;
  margin: 5em 0 7em;
  margin-bottom: 0;
  /* margin: 5em auto; */
}

.about__content-cols {
  position: relative;
  white-space: nowrap;
}

.about__content-cols.hidden {
  display: none;
}

.about__content-col {
  display: inline-block;
  position: relative;
  width: 50%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}

.about__content-col.n1 {
  padding-right: 4%;
}

._en .about__content-col.n1 {
  padding-right: 10%;
}

.about__content-col.n2 {
  padding-left: 2%;
}

.about__content-slogan {
  /*font-size: 3.2em;*/
  font-size: 2.4em;
  font-weight: 300;
  /*text-transform: lowercase;*/
  line-height: 1.2;
  color: #1c284a;
}

.about__content-slogan.aside {
  font-size: 1.8em;
}

.about__content-slogan p {
  margin: 0;
}

.services_frame .about__content-slogan br {
  /*display: none;*/
}

.about_frame .about__content-slogan strong {
  color: #df451f;
}

.about__content-text {
  position: relative;
  font-size: 1.7em;
  line-height: 1.8;
  color: rgba(28, 40, 74, 0.9);
  /*color: #ffffff;*/
}

.about__content-text h5 {
  font-size: 1.1em;
}

.about__content-text > *:first-child {
  margin-top: 0;
}

.text_frame .about__content-text {
  position: absolute;
  width: 100%;
  height: 30em;
}

.text_frame .about__content-col {
  width: 90%;
}

.text_frame .about__content-text ul {
  padding-left: 3em;
}

.text_frame .textScroll__track {
  right: -5em;
}

.about__content-text table {
  width: 99%;
  margin: 1.5em 0;
}

.about__content-text table td {
  padding: 0.7em;
  border: 1px solid #696969;
}

.about__content-text table th {
  padding: 0.7em;
}

/*.about__content-text strong {*/
/*color: #ffffff;*/
/*}*/

.about__content-text ul {
  list-style: none;
  margin: 2em 0;
  padding-left: 0;
}

.about__content-text li {
  position: relative;
  margin-top: 1em;
  line-height: 1.3;
}

.about__content-text li:before {
  content: '';
  position: absolute;
  width: 1.5em;
  height: 2px;
  top: 0.6em;
  left: -2.5em;
  background-color: #c34527;
}

.about__content-big-text {
  position: relative;
  font-size: 3.2em;
  font-weight: bold;
  color: #1c284a;
}

.about__content-big-text.schemes-title {
  padding-left: 25%;
  margin-bottom: 2em;
}

.about__content-big-text p {
  margin: 0;
}

.about__content-scheme {
  position: relative;
  width: 3em;
  left: -4.5em;
  margin: 4em auto;
}

.about__content-scheme-item {
  display: block;
  position: relative;
  width: 2.6em;
  height: 13em;
  margin: 0 auto;
}

.about__content-scheme-item.last {
  height: 2.6em;
}

.about__content-scheme-item + .about__content-scheme-item {
  margin-top: 2em;
}

.about__content-scheme-item:before {
  content: '';
  position: absolute;
  width: 2.6em;
  height: 2.6em;
  top: 0;
  left: 50%;
  margin-left: -1.3em;
  background-color: #26324a;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.about__content-scheme-item:hover:before {
  background-color: #df451f;
}
.scheme_href.services__scheme-label {
  text-decoration: underline;
  cursor: pointer;
}
.scheme_href.services__scheme-label:hover {
  color: #df451f;
}

.about__content-scheme-item:after {
  content: '';
  position: absolute;
  width: 1.2em;
  height: 10.4em;
  top: 2.5em;
  left: 50%;
  margin-left: -0.6em;
  background: url('../i/sprite.svg?v546') -1.9em -10.7em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.about__content-scheme-item.last:after {
  display: none;
}

.about__content-scheme-item > span {
  position: absolute;
  top: 0.7em;
  left: 4em;
  font-size: 1.9em;
  font-weight: 500;
  /*text-decoration: underline;*/
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about__content-scheme-item > span.big {
  -webkit-transform: translateY(-33%);
  -moz-transform: translateY(-33%);
  -ms-transform: translateY(-33%);
  -o-transform: translateY(-33%);
  transform: translateY(-33%);
}

.about__content-scheme-item img {
  visibility: hidden;
  position: absolute;
  height: 2.5em;
  top: 100%;
  left: 0;
  margin-top: 0.8em;
  opacity: 0;
  -webkit-transform: translateX(1em);
  -moz-transform: translateX(1em);
  -ms-transform: translateX(1em);
  -o-transform: translateX(1em);
  transform: translateX(1em);
  -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -moz-transform 0.5s ease-in-out;
  -ms-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -ms-transform 0.5s ease-in-out;
  -o-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -o-transform 0.5s ease-in-out;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out;
}

.about__content-scheme-item:hover img {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.about__content-person {
  position: relative;
  width: 19em;
  margin-top: 15em;
  margin-top: 0em;
  color: #1c284a;
  /*color: #ffffff;*/
}

.about__content-person.top {
  width: 100%;
  margin-top: -12em;
  white-space: nowrap;
}

.about__content-person-img {
  position: relative;
  width: 19em;
  height: 19em;
  left: -5em;
  margin-bottom: 2.5em;
  overflow: hidden;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
}

.about__content-person.top .about__content-person-img {
  display: inline-block;
  vertical-align: middle;
}

.about__content-person-img > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  border-radius: 10em;
}

.about__content-person-name {
  font-size: 2.2em;
  font-weight: bold;
}

.about__content-person.top .about__content-person-name {
  display: inline-block;
  vertical-align: middle;
}

.about__content-person-position {
  margin: 1em 0 1.5em;
  font-size: 1.7em;
  line-height: 1.3;
}

.about__content-person.top .about__content-person-position {
  display: inline-block;
  vertical-align: middle;
  margin: 1em 0 0 3em;
}

.about__content-person-name > p,
.about__content-person-position > p {
  margin: 0;
}

.about__content-person-links {
  position: relative;
  white-space: nowrap;
}

.about__content-person.top .about__content-person-links {
  display: inline-block;
  margin-left: 5em;
  vertical-align: middle;
}

.about__content-person-link {
  display: inline-block;
  position: relative;
  width: 1.9em;
  height: 1.9em;
  vertical-align: top;
  background: url('../i/sprite.svg?v546');
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.about__content-person-link.phone {
  background-position: -65.8em -1.6em;
}
.about__content-person-link.mail {
  background-position: -79.4em -1.6em;
}

.about__content-person-link + .about__content-person-link {
  margin-left: 2em;
}

.about__content-person-link:after {
  content: 'отправить письмо';
  position: absolute;
  top: 50%;
  left: 100%;
  padding-left: 1em;
  font-size: 1.5em;
  text-decoration: underline;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

._en .about__content-person-link:after {
  content: 'send a letter';
}

.about__content-person-link.phone:after {
  content: 'позвонить';
}

.about__content-person-link:hover:after {
  text-decoration: none;
}

.about__content-to-top-button {
  position: relative;
  width: 2.4em;
  height: 1.6em;
  left: 2.8em;
  margin: 8em auto 0;
  cursor: pointer;
  background-position: -47.6em -1.6em;
}

.about__content-to-top-button:after {
  content: 'к началу';
  position: absolute;
  top: 50%;
  left: 100%;
  padding-left: 2em;
  font-size: 1.5em;
  text-transform: lowercase;
  white-space: nowrap;
  color: #26324a;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

._en .about__content-to-top-button:after {
  content: 'back to top';
}

.about__menu-frame {
  position: absolute;
  width: 35em;
  height: 70em;
  right: 0;
  bottom: 10em;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.73);
  /*-webkit-transform: translateY(100%);*/
  /*-moz-transform: translateY(100%);*/
  /*-ms-transform: translateY(100%);*/
  /*-o-transform: translateY(100%);*/
  /*transform: translateY(100%);*/
}

.about__menu-frame.folded {
  background-color: rgba(38, 50, 74, 0.29);
  -webkit-transition: background-color 0.4s, -webkit-transform 0.5s ease-in-out;
  -moz-transition: background-color 0.4s, -moz-transform 0.5s ease-in-out;
  -ms-transition: background-color 0.4s, -ms-transform 0.5s ease-in-out;
  -o-transition: background-color 0.4s, -o-transform 0.5s ease-in-out;
  transition: background-color 0.4s, transform 0.5s ease-in-out;
}

.about__menu-frame.folded:hover {
  background-color: rgba(38, 50, 74, 1);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/*.scroll-started .about__menu-frame {*/
/*background-color: rgba(38, 50, 74, 0);*/
/*-webkit-transition: background-color .4s;*/
/*-moz-transition: background-color .4s;*/
/*-ms-transition: background-color .4s;*/
/*-o-transition: background-color .4s;*/
/*transition: background-color .4s;*/
/*}*/

.about__menu-image {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-bottom: 56.25%;
}

.about__menu-image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.about__menu-active {
  position: absolute;
  width: 100%;
  height: 10em;
  bottom: 100%;
  left: 0;
  padding: 0 9.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(38, 50, 74, 0.29);
  white-space: nowrap;
  -webkit-transition: background-color 0.4s, -webkit-transform 0.5s ease-in-out;
  -moz-transition: background-color 0.4s, -moz-transform 0.5s ease-in-out;
  -ms-transition: background-color 0.4s, -ms-transform 0.5s ease-in-out;
  -o-transition: background-color 0.4s, -o-transform 0.5s ease-in-out;
  transition: background-color 0.4s, transform 0.5s ease-in-out;
}

.about__menu-frame.folded:hover .about__menu-active,
.scroll-started .about__menu-active {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

/*.about__menu-frame.folded:hover .about__menu-active {*/
/*background-color: rgba(38, 50, 74, 0.29);*/
/*}*/

.about__menu-frame.folded:hover .about__menu-active {
  background-color: rgba(38, 50, 74, 1);
}

.scroll-started .about__menu-active {
  background-color: rgba(38, 50, 74, 0) !important;
}

.scroll-started .about__menu-active {
  -webkit-transition: background-color 0.4s, -webkit-transform 0.1s ease-in-out;
  -moz-transition: background-color 0.4s, -moz-transform 0.1s ease-in-out;
  -ms-transition: background-color 0.4s, -ms-transform 0.1s ease-in-out;
  -o-transition: background-color 0.4s, -o-transform 0.1s ease-in-out;
  transition: background-color 0.4s, transform 0.8s ease-in-out 0.5s;
}

.about__menu-active:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.about__menu-next {
  position: absolute;
  width: 10em;
  height: 10em;
  right: 35em;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
  /*background-color: #222d43;*/
  background-color: #c34527;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, opacity 0.5s ease-in-out 0.5s,
    -webkit-transform 0.5s ease-in-out 0.5s;
  -moz-transition: background-color 0.3s, opacity 0.5s ease-in-out 0.5s,
    -moz-transform 0.5s ease-in-out 0.5s;
  -ms-transition: background-color 0.3s, opacity 0.5s ease-in-out 0.5s,
    -ms-transform 0.5s ease-in-out 0.5s;
  -o-transition: background-color 0.3s, opacity 0.5s ease-in-out 0.5s,
    -o-transform 0.5s ease-in-out 0.5s;
  transition: background-color 0.3s, opacity 0.5s ease-in-out 0.5s,
    transform 0.5s ease-in-out 0.5s;
}

.about__menu-next:hover {
  background-color: #aa3e22;
}

.about__menu-next.animating {
  animation: nextButtonFrames linear 3.5s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: nextButtonFrames linear 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: nextButtonFrames linear 3.5s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: nextButtonFrames linear 3.5s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: nextButtonFrames linear 3.5s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes nextButtonFrames {
  0% {
    background-color: #c34527;
  }
  38% {
    background-color: #aa3e22;
  }
  75% {
    background-color: #c34527;
  }
  100% {
    background-color: #c34527;
  }
}

@-moz-keyframes nextButtonFrames {
  0% {
    background-color: #c34527;
  }
  38% {
    background-color: #aa3e22;
  }
  75% {
    background-color: #c34527;
  }
  100% {
    background-color: #c34527;
  }
}

@-webkit-keyframes nextButtonFrames {
  0% {
    background-color: #c34527;
  }
  38% {
    background-color: #aa3e22;
  }
  75% {
    background-color: #c34527;
  }
  100% {
    background-color: #c34527;
  }
}

@-o-keyframes nextButtonFrames {
  0% {
    background-color: #c34527;
  }
  38% {
    background-color: #aa3e22;
  }
  75% {
    background-color: #c34527;
  }
  100% {
    background-color: #c34527;
  }
}

@-ms-keyframes nextButtonFrames {
  0% {
    background-color: #c34527;
  }
  38% {
    background-color: #aa3e22;
  }
  75% {
    background-color: #c34527;
  }
  100% {
    background-color: #c34527;
  }
}

.about__menu-next:after {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -2em;
  background: url('../i/sprite.svg?v546') -37.8em -0.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.about__menu-next.animating:after {
  animation: nextButtonAfterFrames linear 3.5s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
  -webkit-animation: nextButtonAfterFrames linear 3.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: nextButtonAfterFrames linear 3.5s;
  -moz-animation-iteration-count: infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: nextButtonAfterFrames linear 3.5s;
  -o-animation-iteration-count: infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: nextButtonAfterFrames linear 3.5s;
  -ms-animation-iteration-count: infinite;
  -ms-transform-origin: 50% 50%;
}

@keyframes nextButtonAfterFrames {
  0% {
    transform: scaleX(1) scaleY(1);
  }
  38% {
    transform: scaleX(1.3) scaleY(1.3);
  }
  75% {
    transform: scaleX(1) scaleY(1);
  }
  100% {
    transform: scaleX(1) scaleY(1);
  }
}

@-moz-keyframes nextButtonAfterFrames {
  0% {
    -moz-transform: scaleX(1) scaleY(1);
  }
  38% {
    -moz-transform: scaleX(1.3) scaleY(1.3);
  }
  75% {
    -moz-transform: scaleX(1) scaleY(1);
  }
  100% {
    -moz-transform: scaleX(1) scaleY(1);
  }
}

@-webkit-keyframes nextButtonAfterFrames {
  0% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
  38% {
    -webkit-transform: scaleX(1.3) scaleY(1.3);
  }
  75% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
  100% {
    -webkit-transform: scaleX(1) scaleY(1);
  }
}

@-o-keyframes nextButtonAfterFrames {
  0% {
    -o-transform: scaleX(1) scaleY(1);
  }
  38% {
    -o-transform: scaleX(1.3) scaleY(1.3);
  }
  75% {
    -o-transform: scaleX(1) scaleY(1);
  }
  100% {
    -o-transform: scaleX(1) scaleY(1);
  }
}

@-ms-keyframes nextButtonAfterFrames {
  0% {
    -ms-transform: scaleX(1) scaleY(1);
  }
  38% {
    -ms-transform: scaleX(1.3) scaleY(1.3);
  }
  75% {
    -ms-transform: scaleX(1) scaleY(1);
  }
  100% {
    -ms-transform: scaleX(1) scaleY(1);
  }
}

.about__menu-next > div {
  /*visibility: hidden;*/
  position: absolute;
  width: 35em;
  height: 100%;
  top: 0;
  left: 100%;
  padding-left: 7.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*opacity: 0;*/
  background-color: rgba(34, 45, 67, 1);
  text-transform: uppercase;
  white-space: nowrap;
  /*-webkit-transform: translateY(100%);*/
  /*-moz-transform: translateY(100%);*/
  /*-ms-transform: translateY(100%);*/
  /*-o-transform: translateY(100%);*/
  /*transform: translateY(100%);*/
  -webkit-transition: visibility 0.5s, opacity 0.5s,
    -webkit-transform 0.5s ease-in-out;
  -moz-transition: visibility 0.5s, opacity 0.5s,
    -moz-transform 0.5s ease-in-out;
  -ms-transition: visibility 0.5s, opacity 0.5s, -ms-transform 0.5s ease-in-out;
  -o-transition: visibility 0.5s, opacity 0.5s, -o-transform 0.5s ease-in-out;
  transition: visibility 0.5s, opacity 0.5s, transform 0.5s ease-in-out;
}

.home_frame .about__menu-next > div {
  padding-left: 4.5em;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  text-transform: none;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.about__menu-next:hover > div {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.about__menu-next > div:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.about__menu-next > div > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  white-space: normal;
}

.about__menu-next i {
  display: block;
  margin-top: 0.5em;
  font-size: 1.6em;
  font-style: normal;
  color: #ffffff;
}

.about__menu-inner {
  position: absolute;
  top: 24.8em;
  right: 3em;
  bottom: 0;
  left: 7.5em;
  white-space: nowrap;
}

.about__menu-inner:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.about__menu-list {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  white-space: normal;
}

.about__menu-active > span {
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.about__menu-list:after {
  content: '';
  display: block;
  clear: both;
}

.about__menu-title {
  position: absolute;
  bottom: 100%;
  left: -1.2em;
  margin-bottom: 1em;
  font-size: 2.2em;
  font-weight: bold;
  color: #616978;
}

.about__menu-item {
  display: inline-block;
  position: relative;
  float: left;
  clear: both;
  padding: 0.5em 0;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  color: #26324a;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.about__menu-list.small .about__menu-item {
  padding: 0.35em 0;
  white-space: nowrap;
}

.about__menu-item:hover,
.about__menu-item.active {
  color: #cb4829;
}

.about__menu-item + .about__menu-item {
  margin-top: 0.2em;
}

.about__menu-item:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0.3em;
  margin-top: -0.1em;
  background-color: #cb4829;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.about__menu-item:hover:before,
.about__menu-item.active:before {
  width: 4em;
}

.about__menu-item i {
  position: absolute;
  top: 50%;
  left: -1.5em;
  margin-top: -0.6em;
  font-size: 1.3em;
  font-style: normal;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.about__menu-item:hover i,
.about__menu-item.active i {
  left: 2.1em;
}

.about__menu-arrows {
  position: relative;
  margin-top: 10em;
  height: 8em;
}

.about__menu-arrows:after {
  content: '';
  display: block;
  clear: both;
}

.about__menu-arrow {
  position: relative;
  float: left;
  clear: both;
  padding: 0.3rem 0;
  cursor: pointer;
  font-size: 1.5em;
  color: rgba(255, 255, 255, 0.3);
  -webkit-transition: font-size 0.3s, color 0.3s;
  -moz-transition: font-size 0.3s, color 0.3s;
  -ms-transition: font-size 0.3s, color 0.3s;
  -o-transition: font-size 0.3s, color 0.3s;
  transition: font-size 0.3s, color 0.3s;
}

.about__menu-arrow.active {
  font-size: 2.7em;
  color: #ffffff;
}

.about__menu-arrow:hover {
  text-decoration: underline;
}

.about__menu-arrow + .about__menu-arrow {
  margin-top: 1rem;
}

/* Structure */

.structure__content-frame {
  position: absolute;
  width: 86em;
  top: 0;
  bottom: 0;
  left: 24.5em;
  -webkit-transition: visibility 0.8s ease-in-out, opacity 0.8s ease-in-out,
    -webkit-transform 0.8s ease-in-out;
  -moz-transition: visibility 0.8s ease-in-out, opacity 0.8s ease-in-out,
    -moz-transform 0.8s ease-in-out;
  -ms-transition: visibility 0.8s ease-in-out, opacity 0.8s ease-in-out,
    -ms-transform 0.8s ease-in-out;
  -o-transition: visibility 0.8s ease-in-out, opacity 0.8s ease-in-out,
    -o-transform 0.8s ease-in-out;
  transition: visibility 0.8s ease-in-out, opacity 0.8s ease-in-out,
    transform 0.8s ease-in-out;
}

.structure__content-frame.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
  transform: translateX(50%);
}

/*.structure__content-frame:after {*/
/*content: '';*/
/*position: absolute;*/
/*width: 7em;*/
/*height: 0.4em;*/
/*bottom: 50%;*/
/*left: 100%;*/
/*margin-bottom: -2.5em;*/
/*background-color: #ffffff;*/
/*}*/

.services_frame .structure__content-frame:after {
  display: none;
}

.structure__content-text {
  position: absolute;
  bottom: 50%;
  margin-bottom: -2em;
  font-size: 1.7em;
  line-height: 1.6;
  color: #ffffff;
}

.structure__col {
  position: absolute;
  bottom: 70%;
  left: 40em;
  margin-bottom: -3.5em;
}

.structure__col .services__logo {
  position: absolute;
  height: 10em;
  top: auto;
  bottom: 0;
  left: -1.5em;
  margin: 0;
}

.structure__col .services__middle-item-stage {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 1.5em 0 0 0;
  white-space: nowrap;
}

.services__feedback-button,
.services__map-button {
  background-color: #c34527;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 0.6em;
  margin-top: 1.5em;
  padding: 0 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  width: 17em;
}

.services__feedback-button.big,
.services__map-button.big {
  text-transform: lowercase;
  font-size: 0.9em;
}

.services__feedback-button.bottom {
  margin: 8em auto 0;
  left: 5em;
  font-size: 1.5em;
}

.services__feedback-button:hover,
.services__map-button:hover {
  background-color: #cc6147;
}

.services__feedback-button span,
.services__map-button span {
  display: inline-block;
  margin-left: 0.75em;
  vertical-align: middle;
}

.services__feedback-button:before,
.services__map-button:before {
  background: url(/assets/i/sprite.svg?v546) no-repeat;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  content: '';
  display: inline-block;
  height: 3em;
  vertical-align: middle;
  width: 3em;
}

.services__feedback-button:before {
  background-position: -54.8em -22em;
  font-size: 0.7em;
}

.services__map-button:before {
  background-position: -58.3em -18.5em;
  font-size: 0.8em;
  margin-left: -0.8em;
}

.services__feedback-button:after,
.services__map-button:after {
  content: '';
  display: inline-block;
  height: 3em;
  vertical-align: middle;
  width: 0;
}

.structure__col .services__middle-item-buttons {
  top: 25em;
  white-space: nowrap;
}

.structure__content-buttons {
  position: absolute;
  bottom: 0;
  left: 0;
}

.structure__content-buttons:after {
  content: '';
  display: block;
  clear: both;
}

.structure__content-button {
  position: relative;
  display: block;
  float: left;
  clear: both;
  padding-left: 2.5em;
  /*cursor: pointer;*/
  font-size: 1.3em;
  text-decoration: none;
  text-transform: lowercase;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.structure__content-button.n2 {
  cursor: pointer;
}

.structure__content-button.n2:hover {
  color: #ffffff;
}

.structure__content-button + .structure__content-button {
  margin-top: 2.5em;
}

.structure__content-button:before {
  content: '';
  position: absolute;
  width: 1.8em;
  height: 1.8em;
  top: 50%;
  left: 0;
  margin-top: -0.9em;
  background: url('../i/sprite.svg?v546');
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  font-size: 0.7em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.structure__content-button.n1:before {
  background-position: -61.4em -1.6em;
}
.structure__content-button.n2:before {
  background-position: -56.9em -1.6em;
}

.structure__content-button.n2:hover:before {
  -webkit-transform: translateX(0.8em);
  -moz-transform: translateX(0.8em);
  -ms-transform: translateX(0.8em);
  -o-transform: translateX(0.8em);
  transform: translateX(0.8em);
}

.structure__menu {
  position: absolute;
  top: 20%;
  right: 65em;
  margin-right: 3em;
  -webkit-transition: visibility 0.8s ease-in-out 0.4s,
    opacity 0.8s ease-in-out 0.4s, -webkit-transform 0.8s ease-in-out 0.4s;
  -moz-transition: visibility 0.8s ease-in-out 0.4s,
    opacity 0.8s ease-in-out 0.4s, -moz-transform 0.8s ease-in-out 0.4s;
  -ms-transition: visibility 0.8s ease-in-out 0.4s,
    opacity 0.8s ease-in-out 0.4s, -ms-transform 0.8s ease-in-out 0.4s;
  -o-transition: visibility 0.8s ease-in-out 0.4s, opacity 0.8s ease-in-out 0.4s,
    -o-transform 0.8s ease-in-out 0.4s;
  transition: visibility 0.8s ease-in-out 0.4s, opacity 0.8s ease-in-out 0.4s,
    transform 0.8s ease-in-out 0.4s;
}

.structure__menu.hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(15em);
  -moz-transform: translateX(15em);
  -ms-transform: translateX(15em);
  -o-transform: translateX(15em);
  transform: translateX(15em);
}

.structure__menu-item {
  display: block;
  position: relative;
  width: 0.6em;
  height: 7.4em;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.structure__menu-item.last {
  height: 2.4em;
}

.structure__menu-item:hover,
.structure__menu-item.active {
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
}

.structure__menu-item + .structure__menu-item {
  margin-top: 1em;
}

.structure__menu-item:before {
  content: '';
  position: absolute;
  width: 0.6em;
  height: 7.4em;
  top: 50%;
  right: 100%;
  margin-top: -3.7em;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: skewY(-20deg);
  -moz-transform: skewY(-20deg);
  -ms-transform: skewY(-20deg);
  -o-transform: skewY(-20deg);
  transform: skewY(-20deg);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.structure__menu-item.last:before {
  height: 2.4em;
  margin-top: -1.2em;
}

.structure__menu-item:hover:before,
.structure__menu-item.active:before {
  background-color: #cb4829;
}

.structure__menu-item:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.structure__menu-item > img {
  display: inline-block;
  height: 5.8em;
  margin-left: 3em;
  vertical-align: middle;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.structure__menu-item > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 2em;
  color: #ffffff;
}

/*.structure__menu-item.active > img {*/
/*opacity: 0.2;*/
/*}*/

/* Services */
/*
.services__menu {
	position: absolute;
	width: 0;
	right: 37em;
	bottom: 17em;
	z-index: 1;
}

.services__menu-item {
	display: block;
	position: relative;
	float: left;
	clear: both;
	font-size: 1.2em;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.2;
	white-space: nowrap;
	color: #ffffff;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.services__menu-item.active {
	color: rgba(255, 255, 255, 0.5);
}

.services__menu-item + .services__menu-item {
	margin-top: 3em;
}

.services__menu-item:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0.3em;
	top: 50%;
	right: 100%;
	margin: -0.2em 4em 0 0;
	background-color: #ffffff;
	-webkit-transition: width .3s;
	-moz-transition: width .3s;
	-ms-transition: width .3s;
	-o-transition: width .3s;
	transition: width .3s;
}

.services__menu-item.active:before, .services__menu-item:hover:before {
	width: 5em;
}
*/

.schemes-title.hidden {
  display: none;
}

.structure__add-text {
  position: absolute;
  top: 3em;
  left: 0;
  font-size: 1.7em;
  line-height: 1.6;
  /*white-space: nowrap;*/
  width: 35em;
  color: #222d43;
}

.services__menu {
  position: absolute;
  top: 25em;
  right: 15.5em;
  /*bottom: 19.5em;*/
  left: 24.5em;
  white-space: nowrap;
}

.services__menu-item {
  display: inline-block;
  position: relative;
  width: 16%;
  vertical-align: bottom;
}

.services__menu-item.active {
  cursor: default;
}

.services__menu-item + .services__menu-item {
  margin-left: 0.4%;
}

.services__menu-item:after {
  content: '▼';
  position: absolute;
  top: 250%;
  right: 0;
  opacity: 0;
  font-size: 1.5em;
  color: #ffffff;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.services__menu-item.active:after {
  opacity: 1;
}

.services__menu-item-line {
  position: relative;
  height: 0.5em;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.3);
}

.services__menu-item-line:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #c34527;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s ease-out;
  -moz-transition: -moz-transform 0.6s ease-out;
  -ms-transition: -ms-transform 0.6s ease-out;
  -o-transition: -o-transform 0.6s ease-out;
  transition: transform 0.6s ease-out;
}

.services__menu-item:hover .services__menu-item-line:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.services__menu-item.active .services__menu-item-line:after {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.services__menu-item.animating .services__menu-item-line:after {
  animation: servicesHelpFrames linear 3s;
  animation-iteration-count: infinite;
  -webkit-animation: servicesHelpFrames linear 3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: servicesHelpFrames linear 3s;
  -moz-animation-iteration-count: infinite;
  -o-animation: servicesHelpFrames linear 3s;
  -o-animation-iteration-count: infinite;
  -ms-animation: servicesHelpFrames linear 3s;
  -ms-animation-iteration-count: infinite;
}

.services__menu-item-number {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  padding-top: 3%;
}

.services__menu-item-number > span {
  display: inline-block;
  position: relative;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: font-size 0.5s;
  -moz-transition: font-size 0.5s;
  -ms-transition: font-size 0.5s;
  -o-transition: font-size 0.5s;
  transition: font-size 0.5s;
}

.services__menu-item.active .services__menu-item-number > span {
  font-size: 8.6em;
}

.services__menu-item-number > span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}

.services__menu-item:hover .services__menu-item-number > span:after,
.services__menu-item.active .services__menu-item-number > span:after {
  width: 0;
}

.services__menu-item-title {
  position: absolute;
  width: 100%;
  bottom: 100%;
  left: 0;
  padding-bottom: 7%;
  font-size: 1.2em;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 1.3;
  color: #ffffff;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -moz-transition: visibility 0.5s, opacity 0.5s;
  -ms-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}

.services__menu-item:hover .services__menu-item-title {
  text-decoration: none;
}

.services__menu-item.active .services__menu-item-title {
  visibility: hidden;
  opacity: 0;
}

.services__top-items {
  position: absolute;
  top: 38em;
  right: 15.5em;
  left: 24.5em;
  white-space: nowrap;
}

.services__top-items.folded {
  top: 63%;
}

.services__top-item {
  position: absolute;
  width: 33.3%;
  top: 0;
  left: 0;
  font-size: 1.6em;
  font-weight: 500;
  color: #ffffff;
}

.services__top-item.n2 {
  left: 33.3%;
}
.services__top-item.n3 {
  left: 66.6%;
}

.services__top-items.folded .services__top-item {
  display: none;
}

.services__top-item:after {
  content: '▼';
  display: block;
  margin-top: 0.8em;
}

.services__description {
  display: none;
  position: absolute;
  top: 38em;
  bottom: 25em;
  left: 24.5em;
  /*margin-left: 16%;*/
  margin-left: 0;
  white-space: nowrap;
}

.services__description.visible {
  display: block;
}

.services__description:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.services__middle-items {
  position: absolute;
  top: 48em;
  right: 15.5em;
  bottom: 25em;
  left: 24.5em;
  white-space: nowrap;
}

.services__middle-items.hidden {
  display: none;
}

.services__middle-item {
  position: absolute;
  width: 33.3%;
  height: 100%;
  top: 0;
  padding-right: 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.services__middle-item.n1 {
  left: 0;
}

.services__middle-item.n2 {
  left: 33.3%;
}

.services__middle-item.n3 {
  left: 66.6%;
  padding-right: 0;
}

@media only screen and (max-width: 1400px) {
  .services__middle-item.n3 br {
    display: none;
  }
}

.services__middle-item:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.services__middle-item-content {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  white-space: normal;
}

.services__middle-item-stage {
  /*font-size: 3.2em;*/
  font-size: 2.6em;
  font-weight: 300;
  letter-spacing: -0.05em;
  color: #ffffff;
}

.services__middle-item-stage p {
  margin: 0;
}

.services__logo {
  position: relative;
  height: 11em;
  left: -2em;
  margin-top: -4em;
}

.services__middle-item-buttons {
  position: absolute;
  top: 200%;
  white-space: nowrap;
}

.services__middle-item-button {
  display: inline-block;
  position: relative;
  padding-left: 4.5em;
  cursor: pointer;
  font-size: 1.5em;
  /*text-decoration: none;*/
  color: #ffffff;
}

.projects-button.services__middle-item-button {
  padding-left: 4em;
}

.services__middle-item-button + .services__middle-item-button {
  margin-left: 2em;
}

.services__middle-item-button-icon,
.services__middle-item-button-icon:after {
  position: absolute;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 0;
  margin-top: -2em;
}

.services__middle-item-button-icon {
  font-size: 0.8em;
}

.more-button .services__middle-item-button-icon:before {
  content: '';
  position: absolute;
  width: 3em;
  height: 3em;
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  background-color: #c34527;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.more-button:hover .services__middle-item-button-icon:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.projects-button .services__middle-item-button-icon:before {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -2em;
  opacity: 0;
  background-color: #c34527;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease-in-out;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s ease-in-out;
  -ms-transition: opacity 0.4s, -ms-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s, -o-transform 0.4s ease-in-out;
  transition: opacity 0.4s, transform 0.4s ease-in-out;
}

.projects-button:hover .services__middle-item-button-icon:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.services__middle-item-button-icon:after {
  content: '';
  left: 50%;
  margin: -2em 0 0 -2em;
  background: url('../i/sprite.svg?v546');
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.more-button .services__middle-item-button-icon:after {
  background-position: -55.8em -0.5em;
}
.projects-button .services__middle-item-button-icon:after {
  background-position: -60.3em -0.5em;
}

.services__middle-item-services {
  color: #ffffff;
}

.services__middle-item-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services__middle-item-services li {
  position: relative;
  font-size: 1.7em;
  line-height: 1.3;
}

.services__middle-item-services li + li {
  margin-top: 1em;
}

@media only screen and (max-width: 1400px) {
  .services__middle-item-services li + li {
    margin-top: 0.5em;
  }
}

.services__middle-item-services li:before {
  content: '';
  position: absolute;
  width: 1.2em;
  height: 0.15em;
  top: 0.45em;
  right: 100%;
  margin-right: 0.8em;
  background-color: #ffffff;
}

.services__scheme {
  position: relative;
}

.services__scheme-image {
  display: block;
  width: 100%;
}

.services__scheme-label {
  position: absolute;
  font-size: 1.9em;
  font-weight: 500;
  white-space: nowrap;
  color: #1c284a;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/*
.services__scheme-label.open-scheme {
	cursor: pointer;
	text-decoration: underline;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}

.services__scheme-label.open-scheme:hover {
	text-decoration: none;
	color: #c34527;
}
*/
.services__scheme-label strong {
  font-weight: inherit;
}

.services__scheme-label.open-scheme > span {
  display: none;
  position: absolute;
  width: 4em;
  height: 4em;
  top: 100%;
  left: 0;
  margin-top: 1em;
  font-size: 0.4em;
}

.services__scheme-label.open-scheme > span:before {
  content: '';
  position: absolute;
  width: 3em;
  height: 3em;
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  background-color: #c34527;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.services__scheme-label.open-scheme:hover > span:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.services__scheme-label.open-scheme > span:after {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -2em;
  background: url('../i/sprite.svg?v546') -55.8em -0.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.services__scheme-label.open-scheme > span i {
  position: absolute;
  top: 50%;
  left: 100%;
  padding-left: 1em;
  font-size: 1.8em;
  font-style: normal;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.scheme__popup-frame {
  position: relative;
  /*overflow: hidden;*/
  text-align: center;
  white-space: nowrap;
}

.scheme__popup-frame:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.scheme__popup-image {
  /*display: inline-block;*/
  /*padding: 10em 0;*/
  position: relative;
  vertical-align: middle;
  background: url('/public/images/blur/1280x1280_assets-images-bg-3_2.jpg');
  background-size: cover;
}
.popup_overlay.scheme_popup {
  background: none;
}
.scheme__popup-events {
  cursor: url(../i/cur1.cur), move;
}

.scheme__popup-events:active,
.scheme__popup-events.dragging {
  cursor: url(../i/cur2.cur), move;
}

.scheme__popup-title {
  background-color: rgba(34, 45, 67, 1);
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 10em;
  padding-left: 3em;
  padding-right: 3em;
  position: absolute;
  right: 0;
  text-align: center;
  width: 35em;
}

.scheme__popup-title:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.scheme__popup-title span {
  color: #fff;
  display: inline-block;
  font-size: 1.6em;
  font-weight: 500;
  line-height: 1.15;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}

.scheme__popup-frame .close_btn {
  top: 1.4em;
  right: -5.8em;
  /*top: auto;*/
}

@keyframes servicesHelpFrames {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    transform: translate(0, 0);
    opacity: 1;
  }
  30% {
    transform: translate(0, 0);
    opacity: 1;
  }
  55% {
    transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-moz-keyframes servicesHelpFrames {
  0% {
    -moz-transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
  30% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
  55% {
    -moz-transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes servicesHelpFrames {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  30% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
  55% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
}

@-o-keyframes servicesHelpFrames {
  0% {
    -o-transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
  30% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
  55% {
    -o-transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 0;
  }
}

@-ms-keyframes servicesHelpFrames {
  0% {
    -ms-transform: translate(0, 0);
    opacity: 0;
  }
  25% {
    -ms-transform: translate(0, 0);
    opacity: 1;
  }
  30% {
    -ms-transform: translate(0, 0);
    opacity: 1;
  }
  55% {
    -ms-transform: translate(0, 0);
    opacity: 0;
  }
  100% {
    -ms-transform: translate(0, 0);
    opacity: 0;
  }
}

.services__map {
  z-index: 1;
}

.services__point {
  position: absolute;
  width: 1.2em;
  height: 1.2em;
  z-index: 1;
  margin: -0.6em 0 0 -0.6em;
  opacity: 0;
  background-color: #ffffff;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: opacity 0.4s ease-in-out,
    -webkit-transform 0.4s cubic-bezier(0.42, 0, 0, 2.6);
  -moz-transition: opacity 0.4s ease-in-out,
    -moz-transform 0.4s cubic-bezier(0.42, 0, 0, 2.6);
  -ms-transition: opacity 0.4s ease-in-out,
    -ms-transform 0.4s cubic-bezier(0.42, 0, 0, 2.6);
  -o-transition: opacity 0.4s ease-in-out,
    -o-transform 0.4s cubic-bezier(0.42, 0, 0, 2.6);
  transition: opacity 0.4s ease-in-out,
    transform 0.4s cubic-bezier(0.42, 0, 0, 3);
}

.services__point.active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.services__point.n1 {
  top: 65%;
  left: 32.8%;
}
.services__point.n2 {
  top: 55.4%;
  left: 12.5%;
}
.services__point.n3 {
  top: 30%;
  left: 34.2%;
}
.services__point.n4 {
  top: 37%;
  left: 60.6%;
}
.services__point.n5 {
  top: 55%;
  left: 77.2%;
}
.services__point.n6 {
  top: 75%;
  left: 57.5%;
}
.services__point.invisible {
  display: none;
}

.services__line {
  position: absolute;
  margin-top: -0.15em;
  height: 0.4em;
  z-index: 1;
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.services__line.n1 {
  width: 21%;
  top: 65%;
  left: 32.8%;
  -webkit-transform: rotate(-165deg);
  -moz-transform: rotate(-165deg);
  -ms-transform: rotate(-165deg);
  -o-transform: rotate(-165deg);
  transform: rotate(-165deg);
}
.services__line.n2 {
  width: 22%;
  top: 48.5%;
  left: 14.4%;
  -webkit-transform: rotate(-27.8deg);
  -moz-transform: rotate(-27.8deg);
  -ms-transform: rotate(-27.8deg);
  -o-transform: rotate(-27.8deg);
  transform: rotate(-27.8deg);
}
.services__line.n3 {
  width: 26.7%;
  top: 30%;
  left: 34.2%;
  -webkit-transform: rotate(8.5deg);
  -moz-transform: rotate(8.5deg);
  -ms-transform: rotate(8.5deg);
  -o-transform: rotate(8.5deg);
  transform: rotate(8.5deg);
}
.services__line.n4 {
  width: 19.5%;
  top: 37%;
  left: 60.6%;
  -webkit-transform: rotate(31.3deg);
  -moz-transform: rotate(31.3deg);
  -ms-transform: rotate(31.3deg);
  -o-transform: rotate(31.3deg);
  transform: rotate(31.3deg);
}
.services__line.n5 {
  width: 22.7%;
  top: 55%;
  left: 77.2%;
  -webkit-transform: rotate(150.2deg);
  -moz-transform: rotate(150.2deg);
  -ms-transform: rotate(150.2deg);
  -o-transform: rotate(150.2deg);
  transform: rotate(150.2deg);
}

.services__line:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0.4em;
  top: 0;
  left: 0;
  background: url('../i/dotted_line_pattern.png') repeat-x;
  -webkit-background-size: 0.9em 0.4em;
  background-size: 0.9em 0.4em;
  -webkit-transition: width 0.8s linear;
  -moz-transition: width 0.8s linear;
  -ms-transition: width 0.8s linear;
  -o-transition: width 0.8s linear;
  transition: width 0.8s linear;
}

.services__line.active:before {
  width: 100%;
}

.services__label {
  visibility: hidden;
  position: absolute;
  min-width: 18em;
  z-index: 1;
  padding: 1.5em 1.7em 1.7em;
  cursor: pointer;
  opacity: 0;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1.1;
  color: #ffffff;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -moz-transform 0.5s ease-in-out;
  -ms-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -ms-transform 0.5s ease-in-out;
  -o-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -o-transform 0.5s ease-in-out;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out;
}

.services__label.top {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.services__label.right {
  -webkit-transform: translate(50%, 0);
  -moz-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  -o-transform: translate(50%, 0);
  transform: translate(50%, 0);
}

.services__label.left {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.services__label.n1 {
  top: 62%;
  left: 34%;
}
.services__label.n2 {
  top: 31%;
  left: 13%;
}
.services__label.n3 {
  top: 19%;
  left: 37%;
}
.services__label.n4 {
  top: 27%;
  left: 64%;
}
.services__label.n5 {
  top: 51%;
  left: 79%;
}
.services__label.n6 {
  top: 75%;
  left: 55%;
}

.services__label.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.services__label-bg {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #cb4829;
  -webkit-transform: translateX(-2em);
  -moz-transform: translateX(-2em);
  -ms-transform: translateX(-2em);
  -o-transform: translateX(-2em);
  transform: translateX(-2em);
  -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  -moz-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out,
    -moz-transform 0.4s ease-in-out;
  -ms-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out,
    -ms-transform 0.4s ease-in-out;
  -o-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out,
    -o-transform 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out,
    transform 0.4s ease-in-out;
}

.services__label:hover .services__label-bg,
.services__label.hover .services__label-bg {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.services__label-bg:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #cb4829;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.services__label:hover:before,
.services__label.hover:before {
  visibility: visible;
}

.services__label-department {
  position: absolute;
  height: 3em;
  top: 100%;
  right: 0;
  left: 0;
  padding: 2em 1.7em 1.7em;
  background-color: #222d43;
}

.services__label-department > img {
  display: block;
  height: 100%;
}

.services__label > div {
  position: relative;
  font-size: 1.5em;
}

.services__label strong {
  display: block;
  margin-bottom: 0.2em;
  font-size: 3.4em;
}

.services__text {
  position: absolute;
  bottom: 4em;
  left: 11%;
  z-index: 1;
  font-size: 2em;
  line-height: 1.7;
  color: #ffffff;
}

.services__text strong {
  font-weight: 500;
}

/* Press */

.press__materials {
  position: absolute;
  top: 30%;
  left: 20em;
  z-index: 1;
}

.press__materials-title {
  margin-bottom: 0.6em;
  font-size: 3.1em;
  font-weight: bold;
  color: #ffffff;
}

.press__materials-list {
  position: relative;
  left: -4.4em;
}

.press__materials-item {
  display: block;
  position: relative;
  height: 6.3em;
  padding: 0 4.4em;
  cursor: pointer;
  background-color: rgba(59, 74, 96, 0.18);
  text-decoration: none;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.press__materials-item:hover {
  background-color: rgba(59, 74, 96, 0.4);
}

.press__materials-item + .press__materials-item {
  margin-top: 0.2em;
}

.press__materials-item:before {
  content: '';
  display: inline-block;
  width: 1.7em;
  height: 2em;
  margin-right: 1.5em;
  vertical-align: middle;
  background: url('../i/sprite.svg?v546') -76.5em -19em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.press__materials-item.doc:before {
  background-position: -80em -19em;
}

.press__materials-item:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.press__materials-item > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6em;
  color: #ffffff;
}

.press__materials-item i {
  font-style: normal;
  opacity: 0.6;
}

.press__content-frame {
  position: absolute;
  top: 13em;
  bottom: 13em;
  /*left: 15%;*/
  left: 30%;
  /*margin-left: 30em;*/
  margin-left: 15em;
  white-space: nowrap;
}

.press__content-frame:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.press__content {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.press__item {
  position: relative;
  /*width: 83em;*/
  width: 60em;
  color: #ffffff;
}

.press__item + .press__item {
  margin-top: 15em;
}

.press__item-left,
.press__item-right {
  /*display: inline-block;*/
  /*position: relative;*/
  /*vertical-align: top;*/
  /*white-space: normal;*/
  position: relative;
  white-space: normal;
}

/*.press__item-left {*/
/*width: 42%;*/
/*margin-right: 2%;*/
/*}*/
/*.press__item-right {*/
/*width: 48%;*/
/*margin-left: 2%;*/
/*padding-top: 8.2em;*/
/*}*/

.press__item-right {
  margin-top: 1em;
}

.press__item-head {
  position: relative;
  padding-bottom: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 2px solid #ffffff;
  text-align: justify;
}

.press__item-head:after {
  content: '';
  display: inline-block;
  width: 100%;
  line-height: 0;
}

.press__item-date {
  display: inline-block;
  vertical-align: bottom;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
}

.press__item-date > span {
  font-size: 2.3em;
}

.press__item-type {
  display: inline-block;
  vertical-align: bottom;
  /*font-size: 1.2em;*/
  font-size: 2.1em;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
}

.press__item-title {
  display: block;
  position: relative;
  padding: 1em 0.1em 0 0;
  font-size: 2.1em;
  font-weight: 500;
  text-decoration: underline;
}

.press__item-cut {
  font-size: 1.7em;
  line-height: 1.6;
}

.press__item-cut > p {
  margin: 0;
}

.press__item-bottom {
  position: relative;
  margin-top: 5em;
}

.press__item-link {
  position: absolute;
  top: 0;
  padding-left: 2.8em;
  font-size: 1.5em;
  text-transform: lowercase;
}

.press__item-link.all-news {
  left: 0;
}
.press__item-link.more {
  left: 46.5%;
}

/*.press__item-link.all-news:before {*/
/*content: '';*/
/*position: absolute;*/
/*width: 1.8em;*/
/*height: 1.8em;*/
/*top: 50%;*/
/*left: 0;*/
/*margin-top: -0.9em;*/
/*background: url('../i/sprite.svg?v546');*/
/*-webkit-background-size: 100em 100em;*/
/*background-size: 100em 100em;*/
/*font-size: 0.7em;*/
/*}*/

/*.press__item-link.all-news:before {*/
/*background-position: -61.4em -1.6em;*/
/*}*/
/*.press__item-link.more:before {*/
/*background-position: -56.9em -1.6em;*/
/*}*/

.press__item-link-icon {
  position: absolute;
  width: 3em;
  height: 3em;
  top: 50%;
  left: -1em;
  margin-top: -1.5em;
  font-size: 0.8em;
}

.press__item-link-icon:before {
  content: '';
  position: absolute;
  width: 3em;
  height: 3em;
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  opacity: 0;
  background-color: #c34527;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s ease-in-out;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s ease-in-out;
  -ms-transition: opacity 0.4s, -ms-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s, -o-transform 0.4s ease-in-out;
  transition: opacity 0.4s, transform 0.4s ease-in-out;
}

.press__item-link:hover .press__item-link-icon:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.press__item-link.more .home__slogan-more-icon {
  font-size: 0.65em;
}

.press__item-link.more:hover .home__slogan-more-icon:before {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.press__item-link-icon:after {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -2em;
  background: url('../i/sprite.svg?v546') -60.3em -0.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.press__contacts {
  position: absolute;
  top: 50%;
  left: 20em;
  margin-top: 23em;
  z-index: 1;
  color: #ffffff;
}

.career_frame .press__contacts {
  left: 7.5em;
  margin-top: 13em;
}

.press__contacts-position {
  font-size: 1.7em;
}
.press__contacts-name {
  font-size: 2.2em;
  font-weight: bold;
}

.press__contacts-mail {
  display: block;
  position: relative;
  width: 1.9em;
  height: 1.7em;
  margin: 1.6em 0 0 0;
  background: url('../i/sprite.svg?v546') -70.4em -1.7em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.press__contacts-mail:after {
  content: 'отправить письмо';
  position: absolute;
  top: 50%;
  left: 100%;
  padding-left: 1em;
  font-size: 1.5em;
  text-decoration: underline;
  white-space: nowrap;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.press__contacts-mail:hover:after {
  text-decoration: none;
}

._en .press__contacts-mail:after {
  content: 'send a letter';
}

/* NEWS */

.news__list {
  position: relative;
  padding: 8em 0 5em;
}

.news__item {
  position: relative;
  padding-top: 2em;
  color: #26324a;
}

.news__item + .news__item {
  margin-top: 5em;
}

.news__item-date {
  position: relative;
  width: 30%;
  padding-bottom: 1.4em;
  border-bottom: 2px solid #26324a;
  font-size: 1.7em;
  font-weight: bold;
}

.news__item-date > strong {
  font-size: 2.35em;
}

.news__item-col {
  display: inline-block;
  position: relative;
  width: 59%;
  padding-top: 3em;
  vertical-align: top;
}

.news__item-col.n1 {
  width: 30%;
  padding-right: 10%;
}

.news__item-title {
  font-size: 3.2em;
  font-weight: 500;
}

.news__item-text {
  position: relative;
  font-size: 1.7em;
  line-height: 1.5;
}

.news__item-text-cut > *:first-child,
.news__item-text-hidden > *:first-child {
  margin-top: 0;
}

.news__item-text h5 {
  font-size: 1.1em;
  padding-top: 0.25em;
}

.news__item-text ol,
.news__item-text ul {
  list-style: none;
  margin: 2em 0;
  padding-left: 0;
}

.news__item-text li {
  position: relative;
  margin-top: 1em;
  line-height: 1.3;
}

.news__item-text li:before {
  background-color: #c34527;
  content: '';
  height: 2px;
  left: -2.5em;
  position: absolute;
  top: 0.6em;
  width: 1.5em;
}

.news__item-text img {
  max-width: 100%;
  height: auto !important;
}

.news__item-more {
  display: inline-block;
  position: relative;
  padding: 0.5em 0.5em 0.5em 3.5em;
  cursor: pointer;
  font-size: 1.5em;
  text-decoration: none;
}

.news__item-more:before {
  content: '';
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  top: 50%;
  left: -0;
  margin-top: -0.8em;
  background: url('../i/sprite.svg?v546') -56.9em -6.2em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  font-size: 0.8em;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.news__item.active .news__item-more:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.news__item-more:after {
  content: 'раскрыть полный текст';
  display: inline-block;
  /*font-size: 1.3em;*/
  color: #26324a;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}

.media_frame .news__item-more:after {
  content: 'перейти к публикации';
}

.recommendations_frame .news__item-more:after {
  content: 'оригинал письма';
}

._en .news__item-more:after {
  content: 'read more';
}

.news__item-more:hover:after {
  -webkit-transform: translateX(-1em);
  -moz-transform: translateX(-1em);
  -ms-transform: translateX(-1em);
  -o-transform: translateX(-1em);
  transform: translateX(-1em);
}

.news__item.active .news__item-more:after {
  content: 'скрыть';
}

._en .recommendations_frame .news__item-more:after {
  content: 'original letter';
}

._en .news__item.active .news__item-more:after {
  content: 'hide';
}

/* RECOMMENDATIONS */

.recommendations__content {
  position: absolute;
  top: 25em;
  /*right: 15.5em;*/
  right: 43.5em;
  bottom: 21em;
  /*left: 24.5em;*/
  left: 0;
}

.recommendations__col {
  position: absolute;
  height: 100%;
  top: 0;
}

.recommendations__col.n1 {
  width: 35%;
  right: 25%;
}

.recommendations__col.n2 {
  width: 15%;
  right: 0;
  white-space: nowrap;
}

.recommendations__col.n2:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.recommendations__col.n2 > div {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.recommendations__logo {
  display: block;
  max-width: 100%;
}

.recommendations__logo + .recommendations__logo {
  margin-top: 5em;
}

.recommendations__col-title {
  position: relative;
  font-size: 1.5em;
  color: #ffffff;
}

.recommendations__content .services__middle-item-button {
  position: absolute;
  top: 100%;
  margin-top: 7em;
}

.recommendations__content .projects-button {
  right: 22%;
}

.recommendations__quotes {
  position: absolute;
  top: 5em;
  right: 0;
  left: 0;
  bottom: 0;
}

.recommendations__quote {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  white-space: nowrap;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%);
  -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -moz-transform 0.5s ease-in-out;
  -ms-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -ms-transform 0.5s ease-in-out;
  -o-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -o-transform 0.5s ease-in-out;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out;
}

.recommendations__quote.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.recommendations__quote:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.recommendations__quote > .services__middle-item-button {
  left: 0;
}

.recommendations__quote-content {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  white-space: normal;
  color: #ffffff;
}

.recommendations__quote-content.mission__quote:after {
  margin-left: 0;
}

.recommendations__quote-content > *:first-child {
  margin-top: 0;
}

.recommendations__quote-content h5 {
  padding-right: 2%;
  margin-bottom: 0.5em;
  font-size: 3.5em;
  font-weight: 300;
}

.recommendations__quote-content h5 strong {
  font-weight: 500;
}

.recommendations__quote-content p {
  padding-right: 3%;
  font-size: 1.7em;
  line-height: 1.6;
}

.recommendations_frame .about__content-top {
  height: 100vh;
}

/* PROJECT */

.project_frame .about__content {
  padding-right: 10em;
}

.project_frame .about__content-top {
  /* height: 50vh; */
  height: 24vh;
}

.project_frame .about__content h2,
._en .about__content h2 {
  font-size: 9.4em;
  margin-bottom: 0;
}

.project_frame .about__content h4 {
  color: #455861;
}

.project__top-buttons {
  position: relative;
}

.project__top-label {
  color: #26324a;
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 2em;
}

.project__top-button {
  display: inline-block;
  position: relative;
  margin: 0 6.2em 3em 0;
  padding-left: 3.4em;
  text-decoration: none;
  color: #26324a;
}

.project__top-button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: url('../i/sprite.svg?v546');
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.project__top-button.site-button:before {
  width: 1.8em;
  height: 1.5em;
  margin-top: -0.75em;
  background-position: -65.9em -19.3em;
}
.project__top-button.video-button:before {
  width: 1.7em;
  height: 1.4em;
  margin-top: -0.7em;
  background-position: -69.5em -19.3em;
}

.project__top-button > span {
  font-size: 1.5em;
  text-decoration: underline;
}

.project__top-button:hover > span {
  text-decoration: none;
}

.project__section {
  position: relative;
  /* padding-top: 10em; */
  padding-top: 5em;
}

.project__section-title {
  font-size: 1.5em;
  color: #455861;
}

.estate .project__section-title {
  display: none;
}

.project__columns {
  position: relative;
  white-space: nowrap;
}
.project__column.n1.full {
  width: 100%;
}
.estate .project__column.n1.full h6 img {
  width: 34%;
}
.project__column {
  display: block;
  position: relative;
  /*width: 49%;*/
  /*padding-right: 19em;*/
  width: 42%;
  padding-right: 10em;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}

.estate .project__column {
  width: 60%;
}

.project__column.n2 {
  width: 60%;
  padding-right: 10em;
}

.project__column.n3 {
  width: 100%;
  padding-right: 10em;
}

@media only screen and (max-width: 1400px) {
  .project__column.n2,
  .project__column.n3:last-child {
    padding-right: 5em;
  }
  .about__content {
    padding-left: 25em;
    /* margin-right: 25em; */
  }
}

@media only screen and (max-width: 1250px) {
  .project__column.n2,
  .project__column.n3:last-child {
    padding-right: 0;
  }
}

.project__text-style > *:first-child {
  margin-top: 0;
}
.project__text-style > *:last-child {
  margin-bottom: 0;
}

.project__text-style p,
.project__text-style ul {
  font-size: 1.7em;
  line-height: 1.4;
  color: #16284c;
}

.project__text-style ul {
  list-style: none;
  padding: 0;
}

.project__text-style li {
  position: relative;
}

.project__text-style li + li {
  margin-top: 1em;
}

.project__text-style li:before {
  content: '';
  position: absolute;
  width: 1.2em;
  height: 2px;
  top: 0.7em;
  right: 100%;
  margin-right: 1.3em;
  background-color: #c34527;
}

.project__text-style h3 {
  font-size: 3.2em;
  font-weight: 300;
  color: #1c284a;
}

.project__text-style h6 {
  margin: 0.5em 0 1.5em;
  font-size: 1.9em;
  font-weight: bold;
  color: #16284c;
}

.project__text-style strong {
  font-weight: 500;
}

.project__text-style h3 strong {
  font-weight: bold;
}

/* PROJECT GALLERY */

.project__gallery-container {
  position: relative;
  padding-bottom: 56.35%;
  background-color: rgba(255, 255, 255, 0.2);
}

.project__gallery-temp {
  background: center center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.project__gallery-previews {
  position: relative;
  width: 100%;
  height: 11.5em;
  margin-top: 2.2em;
}

.project__gallery-previews-list {
  position: relative;
  display: inline-block;
  cursor: url(/assets/i/cur1.cur), move;
  white-space: nowrap;
}
.project__gallery-previews-list:active {
  cursor: url(/assets/i/cur1.cur), move;
}

.project__gallery-preview {
  display: inline-block;
  position: relative;
  height: 10em;
  cursor: pointer;
}

.project__gallery-preview.active {
  cursor: default;
}

.project__gallery-preview:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  top: 100%;
  left: 0;
  background-color: #c34527;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  -ms-transition: height 0.4s;
  -o-transition: height 0.4s;
  transition: height 0.4s;
}

.project__gallery-preview.active:before,
.project__gallery-preview:hover:before {
  height: 0.5em;
}

.project__gallery-preview:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project__gallery-preview img {
  display: block;
  height: 100%;
}

.project__gallery-preview + .project__gallery-preview {
  margin-left: 0.5em;
}

.project__gallery-previews .textScroll__track {
  height: 0.5em;
  top: auto;
  bottom: 100%;
  margin-bottom: 0.9em;
  background-color: rgba(255, 255, 255, 0.27);
}

.project__gallery-previews .textScroll__drag {
  width: 15em;
  height: 0.5em;
  background-color: #ffffff;
}

.project__gallery-previews .textScroll__track_size {
  right: 15em;
}

.project__gallery-arrow {
  position: absolute;
  width: 10em;
  height: 10em;
  left: 100%;
  cursor: pointer;
}
.project__gallery-arrow.right {
  bottom: 10em;
  background-color: #ffffff;
}
.project__gallery-arrow.left {
  bottom: 0;
  background-color: #ebf1f4;
}

.project__gallery-arrow:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(172, 186, 201, 0.31);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.project__gallery-arrow:hover:before {
  opacity: 1;
}

.project__gallery-arrow:after {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -2em;
  background: url('../i/sprite.svg?v546');
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}
.project__gallery-arrow.right:after {
  background-position: -64.8em -5em;
}
.project__gallery-arrow.left:after {
  background-position: -60.3em -5em;
}

/* PROJECT PLACEMENT */

.project__map-frame {
  position: relative;
  padding-bottom: 54%;
}

.project__map-place {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project__marker-label {
  overflow: visible !important;
}

.project__marker-letter {
  position: absolute;
  width: 43px;
  bottom: 24px;
  left: -21px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

/* PROJECT ADVANTAGES */

.project__advantage {
  position: relative;
  display: inline-table;
  width: 43%;
}

.project__advantage:nth-child(2n) {
  margin-left: 4em;
}

.project__advantage {
  margin-top: 5em;
}
.project__advantage:nth-child(1),
.project__advantage:nth-child(2) {
  margin-top: 0;
}
.project__advantage-icon {
  position: relative;
  background: url('../i/sprite.svg?v546');
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  font-size: 2.1em;
}

.project__advantage-icon.projecting-icon {
  width: 2.3em;
  height: 2.8em;
  background-position: -83.6em -114.3em;
}

.project__advantage-icon.calc-icon {
  width: 2.3em;
  height: 2.8em;
  background-position: -56.6em -110.1em;
}

.project__advantage-icon.house-icon {
  width: 2.3em;
  height: 3.4em;
  background: no-repeat
    url('../i/advantage-icon/advantage-icon_architecture-new.svg');
  background-size: auto 100%;
  background-position: top left;
}
.project__advantage-icon.sport-studio-icon {
  width: 3.2em;
  height: 3.4em;
  background: no-repeat
    url('../i/advantage-icon/advantage-icon_sport_studio.svg');
  background-size: auto 100%;
  background-position: top left;
}
.project__advantage-icon.meeting-room-icon {
  width: 2.9em;
  height: 3.4em;
  background: no-repeat
    url('../i/advantage-icon/advantage-icon_meeting_room.svg');
  background-size: auto 100%;
  background-position: top left;
}
.project__advantage-icon.wheelchair-icon {
  width: 2.9em;
  height: 3.4em;
  background: no-repeat
    url('../i/advantage-icon/advantage-icon_wheelchair.svg');
  background-size: auto 100%;
  background-position: top left;
}
.project__advantage-icon.road-icon {
  width: 2.3em;
  height: 2.3em;
  background-position: -74.7em -5.8em;
}
.project__advantage-icon.commercial-icon {
  width: 2.1em;
  height: 2.1em;
  background-position: -79.3em -5.9em;
}
.project__advantage-icon.parking-icon {
  width: 2.1em;
  height: 2.1em;
  background-position: -83.8em -5.9em;
}
.project__advantage-icon.security-icon {
  width: 1.7em;
  height: 2.1em;
  background-position: -88.5em -6em;
}
.project__advantage-icon.lobby-icon {
  width: 2.3em;
  height: 1.7em;
  background-position: -70.2em -15.2em;
}
.project__advantage-icon.placement-icon {
  width: 2.3em;
  height: 1.7em;
  background-position: -74.6em -15em;
}
.project__advantage-icon.infra-icon {
  width: 2.3em;
  height: 2em;
  background-position: -79.4em -15em;
}
.project__advantage-icon.apts-icon {
  width: 2.3em;
  height: 2em;
  background-position: -83.8em -15em;
}
.project__advantage-icon.park-icon {
  width: 3.4em;
  height: 2.1em;
  background-position: -92.2em -6em;
}

.project__advantage-icon.architecture-new-icon {
  width: 3.4em;
  height: 3.4em;
  background: no-repeat url('../i/advantage-icon/advantage-icon_design-new.svg');
  background-size: auto 100%;
  background-position: top left;
}
.project__advantage-icon.club-house-new-icon {
  width: 3.4em;
  height: 3.4em;
  background: no-repeat
    url('../i/advantage-icon/advantage-icon_clubhouse-new.svg');
  background-size: auto 100%;
  background-position: top left;
}
.project__advantage-icon.location-new-icon {
  width: 3.4em;
  height: 3.4em;
  background: no-repeat url('../i/advantage-icon/advantage-icon_location.svg');
  background-size: auto 100%;
  background-position: top left;
}
.project__advantage-icon.park-new-icon {
  width: 3.4em;
  height: 3.4em;
  background: no-repeat url('../i/advantage-icon/advantage-icon_park-new.svg');
  background-size: auto 100%;
  background-position: top left;
}
.project__advantage-icon.parking-new-icon {
  width: 3.4em;
  height: 3.4em;
  background: no-repeat url('../i/advantage-icon/advantage-icon_parking.svg');
  background-size: auto 100%;
  background-position: top left;
}
.project__advantage-icon.view-new-icon {
  width: 3.4em;
  height: 3.4em;
  background: no-repeat url('../i/advantage-icon/advantage-icon_view-new.svg');
  background-size: auto 100%;
  background-position: top left;
}

.project__advantage-icon.lifts-icon {
  width: 2.3em;
  height: 2em;
  background-position: -88.5em -15.1em;
}

.project__advantage-icon.window-icon {
  width: 2.3em;
  height: 2em;
  background-position: -52.4em -42em;
}

.project__advantage-icon.gidro-icon {
  width: 2.3em;
  height: 2em;
  background-position: -57em -42.1em;
}

.project__advantage-icon.trube-icon {
  width: 2.3em;
  height: 2em;
  background-position: -61.5em -42.1em;
}

.project__advantage-icon.hot-icon {
  width: 2.8em;
  height: 2em;
  background-position: -65.4em -42.3em;
}

.project__advantage-icon.apts-icon {
  width: 2.3em;
  height: 2em;
  background-position: -83.8em -15em;
}

.project__advantage-title {
  margin: 1.5em 0;
  font-size: 1.7em;
  font-weight: bold;
  color: #16284c;
}

.project__advantage-text {
  font-size: 1.7em;
  color: #16284c;
}

.content__text_info {
  font-size: 1.9em;
  color: #1c284a;
}

[data-slug='a-construction'] .project__advantage-title {
  display: none;
}

/* PROJECT BUY */

.project__buy-table th {
  padding: 2.4em 4.5em 2.4em 0;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  color: #455861;
}

.project__buy-table th > span {
  font-size: 1.5em;
}

.project__buy-table td {
  position: relative;
  padding: 4em;
  /*width: 49%;*/
}

.project__buy-table td.n1 {
  /*width: 49.4%;*/
  width: 42.4%;
  padding-right: 9.2em;
  text-align: center;
}
.project__buy-table td.n2 {
  padding-left: 0;
}

/*.project__buy-table td.n1 {*/
/*width: 49%;*/
/*}*/
/*.project__buy-table td.n2 {*/
/*width: 60%;*/
/*}*/

.project__buy-table td:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0.8em;
  left: 0;
}

.project__buy-table td.n1:before {
  right: 6em;
  background-color: rgba(255, 255, 255, 0.27);
}
.project__buy-table td.n2:before {
  left: -5.2em;
  background-color: rgba(255, 255, 255, 0.11);
}

.project__buy-table td > div {
  position: relative;
}

.project__buy-table td.n1 .project__text-style h6,
.project__buy-table td.n1 .project__text-style p {
  margin: 0;
}

.project__buy-feedback-button.alter {
  color: #fff;
  background-color: #cb4829;
  padding: 1.5em 1.5em 1.5em 4.5em;
}

.project__buy-feedback-button.alter:before {
  left: 2%;
  width: 3.6em;
  height: 3.6em;
  font-size: 0.8em;
  margin-top: -2.1em;
  background: url('../i/sprite.svg?v546') -19.7em -0.4em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.project__buy-feedback-button.alter.doc:before {
  background: url('../i/sprite.svg?v546?v539') -65.5em -15.5em;
}

.project__buy-feedback-button {
  display: inline-block;
  position: relative;
  padding: 0.5em 0 0.5em 3em;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  color: #2f3a51;
}

.project__buy-feedback-button:before {
  content: '';
  position: absolute;
  width: 2.6em;
  height: 2.6em;
  top: 50%;
  left: 0;
  margin-top: -1.4em;
  background: url('../i/sprite.svg?v546') -52.1em -10.1em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  font-size: 0.8em;
}

.project__buy-banks {
  position: relative;
  white-space: nowrap;
}

.project__buy-bank {
  display: inline-block;
  position: relative;
  width: 19.6%;
  height: 9.5em;
  margin-bottom: 0.5%;
  vertical-align: top;
  opacity: 0.5;
  background-color: #ffffff;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.project__buy-bank:hover {
  opacity: 1;
}

.project__buy-bank + .project__buy-bank {
  margin-left: 0.5%;
}

.project__buy-bank:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.project__buy-bank > img {
  display: inline-block;
  max-width: 80%;
  max-height: 75%;
  vertical-align: middle;
}

.project__column.project__buy-offer-text {
  padding-right: 5em;
}

/* PROJECT CALCULATOR */

.project__calc-block {
  position: relative;
  white-space: nowrap;
}

.project__calc-left {
  display: inline-block;
  position: relative;
  width: 60%;
}

.project__calc-right {
  position: absolute;
  width: 39.5%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 0 5.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  white-space: nowrap;
}

.project__calc-right:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.project__calc-line {
  position: relative;
  height: 6.3em;
}

.project__calc-line + .project__calc-line {
  margin-top: 0.4em;
}

.project__calc-label {
  position: relative;
  width: 55%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.27);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.project__calc-line.active .project__calc-label {
  background-color: #ffffff;
}

.project__calc-label:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.project__calc-label > span {
  display: inline-block;
  margin-left: 3.5em;
  vertical-align: middle;
  font-size: 1.8em;
  font-weight: 500;
  color: #16284c;
}

.project__calc-input-frame {
  position: absolute;
  width: 45%;
  height: 100%;
  top: 0;
  right: 0;
}

.project__calc-input-frame:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.4em solid rgba(255, 255, 255, 0.27);
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.project__calc-line.active .project__calc-input-frame:before {
  border-color: #ffffff;
}

.project__calc-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 4em 0 2em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  border: none;
  font-size: 1.9em;
  font-family: 'GothamPro', Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.project__calc-result {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.project__calc-result-line {
  position: relative;
  white-space: nowrap;
}

.project__calc-result-line + .project__calc-result-line {
  margin-top: 1.5em;
}

.project__calc-result-label,
.project__calc-result-value {
  display: inline-block;
  position: relative;
  width: 50%;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  white-space: normal;
}

.project__calc-result-label {
  padding-right: 2em;
  font-size: 1.7em;
  color: #525b75;
}

.project__calc-result-label.dark {
  font-weight: 500;
  color: #222d43;
}

.project__calc-result-value {
  padding-left: 2em;
  font-size: 1.7em;
  font-weight: 500;
  color: #222d43;
}

.project__calc-result-delimiter {
  position: relative;
  height: 2px;
  margin: 1.5em 0;
  background-color: rgba(255, 255, 255, 0.41);
}

.project__calc-input-right {
  position: absolute;
  width: 5em;
  top: 0.4em;
  right: 0.4em;
  bottom: 0.4em;
  text-align: center;
  white-space: nowrap;
}

.project__calc-input-right:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.project__calc-input-measure {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8em;
  font-weight: 500;
  color: #ffffff;
}

.project__calc-dropdown-arrow {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.6em;
  border-style: solid;
  border-width: 1em 0.6em 0 0.6em;
  border-color: #ffffff transparent transparent transparent;
  -webkit-transform-origin: 0.6em 0.5em;
  -moz-transform-origin: 0.6em 0.5em;
  -ms-transform-origin: 0.6em 0.5em;
  -o-transform-origin: 0.6em 0.5em;
  transform-origin: 0.6em 0.5em;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.project__calc-line.active .project__calc-dropdown-arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.project__calc-dropdown {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.project__calc-dropdown-active {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../i/blank.gif');
  cursor: pointer;
}

.project__calc-dropdown-hidden {
  display: none;
  position: absolute;
  height: 34em;
  top: 100%;
  right: 0;
  left: 0.4em;
  margin-top: -0.4em;
  overflow: hidden;
  background-color: #ffffff;
}

.project__calc-line.active .project__calc-dropdown-hidden {
  display: block;
}

.project__calc-dropdown-scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.project__calc-dropdown-scroll .textScroll__track {
  width: 0.4em;
  z-index: 1;
  margin-left: -0.4em;
  background-color: #ededed;
}

.project__calc-dropdown-scroll .textScroll__drag {
  width: 0.4em;
  background-color: #aa3e22;
}

.project__calc-dropdown-item {
  position: relative;
  padding: 0.5em 2em;
  cursor: pointer;
  background-color: #ffffff;
  font-size: 1.6em;
  color: #222d43;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -moz-transition: background-color 0.3s, color 0.3s;
  -ms-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.project__calc-dropdown-item:hover {
  background-color: #222d43;
  color: #ffffff;
}

.project__calc-dropdown-item.active {
  cursor: default;
  background-color: #aa3e22;
  color: #ffffff;
}

/* PROJECT DECORATION */

.project__decoration-type {
  position: relative;
  margin: 0 1em 1em 0;
  padding-bottom: 115%;
  overflow: hidden;
  cursor: pointer;
}

.project__decoration-type-bg {
  background: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.project__decoration-type-content {
  opacity: 0;
  background-color: rgba(34, 45, 67, 0.84);
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: opacity 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out, -ms-transform 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out, -o-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
}

.project__decoration-type:hover .project__decoration-type-content {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.project__decoration-type-content:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.project__decoration-type-text {
  display: inline-block;
  position: relative;
  font-size: 2.2em;
  font-weight: 300;
  line-height: 1.3;
  color: #ffffff;
}

/* PROJECT CONSTRUCTION */

.project__construction-albums {
  position: relative;
  width: 30em;
  z-index: 1;
}

.project__construction-active {
  position: relative;
  width: 30em;
  height: 7.3em;
  cursor: pointer;
  background-color: #222d43;
  white-space: nowrap;
}

.project__construction-active:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.project__construction-active:after {
  content: '▼';
  position: absolute;
  top: 50%;
  right: 2em;
  font-size: 1.7em;
  color: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.project__construction-albums:hover .project__construction-active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.project__construction-active > span {
  display: inline-block;
  margin-left: 2em;
  vertical-align: middle;
  font-size: 1.7em;
  font-weight: bold;
  color: #ffffff;
}

.project__construction-albums-hidden {
  position: absolute;
  width: 60em;
  max-height: 0;
  top: 100%;
  left: 0;
  overflow: hidden;
  opacity: 0;
  background-color: #222d43;
  -webkit-transition: max-height 0.5s ease-in-out, opacity 0.5s;
  -moz-transition: max-height 0.5s ease-in-out, opacity 0.5s;
  -ms-transition: max-height 0.5s ease-in-out, opacity 0.5s;
  -o-transition: max-height 0.5s ease-in-out, opacity 0.5s;
  transition: max-height 0.5s ease-in-out, opacity 0.5s;
}

.project__construction-albums:hover .project__construction-albums-hidden {
  max-height: 60em;
  opacity: 1;
}

.project__construction-albums-list {
  position: relative;
  white-space: nowrap;
}

.project__construction-item {
  display: inline-block;
  position: relative;
  width: 33%;
  height: 6em;
  margin: 1px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.project__construction-item:hover {
  background-color: rgba(255, 255, 255, 0);
}

.project__construction-item.active {
  cursor: default;
  background-color: #ffffff;
  color: #222d43;
}

.project__construction-item:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.project__construction-item > span {
  display: inline-block;
  font-size: 1.5em;
}

.project__construction-text.n1 {
  text-transform: capitalize;
}

/* PROJECT DOCUMENTS */

.project__documents-frame,
.project__documents-folders,
.project__documents-list {
  position: relative;
}

.project__documents-folder,
.project__documents-item {
  display: inline-block;
  position: relative;
  width: 19.5%;
  margin: 0 0.5% 0.5% 0;
  padding-bottom: 19.5%;
  vertical-align: top;
  cursor: pointer;
  color: #1c284a;
  background-color: rgba(255, 255, 255, 0.25);
}
.structure .project__section {
  /*position: absolute;*/
  top: 60%;
  left: 40em;
  margin-bottom: -3.5em;
}
.structure .project__section h3 strong {
  font-size: 3.5em;
  position: relative;
  display: block;
  margin: 0 0 1.5em 0;
  color: #222d43;
}

@media only screen and (max-aspect-ratio: 16/9) {
  .project__documents-folder,
  .project__documents-item {
    width: 32.5%;
    padding-bottom: 32.5%;
  }
}

.project__documents-folder:hover,
.project__documents-folder.active {
  background-color: #29354c;
  color: #ffffff;
}

.project__documents-folder:before {
  content: '';
  position: absolute;
  width: 2.1em;
  height: 2.1em;
  top: 2.1em;
  right: 2.3em;
  opacity: 0;
  background: url('../i/sprite.svg?v546') -58.7em -22.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  /*-webkit-transition: opacity .3s;*/
  /*-moz-transition: opacity .3s;*/
  /*-ms-transition: opacity .3s;*/
  /*-o-transition: opacity .3s;*/
  /*transition: opacity .3s;*/
}

.project__documents-folder:hover:before,
.project__documents-folder.active:before {
  opacity: 1;
}

.project__documents-folder:after {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  top: 40%;
  left: 50%;
  margin: -2em 0 0 -2em;
  background: url('../i/sprite.svg?v546') -64.8em -9.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  font-size: 2em;
}

.project__documents-folder:hover:after,
.project__documents-folder.active:after {
  background-position: -60.3em -9.5em;
}

.project__documents-folder-title {
  position: absolute;
  top: 50%;
  right: 15%;
  left: 15%;
  margin-top: 1.5em;
  font-size: 1.6em;
  font-weight: 500;
  text-align: center;
}

.project__documents-folder-count {
  position: absolute;
  top: 1.3em;
  right: 1.4em;
  font-size: 1.6em;
  /*-webkit-transition: opacity .3s;*/
  /*-moz-transition: opacity .3s;*/
  /*-ms-transition: opacity .3s;*/
  /*-o-transition: opacity .3s;*/
  /*transition: opacity .3s;*/
}

.project__documents-folder:hover .project__documents-folder-count,
.project__documents-folder.active .project__documents-folder-count {
  opacity: 0;
}

.project__documents-item {
  display: none;
  text-decoration: none;
}

.project__documents-item.active {
  display: inline-block;
}

.project__documents-item:hover {
  z-index: 1;
  background-color: #ffffff;
}

.project__documents-item:before {
  content: '';
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  top: 2em;
  left: 2em;
  background: url('../i/sprite.svg?v546') -56.9em -6.2em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.project__documents-item:hover:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.project__documents-item:after {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  top: 40%;
  left: 50%;
  margin: -2em 0 0 -2em;
  background: url('../i/sprite.svg?v546') -69.3em -9.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  font-size: 2em;
}

.project__documents-item-title {
  position: absolute;
  top: 50%;
  right: 6%;
  left: 6%;
  margin-top: 1.5em;
  font-size: 1.3em;
  text-align: center;
}

.project__documents-item-hidden {
  display: none;
  position: absolute;
  width: 100%;
  top: 99.5%;
  left: 0;
  padding-bottom: 2em;
  background-color: #ffffff;
}

.project__documents-item:hover .project__documents-item-hidden {
  display: block;
}

.project__documents-item-info {
  padding: 0 6%;
  font-size: 1.4em;
  font-weight: 500;
  text-align: center;
  color: #565e72;
}

.project__documents-item-info + .project__documents-item-info {
  margin-top: 1em;
}

.project__documents-item-info > span {
  font-weight: normal;
  color: #767a86;
}

/* PROJECT PLANS */

.project__plans-slider {
  position: relative;
  overflow: hidden;
}

.project__plans-line {
  position: relative;
  width: 100%;
  font-size: 0;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  -moz-transition: -moz-transform 0.8s ease-in-out;
  -ms-transition: -ms-transform 0.8s ease-in-out;
  -o-transition: -o-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
}

.project__plans-frame.opened_floor .project__plans-line {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.project__plans-frame.opened_apart .project__plans-line {
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
  transform: translateX(-200%);
}

.project__plans-slide {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: top;
  opacity: 0;
  font-size: 1rem;
  -webkit-transition: opacity 0.8s ease-in-out;
  -moz-transition: opacity 0.8s ease-in-out;
  -ms-transition: opacity 0.8s ease-in-out;
  -o-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
}

.opened_genplan .project__plans-slide.n1,
.opened_floor .project__plans-slide.n2,
.opened_apart .project__plans-slide.n3 {
  opacity: 1;
}

.project__plans-map-frame {
  position: relative;
  margin-right: 18em;
  padding-bottom: 70%;
}

.project__plans-slide.n3 .project__plans-map-frame {
  width: 60%;
  margin: 8% 0 0;
  padding-bottom: 60%;
}

.project__plans-map-centrer {
  position: absolute;
  top: 0;
  left: 0;
  background: url('../i/blank.gif');
}

.project__plans-map-position {
  position: absolute;
  top: 1em;
  right: 1em;
  bottom: 1em;
  left: 1em;
  overflow: hidden;
  border: 1px solid rgba(22, 28, 42, 0);
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s;
}

.project__plans-map-position.draggable {
  border-color: #485362;
}

.project__plans-map-draggable {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    top 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    top 0.3s ease-in-out, width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    top 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    top 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    top 0.3s ease-in-out, width 0.3s ease-in-out;
}

.project__plans-map-position.draggable .project__plans-map-draggable {
  cursor: url('../i/cur1.cur'), pointer;
  width: 200%;
  height: 200%;
}

.project__plans-map-draggable.dragging {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.project__plans-slide.n3 .project__plans-map-draggable:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.project__plans-head {
  position: relative;
  width: 100%;
  z-index: 1;
}

.project__plans-head:after {
  content: '';
  display: block;
  clear: both;
}

.project__plans-head-item {
  position: relative;
  float: left;
  width: 10%;
  padding-bottom: 10%;
  text-align: center;
  color: #ffffff;
}

.project__plans-head-item.n1 .project__plans-head-item-bg {
  background-color: #aa3b20;
}
.project__plans-head-item.n2 .project__plans-head-item-bg {
  background-color: #b43f23;
}
.project__plans-head-item.n3 .project__plans-head-item-bg {
  background-color: #c34527;
}
.project__plans-head-item.n4 .project__plans-head-item-bg {
  background-color: #39445c;
}
.project__plans-head-item.n5 .project__plans-head-item-bg {
  background-color: #2f3a51;
}
.project__plans-head-item.n6 .project__plans-head-item-bg {
  background-color: #222d43;
}
.project__plans-head-item.n7 .project__plans-head-item-bg {
  background-color: #1d273b;
}
.project__plans-head-item.n8 {
  width: 16%;
  color: #39445c;
}
.project__plans-head-item.n8 .project__plans-head-item-bg {
  background-color: #eaf1ff;
}

.project__plans-head-item.at_floor,
.project__plans-head-item.at_apart {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -webkit-transform 0.5s ease-in-out;
  -moz-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -moz-transform 0.5s ease-in-out;
  -ms-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -ms-transform 0.5s ease-in-out;
  -o-transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    -o-transform 0.5s ease-in-out;
  transition: visibility 0.5s ease-in-out, opacity 0.5s ease-in-out,
    transform 0.5s ease-in-out;
}

.project__plans-frame.opened_floor .project__plans-head-item.at_floor,
.project__plans-frame.opened_apart .project__plans-head-item.at_apart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.project__plans-head-item.with-arrows .project__plans-head-item-bg:after {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  right: 0;
  bottom: 0;
  font-size: 0.8em;
  background: url('../i/sprite.svg?v546') -55.8em -0.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.project__plans-head-item.with-arrows:hover .project__plans-head-item-bg:after {
  opacity: 0;
}

.project__plans-head-item-text {
  margin-left: -0.2em;
  font-size: 1.5em;
}

.project__plans-head-item-text .val {
  display: block;
  margin-bottom: 0.4em;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1;
}
.project__plans-head-item.n8[data-targ='tc']
  .project__plans-head-item-text
  .val {
  margin-bottom: 0em;
}
.project__plans-breadcrumbs {
  position: relative;
  margin-bottom: 4em;
  white-space: nowrap;
}

.project__plans-breadcrumbs:before {
  content: '';
  display: inline-block;
  position: relative;
  width: 7.4em;
  height: 0.5em;
  margin-right: 2em;
  vertical-align: middle;
  background-color: #222d43;
}

.project__plans-breadcrumbs > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.3em;
  text-transform: uppercase;
  color: rgba(34, 45, 67, 0.4);
}

.project__plans-breadcrumbs > span.active,
.project__plans-breadcrumbs > span.prev {
  color: #222d43;
}

.project__plans-breadcrumbs-item.prev {
  cursor: pointer;
  text-decoration: underline;
}

.project__plans-breadcrumbs-item.prev:hover {
  text-decoration: none;
}

.project__plans-breadcrumbs > span + span {
  margin-left: 0.5em;
}

.project__plans-arrow {
  display: none;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  opacity: 0;
  background-color: #222d43;
  -webkit-transition: visibility 0.4s 0.3s, opacity 0.4s 0.3s,
    -webkit-transform 0.4s 0.3s, background-color 0.3s;
  -moz-transition: visibility 0.4s 0.3s, opacity 0.4s 0.3s,
    -moz-transform 0.4s 0.3s, background-color 0.3s;
  -ms-transition: visibility 0.4s 0.3s, opacity 0.4s 0.3s,
    -ms-transform 0.4s 0.3s, background-color 0.3s;
  -o-transition: visibility 0.4s 0.3s, opacity 0.4s 0.3s, -o-transform 0.4s 0.3s,
    background-color 0.3s;
  transition: visibility 0.4s 0.3s, opacity 0.4s 0.3s, transform 0.4s 0.3s,
    background-color 0.3s;
}

.project__plans-arrow.active {
  display: block;
}

.floor-up,
.section-up {
  bottom: 100%;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.floor-down,
.section-down {
  top: 100%;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.project__plans-head-item:hover .project__plans-arrow,
.project__plans-head-item.hover .project__plans-arrow {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -ms-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.project__plans-arrow:after {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -2em;
  background: url('../i/sprite.svg?v546');
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.floor-up:after,
.section-up:after {
  background-position: -82.8em -0.5em;
}
.floor-down:after,
.section-down:after {
  background-position: -87.3em -0.5em;
}

.project__plans-arrow > span {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: 1.1em;
}

.project__plans-popup {
  display: none;
  position: absolute;
  width: 7.6em;
  height: 7.6em;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: -9.6em 0 0 -3.8em;
  background-color: #c34527;
}

.project__plans-popup.dis {
  width: 0;
}

.project__plans-popup.reverse-vert {
  margin-top: 5em;
}

.project__plans-popup:after {
  content: '';
  position: absolute;
  width: 3em;
  height: 3em;
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  background: url('../i/sprite.svg?v546') -61.8em -18.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  font-size: 1.5em;
}

.project__plans-popup.dis:after {
  display: none;
}

.project__plans-popup-item {
  position: absolute;
  width: 7.6em;
  height: 7.6em;
  top: 0;
  text-align: center;
  white-space: nowrap;
  color: #ffffff;
}

.project__plans-popup-item.n1 {
  left: 100%;
  background-color: #39445c;
}
.project__plans-popup-item.n2 {
  left: 200%;
  background-color: #2f3a51;
}
.project__plans-popup.dis .project__plans-popup-item.n2 {
  left: 7.6em;
}
.project__plans-popup-item.n3 {
  left: 300%;
  background-color: #222d43;
}
.project__plans-popup-item.n4 {
  left: 400%;
  background-color: #eaf1ff;
  color: #39445c;
}

.project__plans-popup.reverse .project__plans-popup-item.n1 {
  right: 100%;
  left: auto;
}
.project__plans-popup.reverse .project__plans-popup-item.n2 {
  right: 200%;
  left: auto;
}
.project__plans-popup.dis.reverse .project__plans-popup-item.n2 {
  right: 7.6em;
  left: auto;
}
.project__plans-popup.reverse .project__plans-popup-item.n3 {
  right: 300%;
  left: auto;
}
.project__plans-popup.reverse .project__plans-popup-item.n4 {
  right: 400%;
  left: auto;
}

.project__plans-popup-item:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.project__plans-popup-item > div {
  display: inline-block;
  margin-left: -0.1em;
  vertical-align: middle;
  font-size: 1.2em;
}

.project__plans-popup-item .val {
  display: block;
  margin-bottom: 0.2em;
  font-size: 1.5em;
  font-weight: 500;
}

.project__plans-apart-buttons {
  position: absolute;
  bottom: 0;
  left: 65%;
}

.project__plans-apart-button {
  position: relative;
  padding-left: 4.2em;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  color: #2f3a51;
}

.project__plans-apart-button + .project__plans-apart-button {
  margin-top: 4em;
}

.project__plans-apart-button:before {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  top: -1.6em;
  left: 0;
  background: url('../i/sprite.svg?v546');
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  font-size: 0.85em;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -moz-transition: -moz-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  -o-transition: -o-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.project__plans-apart-button.freePlans {
  display: none;
}
.project__plans-apart-button.reserve:before {
  background-position: -73.8em -9.5em;
  background: url(../i/booking-request-orange.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.8em;
  height: 2.8em;
  left: 0.8em;
  top: -0.8em;
}
.search .search_result_tab tr td.r_reserve a {
  position: relative;
}

.search_reserve:after {
  background: url(../i/booking-request-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.4em;
  height: 2.4em;
  margin: -1em 0 0 -1.2em;
}
.search_reserve.online_booking:after {
  background: url(../i/booking-online-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin: -1.2em 0 0 -1em;
}
.search_reserve.hide_price:after {
  display: none;
}
.project__plans-apart-button.manager:before {
  background-position: -78.3em -9.5em;
}
.project__plans-apart-button.furniture:before {
  background-position: -87.3em -9.5em;
}
.project__plans-apart-button.freePlans:before {
  background-position: -51.3em -9.5em;
  top: -1.1em;
}
.project__plans-apart-button.furniture.active:before {
  background-position: -82.8em -9.5em;
}
.project__plans-apart-button.levels {
  display: none;
}
.project__plans-apart-button.levels:before {
  background-position: -69.2em -41.1em;
}
.project__plans-apart-button.levels.active:before {
  background-position: -73.5em -41.1em;
}

.project__plans-apart-button.version:before {
  background-position: -81.9em -45.5em;
  font-size: 0.7em;
}

.project__plans-apart-button:hover:before {
  -webkit-transform: translateX(1em);
  -moz-transform: translateX(1em);
  -ms-transform: translateX(1em);
  -o-transform: translateX(1em);
  transform: translateX(1em);
}

.project__plans-apart-button.furniture:after {
  content: 'Показать без мебели';
}
.project__plans-apart-button.furniture.active:after {
  content: 'Показать с мебелью';
}

.project__plans-apart-button.freePlans:after {
  content: 'Квартира со свободной планировкой.\0aРекомендуемый вариант зонирования';
  white-space: pre;
}

._en .project__plans-apart-button.furniture:after {
  content: 'Display without furniture';
}
._en .project__plans-apart-button.furniture.active:after {
  content: 'Display with furniture';
}

.project__plans-pdf-button {
  position: relative;
  width: 9.8em;
  height: 9.8em;
  margin-top: 6em;
  cursor: pointer;
  background-color: #c34527;
  text-align: center;
  color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.project__plans-pdf-button:hover {
  background-color: #b14027;
}

.project__plans-pdf-button > div {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -1.5em;
  font-size: 1.2em;
}

.project__plans-pdf-button span {
  display: block;
  margin-bottom: 0.5em;
  font-size: 1.8em;
  font-weight: 500;
}

.project__plans-back-button {
  visibility: hidden;
  position: absolute;
  width: 10em;
  height: 10em;
  bottom: 20em;
  right: 35em;
  z-index: 2;
  cursor: pointer;
  background-color: #222d43;
  -webkit-transform: translateY(300%);
  -moz-transform: translateY(300%);
  -ms-transform: translateY(300%);
  -o-transform: translateY(300%);
  transform: translateY(300%);
  -webkit-transition: visibility 1s ease-in-out,
    -webkit-transform 1s ease-in-out, background-color 0.3s;
  -moz-transition: visibility 1s ease-in-out, -moz-transform 1s ease-in-out,
    background-color 0.3s;
  -ms-transition: visibility 1s ease-in-out, -ms-transform 1s ease-in-out,
    background-color 0.3s;
  -o-transition: visibility 1s ease-in-out, -o-transform 1s ease-in-out,
    background-color 0.3s;
  transition: visibility 1s ease-in-out, transform 1s ease-in-out,
    background-color 0.3s;
}

.project__plans-back-button:hover {
  background-color: #2e3952;
}

.project__plans-back-button.at_plans.active {
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.project__plans-back-button:after {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -2em;
  background: url('../i/sprite.svg?v546') -33.3em -0.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.project__plans-back-button > span {
  position: absolute;
  top: 50%;
  right: 100%;
  padding-right: 1.5em;
  opacity: 0;
  font-size: 1.3em;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
  color: #222d43;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.project__plans-back-button.at_plans.active > span {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.8s;
  -moz-transition: opacity 0.5s 0.8s;
  -ms-transition: opacity 0.5s 0.8s;
  -o-transition: opacity 0.5s 0.8s;
  transition: opacity 0.5s 0.8s;
}

.project__plans-zoom-button {
  position: absolute;
  width: 9.8em;
  height: 9.8em;
  top: 30%;
  right: 0;
  margin: -4.9em 0 0 0;
  cursor: pointer;
  background-color: #c34527;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.project__plans-slide.n3 .project__plans-zoom-button {
  top: 0;
  right: auto;
  left: 65%;
  margin-top: 3.5em;
}

.project__plans-zoom-button:hover {
  background-color: #ab4126;
}

/*.project__plans-zoom-button:before {*/
/*content: 'увеличить';*/
/*position: absolute;*/
/*bottom: 0.3em;*/
/*right: 0.3em;*/
/*font-size: 1.2em;*/
/*text-transform: uppercase;*/
/*color: #FFFFFF;*/
/*}*/

.project__plans-zoom-button:after {
  content: '';
  position: absolute;
  width: 3em;
  height: 3em;
  top: 50%;
  left: 50%;
  margin: -1.5em 0 0 -1.5em;
  background: url('../i/sprite.svg?v546') -65.3em -22em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  font-size: 1.6em;
}

.project__plans-zoom-button.active:after {
  background-position: -68.82em -22em;
}

.project__plans-minimap-frame {
  position: absolute;
  width: 15%;
  top: 0;
  right: 0;
  padding-bottom: 10%;
}

.project__plans-slide.n3 .project__plans-minimap-frame {
  padding-bottom: 15%;
}

.floor_minimap_cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.floor_minimap {
  display: none;
}

.project__plans-minimap-frame .floor_map {
  display: none;
}

.quarter_map_cont,
.quarter_map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* PROJECT SEARCH */

.project__search-bg,
.project__search-bg .search_left,
.project__search-bg .search_right,
.project__search-bg .search_inner,
.project__search-bg .search_results,
.project__search-bg .search_result_div,
.project__search-bg .search_pagination_position {
  position: relative;
  width: auto;
  height: auto;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.project__search-bg .search_title {
  font-size: 1.5em;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
  color: #455861;
}

.project__search-bg .search_result_num {
  color: #1c284a;
}

.project__search-bg .search_slider {
  width: 70em;
}

.search_bg.project__search-bg td {
  width: 15%;
}

.search_bg.project__search-bg td.r_tc {
  width: 25%;
}

.search_bg.project__search-bg td.r_tc.promo-price {
  line-height: 1.6rem;
  padding: 0.8rem 0;
}

.project__search-bg .search_header_tab td {
  color: #455861;
}

.project__search-bg td {
  color: #1c284a;
}

.r_tc span.old_price {
  /*display: block;*/
  text-decoration: line-through;
  font-size: 1.4rem;
  line-height: 0;
  /*position: absolute;*/
  width: 100%;
  color: #455861;
  /*margin-top: -8px;*/
}

.project__plans-head-item.n8 span.old_price,
.project__plans-popup-item .val span.old_price {
  display: block;
  text-decoration: line-through;
  font-size: 1.4rem;
  color: #455861;
}

.project__search-bg .search_result_tab tr.active:hover {
  background-color: #ffffff;
}

.project__search-bg .search_reserve:after {
  background-position: -72.3em -22em;
  background: url(../i/booking-request.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.4em;
  height: 2.4em;
  margin: -1em 0 0 -1.2em;
}

.project__search-bg .search_slider_txt.def {
  color: rgba(28, 40, 74, 0.71);
}

.project__search-bg .pagination_btn {
  color: #1c284a;
}

.project__search-bg .pagination_btn.prev,
.project__search-bg .pagination_btn.next {
  background-color: #ffffff !important;
}

.project__search-bg .pagination_btn.current,
.project__search-bg .pagination_btn:hover {
  color: #ffffff;
}

.search_preview_frame {
  position: absolute;
  width: 250px;
  height: 200px;
  margin: -85px 0 0 -270px;
  z-index: 100;
}
.search_preview_frame:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  border: 20px solid transparent;
  border-right: 0;
  border-left: 20px solid rgba(255, 255, 255, 0.89);
  right: -20px;
  top: 84px;
}
.search_preview_frame .search_preview {
  position: relative;
  max-width: 240px;
  max-height: 190px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .project__search-bg .search_slider {
    width: 100%;
  }
}

/* hidden */

.scroll-started-hide {
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  -moz-transition: visibility 0.5s, opacity 0.5s;
  -ms-transition: visibility 0.5s, opacity 0.5s;
  -o-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s;
}

.scroll-started .scroll-started-hide,
.scroll-started-important .scroll-started-hide {
  visibility: hidden;
  opacity: 0;
}

/* параллакс */

.p_item .div_100 {
  width: 110%;
  height: 110%;
  left: -5%;
  top: -5%;
}

.gallery_popup .g_s_area,
.gallery_popup .g_btn,
.gallery_popup .close_btn,
.gallery_popup .gallery_title_frame {
  z-index: 2;
}

.gallery_popup .g_btn {
  position: absolute;
  width: 10em;
  height: 10em;
  top: 50%;
  margin-top: -5em;
  cursor: pointer;
  background-color: #ffffff;
}

.gallery_popup .g_btn.left {
  left: 5em;
}
.gallery_popup .g_btn.right {
  right: 5em;
}

.gallery_popup .g_btn:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(172, 186, 201, 0.31);
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.gallery_popup .g_btn:hover:before {
  opacity: 1;
}

.gallery_popup .g_btn:after {
  content: '';
  position: absolute;
  width: 4em;
  height: 4em;
  top: 50%;
  left: 50%;
  margin: -2em 0 0 -2em;
  background: url('../i/sprite.svg?v546');
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}
.gallery_popup .g_btn.left:after {
  background-position: -60.3em -5em;
}
.gallery_popup .g_btn.right:after {
  background-position: -64.8em -5em;
}
.scheme_popup {
  width: 63%;
  left: 19%;
  top: -1%;
}
.scheme_popup img {
  width: 100%;
}

.modal_popup_center {
  position: fixed;
  width: 44em;
  height: 12em;
  background: #1c284a;
  border: 0.5em solid #cb4829;
  left: 50%;
  top: 50%;
  margin-left: -22em;
  margin-top: -11em;
  z-index: 100;
  color: #fff;
  padding: 3em;
  text-align: center;
}
.modal_popup_center-text {
  font-size: 2em;
}
.modal_popup_center_close {
  right: 0;
  top: 0;
}
@media screen and (orientation: portrait) {
  .rotate_help_frame {
    display: block;
  }
}

/* GRID System */

.grid__row {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  text-align: left;
}

.grid__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1rem;
}

.grid__item.col-12 {
  width: 100%;
}
.grid__item.col-11 {
  width: 91.66%;
}
.grid__item.col-10 {
  width: 83.33%;
}
.grid__item.col-9 {
  width: 75%;
}
.grid__item.col-8 {
  width: 66.66%;
}
.grid__item.col-7 {
  width: 58.33%;
}
.grid__item.col-6 {
  width: 50%;
}
.grid__item.col-5 {
  width: 41.66%;
}
.grid__item.col-4 {
  width: 33.33%;
}
.grid__item.col-3 {
  width: 25%;
}
.grid__item.col-2 {
  width: 16.66%;
}
.grid__item.col-1 {
  width: 8.33%;
}

.s-visible,
.xs-visible {
  display: none;
}

@media only screen and (max-width: 480px),
  only screen and (orientation: portrait) {
  .grid__item.xs-col-12 {
    width: 100%;
  }
  .grid__item.xs-col-11 {
    width: 91.66%;
  }
  .grid__item.xs-col-10 {
    width: 83.33%;
  }
  .grid__item.xs-col-9 {
    width: 75%;
  }
  .grid__item.xs-col-8 {
    width: 66.66%;
  }
  .grid__item.xs-col-7 {
    width: 58.33%;
  }
  .grid__item.xs-col-6 {
    width: 50%;
  }
  .grid__item.xs-col-5 {
    width: 41.66%;
  }
  .grid__item.xs-col-4 {
    width: 33.33%;
  }
  .grid__item.xs-col-3 {
    width: 25%;
  }
  .grid__item.xs-col-2 {
    width: 16.66%;
  }
  .grid__item.xs-col-1 {
    width: 8.33%;
  }

  .xs-visible {
    display: block;
  }

  .xs-hidden {
    display: none;
  }
}

@media only screen and (max-width: 960px) and (min-width: 481px) {
  .grid__item.s-col-12 {
    width: 100%;
  }
  .grid__item.s-col-11 {
    width: 91.66%;
  }
  .grid__item.s-col-10 {
    width: 83.33%;
  }
  .grid__item.s-col-9 {
    width: 75%;
  }
  .grid__item.s-col-8 {
    width: 66.66%;
  }
  .grid__item.s-col-7 {
    width: 58.33%;
  }
  .grid__item.s-col-6 {
    width: 50%;
  }
  .grid__item.s-col-5 {
    width: 41.66%;
  }
  .grid__item.s-col-4 {
    width: 33.33%;
  }
  .grid__item.s-col-3 {
    width: 25%;
  }
  .grid__item.s-col-2 {
    width: 16.66%;
  }
  .grid__item.s-col-1 {
    width: 8.33%;
  }

  .s-visible {
    display: block;
  }

  .s-hidden {
    display: none;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 961px) {
  .grid__item.m-col-12 {
    width: 100%;
  }
  .grid__item.m-col-11 {
    width: 91.66%;
  }
  .grid__item.m-col-10 {
    width: 83.33%;
  }
  .grid__item.m-col-9 {
    width: 75%;
  }
  .grid__item.m-col-8 {
    width: 66.66%;
  }
  .grid__item.m-col-7 {
    width: 58.33%;
  }
  .grid__item.m-col-6 {
    width: 50%;
  }
  .grid__item.m-col-5 {
    width: 41.66%;
  }
  .grid__item.m-col-4 {
    width: 33.33%;
  }
  .grid__item.m-col-3 {
    width: 25%;
  }
  .grid__item.m-col-2 {
    width: 16.66%;
  }
  .grid__item.m-col-1 {
    width: 8.33%;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1301px) {
  .grid__item.l-col-12 {
    width: 100%;
  }
  .grid__item.l-col-11 {
    width: 91.66%;
  }
  .grid__item.l-col-10 {
    width: 83.33%;
  }
  .grid__item.l-col-9 {
    width: 75%;
  }
  .grid__item.l-col-8 {
    width: 66.66%;
  }
  .grid__item.l-col-7 {
    width: 58.33%;
  }
  .grid__item.l-col-6 {
    width: 50%;
  }
  .grid__item.l-col-5 {
    width: 41.66%;
  }
  .grid__item.l-col-4 {
    width: 33.33%;
  }
  .grid__item.l-col-3 {
    width: 25%;
  }
  .grid__item.l-col-2 {
    width: 16.66%;
  }
  .grid__item.l-col-1 {
    width: 8.33%;
  }
}

@media only screen and (min-width: 1601px) {
  .grid__item.xl-col-12 {
    width: 100%;
  }
  .grid__item.xl-col-11 {
    width: 91.66%;
  }
  .grid__item.xl-col-10 {
    width: 83.33%;
  }
  .grid__item.xl-col-9 {
    width: 75%;
  }
  .grid__item.xl-col-8 {
    width: 66.66%;
  }
  .grid__item.xl-col-7 {
    width: 58.33%;
  }
  .grid__item.xl-col-6 {
    width: 50%;
  }
  .grid__item.xl-col-5 {
    width: 41.66%;
  }
  .grid__item.xl-col-4 {
    width: 33.33%;
  }
  .grid__item.xl-col-3 {
    width: 25%;
  }
  .grid__item.xl-col-2 {
    width: 16.66%;
  }
  .grid__item.xl-col-1 {
    width: 8.33%;
  }
}

/* Common Styles */

.h1em {
  height: 1em;
}
.h2em {
  height: 2em;
}
.h3em {
  height: 3em;
}
.h4em {
  height: 4em;
}
.h5em {
  height: 5em;
}
.h6em {
  height: 6em;
}
.h7em {
  height: 7em;
}
.h8em {
  height: 8em;
}
.h9em {
  height: 9em;
}
.h10em {
  height: 10em;
}

.ta-left {
  text-align: left !important;
}
.ta-center {
  text-align: center !important;
}
.ta-right {
  text-align: right !important;
}

/*leaflet marker*/
.map_place .maps-marker-object,
.project__map-place .maps-marker-object {
  position: absolute;
  width: 4.2em;
  height: 5.7em;
  margin: -5.7em -2.1em;
  background: url(/assets/i/sprite.png?v546) -91.7em -7.5em;
  background-size: 100em 100em;
  font-size: 1em;
}
.close_btn.dark.contacts__popup-close {
  z-index: 1100;
}
.leaflet-pane.leaflet-tile-pane {
  filter: hue-rotate(952deg) saturate(300%) grayscale(100%) brightness(66%)
    contrast(385%) opacity(0.65) invert(90%);
}
.map_place,
.project__map-place {
  background: rgb(63, 120, 185);
}

/* .project__map-place .maps-marker-project_object{
	position: absolute;
	width: 4.3em;
	height: 6.0em;
	margin: -6.0em -2.1em;
	background: url(/assets/i/sprite.png?v546) -91.8em -0.5em;
	background-size: 100em 100em;
	font-size: 1em;
} */
/* 
        var obj_image = new google.maps.MarkerImage(
            '/assets/i/sprite.png?v546',
            new google.maps.Size(43, 60),
            new google.maps.Point(918, 5),
            new google.maps.Point(21, 60)
        ); */

.projects-map_frame .projects__group,
.projects-map_frame .projects__map-list-button,
.projects-map_frame .close_btn {
  z-index: 600;
}
.projects-map .header,
.projects-map .menu__frame {
  z-index: 600;
}
.projects-map .menu__button,
.projects-map .feedback__area .popup_overlay {
  z-index: 800;
}

.map_place {
  z-index: 1;
}

.project__plans-slide.n3 .project__plans-zoom-button {
  left: 1em;
  top: 2%;
  margin-top: 1.8em;
}
.cityhouse_plan_tmb {
  position: absolute;
  bottom: 100%;
  margin-bottom: 2em;
  right: 27%;
  width: 70%;
  padding-bottom: 70%;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.cityhouse_plan_tmb > img {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cityhouse_plan_tmb:hover + .project__plans-apart-button.levels:before {
  -webkit-transform: translateX(1em);
  -moz-transform: translateX(1em);
  -ms-transform: translateX(1em);
  -o-transform: translateX(1em);
  transform: translateX(1em);
}

.search_cityhouse {
  line-height: 1.8rem;
  display: block;
  padding: 0.6rem 0;
}
.search_cityhouse > span {
  font-size: 0.75em;
  line-height: 1;
}

.banner_cost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: #c34528;
  font-family: 'GothamPro';
  z-index: 1;
}
.banner_cost > span {
  display: block;
  position: relative;
  text-transform: uppercase;
  font-size: 1.4em;

  padding: 1em 0;
  padding-top: 1.1em;
  padding-left: 5em;
  line-height: 1;
}
.banner_cost > span:before {
  content: '';
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -0.8em;
  width: 1.2em;
  height: 1.6em;
  background: url(/assets/i/sprite.svg?v546?v19);
  background-position: -80.2em -22.6em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}
.banner_cost > span:after {
  content: '';
  position: absolute;
  left: 2.6em;
  top: 50%;
  margin-top: -1.3em;
  width: 2.6em;
  height: 2.6em;
  background: url(/assets/i/sprite.svg?v546?v19?v19);
  background-position: -83em -22.2em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  font-size: 0.8em;
}

.search_buttons_frame.n3[data-targ='cityhouse'],
.search_buttons_frame.n4[data-targ='penthouse'] {
  display: inline-block;
}
.search_buttons_frame.n3[data-targ='cityhouse'] .search_buttons,
.search_buttons_frame.n4[data-targ='penthouse'] .search_buttons {
  margin-top: 1em;
  width: 21.4em;
}

.search_buttons.long {
  width: auto;
}

.project__info-banner + .project__section {
  padding-top: 10em;
}
.project__info-banner {
  position: absolute;
  right: 10em;
  width: 56em;
  height: 14em;
  background-color: #263249;
  color: #fff;
  margin-top: 1em;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.project__info-banner:after {
  content: 'скрыть';
  position: absolute;
  display: block;
  left: 0.74em;
  top: 9em;
  color: #fff;
  font-size: 1.6em;
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.project__info-banner.active:after {
  opacity: 1;
}
.project__info-banner:before {
  content: '▼';
  position: absolute;
  display: block;
  left: 1.6em;
  top: 4em;
  color: #fff;
  font-size: 2em;
  -webkit-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.project__info-banner.active:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.project_frame .project__info-banner h2 {
  position: relative;
  color: #fff;
  font-size: 2.2em;
  padding: 0.8em 1em;
  padding-left: 4em;
  margin-top: 0;
}
.project_frame .project__info-banner h2:before {
  content: '';
  position: absolute;
  display: block;
  left: 1.7em;
  top: 50%;
  margin-top: -1em;
  width: 2.8em;
  height: 2em;
  background: url(/assets/i/sprite.svg?v546) -86.4em -22.8em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  font-size: 0.6em;
}
.project_frame .project__info-banner p {
  margin: 0;
  padding: 1em 0;
  font-size: 1.6em;
  padding-left: 5.6em;
  padding-right: 2em;
  display: block;
}
.project_frame .project__info-banner p:nth-child(1) {
  padding: 0.4em 0;
  padding-bottom: 1.8em;
}
.hidden_info-banner {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.about__content-col.wide {
  display: block;
  width: 100%;
  margin-top: 2em;
}

.content__text.top {
  font-size: 1.5em;
  line-height: 1;
}

.services_frame .project__buy-bank {
  width: 25%;
  height: 13em;
}
.about__content-big-text.schemes-title.partners_title {
  text-align: center;
  padding: 0;
}
.services_frame .about__content-big-text.schemes-title.partners_title {
  text-align: left;
  padding: 0;
  margin-bottom: 1.6em;
}
.services__feedback-button.bottom {
  left: 0;
}

.feed_apt_number {
  font-size: 4em;
  font-weight: bold;
}

.project_frame .project__info-banner p + p {
  padding-top: 0.2em;
}

.project__section[data-url='/projects/dom-na-frunzenskoy/opisanie-pomescheniya']
  .project__column {
  display: inline-block;
  width: 50%;
}

.project__section[data-url='/projects/dom-na-frunzenskoy/opisanie-pomescheniya']
  .project__column.n1 {
  width: 60%;
}

.project__advantage-icon.dver-icon {
  width: 1.6em;
  height: 2.6em;
  background-position: -79.2em -41.8em;
}
.project__advantage-icon.floors-icon {
  width: 2.6em;
  height: 2.6em;
  font-size: 1.6em;
  background-position: -69.8em -41.9em;
}
.project__advantage-icon.garden-icon {
  width: 2.6em;
  height: 2.6em;
  background-position: -52.4em -46.3em;
}
.project__advantage-icon.fire-icon {
  width: 2.6em;
  height: 2.6em;
  background-position: -56.8em -46.4em;
}
.project__advantage-icon.spa-icon {
  width: 2.6em;
  height: 2.6em;
  background-position: -61.4em -46.5em;
}
.project__advantage-icon.wine-icon {
  width: 2.6em;
  height: 2.6em;
  background-position: -65.8em -46.4em;
}

/************************* SCHEME *************************/
/* position: relative;
font-size: 3em;
font-weight: bold;
color: #1c284a;
margin-bottom: 17em;
bottom: 34%;
left: 16%;
margin-left: 8em;
display: block;
font-weight: bold;
text-align: center;
line-height: 1em;
top: 0;
left: 0;
margin-top: 5em; */

/* scheme_block 
	position: absolute;
	width: 75em;
	height: 80em;
	top: 12%;
	left: 32%;

	margin-top: 12em;
	top: 20%;
	left: 17%; */
/*.scheme_before {
	position: relative;
	height: 13vh;
}*/
.scheme_block {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  margin-top: -30em;
  left: 0;
}
/*.scheme_block {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 15em;
	bottom: 0;
	left: 27.8em;
	margin-top: -30.5em;
	position: absolute;
	right: 47.8em;
	top: 21em;
	top: 47%; 
}*/
.scheme_container {
  position: relative;
  width: 70%;
  height: 0;
  padding-bottom: 70%;
  top: 0;
  left: 30em;
}
/* .scheme_img_svg 
	position: relative;
	width: 68%;
	height: auto;
	bottom: 34%;
	left: 16%;

width: 100%;

top: 7%;
	left: 26%;

padding-top: 10em; */
.scheme_img_svg {
  position: absolute;
  height: 100%;
  margin: 0 auto;
  width: 100%;
}
/* scheme_title
 	position: absolute;
    font-size: 3em;
    font-weight: bold;
    color: #1c284a;
    margin-bottom: 17em;
    bottom: 34%;
    left: 16%;
    margin-left: 8em;
    display: block; */
/* position: relative;
    font-size: 3em;
    font-weight: bold;
    color: #1c284a; */
/*display: block; */
/* top: 0; */
/* left: 27%; */
/* text-align: center; */
/* margin-bottom: 1em; */
/*margin-top: -1.4em; */
/* top: 0%;
    left: 19%; */

/* margin-top: -3em; */
.scheme_title {
  position: absolute;
  font-size: 3em;
  font-weight: bold;
  color: #1c284a;
  text-align: center;
  /* margin-bottom: 2em; */
  left: 28%;
  top: 7%;
}
.scheme_text_bold {
  position: absolute;
  font-size: 1.6em;
  color: #1a2447;
  font-weight: 600;
  text-align: center;
}
.scheme_text {
  position: absolute;
  font-size: 1.6em;
  color: #1a2447;
  text-align: center;
}

.scheme_text_color {
  color: #1a2447;
}

.close_btn.dark.schemes {
  background-color: transparent;
  height: 8em;
  width: 8em;
}

.scheme__close {
  top: 0em;
  right: -8em;
  /* top: -9em;
    right: 3em; */
}

/************************* SCHEME END *************************/

.about__content-col.wide.spec_wide {
  margin-top: -4em;
}
.about__content-col.wide.spec_wide + .about__content-col.n2 {
  margin-top: 0em;
  width: 100%;
  padding-left: 0;
}

.project__plans-head-item.n8.at_apart[data-targ='tc']
  .project__plans-head-item-text {
  top: -0.6em;
}
.tc_info_label {
  display: block;
  font-size: 0.6em;
  position: absolute;
  top: 100%;
  margin-top: 0.8em;
  padding: 0 0.5em;
}

.about__content-scheme-item.steklo {
  position: absolute;
  left: -33em;
  margin-top: -32.6em;
}
.about__content-scheme-item.steklo:before {
  display: none;
}
.about__content-scheme-item.steklo span {
  text-align: right;
}

.tour_content {
  position: relative;
  width: 100%;
  font-size: 0;
  text-align: center;
  white-space: normal;
  margin-top: 5rem;
}
.tour_item {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
  position: relative;
  width: 32%;
  /* margin: 3em; */
  margin-top: 0;
  margin-bottom: 4em;
}
.tour_item + .tour_item {
  margin-left: 2%;
}
.tour_item:nth-child(3n + 1) {
  margin-left: 0;
}
.tour_tmb {
  position: relative;
  width: 100%;
  height: auto;
}
.tour_item .open_virtual {
  display: block;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.tour_item_title {
  margin-bottom: 0.8em;
  font-size: 2em;
  color: #1c284a;
}
.tour_item a.tour_link_flat {
  display: block;
  font-size: 1.4em;
  margin-top: 0.8em;
  text-decoration: underline;
  color: #1c284a;
}
.tour_item a.tour_link_flat:hover {
  text-decoration: none;
}

.iframe_close {
  right: 0;
  top: 0;
  font-size: 1.4em;
}

.orange_btn {
  background-color: #c34527;
  color: #fff;
  text-transform: lowercase;
  text-align: center;
  text-decoration: none;
  /* font-size: 1.5em; */
  font-size: 0.9em;
  width: 17em;
  display: block;
  line-height: 2.8;
  padding-bottom: 0.2em;
  position: relative;
  left: 50%;
  margin-left: -8.5em;
  margin-top: 2em;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.orange_btn:hover {
  background-color: #cc6147;
}

.project_frame .services__feedback-button.callback {
  width: 26em;
}
.project_frame .services__feedback-button.callback:before {
  background-position: -20.4em -1.1em;
  font-size: 0.7em;
}

.text_frame .about__content {
  margin-right: 0;
}
.text_frame .about__content-col {
  width: 100%;
}
.text_frame .about__content-col.n2 {
  padding-left: 0;
}

.city_house_cart_ttl {
  display: none;
  position: absolute;
  right: 0em;
  left: 8em;
  /* width: auto; */
  bottom: 100%;
  margin-bottom: 0.6em;
  /* width: 100%; */
  font-size: 2em;
  font-weight: bold;
  margin: 1em 0;
  letter-spacing: -0.05em;
  color: #26324a;
  text-align: center;
}
.services_spec_page_frame .about__menu-frame.service_article_menu {
  display: none !important;
}
.about__menu-frame.service_article_menu {
  height: 60em;
  -webkit-transform: translate(0px, 0%) !important;
  -ms-transform: translate(0px, 0%) !important;
  -o-transform: translate(0px, 0%) !important;
  transform: translate(0px, 0%) !important;
  display: none;
}
.service_article_menu .about__menu-image {
  background: #95a2b3;
}
.service_article_menu .about__menu-image > img {
  position: absolute;
  width: 80%;
  height: auto;
  top: 50%;
  left: 10%;
  transform: translateY(-60%);
}
.services_frame .projects__cards {
  position: relative;
  margin-top: 0;
  left: 0;
  top: 0;
  width: 100%;
}
.services_frame .project__buy-banks {
  width: 96%;
}
.services_frame .about__content {
  padding: 6.5em 6em 12em 34em;
}
.services_frame .projects__cell {
  min-width: 0em;
  width: 25%;
}
.services_frame .about__content-person.top {
  margin-top: 0;
}
/*  .services_frame .about__content-person div{
	display: inline-block;
	vertical-align: middle;
} 
.services_frame .about__content-person{
	width: 100%;
} */

.structure_adv_wrapper {
  color: #fff;
}
.structure_adv_wrapper .project__advantage-title {
  font-family: 'GothamPro', Helvetica, Arial, sans-serif;
  font-size: 3.2em;
  font-weight: normal;
  line-height: 0.9;
  margin: 0;
  /* color: #fff; */
}
.structure_adv_wrapper .project__advantage-title strong {
  font-weight: bold;
}
.structure_adv_wrapper .project__advantage-text {
  font-size: 1.7em;
  line-height: 1.3;
  /* color: #fff; */
  /* line-height: 1.65; */
  margin: 1.5em 0;
}
.structure_adv_wrapper .project__column.n3 {
  padding-right: 0;
}
.structure_adv_wrapper .project__advantage {
  width: 47%;
  padding-left: 10em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.structure_adv_wrapper .project__advantage:nth-child(2n) {
  margin-left: 5%;
}

.structure_adv_wrapper .project__advantage-icon {
  background: url(/assets/i/sprite.svg?v546) no-repeat;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  display: block;
  height: 6em;
  left: 1.4em;
  position: absolute;
  top: 0;
  width: 6em;
  background-position: -51.3em -26em;
  font-size: 0.8em;
}

.structure_adv_wrapper .project__advantage-icon.gidro-icon {
  background-position: -59.5em -55.2em;
}
.structure_adv_wrapper .project__advantage-icon.trube-icon {
  background-position: -67.1em -55.2em;
}
.structure_adv_wrapper .project__advantage-icon.house-icon {
  background-position: -51.8em -69.9em;
}
.structure_adv_wrapper .project__advantage-icon.security-icon {
  background-position: -82em -62.7em;
}
.structure_adv_wrapper .project__advantage-icon.projecting-icon {
  background-position: -66.9em -69.8em;
}
.structure_adv_wrapper .project__advantage-icon.calc-icon {
  background-position: -59.5em -69.9em;
}
.structure_adv_wrapper .project__advantage-icon.loop-icon {
  background-position: -74.4em -69.8em;
}
.structure_adv_wrapper .project__advantage-icon.lighting-icon {
  background-position: -52.6em -77.3em;
  font-size: 1em;
}
.structure_adv_wrapper .project__advantage-icon.key-icon {
  background-position: -59.3em -77.2em;
}
.structure_adv_wrapper .project__advantage-icon.mans-icon {
  background-position: -81.9em -69.9em;
}
.structure_adv_wrapper .project__advantage-icon.lamp-icon {
  background-position: -67.7em -77.5em;
  font-size: 1em;
}

.services_frame .about__content-slogan {
  font-size: 1.7em;
  line-height: 1.3;
  font-weight: normal;
  white-space: normal;
  letter-spacing: 0.05em;
}

.services_frame .project__section {
  padding-top: 0;
}

.services_frame .about__content-person {
  font-size: 0.5em;
  width: 50em;
  margin-bottom: 4em;
}
.services_frame .about__content-person-position {
  margin: 0em 0 0.5em;
}
.services_frame .about__content-person-img {
  left: 0;
}
.services_frame .services__feedback-button,
.services_frame .services__map-button {
  margin-top: 1em;
}

.about__content-slogan h1 {
  font-size: 1.17em;
}

.project__section[data-sercices-url='projects'] .services__map-button {
  width: 14em;
  font-size: 1.4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.services_frame .content__text_info {
  font-size: 1.7em;
  line-height: 1.3;
}
.services_frame .content__text.content__text_info h5 {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 1em;
}
.services_frame .project__top-label {
  font-size: 2em;
}
.services_frame .project__top-button {
  font-size: 1.4em;
}
.header__phone-frame .header__phones .header__phone {
  text-align: left;
}

.project__top-button + .project__top-button {
  margin-top: -1em;
}
.project__top-button.pdf_services {
  display: block;
}
.project__top-button.pdf_services:before {
  width: 1.9em;
  height: 2.4em;
  margin-top: -1.2em;
  background-position: -70.4em -10.4em;
  font-size: 0.75em;
  margin-left: 0.3em;
}

.about__content-text h5,
.about__content-text ul,
.about__content-person-name,
.about__content-person-position,
.about__content-person-links,
.project__text-style h3,
.project__advantage-text,
.services_frame .content__text_info h5,
.services_frame .content__text_info p,
.about__menu-title,
.about__menu-item,
.about__content-text p,
.about__content-big-text p,
.about__content-slogan p,
.services__middle-item-stage p,
.structure__content-text p,
.mission__contacts-position p,
.mission__quote.mission__text > p,
.career__block p,
.career__slogan,
.project__text-style h3,
.project__text-style h6,
.project__text-style p,
.project__text-style ul,
.project__section-title,
.project__columns .project__advantage-title,
.project__columns .project__advantage-text {
  letter-spacing: 0.05em;
}
.project__advantage-title {
  letter-spacing: 0.02em;
}
.services_frame .about__content-big-text.schemes-title.partners_title {
  letter-spacing: 0.05em;
}

.galerie_46_logo {
  margin-top: 4em;
  position: relative;
  display: block;
  width: 28em;
  height: 2em;
  background: url('/assets/i/sprite.svg?v546') -2.2em -60.5em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}
.galerie_46_link {
  color: #c34527;
}
.dop_buy_sub-title {
  font-size: 0.72em;
  display: block;
  white-space: nowrap;
  line-height: 1.2;
}

.project__plans-popup-item.n5.not_sale_frame {
  width: 500%;
  z-index: 1;
  text-align: center;
  background: #222d43;
  display: none;
}
.project__plans-popup.reverse .project__plans-popup-item.n5.not_sale_frame {
  right: 0;
}

.commercial_special_label {
  position: relative;
  padding-left: 0;
  cursor: pointer;
  font-size: 1.4em;
  font-weight: 500;
  text-transform: uppercase;
  color: #2f3a51;
  margin-bottom: 4em;
  margin-left: 3.6em;
  font-style: italic;
  display: none;
}
.search_result_tab tr td a {
  position: absolute;
  display: block;
  text-decoration: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contacts__worktime_ny {
  position: absolute;
  display: block;
  color: white;
  font-size: 1.7em;
  line-height: 1.2;
  left: 68%;
  top: 50%;
  margin-top: -19em;
  width: 25em;
  letter-spacing: -0.05em;
  line-height: 1.5;
}

.contacts__worktime_ny .orange {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 0.9;
}
.structure_frame .structure__col .services__middle-item-stage {
  font-size: 2.4em;
}

@media only screen and (max-width: 1600px) {
  .structure_frame .structure__content-frame {
    left: 7%;
  }
  .structure_frame .structure__menu {
    right: 61em;
    font-size: 0.95em;
  }
  .structure_frame .structure__col {
    left: 38em;
  }
  .structure_frame .structure__col .services__middle-item-stage {
    font-size: 2.2em;
  }
}
@media only screen and (max-height: 680px) {
  .structure_frame .structure__col {
    bottom: 75%;
  }
  .structure_frame .structure .project__section {
    top: 58%;
    left: 43em;
    margin-bottom: -3.5em;
    font-size: 0.9em;
  }
}
.mission_frame .mission__content {
  margin-left: 0;
  left: auto;
  right: 35em;
}
@media only screen and (max-aspect-ratio: 16/9) {
  /*.mission_frame .mission__content {*/
  /*margin-left: 5em;*/
  /*}*/
  .mission_frame .mission__title {
    font-size: 3em;
  }
  .mission_frame .mission__quote:after {
    margin-left: 0;
  }
  .career_frame .career__content {
    left: 31%;
    font-size: 0.9em;
  }
  .career_frame .career__block h4 {
    font-size: 3.4em;
  }
  .services_frame .services__text {
    font-size: 1.8em;
  }
  .services_frame .projects__cards .projects__item-content {
    height: 28em;
  }
}

.services_frame .project__advantage .project__advantage-title {
  font-size: 2.4em;
}

.orange_screnb.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}
.orange_screnb {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 3em 4em;
  background-color: #c14527;
  color: #fff;
  width: 42em;
  font-size: 0.8em;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease,
    transform 0.6s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.6s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.6s ease;
}
.orange_screnb h2 {
  font-size: 2.2em;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.orange_screnb p {
  font-size: 1.6em;
  line-height: 1.2;
}
.orange_screnb strong {
  display: block;
  margin-bottom: -0.5em;
}
.orange_screnb .close_btn {
  top: 0;
  right: 0;
  font-size: 1.2em;
  z-index: 2;
}
.orange_screnb a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 1;
}

.ren_b {
  display: none;
}

.project__buy-feedback-button-new.alter {
  color: #fff;
  background-color: #cb4829;
  padding: 1.5em 1.5em 1.5em 4.5em;
}

.project__buy-feedback-button-new.alter:before {
  left: 2%;
  width: 3.6em;
  height: 3.6em;
  font-size: 0.8em;
  margin-top: -2.1em;
  background: url('../i/sprite.svg?v546') -19.7em -0.4em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
}

.project__buy-feedback-button-new.alter.doc:before {
  background: url('../i/sprite.svg?v546?v539') -65.5em -15.5em;
}
.project__buy-feedback-button-new {
  display: inline-block;
  position: relative;
  padding: 0.5em 0 0.5em 3em;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  color: #2f3a51;
}

.project__buy-feedback-button-new:before {
  content: '';
  position: absolute;
  width: 2.6em;
  height: 2.6em;
  top: 50%;
  left: 0;
  margin-top: -1.4em;
  background: url('../i/sprite.svg?v546') -52.1em -10.1em;
  -webkit-background-size: 100em 100em;
  background-size: 100em 100em;
  font-size: 0.8em;
}

.hystmodal__window {
  background-color: #e4e8ec;
  width: 880px !important;
}

.hystmodal__window div {
  width: 50%;
  float: left;
}

.hystmodal__window div img {
  width: 100%;
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
}

.hystmodal__window div:nth-child(3) {
  padding-top: 190px;
}

.hystmodal__window div h3 {
  margin-left: 42px;
  font-size: 30px;
  font-weight: 500;
  font-family: CoFo;
}

.hystmodal__window div p {
  margin-left: 42px;
  font-size: 16px;
  line-height: 20px;
  margin-top: 24px;
  font-family: CoFo;
  padding-right: 20px;
}

.hystmodal__window div a {
  margin-left: 42px;
  color: #EBE9E8;
  background: #000;
  padding: 13px 33px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  margin-top: 28px;
  display: inline-block;
  font-family: CoFo;
}

.hystmodal__styled {
  padding: 20px;
}

.hystmodal__close {
  top: 16px !important;
  right: 16px !important;
  width: 24px !important;
  height: 24px !important;
  background-color: #000 !important;
  background-size: 10px !important;
  border-radius: 12px;
}

.hystmodal__styled h3 {
  font-size: 3.2em;
  font-weight: 600;
  color: #1c284a;
}

.hystmodal__styled p {
  font-size: 2.4rem;
  line-height: 3.2rem;
}

.hystmodal__close:focus {
  outline: none !important;
}

#urbanAwards .hystmodal__window {
  padding: 48px;
}

#urbanAwards .hystmodal__close {
  top: 48px !important;
  right: 48px !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAgMCA1MCA1MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzgxXzcpIj4KPHBhdGggZD0iTTQ3LjQyMzkgMEw1MC4wMDA5IDIuNTc3TDIuNTc2MDIgNDkuOTk4MkwtMC4wMDA5NzY1NjIgNDcuNDIzTDQ3LjQyMzkgMFoiIGZpbGw9IiNDMzQ1MjciLz4KPHBhdGggZD0iTTIuNTc2MDIgMEw1MC4wMDA4IDQ3LjQyMTJMNDcuNDIzOSA1MEwtMC4wMDA5NzY1NjIgMi41Nzg4MkwyLjU3NjAyIDBaIiBmaWxsPSIjQzM0NTI3Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfODFfNyI+CjxyZWN0IHdpZHRoPSI1MCIgaGVpZ2h0PSI1MCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  background-color: transparent !important;
  background-size: 32px !important;
  width: 32px !important;
  height: 32px !important;
  padding: 0;
}

#urbanAwards .hystmodal__window div {
  width: initial;
  float: initial;
}

#urbanAwards div h3,
#urbanAwards div p {
  margin-left: 0;
  font-family: inherit;
  padding-right: 94px;
}

#urbanAwards div img {
  padding-top: 14px;
}

.urban-awards {
  position: absolute;
  top: -6em;
  left: 5em;
  cursor: pointer;
}

.urban-awards img {
  width: 110px;
}