

/* Start:/local/templates/ec/fonts/Formular/stylesheet.css?16730083231362*/
/* This stylesheet generated by Transfonter (https://transfonter.org) on May 15, 2017 7:06 AM */

@font-face {
	font-family: 'Formular';
	src: url('/local/templates/ec/fonts/Formular/Formular-Black.eot');
	src: url('/local/templates/ec/fonts/Formular/Formular-Black.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/ec/fonts/Formular/Formular-Black.woff2') format('woff2'),
		url('/local/templates/ec/fonts/Formular/Formular-Black.woff') format('woff'),
		url('/local/templates/ec/fonts/Formular/Formular-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Formular';
	src: url('/local/templates/ec/fonts/Formular/Formular-Bold.eot');
	src: url('/local/templates/ec/fonts/Formular/Formular-Bold.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/ec/fonts/Formular/Formular-Bold.woff2') format('woff2'),
		url('/local/templates/ec/fonts/Formular/Formular-Bold.woff') format('woff'),
		url('/local/templates/ec/fonts/Formular/Formular-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Formular';
	src: url('/local/templates/ec/fonts/Formular/Formular.eot');
	src: url('/local/templates/ec/fonts/Formular/Formular.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/ec/fonts/Formular/Formular.woff2') format('woff2'),
		url('/local/templates/ec/fonts/Formular/Formular.woff') format('woff'),
		url('/local/templates/ec/fonts/Formular/Formular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Formular';
	src: url('/local/templates/ec/fonts/Formular/Formular-Medium.eot');
	src: url('/local/templates/ec/fonts/Formular/Formular-Medium.eot?#iefix') format('embedded-opentype'),
		url('/local/templates/ec/fonts/Formular/Formular-Medium.woff2') format('woff2'),
		url('/local/templates/ec/fonts/Formular/Formular-Medium.woff') format('woff'),
		url('/local/templates/ec/fonts/Formular/Formular-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

/* End */


/* Start:/local/templates/ec/css/style.css?1673008322146111*/
@charset "UTF-8";
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */


.mfp-modal .mfp-close-btn {

    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;

position: absolute;

    top: 30px;
    right: 30px;
    font-size: 0;
    width: 30px;
    height: 30px;
    background: url(/img/icons/close_btn_7_black.svg) no-repeat center;
    background-size: cover;
    opacity: 1;
}


.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/ec/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/**
 * Dragdealer.js 0.9.8
 * http://github.com/skidding/dragdealer
 *
 * (c) 2010+ Ovidiu Cherecheș
 * http://skidding.mit-license.org
 */
.dragdealer {
  position: relative;
  height: 30px;
  background: #EEE; }

.dragdealer .handle {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer; }

.dragdealer .red-bar {
  width: 100px;
  height: 30px;
  background: #CC0000;
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  text-align: center; }

.dragdealer .disabled {
  background: #898989; }

/*! Flickity v2.0.6
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.pickmeup {
  background: #000;
  border-radius: .4em;
  box-sizing: content-box;
  display: inline-block;
  position: absolute;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

.pickmeup * {
  box-sizing: border-box; }

.pickmeup.pmu-flat {
  position: relative; }

.pickmeup.pmu-hidden {
  display: none; }

.pickmeup .pmu-instance {
  display: inline-block;
  height: 13.8em;
  padding: .5em;
  text-align: center;
  width: 15em; }

.pickmeup .pmu-instance .pmu-button {
  color: #eee;
  cursor: pointer;
  outline: none;
  text-decoration: none; }

.pickmeup .pmu-instance .pmu-today {
  background: #17384d;
  color: #88c5eb; }

.pickmeup .pmu-instance .pmu-button:hover {
  background: transparent;
  color: #88c5eb; }

.pickmeup .pmu-instance .pmu-not-in-month {
  color: #666; }

.pickmeup .pmu-instance .pmu-disabled, .pickmeup .pmu-instance .pmu-disabled:hover {
  color: #333;
  cursor: default; }

.pickmeup .pmu-instance .pmu-selected {
  background: #136a9f;
  color: #eee; }

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: #17384d; }

.pickmeup .pmu-instance nav {
  color: #eee;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  line-height: 2em; }

.pickmeup .pmu-instance nav *:first-child :hover {
  color: #88c5eb; }

.pickmeup .pmu-instance nav .pmu-prev, .pickmeup .pmu-instance nav .pmu-next {
  display: none;
  height: 2em;
  width: 1em; }

.pickmeup .pmu-instance nav .pmu-month {
  width: 14em; }

.pickmeup .pmu-instance .pmu-years *, .pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  line-height: 3.6em;
  width: 3.5em; }

.pickmeup .pmu-instance .pmu-day-of-week {
  color: #999;
  cursor: default; }

.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  line-height: 1.5em;
  width: 2em; }

.pickmeup .pmu-instance .pmu-day-of-week * {
  line-height: 1.8em; }

.pickmeup .pmu-instance:first-child .pmu-prev, .pickmeup .pmu-instance:last-child .pmu-next {
  display: block; }

.pickmeup .pmu-instance:first-child .pmu-month, .pickmeup .pmu-instance:last-child .pmu-month {
  width: 13em; }

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
  width: 12em; }

.pickmeup:not(.pmu-view-days) .pmu-days, .pickmeup:not(.pmu-view-days) .pmu-day-of-week, .pickmeup:not(.pmu-view-months) .pmu-months, .pickmeup:not(.pmu-view-years) .pmu-years {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/
/* =====================================================================================================================
// RangeSlider */
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-line-left, .irs-line-mid, .irs-line-right {
  position: absolute;
  display: block;
  top: 0; }

.irs-line-left {
  left: 0;
  width: 11%; }

.irs-line-mid {
  left: 9%;
  width: 82%; }

.irs-line-right {
  right: 0;
  width: 11%; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1; }

.irs-slider.type_last {
  z-index: 2; }

.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default; }

.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: transparent;
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: 0.4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.row {
  font-size: 0; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

@media (min-width: 768px) {
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; } }

@media (min-width: 1025px) {
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; } }

@media (min-width: 1440px) {
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; } }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.ss-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  background: transparent; }

.ss-track {
  transition: -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out;
  transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  line-height: 1; }

sup {
  vertical-align: super; }

/*---------GENERAL SETTINGS-------*/
body *,
body *:after,
body *::before {
  box-sizing: border-box; }

body {
  font-size: 20px;
  line-height: 2;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: Formular, sans-serif;
  font-weight: 400;
  transition: padding 0.6s ease; }
  body.pushed {
    overflow: hidden; }

.h0, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600; }

.h0, h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase; }

h1, .h1 {
  font-size: 64px;
  line-height: 75px; }

h2, .h2 {
  font-size: 36px;
  line-height: 44px; }

h3, .h3 {
  font-size: 26px;
  line-height: 36px; }

h4, .h4 {
  font-size: 24px;
  line-height: 34px; }

h5, .h5 {
  font-size: 22px;
  line-height: 32px; }

h6, .h6 {
  font-size: 20px;
  line-height: 30px; }

.h0 {
  font-size: 75px;
  line-height: 85px;
  font-weight: 900; }

a {
  text-decoration: none;
  color: #000; }

ol, ul {
  list-style: none; }
  ol.list, ul.list {
    line-height: 30px;
    padding: 17px 0; }
    ol.list li, ul.list li {
      padding: 17px 0; }

input {
  font-family: Formular, sans-serif; }
  input[type="text"], input[type="number"], input[type="tel"], input[type="email"], input[type="password"] {
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    background-color: transparent;
    outline: none; }

textarea {
  font-family: Formular, sans-serif;
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background-color: transparent;
  outline: none;
  resize: none; }

.form .input-group {
  margin-top: 30px;
  position: relative; }
  .form .input-group.select::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 22px;
    height: 22px;
    background: url(/img/icons/select.svg) no-repeat center;
    background-size: contain; }
  .form .input-group.select.active .options {
    display: block; }
  .form .input-group.select.active::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg); }

