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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'Muller';
  src: url("/assets/fonts/mullerheavy.woff2") format("woff2"), url("/assets/fonts/mullerheavy.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Muller';
  src: url("/assets/fonts/mullerblack.woff2") format("woff2"), url("/assets/fonts/mullerblack.woff") format("woff");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Muller';
  src: url("/assets/fonts/mullerextrabold.woff2") format("woff2"), url("/assets/fonts/mullerextrabold.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Muller';
  src: url("/assets/fonts/mullerbold.woff2") format("woff2"), url("/assets/fonts/mullerbold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Muller';
  src: url("/assets/fonts/mullermedium.woff2") format("woff2"), url("/assets/fonts/mullermedium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Muller';
  src: url("/assets/fonts/mullerregular.woff2") format("woff2"), url("/assets/fonts/mullerregular.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Muller';
  src: url("/assets/fonts/mullerlight.woff2") format("woff2"), url("/assets/fonts/mullerlight.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Muller';
  src: url("/assets/fonts/mullerultralight.woff2") format("woff2"), url("/assets/fonts/mullerultralight.woff") format("woff");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: 'Muller';
  src: url("/assets/fonts/mullerthin.woff2") format("woff2"), url("/assets/fonts/mullerthin.woff") format("woff");
  font-weight: 100;
  font-style: normal; }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.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; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  font-family: "Muller", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400; }

.body {
  position: relative;
  height: 100%; }
  @media (min-width: 61.25em) and (max-width: 99.99em) {
    .body {
      font-size: 16px; } }
  @media (min-width: 100em) and (max-width: 118.74em) {
    .body {
      font-size: 18px; } }
  @media (min-width: 118.75em) {
    .body {
      font-size: 20px; } }
  .body::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(/assets/features_bg@2x.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0; }
    @media (min-width: 61.25em) {
      .body::before {
        background-position: 50% 50%; } }
  .body_transition::before {
    transition: opacity 1s; }
  .body_is_features::before {
    opacity: 1; }

@media (min-width: 61.25em) {
  .building {
    display: flex;
    flex-flow: row wrap; } }

.building__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 20px;
  opacity: 0;
  transform: translateY(100px); }
  @media (min-width: 61.25em) {
    .building__title {
      font-size: 3.125em;
      line-height: 1.08em;
      margin: 0 1.8em;
      width: 52.7778%;
      transform: translateY(6em); } }

.building__photos {
  margin: 38px 0 105px;
  opacity: 0;
  transform: translateY(100px); }
  @media (min-width: 61.25em) {
    .building__photos {
      margin: 6.25em 0;
      width: 100%;
      order: 2;
      transform: translateY(18.75em); } }

.building__photos-controls {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.building__about {
  margin-left: 20px;
  margin-right: 20px; }
  @media (min-width: 61.25em) {
    .building__about {
      margin-left: 0;
      margin-right: 0;
      display: flex;
      align-items: flex-start;
      order: 3; } }

.building__description {
  font-size: 14px;
  font-weight: 300;
  line-height: 20px; }
  @media (min-width: 61.25em) {
    .building__description {
      font-size: 1em;
      line-height: 1.375em;
      width: 52.7778%;
      margin: 0 5.625em; } }

.building__parameters {
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  margin-top: 60px; }
  @media (min-width: 61.25em) {
    .building__parameters {
      font-size: 0.875em;
      line-height: 1.5em;
      margin-top: 0; } }

.building__contacts {
  font-size: 12px;
  font-weight: 300;
  line-height: 22px;
  margin: 60px 20px 0;
  opacity: 0;
  transform: translateY(100px); }
  @media (min-width: 61.25em) {
    .building__contacts {
      font-size: 0.875em;
      line-height: 1.5em;
      margin: 0;
      align-self: center;
      order: 1;
      transform: translateY(21.42857em); } }

.button {
  display: block;
  border: none;
  padding: 0;
  background-color: transparent; }
  .button_menu {
    position: absolute;
    top: 31px;
    right: 28px;
    width: 24px;
    height: 19px; }
    .cooperationBody header .button_menu {
      display: none; }
    @media (min-width: 61.25em) {
      .button_menu {
        display: none; } }
  .button_theme_cross {
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg width="25" height="25" xmlns="http://www.w3.org/2000/svg"><line x1="1.5" y1="1.5" x2="23.5" y2="23.5" stroke="%23000" stroke-width="3" stroke-linecap="butt"/><line x1="23.5" y1="1.5" x2="1.5" y2="23.5" stroke="%23000" stroke-width="3" stroke-linecap="butt"/></svg>') 50% 50% no-repeat; }
    @media (min-width: 61.25em) {
      .button_theme_cross {
        background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 25 25" xmlns="http://www.w3.org/2000/svg"><path d="M2 2 L23 23 Z M23 2 L2 23 Z" stroke="%23000" stroke-width="4" stroke-linecap="butt"/></svg>') 50% 50% no-repeat;
        cursor: pointer;
        transition: transform 0.4s; } }
    @media (min-width: 61.25em) {
      .button_theme_cross:hover {
        transform: scale(1.25); } }
  .button_reserve {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-color: #D4AB00;
    overflow: hidden; }
    @media (min-width: 61.25em) {
      .button_reserve {
        cursor: pointer; } }
  .button_reserve .button__wrapper {
    display: flex;
    height: 100%;
    transform: translateX(-100%); }
    @media (min-width: 61.25em) {
      .button_reserve .button__wrapper {
        transition: transform 0.4s; } }
  .button_reserve .button__text, .button_reserve .button__icon {
    flex: 1 0 auto;
    width: 100%;
    height: 100%; }
  .button_reserve .button__text {
    padding: 0 25px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    align-items: center; }
    @media (min-width: 61.25em) {
      .button_reserve .button__text {
        padding: 0 1.5em;
        font-size: 0.625em; } }
  @media (min-width: 61.25em) {
    .button_reserve:hover .button__wrapper {
      transform: translateX(0); } }
  .button_travelAgents {
    display: inline-block;
    padding: 16px 0;
    margin: 5px 0 0;
    text-decoration: none;
    color: #d4ab00;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transition: .4s; }
    .button_travelAgents-is-filled {
      background-color: #d4ab00;
      color: #fff; }
    @media (min-width: 61.25em) {
      .button_travelAgents {
        min-height: 36px;
        padding: 8px 15px 0;
        margin: 0 0 0 20px;
        text-align: center;
        border: 4px solid #d4ab00;
        font-size: 0.625em; }
        .button_travelAgents:hover {
          background-color: #d4ab00;
          color: #fff; } }
  .button_gold {
    display: inline-block;
    padding: 16px 10px;
    margin: 15px 0 0;
    text-decoration: none;
    color: #fff;
    background: #d4ab00;
    border: 4px solid #d4ab00;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    transition: .4s; }
    @media (min-width: 61.25em) {
      header .button_gold {
        display: none; }
      .title_main .button_gold {
        display: none; }
      .button_gold:hover {
        background-color: #d4ab00;
        color: #fff; } }
    @media (max-width: 61.24em) {
      header .button_gold {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%); } }

.contacts {
  position: relative; }
  @media (min-width: 61.25em) {
    .contacts {
      padding-left: 3.75em;
      overflow: hidden; } }
  @media (min-width: 61.25em) {
    .contacts::before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #D4AB00;
      transform: translate3d(-100%, 0, 0);
      z-index: 1; } }
  .contacts__wrapper {
    position: relative;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 25px 40px;
    background-color: #D4AB00; }
    @media (min-width: 61.25em) {
      .contacts__wrapper {
        font-size: 16px;
        line-height: 1.375em;
        padding: 3.125em 4.0625em;
        opacity: 0; } }
  .contacts__icon {
    position: absolute;
    top: 0;
    left: -40px;
    width: 42px;
    height: 42px;
    border: 2px solid #D4AB00;
    background: url(/assets/icon_pin.svg) 50% 50% no-repeat; }
    @media (min-width: 61.25em) {
      .contacts__icon {
        left: -3.75em;
        width: 4em;
        height: 4em;
        border-width: 0.25em; } }
  .contacts__address {
    margin: 0; }
  .contacts_transition::before {
    transition: transform 0.6s linear; }
  .contacts_transition .contacts__wrapper {
    transition: opacity 0s 0.3s; }
  .contacts_active::before {
    transform: translate3d(100%, 0, 0); }
  .contacts_active .contacts__wrapper {
    opacity: 1; }

.counter_theme_photos {
  margin-left: 21px;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px; }
  @media (min-width: 61.25em) {
    .counter_theme_photos {
      margin-left: 7.5em;
      font-size: 0.75em;
      line-height: 2em; } }

.counter_theme_photos .counter__limit {
  color: #888; }

.feature {
  position: relative;
  display: flex;
  align-items: center;
  height: 138.125vw;
  border: 2px solid #D4AB00; }
  @media (min-width: 61.25em) {
    .feature {
      height: 100%;
      border-width: 0;
      overflow: hidden;
      cursor: pointer;
      opacity: 0; } }
  @media (min-width: 61.25em) {
    .feature::before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #D4AB00;
      transition: transform 0.2s;
      transform: translateY(calc(100% + 2px));
      z-index: 0; } }
  .feature__wrapper {
    padding: 0 30px 0 40px; }
    @media (min-width: 61.25em) {
      .feature__wrapper {
        position: relative;
        padding: 0 1.875em 0 3.75em;
        z-index: 1; } }
  .feature__test {
    position: relative;
    height: 200px;
    margin-bottom: 30px; }
    @media (min-width: 61.25em) {
      .feature__test {
        height: 15.625em;
        margin-bottom: 1.875em; } }
  .feature__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain; }
  .feature__action {
    position: absolute;
    bottom: -2px;
    left: -2px;
    width: 40px;
    height: 40px;
    background: url(/assets/icon_arrow_up-right.svg) 50% 50% no-repeat;
    border: 2px solid #D4AB00; }
    @media (min-width: 61.25em) {
      .feature__action {
        position: static;
        width: 4em;
        height: 4em;
        background-image: url(/assets/icon_desk_arrow_up-right.svg);
        border-width: 4px;
        margin-bottom: 1.125em;
        transition: opacity 0.6s; } }
  .feature__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    @media (min-width: 61.25em) {
      .feature__title {
        font-size: 2em;
        line-height: 1.1875em;
        transition: transform 0.6s; } }
  .feature__description {
    font-size: 12px;
    font-weight: 300;
    line-height: 16px; }
    @media (min-width: 61.25em) {
      .feature__description {
        font-size: 0.875em;
        line-height: 1.42857em;
        transition: transform 0.6s; } }
  @media (min-width: 61.25em) {
    .feature:hover::before {
      transform: translateY(0); } }
  @media (min-width: 61.25em) {
    .feature:hover .feature__action {
      opacity: 0; } }
  @media (min-width: 61.25em) {
    .feature:hover .feature__title {
      color: #fff;
      transform: translateY(-2.5625em); } }
  @media (min-width: 61.25em) {
    .feature:hover .feature__description {
      color: #fff;
      transform: translateY(-5.85714em); } }
  .feature_excursion .feature__icon {
    width: 201px;
    height: 150px;
    background-image: url(/assets/m_icon_camera@2x.png);
    transform: translate(-70%, -50%); }
    @media (min-width: 61.25em) {
      .feature_excursion .feature__icon {
        width: 258px;
        height: 205px;
        background-image: url(/assets/icon_camera@2x.png);
        transform: translate(-70%, -50%); } }
  .feature_loyalty .feature__icon {
    width: 273px;
    height: 181px;
    background-image: url(/assets/icon_heart@2x.png);
    transform: translate(-80%, -50%); }
  .feature_transfer .feature__icon {
    width: 257px;
    height: 209px;
    background-image: url(/assets/icon_bag@2x.png);
    transform: translate(-70%, -50%); }

.feedback-form-svg--mobile .feedback-form-svg__field-wrapper,
.feedback-form-svg--mobile .feedback-form-svg__checkbox-label {
  border: 2px solid #d4ab00;
  margin-top: -2px; }

.feedback-form-svg--mobile .feedback-form-svg__textarea {
  min-height: 222px; }

.feedback-form-svg--mobile .feedback-form-svg__mobile-pattern {
  margin-top: -2px;
  margin-bottom: -4px;
  width: 100%; }

.feedback-form-svg--mobile .feedback-form-svg__submit {
  margin-top: -2px; }

.feedback-form-svg__foreign-object {
  position: relative;
  box-sizing: border-box; }

.feedback-form-svg__field-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }

.feedback-form-svg__label {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 16px;
  transition: 0.2s ease;
  cursor: text; }
  @media (min-width: 61.25em) {
    .feedback-form-svg__label {
      line-height: 20px;
      top: 34px;
      left: 30px; } }

.feedback-form-svg__input {
  width: 100%;
  height: 100%;
  padding: 1.25em;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 16px; }
  .feedback-form-svg__input.not-filled {
    box-shadow: 4px 4px 20px rgba(200, 0, 0, 0.85); }
  @media (min-width: 61.25em) {
    .feedback-form-svg__input {
      line-height: 20px;
      padding: 1.875em; } }

.feedback-form-svg__textarea {
  width: 100%;
  height: 100%;
  padding: 1.25em;
  box-sizing: border-box;
  border: none;
  resize: none;
  outline: none; }
  @media (min-width: 61.25em) {
    .feedback-form-svg__textarea {
      font-size: 16px;
      line-height: 20px;
      padding: 1.875em; } }

.feedback-form-svg__input:focus + .feedback-form-svg__label,
.feedback-form-svg__textarea:focus + .feedback-form-svg__label,
.feedback-form-svg__input.is-filled + .feedback-form-svg__label,
.feedback-form-svg__textarea.is-filled + .feedback-form-svg__label {
  top: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #9D9D9D; }
  @media (min-width: 61.25em) {
    .feedback-form-svg__input:focus + .feedback-form-svg__label,
    .feedback-form-svg__textarea:focus + .feedback-form-svg__label,
    .feedback-form-svg__input.is-filled + .feedback-form-svg__label,
    .feedback-form-svg__textarea.is-filled + .feedback-form-svg__label {
      top: 16px; } }

.feedback-form-svg__input.not-valid + .feedback-form-svg__label,
.feedback-form-svg__textarea.not-valid + .feedback-form-svg__label {
  color: #ff4f4f; }

.feedback-form-svg__input:focus,
.feedback-form-svg__textarea:focus {
  background-color: #f1f1f1; }

.feedback-form-svg__select {
  width: 100%;
  height: 100%;
  padding: 1.25em;
  box-sizing: border-box;
  border: none;
  background-color: transparent;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .feedback-form-svg__select.not-valid {
    color: #ff4f4f; }
  .feedback-form-svg__select option {
    color: #000000; }
  @media (min-width: 61.25em) {
    .feedback-form-svg__select {
      font-size: 16px;
      line-height: 20px;
      padding: 1.875em 1.875em 1.875em 1.5em; } }

.feedback-form-svg__select:focus {
  background-color: #f1f1f1; }

.feedback-form-svg__option {
  max-width: 100%; }

.feedback-form-svg__select-icon {
  width: 9px;
  height: 9px;
  display: block;
  border-left: 4px solid #d4ab00;
  border-bottom: 4px solid #d4ab00;
  transform: rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(-45deg); }

.feedback-form-svg__checkbox-label {
  display: block;
  padding: 1.5em 2em 1.5em 6.2em;
  box-sizing: border-box;
  font-size: 0.625em;
  line-height: 1em;
  position: relative; }
  @media (min-width: 61.25em) {
    .feedback-form-svg__checkbox-label {
      font-size: 12px;
      padding: 0.75em 0.75em 0.75em 6em;
      line-height: 18px; } }

.feedback-form-svg__checkbox-input {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px; }
  .feedback-form-svg__checkbox-input.not-valid + .feedback-form-svg__checkbox-span {
    border-color: #ff4f4f; }

.feedback-form-svg__checkbox-span {
  width: 2.4em;
  height: 2.4em;
  border: 4px solid #d4ab00;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 2em;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.2s ease; }

.feedback-form-svg__checkbox-span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%) rotate(-45deg);
  display: block;
  box-sizing: border-box;
  height: 1.3em;
  width: 1.8em;
  border-left: 0.2em solid #FFFFFF;
  border-bottom: 0.2em solid #FFFFFF; }
  @media (min-width: 61.25em) {
    .feedback-form-svg__checkbox-span:before {
      height: 10px;
      width: 16px;
      border-left-width: 3px;
      border-bottom-width: 3px; } }

.feedback-form-svg__checkbox-input:focus + .feedback-form-svg__checkbox-span {
  border-color: #555; }

.feedback-form-svg__checkbox-input:checked + .feedback-form-svg__checkbox-span {
  background-color: #d4ab00; }
  .feedback-form-svg__checkbox-input:checked + .feedback-form-svg__checkbox-span:before {
    content: ''; }

.feedback-form-svg__checkbox-input:checked:focus + .feedback-form-svg__checkbox-span {
  background-color: #d4ab00;
  border-color: #d4ab00; }

.feedback-form-svg__checkbox-link {
  display: block;
  color: #262626;
  font-family: "Museo Sans Cyrl";
  box-sizing: border-box; }
  .feedback-form-svg__checkbox-link:focus {
    color: #555;
    text-decoration: none; }
  @media (min-width: 61.25em) {
    .feedback-form-svg__checkbox-link {
      max-width: 230px; } }

.feedback-form-svg__warning-message {
  font-size: 14px;
  line-height: 18px;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  padding: 10px 20px; }
  .feedback-form-svg__warning-message.is-visible {
    display: flex; }
  @media (min-width: 61.25em) {
    .feedback-form-svg__warning-message {
      border: 4px solid #d4ab00; } }

.feedback-form-svg__warning-message-mobile {
  font-size: 14px;
  line-height: 18px;
  max-width: 205px;
  margin-top: 22px;
  display: none; }
  .feedback-form-svg__warning-message-mobile.is-visible {
    display: flex; }

.feedback-form-svg__success-message {
  background-color: #fff;
  color: #000000;
  font-size: 32px;
  letter-spacing: 0.8px;
  line-height: 38px;
  padding: 3.75em 5.625em 5.3125em 1.875em; }

.feedback-form-svg__success-message-mobile {
  background-color: #fff;
  color: #000000;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: 0.8px;
  padding: 20px;
  height: 100%;
  border: 2px solid #d4ab00; }

.feedback-form-svg__foreign-object-wrapper {
  display: none; }
  .feedback-form-svg__foreign-object-wrapper.is-visible {
    display: block; }

.feedback-form-svg__success-message-wrapper {
  display: none; }
  .feedback-form-svg__success-message-wrapper.is-visible {
    display: block; }

.footer {
  display: flex;
  width: 100%;
  height: 60px;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px; }
  @media (min-width: 61.25em) {
    .footer {
      padding-right: 3.75em;
      padding-left: 3.75em;
      position: absolute;
      bottom: 0;
      transform: translateY(100%); } }
  .footer__pp, .footer__paymentMethod {
    margin: 0 60px 0 0;
    font-size: 10px;
    color: #262626;
    text-decoration: none; }
    @media (min-width: 61.25em) {
      .footer__pp, .footer__paymentMethod {
        font-size: 0.625em; } }
  .footer__copyright {
    width: 72px;
    height: 11px;
    margin: 0 0 0 auto;
    background: url(/assets/logo_ruport.svg) 50% 50% no-repeat; }
    @media (min-width: 61.25em) {
      .footer__copyright {
        width: 4.5em;
        height: 0.6875em; } }
  .footer_transition {
    transition: transform 0.5s linear; }
  .footer_active {
    transform: translateY(0); }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }
  @media (min-width: 61.25em) {
    .header {
      top: 0.9375em; } }
  .header__logo {
    position: absolute;
    top: 25px;
    left: 24px; }
    @media (min-width: 61.25em) {
      .header__logo {
        top: 1em;
        left: 2.8125em; } }

.icon_menu {
  position: absolute; }
  .icon_menu::before, .icon_menu::after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    transition: transform 0.2s;
    transform-origin: 50% 50%; }
  .icon_menu::before {
    top: 0; }
  .icon_menu::after {
    top: 8px; }

.icon_menu .icon__line {
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000; }

.icon_menu-close::before {
  top: 8px;
  transform: rotate(45deg); }

.icon_menu-close::after {
  transform: rotate(-45deg); }

.icon_menu-close .icon__line {
  opacity: 0; }

@media (min-width: 61.25em) {
  .icon_arrow-long {
    position: relative; } }

.icon_arrow-long::before, .icon_arrow-long::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%; }

@media (min-width: 61.25em) {
  .icon_arrow-long::before {
    width: 1.875em;
    height: 0.25em;
    transform: translate(-50%, -50%);
    background-color: #fff; } }

@media (min-width: 61.25em) {
  .icon_arrow-long::after {
    width: 0.8125em;
    height: 1.375em;
    transform: translate(0.375em, -50%);
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 13 22" xmlns="http://www.w3.org/2000/svg"><path d="M2 2 L11 11 L2 20" fill="none" stroke="%23FFFFFF" stroke-width="4" stroke-linecap="butt"/></svg>') 0 0 no-repeat;
    background-size: contain; } }

.icon_arrow_prev, .icon_arrow_next {
  position: relative; }
  @media (min-width: 61.25em) {
    .icon_arrow_prev::before, .icon_arrow_next::before {
      display: block;
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0.25em;
      transform: translate(-50%, -50%);
      background-color: #fff;
      transition: width 0.4s; } }
  .icon_arrow_prev::after, .icon_arrow_next::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 16px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: contain; }
    @media (min-width: 61.25em) {
      .icon_arrow_prev::after, .icon_arrow_next::after {
        width: 0.8125em;
        height: 1.375em;
        transition: margin-left 0.4s; } }
  @media (min-width: 61.25em) {
    .icon_arrow_prev:hover::before, .icon_arrow_next:hover::before {
      width: 1.875em; } }

.icon_arrow_prev::after {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 9 16" xmlns="http://www.w3.org/2000/svg"><path d="M8 1 L1 8 L8 15" fill="none" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="butt"/></svg>'); }
  @media (min-width: 61.25em) {
    .icon_arrow_prev::after {
      background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 13 22" xmlns="http://www.w3.org/2000/svg"><path d="M11 2 L2 11 L11 20" fill="none" stroke="%23FFFFFF" stroke-width="4" stroke-linecap="butt"/></svg>'); } }

@media (min-width: 61.25em) {
  .icon_arrow_prev:hover::after {
    margin-left: -0.6875em; } }

.icon_arrow_next::after {
  background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 9 16" xmlns="http://www.w3.org/2000/svg"><path d="M1 1 L8 8 L1 15" fill="none" stroke="%23FFFFFF" stroke-width="2" stroke-linecap="butt"/></svg>'); }
  @media (min-width: 61.25em) {
    .icon_arrow_next::after {
      background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 13 22" xmlns="http://www.w3.org/2000/svg"><path d="M2 2 L11 11 L2 20" fill="none" stroke="%23FFFFFF" stroke-width="4" stroke-linecap="butt"/></svg>'); } }

@media (min-width: 61.25em) {
  .icon_arrow_next:hover::after {
    margin-left: 0.6875em; } }

.info {
  width: 81.875%;
  margin-left: auto;
  padding-top: 130px;
  transform: translateY(-172px); }
  @media (min-width: 61.25em) {
    .info {
      width: 100%;
      padding-top: 0;
      position: relative;
      transform: translate3d(0, calc(100vh - 4em), 0); } }
  @media (min-width: 61.25em) {
    .info::after {
      content: '';
      display: table;
      clear: both; } }
  .info__wrapper {
    position: relative; }
    @media (min-width: 61.25em) {
      .info__wrapper {
        position: relative;
        display: flex;
        width: 92.5vw;
        float: right; } }
  .info__content {
    background-color: #D4AB00;
    padding: 75px 41px 41px; }
    @media (min-width: 61.25em) {
      .info__content {
        position: relative;
        padding: 4.6875em 14.1875em 4.6875em 3.75em;
        margin-left: 3.75em;
        z-index: 1; } }
  @media (min-width: 61.25em) {
    .info__pattern {
      position: relative;
      min-width: 19em;
      min-height: 19em;
      background: url(/assets/pattern_304x304.svg) 100% 50% no-repeat;
      background-size: cover;
      z-index: 0; } }
  @media (min-width: 61.25em) {
    .info__pattern::before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #D4AB00; } }
  .info__icon {
    position: absolute;
    top: 0;
    left: -40px;
    width: 42px;
    height: 42px;
    border: 2px solid #D4AB00;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 42 42" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="21" y2="42" stroke="%23D4AB00" stroke-width="2" stroke-linecap="square"/><line x1="21" y1="42" x2="42" y2="0" stroke="%23D4AB00" stroke-width="2" stroke-linecap="square"/></svg>') 50% 50% no-repeat;
    animation: slideDownMobile 1.5s infinite linear; }
    @media (min-width: 61.25em) {
      .info__icon {
        left: -3.75em;
        width: 4em;
        height: 4em;
        border-width: 0.25em;
        background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="32" y2="64" stroke="%23D4AB00" stroke-width="4" stroke-linecap="square"/><line x1="32" y1="64" x2="64" y2="0" stroke="%23D4AB00" stroke-width="4" stroke-linecap="square"/></svg>') 50% -4em no-repeat;
        background-size: 3.75em 3.75em;
        animation: slideDownDesktop 1.5s infinite linear; } }
  .info__video {
    position: absolute;
    top: -50px;
    right: 39px;
    width: 102px;
    height: 102px;
    border: 2px solid #D4AB00;
    background: url(/assets/1.gif) 50% 50% no-repeat;
    background-size: cover;
    transform: translateY(-30px); }
    @media (min-width: 61.25em) {
      .info__video {
        top: 0;
        right: -9.5em;
        width: 19em;
        height: 11.5em;
        border-width: 0.25em;
        transform: translate3d(0, -9.375em, 0);
        pointer-events: all; } }
    .info__video::before {
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      content: '';
      width: 25px;
      height: 34px;
      margin: -17px 0 0 -12px;
      background: url('data:image/svg+xml;utf8,<svg width="25" height="34" xmlns="http://www.w3.org/2000/svg"><path fill="%23D4AB00" d="M0 0 L25 17 L0 34" /></svg>') 50% 50% no-repeat;
      transition: transform 0.2s; }
    @media (min-width: 61.25em) {
      .info__video:hover::before {
        transform: scale(1.25); } }
  .info__action {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    line-height: 42px;
    color: #fff;
    margin-left: 21px;
    text-transform: uppercase; }
    @media (min-width: 61.25em) {
      .info__action {
        font-size: 0.875em;
        line-height: 4.57143em;
        margin-left: 2em; } }
  .info__full-text {
    color: #fff; }
    @media (min-width: 61.25em) {
      .info__full-text {
        font-size: 1em;
        line-height: 1.375em;
        transform: translate3d(0, 4.375em, 0);
        opacity: 0; } }
  .info_overflow_hidden {
    overflow: hidden; }
  .info_transition {
    transition: transform 1s, width 1s; }
  .info_transition .info__video {
    transition: transform 1s, top 1s, width 1s; }
  .info_transition .info__action {
    transition: opacity 1s; }
  .info_transition .info__full-text {
    transition: opacity 1s, transform 1s; }
  .info_transition .info__pattern::before {
    transition: right 1s; }
  .info_step-1 {
    transform: translate3d(0, calc(50vh - 50%), 0); }
  .info_step-1 .info__video,
  .info_step-2 .info__video {
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .info_step-1 .info__action,
  .info_step-2 .info__action {
    opacity: 0; }
  .info_step-1 .info__icon,
  .info_step-2 .info__icon {
    background: url("/assets/icon_sand_palm.svg") 50% 50% no-repeat;
    animation: none; }
  .info_step-1 .info__full-text,
  .info_step-2 .info__full-text {
    transform: translate3d(0, 0, 0);
    opacity: 1; }
  .info_step-1 .info__pattern::before,
  .info_step-2 .info__pattern::before {
    right: 100%; }
  .info_step-2 {
    transform: translate3d(0, calc(45vh - 50%), 0);
    width: 0%; }
  .info_step-2 .info__video {
    width: 0; }
  .info_step-2 .info__pattern::before {
    right: 0; }
  .info_active {
    transform: translateY(0); }
  .info_active .info__video {
    transform: translateY(0); }
  .info_active .info__action {
    opacity: 0; }
  .info_active .info__icon {
    background: url("/assets/icon_sand_palm.svg") 50% 50% no-repeat;
    animation: none; }

@keyframes slideDownMobile {
  90%, 100% {
    background-position: 50% 42px; }
  0% {
    background-position: 50% -42px; }
  80% {
    background-position: 50% 42px; } }

@keyframes slideDownDesktop {
  90%, 100% {
    background-position: 50% 4em; }
  0% {
    background-position: 50% -4em; }
  80% {
    background-position: 50% 4em; } }

.link {
  color: inherit;
  text-decoration: none; }
  .link_block {
    display: block; }
  .link_actions {
    cursor: default;
    pointer-events: none; }

.list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media (min-width: 61.25em) {
    .list_is_nav-main {
      position: relative;
      display: flex;
      height: 100%;
      align-items: center; } }
  .list_is_nav-main .list__item {
    font-size: 20px;
    font-weight: 700;
    line-height: 38px;
    text-transform: uppercase; }
    @media (min-width: 61.25em) {
      .list_is_nav-main .list__item {
        font-size: 0.625em;
        line-height: 1.2em;
        padding-right: 0.9em;
        padding-left: 0.9em; } }
  .list_is_nav-main .list__item-actions {
    position: relative; }
    .list_is_nav-main .list__item-actions-is-active:before {
      content: '';
      position: absolute;
      top: -39px;
      right: 50%;
      margin: 0 -28px 0 0;
      background-color: #d1ad1e;
      width: 56px;
      height: 4px; }
    @media (min-width: 100em) {
      .list_is_nav-main .list__item-actions:before {
        top: -39px; } }
    @media (min-width: 20em) and (max-width: 61.24em) {
      .list_is_nav-main .list__item-actions:before {
        visibility: hidden; } }
  .list_is_nav-main .list__item--popup {
    color: #d4ab00;
    font-size: 12px;
    line-height: 1;
    margin-top: 2.25em; }
    @media (min-width: 61.25em) {
      .list_is_nav-main .list__item--popup {
        font-size: 0.625em;
        line-height: 1.2em;
        margin-top: 0;
        margin-left: 4em; } }
  @media (min-width: 61.25em) {
    .list_objects {
      opacity: 0; } }
  .list_objects .list__item {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 28px; }
    @media (min-width: 61.25em) {
      .list_objects .list__item {
        font-size: 0.875em;
        line-height: 2.35714em; } }
    .list_objects .list__item::before {
      display: block;
      content: '';
      width: 7px;
      height: 14px;
      opacity: 0.3;
      margin-right: 26px;
      background: url('data:image/svg+xml;utf8,<svg width="7" height="14" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="1" x2="6" y2="7" stroke="%23FFF" stroke-width="2" stroke-linecap="round"/><line x1="1" y1="13" x2="6" y2="7" stroke="%23FFF" stroke-width="2" stroke-linecap="round"/></svg>') 50% 50% no-repeat; }
      @media (min-width: 61.25em) {
        .list_objects .list__item::before {
          display: none;
          position: absolute;
          top: 50%;
          left: -1.625em;
          width: 0.375em;
          height: 0.375em;
          margin-top: -0.1875em;
          margin-right: 0;
          opacity: 1;
          background: #fff; } }
    .list_objects .list__item_active {
      position: relative; }
      .list_objects .list__item_active::before {
        display: block; }
  .list_objects.list_transition {
    transition: opacity 1s; }
  .list_objects.list_active {
    opacity: 1; }

.logo {
  width: 30px;
  height: 28px;
  background: url("/assets/logo.svg") 50% 50% no-repeat; }
  @media (min-width: 61.25em) {
    .logo {
      width: 1.875em;
      height: 1.75em; } }

@media (min-width: 61.25em) {
  .magic-line {
    display: block;
    content: '';
    position: absolute;
    top: -0.9375em;
    left: 0;
    width: 0;
    height: 0.25em;
    background-color: #D4AB00;
    transition: left 0.6s, width 0.6s; } }

.main {
  position: relative;
  height: 100%;
  z-index: 1; }

.map_is_main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
  @media (min-width: 61.25em) {
    .map_is_main::before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 11.25em;
      opacity: 1;
      background: linear-gradient(0, rgba(255, 255, 255, 0) 0%, white 100%);
      z-index: 1; } }

.map_is_main .map__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transform: matrix3d(1.6, 0, 0, 0, 0, 1.6, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform; }

.map_is_main .map__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-mask: linear-gradient(155deg, black 30%, transparent 50%, black 70%);
  -webkit-filter: blur(3px);
  z-index: 1;
  will-change: opacity; }

.map_is_main.map_transition {
  transition: opacity 1s; }

.map_is_main.map_transition .map__wrapper {
  transition: transform 1s; }

.map_is_main.map_transition .map__filter {
  transition: opacity 1s; }

.map_is_main.map_step-1 .map__wrapper {
  transform: matrix3d(1.175, 0, 0, 0, 0, 1.175, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }

.map_is_main.map_step-1 .map__filter {
  opacity: 0.7; }

.map_is_main.map_step-2 .map__wrapper,
.map_is_main.map_step-3 .map__wrapper {
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }

.map_is_main.map_step-2 .map__filter,
.map_is_main.map_step-3 .map__filter {
  opacity: 0; }

.map_is_main.map_step-3 {
  opacity: 0; }

.map_is_contacts {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #D4AB00;
  background-color: black;
  z-index: 0;
  background-image: url(/assets/m_map_contacts@2x.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 61.25em) {
    .map_is_contacts {
      border-width: 0.25em;
      background-image: url(/assets/map_contacts@2x.png); } }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  overflow: hidden; }
  .modal::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #D4AB00;
    transform: translate3d(-100%, 0, 0);
    z-index: 1; }
  .modal__content {
    position: relative;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    opacity: 0; }
  .modal__header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 78px;
    z-index: 1; }
    @media (min-width: 61.25em) {
      .modal__header {
        height: 3.75em;
        top: 0.9375em; } }
  .modal__logo {
    position: absolute;
    top: 25px;
    left: 24px; }
    @media (min-width: 61.25em) {
      .modal__logo {
        top: 1em;
        left: 2.8125em; } }
  .modal__close {
    position: absolute;
    top: 25px;
    right: 24px;
    width: 30px;
    height: 28px; }
    @media (min-width: 61.25em) {
      .modal__close {
        top: 1em;
        right: 2.8125em;
        width: 1.875em;
        height: 1.75em; } }
  .modal__body {
    position: relative;
    padding: 90px 20px 0;
    z-index: 0; }
    @media (min-width: 61.25em) {
      .modal__body {
        padding: 9.5625em 3.75em 0; } }
  .modal__footer {
    margin-top: 60px;
    padding: 0 20px 20px; }
    @media (min-width: 61.25em) {
      .modal__footer {
        margin-top: 9.375em;
        padding: 0 3.75em 3.75em; } }
  .modal_transition::before {
    transition: transform 1s; }
  .modal_transition .building__title,
  .modal_transition .building__contacts {
    transition: transform 0.6s 0.4s, opacity 0.6s 0.4s linear; }
  .modal_transition .building__photos {
    transition: transform 0.4s 0.6s, opacity 0.4s 0.6s linear; }
  .modal_transition .modal__content {
    transition: opacity 0s 0.3s; }
  .modal_overlay::before {
    transform: translate3d(100%, 0, 0); }
  .modal_transform .building__title,
  .modal_transform .building__contacts {
    opacity: 1;
    transform: translateY(0); }
  .modal_transform .building__photos {
    opacity: 1;
    transform: translateY(0); }
  .modal_opacity-in .modal__content {
    opacity: 1; }
  .modal_opacity-out .modal__content {
    opacity: 0; }

.nav_is_main {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 2;
  padding: 22% 0 0 18.75%; }
  @media (min-width: 61.25em) {
    .nav_is_main {
      display: flex;
      align-items: center;
      top: 0.9375em;
      right: 2.8125em;
      bottom: auto;
      left: auto;
      background-color: transparent;
      z-index: 2;
      padding: 0;
      height: 3.75em; } }
  .nav_is_main.nav_visible {
    display: block; }

.nav_objects {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 20px;
  left: 20px;
  height: 62px;
  overflow: hidden;
  z-index: 1; }
  @media (min-width: 61.25em) {
    .nav_objects {
      display: flex;
      flex-flow: column nowrap;
      top: 100%;
      bottom: 0;
      left: 3.75em;
      width: 22.8333%;
      height: auto; } }

.nav_objects .nav__header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 62px;
  background-color: #fff;
  border: 2px solid #D4AB00; }
  @media (min-width: 61.25em) {
    .nav_objects .nav__header {
      height: 4.125em;
      background-color: transparent;
      border-width: 0.25em; } }

.nav_objects .nav__icon {
  width: 58px;
  height: 58px;
  border-right: 2px solid #D4AB00;
  background: url("/assets/icon_buildings.svg") 50% 50% no-repeat; }
  @media (min-width: 61.25em) {
    .nav_objects .nav__icon {
      width: 3.625em;
      height: 3.625em;
      border-width: 0.25em; } }

.nav_objects .nav__title {
  flex: 1 1 auto;
  padding: 0 0 0 21px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #D4AB00; }
  @media (min-width: 61.25em) {
    .nav_objects .nav__title {
      font-size: 0.625em;
      line-height: 1.2em; } }

.nav_objects .nav__close {
  display: none;
  width: 58px;
  height: 58px;
  background: url('data:image/svg+xml;utf8,<svg width="25" height="25" xmlns="http://www.w3.org/2000/svg"><path fill="none" stroke="%23D4AB00" stroke-width="3" stroke-linecap="butt" d="M1.5 1.5 L 23.5 23.5 Z M23.5 1.5 L 1.5 23.5 Z"/></svg>') 50% 50% no-repeat; }

.nav_objects .nav__body {
  flex: 1 1 auto;
  background-color: #D4AB00;
  padding: 25px 10px 25px 28px; }
  @media (min-width: 61.25em) {
    .nav_objects .nav__body {
      padding: 2.5em 3.75em; } }

.nav_objects.nav_open {
  display: flex;
  flex-flow: column nowrap;
  width: auto;
  height: auto;
  top: 20px;
  right: 20px;
  bottom: 0; }

.nav_objects.nav_open .nav__close {
  display: block; }

.nav_theme_photos {
  display: flex;
  width: 122px;
  height: 42px;
  background-color: #D4AB00; }
  @media (min-width: 61.25em) {
    .nav_theme_photos {
      width: 9.5em;
      height: 3.8125em;
      cursor: pointer; } }

.nav_theme_photos .nav__item_prev, .nav_theme_photos .nav__item_next {
  width: 61px;
  height: 42px; }
  @media (min-width: 61.25em) {
    .nav_theme_photos .nav__item_prev, .nav_theme_photos .nav__item_next {
      width: 4.75em;
      height: 3.8125em; } }

.nav_hidden {
  display: none; }

.nav_objects.nav_transition {
  transition: top 1s, bottom 1s; }

.nav_objects.nav_step-1, .nav_objects.nav_step-2 {
  top: 12.4242%; }

.nav_objects.nav_step-2 {
  bottom: 100%; }

.opportunity {
  cursor: default; }
  .opportunity__bg {
    fill: #fff; }
  .opportunity__overlay {
    fill: #d4ab00; }
  .opportunity__info {
    font-size: 16px;
    fill: #fff; }
  .opportunity_no_1 .opportunity__overlay {
    transform: translateX(-388px); }
  .opportunity_no_1 .opportunity__info {
    transform: translateX(-100px);
    opacity: 0; }
  .opportunity_no_2 .opportunity__overlay {
    transform: translateX(-298px); }
  .opportunity_no_2 .opportunity__info {
    transform: translateX(-100px);
    opacity: 0; }
  .opportunity_no_3 .opportunity__overlay {
    transform: translateX(-448px); }
  .opportunity_no_3 .opportunity__info {
    transform: translateX(-100px);
    opacity: 0; }
  .opportunity_no_4 .opportunity__overlay {
    transform: translateX(-208px); }
  .opportunity_no_4 .opportunity__info {
    transform: translateX(-100px);
    opacity: 0; }
  .opportunity_no_5 .opportunity__overlay {
    transform: translateX(-238px); }
  .opportunity_no_5 .opportunity__info {
    transform: translateX(-100px);
    opacity: 0; }
  .opportunity_no_6 .opportunity__overlay {
    transform: translateX(-208px); }
  .opportunity_no_6 .opportunity__info {
    transform: translateX(-100px);
    opacity: 0; }
  .opportunity_transition-in .opportunity__overlay {
    transition: transform 0.4s; }
  .opportunity_transition-in .opportunity__info {
    transition: transform 0.6s 0.1s, opacity 0.6s 0.1s; }
  .opportunity_transition-out .opportunity__overlay {
    transition: transform 0.4s 0.1s; }
  .opportunity_transition-out .opportunity__info {
    transition: transform 0.6s, opacity 0.6s; }
  .opportunity_in .opportunity__overlay {
    transform: translateX(0); }
  .opportunity_in .opportunity__info {
    transform: translateX(0);
    opacity: 1; }
  .opportunity_no_1.opportunity_out .opportunity__overlay {
    transform: translateX(388px); }
  .opportunity_no_1.opportunity_out .opportunity__info {
    transform: translateX(100px);
    opacity: 0; }
  .opportunity_no_2.opportunity_out .opportunity__overlay {
    transform: translateX(298px); }
  .opportunity_no_2.opportunity_out .opportunity__info {
    transform: translateX(100px);
    opacity: 0; }
  .opportunity_no_3.opportunity_out .opportunity__overlay {
    transform: translateX(448px); }
  .opportunity_no_3.opportunity_out .opportunity__info {
    transform: translateX(100px);
    opacity: 0; }
  .opportunity_no_4.opportunity_out .opportunity__overlay {
    transform: translateX(208px); }
  .opportunity_no_4.opportunity_out .opportunity__info {
    transform: translateX(100px);
    opacity: 0; }
  .opportunity_no_5.opportunity_out .opportunity__overlay {
    transform: translateX(238px); }
  .opportunity_no_5.opportunity_out .opportunity__info {
    transform: translateX(100px);
    opacity: 0; }
  .opportunity_no_6.opportunity_out .opportunity__overlay {
    transform: translateX(208px); }
  .opportunity_no_6.opportunity_out .opportunity__info {
    transform: translateX(100px);
    opacity: 0; }

.partnership {
  cursor: pointer; }
  .partnership__bg {
    fill: #fff; }
  .partnership__overlay {
    fill: #d4ab00; }
  .partnership__info {
    fill: #fff; }
  .partnership_no_1 .partnership__overlay {
    transform: translateX(-448px); }
  .partnership_no_1 .partnership__info {
    transform: translateX(-100px);
    opacity: 0; }
  .partnership_no_2 .partnership__overlay {
    transform: translateX(-478px); }
  .partnership_no_2 .partnership__info {
    transform: translateX(-100px);
    opacity: 0; }
  .partnership_transition-in .partnership__overlay {
    transition: transform 0.4s; }
  .partnership_transition-in .partnership__info {
    transition: transform 0.6s 0.1s, opacity 0.6s 0.1s; }
  .partnership_transition-out .partnership__overlay {
    transition: transform 0.4s 0.1s; }
  .partnership_transition-out .partnership__info {
    transition: transform 0.6s, opacity 0.6s; }
  .partnership_in .partnership__overlay {
    transform: translateX(0); }
  .partnership_in .partnership__info {
    transform: translateX(0);
    opacity: 1; }
  .partnership_no_1.partnership_out .partnership__overlay {
    transform: translateX(448px); }
  .partnership_no_1.partnership_out .partnership__info {
    transform: translateX(100px);
    opacity: 0; }
  .partnership_no_2.partnership_out .partnership__overlay {
    transform: translateX(478px); }
  .partnership_no_2.partnership_out .partnership__info {
    transform: translateX(100px);
    opacity: 0; }

.pattern_theme_modal {
  width: 100%;
  padding-bottom: 21.9858%;
  background: url(/assets/pattern_282x62.svg) 50% 50% no-repeat; }
  @media (min-width: 61.25em) {
    .pattern_theme_modal {
      padding-bottom: 8.6715%;
      background-image: url(/assets/pattern_1084x94.svg); } }

.pattern_theme_stat {
  height: 100%;
  background: url(/assets/pattern_282x442.svg) 50% 50% no-repeat; }

.PMTitle {
  font-size: 68px;
  line-height: 1.05; }

.PMSubTitle {
  margin: 80px 0 30px;
  font-size: 30px;
  line-height: 1; }

.PMText {
  font-size: 20px;
  line-height: 1.5; }
  .PMText-is-faded {
    color: #555; }

.PMSideText {
  width: 100%;
  font-size: 16px;
  line-height: 1.4;
  color: #555; }
  @media (min-width: 61.25em) {
    .PMSideText {
      width: unset;
      margin: 0 0 0 75px; } }

.PMListItem {
  margin: 0 0 5px; }

.PMImg {
  width: 100%;
  max-width: 300px;
  margin: 30px 0 10px; }
  @media (min-width: 61.25em) {
    .PMImg {
      margin: 30px 50px 10px 0; } }

.PMCard {
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 45px 0 80px; }
  @media (min-width: 61.25em) {
    .PMCard {
      flex-flow: nowrap;
      justify-content: space-around; } }

.PMCardImg {
  flex: none;
  width: 100%;
  max-width: 520px; }
  @media (min-width: 61.25em) {
    .PMCardImg {
      width: 45%; } }

.address {
  font-style: normal; }

.paymentMethodLink {
  text-decoration: none;
  color: inherit; }

.popup-feedback {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background-color: #fff;
  overflow-y: scroll; }

.popup-feedback--visible {
  display: block; }

.popup-feedback__inner {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 120px;
  margin-bottom: 110px;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box; }
  @media (min-width: 61.25em) {
    .popup-feedback__inner {
      max-width: 1080px; } }

.popup-feedback__logo {
  position: fixed;
  top: 25px;
  left: 24px; }
  @media (min-width: 61.25em) {
    .popup-feedback__logo {
      top: 1em;
      left: 2.8125em; } }

.popup-feedback__close-button {
  background-color: #fff;
  position: fixed;
  top: 1.875em;
  right: 1.875em;
  z-index: 5;
  border: none;
  padding: 5px;
  display: flex;
  cursor: pointer; }
  .popup-feedback__close-button svg {
    pointer-events: none; }

.popup-feedback__close-button:focus {
  background-color: #d4ab00; }
  .popup-feedback__close-button:focus svg {
    fill: #fff; }

.popup-feedback__title {
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  margin-left: 1em;
  font-weight: 700;
  margin-top: 0; }
  @media (min-width: 61.25em) {
    .popup-feedback__title {
      color: #000000;
      font-size: 32px;
      letter-spacing: 0.8px;
      line-height: 38px;
      padding-left: 2.8125em;
      margin-bottom: 3.59375em; } }

.popup-feedback__text {
  color: #000000;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.42857em;
  margin-left: 1.42857em;
  margin-bottom: 5em;
  max-width: 13.57143em; }
  @media (min-width: 61.25em) {
    .popup-feedback__text {
      font-size: 16px;
      line-height: 1.375em;
      max-width: 15em;
      position: absolute;
      top: 0;
      right: 93px;
      margin: 0; } }

.popup-feedback__form {
  width: 100%; }

@media (min-width: 61.25em) {
  .popup-feedback__form--mobile {
    display: none; } }

.popup-feedback__form--desktop {
  display: none; }
  @media (min-width: 61.25em) {
    .popup-feedback__form--desktop {
      display: block; } }

.slide_opportunities, .slide_partnership {
  padding: 25% 20px 14.0625%; }
  @media (min-width: 61.25em) {
    .slide_opportunities, .slide_partnership {
      padding: 5.625em 3.75em 3.75em;
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      transform: translate3d(0, 100%, 0); } }

@media (min-width: 61.25em) {
  .slide_opportunities .slide__wrapper,
  .slide_partnership .slide__wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden; } }

.slide_opportunities .slide__wrapper::before,
.slide_partnership .slide__wrapper::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #D4AB00;
  transform: translate3d(-100%, 0, 0); }

.slide_contacts {
  padding: 25% 20px 0; }
  @media (min-width: 61.25em) {
    .slide_contacts {
      padding: 1.875em 3.75em 0;
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      transform: translate3d(0, 100%, 0); } }

@media (min-width: 61.25em) {
  .slide_contacts .slide__wrapper {
    width: 100%; } }

.slide_contacts .slide__headline {
  margin-bottom: 56px;
  margin-left: 14.2857%; }
  @media (min-width: 61.25em) {
    .slide_contacts .slide__headline {
      margin-bottom: -4%;
      margin-left: 8.3333%; } }

.slide_contacts .slide__contacts {
  position: relative;
  width: 81.88%;
  margin-right: -20px;
  margin-left: auto;
  z-index: 1; }
  @media (min-width: 61.25em) {
    .slide_contacts .slide__contacts {
      width: 36.4815%;
      margin-right: 8.3333%; } }

.slide_contacts .slide__map {
  position: relative;
  height: 85.8156vw;
  margin-top: -20px;
  z-index: 0; }
  @media (min-width: 61.25em) {
    .slide_contacts .slide__map {
      height: 22.5092vw;
      margin-top: -4em; } }

.slide_contacts.slide_transition {
  transition: transform 1s; }

.slide_contacts.slide_active {
  transform: translate3d(0, 0, 0); }

.slide_opportunities.slide_transition, .slide_partnership.slide_transition {
  transition: transform 1s; }

.slide_opportunities.slide_transition .slide__wrapper::before,
.slide_partnership.slide_transition .slide__wrapper::before {
  transition: transform 0.5s; }

.slide_opportunities.slide_step-1, .slide_partnership.slide_step-1 {
  transform: translate3d(0, 0, 0); }

.slide_opportunities.slide_step-2, .slide_partnership.slide_step-2 {
  transform: translate3d(0, -100%, 0); }

.slide_opportunities.slide_step-2 .slide__wrapper::before,
.slide_partnership.slide_step-2 .slide__wrapper::before {
  transform: translate3d(0, 0, 0); }

.submit {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: block;
  border: none;
  background-color: #d4ab00;
  padding: 20px 25px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  position: relative;
  user-select: none; }
  .submit:active, .submit:hover {
    background-color: #af8c01; }
  .submit:focus {
    background-color: #555; }
  .submit:disabled {
    background-color: #fff;
    border: 2px solid #d4ab00;
    color: #d4ab00; }
    @media (min-width: 61.25em) {
      .submit:disabled {
        border-width: 4px; } }
  @media (min-width: 61.25em) {
    .submit {
      padding: 0 1.5em;
      font-size: 16px;
      cursor: pointer; } }

.submit--progress-bar {
  color: transparent;
  font-size: 0;
  text-indent: -9999px;
  background-color: #fff;
  border: 2px solid #d4ab00; }
  @media (min-width: 61.25em) {
    .submit--progress-bar {
      border-width: 4px; } }
  .submit--progress-bar:focus, .submit--progress-bar:hover {
    background-color: #fff; }
  .submit--progress-bar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #d4ab00;
    right: 100%;
    animation: progress-bar 2s infinite; }
    @media (min-width: 61.25em) {
      .submit--progress-bar:before {
        top: -5px;
        left: -5px;
        bottom: -5px; } }

@keyframes progress-bar {
  0% {
    right: 100%; }
  100% {
    right: 0; } }

.svg__opportunity, .svg__partnership {
  opacity: 0; }

.svg__overlay {
  fill: #D4AB00; }
  .svg__overlay_no_1 {
    transform: translateX(-386px); }
  .svg__overlay_no_2 {
    transform: translateX(-297px); }
  .svg__overlay_no_3 {
    transform: translateX(-446px); }
  .svg__overlay_no_4 {
    transform: translateX(-206px); }
  .svg__overlay_no_5 {
    transform: translateX(-236px); }
  .svg__overlay_no_6 {
    transform: translateX(-297px); }
  .svg__overlay_no_7 {
    transform: translateX(-446px); }
  .svg__overlay_no_8 {
    transform: translateX(-476px); }

@media (min-width: 61.25em) {
  .svg_opportunities {
    width: 100%;
    height: 100%; } }

.svg_opportunities .svg__title {
  color: #000;
  font-weight: 700;
  line-height: 1; }
  .svg_opportunities .svg__title_s1 {
    font-size: 60px;
    letter-spacing: 2.4px; }
    @media (min-width: 61.25em) {
      .svg_opportunities .svg__title_s1 {
        font-size: 100px;
        letter-spacing: 4px; } }
  .svg_opportunities .svg__title_s2 {
    font-size: 40px;
    letter-spacing: 1px; }
    @media (min-width: 61.25em) {
      .svg_opportunities .svg__title_s2 {
        font-size: 80px;
        letter-spacing: 4px; } }
  .svg_opportunities .svg__title_s3 {
    font-size: 30px;
    letter-spacing: 0.75px; }
    @media (min-width: 61.25em) {
      .svg_opportunities .svg__title_s3 {
        font-size: 60px;
        letter-spacing: 2px; } }
  @media (min-width: 61.25em) {
    .svg_opportunities .svg__title_s4 {
      font-size: 40px;
      letter-spacing: 1px; } }

.svg_opportunities .svg__sub-title {
  font-size: 12px;
  font-weight: 300;
  color: #000;
  line-height: 1;
  text-transform: uppercase; }
  @media (min-width: 61.25em) {
    .svg_opportunities .svg__sub-title {
      font-size: 14px; } }

.svg_opportunities.svg_transition .svg__opportunity_no_1 {
  transition: opacity 0s 0.25s linear; }

.svg_opportunities.svg_transition .svg__opportunity_no_2 {
  transition: opacity 0s 0.35s linear; }

.svg_opportunities.svg_transition .svg__opportunity_no_3 {
  transition: opacity 0s 0.45s linear; }

.svg_opportunities.svg_transition .svg__opportunity_no_4 {
  transition: opacity 0s 0.55s linear; }

.svg_opportunities.svg_transition .svg__opportunity_no_5 {
  transition: opacity 0s 0.65s linear; }

.svg_opportunities.svg_transition .svg__opportunity_no_6 {
  transition: opacity 0s 0.75s linear; }

.svg_opportunities.svg_transition .svg__overlay_no_1 {
  transition: transform 0.5s linear; }

.svg_opportunities.svg_transition .svg__overlay_no_2 {
  transition: transform 0.5s 0.1s linear; }

.svg_opportunities.svg_transition .svg__overlay_no_3 {
  transition: transform 0.5s 0.2s linear; }

.svg_opportunities.svg_transition .svg__overlay_no_4 {
  transition: transform 0.5s 0.3s linear; }

.svg_opportunities.svg_transition .svg__overlay_no_5 {
  transition: transform 0.5s 0.4s linear; }

.svg_opportunities.svg_transition .svg__overlay_no_6 {
  transition: transform 0.5s 0.5s linear; }

.svg_opportunities.svg_active .svg__opportunity_no_1 {
  opacity: 1; }

.svg_opportunities.svg_active .svg__opportunity_no_2 {
  opacity: 1; }

.svg_opportunities.svg_active .svg__opportunity_no_3 {
  opacity: 1; }

.svg_opportunities.svg_active .svg__opportunity_no_4 {
  opacity: 1; }

.svg_opportunities.svg_active .svg__opportunity_no_5 {
  opacity: 1; }

.svg_opportunities.svg_active .svg__opportunity_no_6 {
  opacity: 1; }

.svg_opportunities.svg_active .svg__overlay_no_1 {
  transform: translateX(388px); }

.svg_opportunities.svg_active .svg__overlay_no_2 {
  transform: translateX(298px); }

.svg_opportunities.svg_active .svg__overlay_no_3 {
  transform: translateX(448px); }

.svg_opportunities.svg_active .svg__overlay_no_4 {
  transform: translateX(208px); }

.svg_opportunities.svg_active .svg__overlay_no_5 {
  transform: translateX(238px); }

.svg_opportunities.svg_active .svg__overlay_no_6 {
  transform: translateX(388px); }

@media (min-width: 61.25em) {
  .svg_partnership {
    width: 100%;
    height: 100%; } }

.svg_partnership .svg__title {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase; }
  @media (min-width: 61.25em) {
    .svg_partnership .svg__title {
      font-size: 32px;
      line-height: 38px;
      letter-spacing: 0.8px; } }

.svg_partnership .svg__content {
  font-size: 12px;
  font-weight: 300; }
  @media (min-width: 61.25em) {
    .svg_partnership .svg__content {
      font-size: 14px;
      line-height: 20px; } }

.svg_partnership.svg_transition .svg__partnership_no_1 {
  transition: opacity 0s 0.5s linear; }

.svg_partnership.svg_transition .svg__partnership_no_2 {
  transition: opacity 0s 0.5s linear; }

.svg_partnership.svg_transition .svg__overlay_no_7 {
  transition: transform 0.6s 0.2s linear; }

.svg_partnership.svg_transition .svg__overlay_no_8 {
  transition: transform 0.6s 0.2s linear; }

.svg_partnership.svg_active .svg__partnership_no_1 {
  opacity: 1; }

.svg_partnership.svg_active .svg__partnership_no_2 {
  opacity: 1; }

.svg_partnership.svg_active .svg__overlay_no_7 {
  transform: translateX(448px); }

.svg_partnership.svg_active .svg__overlay_no_8 {
  transform: translateX(478px); }

.svg_objects {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0; }

@media (min-width: 61.25em) {
  .svg_objects .svg__object {
    transition: opacity 0.4s; } }

.svg_active-object_10 .svg__object {
  opacity: 0; }
  .svg_active-object_10 .svg__object_10 {
    opacity: 1; }

.svg_active-object_11 .svg__object {
  opacity: 0; }
  .svg_active-object_11 .svg__object_13 {
    opacity: 1; }

.svg_active-object_12 .svg__object {
  opacity: 0; }
  .svg_active-object_12 .svg__object_07 {
    opacity: 1; }

.svg_active-object_13 .svg__object {
  opacity: 0; }
  .svg_active-object_13 .svg__object_04, .svg_active-object_13 .svg__object_05, .svg_active-object_13 .svg__object_14, .svg_active-object_13 .svg__object_15, .svg_active-object_13 .svg__object_16 {
    opacity: 1; }

.svg_active-object_14 .svg__object {
  opacity: 0; }
  .svg_active-object_14 .svg__object_09 {
    opacity: 1; }

.svg_active-object_15 .svg__object {
  opacity: 0; }
  .svg_active-object_15 .svg__object_08 {
    opacity: 1; }

.svg_active-object_16 .svg__object {
  opacity: 0; }
  .svg_active-object_16 .svg__object_06 {
    opacity: 1; }

.svg_active-object_17 .svg__object {
  opacity: 0; }
  .svg_active-object_17 .svg__object_17 {
    opacity: 1; }

.svg_active-object_18 .svg__object {
  opacity: 0; }
  .svg_active-object_18 .svg__object_18 {
    opacity: 1; }

.svg_active-object_19 .svg__object {
  opacity: 0; }
  .svg_active-object_19 .svg__object_02 {
    opacity: 1; }

.svg_active-object_20 .svg__object {
  opacity: 0; }
  .svg_active-object_20 .svg__object_03 {
    opacity: 1; }

.svg_active-object_21 .svg__object {
  opacity: 0; }
  .svg_active-object_21 .svg__object_11 {
    opacity: 1; }

.svg_object-contours {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0; }
  @media (min-width: 61.25em) {
    .svg_object-contours path {
      cursor: pointer; } }

.swiper-theme-main {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden; }

.swiper-theme-features {
  position: relative;
  padding: 25% 0 14.0625%;
  overflow: hidden; }
  @media (min-width: 61.25em) {
    .swiper-theme-features {
      padding: 0;
      overflow: visible;
      margin-right: 0;
      margin-left: 0;
      height: 100%;
      display: flex;
      align-items: center;
      transform: translateY(100%); } }
  @media (min-width: 61.25em) {
    .swiper-theme-features .swiper-wrapper {
      display: flex;
      justify-content: center;
      height: 42.5vw; } }
  .swiper-theme-features .swiper-slide {
    width: 81.875%; }
    @media (min-width: 61.25em) {
      .swiper-theme-features .swiper-slide {
        position: relative;
        width: 30%;
        display: flex;
        align-items: center;
        overflow: hidden; } }
    @media (min-width: 61.25em) {
      .swiper-theme-features .swiper-slide::before, .swiper-theme-features .swiper-slide::after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #D4AB00;
        transition: transform 0.2s;
        transform: translateY(calc(100% + 2px));
        z-index: 2; } }

.swiper-theme-features.swiper-transition {
  transition: transform 1s; }
  .swiper-theme-features.swiper-transition .swiper-slide::before, .swiper-theme-features.swiper-transition .swiper-slide::after {
    transition: transform 0.9s ease-in-out; }
  .swiper-theme-features.swiper-transition .swiper-slide .feature {
    transition: opacity 0s 0.6s; }
  .swiper-theme-features.swiper-transition .swiper-slide:first-child::before, .swiper-theme-features.swiper-transition .swiper-slide:first-child::after {
    transition: transform 0.7s ease-in-out; }
  .swiper-theme-features.swiper-transition .swiper-slide:first-child .feature {
    transition: opacity 0s 0.4s; }
  .swiper-theme-features.swiper-transition .swiper-slide:last-child::before, .swiper-theme-features.swiper-transition .swiper-slide:last-child::after {
    transition: transform 1s ease-in-out; }
  .swiper-theme-features.swiper-transition .swiper-slide:last-child .feature {
    transition: opacity 0s 0.7s; }

.swiper-theme-features.swiper-step-1 {
  transform: translateY(0); }
  .swiper-theme-features.swiper-step-1 .swiper-slide::before {
    transform: translateY(-100%); }
  .swiper-theme-features.swiper-step-1 .swiper-slide .feature {
    opacity: 1; }

.swiper-theme-features.swiper-step-2 {
  transform: translateY(-100%); }
  .swiper-theme-features.swiper-step-2 .swiper-slide::before, .swiper-theme-features.swiper-step-2 .swiper-slide::after {
    transform: translateY(-100%); }
  .swiper-theme-features.swiper-step-2 .swiper-slide .feature {
    opacity: 0; }

.swiper_is_gallery {
  width: 100%;
  height: 100%;
  height: 45.0355vw;
  border: 2px solid #D4AB00;
  overflow: hidden; }
  @media (min-width: 61.25em) {
    .swiper_is_gallery {
      border-width: 0.25em; } }
  .swiper_is_gallery .swiper-slide {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover; }

.swiper_scroll > .swiper-wrapper > .swiper-slide {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 61.25em) {
    .swiper_scroll > .swiper-wrapper > .swiper-slide {
      overflow-y: visible;
      -webkit-overflow-scrolling: none; } }

.swiper-container-custom > .swiper-wrapper > .swiper-slide {
  pointer-events: none; }

.swiper-container-custom > .swiper-wrapper > .swiper-slide-active {
  pointer-events: auto; }

.title_main {
  position: absolute;
  top: 23.42%;
  left: 18.5%;
  margin: 0; }
  @media (min-width: 61.25em) {
    .title_main {
      top: 24.7%;
      left: 12.5%;
      overflow: hidden; } }
  @media (min-width: 61.25em) {
    .title_main::before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #D4AB00;
      transform: translate3d(-100%, 0, 0);
      z-index: 1; } }

.title_main .title__content {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase; }
  @media (min-width: 61.25em) {
    .title_main .title__content {
      top: 24.7%;
      left: 12.5%;
      font-size: 3.125em;
      line-height: 1.08em;
      opacity: 1; } }

.title_main.title_transition {
  transition: transform 0.6s linear; }
  .title_main.title_transition::before {
    transition: transform 0.6s linear; }

.title_main.title_transition .title__content {
  transition: opacity 0s 0.3s; }

.title_main.title_active {
  transform: translateY(-4.375em); }
  .title_main.title_active::before {
    transform: translate3d(calc(100% + 2px), 0, 0); }

.title_main.title_active .title__content {
  opacity: 0; }

@media (min-width: 61.25em) {
  .title_contacts {
    position: relative;
    display: inline-block;
    overflow: hidden; } }

@media (min-width: 61.25em) {
  .title_contacts::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #D4AB00;
    transform: translate3d(-100%, 0, 0);
    z-index: 1; } }

.title_contacts .title__content {
  font-size: 20px;
  line-height: 24px; }
  @media (min-width: 61.25em) {
    .title_contacts .title__content {
      font-size: 2em;
      line-height: 1.1875em;
      letter-spacing: 0.025em;
      opacity: 0; } }

.title_contacts.title_transition::before {
  transition: transform 0.6s linear; }

.title_contacts.title_transition .title__content {
  transition: opacity 0s 0.3s; }

.title_contacts.title_active::before {
  transform: translate3d(calc(100% + 2px), 0, 0); }

.title_contacts.title_active .title__content {
  opacity: 1; }

.video {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 3; }
  .video__close {
    position: absolute;
    top: 31px;
    right: 28px;
    width: 25px;
    height: 25px;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 25 25" xmlns="http://www.w3.org/2000/svg"><path d="M2 2 L23 23 Z M23 2 L2 23 Z" stroke="%23000" stroke-width="4" stroke-linecap="butt" /></svg>') 50% 50% no-repeat;
    z-index: 1; }
    @media (min-width: 61.25em) {
      .video__close {
        top: 3.125em;
        right: 3.125em;
        width: 1.5625em;
        height: 1.5625em;
        cursor: pointer;
        transition: transform 0.4s; } }
    @media (min-width: 61.25em) {
      .video__close:hover {
        transform: scale(1.25); } }
  .video__container {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0; }
  .video_hidden {
    display: none; }

.cooperationBody {
  padding: 80px 0 0;
  margin: 0 auto; }
  .cooperationBody-is-stuck {
    overflow: hidden; }
  .cooperationBody main {
    padding: 0 20px; }
  @media (min-width: 81.25em) {
    .cooperationBody {
      width: 1170px; } }
  @media (max-width: 81.24em) {
    .cooperationBody:before {
      z-index: 2;
      position: fixed;
      top: 0;
      left: 0;
      right: 20px;
      height: 100px;
      background: #fff;
      content: ''; } }
  @media (max-width: 46.24em) {
    .cooperationBody {
      padding: 120px 20px 0; }
      .cooperationBody main {
        padding: 0; } }
  .cooperationBody h1 {
    margin: 0 0 71px;
    font-size: 4.25em;
    font-weight: 800;
    line-height: 1.05; }
    @media (max-width: 46.24em) {
      .cooperationBody h1 {
        font-size: 2.5em; } }
  .cooperationBody h2 {
    margin: 50px 0;
    font-size: 1.875em;
    font-weight: 800;
    line-height: 1.4; }
    @media (max-width: 46.24em) {
      .cooperationBody h2 {
        font-size: 1.25em; } }
  .cooperationBody main p, .cooperationBody main ul {
    margin: 45px 0 30px; }
  .cooperationBody main p, .cooperationBody main li {
    font-size: 1.25em;
    line-height: 1.5; }
    @media (max-width: 46.24em) {
      .cooperationBody main p, .cooperationBody main li {
        font-size: 0.875em; } }
  .cooperationBody main a,
  .cooperationBody main button {
    color: #000;
    text-decoration: none; }
  .cooperationBody main ul {
    list-style: none; }
  .cooperationBody main li {
    position: relative; }
    .cooperationBody main li:before {
      position: absolute;
      top: 11px;
      left: -40px;
      display: block;
      content: '';
      height: 9px;
      width: 9px;
      background-color: #1c1b1a;
      border-radius: 50%; }
  .cooperationBody main .button_menu {
    display: none; }

.registryHolder a, .findOutMoreHolder button,
.findOutMoreHolder a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 25px;
  margin: 20px 0;
  font-size: 0.75em;
  font-weight: 800;
  text-transform: uppercase; }

.registryHolder a {
  background: #d4ab00;
  color: #fff; }

.findOutMoreHolder button {
  background: none;
  cursor: pointer;
  display: block; }

.findOutMoreHolder button,
.findOutMoreHolder a {
  border: 4px solid #d4ab00;
  color: #d4ab00;
  transition: .3s; }
  .findOutMoreHolder button:hover,
  .findOutMoreHolder a:hover {
    background: #d4ab00;
    color: #fff; }

.fileHolder a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 0 100px 0 50px;
  margin: 0 0 30px;
  border: 4px solid #d4ab00;
  font-size: 1.25em;
  line-height: 1.5; }
  .fileHolder a:after {
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80px;
    height: 100%;
    border-left: 4px solid #d4ab00;
    content: ''; }
  .fileHolder a:hover:after {
    background: #d4ab00; }
  @media (max-width: 46.24em) {
    .fileHolder a {
      min-height: 150px;
      padding: 30px 20px 80px 40px;
      font-size: 0.875em;
      line-height: 1.4; }
      .fileHolder a:after {
        display: none; } }

.iconFileLoadPattern {
  position: absolute;
  top: 0;
  left: -10000px; }

.iconFileLoad {
  position: absolute;
  width: 25px;
  height: 32px;
  fill: #d4ab00; }
  @media (min-width: 46.25em) {
    .iconFileLoad {
      right: 25px; }
      .fileHolder a:hover > .iconFileLoad {
        fill: #fff; } }
  @media (max-width: 46.24em) {
    .iconFileLoad {
      bottom: 40px;
      left: 40px; } }

.cooperationFooter {
  width: 100%;
  height: auto;
  margin: 150px 0 110px; }
  @media (min-width: 100em) {
    .cooperationFooter {
      width: 1530px;
      height: 130px;
      margin: 150px -180px 110px; } }
  @media (max-width: 46.24em) {
    .cooperationFooter {
      margin: 50px 0; } }

.cooperationDetailInfo {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 235px calc((100% - 1170px) / 2) 20px;
  margin: 0 auto;
  background: #fff; }
  .cooperationDetailInfo-is-visible {
    display: block; }
  @media (max-width: 81.24em) {
    .cooperationDetailInfo {
      padding: 155px 50px 20px; } }
  @media (max-width: 46.24em) {
    .cooperationDetailInfo {
      padding: 100px 20px 20px; } }

.actions {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 120px;
  font-family: "Muller";
  margin: 50px 0 0; }
  @media (min-width: 100em) {
    .actions {
      padding: 0 180px; } }
  @media (max-width: 61.24em) {
    .actions {
      margin: 90px 0 0;
      padding: 0 30px; } }

.actionFront {
  position: relative;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  height: 330px;
  border: 4px #d4ab00 solid;
  background-color: #d4ab00; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    .actionFront {
      flex-direction: column;
      height: auto; } }

.acctionLinkBooking {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 50px;
  background-color: #fff;
  color: #d4ab00;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  border: 4px #fff solid;
  width: 160px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  min-height: 40px;
  cursor: pointer;
  transition-duration: 300ms; }
  .acctionLinkBooking:hover {
    color: #fff;
    background-color: #d4ab00; }
  .actionBreakdown .acctionLinkBooking {
    position: relative;
    bottom: 0;
    background-color: #d4ab00;
    color: #fff;
    border-color: #d4ab00; }
    .actionBreakdown .acctionLinkBooking:hover {
      background-color: #fff;
      color: #d4ab00; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    .acctionLinkBooking {
      visibility: hidden; }
      .actionBreakdown .acctionLinkBooking {
        visibility: visible;
        width: 100%;
        margin: 0 0 50px; } }

.actionButton-show, .actionButton-hide {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  padding: 0;
  cursor: pointer;
  border: 4px #fff solid;
  background-color: #fff;
  transition-duration: 300ms; }
  .actionButton-show:before, .actionButton-hide:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%) rotate(135deg);
    width: 14px;
    height: 14px;
    border-top: 4px solid #d4ab00;
    border-right: 4px solid #d4ab00; }
  .actionButton-show:hover, .actionButton-hide:hover {
    background-color: #d4ab00; }
    .actionButton-show:hover:before, .actionButton-hide:hover:before {
      border-color: #fff; }
  .actionButton-show:focus, .actionButton-hide:focus, .actionButton-show:active, .actionButton-hide:active {
    outline: none; }

.actionButton-show-is-hidden {
  display: none; }

.actionButton-hide {
  border-color: #d4ab00;
  border-bottom: none;
  border-right: none; }
  .actionButton-hide:before {
    transform: translate(-50%, -40%) rotate(-45deg); }
  .actionButton-hide-is-hidden {
    display: none; }

.actionBreakdown {
  display: none;
  position: relative;
  flex-direction: column;
  padding: 65px 100px;
  border: 4px #d4ab00 solid;
  border-top: none; }
  .actionBreakdown-is-visible {
    display: flex; }
  @media (max-width: 61.24em) {
    .actionBreakdown {
      padding: 30px; } }

.actionImageHolder {
  position: relative;
  height: 100%;
  max-width: 330px;
  min-width: 330px;
  margin: 0 60px 0 0; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    .actionImageHolder {
      min-width: 100%;
      margin: 0; } }

.actionImage {
  display: block;
  width: 100%;
  height: 100%; }

.actionsTitle {
  font-size: 50px;
  margin: 0 0 45px;
  font-weight: bold;
  text-transform: uppercase; }

.action {
  width: 100%;
  margin: 0 0 50px; }
  .action:last-of-type {
    margin-bottom: 150px; }

.actionConditionTitle {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 600; }

.actionConditions {
  padding: 0;
  margin: 0 0 30px;
  list-style: none; }

.actionText {
  position: relative;
  padding: 40px 0 45px;
  margin: 0;
  height: 100%;
  width: calc(70% - 60px);
  flex-direction: column;
  font-weight: bold; }
  @media (min-width: 20em) and (max-width: 46.24em) {
    .actionText {
      padding: 30px 50px 0 30px;
      width: 100%; } }

.actionDescription {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 400px;
  margin: 0 0 20px; }

.actionOffer {
  font-size: 34px;
  margin: 0 0 65px; }
  @media (min-width: 100em) {
    .actionOffer {
      font-size: 40px; } }
  @media (max-width: 61.24em) {
    .actionOffer {
      font-size: 24px; } }

.d-md-none {
  display: block; }
  @media (min-width: 61.25em) {
    .d-md-none {
      display: none; } }

.d-md-block {
  display: none; }
  @media (min-width: 61.25em) {
    .d-md-block {
      display: block; } }

.block-searchHolder {
  margin-top: 50px;
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s step-end; }
  .nav ~ .block-searchHolder {
    opacity: 1;
    visibility: visible;
    margin: 80px 0 0; }
  main .swiper-slide-active .block-searchHolder {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, visibility .3s step-start; }
  @media (min-width: 61.25em) {
    .block-searchHolder {
      display: block; } }
