@charset "UTF-8";
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-enable */
/* stylelint-disable */
/**
* Селекторы для таргетинга на конкретные браузеры без влияния на специфику или
* ограничение использования в медиа-запросах
*
* Плюсы:
* - Работает с медиа-запросами
*
* Минусы:
* - Не может использоваться с @extend, так как это приведет к недействительности других селекторов
*/
/**
* Целевой Internet Explorer, но не Edge
*
* @demo
*	div {
*		@include browser-ie () {
*			// ...
*		}
*	}
*/
/**
* Target IE-Edge
*/
/**
* Target Firefox
*/
/**
* Target Safari
*/
/**
* Target all WebKit browsers
*/
/**
* Качество рендеринга изображений
* В Chrome качество фонового изображения не самое лучшее при использовании background-size
*/
/**
* Remove the unit of a length
*
* @param {Number} $number - Number to remove unit from
* @return {Number} - Unitless number
*/
/**
* Returns nth property from css property list
*
* @property {map} $list List
* @property {number} $index Item index
*
* @example
*   $bottom-margin: css-nth(10px 20px 30px 40px, 3); // 30px
*   $bottom-margin: css-nth(10px 20px, 3);           // 10px
*/
/**
* Remove nth elements from the list
*
* @property {map} $list List
* @property {number} $index Item index
*
* @example
*   $list: remove-nth(10px 20px 30px 40px, 3); // 10px 20px 40px
*/
/**
* In each $list pair of $breakpoint: $value replaces all values with 'inherit'
* except for one in $index position
*
* 'inherit' value when used with 'margins' or 'paddings' mixin will not produce any output
*
* @example
*   $spacer: (xs: 10px 11px 12px 13px, md: 20px 0);
*
*   $spacer-top-only:    breakpointPickCssNth($spacer, 1);
* => (xs: 10px inherit inherit inherit, md: 20px inherit inherit inherit)
*   @include margins($spacer-top-only);
*
*   $spacer-bottom-only: breakpointPickCssNth($spacer, 3);
* => (xs: inherit inherit 12px inherit, md: inherit inherit 20px inherit)
*   @include paddings($spacer-bottom-only);
*/
/**
* In each $list pair of $breakpoint: $value replaces all values with 'inherit'
* except for top (first) and bottom (third) properties
*
* @example
*     $spacer: (xs: 10px 11px 12px 13px, md: 20px 0);
*
*     $spacer-top-bottom: breakpoint-pick-top-bottom($spacer);
* => (xs: 10px inherit 12px inherit, md: 20px inherit 20px inherit)
*     @include margins($spacer-top-bottom);
*/
/**
* In each $list pair of $breakpoint: $value replaces all values with 'inherit'
* except for right (second) and left (fourth) properties
*
* @example
*     $spacer: (xs: 10px 11px 12px 13px, md: 20px 0);
*
*     $spacer-left-right: breakpoint-pick-top-bottom($spacer);
* => (xs: inherit 11px inherit 13px, md: inherit 0 inherit 0)
*     @include margins($spacer-left-right);
*/
/**
* In each $list pair of $breakpoint: $value merges all values skipping 'inherit'
*
* @example
*     $list-a: (xs: 10px inherit 20px inherit,    md: 30px inherit);
*     $list-b: (xs: 40px inherit inherit inherit, md: inherit 50px);
*
*     $list-result: breakpointMapMerge($list-a, $list-b);
*     // (xs: 40px inherit 20px inherit,          md: 30px 50px);
*/
/**
 * Returns deeply nested property from a map
 *
 * @function mapGetDeep Deep get for sass maps
 * @author https://css-tricks.com/snippets/sass/deep-getset-maps/
 * @param {Map} $map - Map
 * @param {Arglist} $keys - Key chain
 *
 * @example
 *   $paddings: mapGetDeep($grid-containers, default, paddings, xs);
 */
/**
* Mixin for object-fit plugin
*
* @see https://github.com/bfred-it/object-fit-images
* @see components/_background.scss
* @example
*   @include object-fit(contain);
*   @include object-fit(cover, top);
*/
/**
* Split string into a list
*
* @property {string} $string String
* @property {string} $separator Separator
*
* @example
*   $list: str-split("hello+world", "+"); // (hello, world)
*/
/**
* Converts SVG into data url so that this SVG could be used as a
* background image
*
* @example
*   background-image: svg-to-data-url("<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100">...</svg>");
*/
/**
* Remove keys from the map
*
* @param {Map} $map - Map from which to remove items
* @param {List} $keys - List of keys which to remove
* @return {Map} - Map without the specified keys
*/
@font-face {
  src: url("../fonts/Montserrat/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Light.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("../fonts/Montserrat/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Regular.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("../fonts/Montserrat/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Medium.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-SemiBold.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Bold.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("../fonts/Montserrat/Montserrat-Extrabold.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Extrabold.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  src: url("../fonts/Montserrat/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat/Montserrat-Black.woff") format("woff");
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #000;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000;
      opacity: 0.75; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

html {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
  scroll-behavior: smooth; }
  html.has-cursor,
  html.has-cursor * {
    cursor: none !important; }
  html.is-lock-scroll,
  html.is-lock-scroll body {
    overflow: hidden; }

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

p {
  margin: 0; }

a,
button {
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer; }

a {
  text-decoration: none;
  color: currentColor; }

svg {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  height: 100%;
  fill: currentColor; }

figure,
picture {
  display: inline-block;
  margin: 0;
  line-height: 0; }
  figure img,
  picture img {
    width: 100%; }

img {
  vertical-align: top;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

img[draggable="false"] {
  pointer-events: none;
  -webkit-user-drag: none; }

fieldset {
  margin: 0;
  border: 0;
  padding: 0; }

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0; }

video {
  outline: none;
  width: 100%;
  height: 100%; }

iframe {
  display: block; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  border: 0;
  padding: 0;
  text-align: center;
  background-color: transparent;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .btn__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 100%;
    color: currentColor;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }

.js-lazy-load:not(.is-loaded) {
  max-height: 50vh; }

.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 100%; }

.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-height: var(--vh); }

/* stylelint-disable */
/*
* Немедленно переместите любую анимацию в конечную точку, если пользователь установил свое устройство в положение "prefers reduced motion".
* Это может привести к плохим(непреднамеренным) последствиям. Удалите по мере необходимости и напишите свой собственный код для prefers-reduced-motion.
*/
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    -webkit-animation-duration: 0.001s !important;
            animation-duration: 0.001s !important;
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important;
    -webkit-transition-duration: 0.001s !important;
         -o-transition-duration: 0.001s !important;
            transition-duration: 0.001s !important;
    -webkit-transition-delay: 0s !important;
         -o-transition-delay: 0s !important;
            transition-delay: 0s !important; } }

/* stylelint-enable */
.is-hidden {
  display: none !important; }

.is-hide {
  opacity: 0; }

@media (max-width: 1024px) {
  .for-desktop {
    display: none !important; } }

@media (min-width: 1025px) {
  .for-tablet {
    display: none !important; } }

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

@media (min-width: 1025px) {
  .for-mobile {
    display: none !important; } }

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

@media (min-width: 1025px) {
  .for-devices {
    display: none !important; } }

.clearfix {
  overflow: auto; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0); }

/* stylelint-disable */
.dont-break-out {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }

/* stylelint-enable */
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 11;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none; }
  .header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: auto; }
    .header__logo--avtodor {
      padding: 5.9375vmin 3.125vmin;
      width: 50vmin;
      height: 18.75vmin;
      background: #f0f0f0; }
      .header__logo--avtodor svg {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      @media (min-width: 1025px) {
        .header__logo--avtodor {
          padding: 1.80556vw 1.38889vw;
          width: 15.27778vw;
          height: 5.55556vw; } }
      @media (min-width: 1681px) {
        .header__logo--avtodor {
          padding: 30.35139px 23.34722px;
          width: 256.81944px;
          height: 93.38889px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .header__logo--avtodor {
          padding: 3.38542vh 2.60417vh;
          width: 28.64583vh;
          height: 10.41667vh; } }
      .has-hover .header__logo--avtodor:not([disabled]):hover svg {
        opacity: 0.7; }
    .header__logo--avtovzglyad {
      margin-left: auto;
      padding: 6.875vmin 4.6875vmin 5.625vmin;
      width: 50vmin;
      height: 18.75vmin;
      color: #fff;
      background: #fc4f00; }
      @media (min-width: 1025px) {
        .header__logo--avtovzglyad {
          padding: 2.22222vw 2.01389vw 1.66667vw;
          width: 15.27778vw;
          height: 5.55556vw; } }
      @media (min-width: 1681px) {
        .header__logo--avtovzglyad {
          padding: 37.35556px 33.85347px 28.01667px;
          width: 256.81944px;
          height: 93.38889px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .header__logo--avtovzglyad {
          padding: 4.16667vh 3.77604vh 3.125vh;
          width: 28.64583vh;
          height: 10.41667vh; } }
      .has-hover .header__logo--avtovzglyad:not([disabled]):hover {
        color: #b0b0b0; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: #333; }
  .footer__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 9.375vmin; }
    .footer__logo--avtodor {
      margin-left: 6.25vmin;
      width: 37.5vmin;
      height: 5.625vmin; }
      @media (min-width: 1025px) {
        .footer__logo--avtodor {
          margin: 0;
          width: 9.44444vw;
          height: 1.38889vw; } }
      @media (min-width: 1681px) {
        .footer__logo--avtodor {
          width: 158.76111px;
          height: 23.34722px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .footer__logo--avtodor {
          width: 17.70833vh;
          height: 2.60417vh; } }
    .footer__logo--avtovzglyad {
      position: relative;
      margin-left: 12.5vmin;
      width: 37.5vmin;
      height: 5.625vmin;
      color: #777; }
      .footer__logo--avtovzglyad::before {
        content: "";
        position: absolute;
        left: -6.25vmin;
        top: 50%;
        width: 1px;
        height: 12.5vmin;
        background-color: #4f4f4f;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media (min-width: 1025px) {
          .footer__logo--avtovzglyad::before {
            left: -1.38889vw;
            height: 2.77778vw; } }
        @media (min-width: 1681px) {
          .footer__logo--avtovzglyad::before {
            left: -23.34722px;
            height: 46.69444px; } }
        @media (min-width: 1025px) and (max-height: 849px) {
          .footer__logo--avtovzglyad::before {
            left: -2.60417vh;
            height: 5.20833vh; } }
      @media (min-width: 1025px) {
        .footer__logo--avtovzglyad {
          margin-left: 2.77778vw;
          width: 9.02778vw;
          height: 1.38889vw; } }
      @media (min-width: 1681px) {
        .footer__logo--avtovzglyad {
          margin-left: 46.69444px;
          width: 151.75694px;
          height: 23.34722px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .footer__logo--avtovzglyad {
          margin-left: 5.20833vh;
          width: 16.92708vh;
          height: 2.60417vh; } }
    @media (min-width: 1025px) {
      .footer__logo {
        margin-top: 2.08333vw; } }
    @media (min-width: 1681px) {
      .footer__logo {
        margin-top: 35.02083px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .footer__logo {
        margin-top: 3.90625vh; } }
  .footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10vmin 6.25vmin 6.25vmin;
    font-size: 4.375vmin;
    line-height: 6.25vmin;
    text-align: left;
    color: #b0b0b0; }
    @media (min-width: 1025px) {
      .footer__copyright {
        margin-right: 1.38889vw;
        margin-left: auto;
        padding: 0;
        width: 38.88889vw;
        height: 5.55556vw;
        min-height: 5.55556vw;
        font-size: 0.97222vw;
        line-height: 1.38889vw; } }
    @media (min-width: 1681px) {
      .footer__copyright {
        margin-right: 23.34722px;
        width: 653.72222px;
        height: 93.38889px;
        min-height: 93.38889px;
        font-size: 16.34306px;
        line-height: 23.34722px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .footer__copyright {
        margin-right: 2.60417vh;
        width: 72.91667vh;
        height: 10.41667vh;
        min-height: 10.41667vh;
        font-size: 1.82292vh;
        line-height: 2.60417vh; } }
  .footer .social {
    -webkit-box-flex: 1;
        -ms-flex: 1 0;
            flex: 1 0;
    height: 25vmin; }
    @media (max-width: 1024px) {
      .footer .social__button {
        margin: 0 4.6875vmin; } }
    .has-hover .footer .social__button:not([disabled]):hover {
      color: #b0b0b0; }
    @media (min-width: 1025px) {
      .footer .social {
        height: 5.55556vw; }
        .is-browser-ie .footer .social {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none; } }
    @media (min-width: 1681px) {
      .footer .social {
        height: 93.38889px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .footer .social {
        height: 10.41667vh; } }
    @media (max-width: 1024px) {
      .footer .social {
        max-width: 100%; } }
  @media (min-width: 1025px) {
    .footer {
      padding-left: 1.38889vw;
      width: 100%;
      min-height: 5.55556vw; } }
  @media (min-width: 1681px) {
    .footer {
      padding-left: 23.34722px;
      min-height: 93.38889px; } }
  @media (min-width: 1025px) and (max-height: 849px) {
    .footer {
      padding-left: 2.60417vh;
      min-height: 10.41667vh; } }
  @media (max-width: 1024px) {
    .footer {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: normal;
          -ms-flex-align: normal;
              align-items: normal;
      padding-left: 0;
      min-height: vmin(80); } }

.hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 18.75vmin; }
  .hero::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(252, 79, 0, 0.7); }
  .hero__video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* stylelint-disable */
    /* stylelint-enable */ }
    .hero__video object-fit {
      left: 0 !important;
      top: 0 !important; }
    .hero__video video {
      position: absolute;
      left: 50%;
      top: 50%;
      z-index: 0;
      width: 177.777vh;
      height: 100%;
      min-width: 100%;
      min-height: 56.25vw;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -o-object-fit: cover;
         object-fit: cover;
      font-family: "object-fit: cover"; }

@media (max-width: 1024px) and (orientation: portrait) {
  .hero__video video {
    width: auto;
    height: 100%;
    min-width: auto;
    min-height: auto; } }
    @media (max-width: 1024px) {
      .hero__video {
        width: 100%;
        height: vmin(282); } }
  .hero__moscow {
    position: relative;
    z-index: 3;
    margin: 6.25vmin 0; }
    .hero__moscow-text {
      margin-right: 8.125vmin;
      margin-left: auto;
      width: 28.125vmin;
      height: 28.125vmin; }
      @media (min-width: 1025px) {
        .hero__moscow-text {
          width: 9.72222vw;
          height: 9.72222vw; } }
      @media (min-width: 1681px) {
        .hero__moscow-text {
          width: 163.43056px;
          height: 163.43056px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .hero__moscow-text {
          width: 18.22917vh;
          height: 18.22917vh; } }
    .hero__moscow-car {
      position: absolute;
      right: 5vmin;
      top: 22.1875vmin;
      width: 10vmin;
      height: 3.125vmin; }
      .hero__moscow-car::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        border: 1px solid #fff;
        border-radius: 50px;
        width: 15vmin;
        height: 7.5vmin;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media (min-width: 1025px) {
          .hero__moscow-car::before {
            width: 4.44444vw;
            height: 2.22222vw; } }
        @media (min-width: 1681px) {
          .hero__moscow-car::before {
            width: 74.71111px;
            height: 37.35556px; } }
        @media (min-width: 1025px) and (max-height: 849px) {
          .hero__moscow-car::before {
            width: 8.33333vh;
            height: 4.16667vh; } }
      @media (min-width: 1025px) {
        .hero__moscow-car {
          left: 102.72778px;
          right: auto;
          top: 112.06667px;
          width: 46.69444px;
          height: 14.00833px; } }
      @media (min-width: 1681px) {
        .hero__moscow-car {
          left: 102.72778px;
          top: 112.06667px;
          width: 46.69444px;
          height: 14.00833px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .hero__moscow-car {
          left: 11.45833vh;
          top: 12.5vh;
          width: 5.20833vh;
          height: 1.5625vh; } }
    @media (min-width: 1025px) {
      .hero__moscow {
        position: absolute;
        right: 12.15278vw;
        top: 5.55556vw;
        margin: 0; } }
    @media (min-width: 1681px) {
      .hero__moscow {
        right: 204.28819px;
        top: 93.38889px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .hero__moscow {
        top: 10.41667vh; } }
  .hero__elements {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%; }
  .hero__element {
    position: absolute;
    width: 16.66667vw;
    height: 5.55556vw; }
    .hero__element--1 {
      left: -9.72222vw;
      top: 10vw;
      background: #ececec;
      opacity: 0.4; }
      @media (min-width: 1681px) {
        .hero__element--1 {
          left: -163.43056px;
          top: 168.1px; } }
    .hero__element--2 {
      left: 76.38889vw;
      top: 15.55556vw;
      background: #fc4f00;
      opacity: 0.8; }
      @media (min-width: 1681px) {
        .hero__element--2 {
          left: 1284.09722px;
          top: 261.48889px; } }
    .hero__element--3 {
      left: 16.66667vw;
      bottom: 0;
      background: #c6c6c6;
      opacity: 0.4; }
      @media (min-width: 1681px) {
        .hero__element--3 {
          left: 280.16667px; } }
    .hero__element--4 {
      right: -9.72222vw;
      top: 52.77778vw;
      background: #ececec;
      opacity: 0.2; }
      @media (min-width: 1681px) {
        .hero__element--4 {
          right: -163.43056px;
          top: 887.19444px; } }
    .hero__element--5 {
      right: 16.66667vw;
      bottom: 0;
      background: #c6c6c6;
      opacity: 0.5; }
      @media (min-width: 1681px) {
        .hero__element--5 {
          right: 280.16667px; } }
    .hero__element--6 {
      right: 16.66667vw;
      bottom: 5.55556vw;
      background: #fff;
      opacity: 0.1; }
      @media (min-width: 1681px) {
        .hero__element--6 {
          right: 280.16667px;
          bottom: 93.38889px; } }
    .hero__element--7 {
      right: 0;
      bottom: 15.13889vw;
      background: #c6c6c6;
      opacity: 0.8; }
      @media (min-width: 1681px) {
        .hero__element--7 {
          bottom: 254.48472px; } }
    .hero__element--8 {
      right: -116.73611px;
      top: -18.67778px;
      background: #c6c6c6;
      opacity: 0.8; }
      @media (min-width: 1681px) {
        .hero__element--8 {
          right: -116.73611px;
          top: -18.67778px; } }
    @media (min-width: 1681px) {
      .hero__element {
        width: 280.16667px;
        height: 93.38889px; } }
  .hero__content {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 5vmin;
    color: #fff; }
    @media (min-width: 1025px) {
      .hero__content {
        padding: 0;
        max-width: 47.22222vw; } }
    @media (min-width: 1681px) {
      .hero__content {
        max-width: 793.80556px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .hero__content {
        max-width: 88.54167vh; } }
  .hero__for {
    margin: 0;
    font-weight: 900;
    font-size: 8.75vmin;
    line-height: 11.25vmin;
    text-align: center; }
    @media (min-width: 1025px) {
      .hero__for {
        font-size: 4.72222vw;
        line-height: 4.30556vw; } }
    @media (min-width: 1681px) {
      .hero__for {
        font-size: 79.38056px;
        line-height: 72.37639px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .hero__for {
        font-size: 8.85417vh;
        line-height: 8.07292vh; } }
  .hero__title {
    text-shadow: 1px 1px #fff, 0 0 #fff, 2px 1px #fff, 0 2px #fff;
    color: rgba(252, 79, 0, 0.9);
    margin: 3.75vmin 0 10vmin;
    font-weight: 900;
    font-size: 26.875vmin;
    line-height: 28.75vmin;
    text-align: center; }
    @supports (-webkit-text-stroke: 2px #fff) {
      .hero__title {
        text-shadow: none;
        -webkit-text-stroke: 2px #fff;
        color: transparent; } }
    @media (min-width: 1025px) {
      .hero__title {
        margin: 0.83333vw 0 2.22222vw;
        font-size: 14.16667vw;
        line-height: 12.5vw; } }
    @media (min-width: 1681px) {
      .hero__title {
        margin: 14.00833px 0 37.35556px;
        font-size: 238.14167px;
        line-height: 210.125px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .hero__title {
        margin: 1.5625vh 0 4.16667vh;
        font-size: 26.5625vh;
        line-height: 23.4375vh; } }
  .hero__text {
    margin: 0;
    font-weight: 500;
    font-size: 4.375vmin;
    line-height: 7.5vmin; }
    .hero__text a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: 1px solid currentColor;
      border-radius: 50px;
      padding: 0 3.75vmin;
      font-weight: 900;
      color: #fff; }
      .hero__text a svg {
        margin-left: 2.5vmin;
        width: 5vmin;
        height: 3.75vmin; }
        @media (min-width: 1025px) {
          .hero__text a svg {
            margin-left: 0.55556vw;
            width: 1.11111vw;
            height: 0.83333vw; } }
        @media (min-width: 1681px) {
          .hero__text a svg {
            margin-left: 9.33889px;
            width: 18.67778px;
            height: 14.00833px; } }
        @media (min-width: 1025px) and (max-height: 849px) {
          .hero__text a svg {
            margin-left: 1.04167vh;
            width: 2.08333vh;
            height: 1.5625vh; } }
      @media (min-width: 1025px) {
        .hero__text a {
          margin-left: 0.34722vw;
          padding: 0 0.83333vw; } }
      @media (min-width: 1681px) {
        .hero__text a {
          margin-left: 5.83681px;
          padding: 0 14.00833px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .hero__text a {
          margin-left: 0.65104vh;
          padding: 0 1.5625vh; } }
      .has-hover .hero__text a:not([disabled]):hover {
        color: #b0b0b0; }
    .hero__text p {
      margin: 0; }
      .hero__text p:not(:last-child) {
        margin-bottom: 3.75vmin; }
        @media (min-width: 1025px) {
          .hero__text p:not(:last-child) {
            margin-bottom: 0.83333vw; } }
        @media (min-width: 1681px) {
          .hero__text p:not(:last-child) {
            margin-bottom: 14.00833px; } }
    @media (min-width: 1025px) {
      .hero__text {
        font-size: 0.97222vw;
        line-height: 1.66667vw; } }
    @media (min-width: 1681px) {
      .hero__text {
        font-size: 16.34306px;
        line-height: 28.01667px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .hero__text {
        font-size: 1.82292vh;
        line-height: 3.125vh; } }
  @media (min-width: 1025px) {
    .hero {
      padding-top: 5.55556vw;
      height: 100vh;
      height: var(--vh); } }
  @media (min-width: 1681px) {
    .hero {
      padding-top: 93.38889px; } }

@media (max-width: 1024px) and (orientation: landscape) {
  .hero {
    padding-top: 15.625vmin; } }

.hero-footer {
  position: relative;
  z-index: 2;
  padding-bottom: 18.75vmin;
  width: 100%;
  color: #fff; }
  .hero-footer__transponder {
    display: block;
    padding: 12.5vmin 0;
    width: 100%; }
    @media (min-width: 1025px) {
      .hero-footer__transponder {
        position: absolute;
        right: 1.38889vw;
        bottom: 1.38889vw;
        padding: 0;
        max-width: 22.22222vw; } }
    @media (min-width: 1681px) {
      .hero-footer__transponder {
        right: 23.34722px;
        bottom: 23.34722px;
        max-width: 373.55556px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .hero-footer__transponder {
        right: 2.60417vh;
        bottom: 2.60417vh;
        max-width: 41.66667vh; } }
    @media (max-width: 1024px) {
      .hero-footer__transponder {
        width: 100%; } }
  .hero-footer__arrow {
    position: absolute;
    left: 50%;
    bottom: 1.38889vw;
    border: 1px solid currentColor;
    border-radius: 50px;
    padding: 1.25vw 0.76389vw;
    width: 2.77778vw;
    height: 4.16667vw;
    color: #fff;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .hero-footer__arrow svg {
      -webkit-animation: bounce 1.5s infinite;
              animation: bounce 1.5s infinite;
      -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
              animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1); }
    @media (min-width: 1681px) {
      .hero-footer__arrow {
        bottom: 23.34722px;
        padding: 21.0125px 12.84097px;
        width: 46.69444px;
        height: 70.04167px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .hero-footer__arrow {
        bottom: 2.60417vh;
        padding: 2.34375vh 1.43229vh;
        width: 5.20833vh;
        height: 7.8125vh; } }
    .has-hover .hero-footer__arrow:not([disabled]):hover {
      color: #f0f0f0; }
      .has-hover .hero-footer__arrow:not([disabled]):hover svg {
        -webkit-animation-play-state: paused;
                animation-play-state: paused; }
  @media (max-width: 1024px) {
    .hero-footer__social {
      position: fixed;
      left: 0;
      bottom: 0; } }
  .hero-footer .social {
    background: #f0f0f0; }
    .hero-footer .social__button {
      color: #b0b0b0; }
      .has-hover .hero-footer .social__button:not([disabled]):hover {
        color: #777; }
    @media (max-width: 1024px) {
      .hero-footer .social {
        width: 100%; } }
  @media (min-width: 1025px) {
    .hero-footer {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: auto;
      padding-bottom: 0;
      height: 5.55556vw; } }
  @media (min-width: 1681px) {
    .hero-footer {
      height: 93.38889px; } }
  @media (min-width: 1025px) and (max-height: 849px) {
    .hero-footer {
      height: 10.41667vh; } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0); }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-10px);
            transform: scale(0.9, 1.1) translateY(-10px); }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(-2px);
            transform: scale(1, 1) translateY(-2px); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0); }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-10px);
            transform: scale(0.9, 1.1) translateY(-10px); }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(-2px);
            transform: scale(1, 1) translateY(-2px); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

.map {
  /* stylelint-disable */
  image-rendering: -moz-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  /* stylelint-enable */
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("../images/map-bg.svg") center center;
  background-size: cover;
  background-color: #f0f0f0; }
  .map__wrapper, .map__container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%; }
    @media (min-width: 1025px) {
      .map__wrapper, .map__container {
        padding: 2.77778vw; } }
    @media (min-width: 1681px) {
      .map__wrapper, .map__container {
        padding: 46.69444px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map__wrapper, .map__container {
        padding: 5.20833vh; } }
  .map__container {
    text-align: center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform; }
    @media (max-width: 1024px) {
      .map__container {
        margin-bottom: 25vmin; } }
    @media (max-width: 1024px) and (orientation: landscape) {
      .map__container {
        margin-bottom: 0; } }
  .map__wrapper {
    overflow: hidden;
    padding: 0; }
  .map__media {
    position: relative;
    margin: 0 auto;
    height: 100%;
    text-align: center; }
    .map__media img {
      width: auto;
      height: 100%; }
      @media (max-width: 1024px) {
        .map__media img {
          width: 100vw; } }
      @media (max-width: 1024px) and (orientation: landscape) {
        .map__media img {
          width: auto; } }
  .map__banner {
    position: absolute;
    left: 6%;
    top: 20%;
    z-index: 1;
    border-radius: 16px;
    padding: 0.5% 0.8%;
    background-color: #fff; }
    .map__banner span {
      display: inline-block;
      max-width: 17.1875vmin;
      font-weight: 700;
      font-size: 1.875vmin;
      line-height: 2.5vmin;
      text-align: left;
      color: #777; }
      @media (min-width: 1025px) {
        .map__banner span {
          max-width: 17.36111vw;
          font-size: 0.83333vw;
          line-height: 130%; } }
      @media (min-width: 1681px) {
        .map__banner span {
          max-width: 350.20833px;
          font-size: 16.34306px;
          line-height: 130%; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .map__banner span {
          max-width: 32.55208vh;
          font-size: 1.5625vh;
          line-height: 130%; } }
      @media (max-width: 1024px) and (orientation: landscape) {
        .map__banner span {
          max-width: 38.46154vh;
          font-size: 1.53846vh;
          line-height: 1.84615vh; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .map__banner span {
          width: 100%;
          max-width: 100%;
          text-align: center; } }
      @media (max-width: 767px) {
        .map__banner span {
          width: 100%;
          max-width: 100%;
          font-size: 3.125vmin;
          line-height: 3.75vmin; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      .map__banner {
        position: relative;
        left: auto;
        top: auto;
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 1%;
        width: 65%; } }
    @media (max-width: 767px) {
      .map__banner {
        position: relative;
        left: auto;
        top: 0;
        margin: 0 auto;
        margin-top: 3.125vmin;
        margin-bottom: 3.125vmin;
        padding: 2%;
        width: 95%; } }
  .map__point {
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
    cursor: pointer; }
    .map__point--info {
      display: none;
      overflow: visible;
      border-radius: 0;
      text-align: left; }
      .map__point--info::before {
        content: "";
        position: absolute;
        left: -3px;
        right: -3px;
        top: -3px;
        bottom: -3px;
        z-index: -1;
        border-radius: 50px;
        background-color: #fff; }
      .map__point--info span {
        display: inline-block;
        margin-left: 0.9375vmin;
        max-width: 17.1875vmin;
        font-weight: 700;
        font-size: 1.875vmin;
        line-height: 2.5vmin; }
        @media (min-width: 1025px) {
          .map__point--info span {
            margin-left: 0.41667vw;
            max-width: 6.38889vw;
            font-size: 0.69444vw;
            line-height: 0.83333vw; } }
        @media (min-width: 1681px) {
          .map__point--info span {
            margin-left: 7.00417px;
            max-width: 107.39722px;
            font-size: 11.67361px;
            line-height: 14.00833px; } }
        @media (min-width: 1025px) and (max-height: 849px) {
          .map__point--info span {
            margin-left: 0.78125vh;
            max-width: 11.97917vh;
            font-size: 1.30208vh;
            line-height: 1.5625vh; } }
        @media (max-width: 1024px) and (orientation: landscape) {
          .map__point--info span {
            margin-left: 0.92308vh;
            max-width: 14.15385vh;
            font-size: 1.53846vh;
            line-height: 1.84615vh; } }
      .map__point--info svg {
        width: 4.6875vmin;
        height: 4.6875vmin; }
        @media (min-width: 1025px) {
          .map__point--info svg {
            width: 1.66667vw;
            height: 1.66667vw; } }
        @media (min-width: 1681px) {
          .map__point--info svg {
            width: 28.01667px;
            height: 28.01667px; } }
        @media (min-width: 1025px) and (max-height: 849px) {
          .map__point--info svg {
            width: 3.125vh;
            height: 3.125vh; } }
        @media (max-width: 1024px) and (orientation: landscape) {
          .map__point--info svg {
            width: 3.53846vh;
            height: 3.53846vh; } }
    .map__point--free, .map__point--frame {
      width: 4.0625vmin;
      height: 3.4375vmin; }
      @media (min-width: 1025px) {
        .map__point--free, .map__point--frame {
          width: 1.66667vw;
          height: 1.38889vw; } }
      @media (min-width: 1681px) {
        .map__point--free, .map__point--frame {
          width: 28.01667px;
          height: 23.34722px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .map__point--free, .map__point--frame {
          width: 3.125vh;
          height: 2.60417vh; } }
      @media (max-width: 1024px) and (orientation: landscape) {
        .map__point--free, .map__point--frame {
          width: 3.69231vh;
          height: 3.07692vh; } }
    .map__point--interchange {
      width: 4.0625vmin;
      height: 4.0625vmin; }
      @media (min-width: 1025px) {
        .map__point--interchange {
          width: 1.66667vw;
          height: 1.66667vw; } }
      @media (min-width: 1681px) {
        .map__point--interchange {
          width: 28.01667px;
          height: 28.01667px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .map__point--interchange {
          width: 3.125vh;
          height: 3.125vh; } }
      @media (max-width: 1024px) and (orientation: landscape) {
        .map__point--interchange {
          width: 3.69231vh;
          height: 3.69231vh; } }
    .map__point--pass {
      width: 5.3125vmin;
      height: 5.3125vmin;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d;
      -webkit-animation: scale-up-center 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) infinite alternate both;
              animation: scale-up-center 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) infinite alternate both; }
      [class*="is-browser-firefox"] .map__point--pass {
        -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
                transform-origin: top left; }
      @media (min-width: 1025px) {
        .map__point--pass {
          width: 2.22222vw;
          height: 2.22222vw; } }
      @media (min-width: 1681px) {
        .map__point--pass {
          width: 37.35556px;
          height: 37.35556px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .map__point--pass {
          width: 4.16667vh;
          height: 4.16667vh; } }
      @media (max-width: 1024px) and (orientation: landscape) {
        .map__point--pass {
          width: 4.92308vh;
          height: 4.92308vh; } }
      .has-hover .map__point--pass:not([disabled]):hover {
        -webkit-animation-play-state: paused;
                animation-play-state: paused; }
    .map__point--1 {
      left: 27.1%;
      top: 84%; }
      @media (max-width: 1024px) {
        .map__point--1 {
          left: 20%; } }
      @media (max-width: 1024px) and (orientation: landscape) {
        .map__point--1 {
          left: 23%; } }
    .map__point--2 {
      left: 60%;
      top: 11%; }
    .map__point--3 {
      left: 83.8%;
      top: 32.3%; }
    .map__point--4 {
      left: 86.5%;
      top: 43.8%; }
    .map__point--5 {
      left: 85.9%;
      top: 55.6%; }
    .map__point--6 {
      left: 83.4%;
      top: 63.7%; }
    .map__point--7 {
      left: 63.6%;
      top: 83%; }
    .map__point--8 {
      left: 57.7%;
      top: 84.6%; }
    .map__point--9 {
      left: 50.9%;
      top: 85.8%; }
    .map__point--10 {
      left: 21.2%;
      top: 75.2%; }
    .map__point--11 {
      left: 22%;
      top: 19.6%; }
    .map__point--12 {
      left: 30.8%;
      top: 13.5%; }
    .map__point--13 {
      left: 64.4%;
      top: 12.4%; }
    .map__point--14 {
      left: 86.1%;
      top: 39.7%; }
    .map__point--15 {
      left: 86.4%;
      top: 52.3%; }
    .map__point--16 {
      left: 84.8%;
      top: 59.7%; }
    .map__point--17 {
      left: 75.3%;
      top: 74.5%; }
    .map__point--18 {
      left: 60.6%;
      top: 83.7%; }
    .map__point--19 {
      left: 54.3%;
      top: 85.2%; }
    .map__point--20 {
      left: 44.4%;
      top: 85.5%; }
    .map__point--21 {
      left: 25.5%;
      top: 78.4%; }
    .map__point--22 {
      left: 18.8%;
      top: 72.3%; }
    .map__point--23 {
      left: 15.1%;
      top: 67%; }
    .map__point--24 {
      left: 12%;
      top: 60.6%; }
    .map__point--25 {
      left: 9.6%;
      top: 48.5%; }
    .map__point--26 {
      left: 10.1%;
      top: 41.3%; }
    .map__point--27 {
      left: 16%;
      top: 26.1%; }
    .map__point--28 {
      left: 19.5%;
      top: 21.7%; }
    .map__point--29 {
      left: 24.8%;
      top: 16.8%; }
    .map__point--30 {
      left: 35.8%;
      top: 10.8%; }
    .map__point--31 {
      left: 67%;
      top: 13.8%; }
    .map__point--32 {
      left: 84.9%;
      top: 35.4%; }
    .map__point--33 {
      left: 81.9%;
      top: 40.4%; }
    .map__point--34 {
      left: 49%;
      top: 50%; }
    .map__point--35 {
      left: 73.4%;
      top: 70.6%; }
    .map__point--36 {
      left: 27.3%;
      top: 14.8%; }
    .map__point--37 {
      left: 47.1%;
      top: 86.2%; }
    .map__point--38 {
      left: 71.5%;
      top: 76.2%; }
    .map__point--39 {
      left: 34.4%;
      top: 83.4%; }
    .has-hover .map__point:not([disabled]):hover {
      -webkit-transform: scale(1.25);
          -ms-transform: scale(1.25);
              transform: scale(1.25); }
  .map__zoom {
    position: absolute;
    left: 5vmin;
    bottom: 20vmin;
    z-index: 10;
    border-radius: 80px;
    width: 11.25vmin;
    height: 22.5vmin;
    background: #fc4f00; }
    .map__zoom-button {
      padding: 5vmin 3.75vmin 3.125vmin;
      width: 11.25vmin;
      height: 11.25vmin;
      color: #fff; }
      .map__zoom-button svg {
        width: 3.75vmin;
        height: 3.75vmin; }
        @media (min-width: 1025px) {
          .map__zoom-button svg {
            width: 0.83333vw;
            height: 0.83333vw; } }
        @media (min-width: 1681px) {
          .map__zoom-button svg {
            width: 14.00833px;
            height: 14.00833px; } }
        @media (min-width: 1025px) and (max-height: 849px) {
          .map__zoom-button svg {
            width: 1.5625vh;
            height: 1.5625vh; } }
      @media (min-width: 1025px) {
        .map__zoom-button {
          padding: 0.97222vw;
          width: 2.77778vw;
          height: 2.77778vw; } }
      @media (min-width: 1681px) {
        .map__zoom-button {
          padding: 16.34306px;
          width: 46.69444px;
          height: 46.69444px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .map__zoom-button {
          padding: 1.82292vh;
          width: 5.20833vh;
          height: 5.20833vh; } }
      .has-hover .map__zoom-button:not([disabled]):hover {
        -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
                transform: scale(1.15); }
    @media (min-width: 1025px) {
      .map__zoom {
        left: 1.38889vw;
        bottom: 5vw;
        width: 2.77778vw;
        height: 5.55556vw; } }
    @media (min-width: 1681px) {
      .map__zoom {
        left: 23.34722px;
        bottom: 84.05px;
        width: 46.69444px;
        height: 93.38889px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map__zoom {
        left: 2.60417vh;
        bottom: 9.375vh;
        width: 5.20833vh;
        height: 10.41667vh; } }
  .map__text {
    position: absolute;
    left: 5vmin;
    bottom: 5vmin;
    max-width: 75vmin;
    font-size: 3.75vmin;
    line-height: 5vmin;
    color: #777; }
    @media (min-width: 1025px) {
      .map__text {
        left: 1.38889vw;
        bottom: 1.38889vw;
        max-width: 16.66667vw;
        font-size: 0.83333vw;
        line-height: 1.11111vw; } }
    @media (min-width: 1681px) {
      .map__text {
        left: 23.34722px;
        bottom: 23.34722px;
        max-width: 280.16667px;
        font-size: 14.00833px;
        line-height: 18.67778px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map__text {
        left: 2.60417vh;
        bottom: 2.60417vh;
        max-width: 31.25vh;
        font-size: 1.5625vh;
        line-height: 2.08333vh; } }
    @media (max-width: 1024px) and (orientation: landscape) {
      .map__text {
        left: 3.55556vmin;
        bottom: 3.55556vmin;
        max-width: 53.33333vmin;
        font-size: 2.66667vmin;
        line-height: 3.55556vmin; } }
  @media (min-width: 1025px) {
    .map {
      height: 100vh;
      height: var(--vh); } }
  @media (max-width: 1024px) {
    .map {
      overflow: hidden; } }
  @media (max-width: 1024px) and (orientation: landscape) {
    .map {
      height: 100vh;
      height: var(--vh); } }

@-webkit-keyframes scale-up-center {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes scale-up-center {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.map-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10;
  border-radius: 16px;
  padding: 18.67778px 37.35556px 28.01667px;
  width: 420.25px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .map-popup__close {
    position: absolute;
    right: 5vmin;
    top: 5vmin;
    width: 5vmin;
    height: 5vmin;
    color: #fc4f00; }
    @media (min-width: 1025px) {
      .map-popup__close {
        right: 1.11111vw;
        top: 1.11111vw;
        width: 1.11111vw;
        height: 1.11111vw; } }
    @media (min-width: 1681px) {
      .map-popup__close {
        right: 18.67778px;
        top: 18.67778px;
        width: 18.67778px;
        height: 18.67778px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-popup__close {
        right: 2.08333vh;
        top: 2.08333vh;
        width: 2.08333vh;
        height: 2.08333vh; } }
    .has-hover .map-popup__close:not([disabled]):hover {
      color: #777; }
  .map-popup__content {
    font-size: 4.375vmin;
    line-height: 6.25vmin;
    color: #333; }
    .map-popup__content a {
      font-weight: 700;
      color: #fc4f00; }
      .has-hover .map-popup__content a:not([disabled]):hover {
        color: #777; }
    @media (min-width: 1025px) {
      .map-popup__content {
        font-size: 0.97222vw;
        line-height: 1.38889vw; } }
    @media (min-width: 1681px) {
      .map-popup__content {
        font-size: 16.34306px;
        line-height: 23.34722px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-popup__content {
        font-size: 1.82292vh;
        line-height: 2.60417vh; } }
  .map-popup__media {
    margin-bottom: 1.11111vw;
    width: 100%;
    max-height: 24.30556vw;
    text-align: center; }
    .map-popup__media img,
    .map-popup__media svg {
      width: auto;
      max-height: 24.30556vw; }
      @media (min-width: 1681px) {
        .map-popup__media img,
        .map-popup__media svg {
          max-height: 408.57639px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .map-popup__media img,
        .map-popup__media svg {
          max-height: 45.57292vh; } }
    @media (min-width: 1681px) {
      .map-popup__media {
        margin-bottom: 18.67778px;
        max-height: 408.57639px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-popup__media {
        margin-bottom: 2.08333vh;
        max-height: 45.57292vh; } }
  .map-popup__title {
    margin-bottom: 0.55556vw;
    font-weight: 900;
    font-size: 1.66667vw;
    line-height: 2.08333vw;
    color: #333; }
    @media (min-width: 1681px) {
      .map-popup__title {
        margin-bottom: 9.33889px;
        font-size: 28.01667px;
        line-height: 35.02083px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-popup__title {
        margin-bottom: 1.04167vh;
        font-size: 3.125vh;
        line-height: 3.90625vh; } }
  .map-popup__text {
    margin-bottom: 1.11111vw;
    font-size: 0.97222vw;
    line-height: 1.38889vw;
    color: #333; }
    @media (min-width: 1681px) {
      .map-popup__text {
        margin-bottom: 18.67778px;
        font-size: 16.34306px;
        line-height: 23.34722px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-popup__text {
        margin-bottom: 2.08333vh;
        font-size: 1.82292vh;
        line-height: 2.60417vh; } }
  .map-popup__button {
    position: relative;
    border-radius: 30px;
    padding: 0.83333vw 1.66667vw;
    font-weight: 900;
    font-size: 1.11111vw;
    line-height: 1.66667vw;
    color: #fff;
    background: #fc4f00; }
    .map-popup__button svg {
      margin-left: 0.83333vw;
      width: 1.11111vw;
      height: 0.83333vw; }
      @media (min-width: 1681px) {
        .map-popup__button svg {
          margin-left: 14.00833px;
          width: 18.67778px;
          height: 14.00833px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .map-popup__button svg {
          margin-left: 1.5625vh;
          width: 2.08333vh;
          height: 1.5625vh; } }
    .map-popup__button:disabled {
      border: 1px solid currentColor;
      color: #fc4f00;
      background-color: #fff; }
    @media (min-width: 1681px) {
      .map-popup__button {
        padding: 14.00833px 28.01667px;
        font-size: 18.67778px;
        line-height: 28.01667px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-popup__button {
        padding: 1.5625vh 3.125vh;
        font-size: 2.08333vh;
        line-height: 3.125vh; } }
    .has-hover .map-popup__button:not([disabled]):hover {
      background-color: #777; }
  @media (min-width: 1681px) {
    .map-popup {
      padding: 18.67778px 37.35556px 28.01667px;
      width: 420.25px; } }
  @media (min-width: 1025px) and (max-height: 849px) {
    .map-popup {
      padding: 2.08333vh 4.16667vh 3.125vh;
      width: 46.875vh; } }
  .map-popup.is-active {
    opacity: 1;
    visibility: visible; }

.map-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .map-popup-bg.is-active {
    opacity: 1;
    visibility: visible; }

.map-free {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  border-radius: 16px;
  padding: 10vmin 5vmin;
  width: calc(100vw - 10vmin);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .map-free__close {
    position: absolute;
    right: 5vmin;
    top: 5vmin;
    width: 5vmin;
    height: 5vmin;
    color: #fc4f00; }
    @media (min-width: 1025px) {
      .map-free__close {
        right: 1.11111vw;
        top: 1.11111vw;
        width: 1.11111vw;
        height: 1.11111vw; } }
    @media (min-width: 1681px) {
      .map-free__close {
        right: 18.67778px;
        top: 18.67778px;
        width: 18.67778px;
        height: 18.67778px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-free__close {
        right: 2.08333vh;
        top: 2.08333vh;
        width: 2.08333vh;
        height: 2.08333vh; } }
    .has-hover .map-free__close:not([disabled]):hover {
      color: #777; }
  .map-free__content {
    font-size: 4.375vmin;
    line-height: 6.25vmin;
    color: #333; }
    .map-free__content a {
      font-weight: 700;
      color: #fc4f00; }
      .has-hover .map-free__content a:not([disabled]):hover {
        color: #777; }
    @media (min-width: 1025px) {
      .map-free__content {
        font-size: 0.97222vw;
        line-height: 1.38889vw; } }
    @media (min-width: 1681px) {
      .map-free__content {
        font-size: 16.34306px;
        line-height: 23.34722px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-free__content {
        font-size: 1.82292vh;
        line-height: 2.60417vh; } }
  .map-free__title {
    margin: 0;
    font-weight: 900;
    font-size: 5vmin;
    line-height: 6.25vmin;
    color: #333; }
    @media (min-width: 1025px) {
      .map-free__title {
        margin-bottom: 0.55556vw;
        font-size: 1.66667vw;
        line-height: 2.08333vw; } }
    @media (min-width: 1681px) {
      .map-free__title {
        font-size: 28.01667px;
        line-height: 35.02083px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-free__title {
        font-size: 3.125vh;
        line-height: 3.90625vh; } }
  @media (min-width: 1025px) {
    .map-free {
      left: 50%;
      top: 50%;
      padding: 2.22222vw 1.66667vw;
      width: 17.22222vw; } }
  @media (min-width: 1681px) {
    .map-free {
      padding: 37.35556px 28.01667px;
      width: 289.50556px; } }
  @media (min-width: 1025px) and (max-height: 849px) {
    .map-free {
      padding: 4.16667vh 3.125vh;
      width: 32.29167vh; } }
  @media (max-width: 1024px) {
    .map-free {
      overflow: hidden;
      overflow-y: auto;
      margin: 22.5vmin 5vmin;
      max-height: calc(100vh - 45vmin);
      max-height: calc(var(--vh) - 45vmin);
      -webkit-overflow-scrolling: touch; } }
  @media (max-width: 1024px) and (orientation: landscape) {
    .map-free {
      margin: 10vmin 5vmin;
      max-height: calc(100vh - 20vmin);
      max-height: calc(var(--vh) - 20vmin); } }
  .map-free.is-active {
    opacity: 1;
    visibility: visible; }

.map-info {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  border-radius: 16px;
  padding: 10vmin 5vmin;
  width: calc(100vw - 10vmin);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .map-info__close {
    position: absolute;
    right: 5vmin;
    top: 5vmin;
    width: 5vmin;
    height: 5vmin;
    color: #fc4f00; }
    @media (min-width: 1025px) {
      .map-info__close {
        right: 1.11111vw;
        top: 1.11111vw;
        width: 1.11111vw;
        height: 1.11111vw; } }
    @media (min-width: 1681px) {
      .map-info__close {
        right: 18.67778px;
        top: 18.67778px;
        width: 18.67778px;
        height: 18.67778px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-info__close {
        right: 2.08333vh;
        top: 2.08333vh;
        width: 2.08333vh;
        height: 2.08333vh; } }
    .has-hover .map-info__close:not([disabled]):hover {
      color: #777; }
  .map-info__content {
    font-size: 4.375vmin;
    line-height: 6.25vmin;
    color: #333; }
    .map-info__content a {
      font-weight: 700;
      color: #fc4f00; }
      .has-hover .map-info__content a:not([disabled]):hover {
        color: #777; }
    @media (min-width: 1025px) {
      .map-info__content {
        font-size: 0.97222vw;
        line-height: 1.38889vw; } }
    @media (min-width: 1681px) {
      .map-info__content {
        font-size: 16.34306px;
        line-height: 23.34722px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-info__content {
        font-size: 1.82292vh;
        line-height: 2.60417vh; } }
  .map-info__text {
    margin-bottom: 5vmin; }
    @media (min-width: 1025px) {
      .map-info__text {
        margin-bottom: 1.11111vw; } }
    @media (min-width: 1681px) {
      .map-info__text {
        margin-bottom: 18.67778px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-info__text {
        margin-bottom: 2.08333vh; } }
  .map-info__form-title {
    margin-bottom: 5vmin;
    font-weight: 900;
    font-size: 7.5vmin;
    line-height: 9.375vmin; }
    @media (min-width: 1025px) {
      .map-info__form-title {
        margin-bottom: 1.11111vw;
        font-size: 1.66667vw;
        line-height: 2.08333vw; } }
    @media (min-width: 1681px) {
      .map-info__form-title {
        margin-bottom: 18.67778px;
        font-size: 28.01667px;
        line-height: 35.02083px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-info__form-title {
        margin-bottom: 2.08333vh;
        font-size: 3.125vh;
        line-height: 3.90625vh; } }
  .map-info__form-text {
    margin-bottom: 5vmin; }
    @media (min-width: 1025px) {
      .map-info__form-text {
        margin-bottom: 1.11111vw; } }
    @media (min-width: 1681px) {
      .map-info__form-text {
        margin-bottom: 18.67778px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-info__form-text {
        margin-bottom: 2.08333vh; } }
  .map-info__form-code {
    font-weight: 900;
    font-size: 7.5vmin;
    line-height: 9.375vmin;
    text-transform: uppercase;
    color: #fc4f00; }
    @media (min-width: 1025px) {
      .map-info__form-code {
        font-size: 1.66667vw;
        line-height: 2.08333vw; } }
    @media (min-width: 1681px) {
      .map-info__form-code {
        font-size: 28.01667px;
        line-height: 35.02083px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-info__form-code {
        font-size: 3.125vh;
        line-height: 3.90625vh; } }
  .map-info__input {
    margin-bottom: 5vmin;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    padding: 3.125vmin;
    width: 100%;
    font-size: 4.375vmin;
    line-height: 6.25vmin;
    color: #777; }
    .is-error .map-info__input {
      border-color: #fc0000; }
    @media (min-width: 1025px) {
      .map-info__input {
        margin-bottom: 1.11111vw;
        padding: 0.69444vw;
        font-size: 0.97222vw;
        line-height: 1.38889vw; } }
    @media (min-width: 1681px) {
      .map-info__input {
        margin-bottom: 18.67778px;
        padding: 11.67361px;
        font-size: 16.34306px;
        line-height: 23.34722px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-info__input {
        margin-bottom: 2.08333vh;
        padding: 1.30208vh;
        font-size: 1.82292vh;
        line-height: 2.60417vh; } }
  .map-info__group {
    display: block;
    margin-bottom: 5vmin;
    width: 100%; }
    @media (min-width: 1025px) {
      .map-info__group {
        margin-bottom: 1.11111vw; } }
    @media (min-width: 1681px) {
      .map-info__group {
        margin-bottom: 18.67778px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-info__group {
        margin-bottom: 2.08333vh; } }
  .map-info__label {
    position: relative;
    display: block;
    padding-left: 12.5vmin; }
    .map-info__label::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      border: 1px solid #f0f0f0;
      border-radius: 4px;
      padding: 1.5625vmin;
      width: 8.125vmin;
      height: 8.125vmin;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 1025px) {
        .map-info__label::before {
          padding: 0.34722vw;
          width: 1.80556vw;
          height: 1.80556vw; } }
      @media (min-width: 1681px) {
        .map-info__label::before {
          padding: 5.83681px;
          width: 30.35139px;
          height: 30.35139px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .map-info__label::before {
          padding: 0.65104vh;
          width: 3.38542vh;
          height: 3.38542vh; } }
    .map-info__label::after {
      content: "";
      position: absolute;
      left: 1.5625vmin;
      top: 50%;
      border-radius: 4px;
      padding: 1.5625vmin;
      width: 5vmin;
      height: 5vmin;
      background-color: #fc4f00;
      opacity: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      @media (min-width: 1025px) {
        .map-info__label::after {
          left: 0.34722vw;
          padding: 0.34722vw;
          width: 1.11111vw;
          height: 1.11111vw; } }
      @media (min-width: 1681px) {
        .map-info__label::after {
          left: 5.83681px;
          padding: 5.83681px;
          width: 18.67778px;
          height: 18.67778px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .map-info__label::after {
          left: 0.65104vh;
          padding: 0.65104vh;
          width: 2.08333vh;
          height: 2.08333vh; } }
    @media (min-width: 1025px) {
      .map-info__label {
        padding-left: 2.15278vw; } }
    @media (min-width: 1681px) {
      .map-info__label {
        padding-left: 36.18819px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-info__label {
        padding-left: 4.03646vh; } }
  .map-info__checkbox:checked ~ .map-info__label::after {
    opacity: 1; }
  .map-info__button {
    position: relative;
    border-radius: 30px;
    padding: 1.5625vmin 7.5vmin;
    font-weight: 900;
    font-size: 5vmin;
    line-height: 7.5vmin;
    color: #fff;
    background: #fc4f00; }
    .map-info__button svg {
      margin-left: 3.75vmin;
      width: 5vmin;
      height: 3.75vmin; }
      @media (min-width: 1025px) {
        .map-info__button svg {
          margin-left: 0.83333vw;
          width: 1.11111vw;
          height: 0.83333vw; } }
      @media (min-width: 1681px) {
        .map-info__button svg {
          margin-left: 14.00833px;
          width: 18.67778px;
          height: 14.00833px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .map-info__button svg {
          margin-left: 1.5625vh;
          width: 2.08333vh;
          height: 1.5625vh; } }
    .map-info__button:disabled {
      border: 1px solid currentColor;
      color: #fc4f00;
      background-color: #fff;
      cursor: default; }
    @media (min-width: 1025px) {
      .map-info__button {
        padding: 0.34722vw 1.66667vw;
        font-size: 1.11111vw;
        line-height: 1.66667vw; } }
    @media (min-width: 1681px) {
      .map-info__button {
        padding: 5.83681px 28.01667px;
        font-size: 18.67778px;
        line-height: 28.01667px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .map-info__button {
        padding: 0.65104vh 3.125vh;
        font-size: 2.08333vh;
        line-height: 3.125vh; } }
    .has-hover .map-info__button:not([disabled]):hover {
      background-color: #777; }
  @media (min-width: 1025px) {
    .map-info {
      left: 50%;
      top: 50%;
      padding: 2.22222vw 1.66667vw;
      width: 30.55556vw; } }
  @media (min-width: 1681px) {
    .map-info {
      padding: 37.35556px 28.01667px;
      width: 513.63889px; } }
  @media (min-width: 1025px) and (max-height: 849px) {
    .map-info {
      padding: 4.16667vh 3.125vh;
      width: 57.29167vh; } }
  @media (max-width: 1024px) {
    .map-info {
      overflow: hidden;
      overflow-y: auto;
      margin: 22.5vmin 5vmin;
      max-height: calc(100vh - 22.5vmin);
      max-height: calc(var(--vh) - 22.5vmin);
      -webkit-overflow-scrolling: touch; } }
  @media (max-width: 1024px) and (orientation: landscape) {
    .map-info {
      margin: 10vmin 5vmin;
      max-height: calc(100vh - 20vmin);
      max-height: calc(var(--vh) - 20vmin); } }
  .map-info.is-active {
    opacity: 1;
    visibility: visible; }

@keyframes scale-up-center {
  from {
    -webkit-transform: scale(0.8);
            transform: scale(0.8); }
  to {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15.27778vw;
  min-height: 5.55556vw;
  max-width: 15.27778vw;
  background: #fc4f00; }
  .social__button {
    margin: 0 3.125vmin;
    text-decoration: none;
    color: #fff; }
    .social__button svg {
      width: 1.38889vw;
      height: 1.38889vw; }
      @media (min-width: 1681px) {
        .social__button svg {
          width: 23.34722px;
          height: 23.34722px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .social__button svg {
          width: 2.60417vh;
          height: 2.60417vh; } }
      @media (max-width: 1024px) {
        .social__button svg {
          width: 6.25vmin;
          height: 6.25vmin; } }
    @media (min-width: 1025px) {
      .social__button {
        margin: 0 1.18056vw; }
        .is-browser-ie .social__button {
          height: 5.55556vw; } }
    @media (min-width: 1681px) {
      .social__button {
        margin: 0 19.84514px; }
        .is-browser-ie .social__button {
          height: 93.38889px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .social__button {
        margin: 0 2.21354vh; }
        .is-browser-ie .social__button {
          height: 10.41667vh; } }
    .has-hover .social__button:not([disabled]):hover {
      color: #b0b0b0; }
  @media (min-width: 1681px) {
    .social {
      width: 256.81944px;
      min-height: 93.38889px;
      max-width: 256.81944px; } }
  @media (min-width: 1025px) and (max-height: 849px) {
    .social {
      width: 28.64583vh;
      min-height: 10.41667vh;
      max-width: 28.64583vh; } }
  @media (max-width: 1024px) {
    .social {
      min-width: 50vmin;
      min-height: 18.75vmin; } }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1500;
  overflow: hidden;
  outline: none;
  width: 100vw; }
  .modal__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #f0f0f0; }
  .modal__scroller {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    height: var(--vh);
    will-change: transform, opacity, visibility;
    -webkit-overflow-scrolling: touch; }
  .modal__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto;
    padding: 0;
    width: 100%;
    min-height: 100vh;
    min-height: var(--vh); }
    .modal__wrapper::before, .modal__wrapper::after {
      display: none; }
  .modal__article {
    position: relative;
    z-index: 1;
    width: 100%; }
  .modal__body {
    padding: 17.5vmin 5vmin 25vmin; }
    .modal__body > * {
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.6s;
      -o-transition: all 0.6s;
      transition: all 0.6s;
      will-change: opacity, visibility; }
      .is-active .modal__body > * {
        opacity: 1;
        visibility: visible;
        -webkit-transition-delay: 0.6s;
             -o-transition-delay: 0.6s;
                transition-delay: 0.6s; }
    .modal__body a {
      font-weight: 600;
      text-decoration: underline; }
      .has-hover .modal__body a:not([disabled]):hover {
        text-decoration: none; }
    @media (min-width: 1025px) {
      .modal__body {
        padding: 5.55556vw 9.72222vw;
        height: var(--height); } }
    @media (min-width: 1681px) {
      .modal__body {
        padding: 93.38889px 163.43056px; } }
  .modal__close {
    position: -webkit-sticky;
    position: sticky;
    right: 5vmin;
    top: 0;
    z-index: 2;
    margin-bottom: -12.5vmin;
    margin-left: auto;
    width: 12.5vmin;
    height: 12.5vmin;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.6s, color 0.4s;
    -o-transition: all 0.6s, color 0.4s;
    transition: all 0.6s, color 0.4s;
    will-change: opacity, visibility; }
    .modal__close::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 12.5vmin;
      height: 12.5vmin;
      background-color: #fc4f00;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (min-width: 1025px) {
        .modal__close::before {
          width: 4.16667vw;
          height: 4.16667vw; } }
      @media (min-width: 1681px) {
        .modal__close::before {
          width: 70.04167px;
          height: 70.04167px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__close::before {
          width: 7.8125vh;
          height: 7.8125vh; } }
    .modal__close svg {
      position: relative;
      width: 4.0625vmin;
      height: 4.0625vmin; }
      @media (min-width: 1025px) {
        .modal__close svg {
          width: 1.38889vw;
          height: 1.38889vw; } }
      @media (min-width: 1681px) {
        .modal__close svg {
          width: 23.34722px;
          height: 23.34722px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__close svg {
          width: 2.60417vh;
          height: 2.60417vh; } }
    .is-active .modal__close {
      opacity: 1;
      visibility: visible;
      -webkit-transition-delay: 0.6s, 0s;
           -o-transition-delay: 0.6s, 0s;
              transition-delay: 0.6s, 0s; }
    @media (min-width: 1025px) {
      .modal__close {
        right: 1.38889vw;
        margin-bottom: -4.16667vw;
        width: 4.16667vw;
        height: 4.16667vw; }
        .is-browser-ie .modal__close {
          position: absolute; } }
    @media (min-width: 1681px) {
      .modal__close {
        right: 23.34722px;
        margin-bottom: -70.04167px;
        width: 70.04167px;
        height: 70.04167px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__close {
        right: 2.60417vh;
        margin-bottom: -7.8125vh;
        width: 7.8125vh;
        height: 7.8125vh; } }
    .has-hover .modal__close:not([disabled]):hover {
      color: #777; }
  @media (min-width: 1025px) {
    .modal__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .modal__media {
    position: relative; }
    @media (min-width: 1025px) {
      .modal__media {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 38.88889vw;
                flex: 0 0 38.88889vw;
        margin-right: 1.38889vw;
        max-width: 38.88889vw; } }
    @media (min-width: 1681px) {
      .modal__media {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 653.72222px;
                flex: 0 0 653.72222px;
        margin-right: 23.34722px;
        max-width: 653.72222px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__media {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 72.91667vh;
                flex: 0 0 72.91667vh;
        margin-right: 2.60417vh;
        max-width: 72.91667vh; } }
  .modal__picture {
    overflow: hidden;
    margin-bottom: 8.75vmin;
    border-radius: 32px;
    width: 100%;
    text-align: center; }
    .modal__picture img {
      margin: auto;
      border-radius: 32px; }
      @media (min-width: 1025px) {
        .modal__picture img {
          width: auto;
          max-height: 34.72222vw; } }
      @media (min-width: 1681px) {
        .modal__picture img {
          max-height: 583.68056px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__picture img {
          max-height: 65.10417vh; } }
    .modal__picture.slick-slide {
      margin-bottom: 0; }
      .modal__picture.slick-slide img {
        width: 100%;
        max-height: none; }
    .modal__picture.modal__picture--map img {
      margin: auto;
      border-radius: 32px; }
      @media (min-width: 1025px) {
        .modal__picture.modal__picture--map img {
          width: auto;
          max-height: 34.72222vw; } }
      @media (min-width: 1681px) {
        .modal__picture.modal__picture--map img {
          max-height: 583.68056px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__picture.modal__picture--map img {
          max-height: 65.10417vh; } }
    @media (min-width: 1025px) {
      .modal__picture {
        margin-bottom: 1.94444vw; } }
    @media (min-width: 1681px) {
      .modal__picture {
        margin-bottom: 32.68611px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__picture {
        margin-bottom: 3.64583vh; } }
  .modal__content {
    color: #333; }
    @media (min-width: 1025px) {
      .modal__content {
        position: relative;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 38.88889vw;
                flex: 0 0 38.88889vw;
        margin-left: 1.38889vw;
        max-width: 38.88889vw; } }
    @media (min-width: 1681px) {
      .modal__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 653.72222px;
                flex: 0 0 653.72222px;
        margin-left: 23.34722px;
        max-width: 653.72222px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 72.91667vh;
                flex: 0 0 72.91667vh;
        margin-left: 2.60417vh;
        max-width: 72.91667vh; } }
  .modal__transponder {
    margin-top: 2.5vmin;
    width: 29.0625vmin; }
    .modal__transponder--footer {
      position: relative;
      display: block;
      margin-top: 12.5vmin;
      margin-left: auto;
      width: auto;
      text-align: right; }
    @media (min-width: 1025px) {
      .modal__transponder {
        position: absolute;
        right: 0.48611vw;
        margin-top: -0.34722vw;
        width: 6.45833vw; }
        .modal__transponder--footer {
          position: relative;
          display: block;
          margin-top: 3.47222vw;
          margin-right: -2.56944vw;
          margin-left: auto;
          width: auto;
          text-align: right; }
          .modal__transponder--footer img {
            height: 13.68056vw; } }
    @media (min-width: 1681px) {
      .modal__transponder {
        right: 8.17153px;
        margin-top: -5.83681px;
        width: 108.56458px; }
        .modal__transponder--footer {
          margin-top: 58.36806px;
          margin-right: -43.19236px;
          width: auto; }
          .modal__transponder--footer img {
            height: 229.97014px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__transponder {
        right: 0.91146vh;
        margin-top: -0.65104vh;
        width: 12.10938vh; }
        .modal__transponder--footer {
          margin-top: 6.51042vh;
          margin-right: -4.81771vh;
          width: auto; }
          .modal__transponder--footer img {
            height: 25.65104vh; } }
  .modal__title {
    position: relative;
    margin: 0;
    font-weight: 900;
    font-size: 10vmin;
    line-height: 11.875vmin; }
    .modal__title:not(:last-child) {
      margin-bottom: 10vmin; }
      @media (min-width: 1025px) {
        .modal__title:not(:last-child) {
          margin-bottom: 2.22222vw; } }
      @media (min-width: 1681px) {
        .modal__title:not(:last-child) {
          margin-bottom: 37.35556px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__title:not(:last-child) {
          margin-bottom: 4.16667vh; } }
    @media (min-width: 1025px) {
      .modal__title {
        font-size: 2.22222vw;
        line-height: 2.63889vw; }
        .modal__title--big {
          font-size: 2.77778vw;
          line-height: 3.19444vw; } }
    @media (min-width: 1681px) {
      .modal__title {
        font-size: 37.35556px;
        line-height: 44.35972px; }
        .modal__title--big {
          font-size: 46.69444px;
          line-height: 53.69861px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__title {
        font-size: 4.16667vh;
        line-height: 4.94792vh; }
        .modal__title--big {
          font-size: 5.20833vh;
          line-height: 5.98958vh; } }
  .modal__subtitle {
    margin: 0;
    font-weight: 900;
    font-size: 4.375vmin;
    line-height: 6.25vmin; }
    .modal__subtitle + .modal__list {
      margin-top: 0; }
    @media (min-width: 1025px) {
      .modal__subtitle {
        font-size: 0.97222vw;
        line-height: 1.38889vw; } }
    @media (min-width: 1681px) {
      .modal__subtitle {
        font-size: 16.34306px;
        line-height: 23.34722px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__subtitle {
        font-size: 1.82292vh;
        line-height: 2.60417vh; } }
  .modal__text {
    margin: 0;
    margin-top: 5vmin;
    font-size: 4.375vmin;
    line-height: 6.25vmin; }
    .modal__text:not(:last-child) {
      margin-bottom: 5vmin; }
      @media (min-width: 1025px) {
        .modal__text:not(:last-child) {
          margin-bottom: 1.11111vw; } }
      @media (min-width: 1681px) {
        .modal__text:not(:last-child) {
          margin-bottom: 18.67778px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__text:not(:last-child) {
          margin-bottom: 2.08333vh; } }
    .modal__text b,
    .modal__text strong {
      font-weight: 600; }
    .modal__text a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0.3125vmin 1.5625vmin;
      border: 1px solid currentColor;
      border-radius: 50px;
      padding: 0 3.75vmin;
      font-weight: 900;
      text-decoration: none;
      color: #fc4f00; }
      .modal__text a svg {
        margin-left: 2.5vmin;
        width: 5vmin;
        height: 3.75vmin; }
        @media (min-width: 1025px) {
          .modal__text a svg {
            margin-left: 0.55556vw;
            width: 1.11111vw;
            height: 0.83333vw; } }
        @media (min-width: 1681px) {
          .modal__text a svg {
            margin-left: 9.33889px;
            width: 18.67778px;
            height: 14.00833px; } }
        @media (min-width: 1025px) and (max-height: 849px) {
          .modal__text a svg {
            margin-left: 1.04167vh;
            width: 2.08333vh;
            height: 1.5625vh; } }
      @media (min-width: 1025px) {
        .modal__text a {
          margin: 0.06944vw 0.34722vw;
          margin-left: 0;
          padding: 0 0.83333vw; } }
      @media (min-width: 1681px) {
        .modal__text a {
          margin: 1.16736px 5.83681px;
          margin-left: 0;
          padding: 0 14.00833px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__text a {
          margin: 0.13021vh 0.65104vh;
          margin-left: 0;
          padding: 0 1.5625vh; } }
      @media (max-width: 1024px) {
        .modal__text a {
          margin-left: 0;
          font-size: 0.81em; } }
      .has-hover .modal__text a:not([disabled]):hover {
        color: #b0b0b0; }
    .modal__text + .modal__subtitle {
      margin-top: 10vmin; }
      @media (min-width: 1025px) {
        .modal__text + .modal__subtitle {
          margin-top: 2.22222vw; } }
      @media (min-width: 1681px) {
        .modal__text + .modal__subtitle {
          margin-top: 37.35556px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__text + .modal__subtitle {
          margin-top: 4.16667vh; } }
    @media (min-width: 1025px) {
      .modal__text {
        margin-top: 1.11111vw;
        font-size: 0.97222vw;
        line-height: 1.38889vw; } }
    @media (min-width: 1681px) {
      .modal__text {
        margin-top: 18.67778px;
        font-size: 16.34306px;
        line-height: 23.34722px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__text {
        margin-top: 2.08333vh;
        font-size: 1.82292vh;
        line-height: 2.60417vh; } }
  .modal__blockqoute {
    display: block;
    border-left: 2px solid #fc4f00;
    padding-left: 6.25vmin;
    font-size: 4.375vmin;
    line-height: 6.25vmin;
    color: #777; }
    @media (min-width: 1025px) {
      .modal__blockqoute {
        padding-left: 1.38889vw;
        font-size: 0.97222vw;
        line-height: 1.38889vw; } }
    @media (min-width: 1681px) {
      .modal__blockqoute {
        padding-left: 23.34722px;
        font-size: 16.34306px;
        line-height: 23.34722px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__blockqoute {
        padding-left: 2.60417vh;
        font-size: 1.82292vh;
        line-height: 2.60417vh; } }
    @media (max-width: 1024px) {
      .modal__blockqoute {
        margin-top: 10vmin; } }
  .modal__list {
    margin: 0;
    margin-top: 5vmin;
    font-size: 4.375vmin;
    line-height: 6.25vmin; }
    .modal__list li {
      position: relative;
      padding-left: 5.625vmin; }
      .modal__list li::before {
        content: "";
        position: absolute;
        left: 2.5vmin;
        top: 3.125vmin;
        border-radius: 50%;
        width: 0.625vmin;
        height: 0.625vmin;
        background-color: #333; }
        @media (min-width: 1025px) {
          .modal__list li::before {
            left: 0.55556vw;
            top: 0.69444vw;
            width: 0.13889vw;
            height: 0.13889vw; } }
        @media (min-width: 1681px) {
          .modal__list li::before {
            left: 9.33889px;
            top: 11.67361px;
            width: 2.33472px;
            height: 2.33472px; } }
        @media (min-width: 1025px) and (max-height: 849px) {
          .modal__list li::before {
            left: 1.04167vh;
            top: 1.30208vh;
            width: 0.26042vh;
            height: 0.26042vh; } }
      @media (min-width: 1025px) {
        .modal__list li {
          padding-left: 1.25vw; } }
      @media (min-width: 1681px) {
        .modal__list li {
          padding-left: 21.0125px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__list li {
          padding-left: 2.34375vh; } }
    .modal__list:not(:last-child) {
      margin-bottom: 3.75vmin; }
      @media (min-width: 1025px) {
        .modal__list:not(:last-child) {
          margin-bottom: 1.11111vw; } }
      @media (min-width: 1681px) {
        .modal__list:not(:last-child) {
          margin-bottom: 18.67778px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__list:not(:last-child) {
          margin-bottom: 2.08333vh; } }
    .modal__list + .modal__text {
      margin-top: 10vmin; }
      @media (min-width: 1025px) {
        .modal__list + .modal__text {
          margin-top: 2.22222vw; } }
      @media (min-width: 1681px) {
        .modal__list + .modal__text {
          margin-top: 37.35556px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__list + .modal__text {
          margin-top: 4.16667vh; } }
    .modal__list b,
    .modal__list strong {
      font-weight: 600; }
    @media (min-width: 1025px) {
      .modal__list {
        margin-top: 1.11111vw;
        font-size: 0.97222vw;
        line-height: 1.38889vw; } }
    @media (min-width: 1681px) {
      .modal__list {
        margin-top: 18.67778px;
        font-size: 16.34306px;
        line-height: 23.34722px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__list {
        margin-top: 2.08333vh;
        font-size: 1.82292vh;
        line-height: 2.60417vh; } }
  .modal__buttons {
    padding: 3.125vmin 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(17.5%, #f0f0f0));
    background-image: -o-linear-gradient(top, transparent 0%, #f0f0f0 17.5%);
    background-image: linear-gradient(to bottom, transparent 0%, #f0f0f0 17.5%); }
    @media (min-width: 1025px) {
      .modal__buttons {
        position: -webkit-sticky;
        position: sticky;
        bottom: -1px;
        z-index: 11;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 1.52778vw;
        padding: 1.73611vw 0 1.04167vw; } }
    @media (min-width: 1681px) {
      .modal__buttons {
        margin-top: 25.68194px;
        padding: 29.18403px 0 17.51042px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__buttons {
        margin-top: 2.86458vh;
        padding: 3.25521vh 0 1.95312vh; } }
  .modal__button {
    position: relative;
    padding: 3.75vmin 7.5vmin;
    border: 1px solid currentColor;
    border-radius: 30px;
    font-weight: 900 !important;
    font-size: 5vmin;
    line-height: 7.5vmin;
    text-decoration: none !important;
    color: #fc4f00;
    background-color: transparent; }
    .modal__button:not(:last-child) {
      margin-bottom: 10.625vmin; }
      @media (min-width: 1025px) {
        .modal__button:not(:last-child) {
          margin-right: 2.22222vw;
          margin-bottom: 0; } }
      @media (min-width: 1681px) {
        .modal__button:not(:last-child) {
          margin-right: 37.35556px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__button:not(:last-child) {
          margin-right: 4.16667vh; } }
    .modal__button svg {
      margin-left: 3.75vmin;
      width: 5vmin;
      height: 3.75vmin; }
      @media (min-width: 1025px) {
        .modal__button svg {
          margin-left: 0.83333vw;
          width: 1.11111vw;
          height: 0.83333vw; } }
      @media (min-width: 1681px) {
        .modal__button svg {
          margin-left: 14.00833px;
          width: 18.67778px;
          height: 14.00833px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__button svg {
          margin-left: 1.5625vh;
          width: 2.08333vh;
          height: 1.5625vh; } }
    @media (min-width: 1025px) {
      .modal__button {
        padding: 0.83333vw 1.66667vw;
        font-size: 1.11111vw;
        line-height: 1.66667vw; } }
    @media (min-width: 1681px) {
      .modal__button {
        padding: 14.00833px 28.01667px;
        font-size: 18.67778px;
        line-height: 28.01667px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__button {
        padding: 1.5625vh 3.125vh;
        font-size: 2.08333vh;
        line-height: 3.125vh; } }
    @media (max-width: 1024px) {
      .modal__button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .has-hover .modal__button:not([disabled]):hover {
      color: #fff;
      background-color: #fc4f00; }
  .modal__table-title {
    margin: 0 0 5vmin;
    font-weight: 900;
    font-size: 5.625vmin;
    line-height: 7.5vmin;
    color: #333; }
    @media (min-width: 1025px) {
      .modal__table-title {
        margin: 0 0 1.11111vw;
        font-size: 1.66667vw;
        line-height: 2.08333vw; } }
    @media (min-width: 1681px) {
      .modal__table-title {
        margin: 0 0 18.67778px;
        font-size: 28.01667px;
        line-height: 35.02083px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__table-title {
        margin: 0 0 2.08333vh;
        font-size: 3.125vh;
        line-height: 3.90625vh; } }
  .modal__table-container {
    display: table;
    width: 100%; }
  .modal__table-head, .modal__table-body {
    width: 100%; }
  .modal__table-head {
    margin-bottom: 5vmin; }
    @media (min-width: 1025px) {
      .modal__table-head {
        margin-bottom: 1.11111vw; }
        .modal__table-head .modal__table-cell:first-of-type {
          font-weight: 500;
          font-size: 0.97222vw;
          line-height: 1.38889vw;
          color: #b0b0b0; } }
    @media (min-width: 1681px) {
      .modal__table-head {
        margin-bottom: 18.67778px; }
        .modal__table-head .modal__table-cell:first-of-type {
          font-weight: 500;
          font-size: 16.34306px;
          line-height: 23.34722px;
          color: #b0b0b0; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__table-head {
        margin-bottom: 2.08333vh; }
        .modal__table-head .modal__table-cell:first-of-type {
          font-weight: 500;
          font-size: 1.82292vh;
          line-height: 2.60417vh;
          color: #b0b0b0; } }
    @media (max-width: 1024px) {
      .modal__table-head .modal__table-row {
        margin-bottom: 7.5vmin; } }
  @media (max-width: 1024px) and (min-width: 1025px) {
    .modal__table-head .modal__table-row {
      margin-bottom: 1.94444vw; } }
  @media (max-width: 1024px) and (min-width: 1681px) {
    .modal__table-head .modal__table-row {
      margin-bottom: 32.68611px; } }
    @media (max-width: 1024px) {
      .modal__table-head .modal__table-cell:first-of-type {
        font-weight: 500;
        font-size: 4.375vmin;
        line-height: 6.25vmin;
        color: #b0b0b0; } }
  .modal__table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5vmin;
    width: 100%; }
    @media (min-width: 1025px) {
      .modal__table-row {
        margin-bottom: 1.11111vw; } }
    @media (min-width: 1681px) {
      .modal__table-row {
        margin-bottom: 18.67778px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__table-row {
        margin-bottom: 2.08333vh; } }
  .modal__table-cell {
    width: 25vmin;
    font-weight: 700;
    font-size: 4.375vmin;
    line-height: 6.25vmin;
    text-align: center;
    color: #333; }
    .modal__table-cell:first-of-type {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      width: auto;
      text-align: left; }
      @media (max-width: 1024px) {
        .modal__table-cell:first-of-type {
          width: 31.25vmin; } }
    .modal__table-cell:nth-child(2) {
      margin-right: 5.625vmin;
      color: #333; }
      @media (min-width: 1025px) {
        .modal__table-cell:nth-child(2) {
          margin-right: 2.77778vw; } }
      @media (min-width: 1681px) {
        .modal__table-cell:nth-child(2) {
          margin-right: 46.69444px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__table-cell:nth-child(2) {
          margin-right: 5.20833vh; } }
    .modal__table-cell:nth-child(3) {
      color: #fc4f00; }
    @media (min-width: 1025px) {
      .modal__table-cell {
        width: 5.55556vw;
        font-size: 1.11111vw;
        line-height: 1.38889vw; } }
    @media (min-width: 1681px) {
      .modal__table-cell {
        width: 93.38889px;
        font-size: 18.67778px;
        line-height: 23.34722px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__table-cell {
        width: 10.41667vh;
        font-size: 2.08333vh;
        line-height: 2.60417vh; } }
  .modal__table-hint {
    margin-top: 1.25vmin;
    font-weight: 400;
    font-size: 3.75vmin;
    line-height: 5vmin;
    color: #777; }
    @media (min-width: 1025px) {
      .modal__table-hint {
        margin-top: 0.27778vw;
        font-size: 0.83333vw;
        line-height: 1.11111vw; } }
    @media (min-width: 1681px) {
      .modal__table-hint {
        margin-top: 4.66944px;
        font-size: 14.00833px;
        line-height: 18.67778px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__table-hint {
        margin-top: 0.52083vh;
        font-size: 1.5625vh;
        line-height: 2.08333vh; } }
  .modal__table p {
    margin: 0; }
  @media (min-width: 1025px) {
    .modal__table {
      margin-top: 0.69444vw;
      width: 30.55556vw; } }
  @media (min-width: 1681px) {
    .modal__table {
      margin-top: 11.67361px;
      width: 513.63889px; } }
  @media (min-width: 1025px) and (max-height: 849px) {
    .modal__table {
      margin-top: 1.30208vh;
      width: 57.29167vh; } }
  .modal__slider {
    margin-top: 10vmin; }
    @media (min-width: 1025px) {
      .modal__slider {
        margin-top: 2.77778vw; } }
    @media (min-width: 1681px) {
      .modal__slider {
        margin-top: 46.69444px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__slider {
        margin-top: 5.20833vh; } }
  .modal__video {
    position: relative;
    overflow: hidden;
    margin-top: 16.25vmin;
    border-radius: 32px;
    cursor: pointer; }
    .modal__video::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23fc4f00' d='M64 20c-22.0632 0-40 17.9368-40 40s17.9368 40 40 40 40-17.9368 40-40-17.9368-40-40-40zm12.8842 42.0211L58.0211 74.5684c-1.6 1.0948-3.7895-.0842-3.7895-2.021V47.4526c0-1.9368 2.1895-3.1158 3.7895-2.021l18.8631 12.5473c1.4316.9264 1.4316 3.1158 0 4.0422z'/%3E%3C/svg%3E");
      background-position: center;
      background-size: 20vmin;
      background-repeat: no-repeat;
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
      @media (min-width: 1025px) {
        .modal__video::before {
          background-size: 8.88889vw; } }
      @media (min-width: 1681px) {
        .modal__video::before {
          background-size: 149.42222px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal__video::before {
          background-size: 16.66667vh; } }
    .modal__video.is-playing::before {
      opacity: 0; }
    @media (min-width: 1025px) {
      .modal__video {
        margin-top: 3.61111vw; } }
    @media (min-width: 1681px) {
      .modal__video {
        margin-top: 60.70278px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal__video {
        margin-top: 6.77083vh; } }
    .has-hover .modal__video:not([disabled]):hover::before {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 128 128'%3E%3Cpath fill='%23fff' d='M64 20c-22.0632 0-40 17.9368-40 40s17.9368 40 40 40 40-17.9368 40-40-17.9368-40-40-40zm12.8842 42.0211L58.0211 74.5684c-1.6 1.0948-3.7895-.0842-3.7895-2.021V47.4526c0-1.9368 2.1895-3.1158 3.7895-2.021l18.8631 12.5473c1.4316.9264 1.4316 3.1158 0 4.0422z'/%3E%3C/svg%3E"); }
  .modal .slick-list {
    overflow: hidden;
    border-radius: 32px; }
  .modal .slick-next {
    right: 2.5vmin;
    z-index: 5;
    width: 7.5vmin;
    height: 5.625vmin;
    font-size: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 48'%3E%3Cpath fill='%23fff' d='M29.813 11.8667l8.9745 8.8H12v2.6666h26.7875l-8.9745 8.8L31.762 34 44 22 31.762 10l-1.949 1.8667z'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 1px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 1px rgba(0, 0, 0, 0.4)); }
    .modal .slick-next::before {
      content: none; }
    @media (min-width: 1025px) {
      .modal .slick-next {
        right: 1.66667vw;
        width: 2.22222vw;
        height: 1.66667vw;
        background-size: 50px; } }
    @media (min-width: 1681px) {
      .modal .slick-next {
        right: 28.01667px;
        width: 37.35556px;
        height: 28.01667px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal .slick-next {
        right: 3.125vh;
        width: 4.16667vh;
        height: 3.125vh; } }
    .has-hover .modal .slick-next:not([disabled]):hover {
      opacity: 0.7;
      -webkit-filter: drop-shadow(0 1px rgba(0, 0, 0, 0));
              filter: drop-shadow(0 1px rgba(0, 0, 0, 0)); }
  .modal .slick-prev {
    left: 2.5vmin;
    z-index: 5;
    width: 7.5vmin;
    height: 5.625vmin;
    font-size: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56 48'%3E%3Cpath fill='%23fff' d='M26.187 11.8667l-8.9745 8.8H44v2.6666H17.2125l8.9745 8.8L24.238 34 12 22l12.238-12 1.949 1.8667z'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 40px;
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 1px rgba(0, 0, 0, 0.4));
            filter: drop-shadow(0 1px rgba(0, 0, 0, 0.4)); }
    .modal .slick-prev::before {
      content: none; }
    @media (min-width: 1025px) {
      .modal .slick-prev {
        left: 1.66667vw;
        width: 2.22222vw;
        height: 1.66667vw;
        background-size: 50px; } }
    @media (min-width: 1681px) {
      .modal .slick-prev {
        left: 28.01667px;
        width: 37.35556px;
        height: 28.01667px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal .slick-prev {
        left: 3.125vh;
        width: 4.16667vh;
        height: 3.125vh; } }
    .has-hover .modal .slick-prev:not([disabled]):hover {
      opacity: 0.7;
      -webkit-filter: drop-shadow(0 1px rgba(0, 0, 0, 0));
              filter: drop-shadow(0 1px rgba(0, 0, 0, 0)); }
  .modal .slick-dots li {
    width: 3.125vmin;
    height: 3.125vmin; }
    .modal .slick-dots li button {
      border-radius: 50%;
      width: 3.125vmin;
      height: 3.125vmin;
      background-color: #777; }
      .modal .slick-dots li button::before {
        content: none; }
      @media (min-width: 1025px) {
        .modal .slick-dots li button {
          width: 0.69444vw;
          height: 0.69444vw; } }
      @media (min-width: 1681px) {
        .modal .slick-dots li button {
          width: 11.67361px;
          height: 11.67361px; } }
      @media (min-width: 1025px) and (max-height: 849px) {
        .modal .slick-dots li button {
          width: 1.30208vh;
          height: 1.30208vh; } }
    .modal .slick-dots li.slick-active button {
      background-color: #fc4f00; }
    @media (min-width: 1025px) {
      .modal .slick-dots li {
        width: 0.69444vw;
        height: 0.69444vw; } }
    @media (min-width: 1681px) {
      .modal .slick-dots li {
        width: 11.67361px;
        height: 11.67361px; } }
    @media (min-width: 1025px) and (max-height: 849px) {
      .modal .slick-dots li {
        width: 1.30208vh;
        height: 1.30208vh; } }

.home {
  position: relative; }

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