.form textarea {
  border-bottom: 2px solid #d9d9d9;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px; }
  .form textarea:focus {
    border-bottom-color: #000; }
  .form textarea.error {
    border-bottom-color: red;
    color: red; }
.form .input[type="number"],
.form .input[type="text"], .form .input[type="tel"], .form .input[type="email"], .form .input[type="password"] {
  border-bottom: 2px solid #d9d9d9;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px; }
  .form .input[type="text"]:focus, .form .input[type="tel"]:focus, .form .input[type="email"]:focus, .form .input[type="password"]:focus {
    border-bottom-color: #000; }
  .form .input[type="text"].error, .form .input[type="tel"].error, .form .input[type="email"].error, .form .input[type="password"].error {
    border-bottom-color: red;
    color: red; }

.form .input[type="radio"] {
  display: none; }
  .form .input[type="radio"] + .label {
    display: inline-block;
    position: static;
    padding-right: 60px; }
  .form .input[type="radio"]:checked + .label .h6 {
    font-size: 26px; }

.form .input.date + .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  background: url(/img/icons/calendar.svg) no-repeat center;
  background-size: cover; }

.form .label {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 2; }

.form .b-submit {
  height: 110px; }

.form .calendar {
  top: 100% !important;
  left: auto !important;
  right: 0;
  z-index: 2; }

.form ul.options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -2px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  z-index: 2;
  display: none; }
  .form ul.options .item {
    padding: 10px 0;
    font-size: 20px; }

.form .notice {
  color: #d9d9d9;
  padding-bottom: 15px; }

.irs {
  min-width: 170px; }

.irs-slider {
  width: 12px;
  height: 12px;
  background-color: #000;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer; }

.irs-line {
  height: 2px;
  background-color: #d9d9d9; }

.irs-bar {
  top: 0;
  bottom: 0;
  background-color: #d9d9d9; }

.irs-from, .irs-to, .irs-single {
  font-size: 20px;
  font-weight: 600;
  top: 100%;
  padding-top: 20px; }

img {
  max-width: 100%; }

p {
  font-size: 20px;
  line-height: 36px; }

.lead-text, .lead-text p {
  font-size: 20px;
  line-height: 40px; }

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

.v-container {
  white-space: nowrap; }
  .v-container::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.v-center {
  display: inline-block;
  vertical-align: middle;
  white-space: normal; }

.link {
  cursor: pointer; }
  .link.simple {
    position: relative;
    text-transform: uppercase;
    font-weight: 600; }
    .link.simple .dot {
      position: absolute;
      bottom: 0;
      left: 0; }
      .link.simple .dot::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        transition: all 0.3s ease;
        height: 0;
        width: 0;
        background-color: #000; }
    .link.simple.active .dot::before, .link.simple:hover .dot::before {
      height: 100%;
      width: 100%; }
    .link.simple.active.big .dot, .link.simple:hover.big .dot {
      width: 8px;
      height: 8px; }
    .link.simple.active.small .dot, .link.simple:hover.small .dot {
      width: 6px;
      height: 6px; }
    .link.simple.big {
      font-size: 14px;
      padding-bottom: 11px; }
    .link.simple.small {
      font-size: 10px;
      padding-bottom: 8px; }
    .link.simple.blue .dot::before {
      background-color: #0054ff; }

.btn {
  display: inline-block;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  vertical-align: top;
  position: relative;
  border: 0;
 }
  .btn .btn__txt {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1; }
  .btn::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .btn.anim {
    width: 100%;
    height: 100%;
    background-color: #000;
    text-transform: uppercase;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff; }
    .btn.anim::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
      background-color: #0054ff;
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1);
      -webkit-transform-origin: right center;
              transform-origin: right center; }
    .btn.anim:hover::after {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1);
      -webkit-transform-origin: left center;
              transform-origin: left center; }

.btn-simple {
  font-size: 14px; }

.btn-close {
  width: 30px;
  height: 30px;
  background: url(/img/icons/close_btn_7_black.svg) no-repeat center;
  background-size: cover; }

.blue {
  color: #0054ff !important; }

.wrapper-outer {
  margin: 0 auto;
  padding: 0 50px; }

.wrapper-inner {
  max-width: 1500px;
  padding: 0 50px;
  margin: 0 auto; }

.gallery {
  position: relative; }

.gallery__tab {
  display: none; }
  .gallery__tab.active {
    display: block; }

.big-slider::after {
  content: 'скрольте вниз';
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  left: 50%;
  bottom: 90px;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
          transform: translate(-50%, 0) rotate(90deg); }

.big-slider .slide {
  height: calc(97vh - 220px);
  width: 67.5vw;
  background: #000 no-repeat center;
  background-size: cover; }

.info-block .features {
  max-width: 480px; }
  .info-block .features a {
    color: #0054ff; }
  .info-block .features .feature:not(:last-child) {
    padding-bottom: 15px; }
  .info-block .features .feature .key, .info-block .features .feature .value {
    line-height: 34px; }
  .info-block .features .feature .key {
    font-size: 14px;
    font-weight: 500; }
  .info-block .features .feature .value {
    font-size: 18px;
    font-weight: 600; }
  .info-block .features .sub-feature {
    line-height: 30px; }
    .info-block .features .sub-feature:not(:last-child) {
      padding-bottom: 15px; }

.info-block.statistics {
  padding: 70px 0 100px; }
  .info-block.statistics .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1180px;
    padding: 0 50px;
    margin: 0 auto; }
    .info-block.statistics .features-list .item {
      font-size: 16px;
      font-weight: 600; }
    .info-block.statistics .features-list .item__name {
      padding-bottom: 30px;
      line-height: 1.25; }
    .info-block.statistics .features-list .item__value .number {
      font-size: 80px;
      line-height: 0.82;
      font-weight: 900;
      vertical-align: top; }
    .info-block.statistics .features-list .item__value .units {
      font-size: 16px;
      vertical-align: top;
      padding-left: 30px;
      display: inline-block; }
      .info-block.statistics .features-list .item__value .units sup {
        vertical-align: super; }
  .info-block.statistics.anim .features-list .item {
    transition: -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
    .info-block.statistics.anim .features-list .item:nth-child(1) {
      -webkit-transform: translate(0, 100px);
              transform: translate(0, 100px); }
    .info-block.statistics.anim .features-list .item:nth-child(2) {
      -webkit-transform: translate(0, 200px);
              transform: translate(0, 200px); }
    .info-block.statistics.anim .features-list .item:nth-child(3) {
      -webkit-transform: translate(0, 300px);
              transform: translate(0, 300px); }
  .info-block.statistics.anim.active .features-list .item {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.info-block.benefits {
  background-color: #fafafa;
  padding: 13vh 0; }
  .info-block.benefits .features-list {
    max-width: 1080px;
    margin: 0 auto; }
    .info-block.benefits .features-list .item {
      padding-bottom: 0; }
      .info-block.benefits .features-list .item:nth-child(3n + 1) .item__value {
        text-align: left; }
      .info-block.benefits .features-list .item:nth-child(3n + 2) .item__value {
        text-align: right; }
      .info-block.benefits .features-list .item:nth-child(3n + 3) .item__value {
        text-align: center; }
      .info-block.benefits .features-list .item:nth-child(1) .item__value {
        transition-delay: 0.7s; }
      .info-block.benefits .features-list .item:nth-child(2) .item__value {
        transition-delay: 1.4s; }
      .info-block.benefits .features-list .item:nth-child(3) .item__value {
        transition-delay: 2.1s; }
      .info-block.benefits .features-list .item:nth-child(4) .item__value {
        transition-delay: 2.8s; }
      .info-block.benefits .features-list .item:nth-child(5) .item__value {
        transition-delay: 3.5s; }
      .info-block.benefits .features-list .item:last-child .item__name {
        line-height: 86px; }
    .info-block.benefits .features-list .item__txt {
      display: inline-block; }
    .info-block.benefits .features-list .item__value {
      font-size: 14px;
      font-weight: 600;
      color: #818181;
      opacity: 0;
      transition: opacity 1s ease, -webkit-transform 0.5s ease;
      transition: opacity 1s ease, transform 0.5s ease;
      transition: opacity 1s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
      -webkit-transform: translate(0, 50%);
              transform: translate(0, 50%); }
  .info-block.benefits.active .features-list .item__value {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.schedule {
  text-transform: uppercase; }
  .schedule .time {
    padding-left: 30px; }

.b-sales {
  height: 285px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px; }
  .b-sales .b-txt, .b-sales .b-action {
    height: 100%; }
  .b-sales .b-txt {
    background-color: #fafafa;
    float: left;
    padding-top: 50px;
    padding-left: 50px; }
    .b-sales .b-txt .h2 {
      padding-bottom: 40px; }
  .b-sales .b-action {
    background-color: #000;
    float: right; }

.b-plans .b-plans__content {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px; }

.b-plans .txt-block {
  position: relative;
  padding-right: 180px; }

.b-plans .gallery--sub {
  margin-right: -50px; }
  .b-plans .gallery--sub .gallery__switch {
    position: absolute;
    top: 170px;
    right: 100%;
    padding-right: 50px;
    z-index: 1; }
  .b-plans .gallery--sub .switch__tab {
    font-weight: 600;
    margin-bottom: 35px; }
    .b-plans .gallery--sub .switch__tab.active {
      color: #0054ff; }
  .b-plans .gallery--sub .img {
    background: #0054ff no-repeat top right;
    background-size: contain;
    height: 660px;
    position: relative;
    overflow: hidden; }
  .b-plans .gallery--sub .pin {
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #000;
    cursor: pointer;
    top: 50%;
    left: 50%;
    z-index: 1;
    font-weight: 600; }
    .b-plans .gallery--sub .pin:hover .pin__txt {
      display: block; }
      .b-plans .gallery--sub .pin:hover .pin__txt sup {
        vertical-align: super;
        font-size: 12px; }
    .b-plans .gallery--sub .pin .pin__txt {
      position: absolute;
      bottom: 100%;
      left: 50%;
      padding-bottom: 10px;
      font-size: 20px;
      line-height: 30px;
      text-transform: uppercase;
      color: #fff;
      display: none; }

.calendar {
  border-radius: 0;
  background-color: #fff;
  border: 3px solid #000;
  font-weight: 600; }
  .calendar .pmu-instance {
    height: 18em;
    padding: 1em;
    width: 16em; }
    .calendar .pmu-instance .pmu-days *, .calendar .pmu-instance .pmu-day-of-week * {
      line-height: 2em; }
    .calendar .pmu-instance .pmu-button, .calendar .pmu-instance .pmu-day-of-week {
      color: #000;
      border-radius: 50%;
      padding-bottom: 0; }
    .calendar .pmu-instance .pmu-button:hover {
      color: #0054ff; }
    .calendar .pmu-instance .pmu-disabled, .calendar .pmu-instance .pmu-disabled:hover, .calendar .pmu-instance .pmu-not-in-month {
      opacity: 0.3;
      color: #000; }
    .calendar .pmu-instance .pmu-today, .calendar .pmu-instance .pmu-today:hover {
      background-color: transparent;
      color: #0054ff;
      opacity: 1; }
    .calendar .pmu-instance .pmu-selected, .calendar .pmu-instance .pmu-selected:hover {
      background-color: #0054ff;
      color: #fff; }
    .calendar .pmu-instance nav {
      padding-bottom: 10px; }
      .calendar .pmu-instance nav .pmu-next, .calendar .pmu-instance nav .pmu-next:hover, .calendar .pmu-instance nav .pmu-prev, .calendar .pmu-instance nav .pmu-prev:hover {
        width: 12px;
        height: 19px;
        font-size: 0;
        background: no-repeat center;
        background-size: contain;
        margin-top: -2px;
        border-radius: 0; }
      .calendar .pmu-instance nav .pmu-prev, .calendar .pmu-instance nav .pmu-prev:hover {
        background-image: url(/img/icons/arrow_left_small.svg); }
      .calendar .pmu-instance nav .pmu-next, .calendar .pmu-instance nav .pmu-next:hover {
        background-image: url(/img/icons/arrow_right_small.svg); }

.events .item {
  width: 460px;
  padding-left: 50px;
  margin-top: 30px; }
  .events .item:last-child {
    width: 510px;
    padding-right: 50px; }

.events .item__inner {
  position: relative; }

.events .item__img {
  height: 310px;
  background: #000 no-repeat center;
  background-size: cover;
  margin-bottom: 35px;
  position: relative; }
  .events .item__img::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.2); }

.events .item__name .h3 {
  text-transform: none; }

.events .item__desc {
  max-width: 90%; }
  .events .item__desc p {
    font-size: 18px;
    line-height: 30px;
    padding: 30px 0; }

.events .item__date {
  position: absolute;
  left: 60px;
  top: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 14px;
  font-weight: 600;
  line-height: 43px;
  z-index: 1; }
  .events .item__date .date__day {
    font-size: 64px;
    line-height: 75px;
    vertical-align: top;
    padding-right: 5px; }

.mfp-modal .mfp-container {
  padding: 0; }

.mfp-modal .mfp-close {
  top: 30px;
  right: 30px;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: url(/img/icons/close_btn_7_black.svg) no-repeat center;
  background-size: cover;
  opacity: 1; }

.popup .popup__content {
  position: relative;
  padding-top: 40px; }

.popup form .b-thanks {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 2;
  display: none; }
  .popup form .b-thanks .h2 {
    max-width: none;
    padding-bottom: 20px; }

.popup form.sent .b-thanks, .popup form.error-sent .b-thanks {
  display: block; }

.popup form.sent .b-success {
  display: block; }

.popup form.error-sent .b-error {
  display: block; }

.popup form .b-info {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.cost {
  white-space: nowrap; }
  .cost .sum {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    line-height: 0.8; }
  .cost sup {
    font-size: 16px;
    font-weight: 600; }

@media screen and (max-width: 1600px) {
  h1.fluid, .h1.fluid {
    font-size: calc(50px + (100vw - 1024px) / 40);
    line-height: 1.1718; } }

@media screen and (max-width: 1024px) {
  .wrapper-outer {
    padding: 0 25px; }
  .wrapper-inner {
    padding: 0 25px; }
  .big-slider::after {
    display: none; }
  .big-slider .slide {
    width: 88.5vw; }
  .b-sales {
    padding: 0;
    height: 215px; }
    .b-sales .b-txt .h2 {
      font-size: 22px;
      line-height: 26px;
      padding-bottom: 25px; }
    .b-sales .b-txt .h6 {
      font-size: 16px; }
  .info-block.statistics {
    padding: 100px 0; }
    .info-block.statistics .features-list {
      max-width: 480px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 0; }
      .info-block.statistics .features-list .item {
        -webkit-transform: none !important;
                transform: none !important; }
        .info-block.statistics .features-list .item:not(:last-child) {
          padding-bottom: 85px; }
  .info-block.benefits {
    padding: 100px 0; }
    .info-block.benefits .features-list {
      padding: 0 25px; }
      .info-block.benefits .features-list .item__name {
        font-size: 40px;
        line-height: 56px !important; }
      .info-block.benefits .features-list .item__value {
        display: none; }
  .b-plans .b-plans__content {
    padding: 0; }
  .b-plans .gallery--sub {
    margin-right: 0; }
    .b-plans .gallery--sub .gallery__switch {
      position: static; }
  .events .item:first-child {
    width: 460px;
    padding-left: 50px; }
  .events .item:last-child {
    width: 485px;
    padding-right: 25px; }
  .mfp-modal .mfp-close {
    top: 50px;
    right: 50px; }
  .cost sup:first-child {
    display: block;
    padding-bottom: 10px; }
  .cost .sum {
    padding-left: 0; } }

@media screen and (max-width: 800px) {
  .big-slider .slide {
    height: 380px; } }

@media screen and (max-width: 767px) {
  body.freeze, html.freeze {
    height: 100%;
    position: relative;
    overflow: hidden; }
  .wrapper-inner {
    padding: 0; }
  h1, .h1 {
    font-size: 42px;
    line-height: 50px; }
    h1.fluid, .h1.fluid {
      font-size: 42px;
      line-height: 50px; }
  p {
    font-size: 18px;
    line-height: 34px; }
  .lead-text, .lead-text p {
    font-size: 18px;
    line-height: 34px; }
  .content {
    padding-top: 80px; }
    .content.tight {
      padding-top: 0; }
  .big-slider .slide {
    height: 290px; }
  .info-block .features .feature {
    padding-bottom: 30px; }
    .info-block .features .feature .key {
      display: none; }
  .info-block.statistics .features-list .item__value .number {
    font-size: 64px; }
  .info-block.benefits .features-list {
    padding: 0; }
    .info-block.benefits .features-list .item__name {
      font-size: 26px;
      line-height: 42px !important; }
  .b-sales {
    height: auto;
    text-align: center; }
    .b-sales .b-txt, .b-sales .b-action {
      float: none;
      height: 135px; }
    .b-sales .b-txt {
      padding-top: 35px;
      padding-left: 0; }
      .b-sales .b-txt .h2 {
        display: none; }
  .events .item, .events .item:first-child {
    width: 310px;
    padding-left: 25px;
    padding-right: 0; }
    .events .item:last-child, .events .item:first-child:last-child {
      width: 335px;
      padding: 0 25px; }
  .events .item__img {
    height: 220px; }
  .events .item__date {
    left: 50px; }
  .events .item__desc {
    max-width: none; }
    .events .item__desc p {
      font-size: 15px;
      line-height: 27px; }
  .popup .h2 {
    font-size: 26px;
    line-height: 32px; }
  .btn-close {
    width: 42px;
    height: 42px;
    background: #000 url(/img/icons/cross_small_white.svg) no-repeat center;
    border-radius: 50%; }
  .mfp-modal .mfp-close {
    top: 25px;
    right: 25px;
    width: 42px;
    height: 42px;
    background: #000 url(/img/icons/cross_small_white.svg) no-repeat center;
    border-radius: 50%; }
  .form .notice .h6 {
    font-size: 16px;
    line-height: 26px; }
  .cost .sum {
    font-size: 42px; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  h1, .h1 {
    font-size: 36px;
    line-height: 44px; }
    h1.fluid, .h1.fluid {
      font-size: 36px;
      line-height: 44px; }
  .info-block.statistics .features-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .info-block.statistics .features-list .item {
      min-width: 58%; } }

@media screen and (max-width: 320px) {
  h1, .h1 {
    font-size: 30px;
    line-height: 40px; }
    h1.fluid, .h1.fluid {
      font-size: 30px;
      line-height: 40px; }
  p {
    font-size: 15px;
    line-height: 27px; }
  .lead-text, .lead-text p {
    font-size: 15px;
    line-height: 27px; }
  .big-slider .slide {
    height: 200px; }
  .info-block .features .feature .value {
    font-size: 15px; }
  .info-block.statistics {
    padding: 60px 0; }
    .info-block.statistics .features-list .item:not(:last-child) {
      padding-bottom: 40px; }
    .info-block.statistics .features-list .item__name {
      padding-bottom: 15px;
      font-size: 14px; }
    .info-block.statistics .features-list .item__value .number {
      font-size: 48px; }
    .info-block.statistics .features-list .item__value .units {
      font-size: 14px;
      padding-left: 0;
      display: block;
      padding-top: 10px; }
  .info-block.benefits {
    padding: 60px 0; }
    .info-block.benefits .features-list .item__name {
      font-size: 20px;
      line-height: 36px !important; }
  .b-sales .b-txt {
    height: 120px;
    padding-top: 30px; }
  .b-sales .b-action {
    height: 80px; }
  .events .item, .events .item:first-child {
    width: 280px; }
    .events .item:last-child, .events .item:first-child:last-child {
      width: 305px; }
  .events .item__name .h3 {
    font-size: 22px;
    line-height: 30px; }
  .events .item__name .item__desc p {
    font-size: 15px;
    line-height: 27px;
    padding: 20px 0; }
  .events .item__img {
    height: 200px; }
  .events .item__date {
    left: 30px; }
  .events .item__desc p {
    padding: 20px 0; }
  .popup .h2 {
    font-size: 22px;
    line-height: 26px; }
  .form .b-submit {
    height: 80px; }
  .form .input[type="text"], .form .input[type="tel"], .form .input[type="email"] {
    font-size: 14px; }
  .form .input[type="radio"] + .label {
    padding-right: 45px; }
    .form .input[type="radio"] + .label .h6 {
      font-size: 18px;
      line-height: 24px; }
  .form .input[type="radio"]:checked + .label .h6 {
    font-size: 22px; }
  .form ul.options .item {
    font-size: 14px; } }

@-webkit-keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fade-out {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*----------HEADER----------*/
.header {
  padding: 25px 0;
  position: relative;
  z-index: 3; }
  .header .top-line {
    min-height: 40px; }
    .header .top-line .b-inner {
      position: relative; }
  .header .logo {
    display: block;
    color: #000;
    line-height: 1;
    padding-bottom: 15px; }
    .header .logo .logo__part {
      display: inline-block;
      vertical-align: top; }
    .header .logo .logo__img {
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 900;
      padding-right: 25px; }
    .header .logo .logo__txt {
      font-size: 10px;
      font-weight: 600; }
  .header .extra-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    text-align: right; }
    .header .extra-nav .item {
      position: relative;
      display: block; }
      .header .extra-nav .item.auth {
        margin-bottom: 20px; }
        .header .extra-nav .item.auth .icon {
          background-image: url(/img/icons/auth_icon_white.svg); }
      .header .extra-nav .item.contacts .icon {
        background-image: url(/img/icons/contacts_icon_white.svg); }
      .header .extra-nav .item:hover, .header .extra-nav .item.active {
        color: #0054ff; }
        .header .extra-nav .item:hover .icon, .header .extra-nav .item.active .icon {
          background-color: #0054ff; }
    .header .extra-nav .icon, .header .extra-nav .txt {
      display: inline-block;
      vertical-align: middle; }
    .header .extra-nav .txt {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      padding-right: 15px; }
    .header .extra-nav .icon {
      position: relative;
      width: 26px;
      height: 26px;
      background: #000 no-repeat center;
      border-radius: 50%; }
    .header .extra-nav .burger-btn .icon {
      width: 40px;
      height: 40px; }
    .header .extra-nav .burger-btn .icon__inner {
      position: absolute;
      width: 12px;
      height: 7px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .header .extra-nav .burger-btn .icon__inner::after, .header .extra-nav .burger-btn .icon__inner::before {
        content: '';
        position: absolute;
        right: 0;
        height: 2px;
        background-color: #fff;
        border-radius: 2px; }
      .header .extra-nav .burger-btn .icon__inner::before {
        width: 12px;
        top: 0; }
      .header .extra-nav .burger-btn .icon__inner::after {
        width: 8px;
        bottom: 0; }

.menu.menu--main {
  width: 50%; }
  .menu.menu--main .menu__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .menu.menu--main .menu__items .item {
      margin-right: 40px; }

.menu.menu--secondary {
  margin-bottom: 25px; }
  .menu.menu--secondary .menu__items .item {
    padding: 0 50px; }

.menu .menu__items .item {
  display: inline-block;
  position: relative;
  white-space: nowrap; }
  .menu .menu__items .item .link {
    display: inline-block;
    text-transform: uppercase; }

@media screen and (max-width: 1024px) {
  .header .extra-nav .item {
    display: inline-block;
    margin-left: 35px; }
  .menu.menu--secondary .menu__items .item {
    padding-left: 25px; } }

@media screen and (max-width: 800px) {
  .menu.menu--main {
    width: 100%; }
    .menu.menu--main .menu__items .item {
      margin-right: 0; } }

@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 20px 0;
    background-color: #fff;
    transition: all 0.3s ease-in; }
    .header.dismiss {
      visibility: hidden;
      opacity: 0; }
    .header .logo {
      padding-bottom: 0; }
      .header .logo .logo__part {
        display: block; }
      .header .logo .logo__txt {
        display: none; }
    .header .extra-nav .item {
      padding-left: 25px;
      margin-left: 0; }
      .header .extra-nav .item .txt {
        display: none; }
      .header .extra-nav .item .icon:hover {
        background-color: #000; }
      .header .extra-nav .item .icon.active {
        background-color: #0054ff; }
  .menu.menu--main {
    display: none; }
  .menu.menu--secondary {
    padding-top: 90px; } }

/*---------FOOTER---------*/
.footer {
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 3;
  transition: opacity 1s ease, -webkit-transform 0.8s ease;
  transition: transform 0.8s ease, opacity 1s ease;
  transition: transform 0.8s ease, opacity 1s ease, -webkit-transform 0.8s ease;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  opacity: 0; }
  .footer.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; }
  .footer .footer__content {
    padding: 80px 0 50px; }
    .footer .footer__content .inner {
      position: relative;
      padding: 0 50px; }
    .footer .footer__content .footer__block {
      position: static; }
  .footer .socials, .footer .copy {
    font-size: 14px;
    font-weight: 600; }
  .footer .socials {
    position: absolute;
    bottom: 5px; }
    .footer .socials .item {
      padding-bottom: 20px; }

.menu.menu--footer {
  font-size: 14px;
  font-weight: 600; }
  .menu.menu--footer .menu__contacts {
    float: right;
    width: 33.33%;
    margin-top: -85px; }
    .menu.menu--footer .menu__contacts * {
      line-height: 28px; }
    .menu.menu--footer .menu__contacts .address {
      padding-bottom: 10px; }
  .menu.menu--footer .menu__items .item {
    width: 33.33%;
    vertical-align: top; }
    .menu.menu--footer .menu__items .item:last-child {
      margin-top: -41px; }
    .menu.menu--footer .menu__items .item .link {
      font-size: 14px;
      text-transform: none;
      padding-bottom: 25px; }
      .menu.menu--footer .menu__items .item .link.first-level {
        font-size: 16px; }
  .menu.menu--footer .menu--sub .item {
    display: block;
    width: 100%; }
    .menu.menu--footer .menu--sub .item:last-child {
      margin-top: 0; }

@media screen and (max-width: 1024px) {
  .footer {
    opacity: 1;
    -webkit-transform: none;
            transform: none; }
    .footer .footer__content {
      padding: 50px 0; }
      .footer .footer__content .inner {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .footer .copy {
      font-size: 16px;
      color: #d9d9d9; }
    .footer .btn-scroll-top {
      width: 40px;
      height: 40px;
      padding: 8px;
      border-radius: 50%;
      background: #eeeeee;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      .footer .btn-scroll-top .arrow {
        width: 100%;
        height: 100%;
        background: url(/img/icons/arrow_small_right_white.svg) no-repeat center;
        background-size: contain; } }

@media screen and (max-width: 767px) {
  .footer .footer__content {
    padding: 20px 0; }
    .footer .footer__content .inner {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

/*---------GLOBAL MENU---------*/
.menu.menu--global {
  width: 100vw;
  height: 100%;
  padding: 130px 25px 30px;
  position: fixed;
  z-index: 3;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }
  .menu.menu--global.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .menu.menu--global .menu__content {
    position: relative;
    min-height: 100%; }
  .menu.menu--global .menu__items.first-level {
    padding-bottom: 130px; }
  .menu.menu--global .menu__items .link {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    position: relative; }
    .menu.menu--global .menu__items .link .dot {
      width: 8px;
      height: 8px;
      position: absolute;
      background-color: #d9d9d9;
      border-radius: 50%;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .menu.menu--global .menu__items .item {
    margin-bottom: 35px;
    display: block;
    white-space: normal; }
    .menu.menu--global .menu__items .item.active .dot {
      background-color: #000; }
  .menu.menu--global .menu--sub {
    display: none;
    padding-top: 30px; }
    .menu.menu--global .menu--sub .item {
      display: inline-block;
      padding-bottom: 0;
      padding-right: 50px;
      margin-bottom: 25px; }
    .menu.menu--global .menu--sub .link {
      font-size: 16px; }
  .menu.menu--global .menu__contacts {
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    bottom: 0; }
    .menu.menu--global .menu__contacts .email {
      color: #0054ff;
      padding-top: 10px; }

@media screen and (max-width: 320px) {
  .menu.menu--global .link {
    font-size: 16px; }
  .menu.menu--global .menu--sub .item {
    padding-right: 20px; }
    .menu.menu--global .menu--sub .item .link {
      font-size: 12px; }
  .menu.menu--global .menu__contacts {
    font-size: 16px; } }

/*----------INDEX---------*/
.main-page {
  height: 100vh; }
  .main-page * {
    height: inherit; }
  .main-page .page__content {
    margin-top: -127px; }
  .main-page .page-block {
    overflow: hidden;
    position: relative; }
    .main-page .page-block.left {
      padding-left: 50px; }
      .main-page .page-block.left .page-block__inner {
        padding-top: 50vh;
        padding-bottom: 50px; }
      .main-page .page-block.left .b-txt {
        height: 100%;
        position: relative;
        -webkit-animation: fade-out 1s ease, slide-down 1s ease;
                animation: fade-out 1s ease, slide-down 1s ease; }
        .main-page .page-block.left .b-txt .h0 {
          -webkit-transform: translate(0, -85px);
                  transform: translate(0, -85px);
          line-height: 1.13333333; }
        .main-page .page-block.left .b-txt .extra-txt {
          display: none;
          font-size: 20px;
          line-height: 26px;
          text-transform: none;
          font-weight: 600;
          max-width: 505px;
          padding-top: 20px; }
        .main-page .page-block.left .b-txt * {
          height: auto; }
      .main-page .page-block.left .features-list {
        margin-bottom: 30px;
        position: relative; }
        .main-page .page-block.left .features-list .item {
          font-size: 32px;
          color: #818181;
          line-height: 45px;
          text-transform: lowercase;
          font-weight: 600;
          padding-bottom: 5px;
          vertical-align: top; }
        .main-page .page-block.left .features-list::before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
          z-index: 2; }
    .main-page .page-block.right {
      position: relative; }
      .main-page .page-block.right::before {
        content: '';
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: -1px;
        right: -1px;
        background: url(/img/icons/mask.svg) no-repeat 0 0;
        background-size: cover;
        z-index: 2; }
      .main-page .page-block.right .bg {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: no-repeat center;
        background-size: cover;
        z-index: 0; }
  .main-page .slide {
    width: 100%;
    height: 100vh; }
    .main-page .slide.active .page-block.left .b-txt {
      -webkit-animation: slide-up 1s ease;
              animation: slide-up 1s ease;
      z-index: 1; }
    .main-page .slide.active .page-block.right .bg {
      -webkit-animation: zoom-out 0.6s cubic-bezier(0, 0, 1, 1), fade-in 1s ease;
              animation: zoom-out 0.6s cubic-bezier(0, 0, 1, 1), fade-in 1s ease;
      z-index: 1; }
    .main-page .slide.rent .b-txt .features-list .item {
      display: inline-block;
      font-size: 16px;
      width: 50%; }
    .main-page .slide.rent .b-txt .features-list .item__name {
      padding-bottom: 30px; }
    .main-page .slide.rent .b-txt .features-list .item__value .number {
      font-size: 80px;
      line-height: 1;
      font-weight: 900;
      vertical-align: middle; }
    .main-page .slide.rent .b-txt .features-list .item__value .units {
      font-size: 16px;
      vertical-align: middle;
      padding-left: 30px; }
    .main-page .slide.partners .b-txt .features-list .item {
      font-size: 20px;
      text-transform: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 30px; }
      .main-page .slide.partners .b-txt .features-list .item span {
        padding-right: 5%;
        white-space: nowrap; }
    .main-page .slide.venues .events {
      padding-right: 50px; }
      .main-page .slide.venues .events .item {
        max-height: 140px;
        overflow: hidden;
        padding-top: 30px;
        padding-left: 0;
        margin-top: 0;
        max-width: 460px;
        width: 100%; }
        .main-page .slide.venues .events .item:last-child {
          padding-right: 0; }
      .main-page .slide.venues .events .item__date {
        color: #000; }
      .main-page .slide.venues .events .item__img {
        height: 310px;
        max-width: 460px; }

@media screen and (max-width: 1600px) {
  .main-page .page-block.left .b-txt .h0 {
    font-size: calc(50px + (100vw - 1024px) / 23); }
  .main-page .slide.partners .b-txt .features-list .item {
    font-size: calc(16px + (100vw - 1024px) / 57); } }

@media screen and (max-width: 1024px) {
  .main-page .page-block.left {
    padding-left: 25px; }
    .main-page .page-block.left .b-txt {
      -webkit-animation: none !important;
              animation: none !important; }
      .main-page .page-block.left .b-txt .h0 {
        font-size: 55px; } }

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .main-page .page-block {
    width: 100%;
    display: block; }
    .main-page .page-block.left {
      height: 55vh; }
      .main-page .page-block.left .page-block__inner {
        padding-top: 27.5vh;
        padding-bottom: 20px; }
      .main-page .page-block.left .b-txt .h0 {
        -webkit-transform: translate(0, -65px);
                transform: translate(0, -65px); }
    .main-page .page-block.right {
      height: 45vh; }
  .main-page .slide.partners .b-txt .features-list .item {
    font-size: 20px; }
  .main-page .slide.rent .b-txt .features-list {
    padding-bottom: 20px; }
    .main-page .slide.rent .b-txt .features-list .item__name {
      padding-bottom: 20px;
      font-size: 14px; }
    .main-page .slide.rent .b-txt .features-list .item__value .number {
      font-size: 60px; }
    .main-page .slide.rent .b-txt .features-list .item__value .units {
      font-size: 14px; } }

@media screen and (max-width: 767px) {
  .main-page .page__content {
    margin-top: -80px; }
  .main-page .page-block.left .b-txt .h0 {
    font-size: 30px;
    -webkit-transform: translate(0, -40px);
            transform: translate(0, -40px); }
  .main-page .page-block.left .b-txt .extra-txt {
    display: none; }
  .main-page .page-block.left .features-over {
    position: static; }
  .main-page .page-block.left .features-list {
    display: none; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .main-page .page-block.left .page-block__inner {
    padding-bottom: 0; }
  .main-page .page-block.left .b-txt .h0 {
    font-size: 34px;
    -webkit-transform: none;
            transform: none; }
  .main-page .page-block.left .features-over {
    padding-top: 30px; } }

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes slide-up {
  0% {
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@-webkit-keyframes slide-down {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%); } }

@keyframes slide-down {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 20%);
            transform: translate(0, 20%); } }

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); } }

@keyframes zoom-out {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1); }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1); } }

/*-------CONTACTS MODAL--------*/
.contacts-modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  z-index: 5;
  color: #fff;
  font-weight: 600; }
  .contacts-modal .row--main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .contacts-modal .btn-close {
    width: 30px;
    height: 30px;
    background: url(/img/icons/close_btn_7_black.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 25px;
    right: 50px;
    z-index: 1; }
  .contacts-modal .contacts-modal__block.left {
    background-color: #000;
    padding: 40px 50px 10px; }
    .contacts-modal .contacts-modal__block.left .h2 {
      text-transform: none; }
    .contacts-modal .contacts-modal__block.left .info-chunk {
      display: inline-block;
      vertical-align: baseline;
      width: 50%;
      font-size: 20px;
      line-height: 28px;
      padding-bottom: 50px; }
      .contacts-modal .contacts-modal__block.left .info-chunk:nth-child(3) {
        margin-left: 50%;
        padding-bottom: 100px; }
      .contacts-modal .contacts-modal__block.left .info-chunk:last-child {
        float: left;
        padding-top: 33px; }
      .contacts-modal .contacts-modal__block.left .info-chunk .time {
        padding-left: 30px; }
    .contacts-modal .contacts-modal__block.left a {
      color: #fff; }
  .contacts-modal .contacts-modal__block.right {
    background-color: #818181;
    overflow: hidden; }
    .contacts-modal .contacts-modal__block.right #contacts-map {
      height: 100%; }
  .contacts-modal .contacts-modal__block .socials .social {
    font-size: 12px;
    color: #fff;
    text-transform: lowercase; }
    .contacts-modal .contacts-modal__block .socials .social:not(:last-child) {
      padding-right: 30px; }
    .contacts-modal .contacts-modal__block .socials .social .dot::before {
      background-color: #fff; }
  .contacts-modal .contacts-modal__block .form .input {
    border: none;
    border-bottom: 2px solid #8b8b8b;
    width: 100%;
    max-width: 230px;
    font-size: 16px;
    padding: 7px 0;
    background-color: transparent;
    outline: none;
    color: #fff;
    display: inline-block; }
  .contacts-modal .contacts-modal__block .form .submit {
    width: 32px;
    height: 24px;
    display: inline-block;
    background: url(/img/arrow_big.svg) no-repeat center;
    vertical-align: bottom;
    margin-bottom: -11px;
    margin-left: 15px; }
  .contacts-modal .contacts-modal__block .form__header {
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 26px; }
  .contacts-modal .gm-link {
    color: #fff; }
  .contacts-modal.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

@media screen and (max-width: 1160px) {
  .contacts-modal .contacts-modal__block.left .info-chunk {
    width: 100%;
    padding-bottom: 60px; }
    .contacts-modal .contacts-modal__block.left .info-chunk:first-child {
      display: none; }
    .contacts-modal .contacts-modal__block.left .info-chunk:nth-child(2) {
      text-transform: uppercase; }
    .contacts-modal .contacts-modal__block.left .info-chunk:nth-child(3) {
      margin-left: 0;
      padding-bottom: 60px; }
    .contacts-modal .contacts-modal__block.left .info-chunk:last-child {
      padding-top: 70px;
      float: none; } }

@media screen and (max-width: 1024px) {
  .contacts-modal .contacts-modal__block.left {
    padding: 30px 25px; }
    .contacts-modal .contacts-modal__block.left .info-chunk:last-child {
      padding-bottom: 0; } }

@media screen and (max-width: 767px) {
  .contacts-modal.active {
    padding-top: 80px;
    bottom: 0;
    overflow: scroll;
    -webkit-overflow-scrolling: touch; }
  .contacts-modal .btn-close {
    display: none; }
  .contacts-modal .row--main {
    min-height: 100%; }
  .contacts-modal .contacts-modal__block {
    min-height: 100%; }
    .contacts-modal .contacts-modal__block.left .info-chunk {
      padding-bottom: 40px; }
    .contacts-modal .contacts-modal__block.left:nth-child(3) {
      padding-bottom: 40px; }
    .contacts-modal .contacts-modal__block.left:last-child {
      padding-top: 20px; }
    .contacts-modal .contacts-modal__block.right {
      display: none; }
  .contacts-modal .gm-link {
    position: relative; }
    .contacts-modal .gm-link::after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 20px;
      height: 20px;
      margin-left: -4px;
      margin-top: 5px;
      background: url(/img/icons/contacts_icon_blue.svg);
      background-size: contain; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .contacts-modal .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

/*--------REQUEST FORM--------*/
.popup.request {
  background-color: #fff; }
  .popup.request .h2 {
    padding-bottom: 25px; }
  .popup.request .popup__content {
    max-width: 1380px;
    margin: 0 auto; }
  .popup.request .form-container {
    position: relative;
    padding-bottom: 110px; }
 .popup.request .form .input[type="number"],
  .popup.request .form .input[type="text"], .popup.request .form .input[type="tel"], .popup.request .form .input[type="email"] {
    padding: 10px 0 10px 170px; }
  .popup.request .form ul.options {
    padding: 10px 10px 10px 170px; }
  .popup.request .input-block {
    font-size: 15px;
    font-weight: 600; }
    .popup.request .input-block:nth-child(2n + 1) {
      padding-right: 10%; }
    .popup.request .input-block:nth-child(2n) {
      padding-left: 10%; }
    .popup.request .input-block:nth-child(3) {
      margin-top: -37px; }
    .popup.request .input-block:last-child {
      position: absolute;
      right: 0;
      bottom: 0; }

@media screen and (max-width: 1024px) {
  .mfp-request .mfp-close {
    top: 45px; }
  .popup.request .popup__content {
    padding: 0 25px; }
  .popup.request .input-block:nth-child(2n + 1), .popup.request .input-block:nth-child(2n) {
    padding: 0; }
  .popup.request .input-block:nth-child(3) {
    padding: 40px 0 100px;
    margin-top: 0; }
  .popup.request .b-submit {
    margin: 0 -50px; } }

@media screen and (max-width: 767px) {
  .mfp-request .mfp-close {
    top: 32px; }
  .popup.request {
    padding-top: 30px; }
    .popup.request .popup__content {
      padding: 0; }
    .popup.request .h2 {
      max-width: 250px; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .popup.request .form .input[type="text"] {
    padding-left: 45%; }
  .popup.request .form ul.options {
    padding-left: 45%; } }

@media screen and (max-width: 320px) {
  .popup.request .form .input[type="text"], .popup.request .form .input[type="tel"], .popup.request .form .input[type="email"] {
    padding-left: 140px; }
  .popup.request .form ul.options {
    padding-left: 140px; } }

/*--------CALL BACK FORM------*/
.popup {
  position: relative; }
  .popup.call-back {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff; }
    .popup.call-back .popup__content {
      padding: 60px 100px 0; }
    .popup.call-back .h2 {
      max-width: 200px; }
    .popup.call-back .input-block:nth-child(1) {
      margin-bottom: 130px; }
    .popup.call-back .input-block:not(:last-child) {
      margin-bottom: 40px; }
    .popup.call-back .form .input[type="text"], .popup.call-back .form .input[type="tel"], .popup.call-back .form .input[type="email"] {
      padding-left: 100px; }
    .popup.call-back .b-submit {
      margin: 50px -100px 0; }

@media screen and (max-width: 1024px) {
  .popup.call-back .popup__content {
    padding: 50px 50px 0; }
  .popup.call-back .input-block:nth-child(1) {
    margin-bottom: 60px; }
  .popup.call-back .b-submit {
    margin-top: 100px; } }

@media screen and (max-width: 767px) {
  .popup.call-back .popup__content {
    padding: 30px 25px 0; } }

/*---------LOGIN----------*/
.login-modal {
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  padding: 70px 100px 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  background-color: #fafafa;
  z-index: 3; }
  .login-modal.active {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .login-modal .btn-close {
    position: absolute;
    top: 30px;
    right: 50px; }
  .login-modal .form .b-submit {
    margin: 70px -100px 0; }
  .login-modal .form .input {
    padding-left: 100px; }
    .login-modal .form .input[type="password"] {
      padding-right: 205px; }
  .login-modal .form .restore-password {
    color: #d9d9d9;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-size: 14px;
    font-weight: 600;
    z-index: 1; }

@media screen and (max-width: 1024px) and (orientation: portrait) {
  .login-modal {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .login-modal {
    padding: 30px 25px 0;
    z-index: 6;
    width: 100%;
    height: 100vh; }
    .login-modal .btn-close {
      top: 25px;
      right: 25px; }
    .login-modal .b-form .h2 {
      font-size: 26px;
      line-height: 34px; }
    .login-modal .b-form .form {
      position: absolute;
      bottom: 0;
      left: 25px;
      right: 25px; }
      .login-modal .b-form .form .b-submit {
        margin-top: 50%; }
      .login-modal .b-form .form .input {
        padding-left: 0; }
      .login-modal .b-form .form .label {
        font-size: 20px; }
      .login-modal .b-form .form .placeholder {
        color: #d9d9d9; }
    .login-modal .b-form .restore-password {
      font-size: 18px; } }

@media screen and (max-width: 767px) and (orientation: landscape) {
  .login-modal .b-form .form .b-submit {
    margin-top: 50px;
    height: 80px; }
  .login-modal .b-form .form .input-group {
    margin-top: 25px; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .login-modal .b-form .restore-password {
    margin-top: 40px;
    -webkit-transform: none;
            transform: none;
    top: 100%;
    left: 0; } }

/*--------PARTNERS COMMON---------*/
.partners-page h1 {
  text-transform: none;
  line-height: 1; }

.partners-page .info-block {
  padding-top: 90px;
  padding-bottom: 80px; }
  .partners-page .info-block .text-block {
    font-size: 20px;
    max-width: 680px; }
  .partners-page .info-block .features {
    padding-top: 60px; }

.partners-page .info-block__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 50px; }

.partners-page .socials {
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 60px; }
  .partners-page .socials .item .link {
    text-transform: none; }
  .partners-page .socials .socials__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

@media screen and (max-width: 1024px) {
  .partners-page .info-block__inner {
    padding: 0 25px; }
    .partners-page .info-block__inner .text-block {
      padding-top: 30px; }
  .partners-page .socials__items {
    padding: 0 25px; } }

@media screen and (max-width: 767px) {
  .partners-page .info-block {
    padding-top: 60px;
    padding-bottom: 40px; }
    .partners-page .info-block .info-block__inner {
      padding: 0; }
  .partners-page .socials .socials__items {
    display: block; }
  .partners-page .socials .item .link {
    font-size: 22px; }
  .partners-page .socials__items {
    padding: 0; } }

@media screen and (max-width: 320px) {
  .partners-page .info-block {
    padding-top: 30px;
    padding-bottom: 10px; }
  .partners-page .socials {
    padding-bottom: 25px; }
    .partners-page .socials .item .link {
      font-size: 18px; } }

/*--------PARTNERS FOOD---------*/
.partners-page.food {
  padding-top: 40px; }
  .partners-page.food .gallery .switch__tabs.end:hover .switch__tab:last-child::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: url(/img/icons/arrow_small_right.svg) no-repeat center;
    width: 36px;
    height: 24px;
    margin-left: 50px;
    -webkit-animation: arrow-move 0.8s ease infinite;
            animation: arrow-move 0.8s ease infinite; }
  .partners-page.food .gallery .switch__tab {
    padding-left: 100px;
    padding-right: 0; }
    .partners-page.food .gallery .switch__tab .h2 {
      text-transform: none;
      line-height: 75px;
      white-space: nowrap; }
    .partners-page.food .gallery .switch__tab.selected .h2 {
      font-size: 64px; }
  .partners-page.food .gallery .items {
    padding-top: 80px; }
    .partners-page.food .gallery .items .item.active .item__inner {
      -webkit-animation: slide-in 1s ease;
              animation: slide-in 1s ease; }
    .partners-page.food .gallery .items .item.anim .b-txt {
      position: fixed;
      bottom: 0;
      width: calc((100% - 100px)/2); }
    .partners-page.food .gallery .items .item.anim .b-img {
      margin-left: 50%; }
    .partners-page.food .gallery .items .item.anim.stop .b-txt {
      position: absolute; }
    .partners-page.food .gallery .items .item__inner .b-txt {
      padding-right: 120px;
      padding-left: 50px;
      min-height: 100vh; }
      .partners-page.food .gallery .items .item__inner .b-txt::after {
        content: 'скрольте вниз';
        font-size: 10px;
        text-transform: uppercase;
        font-weight: 600;
        position: absolute;
        right: 0;
        top: 150px;
        -webkit-transform: rotate(90deg) translate(0, -50%);
                transform: rotate(90deg) translate(0, -50%); }
    .partners-page.food .gallery .items .item__img {
      display: block;
      margin-bottom: 50px;
      width: 100%; }
    .partners-page.food .gallery .items .item__desc p {
      margin: 50px 0; }
    .partners-page.food .gallery .items .item__features {
      max-width: 460px; }
      .partners-page.food .gallery .items .item__features a {
        color: #0054ff; }
      .partners-page.food .gallery .items .item__features .feature:not(:last-child) {
        padding-bottom: 15px; }
      .partners-page.food .gallery .items .item__features .feature .key, .partners-page.food .gallery .items .item__features .feature .value {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        line-height: 34px; }
      .partners-page.food .gallery .items .item__features .feature .key {
        font-size: 14px;
        font-weight: 500; }
      .partners-page.food .gallery .items .item__features .feature .value {
        font-size: 18px;
        font-weight: 600; }
      .partners-page.food .gallery .items .item__socials {
				display: -webkit-box;
				display: -ms-flexbox;
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				padding-bottom: 30px;
				margin-right: -50px;
			}
			.partners-page.food .gallery .items .item__socials .social {
				padding-right: 50px;
				padding-bottom: 20px; }


@media screen and (max-width: 1024px) {
  .partners-page.food .gallery .switch__tab {
    padding-left: 50px;
    padding-right: 130px; }
  .partners-page.food .gallery .items .item__inner .b-txt {
    padding: 0 25px; }
    .partners-page.food .gallery .items .item__inner .b-txt::after {
      display: none; }
  .partners-page.food .gallery .items .item__features {
    padding-bottom: 40px; }
  .partners-page.food .gallery .items .item__images {
    position: relative;
    left: auto;
    margin: 0 -50px;
    width: auto;
    padding-bottom: 30px; }
  .partners-page.food .gallery .items .item__img {
    margin-bottom: 0;
    width: 88.5vw; }
	.partners-page.food .gallery .items .item__socials {
		margin-right: 0;
	}
	.partners-page.food .gallery .items .item__socials .social {
		padding-right: 0;
		width: 33%; }
	.partners-page.food .gallery .items .item__socials .social:nth-child(2) {
		text-align: center; }
	.partners-page.food .gallery .items .item__socials .social:nth-child(3) {
		text-align: right; }


}

@media screen and (max-width: 767px) {
  .partners-page.food {
    padding-top: 0; }
    .partners-page.food .gallery .gallery__tabs {
      padding-top: 40px; }
    .partners-page.food .gallery .switch__tab {
      padding-left: 25px;
      padding-right: 35px; }
      .partners-page.food .gallery .switch__tab .h2 {
        line-height: 42px;
        font-size: 24px; }
      .partners-page.food .gallery .switch__tab.selected .h2 {
        font-size: 42px; }
    .partners-page.food .gallery .items .item.active .item__inner {
      -webkit-animation: none;
              animation: none; }
    .partners-page.food .gallery .items .item__inner .b-txt {
      padding: 0; }
    .partners-page.food .gallery .items .item__features {
      padding-bottom: 0; }
      .partners-page.food .gallery .items .item__features .feature {
        padding-bottom: 30px; }
        .partners-page.food .gallery .items .item__features .feature .value {
          display: block;
          width: 100%; }
        .partners-page.food .gallery .items .item__features .feature .key {
          display: none; }
    .partners-page.food .gallery .items .item__images {
      padding-bottom: 0;
      margin: 0 -25px; }
    .partners-page.food .gallery .items .item__desc p {
      margin: 40px 0; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .partners-page.food .gallery .switch__tabs.end:hover .switch__tab:last-child::after {
    margin-left: -10px; }
	.partners-page.food .gallery .items .item__socials {
		display: block;
	}
	.partners-page.food .gallery .items .item__socials .social {
		width: auto;
		text-align: left!important;
	}
}

@media screen and (max-width: 320px) {
  .partners-page.food .gallery .switch__tab .h2 {
    line-height: 30px;
    font-size: 22px; }
  .partners-page.food .gallery .switch__tab.selected .h2 {
    font-size: 30px; } }

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@keyframes slide-in {
  0% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes arrow-move {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  50% {
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%); }
  75% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  100% {
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%); } }

@keyframes arrow-move {
  0% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  50% {
    -webkit-transform: translate(20%, -50%);
            transform: translate(20%, -50%); }
  75% {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  100% {
    -webkit-transform: translate(-20%, -50%);
            transform: translate(-20%, -50%); } }

/*-----END PARTNERS FOOD---------*/
/*--------PARTNERS CLUB---------*/
.partners-page.club .buy-ticket .link {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff; }

.partners-page.club .big-slider .slide__txt {
  color: #fff;
  padding-left: 11%; }
  .partners-page.club .big-slider .slide__txt .h0 {
    padding-bottom: 20px; }

.partners-page.club .events {
  padding-top: 170px; }
  .partners-page.club .events .item__inner:hover {
    padding-bottom: 100px; }
    .partners-page.club .events .item__inner:hover .item__img {
      height: 300px; }
    .partners-page.club .events .item__inner:hover .buy-ticket {
      visibility: visible; }
  .partners-page.club .events .item__img {
    height: 530px;
    transition: height 0.5s ease; }
  .partners-page.club .events .buy-ticket {
    visibility: hidden; }

@media screen and (max-width: 1600px) {
  .partners-page.club .big-slider .slide__txt .h0 {
    font-size: calc(50px + (100vw - 1024px) / 23);
    line-height: 1.13333333; } }

@media screen and (max-width: 1024px) {
  .partners-page.club .big-slider .slide__txt .h0 {
    font-size: 44px; }
  .partners-page.club .events .item {
    width: 384px; }
    .partners-page.club .events .item:first-child {
      width: 384px;
      padding-left: 50px; }
    .partners-page.club .events .item:last-child {
      width: 409px;
      padding-right: 25px; }
  .partners-page.club .events .item__img {
    height: 430px; }
  .partners-page.club .events .item__inner:hover .item__img {
    height: 430px; } }

@media screen and (max-width: 767px) {
  .partners-page.club .big-slider .slide__txt {
    padding-left: 25px; }
    .partners-page.club .big-slider .slide__txt .h0 {
      font-size: 30px; }
  .partners-page.club .big-slider .buy-ticket .link {
    font-size: 12px; }
  .partners-page.club .info-block {
    padding-bottom: 70px; }
  .partners-page.club .events {
    padding-top: 100px; }
    .partners-page.club .events .item, .partners-page.club .events .item:first-child, .partners-page.club .events .item:last-child {
      width: 335px;
      padding: 0 25px; }
    .partners-page.club .events .item__img {
      height: 370px; }
    .partners-page.club .events .item__inner:hover .item__img {
      height: 370px; } }

@media screen and (max-width: 320px) {
  .partners-page.club .big-slider .slide__txt .h0 {
    font-size: 26px; }
  .partners-page.club .info-block {
    padding-top: 40px;
    padding-bottom: 50px; }
  .partners-page.club .events .item, .partners-page.club .events .item:first-child {
    width: 280px;
    padding-right: 0; }
  .partners-page.club .events .item__img {
    height: 330px; }
  .partners-page.club .events .item__inner:hover .item__img {
    height: 330px; } }

/*--------APARTMENTS--------*/
.partners-page.residence .b-plans .gallery--sub .gallery__switch {
  top: 110px;
  width: 100%;
  padding: 0 50px; }

.partners-page.residence .b-plans .gallery--sub .switch__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 570px; }

.partners-page.residence .b-plans .gallery--sub .switch__tab {
  padding-right: 30px;
  margin-bottom: 30px; }

.partners-page.residence .b-plans .txt-block {
  padding-right: 50px; }
  .partners-page.residence .b-plans .txt-block .txt {
    max-width: none;
    padding-top: 180px; }

.partners-page.residence .b-sales .b-action {
  float: left; }

.partners-page.residence .b-sales .b-txt .h2 {
  max-width: 300px; }

.partners-page.residence .dates .input-group {
  font-size: 15px; }
  .partners-page.residence .dates .input-group .input-over {
    position: relative;
    display: inline-block; }
  .partners-page.residence .dates .input-group .calendar {
    top: auto !important;
    left: 100% !important;
    bottom: 0 !important;
    z-index: 1;
    margin-left: -26px; }

.partners-page.residence .dates .h6 {
  color: #818181;
  padding-bottom: 10px; }

.partners-page.residence .dates .input {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  vertical-align: middle;
  width: 145px; }
  .partners-page.residence .dates .input:hover + .label {
    background-image: url(/img/icons/calendar_blue.svg); }

.partners-page.residence .dates .label {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(/img/icons/calendar.svg) no-repeat center;
  background-size: cover;
  vertical-align: middle;
  margin-left: 20px; }

@media screen and (max-width: 1258px) {
  .partners-page.residence .b-plans .txt-block .txt {
    padding-top: 240px; } }

@media screen and (max-width: 1174px) {
  .partners-page.residence .b-plans .gallery--sub .gallery__switch {
    top: 0; }
  .partners-page.residence .b-plans .txt-block .h1 {
    display: none; }
  .partners-page.residence .b-plans .txt-block .txt {
    padding-top: 200px; } }

@media screen and (max-width: 1024px) {
  .partners-page.residence .b-plans .gallery--sub .gallery__switch {
    padding: 0 0 50px;
    width: auto; }
  .partners-page.residence .b-plans .gallery--sub .switch__tabs {
    display: block;
    max-width: none; }
  .partners-page.residence .b-plans .txt-block {
    padding-left: 25px;
    padding-bottom: 90px;
    padding-right: 0; }
    .partners-page.residence .b-plans .txt-block .h1 {
      display: block; }
    .partners-page.residence .b-plans .txt-block .txt {
      max-width: 680px;
      padding-top: 40px; }
  .partners-page.residence .b-plans .gallery--sub .gallery__switch {
    padding-right: 0;
    margin: 0 -25px;
    padding-bottom: 50px; }
  .partners-page.residence .b-plans .gallery--sub .switch__tab {
    margin-bottom: 0;
    padding: 0 30px 0 50px;
    display: inline-block; }
    .partners-page.residence .b-plans .gallery--sub .switch__tab .h6 {
      font-size: 26px;
      line-height: 36px; }
    .partners-page.residence .b-plans .gallery--sub .switch__tab.selected .h6 {
      font-size: 36px;
      color: #000; }
  .partners-page.residence .b-plans .gallery--sub .gallery__tabs {
    margin: 0 -25px; }
  .partners-page.residence .b-plans .gallery--sub .img {
    height: 540px; }
  .partners-page.residence .b-sales .b-txt {
    padding-top: 35px; }
  .partners-page.residence .dates .input-group {
    padding-bottom: 15px; }
  .partners-page.residence .dates .h6 {
    display: inline-block;
    vertical-align: baseline;
    min-width: 80px;
    padding-bottom: 0;
    font-size: 18px; }
  .partners-page.residence .dates .input {
    font-size: 18px; } }

@media screen and (max-width: 767px) {
  .partners-page.residence .b-plans .txt-block {
    padding-left: 0; }
  .partners-page.residence .b-plans .gallery--sub .switch__tab {
    padding: 0 25px; }
    .partners-page.residence .b-plans .gallery--sub .switch__tab .h6 {
      font-size: 22px;
      line-height: 30px; }
    .partners-page.residence .b-plans .gallery--sub .switch__tab.active .h6 {
      font-size: 22px; }
    .partners-page.residence .b-plans .gallery--sub .switch__tab.selected .h6 {
      font-size: 30px; }
  .partners-page.residence .b-plans .gallery--sub .img {
    height: 300px; }
  .partners-page.residence .b-sales .b-action {
    float: none; }
  .partners-page.residence .b-sales .b-txt .h2 {
    display: block;
    max-width: none;
    padding-bottom: 35px; }
  .partners-page.residence .b-sales .b-txt {
    padding-bottom: 15px;
    height: auto; }
  .partners-page.residence .dates .input-group {
    padding-bottom: 30px; }
    .partners-page.residence .dates .input-group .calendar {
      left: 0 !important;
      bottom: 100% !important; }
  .partners-page.residence .dates .input {
    width: 120px; }
  .partners-page.residence .dates .h6 {
    text-align: left; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .partners-page.residence .dates .input-group .calendar {
    left: -50% !important; } }

@media screen and (max-width: 320px) {
  .partners-page.residence .b-sales .b-txt {
    padding-left: 25px;
    padding-right: 25px;
    text-align: left; }
    .partners-page.residence .b-sales .b-txt .h2 {
      display: none; }
  .partners-page.residence .dates .input-group {
    display: block; }
    .partners-page.residence .dates .input-group .input-over {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .partners-page.residence .dates .input-group .calendar {
      left: 25px !important;
      margin-bottom: 25px; }
  .partners-page.residence .dates .h6 {
    display: block;
    font-size: 15px; } }

/*----------ABOUT----------*/
.about-page .gallery--main {
  position: relative; }
  .about-page .gallery--main .b-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    transition: opacity 1s linear;
    text-align: center;
    color: #fff;
    cursor: pointer;
    opacity: 1; }
    .about-page .gallery--main .b-tooltip.dismiss {
      opacity: 0; }
    .about-page .gallery--main .b-tooltip .tooltip {
      position: relative; }
    .about-page .gallery--main .b-tooltip .tooltip__icon {
      width: 90px;
      height: 40px;
      background: url(/img/icons/drag_icon_white.svg) no-repeat center; }
    .about-page .gallery--main .b-tooltip .tooltip__txt {
      text-align: left;
      position: absolute;
      bottom: 100%;
      left: 100%; }
      .about-page .gallery--main .b-tooltip .tooltip__txt .h6 {
        text-transform: uppercase; }
  .about-page .gallery--main .gallery__switch {
    position: absolute;
    left: 50%;
    bottom: 50px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 600px;
    color: #fff;
    z-index: 1; }
    .about-page .gallery--main .gallery__switch .h3 {
      text-transform: none; }
    .about-page .gallery--main .gallery__switch .switch__tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
    .about-page .gallery--main .gallery__switch .switch__tab.active .h3 {
      font-size: 36px; }
  .about-page .gallery--main .item__inner {
    height: calc(100vh - 220px);
    background-color: #fff;
    overflow: hidden;
    max-height: 926px; }
  .about-page .gallery--main .item__content {
    height: 100%; }
  .about-page .gallery--main .item__img {
    height: 100%;
    max-width: none;
    display: block; }
  .about-page .gallery--main .pin {
    position: absolute;
    width: 57px;
    height: 57px;
    background: no-repeat center; }
    .about-page .gallery--main .pin .pin__label {
      position: absolute;
      left: 100%;
      bottom: 50%;
      display: none;
      font-size: 20px;
      line-height: 30px;
      font-weight: 600; }
    .about-page .gallery--main .pin.cafe-1991 {
      top: 56%;
      left: 58%; }
    .about-page .gallery--main .pin:hover .pin__label {
      display: block; }

.about-page h1 {
  text-transform: none;
  line-height: 1.1718; }

.about-page .slider {
  padding-top: 80px;
  padding-bottom: 100px; }
  .about-page .slider .switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .about-page .slider .switch .item {
      font-size: 20px;
      font-weight: 600;
      padding-bottom: 30px;
      cursor: pointer; }
  .about-page .slider .items {
    padding-top: 50px; }
    .about-page .slider .items .item {
      padding: 0 25px; }
    .about-page .slider .items .item__img {
      width: 480px;
      height: 360px;
      background-size: cover; }

.about-page .info-block.first {
  background-color: #fafafa;
  padding: 13vh 0; }
  .about-page .info-block.first .features-list {
    max-width: 1080px;
    margin: 0 auto; }
    .about-page .info-block.first .features-list .item {
      padding-bottom: 0; }
      .about-page .info-block.first .features-list .item:nth-child(3n + 1) .item__value {
        text-align: left; }
      .about-page .info-block.first .features-list .item:nth-child(3n + 2) .item__value {
        text-align: right; }
      .about-page .info-block.first .features-list .item:nth-child(3n + 3) .item__value {
        text-align: center; }
      .about-page .info-block.first .features-list .item:nth-child(1) .item__value {
        transition-delay: 1s; }
      .about-page .info-block.first .features-list .item:nth-child(2) .item__value {
        transition-delay: 2s; }
      .about-page .info-block.first .features-list .item:nth-child(3) .item__value {
        transition-delay: 3s; }
      .about-page .info-block.first .features-list .item:nth-child(4) .item__name {
        line-height: 86px; }
      .about-page .info-block.first .features-list .item:nth-child(4) .item__value {
        transition-delay: 4s; }
    .about-page .info-block.first .features-list .item__txt {
      display: inline-block; }
    .about-page .info-block.first .features-list .item__value {
      font-size: 14px;
      font-weight: 600;
      opacity: 0;
      transition: opacity 1s ease, -webkit-transform 0.5s ease;
      transition: opacity 1s ease, transform 0.5s ease;
      transition: opacity 1s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
      -webkit-transform: translate(0, 50%);
              transform: translate(0, 50%); }
  .about-page .info-block.first.active .features-list .item__value {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.about-page .info-block.second {
  padding: 10vh 0 25vh; }
  .about-page .info-block.second .features-list .item {
    position: relative; }
    .about-page .info-block.second .features-list .item:hover .tooltip {
      display: block; }
    .about-page .info-block.second .features-list .item:last-child .tooltip {
      left: -50%; }
  .about-page .info-block.second .features-list .item__name {
    padding-bottom: 50px; }
  .about-page .info-block.second .features-list .tooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase; }

@media screen and (max-width: 1600px) {
  .about-page h1, .about-page .h1 {
    font-size: calc(50px + (100vw - 1024px) / 40); } }

@media screen and (max-width: 1250px) {
  .about-page h1 {
    padding-bottom: 50px; }
  .about-page .slider .text-block .col-md-6 {
    width: 100%; }
  .about-page .slider .switch {
    max-width: 880px; }
    .about-page .slider .switch .item {
      padding-right: 5px; } }

@media screen and (max-width: 1024px) {
  .about-page .gallery--main .item__inner {
    height: 620px; }
  .about-page h1 {
    padding-bottom: 50px; }
  .about-page .slider .text-block {
    padding: 0 25px; }
  .about-page .slider .items .item {
    padding: 0 0 0 50px; }
  .about-page .info-block.first {
    padding: 100px 0; }
    .about-page .info-block.first .features-list {
      padding: 0 25px; }
      .about-page .info-block.first .features-list .item__name {
        font-size: 40px;
        line-height: 56px !important; }
      .about-page .info-block.first .features-list .item__value {
        display: none; }
  .about-page .info-block.second .features-list .item:hover .tooltip {
    display: none; } }

@media screen and (max-width: 767px) {
  .about-page h1 {
    font-size: 42px;
    line-height: 50px; }
  .about-page .gallery--main .gallery__switch {
    width: 100%;
    padding: 0 25px; }
    .about-page .gallery--main .gallery__switch .h3 {
      font-size: 20px; }
    .about-page .gallery--main .gallery__switch .switch__tab.active .h3 {
      font-size: 30px; }
  .about-page .gallery--main .item__inner {
    height: 340px; }
  .about-page .gallery--main .b-tooltip .tooltip__txt {
    top: auto;
    left: -50%;
    bottom: 100%; }
    .about-page .gallery--main .b-tooltip .tooltip__txt .h6 {
      font-size: 14px;
      line-height: 24px; }
  .about-page .slider {
    padding-top: 50px; }
    .about-page .slider .items {
      padding-top: 20px; }
    .about-page .slider .text-block {
      padding: 0; }
  .about-page .info-block.first .features-list {
    padding: 0; }
    .about-page .info-block.first .features-list .item__name {
      font-size: 26px;
      line-height: 42px !important; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .about-page h1 {
    font-size: 36px;
    line-height: 44px; }
  .about-page .gallery--main .gallery__switch .h3 {
    font-size: 18px; }
  .about-page .gallery--main .gallery__switch .switch__tab.active .h3 {
    font-size: 24px; }
  .about-page .slider {
    padding-bottom: 0; }
    .about-page .slider .items .item {
      padding: 0; }
    .about-page .slider .items .item__img {
      width: 88.5vw;
      height: 250px; } }

@media screen and (max-width: 320px) {
  .about-page .gallery--main .gallery__switch {
    padding: 0; }
    .about-page .gallery--main .gallery__switch .switch__tabs {
      display: block; }
    .about-page .gallery--main .gallery__switch .h3 {
      font-size: 18px; }
    .about-page .gallery--main .gallery__switch .switch__tab {
      padding-left: 25px;
      padding-right: 5px; }
      .about-page .gallery--main .gallery__switch .switch__tab.active .h3 {
        font-size: 22px; }
  .about-page .gallery--main .item__inner {
    height: 340px; }
  .about-page h1 {
    font-size: 30px;
    line-height: 40px; }
  .about-page .slider .switch .item {
    font-size: 18px; }
  .about-page .info-block.first {
    padding: 60px 0; }
    .about-page .info-block.first .features-list .item__name {
      font-size: 20px;
      line-height: 36px !important; }
  .about-page .info-block.second .features-list .item__name {
    padding-bottom: 15px; } }

@-webkit-keyframes slight-move {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes slight-move {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes set {
  0% {
    margin-left: -15px; }
  100% {
    margin-left: 0; } }

@keyframes set {
  0% {
    margin-left: -15px; }
  100% {
    margin-left: 0; } }

/*-----------RENT------------*/
.rent-page .b-plans .img-block {
  float: right;
  position: static; }

.rent-page .b-plans .txt-block {
  padding-top: 150px;
  float: left; }
  .rent-page .b-plans .txt-block .links {
    padding-top: 70px; }
  .rent-page .b-plans .txt-block .link {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600; }

.rent-page .b-plans .gallery--main {
  position: static; }
  .rent-page .b-plans .gallery--main > .gallery__switch {
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 1; }
    .rent-page .b-plans .gallery--main > .gallery__switch .switch__tab {
      display: inline-block;
      padding-right: 100px;
      vertical-align: middle; }
      .rent-page .b-plans .gallery--main > .gallery__switch .switch__tab .h3 {
        max-width: 130px;
        display: inline-block;
        line-height: 1.33; }
      .rent-page .b-plans .gallery--main > .gallery__switch .switch__tab.active .h3 {
        font-size: 36px; }

.rent-page .b-plans .gallery--sub .gallery__switch {
  top: 150px; }

.rent-page .b-plans .gallery--sub .gallery__tabs {
  position: relative; }

.rent-page .b-plans .gallery--sub .switch__tab {
  white-space: nowrap;
  margin-bottom: 30px; }
  .rent-page .b-plans .gallery--sub .switch__tab .number {
    font-size: 40px;
    vertical-align: top;
    padding-right: 10px;
    line-height: 0.85; }
  .rent-page .b-plans .gallery--sub .switch__tab .units {
    font-size: 12px;
    vertical-align: top; }
  .rent-page .b-plans .gallery--sub .switch__tab.disabled {
    opacity: 0.3; }

.rent-page .b-plans .gallery--sub .img {
  height: 842px; }
  .rent-page .b-plans .gallery--sub .img .plan-img {
    max-width: none;
    opacity: 0.7;
    transition: opacity 0.3s ease; }

.rent-page .b-plans .gallery--sub .b-tooltip {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  cursor: pointer; }
  .rent-page .b-plans .gallery--sub .b-tooltip .tooltip__icon {
    width: 54px;
    height: 54px;
    background: url(/img/icons/drag_all_white.svg) no-repeat center; }

.rent-page .b-plans .gallery--sub.active .b-tooltip {
  display: none; }

.rent-page .b-plans .gallery--sub.active .img .plan-img {
  opacity: 1; }

@media screen and (max-width: 1024px) {
  .rent-page .b-plans {
    padding-bottom: 80px; }
    .rent-page .b-plans .txt-block {
      padding-left: 18%;
      padding-top: 80px;
      padding-right: 25px; }
      .rent-page .b-plans .txt-block p {
        max-width: none; }
    .rent-page .b-plans .gallery--main > .gallery__switch {
      position: static;
      padding-bottom: 50px;
      padding-left: 25px;
      min-height: 150px; }
    .rent-page .b-plans .gallery--main > .gallery__tabs {
      padding: 0 25px; }
    .rent-page .b-plans .gallery--sub .gallery__switch {
      display: inline-block;
      position: static;
      padding-top: 30px;
      float: left;
      padding-right: 30px;
      width: 15%; }
    .rent-page .b-plans .gallery--sub .gallery__tabs {
      display: inline-block;
      width: 85%;
      vertical-align: top;
      float: right; }
    .rent-page .b-plans .gallery--sub .img {
      height: 630px; }
    .rent-page .b-plans .gallery--sub .pin {
      display: none; } }

@media screen and (max-width: 767px) {
  .rent-page .b-plans .txt-block {
    padding-left: 0;
    padding-top: 40px;
    padding-right: 0; }
    .rent-page .b-plans .txt-block .txt {
      display: none; }
    .rent-page .b-plans .txt-block p {
      font-size: 18px;
      line-height: 34px; }
    .rent-page .b-plans .txt-block .links {
      position: absolute;
      bottom: 100%;
      right: 0;
      padding-top: 0; }
    .rent-page .b-plans .txt-block .open-info {
      padding-right: 60px; }
  .rent-page .b-plans .gallery--main > .gallery__switch {
    padding-bottom: 0;
    padding-left: 0;
    min-height: 134px; }
    .rent-page .b-plans .gallery--main > .gallery__switch .switch__tab {
      padding-right: 50px; }
      .rent-page .b-plans .gallery--main > .gallery__switch .switch__tab .h3 {
        font-size: 20px; }
      .rent-page .b-plans .gallery--main > .gallery__switch .switch__tab.active .h3 {
        font-size: 26px; }
  .rent-page .b-plans .gallery--main > .gallery__tabs {
    padding: 0; }
  .rent-page .b-plans .gallery--sub .gallery__switch {
    padding-top: 0;
    padding-right: 0;
    width: 25%; }
  .rent-page .b-plans .gallery--sub .gallery__tabs {
    width: 75%;
    margin-right: -25px; }
  .rent-page .b-plans .gallery--sub .img {
    height: 470px; } }

@media screen and (max-width: 767px) and (orientation: portrait) {
  .rent-page .b-plans .gallery--main > .gallery__switch .switch__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .rent-page .b-plans .gallery--main > .gallery__switch .switch__tab {
    padding-right: 0; } }

@media screen and (max-width: 320px) {
  .rent-page .b-plans .txt-block {
    padding-top: 0; }
    .rent-page .b-plans .txt-block .links {
      text-align: right;
      margin-bottom: 132px; }
    .rent-page .b-plans .txt-block .open-info {
      display: block !important;
      padding-right: 0;
      padding-bottom: 20px; }
  .rent-page .b-plans .gallery--main > .gallery__switch {
    padding-bottom: 20px;
    min-height: 0; }
    .rent-page .b-plans .gallery--main > .gallery__switch .switch__tab .h3 {
      font-size: 18px;
      max-width: none; }
    .rent-page .b-plans .gallery--main > .gallery__switch .switch__tab.active .h3 {
      font-size: 20px; }
  .rent-page .b-plans .gallery--sub .gallery__switch {
    width: 30%;
    padding-top: 0;
    margin-top: 25px;
    float: none;
    position: relative;
    top: auto;
    right: auto; }
    .rent-page .b-plans .gallery--sub .gallery__switch::before, .rent-page .b-plans .gallery--sub .gallery__switch::after {
      content: '';
      position: absolute;
      z-index: 2;
      height: 33%;
      left: 0;
      right: 0; }
    .rent-page .b-plans .gallery--sub .gallery__switch::before {
      top: 0;
      background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0) 100%); }
    .rent-page .b-plans .gallery--sub .gallery__switch::after {
      bottom: 0;
      background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%); }
  .rent-page .b-plans .gallery--sub .switch__tab {
    margin: 15px 0; }
  .rent-page .b-plans .gallery--sub .gallery__tabs {
    float: none;
    width: auto;
    margin: 0 -25px;
    display: block; }
  .rent-page .b-plans .gallery--sub .img {
    height: 200px; } }

/*----------VENUES---------*/
.venues-page h1 {
  text-transform: none;
  padding-right: 50px; }

.venues-page .text-block {
  padding: 70px 0 100px; }

.venues-page .past-events {
  padding-top: 100px; }
  .venues-page .past-events .h2 {
    padding-bottom: 50px; }

.venues-page .gallery .b-txt {
  padding-right: 50px; }
  .venues-page .gallery .b-txt .desc {
    max-width: 550px;
    padding-top: 50px; }

.venues-page .gallery .b-img .slider {
  margin-right: -50px; }

.venues-page .gallery .b-img .slide {
  height: 730px;
  width: 85%;
  background: no-repeat center;
  background-size: cover; }

.venues-page .gallery .gallery__switch {
  padding-bottom: 70px; }

.venues-page .gallery .switch__tab {
  display: inline-block;
  padding-right: 75px;
  white-space: nowrap;
}
  .venues-page .gallery .switch__tab.selected .h3 {
    font-size: 36px; }

@media screen and (max-width: 1024px) {
  .venues-page h1 {
    padding-bottom: 30px;
    padding-right: 0; }
  .venues-page .text-block {
    padding: 70px 0; }
  .venues-page .gallery .gallery__switch {
    padding-bottom: 40px;
		margin: 0 -50px;
	}
  .venues-page .gallery .switch__tab {
    padding-right: 20px;
		padding-left: 50px;
	}
  .venues-page .gallery .b-txt {
    padding-right: 0;
    padding-bottom: 50px; }
    .venues-page .gallery .b-txt .desc {
      padding-top: 0;
      max-width: none; }
  .venues-page .gallery .b-img .slider {
    margin: 0 -50px; }
  .venues-page .gallery .b-img .slide {
    height: 530px; } }

@media screen and (max-width: 767px) {
  .venues-page .text-block {
    padding-top: 50px; }
  .venues-page .gallery .gallery__switch {
    padding-left: 0;
    margin: 0 -25px; }
  .venues-page .gallery .switch__tab {
    padding: 0 25px; }
    .venues-page .gallery .switch__tab .h3 {
      font-size: 22px; }
    .venues-page .gallery .switch__tab.selected {
      font-size: 30px; }
  .venues-page .gallery .b-img .slider {
    margin: 0 -25px; }
  .venues-page .gallery .b-img .slide {
    height: 300px; }
  .venues-page .past-events {
    padding-top: 100px; }
    .venues-page .past-events .h2 {
      padding-left: 0; } }

@media screen and (max-width: 320px) {
  .venues-page .text-block {
    padding-top: 40px;
    padding-bottom: 50px; }
  .venues-page .gallery .switch__tab {
    padding: 0 25px; }
    .venues-page .gallery .switch__tab .h3 {
      font-size: 18px; }
    .venues-page .gallery .switch__tab.selected .h3 {
      font-size: 22px; }
  .venues-page .gallery .b-img .slide {
    height: 200px; }
  .venues-page .past-events {
    padding-top: 50px; }
    .venues-page .past-events .h2 {
      display: none; } }

/*-----------PAST EVENTS---------*/
.past-events-page .events .item {
  padding: 40px 0 75px;
  margin: 0;
  width: auto; }
  .past-events-page .events .item.active .item__img {
    height: 500px; }
  .past-events-page .events .item.active .slider .flickity-viewport {
    height: 500px !important; }
  .past-events-page .events .item .slider .flickity-viewport {
    transition: height 0.3s;
    height: 335px !important; }

.past-events-page .events .item__img {
  height: 335px;
  margin-bottom: 0;
  width: 88.5%;
  transition: all 0.3s ease; }

.past-events-page .events .b-img {
  float: right; }

.past-events-page .events .b-txt {
  float: left;
  padding-right: 50px; }

@media screen and (max-width: 1600px) {
  .past-events-page .events .slider {
    margin-right: -100px; } }

@media screen and (max-width: 1024px) {
  .past-events-page .events .item {
    padding-bottom: 55px; }
    .past-events-page .events .item .slider .flickity-viewport {
      height: 300px !important; }
  .past-events-page .events .item__img {
    height: 300px;
    width: 56%; }
  .past-events-page .events .item__date {
    left: 0; }
  .past-events-page .events .slider {
    margin: 0 -50px; }
  .past-events-page .events .b-txt {
    padding-top: 40px;
    padding-right: 0; } }

@media screen and (max-width: 767px) {
  .past-events-page .events .item .h2 {
    font-size: 26px;
    line-height: 36px; }
  .past-events-page .events .item__img {
    width: 88.5%; }
  .past-events-page .events .slider {
    margin: 0 -25px; } }

@media screen and (max-width: 320px) {
  .past-events-page .events .item {
    padding-bottom: 0; }
    .past-events-page .events .item .slider .flickity-viewport {
      height: 200px !important; }
    .past-events-page .events .item .h2 {
      font-size: 22px;
      line-height: 28px; }
  .past-events-page .events .item__img {
    height: 200px; } }

/*----------ACCOUNT----------*/
.account-page .simple-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600; }
  .account-page .simple-link.add {
    position: relative;
    padding-right: 20px; }
    .account-page .simple-link.add .icon {
      width: 26px;
      height: 26px;
      border-radius: 50%;
      vertical-align: middle;
      position: absolute;
      top: 50%;
      left: 100%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
      .account-page .simple-link.add .icon::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 16px;
        height: 16px;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        background: url(/img/icons/plus_white.svg) no-repeat center;
        background-size: contain; }

.account-page .a-request-open {
  position: relative;
  z-index: 1; }

.account-page .b-header {
  padding-top: 40px; }
  .account-page .b-header .b-manager {
    float: right;
    margin-top: -90px; }
    .account-page .b-header .b-manager .photo {
      width: 90px;
      height: 90px;
      background-color: #000;
      border-radius: 50%;
      margin-bottom: 15px;
      background-size: contain; }
    .account-page .b-header .b-manager .name {
      line-height: 30px;
      padding-bottom: 30px; }
    .account-page .b-header .b-manager .notice {
      padding-bottom: 30px; }
    .account-page .b-header .b-manager .contacts {
      padding-bottom: 100px; }
    .account-page .b-header .b-manager .link {
      padding-top: 9px; }
  .account-page .b-header .b-info {
    float: left; }
    .account-page .b-header .b-info .name {
      padding-bottom: 115px; }

.account-page .b-main {
  margin-top: -38px; }
  .account-page .b-main .gallery .gallery__switch {
    float: left;
    white-space: nowrap;
    padding-bottom: 40px; }
  .account-page .b-main .gallery .gallery__tabs {
    background-color: #fafafa;
    margin: 0 -100px;
    padding: 40px 100px;
    clear: both; }
  .account-page .b-main .gallery .switch__tab {
    display: inline-block;
    font-size: 26px;
    line-height: 44px;
    font-weight: 600;
    padding-right: 7%; }
    .account-page .b-main .gallery .switch__tab.active {
      font-size: 36px; }
  .account-page .b-main .gallery .sub-tab {
    display: none; }
    .account-page .b-main .gallery .sub-tab.active {
      display: block; }
  .account-page .b-main .gallery .table {
    padding-top: 60px;
    overflow: hidden;
    height: auto;
    background-color: inherit; }
    .account-page .b-main .gallery .table .table__row {
      padding-bottom: 70px; }
    .account-page .b-main .gallery .table .table__header {
      font-weight: 600; }
    .account-page .b-main .gallery .table .cell {
      display: inline-block;
      font-size: 20px;
      width: 20%;
      min-width: 230px; }

.account-page .btn-request {
  height: 130px; }

.account-page .sub-tab__header {
  font-size: 0; }
  .account-page .sub-tab__header .h3, .account-page .sub-tab__header .btn-back {
    display: inline-block;
    vertical-align: middle; }
  .account-page .sub-tab__header .btn-back {
    margin-left: -50px;
    margin-right: 25px; }

.account-page .btn-back {
  width: 25px;
  height: 20px;
  background: url(/img/icons/arrow_small_left_gray.svg) no-repeat center;
  background-size: contain; }

.account-page .b-chat {
  padding-top: 60px; }
  .account-page .b-chat .b-chat__header {
    padding-bottom: 40px; }
  .account-page .b-chat .b-message {
    padding-bottom: 60px; }
    .account-page .b-chat .b-message .b-sender {
      padding-right: 5%; }
    .account-page .b-chat .b-message .message .txt {
      font-size: 20px;
      line-height: 30px;
      max-width: 85%; }
    .account-page .b-chat .b-message .photo {
      width: 50px;
      height: 50px;
      background: #0054ff no-repeat center;
      border-radius: 50%;
      margin-bottom: 10px;
      background-size: contain; }
    .account-page .b-chat .b-message .name {
      font-size: 18px;
      line-height: 22px;
      font-weight: 600; }
    .account-page .b-chat .b-message.ping {
      float: left; }
    .account-page .b-chat .b-message.pong {
      color: #0054ff;
      float: right; }
      .account-page .b-chat .b-message.pong .message {
        float: left; }
  .account-page .b-chat .b-chat__form {
    float: right; }
    .account-page .b-chat .b-chat__form .form {
      max-width: 560px; }
    .account-page .b-chat .b-chat__form .input {
      border-bottom-color: #000; }
    .account-page .b-chat .b-chat__form .b-submit {
      text-align: right;
      height: auto; }

.account-page .add-contract {
  margin-top: 90px; }
  .account-page .add-contract .icon {
    background: #0054ff; }

.account-page .b-contract .form {
  padding: 20px 0;
  font-weight: 600; }
  .account-page .b-contract .form .input-group.select::after {
    display: none; }
  .account-page .b-contract .form .input-group.select .b-input {
    position: relative; }
    .account-page .b-contract .form .input-group.select .b-input::after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%);
      width: 22px;
      height: 22px;
      background: url(/img/icons/select_gray.svg) no-repeat center;
      background-size: contain; }
  .account-page .b-contract .form .input-group.select.active .b-input::after {
    -webkit-transform: translate(0, -50%) rotate(180deg);
            transform: translate(0, -50%) rotate(180deg); }
  .account-page .b-contract .form .options {
    padding-left: 10px; }
  .account-page .b-contract .form .b-label {
    vertical-align: bottom; }
  .account-page .b-contract .form .label {
    position: static;
    font-size: 18px;
    line-height: 24px; }
    .account-page .b-contract .form .label .small {
      font-size: 14px;
      font-weight: 400; }
  .account-page .b-contract .form .b-submit {
    padding-top: 65px;
    height: auto;
    text-align: right; }

.account-page .b-news {
  margin: 0 -100px;
  padding-top: 30px; }
  .account-page .b-news .item {
    width: calc((100% - 200px)/2);
    padding-left: 100px; }
  .account-page .b-news .item__inner {
    padding-top: 90px; }
  .account-page .b-news .item__date {
    left: 0; }
  .account-page .b-news .read-more {
    display: none; }

.account-page .b-request {
  padding-top: 30px;
  margin-bottom: -40px; }
  .account-page .b-request .b-txt .h2 {
    padding-bottom: 20px; }
  .account-page .b-request .b-txt .notice {
    color: #d9d9d9;
    max-width: 370px; }
  .account-page .b-request .b-form {
    padding-left: 100px; }
    .account-page .b-request .b-form .input {
      padding-left: 150px; }
    .account-page .b-request .b-form .b-submit {
      margin: 70px -100px 0; }
    .account-page .b-request .b-form .simple-link.add .icon {
      background: #000; }
    .account-page .b-request .b-form .input-group.file {
      text-align: center;
      margin-top: 60px; }
      .account-page .b-request .b-form .input-group.file .label {
        position: static;
        -webkit-transform: none;
                transform: none; }
      .account-page .b-request .b-form .input-group.file .input {
        display: none; }
      .account-page .b-request .b-form .input-group.file .file-value {
        font-size: 14px;
        font-weight: 400;
        display: block;
        padding-top: 10px; }

@media screen and (max-width: 1024px) {
  .account-page .b-header .b-manager, .account-page .b-header .b-info {
    float: none;
    clear: both; }
  .account-page .b-header .b-manager {
    margin-top: 0;
    padding-left: 75px; }
    .account-page .b-header .b-manager .manager__info {
      float: left;
      font-size: 0; }
    .account-page .b-header .b-manager .name {
      font-size: 20px;
      line-height: 26px; }
    .account-page .b-header .b-manager .link {
      float: right; }
    .account-page .b-header .b-manager .photo, .account-page .b-header .b-manager .notice {
      display: inline-block;
      vertical-align: middle;
      padding-bottom: 0;
      margin-bottom: 0;
      font-size: 20px;
      line-height: 26px; }
    .account-page .b-header .b-manager .photo {
      width: 55px;
      height: 55px;
      margin-right: 20px;
      margin-left: -75px; }
    .account-page .b-header .b-manager .notice {
      font-size: 14px;
      line-height: 20px; }
    .account-page .b-header .b-manager .contacts {
      padding: 30px 0 70px; }
  .account-page .b-header .h6 {
    font-size: 18px;
    line-height: 30px; }
  .account-page .b-header .b-info {
    padding-bottom: 40px; }
    .account-page .b-header .b-info .name {
      padding-bottom: 30px; }
  .account-page .b-main {
    margin-top: 0; }
    .account-page .b-main .gallery .gallery__switch {
      float: none; }
    .account-page .b-main .gallery .switch__tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .account-page .b-main .gallery .switch__tab {
      padding-right: 0; }
    .account-page .b-main .gallery .gallery__tabs {
      margin: 0 -50px;
      padding: 40px 50px; }
    .account-page .b-main .gallery .table {
      margin: 0 -50px; }
      .account-page .b-main .gallery .table .table__row {
        white-space: nowrap;
        padding-left: 50px; }
    .account-page .b-main .gallery .table__content {
      top: 60px; }
  .account-page .b-chat .b-chat__header {
    display: none; }
  .account-page .b-chat .b-message .b-sender {
    padding-right: 0;
    padding-bottom: 20px; }
  .account-page .b-chat .b-message .photo {
    display: none; }
  .account-page .b-chat .b-message .message .txt {
    max-width: none; }
  .account-page .b-chat .b-message.ping {
    float: right; }
  .account-page .b-chat .b-message.pong {
    float: left; }
  .account-page .b-chat .b-chat__form {
    float: none; }
  .account-page .sub-tab__header .btn-back {
    margin-left: -25px; }
  .account-page .b-contract .form .b-label {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%); }
    .account-page .b-contract .form .b-label .small {
      display: none; }
  .account-page .b-contract .form .input {
    font-size: 18px; }
  .account-page .b-contract .form .placeholder {
    color: #d9d9d9; }
  .account-page .b-contract .form .options .item {
    font-size: 18px; }
  .account-page .b-contract .form .b-submit {
    width: auto;
    display: block;
    padding-top: 0;
    height: 130px;
    margin: 75px -50px -60px; }
  .account-page .b-news {
    margin: 0; }
    .account-page .b-news .item {
      width: 100%;
      padding-bottom: 50px;
      padding-left: 0; }
      .account-page .b-news .item.fixed .item__desc {
        height: 130px;
        overflow: hidden;
        margin-bottom: 20px;
        position: relative; }
        .account-page .b-news .item.fixed .item__desc::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 50px;
          background: linear-gradient(0deg, #fafafa 0%, rgba(250, 250, 250, 0) 100%); }
      .account-page .b-news .item.fixed .read-more {
        display: inline-block; }
        .account-page .b-news .item.fixed .read-more .open {
          display: none; }
      .account-page .b-news .item.fixed.active .item__desc {
        height: auto;
        overflow: visible;
        margin-bottom: 0; }
        .account-page .b-news .item.fixed.active .item__desc:after {
          display: none; }
      .account-page .b-news .item.fixed.active .read-more .open {
        display: inline; }
      .account-page .b-news .item.fixed.active .read-more .closed {
        display: none; }
    .account-page .b-news .item__inner {
      padding-top: 50px; }
    .account-page .b-news .item__desc {
      max-width: 600px; }
  .account-page .b-request .b-form {
    padding-left: 0; }
    .account-page .b-request .b-form .b-submit {
      margin: 70px -50px 0; }
    .account-page .b-request .b-form .input {
      padding-left: 0; } }

@media screen and (max-width: 767px) {
  .account-page .b-header {
    margin-bottom: 45px;
    padding-top: 20px; }
    .account-page .b-header .b-manager .manager__info {
      float: none; }
    .account-page .b-header .b-manager .contacts {
      padding-bottom: 40px;
      display: none; }
    .account-page .b-header .b-info {
      padding-top: 80px; }
    .account-page .b-header.active {
      background-color: #fafafa;
      margin-bottom: 87px; }
      .account-page .b-header.active .b-manager .contacts {
        display: block; }
      .account-page .b-header.active .b-info {
        display: none; }
  .account-page .b-main .gallery .gallery__switch {
    margin: 0 -25px; }
  .account-page .b-main .gallery .switch__tabs {
    display: block; }
  .account-page .b-main .gallery .switch__tab {
    padding: 0 25px;
    font-size: 22px;
    line-height: 36px; }
    .account-page .b-main .gallery .switch__tab.active {
      font-size: 22px; }
    .account-page .b-main .gallery .switch__tab.selected {
      font-size: 30px; }
  .account-page .b-main .gallery .gallery__tabs {
    margin: 0 -25px;
    padding: 40px 25px; }
  .account-page .b-main .gallery .table {
    margin: 0 -25px; }
    .account-page .b-main .gallery .table .table__row {
      padding-left: 25px; }
    .account-page .b-main .gallery .table .cell {
      font-size: 18px; }
      .account-page .b-main .gallery .table .cell:first-child {
        width: 10%;
        min-width: 140px; }
  .account-page .b-main .gallery .h3 {
    font-size: 20px;
    line-height: 26px; }
  .account-page .b-main .gallery .sub-tab__header .btn-back {
    margin-left: 0;
    margin-bottom: 40px; }
  .account-page .b-main .gallery .sub-tab__header .h3 {
    display: block;
    font-size: 18px; }
  .account-page .b-chat .b-message .message .txt {
    font-size: 16px; }
  .account-page .b-chat .b-chat__form .input-group:first-child {
    margin-top: 0; }
  .account-page .b-chat .b-chat__form .b-submit {
    text-align: center; }
  .account-page .btn-request {
    margin: 80px -25px -40px; }
  .account-page .b-contract .form .options {
    position: relative;
    padding: 40px 25px;
    margin: -2px -25px 0;
    border: none; }
    .account-page .b-contract .form .options .item {
      padding: 20px 0; }
  .account-page .b-contract .form .input-group.select .b-input::after {
    top: 23px; }
  .account-page .b-contract .form .b-label {
    top: 23px; }
  .account-page .b-contract .form .b-submit {
    margin: 75px -25px -60px; }
  .account-page .b-request .b-form {
    padding-left: 0; }
    .account-page .b-request .b-form .b-submit {
      margin: 70px -25px 0; }
    .account-page .b-request .b-form .placeholder {
      color: #d9d9d9; } }

@media screen and (max-width: 320px) {
  .account-page .b-header {
    margin-bottom: 12px; }
    .account-page .b-header.active {
      margin-bottom: 50px; }
  .account-page .b-main .gallery .switch__tab {
    font-size: 18px;
    line-height: 26px; }
    .account-page .b-main .gallery .switch__tab.active {
      font-size: 18px; }
    .account-page .b-main .gallery .switch__tab.selected {
      font-size: 22px; }
  .account-page .b-main .gallery .table {
    padding-top: 30px; }
    .account-page .b-main .gallery .table .table__content {
      top: 30px; }
    .account-page .b-main .gallery .table .table__row {
      padding-bottom: 35px; }
    .account-page .b-main .gallery .table .cell {
      font-size: 16px; }
  .account-page .btn-request {
    height: 80px; }
  .account-page .b-contract .form .input {
    font-size: 16px; }
  .account-page .b-contract .form .label {
    font-size: 16px; }
  .account-page .b-contract .form .options .item {
    font-size: 16px; }
  .account-page .b-contract .form .b-submit {
    height: 80px; }
  .account-page .b-news .item__desc .h3 {
    font-size: 20px;
    line-height: 26px; }
  .account-page .b-news .item__desc p {
    font-size: 16px;
    line-height: 28px; } }

/*--------TEAM---------*/
.team-page .members .item {
  padding: 35px 0; }
  .team-page .members .item.active .b-img {
    padding-right: 0; }
  .team-page .members .item.active .b-txt {
    padding-top: 20px; }
  .team-page .members .item .name {
    padding-bottom: 20px; }
  .team-page .members .item .contacts {
    padding-top: 70px; }
    .team-page .members .item .contacts .link {
      font-size: 18px;
      font-weight: 600; }
  .team-page .members .item .b-img {
    padding-right: 13%;
    transition: padding-right 0.3s ease; }
    .team-page .members .item .b-img .img {
      height: 340px;
      background: #000 no-repeat center;
      background-size: cover; }
  .team-page .members .item .b-txt {
    padding-left: 50px;
    padding-top: 0;
    transition: padding-top 0.3s ease; }

.team-page .info-block.benefits {
  background-color: #fff; }

@media screen and (max-width: 1024px) {
  .team-page .members .item .b-img {
    padding-right: 0; }
    .team-page .members .item .b-img .img {
      height: 240px; }
  .team-page .members .item .b-txt {
    padding-left: 0;
    padding-top: 30px; }
  .team-page .members .item .name {
    font-size: 26px;
    line-height: 34px; }
  .team-page .members .item .position {
    font-size: 18px;
    line-height: 26px; }
  .team-page .members .item .contacts {
    padding-top: 20px; } }

@media screen and (max-width: 767px) {
  .team-page .members .item .b-img .img {
    margin: 0 -25px; } }

@media screen and (max-width: 320px) {
  .team-page .members .item .b-img .img {
    height: 170px; }
  .team-page .members .item .name {
    font-size: 22px;
    line-height: 28px; }
  .team-page .members .item .position {
    font-size: 15px; }
  .team-page .members .item .contacts .link {
    font-size: 15px; } }

/*---------VACANCY---------*/
.vacancy-page {
  padding-top: 30px; }
  .vacancy-page sup {
    font-size: 16px;
    font-weight: 600; }
  .vacancy-page .vacancy-list .item:not(:last-child) {
    padding-bottom: 50px; }
  .vacancy-page .b-conditions .conditions {
    padding: 30px 0 0 35px; }
    .vacancy-page .b-conditions .conditions li {
      padding: 15px 0; }
  .vacancy-page .b-conditions .btn-send {
    padding-left: 35px;
    padding-top: 90px; }
  .vacancy-page .b-demands {
    font-size: 18px;
    line-height: 28px;
    padding-left: 50px; }
    .vacancy-page .b-demands .title {
      font-weight: 600; }
    .vacancy-page .b-demands .demands__group {
      padding-bottom: 20px; }
    .vacancy-page .b-demands .demands__list {
      padding: 15px 0; }
      .vacancy-page .b-demands .demands__list li {
        line-height: 28px;
        padding: 15px 0; }
  .vacancy-page .btn-details .close {
    display: none; }
  .vacancy-page .btn-details.active .close {
    display: block; }
  .vacancy-page .btn-details.active .open {
    display: none; }


@media screen and (max-width: 1440px){
	.vacancy-page .b-title{
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 1024px) {
  .vacancy-page .vacancy-list .item:not(:last-child) {
    padding-bottom: 80px; }
	.vacancy-page .b-title{
		padding-bottom: 0;
	}
  .vacancy-page .b-conditions {
    padding-top: 25px; }
    .vacancy-page .b-conditions .conditions {
      padding: 15px 0 0 0; }
      .vacancy-page .b-conditions .conditions li {
        padding: 10px 0; }
  .vacancy-page .b-demands {
    padding-left: 0;
    padding-top: 40px; }
    .vacancy-page .b-demands .demands {
      display: none; }
    .vacancy-page .b-demands .btn-send {
      float: left; }
    .vacancy-page .b-demands .btn-details {
      float: right; } }

@media screen and (max-width: 767px) {
  .vacancy-page .h6 {
    font-size: 18px;
    line-height: 28px; }
  .vacancy-page .vacancy-list .item:last-child {
    padding-bottom: 50px; }
  .vacancy-page .vacancy-list .item__title {
    font-size: 30px;
    line-height: 38px; } }

@media screen and (max-width: 320px) {
  .vacancy-page .h6 {
    font-size: 15px;
    line-height: 28px; }
  .vacancy-page .vacancy-list .item__title {
    font-size: 22px;
    line-height: 30px; }
  .vacancy-page .b-demands {
    font-size: 15px;
    line-height: 24px;
    padding-top: 30px; }
  .vacancy-page .b-conditions {
    padding-top: 15px; }
  .vacancy-page .link.simple.big {
    font-size: 12px; } }

/*-----END VACANCY---------*/
/*--------TARIFF---------*/
.tariff-page {
  padding-top: 20px; }
  .tariff-page .top-banner {
    height: 385px;
    background: no-repeat center;
    background-size: cover; }
  .tariff-page .b-gallery {
    padding-top: 60px; }
  .tariff-page .gallery .switch__tab {
    display: inline-block;
    padding-right: 75px;
    white-space: nowrap; }
    .tariff-page .gallery .switch__tab.selected .h3 {
      font-size: 36px; }
  .tariff-page .tariffs {
    padding: 30px 0 0 0; }
    .tariff-page .tariffs .item {
      padding: 60px 0 0 0; }
    .tariff-page .tariffs .b-desc {
      padding-right: 50px; }
    .tariff-page .tariffs .b-features {
      padding-right: 50px;
      padding-top: 20px;
      padding-bottom: 20px; }
      .tariff-page .tariffs .b-features .features {
        padding-left: 0px;
        padding-top: 40px; }
      .tariff-page .tariffs .b-features .item {
        padding: 10px 0; }
    .tariff-page .tariffs .title {
      padding-bottom: 40px; }

@media screen and (max-width: 1024px) {
  .tariff-page .top-banner {
    height: 320px; }
	.tariff-page .gallery .gallery__switch{
		margin: 0 -50px;
	}

  .tariff-page .gallery .switch__tab {
    padding-right: 20px;
		padding-left: 50px;
	}
  .tariff-page .tariffs {
    padding: 0; }
    .tariff-page .tariffs .item {
      padding: 45px 0 0 0; }
    .tariff-page .tariffs .b-desc {
      padding-right: 0; }
    .tariff-page .tariffs .b-features {
      padding-left: 0;
      padding-top: 40px; }
      .tariff-page .tariffs .b-features .features {
        padding-left: 0; } }

@media screen and (max-width: 767px) {
  .tariff-page .top-banner {
    height: 290px; }
  .tariff-page .gallery .gallery__switch {
    margin: 0 -25px; }
  .tariff-page .gallery .switch__tabs {
    display: block; }
  .tariff-page .gallery .switch__tab {
    padding: 0 25px; }
    .tariff-page .gallery .switch__tab .h3 {
      font-size: 22px;
      line-height: 34px; }
    /*.tariff-page .gallery .switch__tab.active .h3 {*/
      /*font-size: 22px; }*/
    .tariff-page .gallery .switch__tab.selected .h3 {
      font-size: 30px; }
  .tariff-page .tariffs {
    padding-bottom: 20px; }
    .tariff-page .tariffs .title {
      padding-bottom: 25px; }
    .tariff-page .tariffs .b-features .item {
      font-size: 18px;
      line-height: 28px; } }

@media screen and (max-width: 320px) {
  .tariff-page .top-banner {
    height: 200px; }
  .tariff-page .gallery .switch__tab .h3 {
    font-size: 16px;
    line-height: 30px; }
  .tariff-page .gallery .switch__tab.active .h3 {
    font-size: 16px; }
  .tariff-page .gallery .switch__tab.selected .h3 {
    font-size: 22px; }
  .tariff-page .tariffs .item {
    padding: 30px 0 0 0; }
  .tariff-page .tariffs .b-features .item {
    font-size: 15px;
    line-height: 24px; } }

/* End */


/* Start:/local/templates/ec/css/bx_customs.css?167300832211600*/
#panel{

    position: absolute;
    left:0;
    right: 0;
    top:0;
}
.header{z-index: 11;}
.btn{

    outline:none;
}

.about-page .gallery--main .b-tooltip{

    display: none;

}
.content  .b-plans .gallery--sub .img .slide,
.content  .venues-page .gallery .b-img .slide{

    width: 92.5%;

}
sup{
    vertical-align: super;
    font-size: 0.8em;
}

.contacts-modal .contacts-modal__block.left .info-chunk{

    padding-bottom:40px;

}
.contacts-modal .contacts-modal__block.left .info-chunk:nth-child(4){
    margin-left: 50%;
    padding-bottom: 0;
    font-size: 12px;

}
.contacts-modal .contacts-modal__block.left .info-chunk:nth-child(4) .time{


    padding-left:0;
}

.main-page .slide{
    z-index: 1;
}
.main-page .page-block.left{

    overflow: visible;
    z-index: 10;

}


@media screen and (max-width: 1160px){
    .contacts-modal .contacts-modal__block.left .info-chunk:nth-child(4){
        margin-left: 0%;
        padding-bottom: 0;

    }
}




.header .logo .logo__img img{
    height: 32px;
}
.nowrap{
    white-space: nowrap;
}
.b-plans .gallery--sub .img{
    background-size: cover;
    background-position: left;
}
.about-page .info-block.second .features-list .tooltip{
    left:0;
    top:111%
}
.about-page .info-block.second .features-list .item:last-child .tooltip {
    left: 50%;
    left:0;
}
.partners-page.food .gallery .items .item__features a:hover,
.info-block .features a:hover{
    color:#000;
}
a.blue:hover, a.link.blue:hover{
    color:#000!important;
}
.partners-page.food .gallery .switch__tab .h2{
    line-height: 75px;
}

.main-page .slide.rent:nth-child(4) .b-txt .features-list .item__name{
    padding-bottom: 10px;
}
.main-page .slide:nth-child(4) .page-block.left .features-list,
.main-page .slide.venues .page-block.left .features-list{
    margin-top: -30px;
    /*margin-bottom: -30px;*/
    /*padding-bottom: 0;*/
    /*max-height: 140px;*/
}
/*.main-page .slide.venues .b-txt .features-list .item:not(:first-child){*/
    /*padding-top: 10px;*/
/*}*/
/*.main-page .slide.venues .b-txt .features-list .item span {*/
    /*line-height: 1.5;*/
/*}*/
.info-block .features .feature .value {}

.about-page .slider .switch{

display: none!important;

}


.about-page .gallery--main .gallery__switch{
    bottom:30px;
    width:350px;
}
.about-page .gallery--main .gallery__switch .switch__tab{

    width: 100px;

}
.about-page .gallery--main .gallery__switch .switch__tab .h3{
    /*margin: 0 -30px;*/
    display: block;
    text-align: center;
}
.about-page .gallery--main .gallery__switch .switch__tab{
    padding-bottom: 0px;
    position: relative;
    height: 24px;
}

.about-page .gallery--main .gallery__switch .switch__tab:hover{
    z-index: 1;
}
.about-page .gallery--main .gallery__switch .switch__tab .h3{
    position: relative;
    color: transparent;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 0px;

}
.about-page .gallery--main .gallery__switch .switch__tab .h3{
    height: 24px;
}



.about-page .gallery--main .gallery__switch .switch__tab:hover .h3,
.about-page .gallery--main .gallery__switch .switch__tab.active .h3{
    color:#FFF;
    font-size: 0px;
}
.about-page .gallery--main .gallery__switch .switch__tab .h3::after{

    position: absolute;
    left:50%;
    top:0;
    bottom:0;
    margin: auto;
    transform: translate(-50%,0%);
    width:18px;
    height: 18px;
    border-radius: 50%;
    background-color: #FFF;
    content: '';
    /*margin-top: 21px;*/
    /*-webkit-transition: all 1s ease;*/
    /*-moz-transition: all 1s ease;*/
    /*-o-transition: all 1s ease;*/
    /*transition: all 1s ease;*/


}


.about-page .gallery--main .gallery__switch .switch__tab .h3:hover::after,
.about-page .gallery--main .gallery__switch .switch__tab.active .h3::after{
    /*margin-top: 18px;*/
    width:24px;
    height: 24px;
}

.about-page .gallery--main .b-tooltip{
    background-color: transparent;
    transition: opacity 0.3s linear;

}
.about-page .gallery--main .b-tooltip .tooltip__txt{
    display: none;
}
.about-page .gallery--main .b-tooltip .tooltip__icon{

    width:120px;
    height: 120px;
    background-color: #000;
    border-radius: 50%;

}

.account-page .b-main .gallery .table .cell{
    min-width:auto;
}
/*.tariff-page .gallery .switch__tab{*/
    /*padding-right: 75px;*/
/*}*/



.b-plans .gallery--sub .img .slide {
    height: 730px;
    width: 85%;
    background: no-repeat center;
    background-size: cover; }


.cost sup{
    display: inline-block;
    vertical-align: top;
}


.hided{display: none;}
.open-contract{

    cursor: pointer;

}


.open-contract:hover{    color: #0054ff}


.booking-page h1{
    text-transform: none;
}
.booking-page .text-block{
    padding: 70px 0 100px;
}

@media screen and (max-width: 320px) {
    .vacancy-page .b-sales .b-txt {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media all and  (min-width: 767px){
    .vacancy-page .b-sales .b-txt .contacts{
        padding-right: 15%;

    }

}

@media all and  (max-width: 767px){
    .vacancy-page .b-sales .b-txt .contacts p{
        padding-left: 25px;
        padding-right: 25px;
    }
    .header .logo .logo__txt {
        display: block;
        margin: 7px 0 -8px 0;
    }




    .content{
        padding-top: 91px;
    }


    .partners-page.residence .b-plans .gallery--sub .img {
        height: 300px;
    }
    .partners-page.residence .b-plans .gallery--sub .img .slide{

        height: 300px;

    }


}
@media all and  (max-width: 1380px){
   /*.vacancy-page .b-sales .b-txt .h2{*/
        /*padding-bottom: 20px;*/
    /*}*/
}
@media all and  (max-width: 1100px){
    /*.vacancy-page .b-sales .b-txt .contacts p{*/
        /*font-size: 14px;*/
        /*font-weight: 500;*/
        /*line-height: 1.8;*/
    /*}*/
}
@media all and (min-width: 768px) {
    .about-page .slider .switch {
        display: block !important;
    }

}
@media all and (min-width: 1024px) {
    .about-page .slider .switch {
        margin-right: -30px;
    }
}

.about-page .slider .switch .item{
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
}

@media all and (min-width: 768px) {


    .info-block .features .feature .key.col-sm-6{width: 30%;}
    .info-block .features .feature .value.col-sm-6{width:70%;}
}
.irs-bar{
    background-color: #000000;
}
.gallery.gallery--main .item__content::after {

    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:35%;
    content:'';
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.5+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */


}


.header .extra-nav .item.contacts a.active .icon{
    background-color: #0054ff!important;
}


@media all and (min-width: 768px) {
    /*a.global-control.open-contacts .icon{*/
        /*display: none;*/
    /*}*/
a.global-control.open-contacts{
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }
    a.global-control.open-contacts.active,
    a.global-control.open-contacts:hover{
        color: #0054ff;
    }

}

@media all and (max-width: 480px) {




    .about-page .gallery--main .gallery__switch .switch__tab .h3,
    .about-page .gallery--main .gallery__switch .switch__tab:hover .h3,
    .about-page .gallery--main .gallery__switch .switch__tab .h3:hover,
    .about-page .gallery--main .gallery__switch .switch__tab.active .h3{
        font-size: 0;
    }

}


/*--------CALL BACK FORM------*/
.popup {
    position: relative; }
.popup.send-resume {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff; }
.popup.send-resume .popup__content {
    padding: 60px 100px 0; }
.popup.send-resume .h2 {
    max-width: 200px; }
.popup.send-resume .input-block:nth-child(1) {
    margin-bottom: 130px; }
.popup.send-resume .input-block:not(:last-child) {
    margin-bottom: 40px; }
.popup.send-resume .form .input[type="text"],
.popup.send-resume .form .input[type="tel"],
.popup.send-resume .form .input[type="email"] {
    padding-left: 100px; }

.popup.send-resume .b-submit {
    margin: 150px -100px 0; }

.popup.send-resume .form .input-group.file {
    text-align: center;
    margin-top: 60px; }
.popup.send-resume .form .input-group.file .label {
    position: static;
    -webkit-transform: none;
    transform: none; }
.popup.send-resume .form .input-group.file .input {
    display: none; }
.popup.send-resume .form .input-group.file .file-value {
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-top: 10px; }


.popup.send-resume .form  .simple-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}


.popup.send-resume .form .input-group.file .simple-link.add {
    position: relative;
    padding-right: 20px; }

.popup.send-resume .form .input-group.file .add .icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.popup.send-resume .form .input-group.file .simple-link.add .icon {
    background: #000;
}
.popup.send-resume .form .input-group.file .add .icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(/img/icons/plus_white.svg) no-repeat center;
    background-size: contain;
}
@media screen and (max-width: 1024px) {
    .popup.send-resume .popup__content {
        padding: 50px 50px 0; }
    .popup.send-resume .input-block:nth-child(1) {
        margin-bottom: 60px; }
    .popup.send-resume .b-submit {
        margin-top: 100px; } }

@media screen and (max-width: 767px) {
    .popup.send-resume .popup__content {
        padding: 30px 25px 0; }

}




.login-modal.not-modal{
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 800px;
    margin:0 auto;
    width:100%;
}



.login-modal .form.form-new-password .input{

    padding-left: 140px;

}



.sub-tab--main .table__content{

min-width:1000px;

width:1000px;

}

.account-page .b-main .gallery .table .cell.title{
padding-right:20px;
overflow:hidden;
position:relative;
width:30%;


}
.account-page .b-main .gallery .table .cell:first-child{
width:10%;

}
.account-page .b-main .gallery .table .cell:nth-child(2){

width:30%;
}

.account-page .b-main .gallery .table .cell:nth-child(3){

width:15%;
}

.account-page .b-main .gallery .table .cell.title::after{
width: 40px;
content:'';
position:absolute;
right:0;
top:0;
bottom:0;
background: -moz-linear-gradient(left, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
background: -webkit-linear-gradient(left, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%);
background: linear-gradient(to right, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fafafa', endColorstr='#fafafa',GradientType=1 );


}





/* End */


/* Start:/local/templates/ec/css/uber-zoom.css?16730083228291*/
.ndd-uberzoom-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.ndd-uberzoom-container img.ndd-uberzoom-main-image {
	opacity: 0;
	width: 100%;
	height: auto;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ndd-uberzoom-container:hover .ndd-uberzoom-interface {
	opacity: 1;
}

.ndd-uberzoom-interface {
	opacity: 0;
	transition: opacity 0.75s;
	-moz-transition: opacity 0.75s;
	-webkit-transition: opacity 0.75s;
}

.ndd-uberzoom-navigator, .ndd-uberzoom-fullscreen {
	position: absolute;
	background: rgba(0,0,0,0.75);
	border: 1px solid rgba(255,255,255,0.25);
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.ndd-uberzoom-fullscreen img {
	width: 28px;
	height: 28px;
	margin: 8px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ndd-uberzoom-navigator-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	z-index: 0;
}

.ndd-uberzoom-navigator-window {
	position: absolute;
	background: rgba(255,255,255,0.5);
	border-radius: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 1;
}

.ndd-uberzoom-fullscreen {
	width: 44px;
	height: 44px;
}

.ndd-uberzoom-fullscreen:active {
	background: rgba(255,255,255,0.25);
}

.ndd-uberzoom-container-fullscreen {
	position: fixed;
	z-index: 90000;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: black;
}

/* SPOTS */

.ndd-spot {
	position: absolute;
	width: 44px;
	height: 44px;
	margin-left: -22px;
	margin-top: -22px;
}

.ndd-spot-rect {
	position: absolute;
}


/* POPUPS */

#ndd-annotations-global-container {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999999;
}

.ndd-popup-buffer {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.ndd-popup-container {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	/*width: 0px;*/
	/*height: 0px;*/
	z-index: 9999999;
}

.ndd-popup-container.ndd-popup-visible {
	display: block;
}

.ndd-popup-box {
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	position: relative;
	z-index: 1;
	width: auto;
	height: auto;
	background: rgba(0, 0, 0, 1);
	border-radius: 6px;
	overflow: hidden;
}

.ndd-popup-content {
	padding: 20px;
}

.ndd-popup-content h1 {
	font: 18px sans-serif;
	/*color: white;*/
	margin: 0;
}

.ndd-popup-content p {
	font: 12px sans-serif;
	/*color: white;*/
	margin-top: 10px;
}

/* arrows */

.ndd-popup-arrow-up {
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 10px solid rgba(0, 0, 0, 1);
}

.ndd-popup-arrow-down {
	position: absolute;
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid rgba(0, 0, 0, 1);
}

.ndd-popup-arrow-right {
	position: absolute;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	
	border-left: 10px solid rgba(0, 0, 0, 1);
}

.ndd-popup-arrow-left {
	position: absolute;
	width: 0; 
	height: 0; 
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent; 
	
	border-right:10px solid rgba(0, 0, 0, 1); 
}

/* CIRCLE SPOT */

.ndd-marker-container {
	z-index: 0;
	width: 44px;
	height: 44px;
}

.ndd-marker-container .ndd-marker-main, .ndd-marker-container .ndd-marker-border {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

.ndd-marker-container .ndd-marker-main {
	display: block;
	position: absolute;
}

.ndd-marker-style-1 .ndd-marker-main {
	background: rgba(0, 0, 0, 1);
	border-radius: 100px;
	width: 44px;
	height: 44px;
}

.ndd-marker-style-2 .ndd-marker-main {
	background: rgba(0, 0, 0, 1);
	border-radius: 100px;
	width: 34px;
	height: 34px;
	left: 5px;
	top: 5px;
}

.ndd-marker-style-2 .ndd-marker-border {
	position: absolute;
	width: 36px;
	height: 36px;
	border: 4px solid rgba(0, 0, 0, 1);
	border-radius: 100px;
}

.ndd-marker-style-3 .ndd-marker-main {
	display: block;
	background: rgba(0, 0, 0, 1);
	border-radius: 100px;
	width: 38px;
	height: 38px;
	margin: 3px;
}

.ndd-marker-style-3 .ndd-marker-border {
	position: absolute;
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 100px;
}

.ndd-marker-style-4 .ndd-marker-main {
	display: block;
	background-color: transparent !important;
	border-radius: 100px;
	width: 34px;
	height: 34px;
	margin: 5px;
}

.ndd-marker-style-4 .ndd-marker-border {
	position: absolute;
	display: block;
	width: 36px;
	height: 36px;
	border: 4px solid rgba(0, 0, 0, 1);
	border-radius: 100px;
}

.ndd-marker-style-5 img, .ndd-marker-style-6 img, .ndd-marker-style-7 img, .ndd-marker-style-8 img, .ndd-marker-style-9 img, .ndd-marker-style-10 img, .ndd-marker-style-11 img, .ndd-marker-style-12 img, .ndd-marker-style-13 img {
	width: 44px;
	height: 44px;
}

.ndd-marker-style-0 .ndd-marker-main {
	background: transparent !important;
}

.ndd-marker-style-0 .ndd-marker-border {
	border: none !important;
}

/* icons position offsets */
.ndd-marker-style-5 img {
	margin-top: -19px;
}
.ndd-marker-style-6 img {
	margin-top: -19px;
}
.ndd-marker-style-7 img {
	margin-top: -19px;
}
.ndd-marker-style-8 img {
	margin-left: 21px;
	margin-top: -20px;
}
.ndd-marker-style-9 img {
	margin-top: -19px;
}
.ndd-marker-style-10 img {
	margin-top: -19px;
}
.ndd-marker-style-11 img {
	margin-left: -4px;
	margin-top: -16px;
}
.ndd-marker-style-12 img {
	margin-left: 9px;
	margin-top: -18px;
}
.ndd-marker-style-13 img {
	margin-left: -1px;
	margin-top: -17px;
}

/* RECT SPOT */

.ndd-rect-marker-container {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

/*.ndd-rect-marker-container .ndd-rect-marker-main, .ndd-marker-container .ndd-rect-marker-border {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}*/

.ndd-rect-marker-container .ndd-marker-main, .ndd-rect-marker-container .ndd-marker-border {
	position: absolute;
}

.ndd-marker-main-wrap, .ndd-marker-border-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ndd-marker-main-wrap .ndd-marker-main, .ndd-marker-border-wrap .ndd-marker-border {
	position: relative;
	left: 0 !important;
	top: 0 !important;
}

.ndd-rect-marker-style-1 .ndd-marker-main {
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	opacity: 0.2;
}

.ndd-rect-marker-style-2 .ndd-marker-main {
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	left: 5px;
	top: 5px;
	opacity: 0.2;
}

.ndd-rect-marker-style-2 .ndd-marker-border {
	border-radius: 12px;
	left: 0;
	top: 0;
	border: 4px solid black;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ndd-rect-marker-style-3 .ndd-marker-main {
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	left: 3px;
	top: 3px;
	opacity: 0.2;
}

.ndd-rect-marker-style-3 .ndd-marker-border {
	border-radius: 10px;
	left: 0;
	top: 0;
	border: 1px solid black;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.ndd-rect-marker-style-4 .ndd-marker-main {
	display: none;
}

.ndd-rect-marker-style-4 .ndd-marker-border {
	border-radius: 12px;
	left: 0;
	top: 0;
	border: 4px solid black;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.ndd-rect-marker-style-0 .ndd-marker-main {
	background: transparent !important;
}

.ndd-rect-marker-style-0 .ndd-marker-border {
	border: none !important;
}

.ndd-marker-container, .ndd-rect-marker-container, .ndd-marker-container *, .ndd-rect-marker-container {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* End */


/* Start:/local/templates/ec/components/bitrix/form.result.new/tmp_form_set/style.css?1673008322666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/ec/components/bitrix/form.result.new/tmp_form_set/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/ec/components/bitrix/form.result.new/tmp_form_set/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/ec/template_styles.css?16730083235836*/
.big-slider::after{
    background-color: #000;
    padding: 5px;
    bottom: 40px;
}

.gallery__tab .plan {
    height: 100%;
    overflow: hidden;
    width: 100%;
}


.rent-page .b-plans .gallery--sub .img{

position: relative;



}
.rent-page .b-plans .gallery--sub .img .plan-img{
max-width: 100%;
}

.panzoom--zoom__controller{
    position:absolute;
    right: 1em;
    top: 2em;
    z-index: 10;
    }
    .panzoom--zoom__button{
    width: 40px;
    height: 40px;
    background-color: #FFF;
    text-align:center;
    line-height: 40px;
    vertical-align:middle;
    margin: 0.25em;
    cursor:pointer;
    user-select: none;
        touch-action: none;
    }


    .rent-page .b-plans .gallery--main > .gallery__switch .switch__tab.active{
        position: relative;
    }
    .gallery .switch__tab .h3{
        position: relative;
    }
    .gallery .switch__tab{padding-left: 1rem;}
    .gallery .switch__tab .h3.selected{ }


    .gallery .switch__tab .h3:hover::before,
    .gallery .switch__tab.selected .h3::before,
    .gallery--main > .gallery__switch .switch__tab:hover .h3::before,
    .gallery--main > .gallery__switch .switch__tab.active .h3::before{

        width: .5rem;
        height: .5rem;
    }

    .gallery--main > .gallery__switch .switch__tab.active .h3,
    .gallery .switch__tab.selected .h3{
        color: #0054ff;
    }
    .gallery .switch__tab .h3::before,
    .gallery--main > .gallery__switch .switch__tab .h3::before{

        top: 50%;
        transform: translateY(-50%);
    }
    /* .gallery--main > .gallery__switch .switch__tab .h3::before{
        top: 1em;
    }
    */
    .gallery .switch__tab .h3::before,
    .gallery--main > .gallery__switch .switch__tab .h3::before{
        transition: all 0.05s ease;
        content:'';
        position: absolute;
        right: 100%;
        margin-right: .5rem;
        
        border-radius: 50%;
        width: 0;
        height: 0;
        background-color: #0054ff;
        /* transform: translateY(-50%); */
    }


    .page .flickity-prev-next-button{

        width: 50px;
        height: 50px;
        /* border-radius: 0; */

        background-color: #0054ff;

    }

    .page .flickity-prev-next-button svg {
        position: absolute;
        left: 50%;
        top: 50%;
        width: 40%;
        height: 40%;
        transform: translate(-50%,-50%);
    }

    .page  .flickity-prev-next-button .arrow{
        fill: #FFF;
    }


    .tariff-page .gallery .b-img .slider {
        margin-right: -50px;
    }
    

    .tariff-page .gallery .b-img .slide {
        height: 730px;
        width: 85%;
        background: no-repeat center;
        background-size: cover;
    }
    .content .tariff-page .gallery .b-img .slide{
        
        width: 92.5%;
    }

    @media screen and (max-width: 1024px){
        .tariff-page .gallery .b-img .slider {
            margin: 0 -50px;
        }

    }

    @media screen and (max-width: 767px){
        .content .tariff-page .gallery .b-img .slide{
            height: 300px;
        }
    }
    @media screen and (max-width: 320px){
        .tariff-page .gallery .b-img .slide {
            height: 200px;
        }
    }


.form .inputtext[type="number"],
.form .inputtext[type="text"], .form .inputtext[type="tel"], .form .inputtext[type="email"], .form .inputtext[type="password"] {
  border-bottom: 2px solid #d9d9d9;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 10px;
  padding-bottom: 10px; }
  .form .inputtext[type="text"]:focus, .form .inputtext[type="tel"]:focus, .form .inputtext[type="email"]:focus, .form .inputtext[type="password"]:focus {
    border-bottom-color: #000; }
  .form .inputtext[type="text"].error, .form .inputtext[type="tel"].error, .form .inputtext[type="email"].error, .form .inputtext[type="password"].error {
    border-bottom-color: red;
    color: red; }

.form .inputtext[type="radio"] {
  display: none; }
  .form .inputtext[type="radio"] + .label {
    display: inline-block;
    position: static;
    padding-right: 60px; }
  .form .inputtext[type="radio"]:checked + .label .h6 {
    font-size: 26px; }

.form .inputtext.date + .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  background: url(/img/icons/calendar.svg) no-repeat center;
  background-size: cover; }

.popup.call-back__com .form .inputtext[type="text"], 
.popup.call-back__com .form .inputtext[type="tel"], 
.popup.call-back__com .form .inputtext[type="email"] {
    padding-left: 150px;
}

.popup.call-back__com .input-block{

margin-bottom:30px;

}

.popup.call-back__com .popup__content{
padding: 50px 50px 0;

}

.popup.call-back__com .b-submit{
margin: 0 -100px}


.popup.call-back__com {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff; }
    .popup.call-back__com .popup__content {
      padding: 60px 100px 0; }
    .popup.call-back__com .h2 {
      max-width: 250px; }
    .popup.call-back__com .input-block:nth-child(1) {
      margin-bottom: 130px; }
    .popup.call-back__com .input-block:not(:last-child) {
      margin-bottom: 40px; }
    .popup.call-back__com .form .input[type="text"], .popup.call-back__com .form .input[type="tel"], .popup.call-back__com .form .input[type="email"] {
      padding-left: 150px; }
    .popup.call-back__com .b-submit {
      margin: 50px -100px 0; }

@media screen and (max-width: 1024px) {
  .popup.call-back__com .popup__content {
    padding: 50px 50px 0; }
  .popup.call-back__com .input-block:nth-child(1) {
    margin-bottom: 60px; }
  .popup.call-back__com .b-submit {
    margin-top: 100px; } }

@media screen and (max-width: 767px) {
  .popup.call-back__com .popup__content {
    padding: 30px 25px 0; } }
/* End */
/* /local/templates/ec/fonts/Formular/stylesheet.css?16730083231362 */
/* /local/templates/ec/css/style.css?1673008322146111 */
/* /local/templates/ec/css/bx_customs.css?167300832211600 */
/* /local/templates/ec/css/uber-zoom.css?16730083228291 */
/* /local/templates/ec/components/bitrix/form.result.new/tmp_form_set/style.css?1673008322666 */
/* /local/templates/ec/template_styles.css?16730083235836 */
