/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	cursor:         grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(/static/_/_/node_modules/leaflet/dist/images/layers.png?4254f6f420ce);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(/static/_/_/node_modules/leaflet/dist/images/layers-2x.png?4254f6f420ce);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(/static/_/_/node_modules/leaflet/dist/images/marker-icon.png?4254f6f420ce);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}
.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
.leaflet-routing-container, .leaflet-routing-error {
    width: 320px;
    background-color: white;
    padding-top: 4px;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.leaflet-control-container .leaflet-routing-container-hide {
    width: 32px;
    height: 32px;
}

.leaflet-routing-container h2 {
    font-size: 14px;
}

.leaflet-routing-container h3 {
    font-size: 12px;
    font-weight: normal;
}

.leaflet-routing-collapsible .leaflet-routing-geocoders {
    margin-top: 20px;
}

.leaflet-routing-alt, .leaflet-routing-geocoders, .leaflet-routing-error {
    padding: 6px;
    margin-top: 2px;
    margin-bottom: 6px;
    border-bottom: 1px solid #ccc;
    max-height: 320px;
    overflow-y: auto;
    transition: all 0.2s ease;
}

.leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-alt, 
.leaflet-control-container .leaflet-routing-container-hide .leaflet-routing-geocoders {
    display: none;
}

.leaflet-bar .leaflet-routing-alt:last-child {
    border-bottom: none;
}

.leaflet-routing-alt-minimized {
    color: #888;
    max-height: 64px;
    overflow: hidden;
    cursor: pointer;
}

.leaflet-routing-alt table {
    border-collapse: collapse;
}

.leaflet-routing-alt tr:hover {
    background-color: #eee;
    cursor: pointer;
}

.leaflet-routing-alt::-webkit-scrollbar {
    width: 8px;
}

.leaflet-routing-alt::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #eee;
}

.leaflet-routing-alt::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #888;
}

.leaflet-routing-icon {
    background-image: url(/static/_/_/node_modules/leaflet-routing-machine/dist/leaflet.routing.icons.png?4254f6f420ce);
    -webkit-background-size: 240px 20px;
    background-size: 240px 20px;
    background-repeat: no-repeat;
    margin: 0;
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 20px;
    height: 20px;
}

.leaflet-routing-icon-continue         { background-position: 0 0; }
.leaflet-routing-icon-sharp-right      { background-position: -20px 0; }
.leaflet-routing-icon-turn-right       { background-position: -40px 0; }
.leaflet-routing-icon-bear-right       { background-position: -60px 0; }
.leaflet-routing-icon-u-turn           { background-position: -80px 0; }
.leaflet-routing-icon-sharp-left       { background-position: -100px 0; }
.leaflet-routing-icon-turn-left        { background-position: -120px 0; }
.leaflet-routing-icon-bear-left        { background-position: -140px 0; }
.leaflet-routing-icon-depart           { background-position: -160px 0; }
.leaflet-routing-icon-enter-roundabout { background-position: -180px 0; }
.leaflet-routing-icon-arrive           { background-position: -200px 0; }
.leaflet-routing-icon-via              { background-position: -220px 0; }

.leaflet-routing-geocoders div {
    padding: 4px 0px 4px 0px;
}

.leaflet-routing-geocoders input {
    width: 303px;
    width: calc(100% - 4px);
    line-height: 1.67;
    border: 1px solid #ccc;
}

.leaflet-routing-geocoders button {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    margin: 0;
    margin-right: 3px;
    float: right;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.leaflet-routing-add-waypoint:after {
    content: '+';
}

.leaflet-routing-reverse-waypoints:after {
    font-weight: normal;
    content: '\21C5';
}

.leaflet-routing-geocoders button:hover {
    background-color: #eee;
}

.leaflet-routing-geocoders input,.leaflet-routing-remove-waypoint,.leaflet-routing-geocoder {
    position: relative;
}

.leaflet-routing-geocoder-result {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    position: absolute;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    z-index: 1000; /* Arbitrary, but try to be above "most" things. */
}

.leaflet-routing-geocoder-result table {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0 0 4px 4px;
    background-color: white;
    cursor: pointer;
}

.leaflet-routing-geocoder-result-open {
    max-height: 800px;
}

.leaflet-routing-geocoder-selected, .leaflet-routing-geocoder-result tr:hover {
    background-color: #eee;
}

.leaflet-routing-geocoder-no-results {
    font-style: italic;
    color: #888;
}

.leaflet-routing-remove-waypoint {
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.leaflet-routing-remove-waypoint:after {
    position: absolute;
    display: block;
    width: 15px;
    height: 1px;
    z-index: 1;
    right: 1px;
    top: 4px;
    bottom: 0;
    margin: auto;
    padding: 2px;
    font-size: 18px;
    font-weight: bold;
    content: "\D7";
    text-align: center;
    cursor: pointer;
    color: #ccc;
    background: white;
    padding-bottom: 16px;
    margin-top: -16px;
    padding-right: 4px;
    line-height: 1;
}

.leaflet-routing-remove-waypoint:hover {
    color: black;
}

.leaflet-routing-instruction-distance {
    width: 48px;
}

.leaflet-routing-collapse-btn {
    position: absolute;
    top: 0;
    right: 6px;
    font-size: 24px;
    color: #ccc;
    font-weight: bold;
}

.leaflet-routing-collapse-btn:after {
    content: '\D7';
}

.leaflet-routing-container-hide .leaflet-routing-collapse-btn {
    position: relative;
    left: 4px;
    top: 4px;
    display: block;
    width: 26px;
    height: 23px;
    background-image: url(/static/_/_/node_modules/leaflet-routing-machine/dist/routing-icon.png?4254f6f420ce);
}

.leaflet-routing-container-hide .leaflet-routing-collapse-btn:after {
    content: none;
}

.leaflet-top .leaflet-routing-container.leaflet-routing-container-hide {
    margin-top: 10px !important;
}
.leaflet-right .leaflet-routing-container.leaflet-routing-container-hide {
    margin-right: 10px !important;
}
.leaflet-bottom .leaflet-routing-container.leaflet-routing-container-hide {
    margin-bottom: 10px !important;
}
.leaflet-left .leaflet-routing-container.leaflet-routing-container-hide {
    margin-left: 10px !important;
}

@media only screen and (max-width: 640px) {
    .leaflet-routing-container {
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        height: 100%;
    }
}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
/*======================================
  Selectric v1.13.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 1px solid #DDD;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  box-shadow: 0 0 10px -6px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #E0E0E0;
  color: #444;
}

.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444;
}

.selectric-items li:hover {
  background: #D5D5D5;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
[data-simplebar] {
    position: relative;
    z-index: 0;
    overflow: hidden!important;
    max-height: inherit;
    -webkit-overflow-scrolling: touch; /* Trigger native scrolling for mobile, if not supported, plugin is used. */
}

[data-simplebar="init"] {
    display: flex;
}

[data-simplebar] .simplebar-scroll-content,
[data-simplebar] .simplebar-content {
    overflow: hidden;
}

[data-simplebar="init"] .simplebar-scroll-content,
[data-simplebar="init"] .simplebar-content {
    overflow: scroll;
}

.simplebar-scroll-content {
    overflow-x: hidden!important;
    min-width: 100%!important;
    max-height: inherit!important;
    box-sizing: content-box!important;
}

.simplebar-content {
    overflow-y: hidden!important;
    box-sizing: border-box!important;
    min-height: 100%!important;
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 11px;
    pointer-events: none;
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px;
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.simplebar-track .simplebar-scrollbar.visible:before {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.5;
    transition: opacity 0 linear;
}

.simplebar-track.vertical {
    top: 0;
}

.simplebar-track.vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px;
}

.simplebar-track.horizontal {
    left: 0;
    width: auto;
    height: 11px;
}

.simplebar-track.horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px;
}

.horizontal.simplebar-track .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
}

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track {
    right: auto;
    left: 0;
}

[data-simplebar-direction="rtl"] .simplebar-track.horizontal {
    right: 0;
}body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

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

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  padding: 44px 0 0 0; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

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

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0 0 0; }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation-iteration-count:infinite}.multiselect__spinner:after{animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;-ms-touch-action:manipulation;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:0 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px;vertical-align:top}.multiselect__input::-webkit-input-placeholder{color:#35495e}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:5px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff;font-size:14px}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:5px;white-space:nowrap;overflow:hidden;max-width:100%;text-overflow:ellipsis}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0;padding-right:30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%;vertical-align:top}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px;font-size:13px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select,.multiselect__option--disabled{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:8px;line-height:20px;display:inline-block;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{right:auto;left:1px}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{right:auto;left:0}[dir=rtl] .multiselect__clear{right:auto;left:12px}[dir=rtl] .multiselect__spinner{right:auto;left:1px}@keyframes a{0%{transform:rotate(0)}to{transform:rotate(2turn)}}/* Lib styles */
/* Defaults */
@font-face {
  font-family: 'Circe';
  src: url(/static/fonts/Circe-Light.woff?4254f6f420ce) format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Circe';
  src: url(/static/fonts/Circe-Regular.woff?4254f6f420ce) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Circe Extra';
  src: url(/static/fonts/Circe-ExtraBold.woff?4254f6f420ce) format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Circe Extra';
  src: url(/static/fonts/Circe-ExtraLight.woff?4254f6f420ce) format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Circe';
  src: url(/static/fonts/Circe-Bold.woff?4254f6f420ce) format("woff");
  font-weight: bold;
  font-style: normal; }

/* Easing */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html.no-scroll {
  height: 100%;
  overflow: hidden; }

body {
  position: relative;
  font-family: "Circe", sans-serif;
  font-size: 14px;
  color: #131010; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }

p {
  margin-top: 0;
  margin-bottom: 0; }

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0; }

li {
  list-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: "Circe", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0; }

input {
  border: none;
  outline: none; }

button {
  border: none;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  padding: 0; }

#page-content {
  -webkit-transition: opacity 1s ease .4s;
  transition: opacity 1s ease .4s; }

.main {
  padding-left: 270px;
  padding-bottom: 226px;
  min-height: 100vh;
  overflow: hidden; }
  @media only screen and (max-width: 812px) {
    .main {
      padding-left: 0;
      padding-top: 80px;
      padding-bottom: 0; } }
  .main._old {
    padding-top: 64px;
    -webkit-transition: padding-top .4s ease;
    transition: padding-top .4s ease; }
    @media only screen and (max-width: 812px) {
      .main._old {
        padding-top: 144px; } }

.container {
  width: 1040px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1280px) {
    .container {
      max-width: 1000px;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media only screen and (max-width: 812px) {
    .container {
      width: 100%;
      padding-left: 20px;
      padding-right: 20px; } }

@media only screen and (max-width: 1280px) {
  .footer .container {
    max-width: 1000px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }

@media only screen and (max-width: 812px) {
  .footer .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; } }

.narrow-content {
  max-width: 824px; }

.loader > svg {
  -webkit-animation: rotate .5s linear infinite;
          animation: rotate .5s linear infinite; }

.btn {
  display: inline-block;
  padding: 16px 32px;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border-radius: 6px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: none; }
  .btn--tr {
    padding: 16px;
    border: 1px solid #fff;
    color: #fff; }
    .btn--tr:hover {
      background-color: #fff;
      color: #000; }
  .btn--red {
    background-color: #e61736;
    color: #fff;
    -webkit-transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease; }
    .btn--red:hover {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.15);
              box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.15); }
    .btn--red:active {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0);
              box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0); }
  .btn--black {
    background-color: #000;
    color: #fff;
    -webkit-transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease; }
    .btn--black:hover {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.15);
              box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.15); }
    .btn--black:active {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0);
              box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0); }
  .btn--white {
    background-color: #fff;
    color: #e61736;
    -webkit-transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease; }
    .btn--white:hover {
      -webkit-transform: translateY(-2px);
              transform: translateY(-2px);
      -webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.15);
              box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0.15); }
    .btn--white:active {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0);
              box-shadow: 0 8px 8px -6px rgba(0, 0, 0, 0); }
  @media only screen and (max-width: 812px) {
    .btn._mobile {
      width: 100%; } }
  @media only screen and (max-width: 812px) {
    .btn._complex-hero-button {
      pointer-events: auto;
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 100vw;
      padding: 24px 32px;
      border-radius: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }

.input {
  width: 100%;
  font-size: 14px;
  color: #000;
  padding: 15px 20px;
  outline: none;
  border: 1px solid grey;
  background: #f2f2f2;
  border-radius: 16px; }

.input-field {
  position: relative;
  width: 100%; }
  .input-field.focus label {
    -webkit-transform: translateY(-20px) scale(0.7);
            transform: translateY(-20px) scale(0.7); }
  .input-field input {
    width: 100%;
    font-size: 16px;
    color: #000;
    padding: 24px 20px 8px;
    outline: none;
    border: 1px solid #e5e5e5;
    border-radius: 10px; }
  .input-field label {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 16px;
    opacity: .6;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }

.selectric {
  position: relative;
  padding: 6px 25px;
  border: none;
  background-color: transparent;
  -webkit-transition: border-radius .3s ease;
  transition: border-radius .3s ease; }
  .selectric-open .selectric {
    border-radius: 24px 24px 0 0;
    max-height: 180px; }
  .selectric-arrow {
    position: absolute;
    top: 50%;
    right: 22px;
    height: 10px;
    width: 10px;
    border-right: 1px solid #e61736;
    border-bottom: 1px solid #e61736;
    -webkit-transform: translateY(-60%) rotate(45deg);
            transform: translateY(-60%) rotate(45deg);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease; }
    .selectric-open .selectric-arrow {
      -webkit-transform: translateY(-40%) rotate(-135deg);
              transform: translateY(-40%) rotate(-135deg); }
  .selectric .label {
    font-size: 18px;
    margin: 0;
    padding-right: 20px; }
    @media only screen and (max-width: 812px) {
      .selectric .label {
        font-weight: 300;
        font-size: 14px; } }
  .selectric-items {
    min-width: 100%;
    display: block;
    background-color: #fff;
    border: none;
    opacity: 0;
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: opacity 0s ease;
    transition: opacity 0s ease;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    z-index: 2;
    overflow: hidden;
    pointer-events: none; }
    .selectric-open .selectric-items {
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      pointer-events: all;
      max-height: 200px; }
    .selectric-items ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .selectric-items li {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-transition: background-color .2s ease;
      transition: background-color .2s ease;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      border-bottom: 1px solid #e5e5e5;
      background-color: #fff;
      padding: 10px 25px;
      font-weight: 300;
      font-size: 14px; }
      .selectric-items li:last-child {
        border: none; }
      .multi .selectric-items li:first-child {
        display: none; }
      .selectric-items li.selected {
        display: none; }
        .multi .selectric-items li.selected {
          display: block;
          background-color: grey;
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1; }
      .selectric-items li:hover {
        background-color: #f6f6f6; }
      .selectric-items li.disabled {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; }

.selectric-above .selectric-items {
  top: 100%;
  bottom: auto; }

.checkbox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 24px;
  height: 24px; }
  .checkbox > input[type=checkbox] {
    visibility: hidden; }
    .checkbox > input[type=checkbox]:checked + label:after {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
  .checkbox > label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    border-radius: 50%;
    cursor: pointer;
    background-color: #e5e5e5; }
    .checkbox > label:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 13px;
      height: 13px;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      background-color: yellow;
      border-radius: 50%;
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease;
      will-change: transform; }

.switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .switch--small .switch__label {
    font-size: 14px; }
    .switch--small .switch__label:first-of-type {
      margin-right: 6px; }
    .switch--small .switch__label:last-of-type {
      margin-left: 6px; }
  .switch--small .switch__body {
    width: 23px;
    height: 12px; }
    .switch--small .switch__body > input[type=checkbox]:checked + label:after {
      -webkit-transform: translate3d(10px, -50%, 0);
              transform: translate3d(10px, -50%, 0); }
    .switch--small .switch__body > label:after {
      left: 3px;
      width: 7px;
      height: 7px; }
  .switch--reverse .switch__body > label {
    background-color: #27ae60; }
    .switch--reverse .switch__body > label:after {
      background-color: #fff; }
  .switch--reverse .switch__body > input[type=checkbox]:checked + label {
    background-color: #e0e0e0; }
    .switch--reverse .switch__body > input[type=checkbox]:checked + label:after {
      background-color: #e61736; }
  .switch.disabled {
    opacity: .5;
    pointer-events: none; }
  .switch__label {
    font-size: 16px;
    cursor: pointer; }
    .switch__label:first-of-type {
      margin-right: 12px; }
    .switch__label:last-of-type {
      margin-left: 12px; }
  .switch__body {
    position: relative;
    width: 38px;
    height: 22px;
    cursor: pointer;
    border-radius: 40px; }
    .switch__body > input[type=checkbox] {
      visibility: hidden; }
      .switch__body > input[type=checkbox]:checked + label {
        background-color: #27ae60; }
        .switch__body > input[type=checkbox]:checked + label:after {
          -webkit-transform: translate3d(15px, -50%, 0);
                  transform: translate3d(15px, -50%, 0);
          background-color: #fff; }
    .switch__body > label {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      border-radius: 15px;
      -webkit-transition: background-color .3s ease;
      transition: background-color .3s ease;
      cursor: pointer;
      background-color: #e0e0e0;
      -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, 0.15);
              box-shadow: inset 0 4px 14px rgba(0, 0, 0, 0.15); }
      .switch__body > label:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 5px;
        width: 13px;
        height: 13px;
        background: #e61736;
        border-radius: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);
        -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
        transition: background-color .3s ease, -webkit-transform .3s ease;
        transition: transform .3s ease, background-color .3s ease;
        transition: transform .3s ease, background-color .3s ease, -webkit-transform .3s ease; }

.rc-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .rc-switch.checked .rc-switch__body {
    background-color: #27ae60; }
    .rc-switch.checked .rc-switch__body:after {
      -webkit-transform: translate3d(15px, -50%, 0);
              transform: translate3d(15px, -50%, 0);
      background-color: #fff; }
  .rc-switch__label {
    font-size: 16px;
    cursor: pointer; }
  .rc-switch__body {
    position: relative;
    width: 38px;
    height: 22px;
    border-radius: 40px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    background-color: #e0e0e0;
    -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 4px 14px rgba(0, 0, 0, 0.15);
    cursor: pointer; }
    .rc-switch__body:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 5px;
      width: 13px;
      height: 13px;
      background: #e61736;
      border-radius: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
      transition: background-color .3s ease, -webkit-transform .3s ease;
      transition: transform .3s ease, background-color .3s ease;
      transition: transform .3s ease, background-color .3s ease, -webkit-transform .3s ease; }

.swiper-arrow-next,
.swiper-arrow-prev {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: opacity .2s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  transition: opacity .2s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  transition: transform .3s ease, box-shadow .3s ease, opacity .2s ease;
  transition: transform .3s ease, box-shadow .3s ease, opacity .2s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
  outline: none; }
  .swiper-arrow-next:after,
  .swiper-arrow-prev:after {
    content: '';
    position: absolute;
    top: 12px;
    height: 22px;
    width: 16px;
    background: url(/static/img/chevron-right.svg?4254f6f420ce) no-repeat center;
    background-size: contain; }
  .swiper-arrow-next:hover,
  .swiper-arrow-prev:hover {
    -webkit-transform: translate3d(0, -50%, 0) scale(1.1);
            transform: translate3d(0, -50%, 0) scale(1.1);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); }
  .swiper-arrow-next:active,
  .swiper-arrow-prev:active {
    -webkit-transform: translate3d(0, -50%, 0) scale(1.05);
            transform: translate3d(0, -50%, 0) scale(1.05); }
  .swiper-arrow-next.swiper-button-disabled,
  .swiper-arrow-prev.swiper-button-disabled {
    opacity: .2;
    pointer-events: none; }

.swiper-arrow-prev {
  left: 10px; }
  .swiper-arrow-prev:after {
    left: 14px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .swiper-arrow-prev._side {
    left: auto;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(20%);
            transform: translateY(20%); }
  @media only screen and (max-width: 1280px) {
    .swiper-arrow-prev {
      left: 0; } }

.swiper-arrow-next {
  right: 10px; }
  .swiper-arrow-next:after {
    left: 17px; }
  .swiper-arrow-next._side {
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%); }
  @media only screen and (max-width: 1280px) {
    .swiper-arrow-next {
      right: 0; } }

.swiper-line {
  display: inline-block;
  width: 64px;
  height: 2px;
  background-color: #fff;
  border: none;
  opacity: 1;
  position: relative;
  border-radius: 0;
  outline: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
  margin: 0 4px;
  cursor: pointer; }
  .swiper-line--active {
    background-color: #000; }

.swiper-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 1px solid #dadada;
  opacity: 1;
  position: relative;
  border-radius: 50%;
  outline: none;
  -webkit-transition: background-color .3s ease, border-color .3s ease;
  transition: background-color .3s ease, border-color .3s ease;
  margin: 0 4px;
  cursor: pointer; }
  .swiper-dot--active {
    background-color: #e61736;
    border-color: #e61736; }
  .swiper-dot--white {
    border: 1px solid #fff; }
    .swiper-dot--white.swiper-dot--active {
      background-color: #fff;
      border-color: #fff; }

.range-slider {
  width: 100%;
  margin-bottom: 40px; }
  .range-slider__line {
    border-radius: 4px;
    border: none;
    height: 6px;
    background-color: #f6f6f6;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
            box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1); }
  .range-slider__values {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px; }
  .range-slider__current {
    margin-top: 24px; }
  .range-slider .noUi-handle {
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    left: -7px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    will-change: transform;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }
    .range-slider .noUi-handle:before {
      content: none; }
    .range-slider .noUi-handle:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 12px;
      height: 12px;
      background-color: #e61736;
      border-radius: 50%; }
    .range-slider .noUi-handle:hover {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); }
  .range-slider .noUi-connect {
    background-color: #e61736;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .range-slider .noUi-tooltip {
    bottom: -32px;
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 14px; }

.plates-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px; }
  @media only screen and (max-width: 812px) {
    .plates-slider {
      padding: 0; } }
  .plates-slider__container {
    margin: 0 -10px;
    padding: 0 10px; }
    @media only screen and (max-width: 812px) {
      .plates-slider__container {
        margin: 0 -20px;
        padding: 0 20px; } }
  .plates-slider__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 50px; }
  .plates-slider__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80px;
    padding-bottom: 50px; }
    @media only screen and (max-width: 812px) {
      .plates-slider__controls {
        display: none; } }
  .plates-slider__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    margin-bottom: 16px;
    border-radius: 25px;
    background-color: white;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    outline: none;
    cursor: pointer; }
    .plates-slider__arrow:hover {
      -webkit-transform: scale(1.04);
              transform: scale(1.04); }
    .plates-slider__arrow:active {
      -webkit-transform: scale(0.98);
              transform: scale(0.98); }
    .plates-slider__arrow:last-child {
      margin-bottom: 0; }
    .plates-slider__arrow:after {
      content: '';
      position: relative;
      display: block;
      width: 20px;
      height: 20px;
      background: url(/static/img/chevron-right.svg?4254f6f420ce) no-repeat center;
      background-size: contain;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
    .plates-slider__arrow._prev:after {
      -webkit-transform: scale(-1);
              transform: scale(-1); }
    .plates-slider__arrow.swiper-button-disabled {
      opacity: .4;
      cursor: default; }
      .plates-slider__arrow.swiper-button-disabled:hover, .plates-slider__arrow.swiper-button-disabled:active {
        -webkit-transform: scale(1);
                transform: scale(1); }
    .plates-slider__arrow._left {
      position: absolute;
      top: 40%;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .plates-slider__arrow._left.swiper-button-disabled {
        opacity: .4;
        cursor: default; }
        .plates-slider__arrow._left.swiper-button-disabled:hover, .plates-slider__arrow._left.swiper-button-disabled:active {
          position: absolute;
          top: 40%;
          left: 0;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      @media only screen and (max-width: 812px) {
        .plates-slider__arrow._left {
          display: none; } }
    .plates-slider__arrow._right {
      position: absolute;
      top: 40%;
      right: -45px;
      margin-bottom: 0;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .plates-slider__arrow._right.swiper-button-disabled {
        opacity: .4;
        cursor: default; }
        .plates-slider__arrow._right.swiper-button-disabled:hover, .plates-slider__arrow._right.swiper-button-disabled:active {
          position: absolute;
          top: 40%;
          right: -45px;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
      @media only screen and (max-width: 812px) {
        .plates-slider__arrow._right {
          display: none; } }
  .plates-slider__item {
    display: block;
    width: 220px;
    height: 340px;
    border-radius: 16px;
    background-color: white;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden; }
    .plates-slider__item:last-child {
      margin-right: 0; }

.range-slider .vue-slider-component .vue-slider {
  background-color: #f6f6f6;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.range-slider .vue-slider-component .vue-slider-process {
  background-color: #e61736; }

.range-slider .vue-slider-component .vue-slider-dot {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: auto; }
  .range-slider .vue-slider-component .vue-slider-dot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    cursor: pointer; }
  .range-slider .vue-slider-component .vue-slider-dot:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 12px;
    height: 12px;
    background-color: #e61736;
    border-radius: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    cursor: pointer; }
  .range-slider .vue-slider-component .vue-slider-dot:hover:before, .range-slider .vue-slider-component .vue-slider-dot:hover:after, .range-slider .vue-slider-component .vue-slider-dot:active:before, .range-slider .vue-slider-component .vue-slider-dot:active:after {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
            transform: translate3d(-50%, -50%, 0) scale(1.1); }

.v-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .v-switch._disabled {
    opacity: .5;
    pointer-events: none; }
  .v-switch._checked .v-switch__rail {
    background-color: #27ae60; }
    .v-switch._checked .v-switch__rail:after {
      background-color: #fff;
      -webkit-transform: translate3d(15px, -50%, 0);
              transform: translate3d(15px, -50%, 0); }
  .v-switch__label {
    font-size: 16px;
    cursor: pointer; }
    .v-switch__label:first-of-type {
      margin-right: 12px; }
    .v-switch__label:last-of-type {
      margin-left: 12px; }
  .v-switch__rail {
    position: relative;
    width: 38px;
    height: 22px;
    background-color: #e0e0e0;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 4px 14px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 4px 14px rgba(0, 0, 0, 0.15);
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    cursor: pointer; }
    .v-switch__rail:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 5px;
      width: 13px;
      height: 13px;
      background: #e61736;
      border-radius: 50%;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
      transition: background-color .3s ease, -webkit-transform .3s ease;
      transition: transform .3s ease, background-color .3s ease;
      transition: transform .3s ease, background-color .3s ease, -webkit-transform .3s ease; }

.v-select {
  position: relative;
  border-bottom: 1px solid #e5e5e5; }
  .v-select--open .v-select__input:after {
    -webkit-transform: translateY(-40%) rotate(-135deg);
            transform: translateY(-40%) rotate(-135deg); }
  .v-select--open .v-select__list {
    display: block; }
  .v-select__input {
    position: relative;
    width: 100%;
    padding-top: 4px;
    padding-bottom: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    white-space: nowrap;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden; }
    .v-select__input:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 2px;
      height: 8px;
      width: 8px;
      border-right: 1px solid #e61736;
      border-bottom: 1px solid #e61736;
      -webkit-transform: translateY(-60%) rotate(45deg);
              transform: translateY(-60%) rotate(45deg);
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }
  .v-select__list {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
    z-index: 9;
    overflow: auto; }
  .v-select__item {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding: 16px 40px 16px 20px;
    background-color: #fff;
    border-bottom: 1px solid #f1f1f1;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease; }
    .v-select__item:hover {
      background-color: #f6f6f6; }
    .v-select__item:last-child {
      border: none; }
    .v-select__item.selected > span:after {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1); }
    .v-select__item.disabled {
      background-color: #eeeeee;
      color: rgba(0, 0, 0, 0.5);
      pointer-events: none; }
    .v-select__item > span {
      display: block;
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 14px;
      width: 14px;
      background-color: #e5e5e5;
      border-radius: 50%; }
      .v-select__item > span:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        height: 8px;
        width: 8px;
        background-color: #e61736;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%) scale(0);
                transform: translate(-50%, -50%) scale(0);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
  .v-select__group-name {
    padding: 8px;
    font-size: 12px;
    font-weight: bold; }
  .v-select__group-list .v-select__item.disabled {
    display: none; }

.single-range__name {
  margin-bottom: 20px;
  font-size: 18px; }

.single-range__handler {
  margin-top: 8px; }

.ic-close {
  position: relative;
  width: 32px;
  height: 32px; }
  .ic-close:before, .ic-close:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 16px;
    background-color: #000;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    will-change: transform; }
  .ic-close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }
  .ic-close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .ic-close:hover:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .ic-close:hover:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
            transform: translate(-50%, -50%) rotate(135deg); }
  .ic-close--white:before, .ic-close--white:after {
    background-color: #fff; }
  .ic-close--red:before, .ic-close--red:after {
    background-color: #e61736; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* Helpers */
.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.fdc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.fdrr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.fdcr {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.fww {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.fwnw {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.fwwr {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse; }

.jcfs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.jcfe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.jcc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.jcsb {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.jcsa {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.aifs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.aib {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.ais {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.asa {
  -ms-flex-item-align: auto;
      align-self: auto; }

.asfs {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.asfe {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.asc {
  -ms-flex-item-align: center;
      align-self: center; }

.asb {
  -ms-flex-item-align: baseline;
      align-self: baseline; }

.ass {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.fg0 {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0; }

.fg1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.fsh0 {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.fsh1 {
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.pr {
  position: relative; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

h1 {
  font-size: 40px;
  line-height: 1.5; }
  @media only screen and (max-width: 812px) {
    h1 {
      font-size: 32px;
      text-align: center; } }

h2 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 32px; }
  @media only screen and (max-width: 812px) {
    h2 {
      font-size: 24px;
      font-weight: normal;
      text-align: center; } }

h3 {
  font-size: 24px;
  margin-bottom: 28px; }

.text, .page-head__description {
  font-size: 16px;
  line-height: 2.26; }
  .text p, .page-head__description p {
    margin-bottom: 20px; }
    .text p:last-child, .page-head__description p:last-child {
      margin-bottom: 0; }
  .text ul, .page-head__description ul {
    margin: 20px 0; }
    .text ul li, .page-head__description ul li {
      position: relative;
      padding-left: 12px; }
      .text ul li:before, .page-head__description ul li:before {
        content: '';
        position: absolute;
        top: 15px;
        left: 0;
        height: 5px;
        width: 5px;
        background-color: #e61736;
        z-index: 1; }
  .text ol, .page-head__description ol {
    margin: 20px 0;
    padding-left: 0;
    counter-reset: li; }
    .text ol li, .page-head__description ol li {
      position: relative;
      padding-left: 15px;
      counter-increment: li; }
      .text ol li:before, .page-head__description ol li:before {
        content: counter(li);
        position: absolute;
        top: 0;
        left: 0;
        height: 36px;
        width: 10px;
        color: #e61736;
        font-weight: bold;
        z-index: 1; }
  .text._round-list ul li, ._round-list.page-head__description ul li {
    padding-left: 30px; }
    .text._round-list ul li:before, ._round-list.page-head__description ul li:before {
      content: none; }
    .text._round-list ul li:after, ._round-list.page-head__description ul li:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 0;
      width: 17px;
      height: 17px;
      background-image: url(/static/img/icons/icn-list-dot.svg?4254f6f420ce);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }

/* Colors */
.c-white {
  color: #fff; }

.c-black {
  color: #000; }

.c-red {
  color: #e61736; }

.c-green {
  color: #27ae60; }

/* Weight */
.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: normal; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: bold; }

.fw-800 {
  font-weight: 800; }

.fw-900 {
  font-weight: 900; }

/* Align */
.ta-l {
  text-align: left; }

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

.ta-r {
  text-align: right; }

/* Uppercase */
.tt-u {
  text-transform: uppercase; }

/* Common */
.line {
  position: relative; }
  .line:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    will-change: transform; }
  .line:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  .line--black:after {
    background-color: #131010; }
  .line--red:after {
    background-color: #e61736; }

.page-head {
  position: relative;
  padding-top: 48px;
  padding-bottom: 40px;
  z-index: 3; }
  @media only screen and (max-width: 812px) {
    .page-head {
      padding-top: 32px; } }
  .page-head.white {
    background-color: #fff; }
  .page-head__description {
    margin-top: 32px;
    max-width: 824px; }

.page-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 118px;
  z-index: 4; }
  .page-tabs__item {
    width: 114px;
    padding: 16px;
    font-size: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    background-color: #fff;
    border: 1px solid #e5e5e5;
    cursor: pointer;
    -webkit-transition: border-color .3s ease, background-color .3s ease, color .3s ease;
    transition: border-color .3s ease, background-color .3s ease, color .3s ease; }
    .page-tabs__item:first-child {
      border-radius: 10px 0 0 10px; }
    .page-tabs__item:last-child {
      border-radius: 0 10px 10px 0; }
    .page-tabs__item:not(.active):hover {
      border-color: #e61736;
      color: black; }
    .page-tabs__item.active {
      background-color: #e61736;
      border-color: #e61736;
      color: #fff; }

.single-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .single-form.success .single-form__success {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s step-start;
    transition: opacity .3s ease, -webkit-transform .3s step-start;
    transition: opacity .3s ease, transform .3s step-start;
    transition: opacity .3s ease, transform .3s step-start, -webkit-transform .3s step-start; }
  .single-form.success .single-form__field,
  .single-form.success .single-form__submit {
    opacity: 0; }
  .single-form__success {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    font-size: 16px;
    font-weight: 300;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s step-end;
    transition: opacity .3s ease, -webkit-transform .3s step-end;
    transition: opacity .3s ease, transform .3s step-end;
    transition: opacity .3s ease, transform .3s step-end, -webkit-transform .3s step-end; }
    .single-form__success._promo {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .single-form__field {
    width: 260px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .single-form__field input {
      border-radius: 10px 0 0 10px;
      border-right: none; }
    @media only screen and (max-width: 812px) {
      .single-form__field {
        width: 180px; } }
    @media only screen and (max-width: 812px) {
      .single-form__field._size-s {
        width: 150px; } }
  .single-form__submit {
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #e61736;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    -webkit-transition: background-color .3s ease, opacity .3s ease, -webkit-box-shadow .3s ease;
    transition: background-color .3s ease, opacity .3s ease, -webkit-box-shadow .3s ease;
    transition: background-color .3s ease, box-shadow .3s ease, opacity .3s ease;
    transition: background-color .3s ease, box-shadow .3s ease, opacity .3s ease, -webkit-box-shadow .3s ease; }
    .single-form__submit:hover {
      background-color: #cf1531; }
    .single-form__submit:active {
      -webkit-box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.2);
              box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.2); }

.custom-list._military h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  height: 44px;
  width: 4px;
  background-color: #27ae60; }

.custom-list._military li:before {
  background: url(/static/img/icons/ic-list-military.svg?4254f6f420ce) no-repeat center; }

.custom-list__title {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.8; }

.custom-list li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8; }
  .custom-list li:before {
    content: '';
    position: absolute;
    top: .3em;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: url(/static/img/icons/icn-list-dot.svg?4254f6f420ce) no-repeat center;
    background-size: contain; }
  .custom-list li:last-child {
    margin-bottom: 0; }

.advantage__icon {
  width: 56px;
  height: 56px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.advantage__title {
  margin-top: 16px;
  font-size: 18px; }

.advantage__text {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 300; }

.purchase-title:before, .mothercare__description h1:before,
.mothercare__description h2:before,
.mothercare__description h3:before,
.mothercare__description h4:before,
.mothercare__description h5:before,
.mothercare__description h6:before, .handover__description h1:before,
.handover__description h2:before,
.handover__description h3:before,
.handover__description h4:before,
.handover__description h5:before,
.handover__description h6:before, .subsidy__description h1:before,
.subsidy__description h2:before,
.subsidy__description h3:before,
.subsidy__description h4:before,
.subsidy__description h5:before,
.subsidy__description h6:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-color: #e61736; }

.lf-map .leaflet-bar {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .lf-map .leaflet-bar a.leaflet-control-zoom-in,
  .lf-map .leaflet-bar a.leaflet-control-zoom-out {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    color: transparent;
    -webkit-transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    border-radius: 30px; }
    .lf-map .leaflet-bar a.leaflet-control-zoom-in:before,
    .lf-map .leaflet-bar a.leaflet-control-zoom-out:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 14px;
      height: 14px;
      opacity: .5;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease; }
    .lf-map .leaflet-bar a.leaflet-control-zoom-in:hover,
    .lf-map .leaflet-bar a.leaflet-control-zoom-out:hover {
      -webkit-transform: scale(1.04);
              transform: scale(1.04);
      -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15); }
      .lf-map .leaflet-bar a.leaflet-control-zoom-in:hover:before,
      .lf-map .leaflet-bar a.leaflet-control-zoom-out:hover:before {
        opacity: 1; }
    .lf-map .leaflet-bar a.leaflet-control-zoom-in:active,
    .lf-map .leaflet-bar a.leaflet-control-zoom-out:active {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
              box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0); }
  .lf-map .leaflet-bar a.leaflet-control-zoom-in {
    margin-bottom: 12px; }
    .lf-map .leaflet-bar a.leaflet-control-zoom-in:before {
      background: url(/static/img/icons/plus-black.svg?4254f6f420ce) no-repeat center;
      background-size: contain; }
  .lf-map .leaflet-bar a.leaflet-control-zoom-out:before {
    background: url(/static/img/icons/minus-black.svg?4254f6f420ce) no-repeat center;
    background-size: contain; }

.lf-map .leaflet-routing-container {
  display: none; }

.lf-map .leaflet-div-icon {
  background: none;
  border: none; }

.lf-map .map-cluster {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 40px;
  background-color: #e61736;
  border: 2px solid #fff;
  font-size: 14px;
  font-weight: bold;
  color: #fff; }

.lf-map .leaflet-touch .leaflet-bar {
  border: none; }
  .lf-map .leaflet-touch .leaflet-bar a.leaflet-control-zoom-in,
  .lf-map .leaflet-touch .leaflet-bar a.leaflet-control-zoom-out {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-color: #fff;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    color: transparent;
    -webkit-transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    border-radius: 30px; }
    .lf-map .leaflet-touch .leaflet-bar a.leaflet-control-zoom-in:before,
    .lf-map .leaflet-touch .leaflet-bar a.leaflet-control-zoom-out:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 14px;
      height: 14px;
      opacity: .5;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease; }
    .lf-map .leaflet-touch .leaflet-bar a.leaflet-control-zoom-in:hover,
    .lf-map .leaflet-touch .leaflet-bar a.leaflet-control-zoom-out:hover {
      -webkit-transform: scale(1.04);
              transform: scale(1.04);
      -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
              box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15); }
      .lf-map .leaflet-touch .leaflet-bar a.leaflet-control-zoom-in:hover:before,
      .lf-map .leaflet-touch .leaflet-bar a.leaflet-control-zoom-out:hover:before {
        opacity: 1; }
    .lf-map .leaflet-touch .leaflet-bar a.leaflet-control-zoom-in:active,
    .lf-map .leaflet-touch .leaflet-bar a.leaflet-control-zoom-out:active {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0);
              box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0); }
  .lf-map .leaflet-touch .leaflet-bar a.leaflet-control-zoom-in {
    margin-bottom: 12px; }
    .lf-map .leaflet-touch .leaflet-bar a.leaflet-control-zoom-in:before {
      background: url(/static/img/icons/plus-black.svg?4254f6f420ce) no-repeat center;
      background-size: contain; }
  .lf-map .leaflet-touch .leaflet-bar a.leaflet-control-zoom-out:before {
    background: url(/static/img/icons/minus-black.svg?4254f6f420ce) no-repeat center;
    background-size: contain; }

.lf-map .leaflet-tooltip {
  padding: 6px 24px;
  background: #fff;
  -webkit-box-shadow: 0 14px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0 14px 16px rgba(0, 0, 0, 0.04);
  border-radius: 200px;
  font-size: 14px;
  color: #666;
  margin: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .lf-map .leaflet-tooltip:before {
    content: none; }

.share-pannel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .share-pannel__item {
    margin-right: 10px; }
    .share-pannel__item:last-child {
      margin-right: 0; }

.share-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  -webkit-transition: opacity .2s ease-out, background-color .4s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease-out, background-color .4s ease, -webkit-transform .3s ease;
  transition: opacity .2s ease-out, transform .3s ease, background-color .4s ease;
  transition: opacity .2s ease-out, transform .3s ease, background-color .4s ease, -webkit-transform .3s ease;
  border-radius: 50%; }
  .share-button__icon {
    width: 14px;
    height: 14px;
    fill: #fff;
    stroke: none; }
  .share-button--twitter {
    background-color: #00aced; }
    .share-button--twitter:hover {
      background-color: #0099d4; }
  .share-button--facebook {
    background-color: #3b5998; }
    .share-button--facebook:hover {
      background-color: #344e86; }
  .share-button--vk {
    background-color: #45668e; }
    .share-button--vk:hover {
      background-color: #3d5a7d; }
  .share-button--ok {
    background-color: #f68221; }
    .share-button--ok:hover {
      background-color: #f4740a; }
  .share-button--pinterest {
    background-color: #cb2027; }
    .share-button--pinterest:hover {
      background-color: #b51d23; }
  .share-button--tumblr {
    background-color: #32506d; }
    .share-button--tumblr:hover {
      background-color: #2a435c; }
  .share-button--google {
    background-color: #dd4b39; }
    .share-button--google:hover {
      background-color: #d73925; }
  .share-button--linkedin {
    background-color: #007bb6; }
    .share-button--linkedin:hover {
      background-color: #006a9d; }
  .share-button--email {
    background-color: #777; }
    .share-button--email:hover {
      background-color: #6a6a6a; }
  .share-button--telegram {
    background-color: #54a9eb; }
    .share-button--telegram:hover {
      background-color: #3d9ee8; }
  .share-button--whatsapp {
    background-color: #25d366; }
    .share-button--whatsapp:hover {
      background-color: #21bd5c; }
  .share-button._sms {
    width: 100%;
    height: 100%;
    background-image: url(/static/img/icons/ic-sms.svg?4254f6f420ce);
    background-repeat: no-repeat;
    background-position: center; }

/* Core */
.old-version {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 64px;
  background-color: #000;
  z-index: 999;
  -webkit-transform: translateY(-64px);
          transform: translateY(-64px);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease; }
  .old-version._show {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .old-version__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media only screen and (max-width: 812px) {
      .old-version__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .old-version__close {
    cursor: pointer;
    position: absolute;
    top: 16px;
    right: 32px; }
    @media only screen and (max-width: 812px) {
      .old-version__close {
        top: 8px;
        right: 16px; } }
  .old-version__title {
    font-size: 18px;
    color: #fff; }
    @media only screen and (max-width: 812px) {
      .old-version__title {
        font-size: 16px;
        line-height: 1;
        text-align: center;
        padding: 0 48px; } }
  .old-version__link {
    cursor: pointer;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
    margin: 0 0 0 12px; }
    @media only screen and (max-width: 812px) {
      .old-version__link {
        font-size: 12px;
        margin: 4px 0 0; } }

.site-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100vh;
  background-color: #fff;
  z-index: 10; }
  @media only screen and (max-width: 812px) {
    .site-menu {
      display: none; } }
  .site-menu:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 80px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(black), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, black, rgba(0, 0, 0, 0));
    opacity: .08;
    pointer-events: none; }
  .site-menu._old {
    top: 64px;
    height: calc(100vh - 64px);
    -webkit-transition: top .4s ease, height .4s ease;
    transition: top .4s ease, height .4s ease; }
  .site-menu._dark:after {
    opacity: .1; }
  .site-menu__list {
    position: relative;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0; }
    .site-menu__list._show {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
      -webkit-transition: opacity .3s ease .1s, -webkit-transform .3s ease .1s;
      transition: opacity .3s ease .1s, -webkit-transform .3s ease .1s;
      transition: transform .3s ease .1s, opacity .3s ease .1s;
      transition: transform .3s ease .1s, opacity .3s ease .1s, -webkit-transform .3s ease .1s; }
      .site-menu__list._show .site-menu__item {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  .site-menu__sublist {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: opacity .2s ease, -webkit-transform .2s step-end;
    transition: opacity .2s ease, -webkit-transform .2s step-end;
    transition: opacity .2s ease, transform .2s step-end;
    transition: opacity .2s ease, transform .2s step-end, -webkit-transform .2s step-end; }
    .site-menu__sublist._show {
      opacity: 1;
      -webkit-transition: opacity .2s ease .2s;
      transition: opacity .2s ease .2s;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .site-menu__sublist._show .site-menu__item {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
  .site-menu__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 54px;
    min-height: 160px;
    background-color: #e61736; }
    .site-menu__logo-svg {
      width: 155px;
      height: 85px;
      background: url(/static/img/menu-logo.svg?4254f6f420ce) no-repeat center;
      background-size: contain; }
  .site-menu__nav {
    position: relative;
    margin-top: 4vh;
    z-index: 3; }
    @media only screen and (max-height: 768px) {
      .site-menu__nav {
        overflow-y: scroll; }
        .site-menu__nav::-webkit-scrollbar {
          width: 2px; }
        .site-menu__nav::-webkit-scrollbar-track-piece {
          background-color: #e5e5e5; }
        .site-menu__nav::-webkit-scrollbar-thumb:vertical {
          height: 30px;
          background-color: #e61736; } }
  .site-menu__item {
    position: relative;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s ease;
    transition: opacity .3s, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s;
    transition: transform .3s ease, opacity .3s, -webkit-transform .3s ease; }
    .site-menu__item:nth-child(1) {
      -webkit-transition-delay: .2s, .2s;
              transition-delay: .2s, .2s; }
    .site-menu__item:nth-child(2) {
      -webkit-transition-delay: .25s, .25s;
              transition-delay: .25s, .25s; }
    .site-menu__item:nth-child(3) {
      -webkit-transition-delay: .3s, .3s;
              transition-delay: .3s, .3s; }
    .site-menu__item:nth-child(4) {
      -webkit-transition-delay: .35s, .35s;
              transition-delay: .35s, .35s; }
    .site-menu__item:nth-child(5) {
      -webkit-transition-delay: .4s, .4s;
              transition-delay: .4s, .4s; }
    .site-menu__item:nth-child(6) {
      -webkit-transition-delay: .45s, .45s;
              transition-delay: .45s, .45s; }
    .site-menu__item:nth-child(7) {
      -webkit-transition-delay: .5s, .5s;
              transition-delay: .5s, .5s; }
    .site-menu__item:nth-child(8) {
      -webkit-transition-delay: .55s, .55s;
              transition-delay: .55s, .55s; }
    .site-menu__item:nth-child(9) {
      -webkit-transition-delay: .6s, .6s;
              transition-delay: .6s, .6s; }
    .site-menu__item:nth-child(10) {
      -webkit-transition-delay: .65s, .65s;
              transition-delay: .65s, .65s; }
  .site-menu__link {
    display: block;
    position: relative;
    padding: 1.6vh 40px;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease;
    font-size: 18px;
    cursor: pointer; }
    @media only screen and (max-height: 766px) {
      .site-menu__link {
        font-size: 16px; } }
    @media only screen and (max-height: 699px) {
      .site-menu__link {
        font-size: 14px; } }
    .site-menu__link._back {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .site-menu__link._back:before {
        content: '';
        height: 8px;
        width: 8px;
        margin-right: 6px;
        margin-top: -2px;
        border-left: 2px solid #e61736;
        border-bottom: 2px solid #e61736;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: border-color .2s ease;
        transition: border-color .2s ease; }
    .site-menu__link:hover {
      background-color: #e61736;
      color: #fff; }
      .site-menu__link:hover:before {
        border-color: #fff; }
  .site-menu__phone {
    display: block;
    font-size: 22px;
    text-align: center;
    opacity: .7;
    -webkit-transition: color .3s ease, opacity .4s ease, -webkit-transform .4s ease;
    transition: color .3s ease, opacity .4s ease, -webkit-transform .4s ease;
    transition: color .3s ease, opacity .4s ease, transform .4s ease;
    transition: color .3s ease, opacity .4s ease, transform .4s ease, -webkit-transform .4s ease; }
    .site-menu__phone._is-hidden {
      opacity: 0;
      -webkit-transform: translateY(30px);
              transform: translateY(30px); }
    .site-menu__phone:hover {
      color: #e61736; }
  .site-menu__bottom {
    margin-top: auto;
    width: 100%;
    z-index: 2; }
  .site-menu__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    height: 53px; }
    .site-menu__options-item {
      height: 38px;
      width: 38px;
      margin-right: 22px;
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      cursor: pointer; }
      .site-menu__options-item > svg {
        width: 100%;
        height: 100%; }
      .site-menu__options-item:hover {
        -webkit-transform: translate3d(0, 0, 0) scale(1.1);
                transform: translate3d(0, 0, 0) scale(1.1); }
      .site-menu__options-item:last-child {
        margin-right: 0; }
    .site-menu__options-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .site-menu__options:last-child {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100px;
      background-color: #f6f6f6; }

.mobile-header {
  display: none; }
  @media only screen and (max-width: 812px) {
    .mobile-header {
      display: block; } }

.mobile-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20; }
  .mobile-header._old > .mobile-header__top {
    top: 64px;
    -webkit-transition: top .4s ease;
    transition: top .4s ease; }
  .mobile-header._old > .mobile-menu {
    top: 144px;
    height: calc(100% - 144px);
    -webkit-transition: top .4s ease, height .4s ease;
    transition: top .4s ease, height .4s ease; }
  .mobile-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    padding-right: 80px;
    padding-left: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 2; }
  .mobile-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .mobile-header__logo > a {
      height: 44px;
      width: 80px;
      background: url(/static/img/menu-logo_red.svg?4254f6f420ce) no-repeat center;
      background-size: contain; }
  .mobile-header__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-right: 20px;
    border-right: 1px solid #e5e5e5; }
  .mobile-header__phone {
    width: 25px;
    height: 25px;
    margin-right: 24px; }
    .mobile-header__phone > svg {
      height: 100%;
      width: 100%;
      fill: #e61736; }
  .mobile-header__fav {
    width: 26px;
    height: 25px; }
    .mobile-header__fav > svg {
      height: 100%;
      width: 100%;
      fill: #e61736; }
  .mobile-header__ham {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    overflow: hidden; }

.hamburger {
  position: relative;
  width: 24px;
  height: 23px;
  padding: 12px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }
  .hamburger--active .hamburger__line:nth-child(1) {
    -webkit-transform: translateX(-28px);
            transform: translateX(-28px);
    opacity: 0; }
  .hamburger--active .hamburger__line:nth-child(2):before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .3s ease .2s;
    transition: -webkit-transform .3s ease .2s;
    transition: transform .3s ease .2s;
    transition: transform .3s ease .2s, -webkit-transform .3s ease .2s; }
  .hamburger--active .hamburger__line:nth-child(2):after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: -webkit-transform .3s ease .2s;
    transition: -webkit-transform .3s ease .2s;
    transition: transform .3s ease .2s;
    transition: transform .3s ease .2s, -webkit-transform .3s ease .2s; }
  .hamburger--active .hamburger__line:nth-child(3) {
    -webkit-transform: translateX(28px);
            transform: translateX(28px);
    opacity: 0; }
  .hamburger__wrap {
    position: relative;
    height: 100%;
    width: 100%; }
  .hamburger__line {
    position: absolute;
    top: 10px;
    left: 0;
    height: 3px;
    width: 24px;
    z-index: 1;
    background-color: #000;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease; }
    .hamburger__line:nth-child(1) {
      top: 0; }
    .hamburger__line:nth-child(2) {
      background-color: transparent; }
      .hamburger__line:nth-child(2):before, .hamburger__line:nth-child(2):after {
        content: '';
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background-color: #000;
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease; }
    .hamburger__line:nth-child(3) {
      top: 20px; }

.mobile-menu {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background-color: #fff;
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  will-change: transform;
  z-index: 1; }
  .mobile-menu--active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; }
    .mobile-menu--active .mobile-menu__footer {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: -webkit-transform .4s ease .5s;
      transition: -webkit-transform .4s ease .5s;
      transition: transform .4s ease .5s;
      transition: transform .4s ease .5s, -webkit-transform .4s ease .5s; }
  .mobile-menu__nav {
    height: 100%;
    overflow: scroll; }
  .mobile-menu__list {
    padding-bottom: 100px; }
  .mobile-menu__item {
    border-bottom: 1px solid #e5e5e5; }
    .mobile-menu__item a {
      display: block;
      padding: 24px 30px; }
  .mobile-menu__link {
    padding: 24px 30px; }
  .mobile-menu__sublist {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .3s ease;
    transition: max-height .3s ease; }
    .mobile-menu__sublist .mobile-menu__item {
      padding-left: 30px;
      border-bottom: none; }
    .mobile-menu__sublist.show {
      max-height: 321px;
      border-bottom: 1px solid #e5e5e5; }
  .mobile-menu__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100px;
    width: 100%;
    padding: 0 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
    z-index: 2;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0s ease .3s;
    transition: -webkit-transform 0s ease .3s;
    transition: transform 0s ease .3s;
    transition: transform 0s ease .3s, -webkit-transform 0s ease .3s; }
    .mobile-menu__footer-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .mobile-menu__footer-social > a {
        height: 28px;
        width: 28px;
        margin-right: 10px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
        .mobile-menu__footer-social > a:last-child {
          margin-right: 0; }
    .mobile-menu__footer-phone {
      font-size: 20px; }

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-left: 270px; }
  @media only screen and (max-width: 812px) {
    .footer {
      position: static;
      padding-left: 0; } }
  .footer._visible .footer__top:before,
  .footer._visible .footer__bottom:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
  .footer._visible .footer__top .container,
  .footer._visible .footer__bottom .container {
    opacity: 1; }
  .footer__top .container, .footer__bottom .container {
    opacity: 0;
    -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s; }
  .footer__top {
    position: relative; }
    .footer__top:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #fff;
      border-top: 1px solid #f6f6f6;
      -webkit-transform-origin: 100% 0;
              transform-origin: 100% 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .footer__top-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 125px; }
      @media only screen and (max-width: 812px) {
        .footer__top-wrap {
          position: relative;
          height: auto;
          padding: 16px 0; } }
  .footer__social {
    margin-right: 60px; }
    @media only screen and (max-width: 1280px) {
      .footer__social {
        margin-right: 40px; } }
    @media only screen and (max-width: 1024px) {
      .footer__social {
        margin-right: 20px; } }
    @media only screen and (max-width: 812px) {
      .footer__social {
        margin-right: 0; } }
  @media only screen and (max-width: 812px) {
    .footer__contact.footer-social {
      display: none; } }
  .footer__phone {
    margin-left: 24px;
    font-weight: 300;
    font-size: 30px; }
    @media only screen and (max-width: 1280px) {
      .footer__phone {
        font-size: 24px; } }
    @media only screen and (max-width: 1024px) {
      .footer__phone {
        font-size: 22px;
        margin-left: 10px; } }
  .footer__bottom {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px; }
    .footer__bottom:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      display: block;
      width: 100%;
      height: 100%;
      background-color: #f6f6f6;
      -webkit-transform-origin: 100% 0;
              transform-origin: 100% 0;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media only screen and (max-width: 812px) {
      .footer__bottom {
        height: auto;
        padding: 24px 0; } }
  .footer__disclaimer {
    padding-right: 160px;
    opacity: .7;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5; }
    @media only screen and (max-width: 812px) {
      .footer__disclaimer {
        padding-right: 0;
        font-size: 11px; } }

.footer-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 812px) {
    .footer-social {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .footer-social__label {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5; }
    @media only screen and (max-width: 1024px) {
      .footer-social__label {
        font-size: 14px;
        margin-right: 20px; } }
    @media only screen and (max-width: 812px) {
      .footer-social__label {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
        font-size: 14px;
        text-align: center; }
        .footer-social__label > br {
          display: none; } }
  .footer-social__item {
    height: 38px;
    width: 38px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 18px;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
    @media only screen and (max-width: 1024px) {
      .footer-social__item {
        margin-right: 10px; } }
    .footer-social__item:last-of-type {
      margin-right: 0; }
    .footer-social__item:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.footer-ida {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media only screen and (max-width: 812px) {
    .footer-ida {
      position: relative;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      top: auto;
      left: auto;
      margin-top: 12px; } }
  .footer-ida__text {
    font-size: 12px;
    white-space: nowrap; }
  .footer-ida__wrap {
    width: 68px;
    height: 20px;
    margin-left: 4px; }
  .footer-ida__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .footer-ida__link:hover + svg .ida-logo__border-top {
      -webkit-transform: translateY(-16px);
              transform: translateY(-16px); }
    .footer-ida__link:hover + svg .ida-logo__border-bottom {
      -webkit-transform: translateY(16px);
              transform: translateY(16px); }
    .footer-ida__link:hover + svg .ida-logo__letter {
      -webkit-animation: ida 1.5s linear infinite;
              animation: ida 1.5s linear infinite; }
      .footer-ida__link:hover + svg .ida-logo__letter:nth-child(2) {
        -webkit-animation-delay: .1s;
                animation-delay: .1s; }
      .footer-ida__link:hover + svg .ida-logo__letter:nth-child(3) {
        -webkit-animation-delay: .2s;
                animation-delay: .2s; }
      .footer-ida__link:hover + svg .ida-logo__letter:nth-child(4) {
        -webkit-animation-delay: .3s;
                animation-delay: .3s; }
      .footer-ida__link:hover + svg .ida-logo__letter:nth-child(5) {
        -webkit-animation-delay: .4s;
                animation-delay: .4s; }
      .footer-ida__link:hover + svg .ida-logo__letter:nth-child(6) {
        -webkit-animation-delay: .5s;
                animation-delay: .5s; }
      .footer-ida__link:hover + svg .ida-logo__letter:nth-child(7) {
        -webkit-animation-delay: .6s;
                animation-delay: .6s; }
      .footer-ida__link:hover + svg .ida-logo__letter:nth-child(8) {
        -webkit-animation-delay: .7s;
                animation-delay: .7s; }
      .footer-ida__link:hover + svg .ida-logo__letter:nth-child(9) {
        -webkit-animation-delay: .8s;
                animation-delay: .8s; }
      .footer-ida__link:hover + svg .ida-logo__letter:nth-child(10) {
        -webkit-animation-delay: .9s;
                animation-delay: .9s; }

.ida-logo {
  fill: #b7b7b7; }
  .ida-logo__border-top, .ida-logo__border-bottom {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease; }

@-webkit-keyframes ida {
  0% {
    fill: #b7b7b7; }
  25% {
    fill: #e61736; }
  50% {
    fill: #b7b7b7; }
  75% {
    fill: #b7b7b7; }
  100% {
    fill: #b7b7b7; } }

@keyframes ida {
  0% {
    fill: #b7b7b7; }
  25% {
    fill: #e61736; }
  50% {
    fill: #b7b7b7; }
  75% {
    fill: #b7b7b7; }
  100% {
    fill: #b7b7b7; } }

.breadcrumbs {
  display: inline-block;
  position: relative;
  margin-bottom: 24px; }
  @media only screen and (max-width: 812px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs--white .breadcrumbs__wrap {
    border-color: #fff; }
  .breadcrumbs--white .breadcrumbs__item {
    background-color: #484040; }
    .breadcrumbs--white .breadcrumbs__item:last-child {
      background-color: #484040; }
      .breadcrumbs--white .breadcrumbs__item:last-child .breadcrumbs__link {
        color: rgba(255, 255, 255, 0.3); }
        .breadcrumbs--white .breadcrumbs__item:last-child .breadcrumbs__link:after {
          border-left-color: #484040; }
  .breadcrumbs--white .breadcrumbs__link:before {
    border-left-color: #fff; }
  .breadcrumbs--white .breadcrumbs__link:after {
    border-left-color: #484040; }
  .breadcrumbs--transparent .breadcrumbs__item {
    background-color: transparent;
    position: relative;
    color: #fff; }
    .breadcrumbs--transparent .breadcrumbs__item:after {
      content: '';
      position: absolute;
      top: 8px;
      right: -18px;
      width: 26px;
      height: 1px;
      -webkit-transform: rotate(60deg);
              transform: rotate(60deg);
      background-color: #e5e5e5; }
    .breadcrumbs--transparent .breadcrumbs__item:before {
      content: '';
      position: absolute;
      bottom: 8px;
      right: -18px;
      width: 27px;
      height: 1px;
      -webkit-transform: rotate(-60deg);
              transform: rotate(-60deg);
      background-color: #e5e5e5; }
    .breadcrumbs--transparent .breadcrumbs__item:last-child {
      background-color: transparent; }
      .breadcrumbs--transparent .breadcrumbs__item:last-child .breadcrumbs__link {
        color: #e5e5e5;
        opacity: .7; }
  .breadcrumbs--transparent .breadcrumbs__link:before, .breadcrumbs--transparent .breadcrumbs__link:after {
    display: none; }
  .breadcrumbs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    overflow: hidden; }
  .breadcrumbs__item {
    position: relative;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
    .breadcrumbs__item:first-child {
      border-left: 1px solid #e5e5e5;
      border-radius: 2px 0 0 2px; }
      .breadcrumbs__item:first-child .breadcrumbs__link {
        padding-left: 18px; }
    .breadcrumbs__item:last-child {
      background-color: #f6f6f6; }
      .breadcrumbs__item:last-child .breadcrumbs__link {
        pointer-events: none;
        cursor: default;
        padding-right: 18px;
        color: rgba(0, 0, 0, 0.3); }
        .breadcrumbs__item:last-child .breadcrumbs__link:after {
          border-left-color: #f6f6f6; }
  .breadcrumbs__link {
    display: block;
    position: relative;
    padding: 12px 14px 12px 24px;
    font-size: 14px;
    color: inherit; }
    .breadcrumbs__link:before, .breadcrumbs__link:after {
      content: '';
      position: absolute;
      top: 50%;
      left: calc(100% - 1px);
      width: 0;
      height: 0;
      z-index: 2;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .breadcrumbs__link:before {
      margin-left: 1px;
      border-top: 22px solid transparent;
      border-bottom: 22px solid transparent;
      border-left: 10px solid #e5e5e5; }
    .breadcrumbs__link:after {
      border-top: 22px solid transparent;
      border-bottom: 22px solid transparent;
      border-left: 10px solid #fff; }
    .breadcrumbs__link:hover:after {
      opacity: 1; }

.form {
  position: relative;
  opacity: 0;
  overflow: hidden;
  width: 540px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 7px;
  pointer-events: all; }
  @media only screen and (max-width: 812px) {
    .form {
      width: 100vw;
      height: 100vh;
      overflow-y: scroll;
      border-radius: 0;
      background-color: #fff; } }
  .form._tender {
    width: 690px; }
    @media only screen and (max-width: 812px) {
      .form._tender {
        width: 100vw; } }
  .form.success .form__wrap {
    opacity: 0; }
  .form.success .form-success {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: opacity .3s ease .2s, -webkit-transform 0s;
    transition: opacity .3s ease .2s, -webkit-transform 0s;
    transition: opacity .3s ease .2s, transform 0s;
    transition: opacity .3s ease .2s, transform 0s, -webkit-transform 0s;
    z-index: 3; }
  .form.success .form-success__icon {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease .2s;
    transition: -webkit-transform .3s ease .2s;
    transition: transform .3s ease .2s;
    transition: transform .3s ease .2s, -webkit-transform .3s ease .2s; }
  .form.success .form-success__text > div:nth-child(1) {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity .2s ease .3s, -webkit-transform .3s ease .3s;
    transition: opacity .2s ease .3s, -webkit-transform .3s ease .3s;
    transition: transform .3s ease .3s, opacity .2s ease .3s;
    transition: transform .3s ease .3s, opacity .2s ease .3s, -webkit-transform .3s ease .3s; }
  .form.success .form-success__text > div:nth-child(2) {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity .2s ease .4s, -webkit-transform .3s ease .4s;
    transition: opacity .2s ease .4s, -webkit-transform .3s ease .4s;
    transition: transform .3s ease .4s, opacity .2s ease .4s;
    transition: transform .3s ease .4s, opacity .2s ease .4s, -webkit-transform .3s ease .4s; }
  @media only screen and (max-width: 812px) {
    .form.success {
      background-color: transparent; } }
  .form.error .form__wrap {
    opacity: 0; }
  .form.error .form-error {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: opacity .3s ease .2s, -webkit-transform 0s;
    transition: opacity .3s ease .2s, -webkit-transform 0s;
    transition: opacity .3s ease .2s, transform 0s;
    transition: opacity .3s ease .2s, transform 0s, -webkit-transform 0s;
    z-index: 3; }
  .form.error .form-error__icon {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease; }
  .form.error .form-error__text > div:nth-child(1) {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity .2s ease .3s, -webkit-transform .3s ease .3s;
    transition: opacity .2s ease .3s, -webkit-transform .3s ease .3s;
    transition: transform .3s ease .3s, opacity .2s ease .3s;
    transition: transform .3s ease .3s, opacity .2s ease .3s, -webkit-transform .3s ease .3s; }
  @media only screen and (max-width: 812px) {
    .form.error {
      background-color: transparent; } }
  .form__wrap {
    position: relative;
    background-color: #fff;
    height: 100%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
  .form__close {
    position: absolute;
    z-index: 2;
    top: 20px;
    right: 20px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #e61736; }
  .form__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 45px; }
    .form__head._tender {
      padding: 40px 45px; }
    @media only screen and (max-width: 812px) {
      .form__head {
        padding: 25px; } }
  .form__title {
    font-size: 30px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 500; }
    @media only screen and (max-width: 812px) {
      .form__title {
        font-size: 20px; } }
  .form__images {
    width: 340px;
    height: 190px;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    .form__images._size-s {
      margin-top: 20px;
      height: 180px; }
    .form__images._booking {
      background-image: url(/static/img/form-booking.svg?4254f6f420ce); }
    .form__images._mortgage {
      background-image: url(/static/img/form-mortgage.svg?4254f6f420ce); }
    .form__images._mail {
      width: 100%;
      height: 230px;
      margin-top: -10px;
      background-image: url(/static/img/form-mortgage-2.svg?4254f6f420ce); }
      @media only screen and (max-width: 812px) {
        .form__images._mail {
          height: 160px; } }
    .form__images._callback {
      background-image: url(/static/img/form-callback.svg?4254f6f420ce); }
    @media only screen and (max-width: 812px) {
      .form__images {
        display: none; } }
  .form__container {
    padding: 0 68px 30px; }
    @media only screen and (max-width: 812px) {
      .form__container {
        padding: 0 10%; } }
  .form__fields {
    margin-bottom: 20px; }
  .form__fields.not-captcha {
    margin-bottom: 40px; }
  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 812px) {
      .form__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 24px; } }
    .form__row .form__item:first-child {
      width: 322px;
      margin-right: 32px; }
      @media only screen and (max-width: 812px) {
        .form__row .form__item:first-child {
          width: 100%;
          margin-right: 0; } }
    .form__row .form__item:last-child {
      width: 200px; }
      @media only screen and (max-width: 812px) {
        .form__row .form__item:last-child {
          width: 100%; } }
  .form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form__field._file .form__field-input {
      width: .1px;
      height: .1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
    .form__field._file > .file-label {
      cursor: pointer;
      width: 100%;
      padding: 15px;
      color: rgba(223, 223, 223, 0.6);
      border: 1px solid #dfdfdf;
      border-radius: 10px;
      text-align: center; }
      .form__field._file > .file-label.active {
        color: initial; }
  .form__field-label {
    margin-bottom: 10px;
    color: #010000;
    opacity: .6;
    font-weight: bold;
    font-size: 16px; }
  .form__field-input {
    width: 100%;
    padding: 15px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    text-align: center; }
    .form__field-input::-webkit-input-placeholder {
      opacity: .6;
      color: #dfdfdf; }
    .form__field-input:-ms-input-placeholder {
      opacity: .6;
      color: #dfdfdf; }
    .form__field-input::-ms-input-placeholder {
      opacity: .6;
      color: #dfdfdf; }
    .form__field-input::placeholder {
      opacity: .6;
      color: #dfdfdf; }
    .form__field-input._textarea {
      max-width: 100%;
      min-width: 100%;
      max-height: 150px;
      min-height: 150px; }
  .form__description {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.9;
    text-align: center;
    color: #131010; }
    @media only screen and (max-width: 812px) {
      .form__description {
        margin-bottom: 15px; } }
  .form__item {
    margin-bottom: 20px; }
    @media only screen and (max-width: 812px) {
      .form__item {
        margin-bottom: 24px; } }
    .form__item:last-child {
      margin-bottom: 0; }
  .form__label {
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 18px;
    text-align: left; }
  .form__input {
    letter-spacing: .05em;
    font-size: 16px;
    color: #fff; }
    .form__input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .form__input:focus:-ms-input-placeholder {
      opacity: 0; }
    .form__input:focus::-ms-input-placeholder {
      opacity: 0; }
    .form__input:focus::placeholder {
      opacity: 0; }
    .form__input.error {
      -webkit-box-shadow: inset 0 0 10px rgba(230, 23, 54, 0.5);
              box-shadow: inset 0 0 10px rgba(230, 23, 54, 0.5); }
  .form__personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 60px;
    margin-bottom: 30px; }
    .form__personal .checkbox {
      margin-right: 15px; }
  .form__disclaimer {
    margin-top: 20px;
    color: #b4b4b4;
    line-height: 1.5;
    font-size: 12px;
    text-align: center; }
    .form__disclaimer-link {
      text-decoration: underline; }
      .form__disclaimer-link:hover {
        text-decoration: none; }
    @media only screen and (max-width: 812px) {
      .form__disclaimer {
        font-size: 10px;
        margin-bottom: 10px; } }
  .form__submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .form__submit > input {
      min-width: 210px;
      text-align: center; }
      .form__submit > input.disabled {
        pointer-events: none;
        opacity: .5; }
  .form__require {
    text-align: center;
    font-size: 14px;
    margin-bottom: 24px; }

.form-success {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: opacity .3s ease, -webkit-transform 0s .3s;
  transition: opacity .3s ease, -webkit-transform 0s .3s;
  transition: opacity .3s ease, transform 0s .3s;
  transition: opacity .3s ease, transform 0s .3s, -webkit-transform 0s .3s;
  z-index: -1;
  padding: 50px; }
  .form-success__icon {
    display: none;
    height: 110px;
    width: 110px;
    background-size: contain;
    margin-bottom: 2rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: -webkit-transform 0s ease .3s;
    transition: -webkit-transform 0s ease .3s;
    transition: transform 0s ease .3s;
    transition: transform 0s ease .3s, -webkit-transform 0s ease .3s; }
  .form-success__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    color: #fff; }
    .form-success__text > div:nth-child(1) {
      opacity: 0;
      -webkit-transform: translateX(-20%);
              transform: translateX(-20%);
      -webkit-transition: opacity 0s ease .3s, -webkit-transform 0s ease .3s;
      transition: opacity 0s ease .3s, -webkit-transform 0s ease .3s;
      transition: transform 0s ease .3s, opacity 0s ease .3s;
      transition: transform 0s ease .3s, opacity 0s ease .3s, -webkit-transform 0s ease .3s;
      font-size: 40px;
      margin-bottom: 20px; }
    .form-success__text > div:nth-child(2) {
      opacity: 0;
      -webkit-transform: translateX(-20%);
              transform: translateX(-20%);
      -webkit-transition: opacity 0s ease .3s, -webkit-transform 0s ease .3s;
      transition: opacity 0s ease .3s, -webkit-transform 0s ease .3s;
      transition: transform 0s ease .3s, opacity 0s ease .3s;
      transition: transform 0s ease .3s, opacity 0s ease .3s, -webkit-transform 0s ease .3s;
      font-size: 20px; }

.form-error {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: opacity .3s ease, -webkit-transform 0s .3s;
  transition: opacity .3s ease, -webkit-transform 0s .3s;
  transition: opacity .3s ease, transform 0s .3s;
  transition: opacity .3s ease, transform 0s .3s, -webkit-transform 0s .3s;
  z-index: -1;
  padding: 50px; }
  .form-error__icon {
    display: none;
    height: 110px;
    width: 110px;
    background-size: contain;
    margin-bottom: 2rem;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transition: -webkit-transform 0s ease .3s;
    transition: -webkit-transform 0s ease .3s;
    transition: transform 0s ease .3s;
    transition: transform 0s ease .3s, -webkit-transform 0s ease .3s; }
  .form-error__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    color: #fff; }
    .form-error__text > div:nth-child(1) {
      opacity: 0;
      -webkit-transform: translateX(-20%);
              transform: translateX(-20%);
      -webkit-transition: opacity 0s ease .3s, -webkit-transform 0s ease .3s;
      transition: opacity 0s ease .3s, -webkit-transform 0s ease .3s;
      transition: transform 0s ease .3s, opacity 0s ease .3s;
      transition: transform 0s ease .3s, opacity 0s ease .3s, -webkit-transform 0s ease .3s;
      font-size: 26px;
      margin-bottom: 20px; }

.pop-up,
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translate3d(0, -150%, 0);
          transform: translate3d(0, -150%, 0);
  opacity: 0;
  -webkit-transition: opacity .2s ease .1s, -webkit-transform 0s ease .5s;
  transition: opacity .2s ease .1s, -webkit-transform 0s ease .5s;
  transition: opacity .2s ease .1s, transform 0s ease .5s;
  transition: opacity .2s ease .1s, transform 0s ease .5s, -webkit-transform 0s ease .5s;
  z-index: 99;
  overflow: hidden; }
  .pop-up._aero,
  .popup._aero {
    position: absolute;
    top: 90px;
    height: calc(100% - 114px); }
    @media only screen and (max-width: 812px) {
      .pop-up._aero,
      .popup._aero {
        top: 83px;
        height: calc(100% - 107px); } }
  .pop-up.active,
  .popup.active {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity .2s ease, -webkit-transform 0s ease;
    transition: opacity .2s ease, -webkit-transform 0s ease;
    transition: opacity .2s ease, transform 0s ease;
    transition: opacity .2s ease, transform 0s ease, -webkit-transform 0s ease;
    overflow: auto; }
    .pop-up.active._aero,
    .popup.active._aero {
      overflow: hidden; }
  .pop-up__form,
  .popup__form {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 80px 0;
    pointer-events: none; }
    @media only screen and (max-width: 812px) {
      .pop-up__form,
      .popup__form {
        padding: 0; } }
    .pop-up__form.active,
    .popup__form.active {
      z-index: 2;
      height: auto; }
      .pop-up__form.active .form,
      .popup__form.active .form {
        -webkit-animation: formAppearing .5s ease .2s forwards;
                animation: formAppearing .5s ease .2s forwards; }
    .pop-up__form .form,
    .popup__form .form {
      -webkit-animation: formDisappearing 0s ease forwards;
              animation: formDisappearing 0s ease forwards; }

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

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

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

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

.hero-search {
  position: relative;
  width: 388px;
  margin-bottom: -115px; }
  @media only screen and (max-width: 812px) {
    .hero-search {
      margin-bottom: 0; } }
  .hero-search__select {
    position: relative; }
  .hero-search__icon {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
  .hero-search__submit {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 100%;
    width: 48px;
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
    cursor: pointer; }
    .hero-search__submit._active {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
    .hero-search__submit > svg {
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }
    .hero-search__submit:hover > svg {
      -webkit-transform: translateX(3px);
              transform: translateX(3px); }
  .hero-search__placeholder {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 40px;
    color: #fff;
    font-size: 16px; }
  .hero-search__options {
    position: absolute;
    width: 100%;
    top: -32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .hero-search__options .hero-search-tag {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 8px; }
  .hero-search .multiselect {
    min-height: 48px;
    outline: none; }
    .hero-search .multiselect--active .multiselect__placeholder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .hero-search .multiselect--active .multiselect__tags:after {
      -webkit-transform: scale(1);
              transform: scale(1); }
    .hero-search .multiselect__tags {
      position: relative;
      height: 100%;
      min-height: 0;
      border: none;
      border-radius: 0;
      cursor: pointer;
      padding: 14px 48px 14px 28px;
      -webkit-transition: -webkit-box-shadow .4s ease;
      transition: -webkit-box-shadow .4s ease;
      transition: box-shadow .4s ease;
      transition: box-shadow .4s ease, -webkit-box-shadow .4s ease;
      background-color: transparent;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      .hero-search .multiselect__tags:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #e61736;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        -webkit-transform: scale(0);
                transform: scale(0);
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease; }
    .hero-search .multiselect__tag {
      font-size: 16px;
      line-height: 20px;
      background-color: transparent;
      padding: 0;
      margin-bottom: 0; }
      .hero-search .multiselect__tag-icon {
        display: none; }
    .hero-search .multiselect__select:before {
      content: none; }
    .hero-search .multiselect__single, .hero-search .multiselect__input {
      padding: 0;
      background-color: transparent;
      border-radius: 0;
      color: #fff;
      margin-bottom: 0; }
    .hero-search .multiselect__input::-webkit-input-placeholder {
      opacity: 0; }
    .hero-search .multiselect__input:-ms-input-placeholder {
      opacity: 0; }
    .hero-search .multiselect__input::-ms-input-placeholder {
      opacity: 0; }
    .hero-search .multiselect__input::placeholder {
      opacity: 0; }
    .hero-search .multiselect__spinner {
      display: none;
      background-color: transparent; }
    .hero-search .multiselect__content-wrapper {
      border: none;
      background-color: rgba(0, 0, 0, 0.2);
      border-radius: 0; }
    .hero-search .multiselect__option {
      color: #fff; }
      .hero-search .multiselect__option--highlight {
        background-color: #e61736; }
      .hero-search .multiselect__option:hover {
        background-color: #e61736; }

.index-hero {
  position: relative; }
  @media only screen and (max-width: 812px) {
    .index-hero {
      margin-bottom: 0; } }
  .index-hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    overflow: hidden; }
    .index-hero__bg:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.4);
      pointer-events: none;
      z-index: 2; }
      @media only screen and (max-width: 812px) {
        .index-hero__bg:after {
          height: calc(100% - 68px); } }
    .index-hero__bg video {
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0); }
  .index-hero__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    height: 100vh;
    padding: 56px 0 72px;
    z-index: 3; }
    @media only screen and (max-width: 812px) {
      .index-hero__wrap {
        height: auto;
        min-height: 250px;
        padding: 0 10px 32px; } }
  .index-hero__top {
    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; }
    @media only screen and (max-width: 812px) {
      .index-hero__top {
        margin-bottom: 170px; }
        .index-hero__top .top-contact {
          display: none; } }
  .index-hero__title {
    color: #fff;
    font-size: 30px;
    font-weight: 800; }
    @media only screen and (max-width: 812px) {
      .index-hero__title {
        font-size: 16px;
        font-weight: normal;
        text-align: left; } }
    .index-hero__title img {
      height: 87px; }
      @media only screen and (max-width: 812px) {
        .index-hero__title img {
          height: auto;
          max-width: 90%; } }
  .index-hero__descr {
    color: #fff;
    max-width: 520px; }
    @media only screen and (max-width: 812px) {
      .index-hero__descr {
        display: none; } }
  .index-hero__key-issuance {
    position: relative;
    width: 478px;
    height: 145px;
    background: url(/static/img/key-issuance/key-issuance.svg?4254f6f420ce) center no-repeat;
    background-size: contain;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 812px) {
      .index-hero__key-issuance {
        max-width: 90%; } }
    .index-hero__key-issuance:before {
      content: '';
      position: absolute;
      top: 0;
      right: -34px;
      bottom: 0;
      margin: auto;
      width: 73px;
      height: 70px;
      background: url(/static/img/key-issuance/home-pin.svg?4254f6f420ce) center no-repeat;
      background-size: contain; }
      @media only screen and (max-width: 812px) {
        .index-hero__key-issuance:before {
          right: -16px;
          width: 38px;
          height: 35px; } }
    .index-hero__key-issuance span {
      color: #fff;
      font-size: 38px;
      line-height: 1;
      font-weight: bold;
      max-width: 420px;
      margin-right: 10px; }
      .index-hero__key-issuance span:hover {
        text-decoration: underline; }
      @media only screen and (max-width: 812px) {
        .index-hero__key-issuance span {
          font-size: 18px;
          max-width: 190px; } }
  .index-hero__counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px; }
    @media only screen and (max-width: 812px) {
      .index-hero__counts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    .index-hero__counts .hero-count {
      margin-right: 68px; }
      @media only screen and (max-width: 812px) {
        .index-hero__counts .hero-count {
          margin-right: 0;
          font-size: 11px; } }
      .index-hero__counts .hero-count:last-child {
        margin-right: 0; }
  @media only screen and (max-width: 812px) {
    .index-hero__choose {
      display: none; } }

.icon-scroll {
  position: absolute;
  top: 20px;
  left: 50%;
  font-size: 11px;
  z-index: 3;
  color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
  @media only screen and (max-width: 812px) {
    .icon-scroll {
      display: none; } }
  .icon-scroll:before {
    content: '';
    position: absolute;
    top: -20px;
    left: -3px;
    width: 70px;
    height: 15px;
    background-color: #e61736;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
  .icon-scroll:after {
    content: '';
    position: absolute;
    top: -16px;
    left: 25px;
    width: 16px;
    height: 5px;
    background: url(/static/img/icons/arrow_white.svg?4254f6f420ce) no-repeat center;
    background-size: contain; }

.flat-info-mobile__hero {
  display: none; }
  @media only screen and (max-width: 812px) {
    .flat-info-mobile__hero {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 68px;
      width: 100%;
      font-size: 17px;
      color: #fff;
      background-color: #e61736;
      cursor: pointer; } }

@-webkit-keyframes key-issuance {
  0% {
    -webkit-transform: rotateY(90deg) scale(-1, 1);
            transform: rotateY(90deg) scale(-1, 1);
    background: url(/static/img/key-issuance/plus.svg?4254f6f420ce) center no-repeat;
    background-size: contain; }
  49% {
    -webkit-transform: rotateY(270deg) scale(-1, 1);
            transform: rotateY(270deg) scale(-1, 1);
    background: url(/static/img/key-issuance/plus.svg?4254f6f420ce) center no-repeat;
    background-size: contain; }
  50% {
    -webkit-transform: rotateY(270deg) scale(-1, 1);
            transform: rotateY(270deg) scale(-1, 1);
    background: url(/static/img/key-issuance/home-pin.svg?4254f6f420ce) center no-repeat;
    background-size: contain; }
  99% {
    -webkit-transform: rotateY(450deg) scale(-1, 1);
            transform: rotateY(450deg) scale(-1, 1);
    background: url(/static/img/key-issuance/home-pin.svg?4254f6f420ce) center no-repeat;
    background-size: contain; }
  100% {
    -webkit-transform: rotateY(450deg) scale(-1, 1);
            transform: rotateY(450deg) scale(-1, 1);
    background: url(/static/img/key-issuance/home-pin.svg?4254f6f420ce) center no-repeat;
    background-size: contain; } }

@keyframes key-issuance {
  0% {
    -webkit-transform: rotateY(90deg) scale(-1, 1);
            transform: rotateY(90deg) scale(-1, 1);
    background: url(/static/img/key-issuance/plus.svg?4254f6f420ce) center no-repeat;
    background-size: contain; }
  49% {
    -webkit-transform: rotateY(270deg) scale(-1, 1);
            transform: rotateY(270deg) scale(-1, 1);
    background: url(/static/img/key-issuance/plus.svg?4254f6f420ce) center no-repeat;
    background-size: contain; }
  50% {
    -webkit-transform: rotateY(270deg) scale(-1, 1);
            transform: rotateY(270deg) scale(-1, 1);
    background: url(/static/img/key-issuance/home-pin.svg?4254f6f420ce) center no-repeat;
    background-size: contain; }
  99% {
    -webkit-transform: rotateY(450deg) scale(-1, 1);
            transform: rotateY(450deg) scale(-1, 1);
    background: url(/static/img/key-issuance/home-pin.svg?4254f6f420ce) center no-repeat;
    background-size: contain; }
  100% {
    -webkit-transform: rotateY(450deg) scale(-1, 1);
            transform: rotateY(450deg) scale(-1, 1);
    background: url(/static/img/key-issuance/home-pin.svg?4254f6f420ce) center no-repeat;
    background-size: contain; } }

.logofs {
  position: absolute;
  top: 45px;
  right: 0;
  width: 239px;
  height: 70px;
  background: #fff;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.logofs img {
  max-width: 202px; }

.logofs-translation {
  top: 140px; }

.logofs-translation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%; }

.logofs-translation img {
  width: 35px;
  margin-right: 25px; }

.logofs-translation span {
  font-weight: 500;
  font-size: 14px;
  color: #364650; }

@media only screen and (min-width: 813px) {
  .index-hero .top-contact {
    position: absolute;
    top: 60px;
    right: 295px;
    z-index: 4; }
  .hero-search {
    margin-bottom: -135px; } }

@media only screen and (max-width: 1280px) and (min-width: 813px) {
  .logofs {
    top: 130px; }
  .logofs-translation {
    top: 220px; }
  .index-hero .top-contact {
    right: 15px; } }

@media only screen and (max-width: 812px) {
  .logofs {
    top: 135px;
    max-width: 180px;
    width: 100%;
    height: 55px; }
  .logofs img {
    max-width: 160px; }
  .logofs-translation {
    top: 205px; }
  .logofs-translation img {
    width: 32px;
    margin-right: 15px; }
  .logofs-translation span {
    font-size: 12px; } }

@media only screen and (max-width: 370px) {
  .logofs {
    top: 145px; }
  .logofs-translation {
    top: 210px; } }

.index-projects {
  position: relative;
  padding: 40px 0;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media only screen and (max-width: 812px) {
    .index-projects {
      padding-top: 40px;
      padding-bottom: 32px; } }
  .index-projects.emerge {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  .index-projects__head {
    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;
    margin-bottom: 32px; }
    @media only screen and (max-width: 812px) {
      .index-projects__head {
        display: block;
        margin-bottom: 40px; } }
  .index-projects__title {
    margin-bottom: 0;
    z-index: 3; }
    @media only screen and (max-width: 812px) {
      .index-projects__title {
        text-align: center; } }
  .index-projects__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 3; }
    @media only screen and (max-width: 812px) {
      .index-projects__buttons {
        display: none; } }
    .index-projects__buttons .page-tabs {
      position: relative;
      top: 0;
      margin-right: 24px; }
  .index-projects__map-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: rgba(0, 0, 0, 0.6);
    border-color: #e5e5e5;
    margin-right: 24px;
    padding: 0 32px;
    height: 50px; }
    .index-projects__map-link > svg {
      margin-top: -4px;
      margin-right: 8px; }
  .index-projects__list {
    opacity: 0;
    -webkit-transition: opacity .4s ease, height .4s ease;
    transition: opacity .4s ease, height .4s ease;
    pointer-events: none; }
    .index-projects__list.active {
      opacity: 1;
      -webkit-transition: opacity .4s ease .3s, height .4s ease;
      transition: opacity .4s ease .3s, height .4s ease;
      pointer-events: all; }
    .index-projects__list-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative; }
      @media only screen and (max-width: 1280px) {
        .index-projects__list-wrap {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
      @media only screen and (max-width: 812px) {
        .index-projects__list-wrap {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .index-projects__list-wrap .complex-card {
        margin-right: 24px; }
        @media only screen and (max-width: 1280px) {
          .index-projects__list-wrap .complex-card {
            max-width: 480px;
            width: 100%; } }
        @media only screen and (max-width: 812px) {
          .index-projects__list-wrap .complex-card {
            margin-right: 0;
            margin-bottom: 24px; } }
        .index-projects__list-wrap .complex-card:last-child {
          margin-right: 0; }
          @media only screen and (max-width: 812px) {
            .index-projects__list-wrap .complex-card:last-child {
              margin-bottom: 0; } }
    @media only screen and (max-width: 1280px) {
      .index-projects__list .container {
        padding-right: 0;
        padding-left: 0; } }
  .index-projects__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 640px;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    pointer-events: none; }
    .index-projects__map.active {
      opacity: 1;
      -webkit-transition: opacity .4s ease .3s;
      transition: opacity .4s ease .3s;
      pointer-events: all; }
    .index-projects__map-wrap {
      height: 100%;
      width: 100%;
      z-index: 1; }
    .index-projects__map .popup__complex-name {
      /* stylelint-disable */
      left: 15px !important;
      bottom: 10px !important;
      /* stylelint-enable */ }
      .index-projects__map .popup__complex-name .leaflet-popup-content-wrapper {
        background: rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
        border-radius: 200px; }
      .index-projects__map .popup__complex-name .leaflet-popup-content {
        line-height: normal;
        margin: 0;
        padding: 6px 18px; }
      .index-projects__map .popup__complex-name .popup__complex-logo {
        height: auto;
        width: 100%; }
      .index-projects__map .popup__complex-name .leaflet-popup-tip-container {
        display: none; }

.index-achievement {
  position: relative;
  overflow: hidden;
  padding: 48px 0; }
  .index-achievement:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e61736;
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .index-achievement.emerge:before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
  .index-achievement.emerge .container {
    opacity: 0; }
  .index-achievement .container {
    opacity: 1;
    -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s; }
  .index-achievement h2 {
    color: #fff; }
  .index-achievement__list {
    position: relative;
    height: 132px; }
    @media only screen and (max-width: 812px) {
      .index-achievement__list {
        margin-top: 24px; } }
    .index-achievement__list:before, .index-achievement__list:after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 2;
      pointer-events: none; }
      @media only screen and (max-width: 812px) {
        .index-achievement__list:before, .index-achievement__list:after {
          content: none; } }
    .index-achievement__list:before {
      left: -41px;
      width: 80px;
      background-image: -webkit-gradient(linear, left top, right top, from(#e61736), to(rgba(230, 23, 54, 0)));
      background-image: linear-gradient(to right, #e61736, rgba(230, 23, 54, 0)); }
    .index-achievement__list:after {
      right: -1px;
      width: 220px;
      background-image: -webkit-gradient(linear, right top, left top, from(#e61736), to(rgba(230, 23, 54, 0)));
      background-image: linear-gradient(to left, #e61736, rgba(230, 23, 54, 0)); }
    .index-achievement__list .swiper-container {
      margin-left: -40px;
      padding-left: 120px; }
      @media only screen and (max-width: 812px) {
        .index-achievement__list .swiper-container {
          margin-left: 0;
          padding-left: 0; } }
    .index-achievement__list .swiper-arrow-prev {
      -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
              box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      z-index: 3;
      left: 0;
      top: 45%; }
      @media only screen and (max-width: 812px) {
        .index-achievement__list .swiper-arrow-prev {
          display: none; } }
    .index-achievement__list .swiper-arrow-next {
      -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
              box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      z-index: 3;
      right: 0;
      top: 45%; }
      @media only screen and (max-width: 812px) {
        .index-achievement__list .swiper-arrow-next {
          display: none; } }
    .index-achievement__list .swiper-pagination {
      display: none; }
      @media only screen and (max-width: 812px) {
        .index-achievement__list .swiper-pagination {
          display: block;
          bottom: 0; } }
  .index-achievement__item {
    padding: 20px 0;
    width: auto; }

.index-achiev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  @media only screen and (max-width: 812px) {
    .index-achiev {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .index-achiev__val {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 100px;
    font-weight: bold;
    line-height: .8;
    margin-right: 20px;
    color: #fff; }
    @media only screen and (max-width: 812px) {
      .index-achiev__val {
        font-size: 74px;
        font-weight: normal;
        margin: 0 0 8px 0; } }
  .index-achiev__label {
    max-width: 200px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.4;
    color: #fff; }
    @media only screen and (max-width: 812px) {
      .index-achiev__label {
        font-size: 16px;
        font-weight: normal;
        text-align: center; } }

.index-form {
  position: relative;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media only screen and (max-width: 812px) {
    .index-form {
      background-color: #f6f6f6;
      padding-bottom: 32px; } }
  .index-form.emerge {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  .index-form__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 160px;
    z-index: 2; }
    @media only screen and (max-width: 812px) {
      .index-form__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto; } }
  .index-form__icon {
    height: 56px;
    width: 56px;
    background: url(/static/img/icons/sale.svg?4254f6f420ce) no-repeat center;
    background-size: contain;
    margin-right: 24px; }
    @media only screen and (max-width: 812px) {
      .index-form__icon {
        display: none; } }
  .index-form__title {
    font-size: 20px;
    line-height: 1.5;
    margin-right: 40px;
    margin-bottom: 0; }
    @media only screen and (max-width: 812px) {
      .index-form__title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
        font-size: 24px;
        text-align: center; }
        .index-form__title > br {
          display: none; } }
  .index-form__form-submit {
    padding: 18px 28px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: #e61736;
    border-radius: 0 10px 10px 0; }

.index-alt-company {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 450px;
  padding: 100px 0;
  background-color: #e61736;
  z-index: 3;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }
  .index-alt-company__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 20px 0 50px; }
    @media only screen and (max-width: 812px) {
      .index-alt-company__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 20px 0 20px; } }
    .index-alt-company__info-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-right: 40px; }
      .index-alt-company__info-item:last-child {
        margin-right: 0; }
      @media only screen and (max-width: 1024px) {
        .index-alt-company__info-item {
          margin-right: 30px; } }
      @media only screen and (max-width: 812px) {
        .index-alt-company__info-item {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-bottom: 40px;
          margin-right: 0; } }
    .index-alt-company__info-val {
      margin-right: 16px;
      font-size: 70px;
      font-weight: 300;
      line-height: .9;
      color: #fff;
      white-space: nowrap; }
      @media only screen and (max-width: 1024px) {
        .index-alt-company__info-val {
          font-size: 50px;
          line-height: .7; } }
    .index-alt-company__info-label {
      font-size: 18px;
      line-height: 1.5;
      color: #fff; }
      @media only screen and (max-width: 1024px) {
        .index-alt-company__info-label {
          font-size: 12px; } }
      @media only screen and (max-width: 812px) {
        .index-alt-company__info-label {
          text-align: center; } }
    .index-alt-company__info-img {
      height: 80px;
      width: 120px;
      margin-right: 16px;
      margin-bottom: -6px;
      background: url(/static/img/company-label.svg?4254f6f420ce) no-repeat center;
      background-size: contain; }
  .index-alt-company__disclaimer {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 1.8; }

.index-news {
  margin-bottom: 40px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .index-news.emerge {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  .index-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 812px) {
      .index-news__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .index-news__list .press-card {
      margin-right: 24px; }
      @media only screen and (max-width: 812px) {
        .index-news__list .press-card {
          margin-right: 0;
          margin-bottom: 24px; } }
      .index-news__list .press-card:nth-child(3n) {
        margin-right: 0; }
        @media only screen and (max-width: 812px) {
          .index-news__list .press-card:nth-child(3n) {
            margin-bottom: 0; } }

.index-mortgage {
  padding: 72px 0;
  background: url(/static/img/bg-mort.jpg?4254f6f420ce) no-repeat center;
  background-size: cover;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media only screen and (max-width: 812px) {
    .index-mortgage {
      padding: 32px 0; } }
  .index-mortgage.emerge {
    opacity: 0;
    -webkit-transform: translateX(150px);
            transform: translateX(150px); }
  .index-mortgage__body {
    width: 485px;
    padding: 40px 36px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px; }
    @media only screen and (max-width: 812px) {
      .index-mortgage__body {
        width: 100%;
        padding: 24px; } }
  .index-mortgage__calc {
    margin-top: 24px; }
  .index-mortgage__calc-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 812px) {
      .index-mortgage__calc-row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  @media only screen and (max-width: 812px) {
    .index-mortgage__calc-item {
      width: 100%; } }
  .index-mortgage__calc-item._price {
    width: 100%; }
  .index-mortgage__calc-item._deposit {
    width: 255px;
    margin-right: 24px; }
    @media only screen and (max-width: 812px) {
      .index-mortgage__calc-item._deposit {
        width: 100%;
        margin-right: 0; } }
  .index-mortgage__calc-item._term {
    width: 134px; }
    @media only screen and (max-width: 812px) {
      .index-mortgage__calc-item._term {
        width: 100%; } }
  .index-mortgage__result {
    margin-bottom: 32px;
    font-size: 16px;
    color: #e61736;
    text-decoration: underline;
    cursor: pointer; }
    @media only screen and (max-width: 812px) {
      .index-mortgage__result {
        max-width: 221px; } }
    .index-mortgage__result:hover {
      text-decoration: none; }
  .index-mortgage__btn {
    width: 100%; }

.index {
  position: relative;
  -webkit-transition: -webkit-transform .8s ease;
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease; }
  .index .flats-mini {
    margin-top: 16px; }
    @media only screen and (max-width: 812px) {
      .index .flats-mini {
        margin-top: 0; } }
  .index .index-news {
    margin-top: 40px; }
    @media only screen and (max-width: 812px) {
      .index .index-news {
        margin-top: 32px; } }

.not-found-wrapper {
  text-align: center; }
  .not-found-wrapper .not-found-404 {
    font-size: 230px;
    line-height: 1;
    color: #c4c4c4; }
    @media only screen and (max-width: 812px) {
      .not-found-wrapper .not-found-404 {
        font-size: 160px; } }
  .not-found-wrapper p {
    line-height: 30px;
    margin: 10px auto 20px; }
  .not-found-wrapper .btn {
    margin: 10px; }
    @media only screen and (max-width: 812px) {
      .not-found-wrapper .btn {
        width: 210px; } }

/* Realty */
.complex-card {
  display: block;
  position: relative;
  width: 508px;
  height: 290px;
  padding: 24px 46px 30px;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
  @media only screen and (max-width: 1280px) {
    .complex-card {
      max-width: 480px;
      width: 100%; } }
  @media only screen and (max-width: 812px) {
    .complex-card {
      width: 100%;
      height: 200px;
      border-radius: 0;
      padding: 24px; } }
  .complex-card:hover .complex-card__img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
    .complex-card:hover .complex-card__img:after {
      opacity: .1; }
  .complex-card:hover .complex-card__title,
  .complex-card:hover .complex-card__status {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
  .complex-card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background-size: cover;
    background-position: center;
    border-radius: 6px; }
    @media only screen and (max-width: 812px) {
      .complex-card__img {
        border-radius: 0; } }
    .complex-card__img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: .3;
      pointer-events: none;
      z-index: 1;
      -webkit-transition: opacity .4s ease;
      transition: opacity .4s ease;
      will-change: opacity;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      border-radius: 6px; }
      @media only screen and (max-width: 812px) {
        .complex-card__img:after {
          border-radius: 0; } }
  .complex-card__wrap {
    position: relative;
    height: 100%;
    z-index: 2; }
  .complex-card__title {
    font-size: 30px;
    color: #fff;
    -webkit-transition: text-shadow .4s ease;
    transition: text-shadow .4s ease;
    will-change: text-shadow; }
    @media only screen and (max-width: 812px) {
      .complex-card__title {
        font-size: 26px; } }
  .complex-card__status {
    font-size: 16px;
    color: #fff;
    opacity: .6;
    -webkit-transition: text-shadow .4s ease;
    transition: text-shadow .4s ease;
    will-change: text-shadow; }
    @media only screen and (max-width: 812px) {
      .complex-card__status {
        font-size: 14px; } }
  .complex-card__count {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 14px 24px;
    color: #fff;
    background-color: #e61736;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45);
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.45); }
    .complex-card__count span {
      font-size: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 812px) {
        .complex-card__count span {
          font-size: 18px; } }

.complex-realized {
  padding: 40px 0;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s ease 0.6s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s ease 0.6s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; }
  .show .complex-realized {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .complex-realized__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .complex-realized__list .realized-card {
      margin-right: 22px; }
      @media only screen and (max-width: 1280px) {
        .complex-realized__list .realized-card {
          margin-bottom: 24px; } }
      @media only screen and (max-width: 812px) {
        .complex-realized__list .realized-card {
          margin-right: 0;
          margin-bottom: 24px; } }
      .complex-realized__list .realized-card:nth-child(3n) {
        margin: 0; }

.realized-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 332px; }
  .realized-card:hover .realized-card__img-wrap {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .realized-card:hover .realized-card__title {
    color: #e61736; }
  .realized-card__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 110px;
    width: 110px;
    margin-right: 24px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #dadada; }
    .realized-card__img-wrap {
      height: 100%;
      width: 100%;
      background-size: cover;
      background-position: center;
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease;
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      border-radius: 50%; }
  .realized-card__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .realized-card__title {
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-transition: color .4s ease;
    transition: color .4s ease; }
  .realized-card__info {
    opacity: .6; }
  .realized-card__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
    .realized-card__data:last-child {
      margin-bottom: 0; }
    .realized-card__data-name {
      width: 115px; }

.complex-list {
  position: relative; }
  .complex-list__list {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
    -webkit-transition: opacity 0.8s ease 0.6s, height 0.4s ease, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    transition: opacity 0.8s ease 0.6s, height 0.4s ease, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    transition: opacity 0.8s ease 0.6s, height 0.4s ease, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    transition: opacity 0.8s ease 0.6s, height 0.4s ease, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
    pointer-events: none; }
    @media only screen and (max-width: 812px) {
      .complex-list__list {
        margin-top: 70px; } }
    .complex-list__list.active {
      pointer-events: all; }
    .show .complex-list__list {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .complex-list__list-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media only screen and (max-width: 1280px) {
        .complex-list__list-wrap {
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
      .complex-list__list-wrap .complex-card {
        margin-right: 24px;
        margin-bottom: 24px; }
        .complex-list__list-wrap .complex-card:nth-child(2n) {
          margin-right: 0; }
      @media only screen and (max-width: 812px) {
        .complex-list__list-wrap {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    @media only screen and (max-width: 812px) {
      .complex-list__list .container {
        padding-right: 0;
        padding-left: 0; } }
  .complex-list__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 640px;
    opacity: 0;
    z-index: 2;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    pointer-events: none; }
    .complex-list__map.active {
      opacity: 1;
      -webkit-transition: opacity .4s ease .3s;
      transition: opacity .4s ease .3s;
      pointer-events: all; }
    .complex-list__map-wrap {
      height: 100%;
      width: 100%;
      z-index: 1; }
    .complex-list__map .popup__complex-name {
      /* stylelint-disable */
      left: 15px !important;
      bottom: 10px !important;
      /* stylelint-enable */ }
      .complex-list__map .popup__complex-name .leaflet-popup-content-wrapper {
        background: rgba(0, 0, 0, 0.4);
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0;
        border-radius: 200px; }
      .complex-list__map .popup__complex-name .leaflet-popup-content {
        line-height: normal;
        margin: 0;
        padding: 6px 18px; }
      .complex-list__map .popup__complex-name .popup__complex-logo {
        height: auto;
        width: 100%; }
      .complex-list__map .popup__complex-name .leaflet-popup-tip-container {
        display: none; }
  @media only screen and (max-width: 812px) {
    .complex-list__tabs {
      position: absolute;
      left: 50%;
      width: 100%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media only screen and (max-width: 812px) {
    .complex-list__tabs.page-tabs {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.complex-hero {
  position: relative;
  background-color: #dadada; }
  .complex-hero__slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .complex-hero__slider:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: linear-gradient(323.88deg, rgba(0, 0, 0, 0.6) 25%, rgba(0, 0, 0, 0) 65%);
      -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
              transform: matrix(-1, 0, 0, 1, 0, 0);
      z-index: 2; }
  .complex-hero__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; }
  .complex-hero__wrap {
    position: relative;
    height: 580px;
    padding-top: 54px;
    padding-left: 54px;
    z-index: 2; }
    @media only screen and (max-width: 812px) {
      .complex-hero__wrap {
        padding-left: 0;
        height: calc(100vh - 80px); } }
  .complex-hero .breadcrumbs {
    position: absolute;
    top: 54px;
    left: 54px; }
  .complex-hero__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media only screen and (max-width: 812px) {
      .complex-hero__contact {
        display: none; } }
  .complex-hero__shields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px; }
    .complex-hero__shields img {
      width: 100%;
      height: 100%; }
    .complex-hero__shields .hero-shield {
      pointer-events: auto;
      margin-right: 56px; }
      .complex-hero__shields .hero-shield:last-child {
        margin-right: 0; }
  .complex-hero__title {
    position: absolute;
    left: 0;
    bottom: 200px;
    color: #fff;
    font-size: 58px;
    font-weight: 800;
    padding-left: 54px; }
    .complex-hero__title img {
      height: 87px; }
      @media only screen and (max-width: 812px) {
        .complex-hero__title img {
          height: auto;
          width: 90%;
          max-width: 270px; } }
    @media only screen and (max-width: 812px) {
      .complex-hero__title {
        font-size: 25px;
        bottom: 165px;
        padding-left: 0; } }
  .complex-hero__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    padding-left: 54px; }
    @media only screen and (max-width: 812px) {
      .complex-hero__bottom {
        bottom: 0;
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch; } }
  .complex-hero__counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 140px; }
    @media only screen and (max-width: 812px) {
      .complex-hero__counts {
        padding-bottom: 90px;
        margin-right: 0;
        width: 100%; } }
    .complex-hero__counts .hero-count {
      margin-right: 68px; }
      @media only screen and (max-width: 1024px) {
        .complex-hero__counts .hero-count {
          margin-right: 25px; } }
      @media only screen and (max-width: 812px) {
        .complex-hero__counts .hero-count {
          margin-right: 8px;
          font-size: 11px; } }
      .complex-hero__counts .hero-count:last-child {
        margin-right: 0; }
  @media only screen and (max-width: 812px) {
    .complex-hero .swiper-arrow-next {
      display: none; } }
  @media only screen and (max-width: 812px) {
    .complex-hero > .container {
      pointer-events: none; } }

.complex-about {
  background-color: #fff; }
  .complex-about__info {
    position: relative;
    padding-top: 124px; }
    @media only screen and (max-width: 812px) {
      .complex-about__info {
        padding-top: 40px; } }
    .complex-about__info-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 80px; }
      @media only screen and (max-width: 812px) {
        .complex-about__info-wrap {
          padding-bottom: 40px; } }
  .complex-about._show-pattern .complex-about__info:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 484px;
    height: 326px;
    background: url(/static/img/ptrn-1.png?4254f6f420ce) no-repeat right bottom;
    background-size: contain;
    pointer-events: none; }
  .complex-about__text {
    width: 655px;
    margin-right: 45px; }
    @media only screen and (max-width: 812px) {
      .complex-about__text {
        margin-right: 0; } }
  .complex-about__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 340px; }
    @media only screen and (max-width: 812px) {
      .complex-about__location {
        display: none; } }
  .complex-about__map {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    width: 150px;
    height: 150px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1; }
    .complex-about__map-wrap {
      width: 100%;
      height: 100%; }
  .complex-about__address {
    font-size: 16px;
    line-height: 2; }
  .complex-about .leaflet-touch .leaflet-control-attribution {
    display: none; }
  .complex-about__photo {
    position: relative;
    height: 324px;
    padding-bottom: 24px;
    overflow: hidden; }
    @media only screen and (max-width: 812px) {
      .complex-about__photo {
        overflow: auto;
        -webkit-overflow-scrolling: touch; } }
    .complex-about__photo-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0 42px; }
      @media only screen and (max-width: 812px) {
        .complex-about__photo-wrap {
          padding: 0 20px; } }
    .complex-about__photo .photo-advantage {
      margin-right: 8px; }
      .complex-about__photo .photo-advantage:last-child {
        margin-right: 0; }

.photo-advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  height: 310px;
  width: 400px;
  background-size: cover;
  background-position: center;
  padding: 24px 36px; }
  .photo-advantage:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  .photo-advantage__title {
    position: relative;
    max-width: 260px;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    z-index: 2; }

.complex-genplan {
  padding-top: 24px;
  padding-bottom: 24px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media only screen and (max-width: 812px) {
    .complex-genplan {
      position: relative; } }
  .complex-genplan.emerge {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  .complex-genplan__wrap {
    position: relative; }
    @media only screen and (max-width: 812px) {
      .complex-genplan__wrap {
        position: static;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        width: 100%; } }
  .complex-genplan__controlls {
    position: absolute;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .complex-genplan__controlls .genplan-btn {
      margin-right: 64px; }
      @media only screen and (max-width: 812px) {
        .complex-genplan__controlls .genplan-btn {
          margin-right: 24px; } }
      .complex-genplan__controlls .genplan-btn:last-child {
        margin-right: 0; }
  .complex-genplan__modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0s .4s;
    transition: opacity 0s .4s;
    pointer-events: none;
    z-index: 1; }
    .complex-genplan__modal._active {
      opacity: 1;
      -webkit-transition: opacity 0s;
      transition: opacity 0s;
      pointer-events: all;
      z-index: 10; }
    .complex-genplan__modal._cams {
      width: 30vw; }
      @media only screen and (max-width: 1280px) {
        .complex-genplan__modal._cams {
          top: 60%; } }
      @media only screen and (max-width: 812px) {
        .complex-genplan__modal._cams {
          width: 90%;
          top: calc(50% + 40px); } }
      .complex-genplan__modal._cams > img {
        width: 100%;
        opacity: 1;
        -webkit-transition: opacity .3s ease .3s, -webkit-transform .3s ease .3s;
        transition: opacity .3s ease .3s, -webkit-transform .3s ease .3s;
        transition: opacity .3s ease .3s, transform .3s ease .3s;
        transition: opacity .3s ease .3s, transform .3s ease .3s, -webkit-transform .3s ease .3s;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
        .complex-genplan__modal._cams > img._reload {
          opacity: 0;
          -webkit-transform: translateY(20px);
                  transform: translateY(20px);
          -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
          transition: opacity .3s ease, -webkit-transform .3s ease;
          transition: opacity .3s ease, transform .3s ease;
          transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease; }
    .complex-genplan__modal._aero {
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: #fff;
      z-index: 1; }
      .complex-genplan__modal._aero:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 56.25%; }
      .complex-genplan__modal._aero > .aspect-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .complex-genplan__modal-tabs {
      position: absolute;
      top: -80px;
      left: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media only screen and (max-width: 1024px) {
        .complex-genplan__modal-tabs {
          overflow-y: auto;
          -webkit-overflow-scrolling: touch; } }
      @media only screen and (max-width: 812px) {
        .complex-genplan__modal-tabs {
          width: 100%;
          top: -64px;
          left: 0;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-transform: none;
                  transform: none;
          padding-bottom: 16px;
          overflow-y: auto;
          -webkit-overflow-scrolling: touch; }
          .complex-genplan__modal-tabs::-webkit-scrollbar {
            display: none;
            background: transparent;
            /* stylelint-disable */
            width: 0 !important;
            /* stylelint-enable */ }
          .complex-genplan__modal-tabs::-webkit-scrollbar-thumb, .complex-genplan__modal-tabs::-webkit-scrollbar, .complex-genplan__modal-tabs::-webkit-scrollbar-track {
            background-color: transparent; } }
      .complex-genplan__modal-tabs > button {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding: 12px 28px;
        margin-right: 16px;
        font-size: 16px;
        background-color: #e5e5e5;
        border-radius: 30px;
        -webkit-transition: background-color .4s ease, color .4s ease;
        transition: background-color .4s ease, color .4s ease;
        cursor: pointer;
        -webkit-tap-highlight-color: transparent; }
        .complex-genplan__modal-tabs > button:hover {
          background-color: #cccccc; }
        .complex-genplan__modal-tabs > button._active {
          background-color: #e61736;
          color: #fff; }
        .complex-genplan__modal-tabs > button:last-child {
          margin-right: 0; }

.genplan-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .genplan-btn:hover .genplan-btn__icon {
    -webkit-transform: scale(1.08);
            transform: scale(1.08); }
  .genplan-btn:hover .genplan-btn__label {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px); }
  .genplan-btn__icon {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px 22px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease; }
    @media only screen and (max-width: 812px) {
      .genplan-btn__icon {
        height: 36px;
        width: 36px;
        background-size: 24px 22px; } }
    .genplan-btn__icon._aero {
      background-image: url(/static/img/icons/aero.svg?4254f6f420ce); }
    .genplan-btn__icon._cams {
      background-image: url(/static/img/icons/webcam.svg?4254f6f420ce); }
  .genplan-btn__label {
    margin-left: 16px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease; }
    @media only screen and (max-width: 812px) {
      .genplan-btn__label {
        margin-left: 12px;
        font-size: 14px; } }

.gp-visual {
  position: relative; }
  @media only screen and (max-width: 812px) {
    .gp-visual {
      width: 250%;
      overflow: scroll;
      -webkit-overflow-scrolling: touch; } }
  .gp-visual__img {
    display: block;
    width: 100%; }
    @media only screen and (max-width: 812px) {
      .gp-visual__img {
        display: block;
        overflow: scroll; } }
  .gp-visual__svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .gp-visual__polygon {
    fill: rgba(230, 23, 54, 0.3);
    -webkit-transition: fill .3s ease;
    transition: fill .3s ease;
    cursor: pointer; }
    .gp-visual__polygon:hover {
      fill: rgba(230, 23, 54, 0.5); }
  .gp-visual__shields {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2; }

.gp-shield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  -webkit-transform: translate(-14px, -15px);
          transform: translate(-14px, -15px);
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  border-radius: 40px;
  pointer-events: none; }
  .gp-shield:hover, .gp-shield.hover {
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    pointer-events: all;
    -webkit-transition: -webkit-box-shadow .3s ease .3s;
    transition: -webkit-box-shadow .3s ease .3s;
    transition: box-shadow .3s ease .3s;
    transition: box-shadow .3s ease .3s, -webkit-box-shadow .3s ease .3s;
    z-index: 2; }
    .gp-shield:hover .gp-shield__number, .gp-shield.hover .gp-shield__number {
      border-radius: 40px 0 0 40px;
      -webkit-transition: border-radius .3s ease;
      transition: border-radius .3s ease; }
    .gp-shield:hover .gp-shield__count, .gp-shield.hover .gp-shield__count {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      max-width: 70px; }
      .gp-shield:hover .gp-shield__count span, .gp-shield.hover .gp-shield__count span {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
        -webkit-transition: opacity .2s ease .2s, -webkit-transform .3s ease .2s;
        transition: opacity .2s ease .2s, -webkit-transform .3s ease .2s;
        transition: opacity .2s ease .2s, transform .3s ease .2s;
        transition: opacity .2s ease .2s, transform .3s ease .2s, -webkit-transform .3s ease .2s; }
  .gp-shield__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    width: 30px;
    height: 28px;
    color: #fff;
    background-color: #e61736;
    border-radius: 40px;
    -webkit-transition: border-radius .3s ease .1s;
    transition: border-radius .3s ease .1s;
    z-index: 2;
    pointer-events: all; }
  .gp-shield__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 28px;
    padding: 0 10px;
    background-color: #fff;
    border-radius: 0 40px 40px 0;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: max-width .3s ease, -webkit-transform .3s ease;
    transition: max-width .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, max-width .3s ease;
    transition: transform .3s ease, max-width .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    max-width: 0;
    z-index: 1;
    overflow: hidden; }
    .gp-shield__count span {
      opacity: 0;
      -webkit-transform: translate3d(0, 10px, 0);
              transform: translate3d(0, 10px, 0);
      -webkit-transition: opacity .1s ease, -webkit-transform 0s .1s;
      transition: opacity .1s ease, -webkit-transform 0s .1s;
      transition: opacity .1s ease, transform 0s .1s;
      transition: opacity .1s ease, transform 0s .1s, -webkit-transform 0s .1s;
      white-space: nowrap; }

.gp-pannel {
  background-color: #fff; }
  .gp-pannel__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 72px; }
    .gp-pannel__wrap .rc-switch {
      margin-right: 60px; }
      .gp-pannel__wrap .rc-switch:last-child {
        margin-right: 0; }
  .gp-pannel__item {
    margin-right: 40px; }
    .gp-pannel__item:last-child {
      margin-right: 0; }

.complex-flats {
  position: relative;
  overflow: hidden;
  padding-top: 24px;
  padding-bottom: 24px;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .complex-flats.emerge {
    opacity: 0;
    -webkit-transform: translateX(150px);
            transform: translateX(150px); }
  @media only screen and (max-width: 812px) {
    .complex-flats {
      padding-bottom: 48px; } }
  .complex-flats__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border: 1px solid #dadada; }
    @media only screen and (max-width: 812px) {
      .complex-flats__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border-radius: 6px; } }
  .complex-flats__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 480px;
    height: 560px;
    padding-top: 30px;
    overflow: hidden;
    border-right: 1px solid #dadada; }
    @media only screen and (max-width: 812px) {
      .complex-flats__aside {
        width: 100%;
        height: 70vh;
        border: none; } }
  .complex-flats__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 48px; }
    @media only screen and (max-width: 812px) {
      .complex-flats__tabs {
        padding: 0 5%; } }
  .complex-flats__tab {
    position: relative;
    padding: 10px 0;
    margin-right: 32px;
    font-size: 20px;
    cursor: pointer; }
    @media only screen and (max-width: 812px) {
      .complex-flats__tab {
        margin-right: 24px;
        padding: 0;
        font-size: 16px; } }
    .complex-flats__tab:last-child {
      margin-right: 0; }
    .complex-flats__tab:before {
      content: '';
      position: absolute;
      top: -30px;
      left: 0;
      width: 100%;
      height: 6px;
      background-color: #e61736;
      -webkit-transform: translateY(-7px);
              transform: translateY(-7px);
      -webkit-transition: -webkit-transform .2s linear;
      transition: -webkit-transform .2s linear;
      transition: transform .2s linear;
      transition: transform .2s linear, -webkit-transform .2s linear;
      pointer-events: none;
      will-change: transform; }
    .complex-flats__tab.active:before {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .complex-flats__tab:not(.active):hover:before {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px); }
  .complex-flats__list {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 34px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    opacity: 1;
    overflow: hidden; }
    .complex-flats__list-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      pointer-events: none;
      z-index: 1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
      .complex-flats__list-wrap .simplebar-content {
        overflow: auto; }
      .complex-flats__list-wrap .simplebar-scroll-content {
        height: 100%; }
      .complex-flats__list-wrap.active {
        opacity: 1;
        z-index: 2;
        pointer-events: all;
        -webkit-transition: opacity .5s ease .3s;
        transition: opacity .5s ease .3s; }
      .complex-flats__list-wrap[data-simplebar] {
        position: absolute; }
    .complex-flats__list .simplebar-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-line-pack: start;
          align-content: flex-start;
      padding: 0 48px; }
      @media only screen and (max-width: 812px) {
        .complex-flats__list .simplebar-content {
          padding: 0 20px; } }
    .complex-flats__list .simplebar-track {
      width: 6px;
      background-color: #e5e5e5; }
      .complex-flats__list .simplebar-track.horizontal {
        display: none; }
    .complex-flats__list .simplebar-scrollbar {
      width: 100%;
      right: 0;
      cursor: pointer; }
      .complex-flats__list .simplebar-scrollbar:before {
        /* stylelint-disable */
        top: 0 !important;
        bottom: 0 !important;
        /* stylelint-enable */
        width: 100%;
        opacity: 1;
        background-color: #e61736;
        border-radius: 0; }
      .complex-flats__list .simplebar-scrollbar.visible:before {
        /* stylelint-disable */
        opacity: 1 !important;
        /* stylelint-enable */ }
  .complex-flats__layout {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 15px;
    height: 120px;
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 30px;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease;
    cursor: pointer; }
    .complex-flats__layout:nth-child(3n) {
      margin-right: 0; }
    .complex-flats__layout:nth-last-child(-n+3) {
      margin-bottom: 30px; }
    .complex-flats__layout.active {
      background-color: #e5e5e5; }
    .complex-flats__layout-img {
      width: 100%;
      height: 100%;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
    @media only screen and (max-width: 812px) {
      .complex-flats__layout {
        margin-bottom: 10px;
        padding: 5px; } }
  .complex-flats__gallery {
    position: relative;
    width: 560px;
    height: 560px;
    padding: 40px 90px; }
    .complex-flats__gallery-wrap {
      position: relative;
      height: 100%;
      width: 100%;
      -webkit-transition: opacity .5s ease .3s;
      transition: opacity .5s ease .3s;
      opacity: 1; }
      .complex-flats__gallery-wrap.loading {
        opacity: 0;
        -webkit-transition: opacity .3s ease;
        transition: opacity .3s ease; }
    @media only screen and (max-width: 812px) {
      .complex-flats__gallery {
        display: none;
        padding: 40px 10px; }
        .complex-flats__gallery.active {
          display: block;
          position: absolute;
          left: 0;
          top: 24px;
          width: calc(100% - 40px);
          height: calc(70vh + 1px);
          margin: 0 20px;
          background-color: white;
          z-index: 4; } }
  .complex-flats__gallery-back {
    display: none; }
    @media only screen and (max-width: 812px) {
      .complex-flats__gallery-back {
        display: block;
        position: absolute;
        top: 20px;
        left: 20px;
        width: 30px;
        height: 30px;
        background-color: #e61736; } }
  .complex-flats__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 3; }
    @media only screen and (max-width: 812px) {
      .complex-flats__btn {
        display: none; } }
  .complex-flats__button-mobile {
    display: none; }
    @media only screen and (max-width: 812px) {
      .complex-flats__button-mobile {
        display: block; }
        .complex-flats__button-mobile .btn {
          border-top-left-radius: 0;
          border-top-right-radius: 0;
          padding: 25px 32px; } }

@media only screen and (max-width: 812px) {
  .comp-layout-slide {
    margin-top: 30px; } }

.comp-layout-slide__title {
  margin-bottom: 12px;
  font-size: 20px;
  text-align: center; }

.comp-layout-slide__price {
  margin-bottom: 20px;
  font-size: 16px;
  color: #e61736;
  text-align: center; }

.comp-layout-slide__layout {
  height: 320px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.complex-decor {
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid #f6f6f6; }
  @media only screen and (max-width: 812px) {
    .complex-decor {
      padding-top: 48px; } }
  .complex-decor._show-pattern:after {
    content: '';
    position: absolute;
    bottom: -24px;
    right: 0;
    width: 550px;
    height: 300px;
    background: url(/static/img/ptrn-1.png?4254f6f420ce) no-repeat right bottom;
    background-size: contain;
    pointer-events: none;
    z-index: -1; }
  .complex-decor__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 450px; }
    @media only screen and (max-width: 1024px) {
      .complex-decor__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        height: auto; } }
  .complex-decor__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 560px;
    height: 100%; }
    @media only screen and (max-width: 1024px) {
      .complex-decor__images {
        display: none; } }
    .complex-decor__images-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .complex-decor__images-col:first-child {
        width: 310px; }
        @media only screen and (max-width: 1024px) {
          .complex-decor__images-col:first-child {
            width: 100%;
            height: 300px; } }
      .complex-decor__images-col:last-child {
        width: 230px; }
        @media only screen and (max-width: 1024px) {
          .complex-decor__images-col:last-child {
            width: 100%; } }
      @media only screen and (max-width: 1024px) {
        .complex-decor__images-col {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
  .complex-decor__img {
    background-size: cover;
    background-position: center;
    height: calc(50% - 10px); }
    @media only screen and (max-width: 1024px) {
      .complex-decor__img {
        height: 170px;
        width: 185px; } }
    @media only screen and (max-width: 1024px) {
      .complex-decor__img:first-child {
        width: 170px; } }
    .complex-decor__img.big {
      height: 100%; }
      @media only screen and (max-width: 1024px) {
        .complex-decor__img.big {
          width: 100%; } }
  .complex-decor__descr {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 420px;
    padding-left: 40px; }
    @media only screen and (max-width: 1024px) {
      .complex-decor__descr {
        width: 100%;
        padding-left: 0;
        margin-top: 24px; } }
  .complex-decor__btn {
    position: absolute;
    bottom: 0;
    left: 40px;
    z-index: 4; }
    @media only screen and (max-width: 1024px) {
      .complex-decor__btn {
        margin-top: 24px;
        position: static;
        max-width: 215px;
        width: 100%; } }
    @media only screen and (max-width: 812px) {
      .complex-decor__btn {
        max-width: 100%; } }
  @media only screen and (max-width: 1024px) {
    .complex-decor__title {
      display: none; } }
  .complex-decor__title-mobile {
    display: none;
    margin-bottom: 16px; }
    @media only screen and (max-width: 1024px) {
      .complex-decor__title-mobile {
        display: block; } }
  .complex-decor__slider {
    display: none; }
    @media only screen and (max-width: 1024px) {
      .complex-decor__slider {
        position: relative;
        display: block;
        width: 100%;
        height: 300px; } }
  .complex-decor .swiper-container {
    width: 100%;
    height: 100%; }
  .complex-decor .swiper-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .complex-decor .swiper-pagination {
    display: none; }
    @media only screen and (max-width: 1024px) {
      .complex-decor .swiper-pagination {
        display: block;
        width: 100%;
        bottom: -25px; } }

.complex-infra {
  position: relative;
  height: 620px; }
  .complex-infra__map {
    position: relative;
    height: 100%;
    z-index: 1; }
    .complex-infra__map-wrap {
      height: 100%;
      width: 100%; }
      .complex-infra__map-wrap .leaflet-control-container {
        position: absolute;
        top: 0;
        right: 60px;
        z-index: 999; }
        .complex-infra__map-wrap .leaflet-control-container .leaflet-control-attribution {
          display: none; }
        @media only screen and (max-width: 812px) {
          .complex-infra__map-wrap .leaflet-control-container .leaflet-control-zoom {
            display: none; } }
  .complex-infra__filter {
    position: absolute;
    top: 100px;
    left: 60px;
    z-index: 2; }
    @media only screen and (max-width: 812px) {
      .complex-infra__filter {
        top: 0;
        left: -40px; } }
  @media only screen and (max-width: 812px) {
    .complex-infra {
      height: 64vh; } }

.infra-filter {
  position: relative;
  padding: 48px 34px 34px 42px;
  background-color: #fff;
  border-radius: 20px; }
  @media only screen and (max-width: 812px) {
    .infra-filter {
      background-color: transparent;
      -webkit-transition: .5s;
      transition: .5s;
      width: 250px; }
      .infra-filter.active {
        background-color: #fff;
        -webkit-transition: .5s;
        transition: .5s;
        width: auto; } }
  .infra-filter__icon {
    position: absolute;
    left: 50%;
    top: 0;
    height: 45px;
    width: 45px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff url(/static/img/icons/filter.svg?4254f6f420ce) no-repeat center;
    background-size: 24px 24px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 50%; }
    @media only screen and (max-width: 812px) {
      .infra-filter__icon {
        left: 35%; } }
  .infra-filter__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media only screen and (max-width: 812px) {
      .infra-filter__list {
        display: none;
        opacity: 0;
        top: 0;
        left: -40px; }
        .infra-filter__list.active {
          display: block;
          opacity: 1; } }
  .infra-filter__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 16px;
    border-radius: 30px;
    padding: 11px 28px 11px 42px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    .infra-filter__item:last-child {
      margin-bottom: 0; }
    .infra-filter__item.reset-item {
      width: 100%;
      text-align: center; }
    .infra-filter__item.active {
      background-color: #e5e5e5; }
    .infra-filter__item:not(.active):hover {
      color: #e61736; }
    .infra-filter__item span {
      position: absolute;
      top: 50%;
      left: 10px;
      height: 25px;
      width: 25px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat; }

.infra-pin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  border-radius: 20px; }
  .infra-pin:hover .infra-pin__title {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
    .infra-pin:hover .infra-pin__title span {
      -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
      transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
      opacity: 1; }
  .infra-pin__icon {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 35px;
    height: 35px;
    z-index: 2;
    border-radius: 20px;
    background-color: #e61736;
    background-size: 35px;
    background-position: center;
    background-repeat: no-repeat; }
  .infra-pin__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    padding-left: 30px;
    padding-right: 20px;
    background-color: #fff;
    font-size: 14px;
    white-space: nowrap;
    border-radius: 0 20px 20px 0;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    z-index: 1; }
    .infra-pin__title span {
      -webkit-transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: opacity 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      opacity: 0; }

.complex-progress {
  position: relative;
  padding-top: 42px;
  padding-bottom: 74px;
  background-color: #fff;
  border-bottom: 1px solid #f6f6f6;
  overflow: hidden; }
  .complex-progress._show-pattern:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -70px;
    width: 550px;
    height: 300px;
    background: url(/static/img/ptrn-1.png?4254f6f420ce) no-repeat right bottom;
    background-size: contain;
    pointer-events: none; }
  .complex-progress__head {
    position: relative; }
  .complex-progress__filter {
    position: absolute;
    top: 0;
    left: 635px; }
    .complex-progress__filter select {
      opacity: 0; }
    @media only screen and (max-width: 1280px) {
      .complex-progress__filter {
        right: 0;
        left: auto; } }
    @media only screen and (max-width: 812px) {
      .complex-progress__filter {
        top: 20px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .complex-progress__list {
    position: relative;
    height: 200px;
    padding-right: 60px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    @media only screen and (max-width: 812px) {
      .complex-progress__list {
        padding-right: 0;
        margin-top: 40px; } }
    .complex-progress__list.loading {
      opacity: 0; }
    .complex-progress__list .swiper-container {
      padding-left: 20px;
      -webkit-transform: translateX(-16px);
              transform: translateX(-16px); }
      @media only screen and (max-width: 812px) {
        .complex-progress__list .swiper-container {
          padding-left: 0;
          padding-bottom: 70px;
          -webkit-transform: translateX(0);
                  transform: translateX(0); } }
    @media only screen and (max-width: 812px) {
      .complex-progress__list .swiper-pagination {
        bottom: 30px; } }
    @media only screen and (max-width: 812px) {
      .complex-progress__list .swiper-arrow-prev,
      .complex-progress__list .swiper-arrow-next {
        display: none; } }
    .complex-progress__list .swiper-arrow-prev {
      left: -60px; }
      @media only screen and (max-width: 1280px) {
        .complex-progress__list .swiper-arrow-prev {
          left: 0; } }
    .complex-progress__list .swiper-arrow-next {
      right: 12px; }
      @media only screen and (max-width: 1280px) {
        .complex-progress__list .swiper-arrow-next {
          right: 0; } }

.progress-album {
  position: relative;
  height: 200px;
  padding: 24px 34px;
  background-color: #e5e5e5;
  background-position: center;
  background-size: cover;
  cursor: pointer; }
  .progress-album:hover:after {
    background-color: rgba(0, 0, 0, 0); }
  .progress-album:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease; }
  .progress-album__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    height: 100%;
    z-index: 2; }
  .progress-album__title {
    font-size: 20px;
    color: #fff; }

.complex-docs {
  position: relative;
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #fff; }
  @media only screen and (max-width: 812px) {
    .complex-docs {
      overflow: hidden; } }
  .complex-docs._show-pattern:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -150px;
    width: 550px;
    height: 100%;
    background: url(/static/img/ptrn-1.png?4254f6f420ce) no-repeat right bottom;
    background-size: contain;
    pointer-events: none; }
  .complex-docs__head {
    position: relative; }
    @media only screen and (max-width: 812px) {
      .complex-docs__head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 60px; } }
  .complex-docs__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -6px;
    left: 260px; }
    @media only screen and (max-width: 812px) {
      .complex-docs__filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        top: 50px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100%; } }
    .complex-docs__filter-item {
      position: relative;
      margin-right: 15px;
      max-width: 55px;
      height: 45px;
      border: 1px solid #e5e5e5;
      border-radius: 7px;
      -webkit-transition: 1s;
      transition: 1s; }
      @media only screen and (max-width: 812px) {
        .complex-docs__filter-item {
          max-width: 50%;
          margin-right: 8px; }
          .complex-docs__filter-item .selectric-wrapper {
            opacity: 1;
            padding-left: 10px; } }
      .complex-docs__filter-item:after {
        content: '';
        position: absolute;
        left: 17px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 20px;
        height: 20px;
        background-image: url(/static/img/icons/ic-home.svg?4254f6f420ce);
        background-size: contain;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 812px) {
          .complex-docs__filter-item:after {
            left: 8px; } }
      .complex-docs__filter-item._documents:after {
        left: 20px;
        background-image: url(/static/img/icons/document.svg?4254f6f420ce); }
        @media only screen and (max-width: 812px) {
          .complex-docs__filter-item._documents:after {
            left: 12px; } }
      @media only screen and (max-width: 812px) {
        .complex-docs__filter-item._documents {
          max-width: 50%; } }
      .complex-docs__filter-item .selectric {
        padding: 3px 32px; }
        .complex-docs__filter-item .selectric-wrapper {
          opacity: 0;
          -webkit-transition: 1s;
          transition: 1s; }
          @media only screen and (max-width: 812px) {
            .complex-docs__filter-item .selectric-wrapper {
              opacity: 1; } }
      .complex-docs__filter-item:last-child {
        margin-right: 0; }
      .complex-docs__filter-item:hover {
        max-width: 300px;
        -webkit-transition: 1s;
        transition: 1s; }
        .complex-docs__filter-item:hover .selectric-wrapper {
          opacity: 1;
          padding-left: 10px; }
        @media only screen and (max-width: 812px) {
          .complex-docs__filter-item:hover {
            max-width: 50%; } }
  .complex-docs__list {
    position: relative;
    padding-right: 60px;
    -webkit-transform: translate(15px);
            transform: translate(15px);
    z-index: 4; }
    @media only screen and (max-width: 812px) {
      .complex-docs__list {
        display: none; }
        .complex-docs__list.active {
          display: block;
          padding-right: 0;
          -webkit-transform: translate(0);
                  transform: translate(0); } }
  .complex-docs__btn {
    margin-top: 32px; }
  .complex-docs > .swiper-container {
    padding: 16px 10px; }
    @media only screen and (max-width: 812px) {
      .complex-docs > .swiper-container {
        padding-bottom: 25px; } }
  @media only screen and (max-width: 812px) {
    .complex-docs .swiper-container {
      padding-bottom: 25px; } }
  .complex-docs .swiper-arrow-next {
    position: absolute;
    top: 48%;
    right: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff; }
    @media only screen and (max-width: 812px) {
      .complex-docs .swiper-arrow-next {
        display: none; } }
  .complex-docs .swiper-arrow-prev {
    position: absolute;
    top: 48%;
    left: -45px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-color: #fff; }
    @media only screen and (max-width: 1280px) {
      .complex-docs .swiper-arrow-prev {
        left: 0; } }
    @media only screen and (max-width: 812px) {
      .complex-docs .swiper-arrow-prev {
        display: none; } }
  .complex-docs .swiper-pagination {
    display: none;
    color: #dadada; }
    @media only screen and (max-width: 812px) {
      .complex-docs .swiper-pagination {
        display: block;
        width: 100%;
        bottom: -2px; } }
    .complex-docs .swiper-pagination .swiper-pagination-current {
      color: #e61736; }

.document__title {
  display: block;
  height: 72px;
  font-size: 16px;
  line-height: 1.5; }
  @media only screen and (max-width: 812px) {
    .document__title {
      height: auto;
      margin-bottom: 5px; } }
  .document__title:hover {
    color: #e61736; }

.document__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7c7c7c;
  -webkit-transition: color .4s ease;
  transition: color .4s ease; }
  .document__type:hover {
    color: #e61736; }
  .document__type > span:nth-child(2) {
    text-transform: lowercase; }
  .document__type:before {
    content: '';
    width: 12px;
    height: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(/static/img/icons/pdf.svg?4254f6f420ce);
    margin-right: 10px; }

.selectric-js-doc-building .selectric-items {
  height: 300px; }

.complex-nav {
  position: absolute;
  bottom: -38px;
  right: 0;
  height: 76px;
  width: 100%;
  z-index: 9; }
  @media only screen and (max-width: 1024px) {
    .complex-nav {
      display: none; } }
  .complex-nav:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 105%;
    left: 50%;
    background-color: #e61736;
    -webkit-transform: translateX(-50%) scaleX(0);
            transform: translateX(-50%) scaleX(0);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1; }
  .complex-nav.sticky {
    position: fixed;
    bottom: auto;
    top: 0;
    width: calc(100% - 270px);
    z-index: 9; }
    .complex-nav.sticky:after {
      -webkit-transform: translateX(-50%) scaleX(1);
              transform: translateX(-50%) scaleX(1); }
  .complex-nav > .container {
    position: relative;
    height: 100%; }
  .complex-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    padding: 0 50px;
    font-size: 16px;
    color: #fff;
    background-color: #e61736;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    z-index: 2; }
    @media only screen and (max-width: 1280px) {
      .complex-nav__list {
        width: 100%;
        padding: 0 15px; } }
  .complex-nav__item {
    margin-right: 24px;
    z-index: 3; }
    .complex-nav__item:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 1280px) {
      .complex-nav__item {
        margin-right: 15px; } }
    .complex-nav__item a {
      position: relative;
      display: block;
      padding: 10px;
      font-size: 16px; }
  .complex-nav__pin {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 6px;
    width: 0;
    background-color: #fff;
    -webkit-transition: width .3s ease, -webkit-transform .3s ease;
    transition: width .3s ease, -webkit-transform .3s ease;
    transition: width .3s ease, transform .3s ease;
    transition: width .3s ease, transform .3s ease, -webkit-transform .3s ease; }
    @media only screen and (max-width: 1280px) {
      .complex-nav__pin {
        z-index: 2; } }

.top-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff; }
  .top-contact__phone {
    position: relative;
    margin-right: 24px;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
    @media only screen and (max-width: 1024px) {
      .top-contact__phone {
        font-size: 18px; } }
  .top-contact__btn {
    font-size: 14px; }

.hero-shield {
  position: relative;
  padding: 20px;
  font-size: 16px;
  color: #fff;
  height: 60px;
  background-color: #e61736; }
  @media only screen and (max-width: 812px) {
    .hero-shield {
      padding: 12px;
      font-size: 14px;
      height: 40px; } }
  .hero-shield:before, .hero-shield:after {
    content: '';
    position: absolute;
    left: calc(100% - 1px);
    width: 0;
    height: 0; }
  .hero-shield:after {
    top: 0;
    border-top: 31px solid #e61736;
    border-right: 14px solid transparent; }
  .hero-shield:before {
    bottom: 0;
    border-bottom: 31px solid #e61736;
    border-right: 14px solid transparent; }
  .hero-shield span {
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 12px solid #fff;
    border-left: 24px solid transparent; }

.hero-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #fff; }
  .hero-count span {
    font-size: 56px;
    font-weight: bold;
    line-height: 1;
    margin: 0 10px; }

.flat-info__layout-item .map,
.flat-info-mobile__image .map {
  max-width: 540px;
  width: 100%;
  height: 402px; }
  .flat-info__layout-item .map .js-map,
  .flat-info-mobile__image .map .js-map {
    width: 100%;
    height: 100%; }

.realized-detail-intro {
  position: relative;
  width: 100%;
  height: 700px;
  margin-bottom: 36px; }
  @media only screen and (max-width: 812px) {
    .realized-detail-intro {
      height: auto; } }
  .realized-detail-intro__tabs {
    position: absolute;
    top: 110px;
    left: 0;
    width: 100%;
    z-index: 2; }
    @media only screen and (max-width: 812px) {
      .realized-detail-intro__tabs {
        position: static;
        margin-top: 16px;
        margin-bottom: 24px; } }
  .realized-detail-intro__tabs-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media only screen and (max-width: 812px) {
      .realized-detail-intro__tabs-wrapper {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .realized-detail-intro__tabs-item {
    height: 52px;
    padding: 0 36px;
    background-color: white;
    border: 1px solid #dfdfdf;
    border-right: none;
    font-size: 16px;
    line-height: 52px;
    color: rgba(1, 0, 0, 0.6);
    -webkit-transition: color .2s ease, background-color .2s ease, border .2s ease;
    transition: color .2s ease, background-color .2s ease, border .2s ease;
    cursor: pointer; }
    @media only screen and (max-width: 812px) {
      .realized-detail-intro__tabs-item {
        padding: 0 22px; } }
    .realized-detail-intro__tabs-item:first-child {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    .realized-detail-intro__tabs-item:last-child {
      border-right: 1px solid #dfdfdf;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px; }
    .realized-detail-intro__tabs-item:hover, .realized-detail-intro__tabs-item._active {
      border: 1px solid #e61736;
      border-right: none;
      background-color: #e61736;
      color: white; }
      .realized-detail-intro__tabs-item:hover:last-child, .realized-detail-intro__tabs-item._active:last-child {
        border-right: 1px solid #e61736; }
  .realized-detail-intro__slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    overflow: hidden; }
    @media only screen and (max-width: 812px) {
      .realized-detail-intro__slider:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: 56.25%; }
      .realized-detail-intro__slider > .aspect-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  @media only screen and (max-width: 812px) {
    .realized-detail-intro__slider-wrapper {
      position: absolute;
      top: 0;
      left: 0; } }
  .realized-detail-intro__slider-slide {
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .realized-detail-intro__preview {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .realized-detail-intro__preview:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
      z-index: 1; }
  .realized-detail-intro__title {
    color: white; }
    @media only screen and (max-width: 812px) {
      .realized-detail-intro__title {
        display: none; } }
  .realized-detail-intro__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding-top: 110px;
    padding-bottom: 18px;
    z-index: 2; }
  .realized-detail-intro__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .realized-detail-intro__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 48px;
    color: white; }
    .realized-detail-intro__cell:last-child {
      margin-right: 0; }
  .realized-detail-intro__cell-label {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.6; }
  .realized-detail-intro__cell-value {
    font-weight: 800;
    font-size: 48px; }
    @media only screen and (max-width: 812px) {
      .realized-detail-intro__cell-value {
        font-size: 24px; } }
    .realized-detail-intro__cell-value sup {
      font-size: 26px; }
      @media only screen and (max-width: 812px) {
        .realized-detail-intro__cell-value sup {
          font-size: 20px; } }

.realized-detail-gallery {
  position: relative;
  display: block;
  width: 100%;
  height: 100%; }
  .realized-detail-gallery__controls {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2; }
    .realized-detail-gallery__controls .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .realized-detail-gallery__slide {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1; }
  .realized-detail-gallery__arrow {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    background-color: white;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    cursor: pointer;
    outline: none; }
    .realized-detail-gallery__arrow svg {
      display: block;
      width: 12px;
      stroke: #e61736;
      fill: none;
      -webkit-transform: translateZ(0);
              transform: translateZ(0); }
    .realized-detail-gallery__arrow._next svg {
      -webkit-transform: translateZ(0) rotate(180deg);
              transform: translateZ(0) rotate(180deg); }
    .realized-detail-gallery__arrow:hover {
      -webkit-transform: translateZ(0) scale(1.1);
              transform: translateZ(0) scale(1.1); }
    .realized-detail-gallery__arrow:active {
      -webkit-transform: translateZ(0) scale(0.98);
              transform: translateZ(0) scale(0.98); }
    .realized-detail-gallery__arrow._disabled {
      opacity: .4;
      cursor: default; }
      .realized-detail-gallery__arrow._disabled:hover, .realized-detail-gallery__arrow._disabled:active {
        -webkit-transform: translateZ(0) scale(1);
                transform: translateZ(0) scale(1); }

.realized-detail {
  position: relative; }
  .realized-detail .page-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 0; }
    @media only screen and (max-width: 812px) {
      .realized-detail .page-head {
        position: relative; } }
  .realized-detail__title {
    display: none; }
    @media only screen and (max-width: 812px) {
      .realized-detail__title {
        display: block;
        text-align: center; } }
  .realized-detail__desc {
    margin-bottom: 16px; }
  .realized-detail__text {
    width: 900px;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8; }
    @media only screen and (max-width: 812px) {
      .realized-detail__text {
        width: 100%; } }
  .realized-detail__video {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    overflow: hidden; }
    .realized-detail__video:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      opacity: 1;
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease;
      z-index: 2; }
    .realized-detail__video._active:after {
      opacity: 0; }
  .realized-detail__video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 50px;
    border: 2px solid white;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 1;
    -webkit-transition: opacity .2s ease, background-color .2s ease;
    transition: opacity .2s ease, background-color .2s ease;
    z-index: 3; }
    .realized-detail__video-play:after {
      content: '';
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
      -webkit-transform: translateX(10%);
              transform: translateX(10%);
      background: url(/static/img/icons/ic-play.svg?4254f6f420ce) no-repeat center;
      background-size: contain; }
    .realized-detail__video-play:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .realized-detail__video-play._pause:after {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      background: url(/static/img/icons/ic-pause.svg?4254f6f420ce) no-repeat center;
      background-size: contain; }
    .realized-detail__video-play._hidden {
      opacity: 0; }
  .realized-detail__video-item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    z-index: 1; }

.flat-list {
  min-height: calc(100vh - 125px); }
  .flat-list__list-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .flat-list__list-wrap .flat-card {
      margin-right: 25px;
      margin-bottom: 25px; }
      @media only screen and (max-width: 812px) {
        .flat-list__list-wrap .flat-card {
          margin-right: 0; } }
      .flat-list__list-wrap .flat-card:nth-child(3n) {
        margin-right: 0; }
        @media only screen and (max-width: 1024px) {
          .flat-list__list-wrap .flat-card:nth-child(3n) {
            margin-right: 25px; } }
        @media only screen and (max-width: 812px) {
          .flat-list__list-wrap .flat-card:nth-child(3n) {
            margin-right: 0; } }
  .flat-list__list-empty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    opacity: .5;
    font-size: 20px;
    min-height: 200px; }
  .flat-list__list .swiper-container {
    padding: 32px 32px 0;
    margin: 0 -32px; }
    @media only screen and (max-width: 812px) {
      .flat-list__list .swiper-container {
        padding: 20px 20px 0;
        margin: 0 -20px; } }
    .flat-list__list .swiper-container .swiper-slide {
      min-width: 270px; }
  .flat-list__list .swiper-arrow-next {
    right: -56px; }
    @media only screen and (max-width: 1280px) {
      .flat-list__list .swiper-arrow-next {
        right: 0; } }
    @media only screen and (max-width: 812px) {
      .flat-list__list .swiper-arrow-next {
        display: none; } }
  .flat-list__list .swiper-arrow-prev {
    left: -56px; }
    @media only screen and (max-width: 1280px) {
      .flat-list__list .swiper-arrow-prev {
        left: 0; } }
    @media only screen and (max-width: 812px) {
      .flat-list__list .swiper-arrow-prev {
        display: none; } }
  .flat-list__list .swiper-pagination {
    display: none; }
    @media only screen and (max-width: 812px) {
      .flat-list__list .swiper-pagination {
        display: block;
        width: 100%;
        bottom: -8px; } }
  .flat-list .flat-card {
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.14);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.14); }

.filter-app {
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px); }
  .filter-app__tabs {
    position: absolute;
    right: 0;
    top: -94px; }
    @media only screen and (max-width: 812px) {
      .filter-app__tabs {
        top: -12px;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); } }

.filter-list {
  padding-bottom: 30px;
  border-bottom: 1px solid #f6f6f6; }
  @media only screen and (max-width: 812px) {
    .filter-list {
      padding-bottom: 0; } }
  .filter-list.full .filter-list__wrap {
    height: 256px;
    -webkit-transition: height .3s ease;
    transition: height .3s ease; }
    @media only screen and (max-width: 812px) {
      .filter-list.full .filter-list__wrap {
        height: 980px;
        opacity: 1;
        pointer-events: all; } }
    .filter-list.full .filter-list__wrap .filter-item:nth-child(n + 5) {
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease;
      pointer-events: all; }
  .filter-list.full .filter-list__full-toggle:after {
    -webkit-transform: translateY(-40%) rotate(-135deg);
            transform: translateY(-40%) rotate(-135deg); }
  .filter-list__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 113px;
    -webkit-transition: height .3s ease .05s;
    transition: height .3s ease .05s;
    will-change: height; }
    @media only screen and (max-width: 812px) {
      .filter-list__wrap {
        display: block;
        height: 0;
        padding: 0 24px;
        opacity: 0;
        pointer-events: none; } }
    .filter-list__wrap .filter-item {
      margin-right: 50px;
      margin-bottom: 60px;
      -webkit-transition: opacity .1s ease;
      transition: opacity .1s ease; }
      @media only screen and (max-width: 1280px) {
        .filter-list__wrap .filter-item {
          margin-right: 40px; } }
      @media only screen and (max-width: 1024px) {
        .filter-list__wrap .filter-item {
          margin-right: 20px; } }
      @media only screen and (max-width: 812px) {
        .filter-list__wrap .filter-item {
          margin-right: 0;
          margin-bottom: 40px; } }
      .filter-list__wrap .filter-item:nth-child(4), .filter-list__wrap .filter-item:last-child {
        margin-right: 0; }
      .filter-list__wrap .filter-item:nth-last-child(-n + 5) {
        margin-bottom: 0; }
        @media only screen and (max-width: 812px) {
          .filter-list__wrap .filter-item:nth-last-child(-n + 5) {
            margin-bottom: 40px; } }
      .filter-list__wrap .filter-item:nth-child(n + 5) {
        opacity: 0;
        pointer-events: none; }
  .filter-list__full-toggle {
    display: inline-block;
    position: relative;
    margin-top: 56px;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer; }
    @media only screen and (max-width: 812px) {
      .filter-list__full-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 60px;
        margin: 0 -20px;
        background-color: #e5e5e5; } }
    @media only screen and (max-width: 812px) {
      .filter-list__full-toggle.button {
        background: #e61736;
        border-radius: 7px;
        color: #fff;
        font-size: 20px;
        margin: auto;
        padding-left: 30px; }
        .filter-list__full-toggle.button:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: 200px;
          left: 0;
          margin: auto;
          width: 23px;
          height: 23px;
          background: url(/static/img/icons/search.svg) center no-repeat;
          background-size: contain; } }
    .filter-list__full-toggle:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -20px;
      height: 8px;
      width: 8px;
      border-right: 1px solid #e61736;
      border-bottom: 1px solid #e61736;
      -webkit-transform: translateY(-70%) rotate(45deg);
              transform: translateY(-70%) rotate(45deg);
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease; }
      @media only screen and (max-width: 812px) {
        .filter-list__full-toggle:after {
          content: none; } }
  .filter-list .range-slider {
    margin-bottom: 0; }

@media only screen and (max-width: 812px) {
  .filter-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.filter-item.w1 {
  width: 345px; }
  @media only screen and (max-width: 1280px) {
    .filter-item.w1 {
      width: 330px; } }
  @media only screen and (max-width: 1024px) {
    .filter-item.w1 {
      width: 205px; } }
  @media only screen and (max-width: 812px) {
    .filter-item.w1 {
      width: 100%; } }

.filter-item.w2 {
  width: 195px; }
  @media only screen and (max-width: 1280px) {
    .filter-item.w2 {
      width: 180px; } }
  @media only screen and (max-width: 1024px) {
    .filter-item.w2 {
      width: 165px; } }
  @media only screen and (max-width: 812px) {
    .filter-item.w2 {
      width: 100%; } }

.filter-item.w3 {
  width: 185px; }
  @media only screen and (max-width: 1280px) {
    .filter-item.w3 {
      width: 170px; } }
  @media only screen and (max-width: 1024px) {
    .filter-item.w3 {
      width: 155px; } }
  @media only screen and (max-width: 812px) {
    .filter-item.w3 {
      width: 100%; } }

.filter-item.w4 {
  width: 175px; }
  @media only screen and (max-width: 1280px) {
    .filter-item.w4 {
      width: 160px; } }
  @media only screen and (max-width: 1024px) {
    .filter-item.w4 {
      width: 145px; } }
  @media only screen and (max-width: 812px) {
    .filter-item.w4 {
      width: 100%; } }

.filter-item.w5 {
  width: 120px; }
  @media only screen and (max-width: 812px) {
    .filter-item.w5 {
      width: 100%; } }

.filter-item__title {
  margin-bottom: 20px;
  font-size: 18px; }
  @media only screen and (max-width: 1024px) {
    .filter-item__title {
      font-size: 16px;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 812px) {
    .filter-item__title {
      margin-bottom: 20px;
      font-size: 18px; } }

.filter-item .switch__label {
  font-size: 14px; }

@media only screen and (max-width: 812px) {
  .filter-item .rc-select {
    width: 100%; } }

@media only screen and (max-width: 812px) {
  .range-filter {
    width: 100%; } }

.range-filter__values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
  font-size: 16px; }

.button-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .button-filter__option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 44px;
    width: 44px;
    margin-right: 6px;
    font-size: 18px;
    font-weight: 800;
    background-color: #e5e5e5;
    border-radius: 50%;
    border: 3px solid #e5e5e5;
    -webkit-transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
    cursor: pointer; }
    .button-filter__option:last-child {
      margin-right: 0; }
    .button-filter__option:hover {
      border-color: #e61736; }
    .button-filter__option.active {
      border-color: #e61736;
      background-color: #e61736;
      color: #fff; }
    .button-filter__option.disabled {
      opacity: .4;
      pointer-events: none; }
    @media only screen and (max-width: 1024px) {
      .button-filter__option {
        width: 36px;
        height: 36px; } }
    @media only screen and (max-width: 812px) {
      .button-filter__option {
        width: 44px;
        height: 44px; } }

.switch-filter {
  margin-top: 28px; }

.bool-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px; }
  @media only screen and (max-width: 812px) {
    .bool-filter {
      margin-top: 10px; } }
  .bool-filter__label {
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    .bool-filter__label:first-of-type {
      margin-right: 12px; }
    .bool-filter__label:last-of-type {
      margin-left: 12px; }
    .bool-filter__label:hover {
      color: #e61736; }
    @media only screen and (max-width: 1024px) {
      .bool-filter__label {
        font-size: 14px; } }

@media only screen and (max-width: 812px) {
  .multiselect-filter {
    width: 100%; } }

.filter-controll {
  padding: 40px 0; }
  .filter-controll__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 812px) {
      .filter-controll__wrap {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .filter-controll__sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 80px; }
    @media only screen and (max-width: 812px) {
      .filter-controll__sort {
        margin-right: 0; } }
    .filter-controll__sort .sort-item {
      margin-right: 30px; }
      .filter-controll__sort .sort-item:last-child {
        margin-right: 0; }
  .filter-controll__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: .5; }
    .filter-controll__result span {
      padding: 0 3px; }
  .filter-controll__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .filter-controll__group-title {
      opacity: .5;
      margin-right: 28px; }
      @media only screen and (max-width: 812px) {
        .filter-controll__group-title {
          display: none; } }
    @media only screen and (max-width: 812px) {
      .filter-controll__group-toggler {
        display: none; } }
    .filter-controll__group-toggler.mobile {
      display: none; }
      @media only screen and (max-width: 812px) {
        .filter-controll__group-toggler.mobile {
          display: block; } }

.sort-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }
  @media only screen and (max-width: 812px) {
    .sort-item {
      display: none; } }
  .sort-item:hover {
    color: #e61736; }
  .sort-item.ASC .sort-item__icon span {
    background-color: #e61736; }
    .sort-item.ASC .sort-item__icon span:before, .sort-item.ASC .sort-item__icon span:after {
      background-color: #e61736; }
  .sort-item.DESC .sort-item__icon span {
    background-color: #e61736; }
    .sort-item.DESC .sort-item__icon span:before {
      background-color: #e61736;
      -webkit-transform: scaleX(0.75);
              transform: scaleX(0.75); }
    .sort-item.DESC .sort-item__icon span:after {
      background-color: #e61736;
      -webkit-transform: scaleX(1.25);
              transform: scaleX(1.25); }
  .sort-item--big .sort-item__title {
    font-size: 16px; }
  .sort-item--big .sort-item__icon span {
    height: 2px;
    width: 12px; }
    .sort-item--big .sort-item__icon span:before, .sort-item--big .sort-item__icon span:after {
      height: 2px; }
    .sort-item--big .sort-item__icon span:before {
      top: -5px; }
    .sort-item--big .sort-item__icon span:after {
      top: 5px; }
  .sort-item__icon {
    margin-left: 8px; }
    .sort-item__icon span {
      position: relative;
      display: block;
      height: 1px;
      width: 8px;
      background-color: #000;
      -webkit-transition: background-color .3s ease;
      transition: background-color .3s ease; }
      .sort-item__icon span:before, .sort-item__icon span:after {
        content: '';
        position: absolute;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #000;
        -webkit-transform-origin: left center;
                transform-origin: left center;
        -webkit-transition: background-color .3s ease, -webkit-transform .3s ease;
        transition: background-color .3s ease, -webkit-transform .3s ease;
        transition: background-color .3s ease, transform .3s ease;
        transition: background-color .3s ease, transform .3s ease, -webkit-transform .3s ease; }
      .sort-item__icon span:before {
        top: -3px;
        -webkit-transform: scaleX(1.25);
                transform: scaleX(1.25); }
      .sort-item__icon span:after {
        top: 3px;
        -webkit-transform: scaleX(0.75);
                transform: scaleX(0.75); }

.mobile-sort {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 812px) {
    .mobile-sort {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .mobile-sort__wrap {
    width: 46px;
    height: 46px;
    position: relative;
    background-color: #fff;
    border-radius: 50%; }
    .mobile-sort__wrap > svg {
      position: absolute;
      top: 16px;
      left: 14px;
      pointer-events: none; }
    .mobile-sort__wrap > select {
      width: 100%;
      height: 100%;
      color: transparent;
      border: none;
      background-color: #fff;
      border-radius: 50%;
      outline: none;
      overflow: hidden; }
  .mobile-sort__title {
    margin-left: 12px;
    font-size: 18px;
    opacity: .3; }

.flat-info {
  overflow: hidden; }
  .flat-info__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 610px; }
    @media only screen and (max-width: 812px) {
      .flat-info__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        height: auto; } }
  @media only screen and (max-width: 812px) {
    .flat-info {
      display: none; } }
  .flat-info__aside {
    position: relative;
    padding-top: 48px;
    padding-bottom: 68px;
    height: 100%;
    width: 270px; }
    @media only screen and (max-width: 812px) {
      .flat-info__aside {
        height: auto;
        width: 100%; } }
  .flat-info .breadcrumbs {
    margin-bottom: 32px; }
  .flat-info__title {
    font-size: 30px;
    margin-bottom: 40px; }
  .flat-info__stats-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 42px; }
  .flat-info__stats-col {
    width: 100px;
    margin-right: 10px; }
    .flat-info__stats-col:last-child {
      width: 140px;
      margin-right: 0; }
  .flat-info__booking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 68px;
    width: 100%;
    padding-left: 16px;
    font-size: 17px;
    color: #fff;
    background-color: #e61736;
    cursor: pointer; }
    .flat-info__booking:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 28px;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      height: 22px;
      width: 42px;
      background: url(/static/img/icons/key.svg?4254f6f420ce) no-repeat center;
      background-size: contain;
      -webkit-transition: -webkit-transform .8s ease;
      transition: -webkit-transform .8s ease;
      transition: transform .8s ease;
      transition: transform .8s ease, -webkit-transform .8s ease; }
    .flat-info__booking:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50px;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      height: 14px;
      width: 20px;
      background: url(/static/img/lock.svg?4254f6f420ce) no-repeat center;
      background-size: contain;
      -webkit-transition: opacity .2s ease, -webkit-transform .6s ease .2s;
      transition: opacity .2s ease, -webkit-transform .6s ease .2s;
      transition: transform .6s ease .2s, opacity .2s ease;
      transition: transform .6s ease .2s, opacity .2s ease, -webkit-transform .6s ease .2s; }
    .flat-info__booking:hover:before {
      -webkit-transform: translate3d(-9px, -50%, 0);
              transform: translate3d(-9px, -50%, 0); }
    .flat-info__booking:hover:after {
      -webkit-transform: translate3d(8px, -50%, 0);
              transform: translate3d(8px, -50%, 0);
      opacity: 0;
      -webkit-transition: opacity .3s ease .5s, -webkit-transform .6s ease;
      transition: opacity .3s ease .5s, -webkit-transform .6s ease;
      transition: transform .6s ease, opacity .3s ease .5s;
      transition: transform .6s ease, opacity .3s ease .5s, -webkit-transform .6s ease; }
  .flat-info__booking-comm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 68px;
    width: 100%;
    font-size: 17px;
    color: #fff;
    background-color: #e61736;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .flat-info__booking-comm:hover {
      background-color: #cc122e; }
  .flat-info__body {
    position: relative;
    padding-top: 48px;
    padding-bottom: 68px;
    height: 100%;
    width: 770px; }
    @media only screen and (max-width: 1024px) {
      .flat-info__body {
        width: 450px; } }
    .flat-info__body:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: calc(100% + ((100vw - 1040px) / 2));
      background-color: #fff;
      z-index: 1;
      pointer-events: none; }
  .flat-info__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 68px;
    padding-left: 80px;
    z-index: 3; }
    @media only screen and (max-width: 1024px) {
      .flat-info__header {
        padding-left: 20px; } }
    .flat-info__header-item {
      position: relative;
      padding-left: 26px;
      margin-right: 48px;
      font-size: 14px;
      cursor: pointer;
      -webkit-transition: color .3s ease;
      transition: color .3s ease; }
      @media only screen and (max-width: 1024px) {
        .flat-info__header-item {
          margin-right: 30px; } }
      .flat-info__header-item:last-child {
        margin-right: 0; }
      .flat-info__header-item:hover {
        color: #e61736; }
      .flat-info__header-item > svg {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .flat-info__header-item.ic-print > svg {
        height: 18px;
        width: 18px; }
      .flat-info__header-item.ic-share > svg {
        height: 16px;
        width: 20px; }
      .flat-info__header-item.ic-share .share-pannel {
        position: absolute;
        bottom: -50px;
        left: 50%;
        padding: 8px;
        -webkit-transform: translate(-50%, 24px);
                transform: translate(-50%, 24px);
        background-color: #fff;
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        opacity: 0;
        -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: transform .4s ease, opacity .4s ease;
        transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
        pointer-events: none;
        z-index: -1; }
        .flat-info__header-item.ic-share .share-pannel:before {
          content: '';
          position: absolute;
          bottom: 99%;
          left: 0;
          width: 100%;
          height: 12px; }
      .flat-info__header-item.ic-share:hover .share-pannel {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        z-index: 5;
        pointer-events: all; }
      .flat-info__header-item.ic-fav > svg {
        height: 22px;
        width: 18px;
        fill: rgba(230, 23, 54, 0);
        -webkit-transition: fill .4s ease;
        transition: fill .4s ease; }
      .flat-info__header-item.ic-fav > .fav-text span:first-child {
        display: block; }
      .flat-info__header-item.ic-fav > .fav-text span:last-child {
        display: none; }
      .flat-info__header-item.ic-fav.active > svg {
        fill: #e61736; }
      .flat-info__header-item.ic-fav.active > .fav-text span:first-child {
        display: none; }
      .flat-info__header-item.ic-fav.active > .fav-text span:last-child {
        display: block; }
  .flat-info__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    height: 426px;
    padding: 8px 0 16px 54px;
    z-index: 2; }
    @media only screen and (max-width: 1024px) {
      .flat-info__main {
        padding: 8px 0 16px 20px; } }
    @media only screen and (max-width: 812px) {
      .flat-info__main {
        padding: 0; } }
  .flat-info__layout {
    position: relative;
    height: 100%;
    width: 540px; }
    .flat-info__layout-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 20px;
      color: rgba(0, 0, 0, 0.5);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      opacity: 0;
      -webkit-transform: translateY(16px);
              transform: translateY(16px);
      will-change: opacity, transform;
      -webkit-transition: opacity 0.4s ease 0.1s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      transition: opacity 0.4s ease 0.1s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      transition: opacity 0.4s ease 0.1s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      transition: opacity 0.4s ease 0.1s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      z-index: 1; }
      .flat-info__layout-item.active {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: opacity 0.7s ease 0.5s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
        transition: opacity 0.7s ease 0.5s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
        transition: opacity 0.7s ease 0.5s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
        transition: opacity 0.7s ease 0.5s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
        z-index: 2; }
    .flat-info__layout-image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 20px;
      color: rgba(0, 0, 0, 0.5);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      opacity: 0;
      -webkit-transform: translateY(16px);
              transform: translateY(16px);
      will-change: opacity, transform;
      -webkit-transition: opacity 0.4s ease 0.1s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      transition: opacity 0.4s ease 0.1s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      transition: opacity 0.4s ease 0.1s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      transition: opacity 0.4s ease 0.1s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
      z-index: 1; }
      .flat-info__layout-image._active {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-transition: opacity 0.7s ease 0.5s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
        transition: opacity 0.7s ease 0.5s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
        transition: opacity 0.7s ease 0.5s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
        transition: opacity 0.7s ease 0.5s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
        z-index: 2; }
  .flat-info__options {
    padding-top: 32px; }
    .flat-info__options-item {
      margin-bottom: 40px;
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease; }
      .flat-info__options-item:last-of-type {
        margin-bottom: 0; }
      .flat-info__options-item._hide {
        opacity: 0;
        pointer-events: none; }
    .flat-info__options-label {
      margin-bottom: 13px;
      font-size: 14px;
      opacity: .6; }
  .flat-info__compass {
    padding: 16px 12px;
    margin-bottom: 48px; }
  .flat-info__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68px;
    padding: 0 54px;
    z-index: 2; }
    @media only screen and (max-width: 1024px) {
      .flat-info__footer {
        padding: 0 20px; } }
    .flat-info__footer:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      height: 1px;
      width: calc(100% + ((100vw - 1040px) / 2));
      background-color: #e5e5e5;
      z-index: 1; }
    .flat-info__footer:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: calc(100% + ((100vw - 1040px) / 2));
      background-color: #e5e5e5;
      z-index: 1; }
  .flat-info__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 560px; }
    @media only screen and (max-width: 812px) {
      .flat-info__nav {
        width: 100%; } }
    .flat-info__nav-item {
      position: relative;
      margin-right: 42px;
      font-size: 16px;
      color: #e61736;
      -webkit-transition: color .4s ease;
      transition: color .4s ease;
      cursor: pointer; }
      .flat-info__nav-item:last-child {
        margin-right: 0; }
      .flat-info__nav-item:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: #e61736;
        opacity: 0;
        -webkit-transform: translateY(5px) scaleX(0);
                transform: translateY(5px) scaleX(0);
        -webkit-transition: opacity .2s ease, -webkit-transform 0s step-end .2s;
        transition: opacity .2s ease, -webkit-transform 0s step-end .2s;
        transition: transform 0s step-end .2s, opacity .2s ease;
        transition: transform 0s step-end .2s, opacity .2s ease, -webkit-transform 0s step-end .2s;
        pointer-events: none; }
      .flat-info__nav-item:not(.active):hover:after {
        opacity: 1;
        -webkit-transform: translateY(0) scaleX(1);
                transform: translateY(0) scaleX(1);
        -webkit-transition: opacity .3s ease, -webkit-transform .4s ease;
        transition: opacity .3s ease, -webkit-transform .4s ease;
        transition: transform .4s ease, opacity .3s ease;
        transition: transform .4s ease, opacity .3s ease, -webkit-transform .4s ease; }
      .flat-info__nav-item.active {
        color: #000; }
      @media only screen and (max-width: 812px) {
        .flat-info__nav-item {
          margin-right: 20px; } }
  .flat-info__svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flat-info__polygon {
    fill: rgba(230, 23, 54, 0.6);
    -webkit-transition: fill .6s ease;
    transition: fill .6s ease; }

.flat-stat-item__label {
  font-size: 14px;
  opacity: .5;
  margin-bottom: 8px; }

.flat-stat-item__val {
  font-size: 16px; }
  .flat-stat-item__val.price {
    font-size: 22px;
    font-weight: bold;
    color: #27ae60; }
  .flat-stat-item__val.old-price {
    font-size: 16px;
    text-decoration: line-through;
    margin-bottom: 4px; }

.compass {
  position: relative;
  height: 68px;
  width: 68px;
  background: url(/static/img/compass-new.svg?4254f6f420ce) no-repeat center;
  background-size: contain; }
  .compass__line {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 50%;
    width: 3px;
    background-color: #e61736;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    pointer-events: none; }
  .compass.n .compass__line {
    opacity: 1; }
  .compass.n .compass__directions > span:nth-child(1) {
    color: #000; }
  .compass.e .compass__line {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg); }
  .compass.e .compass__directions > span:nth-child(2) {
    color: #000; }
  .compass.s .compass__line {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) rotate(180deg);
            transform: translate(-50%, 0) rotate(180deg); }
  .compass.s .compass__directions > span:nth-child(3) {
    color: #000; }
  .compass.w .compass__line {
    opacity: 1;
    -webkit-transform: translate(-50%, 0) rotate(270deg);
            transform: translate(-50%, 0) rotate(270deg); }
  .compass.w .compass__directions > span:nth-child(4) {
    color: #000; }
  .compass span {
    position: absolute;
    display: block;
    width: 12px;
    font-size: 11px;
    color: #e5e5e5;
    text-align: center;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }
    .compass span:nth-child(1) {
      top: -16px;
      left: 28px; }
    .compass span:nth-child(2) {
      top: 30px;
      right: -16px; }
    .compass span:nth-child(3) {
      bottom: -16px;
      left: 28px; }
    .compass span:nth-child(4) {
      left: -16px;
      top: 30px; }

.cback {
  width: 68px;
  height: 68px;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer; }
  .cback-circle {
    width: 100%;
    height: 100%;
    border: 1px solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
    .cback-circle--phone {
      width: 50%;
      height: 50%;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      .cback-circle--phone:after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: -8px;
        width: 100%;
        max-width: 8px;
        height: 0;
        border-style: solid;
        border-width: 7px 10px 7px 0;
        border-color: transparent #3cb868 transparent transparent;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .cback:hover {
    -webkit-animation: hvr-phone 1.5s linear infinite normal;
            animation: hvr-phone 1.5s linear infinite normal; }
  .cback:hover .phone-icon {
    -webkit-animation: phone-fn 2s infinite ease-in-out;
            animation: phone-fn 2s infinite ease-in-out; }
  .cback .phone-icon {
    width: 25px;
    height: 25px;
    background: url(https://brrenat.github.io/content/phone.png) center no-repeat;
    background-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

@-webkit-keyframes phone-fn {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg); }
  100%,
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg); } }

@keyframes phone-fn {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg); }
  10% {
    -webkit-transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg); }
  20% {
    -webkit-transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg); }
  30% {
    -webkit-transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(-25deg) scale(1) skew(1deg); }
  40% {
    -webkit-transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(25deg) scale(1) skew(1deg); }
  100%,
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg);
            transform: translate(-50%, -50%) rotate(0deg) scale(1) skew(1deg); } }

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

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

.flat-gallery {
  padding-top: 64px;
  padding-bottom: 48px;
  border-bottom: 1px solid #f6f6f6; }
  @media only screen and (max-width: 812px) {
    .flat-gallery {
      padding-top: 0;
      padding-bottom: 0; }
      .flat-gallery > .container {
        padding: 0; } }
  .flat-gallery__slider {
    position: relative;
    height: 590px; }
    @media only screen and (max-width: 812px) {
      .flat-gallery__slider {
        height: 290px; } }
    .flat-gallery__slider > .swiper-container {
      height: 100%; }
    .flat-gallery__slider .swiper-arrow-prev {
      left: -20px; }
      @media only screen and (max-width: 812px) {
        .flat-gallery__slider .swiper-arrow-prev {
          display: none; } }
    .flat-gallery__slider .swiper-arrow-next {
      right: -20px; }
      @media only screen and (max-width: 812px) {
        .flat-gallery__slider .swiper-arrow-next {
          display: none; } }
    .flat-gallery__slider .swiper-pagination {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media only screen and (max-width: 812px) {
        .flat-gallery__slider .swiper-pagination {
          bottom: 24px; }
          .flat-gallery__slider .swiper-pagination .swiper-dot--active {
            background-color: #fff;
            border-color: #fff; } }
  .flat-gallery__image {
    background-position: center;
    background-size: cover; }

.flat-mortgage {
  position: relative;
  padding-top: 32px;
  padding-bottom: 72px;
  background-color: #fff;
  border-bottom: 1px solid #f6f6f6; }
  .flat-mortgage__wrap {
    position: relative;
    z-index: 2; }
  .flat-mortgage__filter {
    margin-bottom: 32px; }
  .flat-mortgage__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 222px; }
    .flat-mortgage__list .mortgage-card {
      margin-right: 24px; }
      .flat-mortgage__list .mortgage-card:nth-child(3n) {
        margin-right: 0; }
      @media only screen and (max-width: 1024px) {
        .flat-mortgage__list .mortgage-card {
          width: 100%;
          margin-right: 0;
          margin-bottom: 24px; } }
      @media only screen and (max-width: 812px) {
        .flat-mortgage__list .mortgage-card {
          margin-top: 12px;
          margin-right: 0; } }
    .flat-mortgage__list .mortgage__empty {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      margin-bottom: 0; }
    @media only screen and (max-width: 1024px) {
      .flat-mortgage__list {
        height: 100%; } }
    @media only screen and (max-width: 812px) {
      .flat-mortgage__list {
        margin-bottom: 32px; } }
  .flat-mortgage__cta {
    margin-top: 32px; }
    @media only screen and (max-width: 812px) {
      .flat-mortgage__cta {
        position: absolute;
        bottom: -104px;
        width: 100vw;
        left: -20px;
        margin-top: 0; }
        .flat-mortgage__cta ._mobile {
          border-radius: 0; } }
  @media only screen and (max-width: 812px) {
    .flat-mortgage__order-btn {
      height: 68px; } }

.flat-detail .flats-mini {
  padding-top: 40px;
  padding-bottom: 56px; }

.flat-reg {
  display: block;
  margin-bottom: 50px; }
  .flat-reg .page-head {
    padding-bottom: 32px; }
  .flat-reg__title {
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold; }
  .flat-reg__subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 28px;
    padding-left: 25px;
    font-size: 20px;
    line-height: 1.8;
    -webkit-animation: text 4s ease-in-out;
            animation: text 4s ease-in-out;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: 4s;
    transition: 4s;
    white-space: nowrap; }

@-webkit-keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }

@keyframes text {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px); } }
    @media only screen and (max-width: 812px) {
      .flat-reg__subtitle {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-left: 15px;
        font-size: 16px;
        line-height: 1.3;
        white-space: normal; } }
  .flat-reg__text {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8; }
    .flat-reg__text ul {
      margin: 0; }
      .flat-reg__text ul li {
        margin-bottom: 16px; }
        .flat-reg__text ul li:last-child {
          margin-bottom: 0; }
  .flat-reg__description {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.8;
    padding-bottom: 60px; }
  .flat-reg__plate {
    margin-top: 20px;
    padding: 28px 24px;
    border-radius: 6px;
    background-color: white;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
    opacity: .9;
    -webkit-animation: step 4s ease-in-out;
            animation: step 4s ease-in-out;
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
    -webkit-transition: 4s;
    transition: 4s; }

@-webkit-keyframes step {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
    opacity: .9; } }

@keyframes step {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(-90px);
            transform: translateY(-90px);
    opacity: .9; } }
    .flat-reg__plate .flat-reg__subtitle {
      margin-bottom: 16px; }
      .flat-reg__plate .flat-reg__subtitle:last-child {
        margin-bottom: 0; }
  .flat-reg__docs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 24px; }
  .flat-reg__docs-item {
    position: relative;
    width: 100%;
    padding-left: 26px;
    padding-right: 28px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6; }
    .flat-reg__docs-item:before {
      content: '';
      position: absolute;
      top: .3em;
      left: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      display: block;
      width: 12px;
      height: 16px;
      background: url(/static/img/icons/icn-doc.svg?4254f6f420ce) no-repeat center;
      background-size: contain; }
    @media only screen and (max-width: 812px) {
      .flat-reg__docs-item {
        width: 100%;
        padding-right: 0;
        padding-bottom: 28px;
        font-weight: 200; } }
  .flat-reg__disclaimer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 1.6; }
    .flat-reg__disclaimer:before {
      content: '';
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      display: block;
      width: 44px;
      height: 44px;
      margin-right: 22px;
      background: url(/static/img/icons/icn-disclaimer.svg?4254f6f420ce) no-repeat center;
      background-size: contain; }
  .flat-reg__step-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .flat-reg__step-title span {
      margin-left: 35px;
      -webkit-transform: translateY(-35px);
              transform: translateY(-35px);
      font-size: 75px;
      font-weight: 700;
      color: #e61736; }
      @media only screen and (max-width: 812px) {
        .flat-reg__step-title span {
          margin-left: 15px; } }

.flat-reg-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  padding-right: 132px; }
  @media only screen and (max-width: 812px) {
    .flat-reg-contacts {
      padding-right: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .flat-reg-contacts__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 420px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 80px;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.8; }
    .flat-reg-contacts__address:before {
      content: '';
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      display: block;
      width: 40px;
      height: 40px;
      margin-right: 18px;
      background: url(/static/img/icons/ic-map-white.svg?4254f6f420ce) no-repeat center;
      background-size: contain; }
    @media only screen and (max-width: 812px) {
      .flat-reg-contacts__address {
        width: 100%;
        margin-right: 0; } }
  .flat-reg-contacts__phone {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 300;
    line-height: 1.4; }
  .flat-reg-contacts__phone-number {
    font-size: 18px; }
  .flat-reg-contacts__phone-label {
    font-size: 14px; }

.decoration-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 950px;
  margin-bottom: 52px; }
  @media only screen and (max-width: 812px) {
    .decoration-list__head {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.decoration-list__desc {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  width: 654px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8; }
  @media only screen and (max-width: 812px) {
    .decoration-list__desc {
      width: 100%; } }

.decoration-list__sell {
  position: relative;
  width: 296px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media only screen and (max-width: 812px) {
    .decoration-list__sell {
      width: 100%;
      margin-top: 24px; } }
  .decoration-list__sell:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 320px;
    height: 320px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: url(/static/img/decor-sell.svg?4254f6f420ce) no-repeat center;
    background-size: contain;
    z-index: 1; }
    @media only screen and (max-width: 812px) {
      .decoration-list__sell:before {
        content: none; } }

.decoration-list__sell-label {
  position: relative;
  font-size: 16px;
  margin-bottom: 16px;
  z-index: 2; }
  @media only screen and (max-width: 812px) {
    .decoration-list__sell-label {
      display: none; } }

.decoration-list__sell-btn {
  position: relative;
  width: 192px;
  z-index: 2; }
  @media only screen and (max-width: 812px) {
    .decoration-list__sell-btn {
      width: 100%; } }

.decoration-card-slider {
  position: relative;
  width: 654px;
  height: auto;
  border-radius: 6px;
  background-color: white;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  /* stylelint-disable */
  /* stylelint-enable */ }
  @media only screen and (max-width: 812px) {
    .decoration-card-slider {
      width: 100%;
      height: 380px; } }
  .decoration-card-slider__slide {
    display: block;
    width: 654px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .decoration-card-slider__arrow {
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 25px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transform: translate(0, -50%) scale(1);
            transform: translate(0, -50%) scale(1);
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    z-index: 2;
    cursor: pointer;
    outline: none; }
    .decoration-card-slider__arrow svg {
      display: block;
      width: 12px;
      stroke: white;
      -webkit-transition: stroke .2s ease;
      transition: stroke .2s ease; }
    .decoration-card-slider__arrow:hover {
      -webkit-transform: translate(0, -50%) scale(1.06);
              transform: translate(0, -50%) scale(1.06); }
      .decoration-card-slider__arrow:hover svg {
        stroke: #e61736; }
    .decoration-card-slider__arrow:active {
      -webkit-transform: translate(0, -50%) scale(0.98);
              transform: translate(0, -50%) scale(0.98); }
      .decoration-card-slider__arrow:active svg {
        stroke: #e61736; }
    .decoration-card-slider__arrow._prev {
      left: 30px; }
    .decoration-card-slider__arrow._next {
      right: 30px; }
      .decoration-card-slider__arrow._next svg {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .decoration-card-slider__arrow._disabled {
      opacity: .2;
      cursor: default; }
      .decoration-card-slider__arrow._disabled:hover, .decoration-card-slider__arrow._disabled:active {
        -webkit-transform: translate(0, -50%) scale(1);
                transform: translate(0, -50%) scale(1); }
        .decoration-card-slider__arrow._disabled:hover svg, .decoration-card-slider__arrow._disabled:active svg {
          stroke: white; }
  .decoration-card-slider__pagination {
    position: absolute;
    bottom: 22px !important;
    left: 50% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto !important;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .decoration-card-slider__thumb {
    max-width: 8px;
    width: 64px;
    height: 4px;
    margin-right: 22px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: max-width .2s ease, background-color .2s ease;
    transition: max-width .2s ease, background-color .2s ease; }
    .decoration-card-slider__thumb._active {
      max-width: 64px;
      background-color: #e61736; }
    .decoration-card-slider__thumb._active-next, .decoration-card-slider__thumb._active-prev {
      max-width: 32px; }
    .decoration-card-slider__thumb._active-next-next, .decoration-card-slider__thumb._active-prev-prev {
      max-width: 16px; }
    .decoration-card-slider__thumb:last-child {
      margin-right: 0; }

.decoration-card {
  display: block;
  margin-bottom: 45px; }
  .decoration-card:last-child {
    margin-bottom: 0; }
  .decoration-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 62px; }
    @media only screen and (max-width: 812px) {
      .decoration-card__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .decoration-card__info {
    width: 400px;
    margin-right: 24px;
    padding: 40px 36px 60px;
    background-color: white;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05); }
    @media only screen and (max-width: 812px) {
      .decoration-card__info {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px; } }
  .decoration-card__title {
    margin-bottom: 22px;
    font-size: 36px;
    font-weight: bold; }
  .decoration-card__desc {
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8; }
  .decoration-card__plan {
    width: 100%;
    display: block; }
    .decoration-card__plan img {
      width: 100%; }
  .decoration-card__materials {
    padding: 40px 0;
    background-color: white; }
    @media only screen and (max-width: 812px) {
      .decoration-card__materials {
        padding-bottom: 0; } }
  .decoration-card__materials-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 36px; }
    @media only screen and (max-width: 812px) {
      .decoration-card__materials-list {
        margin-bottom: 0; } }
  .decoration-card__materials-disclaimer {
    font-size: 12px;
    color: rgba(19, 16, 16, 0.4); }
  .decoration-card__material {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - 156px) / 4);
    margin-right: 52px;
    margin-bottom: 40px; }
    @media only screen and (max-width: 812px) {
      .decoration-card__material {
        margin-right: 40px;
        width: calc((100% - 40px) / 2); } }
    @media only screen and (max-width: 812px) {
      .decoration-card__material:nth-child(2n) {
        margin-right: 0; } }
    .decoration-card__material:nth-child(4n) {
      margin-right: 0; }
    .decoration-card__material:nth-last-child(-n+4) {
      margin-bottom: 0; }
      @media only screen and (max-width: 812px) {
        .decoration-card__material:nth-last-child(-n+4) {
          margin-bottom: 40px; } }
  .decoration-card__material-img {
    width: 100%;
    margin-bottom: 22px;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .decoration-card__material-name {
    margin-bottom: 8px;
    font-size: 20px; }
  .decoration-card__material-desc {
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(19, 16, 16, 0.7); }

.school-card {
  position: relative;
  height: 420px;
  width: 330px;
  padding: 32px 24px;
  background-color: #fff;
  border-radius: 6px; }
  .school-card__title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 12px; }
  .school-card__subtitle {
    font-size: 14px;
    text-align: center;
    opacity: .5; }
  .school-card__btn {
    margin-top: 28px;
    text-align: center; }
  .school-card__img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url(/static/img/school-card.png?4254f6f420ce) no-repeat center top;
    background-size: cover; }

.favorites__subscribe {
  padding: 40px 0 32px; }
  .favorites__subscribe-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .favorites__subscribe-btn {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold; }
  .favorites__subscribe .single-form {
    margin-right: 24px; }

.favorites .flat-card__header.is-selected .flat-card__header-wrap:nth-child(1) {
  color: rgba(0, 0, 0, 0.5); }

.favorites .flat-card__header.is-selected .flat-card__header-wrap:nth-child(2) {
  color: rgba(0, 0, 0, 0); }

.favorites .flat-card__header.is-selected .flat-card__header-wrap:nth-child(3) {
  color: rgba(0, 0, 0, 0); }
  .favorites .flat-card__header.is-selected .flat-card__header-wrap:nth-child(3) a {
    color: rgba(0, 0, 0, 0); }

.favorites__placeholder {
  position: relative;
  text-align: center;
  margin: 100px auto; }
  .favorites__placeholder h2 {
    text-align: center;
    margin-bottom: 15px; }
    @media only screen and (max-width: 812px) {
      .favorites__placeholder h2 {
        font-size: 18px; } }

.favorites__add-text {
  font-size: 18px;
  margin-bottom: 50px; }
  @media only screen and (max-width: 812px) {
    .favorites__add-text {
      font-size: 14px;
      margin-bottom: 30px; } }

.fav__head-decor {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 290px;
  margin: auto;
  background: url(/static/img/icons/plan.svg?3255b94472ae) no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: -1;
  opacity: .1; }

.favorite-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .favorite-list .flat-card,
  .favorite-list .school-card {
    margin-right: 24px;
    margin-bottom: 24px; }
    .favorite-list .flat-card:nth-child(3n),
    .favorite-list .school-card:nth-child(3n) {
      margin-right: 0; }

.flat-card {
  display: block;
  position: relative;
  height: 420px;
  width: 330px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
  will-change: transform, box-shadow;
  -webkit-transition: -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
  transition: -webkit-transform .5s ease, -webkit-box-shadow .5s ease;
  transition: transform .5s ease, box-shadow .5s ease;
  transition: transform .5s ease, box-shadow .5s ease, -webkit-transform .5s ease, -webkit-box-shadow .5s ease; }
  @media only screen and (max-width: 1280px) {
    .flat-card {
      width: 305px; } }
  @media only screen and (max-width: 1024px) {
    .flat-card {
      width: 46%; } }
  @media only screen and (max-width: 812px) {
    .flat-card {
      width: 100%; } }
  .flat-card:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
            box-shadow: 0 20px 8px -12px rgba(0, 0, 0, 0.05), 0 6px 20px 0 rgba(0, 0, 0, 0.05); }
    @media only screen and (max-width: 812px) {
      .flat-card:hover {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
                box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05); } }
  .flat-card._slide {
    width: 100%; }
  .flat-card__fav {
    position: absolute;
    top: -2px;
    left: 46px;
    width: 19px;
    height: 33px;
    background-size: contain;
    cursor: pointer;
    z-index: 2; }
    .flat-card__fav > svg {
      height: calc(100% - 2px);
      width: calc(100% - 2px);
      fill: transparent;
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-transition: fill .3s ease, -webkit-transform .3s ease;
      transition: fill .3s ease, -webkit-transform .3s ease;
      transition: transform .3s ease, fill .3s ease;
      transition: transform .3s ease, fill .3s ease, -webkit-transform .3s ease; }
    .flat-card__fav:hover > svg {
      -webkit-transform: scaleY(1.2);
              transform: scaleY(1.2); }
    .flat-card__fav.is-active > svg {
      fill: #e61736;
      -webkit-transform: scaleY(1.2);
              transform: scaleY(1.2); }
  .flat-card__discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -9px;
    right: -9px;
    width: 37px;
    height: 37px;
    background-color: #e61736;
    border-radius: 16px; }
  .flat-card__header {
    position: relative;
    height: 64px;
    padding: 18px 70px;
    text-align: center;
    font-size: 12px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }
    .flat-card__header-wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: color .3s ease;
      transition: color .3s ease;
      color: rgba(0, 0, 0, 0.5);
      z-index: 2; }
      .flat-card__header-wrap:nth-child(2) {
        color: rgba(0, 0, 0, 0);
        z-index: 1; }
      .flat-card__header-wrap:nth-child(3) {
        color: rgba(0, 0, 0, 0);
        z-index: 1; }
        .flat-card__header-wrap:nth-child(3) a {
          margin-top: 8px;
          color: rgba(230, 23, 54, 0);
          -webkit-transition: color .3s ease;
          transition: color .3s ease; }
          .flat-card__header-wrap:nth-child(3) a:hover {
            text-decoration: underline; }
    .flat-card__header:not(.is-selected).hover > div:nth-child(1) {
      color: rgba(0, 0, 0, 0);
      z-index: 1; }
    .flat-card__header:not(.is-selected).hover > div:nth-child(2) {
      color: rgba(0, 0, 0, 0.3);
      z-index: 2; }
    .flat-card__header.is-selected > div:nth-child(1) {
      color: rgba(0, 0, 0, 0);
      z-index: 1; }
    .flat-card__header.is-selected > div:nth-child(3) {
      color: rgba(0, 0, 0, 0.8);
      z-index: 2; }
      .flat-card__header.is-selected > div:nth-child(3) a {
        display: block;
        margin-top: 8px;
        color: #e61736; }
  .flat-card__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    height: 226px;
    margin: 0 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .flat-card__info {
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .flat-card__info .flat-stat {
      margin-right: 15px; }
      .flat-card__info .flat-stat:last-child {
        margin-right: 0; }
  .flat-card__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 66px;
    font-size: 22px;
    color: #27ae60;
    font-weight: bold;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 6px 6px; }

.flat-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold; }
  .flat-stat:before {
    content: '';
    width: 22px;
    height: 22px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-right: 10px; }
  .flat-stat--square:before {
    background-image: url(/static/img/icons/ic-square.svg?4254f6f420ce); }
  .flat-stat--square1:before {
    background-image: url(/static/img/icons/ic-square1.svg?4254f6f420ce); }
  .flat-stat--building:before {
    width: 24px;
    background-image: url(/static/img/icons/ic-building.svg?4254f6f420ce); }
  .flat-stat--floor:before {
    background-image: url(/static/img/icons/ic-floor.svg?4254f6f420ce); }

.flats-mini {
  padding: 24px 0;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media only screen and (max-width: 812px) {
    .flats-mini {
      padding: 40px 0 24px; } }
  .flats-mini.emerge {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  .flats-mini__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media only screen and (max-width: 812px) {
      .flats-mini__container {
        padding-bottom: 12px; } }
    .flats-mini__container .swiper-container {
      padding: 20px;
      width: 100%; }
    .flats-mini__container .swiper-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
    .flats-mini__container .swiper-slide {
      width: auto;
      margin-right: 25px; }
      .flats-mini__container .swiper-slide:last-child {
        margin-right: 0; }
    .flats-mini__container .swiper-pagination {
      display: none; }
      @media only screen and (max-width: 812px) {
        .flats-mini__container .swiper-pagination {
          display: block;
          width: 100%;
          bottom: 0;
          left: 0; } }

.mini-flat-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 812px) {
    .mini-flat-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .mini-flat-list .flat-card {
    margin-right: 25px; }
    @media only screen and (max-width: 812px) {
      .mini-flat-list .flat-card {
        margin-right: 0;
        margin-bottom: 25px; } }
    .mini-flat-list .flat-card:last-child {
      margin-right: 0; }

.flat-info-mobile {
  display: none;
  position: relative;
  width: 100%;
  background-color: #fff; }
  @media only screen and (max-width: 812px) {
    .flat-info-mobile {
      display: block; } }
  .flat-info-mobile__fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .flat-info-mobile__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 80px;
    padding: 25px 20px;
    font-size: 30px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 2; }
    .flat-info-mobile__header-wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: color .3s ease;
      transition: color .3s ease;
      color: rgba(0, 0, 0, 0.5);
      z-index: 2; }
      .flat-info-mobile__header-wrap:nth-child(2) {
        color: rgba(0, 0, 0, 0);
        z-index: 1; }
      .flat-info-mobile__header-wrap:nth-child(3) {
        color: rgba(0, 0, 0, 0);
        z-index: 1; }
        .flat-info-mobile__header-wrap:nth-child(3) a {
          margin-top: 8px;
          color: rgba(230, 23, 54, 0);
          -webkit-transition: color .3s ease;
          transition: color .3s ease; }
          .flat-info-mobile__header-wrap:nth-child(3) a:hover {
            text-decoration: underline; }
    .flat-info-mobile__header:not(.is-selected).hover > div:nth-child(1) {
      color: rgba(0, 0, 0, 0);
      z-index: 1; }
    .flat-info-mobile__header:not(.is-selected).hover > div:nth-child(2) {
      color: rgba(0, 0, 0, 0.3);
      z-index: 2; }
    .flat-info-mobile__header.is-selected > div:nth-child(1) {
      color: rgba(0, 0, 0, 0);
      z-index: 1; }
    .flat-info-mobile__header.is-selected > div:nth-child(3) {
      color: rgba(0, 0, 0, 0.8);
      z-index: 2; }
      .flat-info-mobile__header.is-selected > div:nth-child(3) a {
        display: block;
        margin-top: 8px;
        color: #e61736; }
  .flat-info-mobile__header-item {
    position: relative;
    padding-left: 26px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease; }
    .flat-info-mobile__header-item:last-child {
      margin-right: 0; }
    .flat-info-mobile__header-item:hover {
      color: #e61736; }
    .flat-info-mobile__header-item > svg {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .flat-info-mobile__header-item.ic-share {
      margin-right: 16px; }
      .flat-info-mobile__header-item.ic-share > svg {
        height: 28px;
        width: 24px;
        fill: rgba(230, 23, 54, 0);
        -webkit-transition: fill .4s ease;
        transition: fill .4s ease; }
      .flat-info-mobile__header-item.ic-share .share-pannel {
        position: absolute;
        bottom: -50px;
        left: 50%;
        padding: 8px;
        -webkit-transform: translate(-50%, 24px);
                transform: translate(-50%, 24px);
        background-color: #fff;
        -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        opacity: 0;
        -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: opacity .4s ease, -webkit-transform .4s ease;
        transition: transform .4s ease, opacity .4s ease;
        transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
        pointer-events: none;
        z-index: -1; }
        .flat-info-mobile__header-item.ic-share .share-pannel:before {
          content: '';
          position: absolute;
          bottom: 99%;
          left: 0;
          width: 100%;
          height: 12px; }
      .flat-info-mobile__header-item.ic-share:hover .share-pannel {
        opacity: 1;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        z-index: 5;
        pointer-events: all; }
    .flat-info-mobile__header-item.ic-print {
      width: 8px;
      height: 24px;
      margin-right: 0;
      background-image: url(/static/img/icons/ic-save.svg?4254f6f420ce);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    .flat-info-mobile__header-item.ic-fav {
      position: relative; }
      .flat-info-mobile__header-item.ic-fav > svg {
        padding-right: 5px;
        height: 28px;
        width: 18px;
        fill: rgba(230, 23, 54, 0);
        -webkit-transition: fill .4s ease;
        transition: fill .4s ease; }
      .flat-info-mobile__header-item.ic-fav > .fav-text span:first-child {
        display: block; }
      .flat-info-mobile__header-item.ic-fav > .fav-text span:last-child {
        display: none; }
      .flat-info-mobile__header-item.ic-fav.active > svg {
        fill: #e61736; }
      .flat-info-mobile__header-item.ic-fav.active > .fav-text span:first-child {
        display: none; }
      .flat-info-mobile__header-item.ic-fav.active > .fav-text span:last-child {
        display: block; }
      .flat-info-mobile__header-item.ic-fav:after {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        content: attr(data-notify);
        position: absolute;
        bottom: -32px;
        right: -24px;
        color: #e61736;
        opacity: 0;
        -webkit-transform: translateY(-20px);
                transform: translateY(-20px);
        -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
        transition: opacity .3s ease, -webkit-transform .3s ease;
        transition: transform .3s ease, opacity .3s ease;
        transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease; }
      .flat-info-mobile__header-item.ic-fav._show:after {
        -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);
        visibility: visible;
        opacity: 1; }
  .flat-info-mobile__gallery .container {
    padding: 0; }
  .flat-info-mobile__slider {
    position: relative;
    height: 226px;
    margin-bottom: 32px; }
    .flat-info-mobile__slider > .swiper-container {
      height: 100%; }
    .flat-info-mobile__slider .swiper-pagination {
      display: block;
      width: 100%;
      bottom: -32px; }
  .flat-info-mobile__image {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .flat-info-mobile__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    height: 226px;
    padding: 0 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .flat-info-mobile__info {
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .flat-info-mobile__info .flat-stat {
      margin-right: 15px; }
      .flat-info-mobile__info .flat-stat:last-child {
        margin-right: 0; }
  .flat-info-mobile__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 66px; }
    .flat-info-mobile__footer.discount {
      height: 88px; }
    .flat-info-mobile__footer > .price {
      font-size: 28px;
      color: #27ae60;
      font-weight: bold; }
    .flat-info-mobile__footer > .old-price {
      font-size: 22px;
      text-decoration: line-through;
      margin-bottom: 2px; }
  .flat-info-mobile__booking {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 68px;
    width: 100%;
    font-size: 17px;
    color: #fff;
    background-color: #e61736;
    cursor: pointer; }
    .flat-info-mobile__booking:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 28px;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      height: 22px;
      width: 42px;
      background: url(/static/img/icons/key.svg?4254f6f420ce) no-repeat center;
      background-size: contain;
      -webkit-transition: -webkit-transform .8s ease;
      transition: -webkit-transform .8s ease;
      transition: transform .8s ease;
      transition: transform .8s ease, -webkit-transform .8s ease; }
    .flat-info-mobile__booking:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50px;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      height: 14px;
      width: 20px;
      background: url(/static/img/lock.svg?4254f6f420ce) no-repeat center;
      background-size: contain;
      -webkit-transition: opacity .2s ease, -webkit-transform .6s ease .2s;
      transition: opacity .2s ease, -webkit-transform .6s ease .2s;
      transition: transform .6s ease .2s, opacity .2s ease;
      transition: transform .6s ease .2s, opacity .2s ease, -webkit-transform .6s ease .2s; }
    .flat-info-mobile__booking:hover:before {
      -webkit-transform: translate3d(-9px, -50%, 0);
              transform: translate3d(-9px, -50%, 0); }
    .flat-info-mobile__booking:hover:after {
      -webkit-transform: translate3d(8px, -50%, 0);
              transform: translate3d(8px, -50%, 0);
      opacity: 0;
      -webkit-transition: opacity .3s ease .5s, -webkit-transform .6s ease;
      transition: opacity .3s ease .5s, -webkit-transform .6s ease;
      transition: transform .6s ease, opacity .3s ease .5s;
      transition: transform .6s ease, opacity .3s ease .5s, -webkit-transform .6s ease; }
  .flat-info-mobile__booking-comm {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 68px;
    width: 100%;
    font-size: 17px;
    color: #fff;
    background-color: #e61736;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .flat-info-mobile__booking-comm:hover {
      background-color: #cc122e; }

.flat-stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold; }
  .flat-stat:before {
    content: '';
    width: 22px;
    height: 22px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-right: 10px; }
  .flat-stat._rooms {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    font-weight: 600; }
    .flat-stat._rooms span {
      color: #e61736;
      font-size: 28px;
      padding-right: 5px; }
    .flat-stat._rooms:before {
      display: none; }
  .flat-stat--square:before {
    background-image: url(/static/img/icons/ic-square.svg?4254f6f420ce); }
  .flat-stat--building:before {
    width: 24px;
    background-image: url(/static/img/icons/ic-building.svg?4254f6f420ce); }
  .flat-stat--floor:before {
    background-image: url(/static/img/icons/ic-floor.svg?4254f6f420ce); }

.commercial-item {
  position: relative;
  cursor: pointer; }
  .commercial-item.active {
    position: relative; }
    .commercial-item.active .commercial-item__head {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .commercial-item.active .commercial-item__head:after {
        -webkit-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg); }
    .commercial-item.active:last-child .commercial-item__head {
      border-bottom: 1px solid #dadada; }
  .commercial-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 28px 0;
    border-top: 1px solid #dadada;
    z-index: 2;
    -webkit-transition: border-color .3s ease, -webkit-transform .4s ease;
    transition: border-color .3s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, border-color .3s ease;
    transition: transform .4s ease, border-color .3s ease, -webkit-transform .4s ease; }
    @media only screen and (max-width: 812px) {
      .commercial-item__head {
        padding-right: 16px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .commercial-item__head:hover {
      -webkit-transform: translateX(-4px);
              transform: translateX(-4px);
      border-color: #e61736; }
      @media only screen and (max-width: 812px) {
        .commercial-item__head:hover {
          -webkit-transform: none;
                  transform: none; } }
    .commercial-item__head:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 10px;
      height: 20px;
      background: url(/static/img/chevron-right.svg?4254f6f420ce) no-repeat center;
      background-size: contain;
      -webkit-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
    @media only screen and (max-width: 812px) {
      .commercial-item__head {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .commercial-item__col {
    width: 20%; }
    @media only screen and (max-width: 812px) {
      .commercial-item__col {
        width: 33.33%; } }
    .commercial-item__col:first-child {
      width: 40%; }
      @media only screen and (max-width: 812px) {
        .commercial-item__col:first-child {
          width: 100%;
          margin-bottom: 16px; } }
  .commercial-item__label {
    display: none; }
    @media only screen and (max-width: 812px) {
      .commercial-item__label {
        display: block;
        margin-bottom: 6px;
        font-size: 12px;
        opacity: .8; } }
  .commercial-item__body {
    position: relative;
    z-index: 2;
    height: 0;
    overflow: hidden;
    will-change: height; }
  .commercial-item__body-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 32px 0; }
  .commercial-item__layout {
    margin-bottom: 40px; }
    .commercial-item__layout:last-child {
      margin-bottom: 0; }
  .commercial-item__ltitle {
    font-size: 18px;
    text-align: center;
    margin-bottom: 24px; }
  .commercial-item__limage {
    margin: 0 auto;
    max-width: 100%;
    max-height: 400px; }

.commercial-expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 812px) {
    .commercial-expert {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .commercial-expert__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 812px) {
      .commercial-expert__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .commercial-expert__photo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 85px;
    width: 85px;
    margin-right: 16px;
    background: url(/static/img/person-photo.svg?4254f6f420ce) no-repeat center;
    background-size: contain;
    border-radius: 50%; }
    @media only screen and (max-width: 812px) {
      .commercial-expert__photo {
        height: 70px;
        width: 70px;
        margin-right: 0;
        margin-bottom: 16px; } }
  .commercial-expert__cell {
    margin-right: 40px; }
    @media only screen and (max-width: 1024px) {
      .commercial-expert__cell {
        margin-right: 20px; } }
    @media only screen and (max-width: 812px) {
      .commercial-expert__cell {
        margin-right: 0;
        margin-bottom: 24px; } }
    .commercial-expert__cell:last-child {
      margin-right: 0; }
  .commercial-expert__value {
    margin-bottom: 6px;
    font-size: 18px; }
    @media only screen and (max-width: 1024px) {
      .commercial-expert__value {
        font-size: 16px; } }
  .commercial-expert__label {
    font-weight: 300;
    font-size: 13px;
    opacity: .7;
    max-width: 150px; }
    @media only screen and (max-width: 812px) {
      .commercial-expert__label {
        text-align: center; } }

.red__expert .commercial-expert__btn {
  background-color: #fff;
  color: #333; }

.red__expert .commercial-expert__photo {
  background: url(/static/img/person-photo-white.svg?4254f6f420ce) no-repeat center; }

.commercial-list__title {
  font-size: 24px;
  font-weight: normal; }

.commercial-list__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 72px; }
  @media only screen and (max-width: 812px) {
    .commercial-list__head {
      display: none; } }

.commercial-list__col {
  width: 20%;
  font-size: 15px;
  font-weight: 300; }
  .commercial-list__col:first-child {
    width: 40%; }
  .commercial-list__col .sort-item__title {
    font-weight: 300; }

.commercial {
  background-color: #fff; }
  .commercial__head {
    position: relative;
    min-height: 400px;
    background-position: center;
    background-size: cover;
    color: #fff; }
    .commercial__head:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: linear-gradient(100deg, rgba(19, 16, 16, 0.8) 6.19%, rgba(19, 16, 16, 0) 64.7%); }
    .commercial__head h1 {
      color: #fff;
      margin-bottom: 50px; }
    .commercial__head .container {
      position: relative;
      z-index: 2; }
  .commercial__image-text {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8; }
    .commercial__image-text h3 {
      position: relative;
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: normal;
      line-height: 2.8; }
      @media only screen and (max-width: 812px) {
        .commercial__image-text h3 {
          line-height: 1.8; } }
      .commercial__image-text h3:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background-color: #fff; }
    .commercial__image-text p {
      margin-bottom: 20px;
      color: rgba(255, 255, 255, 0.8); }
      .commercial__image-text p:last-child {
        margin-bottom: 0; }
  .commercial__description {
    position: relative;
    padding: 32px 0;
    margin-bottom: 32px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.8; }
    .commercial__description p {
      margin-bottom: 16px; }
    .commercial__description h3 {
      position: relative;
      margin-top: 40px;
      margin-bottom: 16px;
      font-size: 18px;
      line-height: 2.8; }
      @media only screen and (max-width: 812px) {
        .commercial__description h3 {
          line-height: 1.8; } }
      .commercial__description h3:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 4px;
        background-color: #e61736; }
    .commercial__description ul {
      margin-top: 40px; }
  .commercial__expert {
    padding-top: 40px;
    padding-bottom: 40px; }
  .commercial__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media only screen and (max-width: 812px) {
      .commercial__icons {
        display: none;
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .commercial__icon {
    margin-right: 60px; }
    .commercial__icon:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 1024px) {
      .commercial__icon {
        margin-right: 20px; } }
    @media only screen and (max-width: 812px) {
      .commercial__icon {
        margin: 20px auto;
        text-align: center; }
        .commercial__icon:last-child {
          margin-right: auto; } }
  .commercial__icon-img {
    width: 50px;
    height: 50px; }
  .commercial__icon-text {
    max-width: 122px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin: 10px 0; }
    @media only screen and (max-width: 1024px) {
      .commercial__icon-text {
        font-size: 14px; } }
  .commercial__filter {
    position: relative;
    border-top: 1px solid #dadada;
    margin: 40px 0 0;
    padding: 40px 0 0; }
    @media only screen and (max-width: 812px) {
      .commercial__filter {
        padding: 0;
        margin: 0;
        border-top: 0; } }
    .commercial__filter .leaflet-marker-icon:hover {
      z-index: 1000 !important; }
    @media only screen and (max-width: 812px) {
      .commercial__filter .complex-list__list {
        margin-top: 40px; } }
  .commercial__filter .filter-list .filter-item {
    margin-right: 120px;
    pointer-events: all; }
    .commercial__filter .filter-list .filter-item:nth-child(4) {
      margin-right: 120px; }
      @media only screen and (max-width: 812px) {
        .commercial__filter .filter-list .filter-item:nth-child(4) {
          margin-right: 0; } }
    @media only screen and (max-width: 1024px) {
      .commercial__filter .filter-list .filter-item {
        margin-right: 80px; }
        .commercial__filter .filter-list .filter-item:nth-child(4) {
          margin-right: 80px; } }
  @media only screen and (max-width: 812px) {
    .commercial__filter .filter-list.full .filter-list__wrap {
      height: auto; } }
  .commercial__filter .complex-list__map {
    top: 385px; }
    @media only screen and (max-width: 812px) {
      .commercial__filter .complex-list__map {
        top: 840px; } }
  .commercial__filter .js-list.active {
    height: auto; }
  .commercial__filter .js-list.active .flat-list__list {
    opacity: 1; }
  .commercial__filter .js-list:not(.active) .flat-list__list {
    opacity: 0; }
  .commercial__filter .page-tabs {
    top: 308px; }
    @media only screen and (max-width: 1280px) {
      .commercial__filter .page-tabs {
        right: 15px; } }
    @media only screen and (max-width: 812px) {
      .commercial__filter .page-tabs {
        top: 825px;
        right: auto; } }
  @media only screen and (max-width: 812px) {
    .commercial__filter .filter-controll {
      padding-bottom: 100px; } }
  .commercial__filter .flat-card__images {
    text-align: center; }
  @media only screen and (max-width: 812px) {
    .commercial__filter .complex-list__list .container {
      padding-left: 20px;
      padding-right: 20px; } }

@media only screen and (max-width: 812px) {
  .commercial-head__description {
    display: none; } }

.red__expert {
  background: #e61736;
  color: #fff;
  margin-top: 70px; }
  @media only screen and (max-width: 812px) {
    .red__expert .commercial-expert__value {
      text-align: center; } }

/* Mortgage */
.mortgage__head-decor {
  position: absolute;
  bottom: -17%;
  right: 20%;
  width: 270px;
  height: 323px;
  background: url(/static/img/decor-wallet.svg?4254f6f420ce) no-repeat center;
  background-size: contain; }
  @media only screen and (max-width: 812px) {
    .mortgage__head-decor {
      bottom: -10%;
      right: 15px;
      width: 200px;
      height: 250px; } }

.mortgage__body {
  position: relative;
  padding: 40px 0;
  background-color: #fff;
  border-top: 1px solid #f6f6f6;
  z-index: 5; }
  @media only screen and (max-width: 1024px) {
    .mortgage__body .btn {
      width: 195px;
      display: block;
      margin: auto; } }
  @media only screen and (max-width: 812px) {
    .mortgage__body h3 {
      text-align: center; }
    .mortgage__body .btn {
      width: 100%; } }

.mortgage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 12px; }
  @media only screen and (max-width: 1024px) {
    .mortgage__list {
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; } }
  .mortgage__list .mortgage-card {
    margin-right: 24px;
    margin-bottom: 24px; }
    @media only screen and (max-width: 1280px) {
      .mortgage__list .mortgage-card {
        width: 305px; } }
    @media only screen and (max-width: 1024px) {
      .mortgage__list .mortgage-card {
        margin-right: 0; } }
    .mortgage__list .mortgage-card:nth-child(3n) {
      margin-right: 0; }

.mortgage__empty {
  width: 100%;
  margin-bottom: 56px;
  padding: 56px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center; }

.mortgage-card {
  width: 310px;
  padding: 32px 28px 40px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease; }
  @media only screen and (max-width: 1280px) {
    .mortgage-card {
      width: 305px; } }
  .mortgage-card.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease; }
  @media only screen and (max-width: 812px) {
    .mortgage-card {
      width: 100%; } }
  .mortgage-card__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 18;
    color: rgba(0, 0, 0, 0.5);
    height: 50px;
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat; }
  .mortgage-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px; }
  .mortgage-card__item-name {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 6px; }
  .mortgage-card__item-val {
    font-size: 16px; }

.mortgage-mini {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #f6f6f6;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
  @media only screen and (max-width: 812px) {
    .mortgage-mini {
      background-color: #fff; } }
  .mortgage-mini.emerge {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  .mortgage-mini__list {
    position: relative;
    padding: 0 60px;
    -webkit-transform: translateX(-35px);
            transform: translateX(-35px);
    margin: -16px -32px 0; }
    @media only screen and (max-width: 812px) {
      .mortgage-mini__list {
        padding: 0;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        margin: -16px -10px 0; } }
    .mortgage-mini__list > .swiper-container {
      padding: 16px 10px; }
    @media only screen and (max-width: 1280px) {
      .mortgage-mini__list .swiper-arrow-next {
        right: 0; } }
    @media only screen and (max-width: 812px) {
      .mortgage-mini__list .swiper-arrow-next {
        display: none; } }
    @media only screen and (max-width: 1280px) {
      .mortgage-mini__list .swiper-arrow-prev {
        left: 60px; } }
    @media only screen and (max-width: 812px) {
      .mortgage-mini__list .swiper-arrow-prev {
        display: none; } }
    .mortgage-mini__list .swiper-pagination {
      display: none; }
      @media only screen and (max-width: 812px) {
        .mortgage-mini__list .swiper-pagination {
          display: block;
          width: 100%;
          bottom: -16px; } }

.mortgage-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0; }
  @media only screen and (max-width: 812px) {
    .mortgage-filter {
      display: block;
      padding: 0 40px; } }
  .mortgage-filter__item {
    margin-right: 80px;
    width: 260px; }
    @media only screen and (max-width: 812px) {
      .mortgage-filter__item {
        margin-right: 0;
        width: 100%;
        margin-bottom: 72px; } }
    .mortgage-filter__item:last-child {
      margin-right: 0; }
  .mortgage-filter__title {
    font-size: 18px;
    margin-bottom: 24px; }
    @media only screen and (max-width: 812px) {
      .mortgage-filter__title {
        text-align: center; } }
  .mortgage-filter input {
    width: 80px;
    text-align: center;
    -ms-touch-action: auto;
        touch-action: auto;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
    background: transparent;
    outline: none; }

.military__head-decor {
  position: absolute;
  top: -3%;
  right: 17%;
  width: 423px;
  height: 323px;
  background: url(/static/img/decor-tank.svg?4254f6f420ce) no-repeat center;
  background-size: contain; }
  @media only screen and (max-width: 812px) {
    .military__head-decor {
      top: 15%;
      right: 15px;
      width: 250px;
      height: 110px; } }

.military__conditions {
  position: relative;
  padding: 40px 0;
  background-color: #fff;
  border-top: 1px solid #f6f6f6; }

.military-steps {
  position: relative;
  padding: 40px 0;
  background: url(/static/img/bg-military.jpg?4254f6f420ce) no-repeat center;
  background-size: cover;
  overflow: hidden; }
  .military-steps__wrap {
    position: relative; }
  .military-steps__title {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff; }
  .military-steps__nav {
    position: absolute;
    left: 0;
    top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2; }
    .military-steps__nav .swiper-arrow-prev,
    .military-steps__nav .swiper-arrow-next {
      position: static;
      -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
              box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .military-steps__nav .swiper-arrow-prev:after,
      .military-steps__nav .swiper-arrow-next:after {
        background-image: url(/static/img/chevron-right_green.svg?4254f6f420ce); }
    .military-steps__nav .swiper-arrow-prev {
      margin-right: 16px; }
      .military-steps__nav .swiper-arrow-prev:hover {
        -webkit-transform: translateX(-4px);
                transform: translateX(-4px); }
    .military-steps__nav .swiper-arrow-next:hover {
      -webkit-transform: translateX(4px);
              transform: translateX(4px); }
  .military-steps__rail {
    position: relative;
    height: 440px; }
    .military-steps__rail-wrap {
      position: absolute;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      padding-left: 40px;
      padding-top: 200px;
      -webkit-transition: -webkit-transform .6s ease;
      transition: -webkit-transform .6s ease;
      transition: transform .6s ease;
      transition: transform .6s ease, -webkit-transform .6s ease; }
      .military-steps__rail-wrap .military-step {
        margin-right: 240px; }
        .military-steps__rail-wrap .military-step:last-child {
          margin-right: 0; }

.military-step {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 250px;
  padding-left: 16px;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease; }
  .military-step:last-child .military-step__decor-connector {
    display: none; }
  .military-step__trace {
    position: absolute;
    top: -30px;
    left: 100%;
    width: 152px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
    .military-step__trace._trace1 {
      background-image: url(/static/img/trace_1.svg?4254f6f420ce); }
    .military-step__trace._trace2 {
      background-image: url(/static/img/trace_2.svg?4254f6f420ce); }
    @media only screen and (max-width: 812px) {
      .military-step__trace {
        top: -15px;
        left: 55%; } }
  .military-step__num {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 86px;
    font-weight: 900;
    color: #e0c811;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .military-step__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 36px;
    font-weight: 900;
    color: #e0c811;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
    .military-step__title span {
      display: inline-block;
      height: 32px;
      width: 34px;
      background: url(/static/img/star.svg?4254f6f420ce) no-repeat center;
      background-size: contain;
      margin: 4px 2px 0; }
  .military-step__text {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
    .military-step__text p {
      margin-bottom: 24px; }
      .military-step__text p:last-child {
        margin-bottom: 0; }

.military-advantages {
  background-color: #fff;
  padding: 42px 0 32px;
  border-bottom: 1px solid #f6f6f6;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .military-advantages.emerge {
    opacity: 0;
    -webkit-transform: translateX(150px);
            transform: translateX(150px); }
  .military-advantages__title {
    font-size: 30px;
    font-weight: 300;
    padding-bottom: 40px; }
    @media only screen and (max-width: 812px) {
      .military-advantages__title {
        padding-bottom: 20px; } }
  .military-advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .military-advantages__list .advantage {
      width: 300px;
      margin-right: 30px;
      margin-bottom: 30px; }
      .military-advantages__list .advantage:nth-child(3n) {
        margin-right: 0; }

.mothercare__head-decor {
  position: absolute;
  top: 15%;
  right: 20%;
  width: 323px;
  height: 274px;
  background: url(/static/img/stroller.svg?4254f6f420ce) no-repeat center;
  background-size: contain; }
  @media only screen and (max-width: 812px) {
    .mothercare__head-decor {
      top: 15%;
      right: 15px;
      width: 200px;
      height: 250px; } }

.mothercare__description {
  position: relative;
  font-size: 16px;
  line-height: 2.26;
  font-weight: lighter; }
  @media only screen and (max-width: 812px) {
    .mothercare__description {
      margin-top: 32px; } }
  .mothercare__description h1,
  .mothercare__description h2,
  .mothercare__description h3,
  .mothercare__description h4,
  .mothercare__description h5,
  .mothercare__description h6 {
    margin: 28px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8; }
  .mothercare__description ol {
    list-style: none;
    padding: 0; }
    .mothercare__description ol li {
      margin-bottom: 30px;
      margin-top: 15px;
      width: 824px;
      padding: 16px 24px;
      background-color: #fff;
      border-radius: 16px;
      -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
              box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      font-size: 16px;
      font-weight: 300;
      line-height: 2.26; }
      @media only screen and (max-width: 1280px) {
        .mothercare__description ol li {
          width: 100%; } }
      @media only screen and (max-width: 812px) {
        .mothercare__description ol li {
          padding: 30px 20px; } }
  .mothercare__description a {
    color: #e61736;
    text-decoration: underline; }
    .mothercare__description a:hover {
      text-decoration: none; }
  .mothercare__description p {
    margin-bottom: 20px; }
    .mothercare__description p:last-child {
      margin-bottom: 0; }

.mothercare__row {
  position: relative; }

.mothercare__request {
  padding: 53px 0;
  background-color: #fff;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6; }
  @media only screen and (max-width: 812px) {
    .mothercare__request {
      padding: 25px 0; } }

.mothercare__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 812px) {
    .mothercare__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.mothercare__icon {
  position: relative;
  width: 60px;
  height: 60px;
  background-image: url(/static/img/icons/polyhedron.svg?4254f6f420ce);
  background-size: contain;
  background-repeat: no-repeat; }
  .mothercare__icon:after {
    content: '';
    position: absolute;
    top: 47%;
    left: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background-image: url(/static/img/icons/baby.svg?4254f6f420ce);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  @media only screen and (max-width: 812px) {
    .mothercare__icon {
      display: none; } }

.mothercare__text {
  font-size: 20px;
  width: 420px;
  line-height: 1.5;
  padding: 0 55px 0 24px; }
  @media only screen and (max-width: 812px) {
    .mothercare__text {
      width: 100%;
      text-align: center;
      padding: 0 0 30px 0;
      font-size: 17px;
      font-weight: 600;
      text-transform: uppercase; } }

@media only screen and (max-width: 812px) {
  .mothercare__button {
    width: 100%; } }

.mothercare-actions {
  padding-top: 40px;
  background-color: #fff; }
  .mothercare-actions__title {
    width: 100%;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 2.2rem; }
  .mothercare-actions__description {
    width: 824px;
    font-size: 16px;
    line-height: 2.26;
    font-weight: lighter;
    margin-bottom: 2.2rem; }
    @media only screen and (max-width: 1280px) {
      .mothercare-actions__description {
        width: 100%; } }
  .mothercare-actions__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 824px; }
    @media only screen and (max-width: 1280px) {
      .mothercare-actions__table {
        width: 100%; } }
    @media only screen and (max-width: 812px) {
      .mothercare-actions__table {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .mothercare-actions__table-title {
      width: 100%;
      font-size: 18px;
      margin-bottom: 30px; }
  .mothercare-actions__item {
    position: relative;
    width: 50%;
    padding: 0 30px;
    font-size: 16px;
    font-weight: lighter;
    line-height: 1.6rem;
    margin-bottom: 10px; }
    .mothercare-actions__item:after {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 17px;
      height: 17px;
      background-image: url(/static/img/icons/icn-doc.svg?4254f6f420ce);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .mothercare-actions__item._round:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 0;
      width: 17px;
      height: 17px;
      background-image: url(/static/img/icons/icn-list-dot.svg?4254f6f420ce);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .mothercare-actions__item._bold {
      font-weight: 500; }
    @media only screen and (max-width: 812px) {
      .mothercare-actions__item {
        width: 100%; } }
  .mothercare-actions:last-child {
    padding-bottom: 40px; }

.handover .page-head {
  padding-bottom: 0; }

.handover__decor {
  position: absolute;
  top: -29%;
  right: 20%;
  width: 323px;
  height: 270px;
  background: url(/static/img/icons/ic-percent.svg?4254f6f420ce) no-repeat center;
  background-size: contain; }
  @media only screen and (max-width: 812px) {
    .handover__decor {
      top: 3%;
      right: 15px;
      width: 200px;
      height: 190px; } }

.handover__main {
  position: relative;
  padding-bottom: 32px;
  border-bottom: 1px solid #f6f6f6; }

.handover__description {
  position: relative;
  font-size: 16px;
  line-height: 2.26;
  font-weight: lighter; }
  .handover__description h1,
  .handover__description h2,
  .handover__description h3,
  .handover__description h4,
  .handover__description h5,
  .handover__description h6 {
    margin: 28px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8; }
  .handover__description ol {
    list-style: none;
    padding: 0; }
    .handover__description ol li {
      margin-bottom: 30px;
      margin-top: 15px;
      width: 824px;
      padding: 16px 24px;
      background-color: #fff;
      border-radius: 16px;
      -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
              box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      font-size: 16px;
      font-weight: 300;
      line-height: 2.26; }
      @media only screen and (max-width: 812px) {
        .handover__description ol li {
          width: 100%;
          padding: 30px 20px; } }
  .handover__description a {
    color: #e61736;
    text-decoration: underline; }
    .handover__description a:hover {
      text-decoration: none; }
  .handover__description p {
    margin-bottom: 20px; }
    .handover__description p:last-child {
      margin-bottom: 0; }

.handover__row {
  position: relative; }

.handover__white-wrapper {
  position: relative;
  background-color: white;
  width: 100%;
  padding: 40px 0;
  z-index: 5; }
  @media only screen and (max-width: 812px) {
    .handover__white-wrapper {
      padding: 1rem 20px; } }

.handover__title {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8; }

.handover__button {
  margin-top: 20px; }
  @media only screen and (max-width: 812px) {
    .handover__button {
      margin-top: 20px; } }

.handover__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal; }
  .handover__note:before {
    content: '';
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    margin-right: 24px;
    background: #e61736 url(/static/img/icons/note-circle.svg?4254f6f420ce) no-repeat center;
    background-size: 16px; }

.handover-slider {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px; }
  .handover-slider__list {
    position: relative;
    padding-right: 60px;
    margin: -16px -10px 0; }
    @media only screen and (max-width: 812px) {
      .handover-slider__list {
        padding: 0;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        margin: -16px -10px 0; } }
    .handover-slider__list > .swiper-container {
      padding: 16px 8px; }
    @media only screen and (max-width: 812px) {
      .handover-slider__list .swiper-arrow-next {
        display: none; } }
    @media only screen and (max-width: 812px) {
      .handover-slider__list .swiper-arrow-prev {
        display: none; } }
    .handover-slider__list .swiper-pagination {
      display: none; }
      @media only screen and (max-width: 812px) {
        .handover-slider__list .swiper-pagination {
          display: block;
          width: 100%;
          bottom: -16px; } }

.handover-filter__item {
  width: 250px;
  margin-bottom: 64px; }

.handover-filter__title {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px; }

.handover-card {
  position: relative;
  width: 100%;
  padding: 32px 28px 40px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  line-height: 25px; }
  .handover-card.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: opacity .5s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .5s ease;
    transition: transform .5s ease, opacity .5s ease, -webkit-transform .5s ease; }
  @media only screen and (max-width: 812px) {
    .handover-card {
      width: 100%; } }
  .handover-card__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    z-index: -1; }
    .handover-card__logo:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 16px;
      background-color: rgba(0, 0, 0, 0.3); }
  .handover-card__title {
    font-size: 16px;
    font-weight: 400;
    color: #fff; }
  .handover-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
    color: #fff; }
  .handover-card__item-name {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 6px; }
  .handover-card__item-val {
    font-size: 16px;
    line-height: 15px; }

.subsidy .subsidy__request > .container {
  position: relative; }

.subsidy__head-decor {
  position: absolute;
  top: 11%;
  right: 20%;
  width: 323px;
  height: 270px;
  background: url(/static/img/icons/ic-subsidy.svg?4254f6f420ce) no-repeat center;
  background-size: contain;
  pointer-events: none; }
  @media only screen and (max-width: 812px) {
    .subsidy__head-decor {
      right: 15px;
      top: 15%;
      width: 200px;
      height: 200px; } }

.subsidy__description {
  padding: 16px 0;
  font-size: 16px;
  line-height: 2.26;
  font-weight: lighter; }
  @media only screen and (max-width: 812px) {
    .subsidy__description {
      width: 100%;
      margin: 16px 0 0 0; } }
  .subsidy__description h1,
  .subsidy__description h2,
  .subsidy__description h3,
  .subsidy__description h4,
  .subsidy__description h5,
  .subsidy__description h6 {
    margin: 28px 0;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8; }
    @media only screen and (max-width: 812px) {
      .subsidy__description h1,
      .subsidy__description h2,
      .subsidy__description h3,
      .subsidy__description h4,
      .subsidy__description h5,
      .subsidy__description h6 {
        margin: 8px 0;
        text-align: start; } }
  .subsidy__description ol {
    list-style-type: none;
    counter-reset: num;
    position: relative;
    padding-left: 64px; }
    .subsidy__description ol li {
      position: relative;
      margin: 50px 0; }
      .subsidy__description ol li:before {
        content: counter(num) "";
        counter-increment: num;
        position: absolute;
        top: 0;
        left: -64px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        font-size: 28px;
        background-color: #e61736;
        color: #fff;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        line-height: 0;
        z-index: 2; }
        @media only screen and (max-width: 812px) {
          .subsidy__description ol li:before {
            left: -50px; } }
      .subsidy__description ol li:after {
        content: '';
        position: absolute;
        top: 0;
        left: -42px;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        width: 3px;
        height: calc(100% + 50px);
        z-index: 1;
        background-color: #e61736; }
        @media only screen and (max-width: 812px) {
          .subsidy__description ol li:after {
            left: -28px;
            top: 0; } }
      .subsidy__description ol li:last-child:after {
        display: none; }
  .subsidy__description a {
    color: #e61736;
    text-decoration: underline; }
    .subsidy__description a:hover {
      text-decoration: none; }
  .subsidy__description p {
    margin-bottom: 20px; }

.subsidy__row {
  position: relative; }

.subsidy__white-wrapper {
  position: relative;
  background-color: white;
  width: 100%;
  z-index: 5;
  padding-bottom: 30px;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6; }

.subsidy__title {
  width: 100%;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 2.2rem;
  line-height: 3.5rem; }
  @media only screen and (max-width: 812px) {
    .subsidy__title {
      font-size: 22px;
      font-weight: 500;
      line-height: 2.2rem;
      margin-top: 18px; } }
  .subsidy__title._offers {
    max-width: 640px; }

.subsidy__attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: normal; }
  .subsidy__attention:before {
    content: '!';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 44px;
    width: 44px;
    background-color: #e61736;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-right: 24px;
    margin-top: 8px; }

.subsidy__slider {
  margin-bottom: 16px; }

.subsidy__genplan {
  padding-top: 32px; }
  .subsidy__genplan .complex-genplan {
    padding: 0; }
    .subsidy__genplan .complex-genplan h2 {
      display: none; }
  .subsidy__genplan .pop-up._aero {
    top: 0;
    height: 100%; }

@media only screen and (max-width: 812px) {
  .subsidy__button {
    margin-top: 32px; } }

.subsidy-slider {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px; }
  .subsidy-slider__list {
    position: relative;
    padding: 0 60px;
    -webkit-transform: translateX(-35px);
            transform: translateX(-35px);
    margin: -16px -32px 0; }
    @media only screen and (max-width: 812px) {
      .subsidy-slider__list {
        padding: 0;
        -webkit-transform: translateX(0);
                transform: translateX(0);
        margin: -16px -10px 0; } }
    .subsidy-slider__list > .swiper-container {
      padding: 16px 10px; }
    .subsidy-slider__list .swiper-arrow-next {
      right: 0; }
      @media only screen and (max-width: 812px) {
        .subsidy-slider__list .swiper-arrow-next {
          display: none; } }
    .subsidy-slider__list .swiper-arrow-prev {
      left: 0; }
      @media only screen and (max-width: 812px) {
        .subsidy-slider__list .swiper-arrow-prev {
          display: none; } }
    .subsidy-slider__list .swiper-pagination {
      display: none; }
      @media only screen and (max-width: 812px) {
        .subsidy-slider__list .swiper-pagination {
          display: block;
          width: 100%;
          bottom: -16px; } }

/* Tender */
.tender-login {
  background-color: #fff;
  padding: 40px 0; }
  .tender-login__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .tender-login__reg {
    width: 160px;
    margin-left: 24px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #e61736;
    background-color: #f6f6f6;
    border-radius: 10px;
    -webkit-transition: background-color .3s ease, -webkit-box-shadow .3s ease;
    transition: background-color .3s ease, -webkit-box-shadow .3s ease;
    transition: background-color .3s ease, box-shadow .3s ease;
    transition: background-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
    cursor: pointer; }
    .tender-login__reg:hover {
      background-color: #e5e5e5; }
    .tender-login__reg:active {
      -webkit-box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.2);
              box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.2); }

.login-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .login-form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 250px;
    margin-right: 10px; }
    .login-form__field:last-child {
      margin-right: 0; }
      .login-form__field:last-child .input-field input {
        border-radius: 10px 0 0 10px; }
  .login-form__submit {
    width: 96px;
    font-size: 16px;
    color: #fff;
    background-color: #e61736;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    -webkit-transition: background-color .3s ease;
    transition: background-color .3s ease; }
    .login-form__submit:hover {
      background-color: #cf1531; }
    .login-form__submit:active {
      -webkit-box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.2);
              box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.2); }

.tender-list {
  padding: 40px 0; }

.tender-table {
  font-size: 16px; }
  .tender-table__header {
    padding-bottom: 28px; }
    @media only screen and (max-width: 812px) {
      .tender-table__header {
        display: none; } }
    .tender-table__header > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .tender-table__col {
    margin-right: 20px; }
    @media only screen and (max-width: 812px) {
      .tender-table__col {
        margin-right: 0;
        margin-bottom: 20px;
        width: 90%; } }
    .tender-table__col:first-child {
      margin-right: 50px; }
      @media only screen and (max-width: 812px) {
        .tender-table__col:first-child {
          margin-right: 0;
          font-weight: normal; } }
    .tender-table__col:last-child {
      margin-right: 0; }
      @media only screen and (max-width: 812px) {
        .tender-table__col:last-child {
          margin-bottom: 0; } }
    .tender-table__col.w450 {
      width: 450px; }
      @media only screen and (max-width: 812px) {
        .tender-table__col.w450 {
          width: 90%; } }
    .tender-table__col.w200 {
      width: 200px; }
      @media only screen and (max-width: 812px) {
        .tender-table__col.w200 {
          width: 90%; } }
    .tender-table__col.w150 {
      width: 150px; }
      @media only screen and (max-width: 812px) {
        .tender-table__col.w150 {
          width: 90%; } }
  .tender-table__mobile-title {
    display: none; }
    @media only screen and (max-width: 812px) {
      .tender-table__mobile-title {
        display: block;
        margin-bottom: 6px;
        font-weight: 300; } }

.tender-list-wrapper {
  display: none;
  border-top: 1px solid #f6f6f6;
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; }
  .show .tender-list-wrapper {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .tender-list-wrapper.active {
    display: block; }

.tender-item {
  position: relative;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease; }
  .tender-item.active {
    background-color: #fff;
    position: relative; }
    .tender-item.active .tender-item__head {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
      .tender-item.active .tender-item__head:after {
        -webkit-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg); }
    .tender-item.active .tender-item__body {
      max-height: 196px;
      -webkit-transition: max-height .4s ease;
      transition: max-height .4s ease; }
      @media only screen and (max-width: 812px) {
        .tender-item.active .tender-item__body {
          max-height: 494px; } }
    .tender-item.active .tender-item__info {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
      transition: opacity .4s ease, -webkit-transform .4s ease;
      transition: transform .4s ease, opacity .4s ease;
      transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease; }
    .tender-item.active .tender-item__btn {
      opacity: 1;
      -webkit-transition: opacity .4s ease .4s;
      transition: opacity .4s ease .4s; }
    .tender-item.active .tender-item__col1 .tender-item__info:nth-child(1) {
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
    .tender-item.active .tender-item__col1 .tender-item__info:nth-child(2) {
      -webkit-transition-delay: .3s;
              transition-delay: .3s; }
    .tender-item.active .tender-item__col1 .tender-item__info:nth-child(3) {
      -webkit-transition-delay: .4s;
              transition-delay: .4s; }
    .tender-item.active .tender-item__col2 .tender-item__info {
      -webkit-transition-delay: .5s;
              transition-delay: .5s; }
    .tender-item.active .tender-item__col3 .tender-item__info {
      -webkit-transition-delay: .6s;
              transition-delay: .6s; }
    .tender-item.active .tender-item__col4 .tender-item__info {
      -webkit-transition-delay: .7s;
              transition-delay: .7s; }
  .tender-item__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 28px 0;
    border-top: 1px solid #dadada;
    z-index: 2;
    -webkit-transition: border-color .4s ease, -webkit-transform .4s ease;
    transition: border-color .4s ease, -webkit-transform .4s ease;
    transition: border-color .4s ease, transform .4s ease;
    transition: border-color .4s ease, transform .4s ease, -webkit-transform .4s ease;
    cursor: pointer; }
    @media only screen and (max-width: 812px) {
      .tender-item__head {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        font-size: 14px; } }
    .tender-item__head:hover {
      border-color: #e61736;
      -webkit-transform: translateX(-4px);
              transform: translateX(-4px); }
      @media only screen and (max-width: 812px) {
        .tender-item__head:hover {
          -webkit-transform: none;
                  transform: none; } }
    .tender-item__head:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      width: 10px;
      height: 20px;
      background: url(/static/img/chevron-right.svg?4254f6f420ce) no-repeat center;
      background-size: contain;
      -webkit-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg);
      -webkit-transition: -webkit-transform .3s ease;
      transition: -webkit-transform .3s ease;
      transition: transform .3s ease;
      transition: transform .3s ease, -webkit-transform .3s ease; }
      @media only screen and (max-width: 812px) {
        .tender-item__head:after {
          top: 30px;
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg); } }
  .tender-item__body {
    position: relative;
    max-height: 0;
    z-index: 2;
    overflow: hidden;
    -webkit-transition: max-height .4s ease .05s;
    transition: max-height .4s ease .05s; }
    .tender-item__body-wrap {
      padding: 16px 0 40px; }
      @media only screen and (max-width: 812px) {
        .tender-item__body-wrap {
          padding-top: 0; } }
    .tender-item__body .tender-table__col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media only screen and (max-width: 812px) {
        .tender-item__body .tender-table__col {
          display: block; } }
  .tender-item__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px; }
    @media only screen and (max-width: 812px) {
      .tender-item__row {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .tender-item__row:last-of-type {
      margin-bottom: 0; }
  .tender-item__info {
    font-size: 14px;
    line-height: 1.7;
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
    -webkit-transition: opacity .15s ease, -webkit-transform 0s ease .15s;
    transition: opacity .15s ease, -webkit-transform 0s ease .15s;
    transition: opacity .15s ease, transform 0s ease .15s;
    transition: opacity .15s ease, transform 0s ease .15s, -webkit-transform 0s ease .15s; }
    @media only screen and (max-width: 812px) {
      .tender-item__info {
        width: 100%;
        margin-bottom: 20px; }
        .tender-item__info:last-child {
          margin-bottom: 0; } }
  .tender-item__btn {
    opacity: 0;
    -webkit-transition: opacity .15s ease;
    transition: opacity .15s ease; }

@media only screen and (max-width: 812px) {
  .tender .page-head {
    padding-bottom: 0; }
  .tender .page-head__description {
    margin-top: 24px; } }

.tender__head-decor {
  position: absolute;
  top: 11%;
  right: 20%;
  width: 323px;
  height: 270px;
  background: url(/static/img/icons/ic-email.svg?4254f6f420ce) no-repeat center;
  background-size: contain;
  pointer-events: none; }
  @media only screen and (max-width: 812px) {
    .tender__head-decor {
      right: 15px;
      top: 15%;
      width: 200px;
      height: 200px; } }

@media only screen and (max-width: 812px) {
  .tender__tabs {
    right: 50%;
    top: 100px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); } }

.archive-list {
  margin-top: 40px; }

.archive-table {
  font-size: 16px; }
  .archive-table__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.archive-item {
  position: relative;
  width: 33%;
  padding: 0 30px;
  font-size: 14px;
  font-weight: lighter;
  line-height: 1.6rem;
  margin-bottom: 10px;
  -webkit-transition: color .2s ease;
  transition: color .2s ease; }
  .archive-item:hover {
    color: #e61736; }
  .archive-item:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    height: 17px;
    background-image: url(/static/img/icons/icn-doc.svg?4254f6f420ce);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }

/* Contact */
.contact-list {
  overflow-x: hidden; }
  .contact-list__tabs {
    overflow: auto;
    border-bottom: 1px solid #f6f6f6; }
    @media only screen and (max-width: 812px) {
      .contact-list__tabs {
        overflow: scroll; } }
    .contact-list__tabs-wrap {
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      padding-bottom: 18px; }
      .contact-list__tabs-wrap .contact-tab {
        margin-right: 36px; }
        .contact-list__tabs-wrap .contact-tab:nth-last-child(2) {
          margin-right: 20px; }
    .contact-list__tabs-act {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 6px;
      background-color: #e61736;
      -webkit-transition: width .6s ease, -webkit-transform .6s ease;
      transition: width .6s ease, -webkit-transform .6s ease;
      transition: transform .6s ease, width .6s ease;
      transition: transform .6s ease, width .6s ease, -webkit-transform .6s ease; }
      .contact-list__tabs-act.inited {
        display: block; }
  .contact-list__offices {
    background-color: #fff; }
    .contact-list__offices-wrap {
      position: relative;
      height: 216px; }
      @media only screen and (max-width: 812px) {
        .contact-list__offices-wrap {
          height: 320px; } }
  .contact-list__map {
    position: relative;
    height: 550px;
    z-index: 2; }
    @media only screen and (max-width: 812px) {
      .contact-list__map {
        height: 70vh; } }
    .contact-list__map-wrap {
      height: 100%;
      width: 100%; }
  .contact-list__driveway {
    background-color: #fff; }
    .contact-list__driveway-wrap {
      position: relative; }
  .contact-list__managers {
    padding-top: 40px;
    padding-bottom: 64px;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .contact-list__managers.emerge {
      opacity: 0;
      -webkit-transform: translateX(150px);
              transform: translateX(150px); }
    .contact-list__managers-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .contact-list__managers-list .contact-manager {
        margin-right: 25px;
        margin-bottom: 32px; }
        .contact-list__managers-list .contact-manager:nth-child(3n) {
          margin-right: 0; }
          @media only screen and (max-width: 1280px) {
            .contact-list__managers-list .contact-manager:nth-child(3n) {
              margin-right: 25px; } }
        .contact-list__managers-list .contact-manager:nth-last-child(-n + 3) {
          margin-bottom: 0; }
          @media only screen and (max-width: 1280px) {
            .contact-list__managers-list .contact-manager:nth-last-child(-n + 3) {
              margin-right: 25px; } }
        @media only screen and (max-width: 812px) {
          .contact-list__managers-list .contact-manager {
            margin-right: 0; }
            .contact-list__managers-list .contact-manager:nth-child(3n) {
              margin-right: 25px; }
            .contact-list__managers-list .contact-manager:nth-last-child(-n + 3) {
              margin-bottom: 32px; }
            .contact-list__managers-list .contact-manager:last-child {
              margin-bottom: 0; } }

.contact-tab {
  padding: 10px 0;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: color .3s ease;
  transition: color .3s ease; }
  @media only screen and (max-width: 812px) {
    .contact-tab {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .contact-tab:nth-child(6) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .contact-tab:not(.active):hover {
    color: #e61736; }
  .contact-tab.active {
    pointer-events: none; }

.office-row {
  position: absolute;
  top: 0;
  left: 0;
  height: 216px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease 0.1s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.4s ease 0.1s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.4s ease 0.1s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  transition: opacity 0.4s ease 0.1s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s, -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s;
  z-index: 1;
  pointer-events: none; }
  @media only screen and (max-width: 812px) {
    .office-row {
      height: 100%; } }
  .office-row.active {
    opacity: 1;
    -webkit-transition: opacity 0.7s ease 0.48s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.48s;
    transition: opacity 0.7s ease 0.48s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.48s;
    transition: opacity 0.7s ease 0.48s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.48s;
    transition: opacity 0.7s ease 0.48s, transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.48s, -webkit-transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.48s;
    z-index: 2;
    pointer-events: all; }
    @media only screen and (max-width: 1280px) {
      .office-row.active {
        width: 100%; } }
  .office-row__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 812px) {
      .office-row__info {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .office-row__address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 330px;
    margin-right: 60px;
    font-size: 14px;
    font-weight: 300;
    line-height: 2; }
    @media only screen and (max-width: 1280px) {
      .office-row__address {
        margin-right: 16px; } }
    @media only screen and (max-width: 812px) {
      .office-row__address {
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px; } }
    .office-row__address:before {
      content: '';
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: 42px;
      width: 42px;
      margin-right: 18px;
      background: #e61736 url(/static/img/icons/map-marker.svg?4254f6f420ce) no-repeat center;
      background-size: 22px;
      border-radius: 50%; }
  .office-row__item {
    margin-right: 60px; }
    @media only screen and (max-width: 1280px) {
      .office-row__item {
        margin-right: 16px; } }
    @media only screen and (max-width: 812px) {
      .office-row__item {
        margin-right: 0; } }
    .office-row__item-val {
      font-size: 18px;
      font-weight: 300; }
    .office-row__item-label {
      margin-top: 4px;
      font-size: 14px;
      font-weight: 300; }
  .office-row__btn {
    margin-left: 20px; }
    @media only screen and (max-width: 1024px) {
      .office-row__btn {
        position: absolute;
        top: 38px;
        right: 0; } }
    @media only screen and (max-width: 812px) {
      .office-row__btn {
        position: static;
        top: auto;
        right: auto;
        margin: 20px auto 0 auto;
        width: 100%; }
        .office-row__btn._no-margin {
          margin: 0 auto; } }

.contact-marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 14px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0 14px 16px rgba(0, 0, 0, 0.04); }
  .contact-marker:after {
    content: '';
    height: 18px;
    width: 16px;
    background: url(/static/img/default-marker.svg?4254f6f420ce) no-repeat center;
    background-size: contain; }

.contact-manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 330px; }
  .contact-manager__photo {
    height: 92px;
    width: 92px;
    margin-right: 16px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-color: #e5e5e5; }
  .contact-manager__info {
    height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contact-manager__name {
    font-size: 20px; }
  .contact-manager__position {
    margin-top: 10px;
    font-size: 16px; }
  .contact-manager__send {
    display: inline-block;
    margin-top: 8px;
    color: #e61736;
    cursor: pointer;
    -webkit-transition: color .4s ease;
    transition: color .4s ease; }
    .contact-manager__send:hover {
      color: #b8122b; }
  .contact-manager .spacer {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

.contact-driveway {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 54px 0;
  margin: 0;
  pointer-events: none;
  z-index: -1; }
  .contact-driveway.is-active {
    opacity: 1;
    position: static;
    pointer-events: all; }
  .contact-driveway.is-empty {
    padding: 0; }
  .contact-driveway__item {
    width: 330px;
    margin-right: 25px;
    margin-bottom: 32px; }
    .contact-driveway__item:nth-child(3n) {
      margin-right: 0; }
    .contact-driveway__item:nth-last-child(-n + 3) {
      margin-bottom: 0; }
    @media only screen and (max-width: 812px) {
      .contact-driveway__item {
        margin-right: 0; }
        .contact-driveway__item:nth-last-child(-n + 3) {
          margin-bottom: 32px; }
        .contact-driveway__item:last-child {
          margin-bottom: 0; }
          .contact-driveway__item:last-child .contact-driveway__text {
            margin-bottom: 0; } }
  .contact-driveway__title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px; }
  .contact-driveway__text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px; }

/* Press */
.press-card {
  display: block;
  position: relative;
  width: 336px;
  height: 240px;
  padding: 15px;
  color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease; }
  @media only screen and (max-width: 812px) {
    .press-card {
      width: 100%; } }
  .press-card:hover {
    -webkit-transform: translateY(-6px);
            transform: translateY(-6px);
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05); }
    @media only screen and (max-width: 812px) {
      .press-card:hover {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); } }
    .press-card:hover .press-card__img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
      @media only screen and (max-width: 812px) {
        .press-card:hover .press-card__img {
          -webkit-transform: scale(1);
                  transform: scale(1); } }
      .press-card:hover .press-card__img:after {
        background-color: rgba(7, 7, 7, 0.1); }
        @media only screen and (max-width: 812px) {
          .press-card:hover .press-card__img:after {
            background-color: rgba(7, 7, 7, 0.5); } }
    .press-card:hover .press-card__title,
    .press-card:hover .press-card__subtitle {
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
  .press-card--white {
    background-color: #fff;
    color: #000; }
    .press-card--white .press-card__img {
      display: none; }
    .press-card--white .press-card__shield {
      border-color: #000; }
    .press-card--white:hover .press-card__title,
    .press-card--white:hover .press-card__subtitle {
      text-shadow: none; }
  .press-card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background-size: cover;
    background-position: center;
    border-radius: 6px; }
    .press-card__img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 1;
      -webkit-transition: background-color .4s ease;
      transition: background-color .4s ease;
      will-change: background-color;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      border-radius: 6px;
      background-color: rgba(7, 7, 7, 0.5);
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(11, 11, 11, 0.5)), to(rgba(11, 11, 11, 0)));
      background-image: linear-gradient(to top, rgba(11, 11, 11, 0.5), rgba(11, 11, 11, 0) 100%); }
  .press-card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    height: 100%;
    z-index: 2; }
  .press-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0; }
  .press-card__shield {
    padding: 6px 10px;
    margin-right: 24px;
    font-size: 12px;
    border: 1px solid #fff;
    border-radius: 3px; }
  .press-card__date {
    font-size: 12px;
    opacity: .4; }
  .press-card__title {
    font-size: 18px;
    line-height: 1.5;
    -webkit-transition: text-shadow .4s ease;
    transition: text-shadow .4s ease; }
  .press-card__subtitle {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: text-shadow .4s ease;
    transition: text-shadow .4s ease; }

@media only screen and (max-width: 1280px) {
  .press-list .page-tabs {
    right: 15px; } }

@media only screen and (max-width: 812px) {
  .press-list .page-tabs {
    top: 100px;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); } }

.press-list .page-tabs__item {
  width: auto;
  padding: 16px 24px; }

.press-list__list {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; }
  @media only screen and (max-width: 812px) {
    .press-list__list {
      padding-top: 80px; } }
  .show .press-list__list {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .press-list__list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 16px; }
    @media only screen and (max-width: 1280px) {
      .press-list__list-wrap {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .press-list__list-load {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-bottom: 32px; }
    .press-list__list-load.loading .press-list__list-btn {
      opacity: 0;
      -webkit-transition: opacity .2s ease;
      transition: opacity .2s ease; }
    .press-list__list-load.loading .loader {
      opacity: 1;
      -webkit-transition: opacity .3s ease;
      transition: opacity .3s ease; }
  .press-list__list-btn {
    -webkit-transition: opacity .4s ease .1s;
    transition: opacity .4s ease .1s; }
    @media only screen and (max-width: 812px) {
      .press-list__list-btn {
        width: 100%; }
        .press-list__list-btn .btn {
          width: 100%; } }
  .press-list__list .press-card {
    margin-right: 16px;
    margin-bottom: 16px; }
    @media only screen and (max-width: 1280px) {
      .press-list__list .press-card {
        width: 48%; } }
    @media only screen and (max-width: 812px) {
      .press-list__list .press-card {
        margin-right: 0;
        width: 100%; } }
    .press-list__list .press-card:nth-child(3n) {
      margin-right: 0; }
      @media only screen and (max-width: 1280px) {
        .press-list__list .press-card:nth-child(3n) {
          margin-right: 16px; } }
    @media only screen and (max-width: 1280px) {
      .press-list__list .press-card:nth-child(2n) {
        margin-right: 0; } }
  .press-list__list .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    pointer-events: none; }

.press-detail {
  position: relative;
  min-height: calc(100vh - 226px);
  padding-bottom: 40px; }
  .press-detail__text {
    position: relative;
    z-index: 2;
    margin-bottom: 48px;
    text-align: justify; }
  .press-detail__gallery {
    position: relative;
    margin: 0 auto 48px;
    max-width: 820px; }
    .press-detail__gallery:before {
      content: "";
      display: block;
      width: 100%;
      padding-top: 56.25%; }
    .press-detail__gallery > .aspect-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .press-detail__gallery .swiper-slide {
      background-size: cover;
      background-position: center; }
    .press-detail__gallery .swiper-arrow-next {
      right: -80px;
      top: 50%; }
      @media only screen and (max-width: 812px) {
        .press-detail__gallery .swiper-arrow-next {
          display: none; } }
    .press-detail__gallery .swiper-arrow-prev {
      left: -80px;
      top: 50%; }
      @media only screen and (max-width: 812px) {
        .press-detail__gallery .swiper-arrow-prev {
          display: none; } }
    .press-detail__gallery .swiper-pagination {
      display: none; }
      @media only screen and (max-width: 812px) {
        .press-detail__gallery .swiper-pagination {
          display: block;
          width: 100%;
          bottom: -24px; } }

.other-news {
  position: relative;
  margin-top: 40px;
  margin-bottom: 36px;
  z-index: 2; }
  @media only screen and (max-width: 812px) {
    .other-news {
      margin-bottom: 0; } }
  .other-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 812px) {
      .other-news__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .other-news__list .press-card {
      margin-right: 32px; }
      @media only screen and (max-width: 1024px) {
        .other-news__list .press-card {
          margin-right: 16px; } }
      @media only screen and (max-width: 812px) {
        .other-news__list .press-card {
          margin-right: 0;
          margin-bottom: 24px; } }
      .other-news__list .press-card:last-child {
        margin-right: 0; }

.promo-card {
  display: block;
  position: relative;
  height: 470px;
  padding: 15px;
  color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: -webkit-transform .4s ease, -webkit-box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease;
  transition: transform .4s ease, box-shadow .4s ease, -webkit-transform .4s ease, -webkit-box-shadow .4s ease; }
  @media only screen and (max-width: 812px) {
    .promo-card {
      height: 280px; } }
  .promo-card__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    will-change: transform;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background-size: cover;
    background-position: center;
    border-radius: 6px; }
    .promo-card__img:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 1;
      -webkit-transition: background-color .4s ease;
      transition: background-color .4s ease;
      will-change: background-color;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
      border-radius: 6px;
      background-color: rgba(7, 7, 7, 0.5);
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(11, 11, 11, 0.5)), to(rgba(11, 11, 11, 0)));
      background-image: linear-gradient(to top, rgba(11, 11, 11, 0.5), rgba(11, 11, 11, 0) 100%); }
  .promo-card__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: relative;
    height: 70%;
    margin: 60px 150px;
    z-index: 2; }
    @media only screen and (max-width: 812px) {
      .promo-card__wrap {
        margin: 0;
        height: 100%;
        padding-bottom: 30px; } }
  .promo-card__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    @media only screen and (max-width: 812px) {
      .promo-card__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .promo-card__date {
    font-size: 16px;
    opacity: .4; }
  .promo-card__title {
    font-size: 30px;
    line-height: 1.5;
    -webkit-transition: text-shadow .4s ease;
    transition: text-shadow .4s ease; }
    @media only screen and (max-width: 812px) {
      .promo-card__title {
        font-size: 22px; } }
  .promo-card__subtitle {
    margin-top: 14px;
    font-size: 16px;
    line-height: 1.5;
    -webkit-transition: text-shadow .4s ease;
    transition: text-shadow .4s ease; }
    @media only screen and (max-width: 812px) {
      .promo-card__subtitle {
        font-size: 14px; } }
  .promo-card__more {
    padding: 9px 11px;
    font-size: 14px;
    color: white;
    border: 1px solid #fff;
    border-radius: 4px; }
    @media only screen and (max-width: 812px) {
      .promo-card__more {
        display: none; } }

@media only screen and (max-width: 812px) {
  .promo-list__list .swiper-container {
    padding-bottom: 32px; } }

.promo-list__list-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 32px 0; }
  .promo-list__list-load.loading .promo-list__list-btn {
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease; }
  .promo-list__list-load.loading .loader {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }

.promo-list__list-btn {
  -webkit-transition: opacity .4s ease .1s;
  transition: opacity .4s ease .1s; }

.promo-list__list .press-card {
  margin-right: 16px;
  margin-bottom: 16px; }
  .promo-list__list .press-card:nth-child(3n) {
    margin-right: 0; }

.promo-list__list .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  pointer-events: none; }

.promo-list__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  height: 1200px; }
  .promo-list__grid .promo-card {
    height: 100%;
    width: 100%; }
  .promo-list__grid-item {
    position: absolute;
    top: 0;
    left: 0;
    margin-bottom: 16px;
    opacity: 0;
    -webkit-transform: translateY(16px);
            transform: translateY(16px);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease; }

.promo-list__subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 32px; }
  .promo-list__subscribe h2 {
    margin-bottom: 0; }
    @media only screen and (max-width: 1024px) {
      .promo-list__subscribe h2 {
        font-size: 24px; } }
  @media only screen and (max-width: 812px) {
    .promo-list__subscribe {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .promo-list__subscribe h2 {
        margin-bottom: 20px; } }

.promo-list .swiper-arrow-prev {
  left: 40px; }
  @media only screen and (max-width: 812px) {
    .promo-list .swiper-arrow-prev {
      display: none; } }

.promo-list .swiper-arrow-next {
  right: 40px; }
  @media only screen and (max-width: 812px) {
    .promo-list .swiper-arrow-next {
      display: none; } }

.promo-list .swiper-pagination {
  position: absolute;
  left: 77.5%;
  bottom: 60px;
  width: 10%;
  opacity: .4;
  font-size: 18px;
  color: #fff; }
  @media only screen and (max-width: 812px) {
    .promo-list .swiper-pagination {
      bottom: 0;
      left: 0;
      width: 100%;
      opacity: 1; } }
  .promo-list .swiper-pagination .swiper-pagination-current {
    font-size: 30px;
    margin-right: 5px; }
    @media only screen and (max-width: 812px) {
      .promo-list .swiper-pagination .swiper-pagination-current {
        display: none; } }
  .promo-list .swiper-pagination .swiper-pagination-total {
    margin-left: 5px; }
    @media only screen and (max-width: 812px) {
      .promo-list .swiper-pagination .swiper-pagination-total {
        display: none; } }

.promo-list__number {
  position: absolute;
  right: 60px;
  bottom: 150px;
  font-size: 18px;
  opacity: .5;
  color: white;
  z-index: 2; }
  .promo-list__number span {
    font-size: 30px; }

.promo-detail {
  position: relative;
  min-height: calc(100vh - 226px);
  padding-bottom: 40px; }
  .promo-detail__head {
    min-height: 500px;
    padding-bottom: 100px; }
    @media only screen and (max-width: 812px) {
      .promo-detail__head {
        min-height: 350px;
        padding-bottom: 200px; } }
    .promo-detail__head .container {
      pointer-events: none; }
      .promo-detail__head .container .breadcrumbs {
        pointer-events: auto; }
    .promo-detail__head h1 {
      margin-top: 90px;
      margin-bottom: 60px;
      color: #fff; }
      @media only screen and (max-width: 812px) {
        .promo-detail__head h1 {
          margin-top: 0;
          margin-bottom: 24px; } }
    .promo-detail__head._default {
      min-height: 0; }
      .promo-detail__head._default h1 {
        margin-top: 0;
        margin-bottom: 40px;
        color: #000; }
  .promo-detail__gallery {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .promo-detail__gallery:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2); }
    .promo-detail__gallery .swiper-slide {
      background-size: cover;
      background-position: center; }
    .promo-detail__gallery .swiper-arrow-next {
      right: -21px;
      top: 43%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .promo-detail__gallery .swiper-arrow-next.swiper-button-disabled {
        opacity: 0; }
      @media only screen and (max-width: 812px) {
        .promo-detail__gallery .swiper-arrow-next {
          display: none; } }
    .promo-detail__gallery .swiper-arrow-prev {
      left: auto;
      right: 60px;
      top: 43%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      .promo-detail__gallery .swiper-arrow-prev.swiper-button-disabled {
        opacity: 0; }
      @media only screen and (max-width: 812px) {
        .promo-detail__gallery .swiper-arrow-prev {
          display: none; } }
  .promo-detail__text {
    position: relative;
    margin-top: -100px;
    margin-bottom: 48px;
    text-align: justify;
    background-color: #fff;
    padding: 40px 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    z-index: 3; }
    @media only screen and (max-width: 812px) {
      .promo-detail__text {
        margin-top: -200px; } }
  .promo-detail__buttons {
    width: 1080px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 4; }
    @media only screen and (max-width: 812px) {
      .promo-detail__buttons {
        width: 100%; } }

.other-news {
  position: relative;
  margin-top: 40px;
  margin-bottom: 36px;
  z-index: 2; }
  @media only screen and (max-width: 812px) {
    .other-news {
      margin-bottom: 0; } }
  .other-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 812px) {
      .other-news__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .other-news__list .press-card {
      margin-right: 32px; }
      @media only screen and (max-width: 1024px) {
        .other-news__list .press-card {
          margin-right: 16px; } }
      @media only screen and (max-width: 812px) {
        .other-news__list .press-card {
          margin-right: 0;
          margin-bottom: 24px; } }
      .other-news__list .press-card:last-child {
        margin-right: 0; }

.promo-cards-grid-wrap {
  margin-bottom: 60px;
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  -webkit-transform: translateY(80px);
          transform: translateY(80px); }

.promo-card--sale-page {
  height: 320px;
  padding: 35px 43px 35px;
  width: 100%;
  margin-bottom: 16px; }
  @media only screen and (max-width: 1024px) {
    .promo-card--sale-page {
      padding: 25px 33px 25px; } }

.promo-card--sale-page:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px); }

.promo-card--sale-page .promo-card__img {
  -webkit-transition: all .4s ease;
  transition: all .4s ease; }

.promo-card--sale-page:hover .promo-card__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05); }

.promo-card--sale-page:hover .promo-card__img:after {
  background-color: transparent; }

.promo-card--sale-page .promo-card__wrap {
  margin: 0;
  height: 100%; }

.promo-card--sale-page .promo-card__title {
  font-size: 18px; }

.promo-card--sale-page .promo-card__date {
  font-size: 14px;
  color: #c0c0c0;
  opacity: 1; }

.promo-card--sale-page .promo-card__more {
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }

.promo-card--sale-page:hover .promo-card__more {
  opacity: 1; }

.promo-cards-grid--2,
.promo-cards-grid--3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.promo-cards-grid--2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.promo-cards-grid--2 .promo-card:nth-child(odd) {
  margin-right: 16px; }
  @media only screen and (max-width: 1024px) {
    .promo-cards-grid--2 .promo-card:nth-child(odd) {
      margin-right: 14px; } }

.promo-cards-grid--2 .promo-card {
  width: 49%; }

.promo-cards-grid--3 .promo-card:nth-child(-n+2) {
  margin-right: 16px; }

.promo-cards-grid--3in5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.promo-cards-grid--3in5 .promo-cards-grid__inner {
  width: 100%; }

.promo-cards-grid--3in5 .promo-cards-grid__inner:first-child {
  margin-right: 16px;
  width: 60%; }

.promo-cards-grid--3in5 .promo-card--sale-page-big {
  height: 656px; }

.promo-cards-grid--7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.promo-cards-grid--7 .promo-cards-grid__inner {
  /* display: flex; */
  width: 100%; }

.promo-cards-grid--7 .promo-cards-grid__inner:nth-child(-n+2) {
  margin-right: 16px; }

.promo-cards-grid--7 .promo-card--sale-page {
  height: 250px; }

.promo-cards-grid--7 .promo-card--sale-page-big {
  height: 516px; }

.promo-cards-grid--7 .promo-card--sale-page-medium {
  height: 383px; }

.show .promo-cards-grid-wrap {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0); }

.promo-card--sale-page.promo-card-only-img .promo-card__wrap {
  display: none; }

@media only screen and (max-width: 812px) {
  .promo-cards-grid--2,
  .promo-cards-grid--3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .promo-cards-grid--2 .promo-card,
  .promo-cards-grid--2 .promo-card:nth-child(odd) {
    width: 100%;
    margin-right: 0; }
  .promo-cards-grid--3in5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .promo-cards-grid--3in5 .promo-card--sale-page-big {
    height: 250px; }
  .promo-cards-grid--3in5 .promo-cards-grid__inner:first-child {
    width: 100%; }
  .promo-cards-grid--7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .promo-cards-grid--7 .promo-card--sale-page-big {
    height: 250px; }
  .promo-cards-grid--7 .promo-card--sale-page-medium {
    height: 250px; }
  .promo-cards-grid-wrap .promo-card__wrap {
    padding-bottom: 0; }
  .promo-cards-grid-wrap .promo-card__top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

/* Company */
.about-reward {
  display: block;
  padding: 42px 0 0;
  background-color: white;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .about-reward.emerge {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  .about-reward__card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 46px 24px 0;
    line-height: 1.4;
    cursor: pointer; }
    .about-reward__card:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: rgba(230, 23, 54, 0.8);
      opacity: 0;
      -webkit-transition: opacity .2s ease-out .2s;
      transition: opacity .2s ease-out .2s; }
    .about-reward__card:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 50px;
      height: 50px;
      background: url(/static/img/icons/ic-magnifier.svg?4254f6f420ce) no-repeat center;
      background-size: contain;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      -webkit-transition: -webkit-transform .2s ease-out;
      transition: -webkit-transform .2s ease-out;
      transition: transform .2s ease-out;
      transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
    .about-reward__card:hover:before {
      opacity: 1;
      -webkit-transition: opacity .2s ease-out;
      transition: opacity .2s ease-out; }
    .about-reward__card:hover:after {
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      -webkit-transition: -webkit-transform .1s ease-out .2s;
      transition: -webkit-transform .1s ease-out .2s;
      transition: transform .1s ease-out .2s;
      transition: transform .1s ease-out .2s, -webkit-transform .1s ease-out .2s; }
  .about-reward__card-preview {
    display: block;
    width: 100%;
    height: 160px;
    margin: 0 auto 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain; }
  .about-reward__card-year {
    text-align: center;
    font-weight: 300;
    font-size: 12px; }
  .about-reward__card-title {
    text-align: center;
    font-size: 16px; }
  .about-reward._center {
    position: relative;
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px); }

.about-history {
  position: relative;
  padding: 48px 0;
  background-color: #fff;
  border-bottom: 1px solid #f6f6f6;
  overflow: hidden;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
  transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s, -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s; }
  .about-history.emerge {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px); }
  .about-history:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 40px;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, white, rgba(255, 255, 255, 0)); }
    @media only screen and (max-width: 812px) {
      .about-history:before {
        width: 20px; } }
  .about-history:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to top, white, rgba(255, 255, 255, 0)); }
    @media only screen and (max-width: 812px) {
      .about-history:after {
        height: 20px; } }
  .about-history__shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .about-history__shadow:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 40px;
      background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
      background-image: linear-gradient(to bottom, white, rgba(255, 255, 255, 0)); }
      @media only screen and (max-width: 812px) {
        .about-history__shadow:before {
          height: 20px; } }
    .about-history__shadow:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      z-index: 2;
      width: 40px;
      height: 100%;
      background-image: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
      background-image: linear-gradient(to left, white, rgba(255, 255, 255, 0)); }
      @media only screen and (max-width: 812px) {
        .about-history__shadow:after {
          width: 20px; } }
  .about-history__wrap {
    position: relative; }
  .about-history__title {
    position: absolute;
    top: 0;
    left: 0; }
    @media only screen and (max-width: 812px) {
      .about-history__title {
        position: static; } }
  .about-history__nav {
    position: absolute;
    left: 0;
    top: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2; }
    @media only screen and (max-width: 812px) {
      .about-history__nav {
        position: static;
        margin-top: 12px;
        margin-bottom: 24px; } }
    .about-history__nav .swiper-arrow-prev,
    .about-history__nav .swiper-arrow-next {
      position: static;
      -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
              box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .about-history__nav .swiper-arrow-prev {
      margin-right: 16px; }
      .about-history__nav .swiper-arrow-prev:hover {
        -webkit-transform: translateX(-4px);
                transform: translateX(-4px); }
    .about-history__nav .swiper-arrow-next:hover {
      -webkit-transform: translateX(4px);
              transform: translateX(4px); }
  .about-history__rail {
    position: relative;
    height: 580px; }
    @media only screen and (max-width: 812px) {
      .about-history__rail {
        height: 540px; } }
    .about-history__rail-wrap {
      position: absolute;
      right: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-transition: -webkit-transform .6s ease;
      transition: -webkit-transform .6s ease;
      transition: transform .6s ease;
      transition: transform .6s ease, -webkit-transform .6s ease; }
      @media screen and (min-width: 2000px) {
        .about-history__rail-wrap {
          margin-top: 40px; } }
      .about-history__rail-wrap .history-block {
        margin-right: 100px; }
        .about-history__rail-wrap .history-block:last-child {
          margin-right: 0; }

.history-block {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 320px;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease; }
  .history-block:last-child .history-block__decor-connector {
    display: none; }
  .history-block__decor {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%; }
    .history-block__decor-holder {
      position: relative;
      width: 100%;
      height: 50px;
      background-color: #e61736; }
      .history-block__decor-holder:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 100%;
        height: 6px;
        background-color: #b8122b; }
    .history-block__decor-connector {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100px;
      height: 50px;
      -webkit-transform: skewY(-40deg);
              transform: skewY(-40deg);
      background-color: #b8122b;
      -webkit-transform-origin: left top;
              transform-origin: left top; }
      .history-block__decor-connector:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 100%;
        height: 6px;
        background-color: #a01026; }
  .history-block__year {
    position: relative;
    z-index: 2;
    padding-left: 24px;
    margin-bottom: 56px;
    font-size: 60px; }
  .history-block__text {
    font-size: 14px;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.6); }
    .history-block__text p {
      margin-bottom: 24px; }
      .history-block__text p:last-child {
        margin-bottom: 0; }

.about {
  position: relative; }
  .about .page-head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff; }
  .about__bottom {
    padding: 72px 0;
    border-bottom: 1px solid #f6f6f6;
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1); }
    @media only screen and (max-width: 812px) {
      .about__bottom {
        padding: 40px 0; } }
    .about__bottom.emerge {
      opacity: 0;
      -webkit-transform: translateX(150px);
              transform: translateX(150px); }

.about-intro {
  position: relative;
  padding-top: 214px;
  padding-bottom: 48px;
  background-image: url(/static/img/LFS/history.jpg?4254f6f420ce);
  background-position: center;
  background-size: cover;
  color: #fff; }
  .about-intro:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(26, 16, 16, 0.8);
    z-index: 1; }
  .about-intro__wrap {
    position: relative;
    z-index: 2; }
  .about-intro__counts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 48px; }
    @media only screen and (max-width: 812px) {
      .about-intro__counts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0; } }
  @media only screen and (max-width: 812px) {
    .about-intro {
      padding-top: 120px; } }
  @media only screen and (max-width: 812px) {
    .about-intro__text {
      margin-top: 32px; } }

.about-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .about-count__val {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
    font-size: 100px;
    font-weight: bold;
    line-height: .68; }
    @media only screen and (max-width: 1024px) {
      .about-count__val {
        font-size: 65px; } }
    @media only screen and (max-width: 812px) {
      .about-count__val {
        font-size: 60px; } }
  .about-count__name {
    max-width: 150px;
    font-size: 20px;
    font-weight: 300; }
    @media only screen and (max-width: 1024px) {
      .about-count__name {
        font-size: 12px; } }
    @media only screen and (max-width: 812px) {
      .about-count__name {
        font-size: 16px;
        max-width: 100%;
        text-align: center;
        margin-top: 1rem; } }
  @media only screen and (max-width: 812px) {
    .about-count {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 2rem; } }

/* New Year */
/*@import "newyear/ny";*/

.hero-search-tag[data-v-1b78ae77] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  cursor: pointer;
  background-color: #fff;
  padding: 4px 8px;
  border-radius: 2px;
}
.hero-search-tag__close[data-v-1b78ae77] {
    margin-left: 8px;
    height: 8px;
    width: 8px;
    background: url(/static/img/icons/ic-cross_red.svg?4254f6f420ce) no-repeat center;
    background-size: contain;
}
