@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,700,800&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

.modal__form__submit .button.sending { position: relative;
    background-color: #ead381;
    background-image: url("../images/spinner.gif");
    background-size: 15%;
    background-position: 95% center;
    
    background-repeat: no-repeat;

}
/*.modal__form__submit .button.sending:after { position: absolute; height: 80%; background: url("../images/spinner.gif") no-repeat; }*/

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
       box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
       transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
       align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
       perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
     -moz-background-size: 27px 44px;
          background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -moz-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
    -o-transform: scale(0.33);
       transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
    -o-transform: scale(0.66);
       transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
    -o-transform: scale(0.33);
       transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
    -o-transform: scale(0.66);
       transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
    -o-transform: scale(0.33);
       transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
       transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  -o-transition: 200ms top, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms top, 200ms -moz-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  -o-transition: 200ms left, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms left, 200ms -moz-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  -o-transition: 200ms right, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms right, 200ms -moz-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
    -o-transform-origin: left top;
       transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -moz-transform-origin: right top;
    -o-transform-origin: right top;
       transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -moz-transform-origin: 50%;
    -o-transform-origin: 50%;
       transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
       animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
         transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
       transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

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

::-moz-selection {
  background: #ecc333; }

::selection {
  background: #ecc333; }

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 3.73333vmin;
  letter-spacing: 0.01em;
  color: #1d1d1d; }
  .is-show-success body,
  .is-show-modal body,
  .is-show-menu body {
    overflow: hidden; }
  @media (min-width: 1024px) {
    body {
      min-width: 96vw;
      font-size: 1.33333vw; } }
  @media (min-width: 1500px) {
    body {
      min-width: 1440px;
      font-size: 20px; } }

img {
  vertical-align: middle; }

.main {
  overflow: hidden; }

.container {
  margin: 0 auto;
  padding: 0 4vmin;
  width: 96vmin; }
  @media (min-width: 1024px) {
    .container {
      padding: 0;
      min-width: 96vw; } }
  @media (min-width: 1500px) {
    .container {
      min-width: 1440px; } }

.hidden {
  display: none !important; }

@media (min-width: 1024px) {
  .visible-sm {
    display: none !important; } }

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

@media (max-width: 1023px) {
  .visible-lg {
    display: none !important; } }

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

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 95;
  padding: 5.06667vmin 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: -o-transform 0.25s;
  -moz-transition: transform 0.25s, -moz-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -moz-transform 0.25s, -o-transform 0.25s;
  -webkit-backdrop-filter: saturate(180%) blur(6px);
  backdrop-filter: saturate(180%) blur(6px); }
  .header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__burger {
    position: relative;
    margin: 0 16vmin 0 0;
    outline: none;
    border: none;
    padding: 0;
    width: 6.93333vmin;
    height: 5.06667vmin;
    background: none; }
    .header__burger i {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 0.53333vmin;
      background: #1d1d1d;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
      .header__burger i + i {
        top: 2.4vmin; }
        .header__burger i + i + i {
          top: 4.53333vmin; }
          @media (min-width: 1024px) {
            .header__burger i + i + i {
              top: 26px; } }
        @media (min-width: 1024px) {
          .header__burger i + i {
            top: 13px; } }
      @media (min-width: 1024px) {
        .header__burger i {
          height: 3px; } }
    .header__burger:hover i {
      background: #ecc333; }
    .is-show-menu .header__burger i {
      top: 2.4vmin;
      -webkit-transform: rotate(35deg);
         -moz-transform: rotate(35deg);
          -ms-transform: rotate(35deg);
           -o-transform: rotate(35deg);
              transform: rotate(35deg); }
      .is-show-menu .header__burger i + i {
        opacity: 0;
        -webkit-transform: translateX(-100%);
           -moz-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
             -o-transform: translateX(-100%);
                transform: translateX(-100%); }
        .is-show-menu .header__burger i + i + i {
          top: 2.4vmin;
          opacity: 1;
          -webkit-transform: rotate(-35deg);
             -moz-transform: rotate(-35deg);
              -ms-transform: rotate(-35deg);
               -o-transform: rotate(-35deg);
                  transform: rotate(-35deg); }
          @media (min-width: 1024px) {
            .is-show-menu .header__burger i + i + i {
              top: 13px; } }
      @media (min-width: 1024px) {
        .is-show-menu .header__burger i {
          top: 13px; } }
    @media (min-width: 1024px) {
      .header__burger {
        margin: 0 80px 0 0;
        width: 40px;
        height: 29px; } }
  .header__logo {
    font-weight: 300;
    font-size: 5.86667vmin;
    letter-spacing: 0;
    color: #929292; }
    .header__logo a {
      outline: none;
      text-decoration: none;
      color: inherit; }
    .header__logo img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 1.6vmin;
      width: 24.53333vmin; }
      @media (min-width: 1024px) {
        .header__logo img {
          margin-right: 0.66667vw;
          width: 8.53333vw; } }
      @media (min-width: 1500px) {
        .header__logo img {
          margin-right: 10px;
          width: 128px; } }
    @media (min-width: 1024px) {
      .header__logo {
        margin-right: 2.53333vw;
        font-size: 2vw; } }
    @media (min-width: 1500px) {
      .header__logo {
        margin-right: 38px;
        font-size: 30px; } }
  .header__gd {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s; }
    .header__gd img {
      width: 7.06667vw; }
      @media (min-width: 1500px) {
        .header__gd img {
          width: 106px; } }
    .is-header-fixed .header__gd,
    .is-show-menu .header__gd {
      opacity: 0;
      visibility: hidden; }
  .header__phone {
    position: relative;
    margin-left: auto;
    padding-left: 3.2vw;
    font-weight: 600;
    font-size: 1.6vw;
    color: #151515;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s; }
    .header__phone__icon {
      position: absolute;
      left: 0;
      top: 50%;
      width: 1.6vw;
      height: 1.6vw;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 1500px) {
        .header__phone__icon {
          width: 24px;
          height: 24px; } }
    .header__phone a {
      text-decoration: none;
      color: inherit; }
    .is-show-menu .header__phone {
      opacity: 0.7;
      -webkit-filter: blur(6px);
              filter: blur(6px);
      pointer-events: none;
      -webkit-transition: 0.5s 0.15s;
      -o-transition: 0.5s 0.15s;
      -moz-transition: 0.5s 0.15s;
      transition: 0.5s 0.15s; }
    @media (min-width: 1500px) {
      .header__phone {
        padding-left: 48px;
        font-size: 24px; } }
  .header__progress {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.33333vmin;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s; }
    .header__progress span {
      display: block;
      width: 0;
      height: 100%;
      background: #ecc333; }
    .is-header-fixed .header__progress {
      opacity: 1;
      visibility: visible; }
    .is-show-menu .header__progress {
      opacity: 0;
      visibility: hidden; }
    @media (min-width: 1024px) {
      .header__progress {
        height: 0.46667vw; } }
    @media (min-width: 1500px) {
      .header__progress {
        height: 7px; } }
  .is-show-menu .header {
    position: fixed;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none; }
  .is-hide-header .header {
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%); }
  @media (min-width: 1024px) {
    .header {
      padding: 1.86667vw 0; } }
  @media (min-width: 1500px) {
    .header {
      padding: 28px 0; } }

.menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s; }
  .menu__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 29, 29, 0.2);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s 0.05s;
    -o-transition: 0.5s 0.05s;
    -moz-transition: 0.5s 0.05s;
    transition: 0.5s 0.05s;
    cursor: pointer;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px); }
    .is-show-menu .menu__overlay {
      opacity: 1;
      visibility: visible; }
  .menu__content {
    position: relative;
    z-index: 5;
    padding: 25.33333vmin 0 0;
    width: 83.33333vw;
    height: 100%;
    -webkit-box-shadow: 0 10px 20px rgba(29, 29, 29, 0.3);
       -moz-box-shadow: 0 10px 20px rgba(29, 29, 29, 0.3);
            box-shadow: 0 10px 20px rgba(29, 29, 29, 0.3);
    background: #fff;
    -webkit-transform: translateX(-100%);
       -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
         -o-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .is-show-menu .menu__content {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); }
    @media (min-width: 1024px) {
      .menu__content {
        padding: 10.2vw 0 0;
        width: 35%;
        min-width: 30.53333vw; } }
    @media (min-width: 1500px) {
      .menu__content {
        padding: 153px 0 0;
        min-width: 458px; } }
  .menu__list {
    list-style-type: none;
    overflow: auto;
    margin: 0;
    padding: 0 0 4vmin 4vmin;
    height: 100%; }
    .menu__list::-webkit-scrollbar-track {
      background-color: #fff; }
    .menu__list::-webkit-scrollbar {
      width: 6px;
      background-color: #fff; }
    .menu__list::-webkit-scrollbar-thumb {
      background-color: #ecc333;
      opacity: 0; }
    .menu__list li + li {
      margin-top: 6.4vmin; }
      @media (min-width: 1024px) {
        .menu__list li + li {
          margin-top: 2.2vw; } }
      @media (min-width: 1500px) {
        .menu__list li + li {
          margin-top: 33px; } }
    .menu__list li a {
      text-decoration: none;
      color: inherit;
      -webkit-transition: 0.15s linear;
      -o-transition: 0.15s linear;
      -moz-transition: 0.15s linear;
      transition: 0.15s linear; }
      .menu__list li a:hover {
        font-weight: 700;
        color: #ecc333; }
    @media (min-width: 1024px) {
      .menu__list {
        padding: 0 0 25px;
        letter-spacing: 0.02em; } }
  .is-show-menu .menu {
    opacity: 1;
    visibility: visible; }

.footer {
  padding: 11.46667vmin 0;
  background: #f4f4f4; }
  .footer__top__col {
    margin-bottom: 5.33333vmin; }
    @media (min-width: 1024px) {
      .footer__top__col:nth-child(1) {
        min-width: 10.46667vw; } }
    @media (min-width: 1500px) {
      .footer__top__col:nth-child(1) {
        min-width: 157px; } }
    @media (min-width: 1024px) {
      .footer__top__col:nth-child(2) {
        min-width: 17.73333vw; } }
    @media (min-width: 1500px) {
      .footer__top__col:nth-child(2) {
        min-width: 266px; } }
    .footer__top__col.is-active .footer__top__title__arrow {
      -webkit-transform: translateY(-50%) rotate(180deg);
         -moz-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
           -o-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    @media (min-width: 1024px) {
      .footer__top__col {
        margin: 0 5.33333vw 0 0; } }
    @media (min-width: 1500px) {
      .footer__top__col {
        margin: 0 80px 0 0; } }
  .footer__top__title {
    position: relative;
    margin-bottom: 1.46667vw;
    font-weight: 700; }
    .footer__top__title__arrow {
      position: absolute;
      right: 0;
      top: 50%;
      width: 6.93333vmin;
      height: 3.73333vmin;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
    .footer__top__title a {
      text-decoration: none;
      color: inherit; }
    @media (min-width: 1500px) {
      .footer__top__title {
        margin-bottom: 22px; } }
    @media (max-width: 1023px) {
      .footer__top__title {
        position: relative;
        margin-bottom: 0;
        padding-right: 13.33333vmin;
        font-size: 4.26667vmin;
        letter-spacing: 0.03em;
        cursor: pointer; } }
  .footer__top__menu {
    list-style-type: none;
    margin: 0;
    padding: 7.73333vmin 0 4.8vmin;
    letter-spacing: 0; }
    .footer__top__menu li + li {
      margin-top: 4.53333vmin; }
      @media (min-width: 1024px) {
        .footer__top__menu li + li {
          margin-top: 1.2vw; } }
      @media (min-width: 1500px) {
        .footer__top__menu li + li {
          margin-top: 18px; } }
    .footer__top__menu li a {
      text-decoration: none;
      color: inherit;
      -webkit-transition: 0.15s linear;
      -o-transition: 0.15s linear;
      -moz-transition: 0.15s linear;
      transition: 0.15s linear; }
      .footer__top__menu li a:hover {
        font-weight: 700;
        color: #ecc333; }
    @media (min-width: 1024px) {
      .footer__top__menu {
        padding: 0;
        font-size: 0.93333vw; } }
    @media (min-width: 1500px) {
      .footer__top__menu {
        font-size: 14px; } }
    @media (max-width: 1023px) {
      .footer__top__menu {
        display: none; } }
  @media (min-width: 1024px) {
    .footer__top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  .footer__contacts {
    margin-top: 25.6vmin; }
    .footer__contacts__phone {
      position: relative;
      display: inline-block;
      margin-bottom: 6.93333vmin;
      font-weight: 600;
      font-size: 8vmin;
      color: #151515; }
      .footer__contacts__phone__icon {
        position: absolute;
        left: 0;
        top: 50%;
        width: 1.6vw;
        height: 1.6vw;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media (min-width: 1500px) {
          .footer__contacts__phone__icon {
            width: 24px;
            height: 24px; } }
      .footer__contacts__phone a {
        text-decoration: none;
        color: inherit;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s; }
        .footer__contacts__phone a:hover {
          color: #ecc333; }
      @media (min-width: 1024px) {
        .footer__contacts__phone {
          margin-bottom: 1.13333vw;
          padding-left: 3.2vw;
          font-size: 1.6vw; } }
      @media (min-width: 1500px) {
        .footer__contacts__phone {
          margin-bottom: 17px;
          padding-left: 48px;
          font-size: 24px; } }
    .footer__contacts__btn {
      margin-bottom: 10.66667vmin; }
      .footer__contacts__btn .button {
        padding: 0;
        width: 47.46667vmin;
        height: 10.93333vmin;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
        font-size: 3.73333vmin; }
        @media (min-width: 1024px) {
          .footer__contacts__btn .button {
            width: 11.86667vw;
            height: 2.73333vw;
            font-size: 0.93333vw; } }
        @media (min-width: 1500px) {
          .footer__contacts__btn .button {
            width: 178px;
            height: 41px;
            font-size: 14px; } }
      @media (min-width: 1024px) {
        .footer__contacts__btn {
          margin-bottom: 2.93333vw; } }
      @media (min-width: 1500px) {
        .footer__contacts__btn {
          margin-bottom: 44px; } }
    .footer__contacts__email {
      margin-bottom: 3.2vmin;
      font-size: 4.26667vmin; }
      .footer__contacts__email a {
        text-decoration: none;
        color: inherit; }
      @media (min-width: 1024px) {
        .footer__contacts__email {
          margin-bottom: 0.6vw;
          font-size: 1.2vw; } }
      @media (min-width: 1500px) {
        .footer__contacts__email {
          margin-bottom: 9px;
          font-size: 18px; } }
    .footer__contacts__address {
      font-weight: 300;
      line-height: 5.6vmin;
      color: #929292; }
      .footer__contacts__address a {
        text-decoration: none;
        color: inherit; }
      @media (min-width: 1024px) {
        .footer__contacts__address {
          font-size: 0.93333vw;
          line-height: 1.4vw; } }
      @media (min-width: 1500px) {
        .footer__contacts__address {
          font-size: 14px;
          line-height: 21px; } }
    @media (min-width: 1024px) {
      .footer__contacts {
        margin: 0 0 0 auto;
        max-width: 20vw;
        text-align: right; } }
    @media (min-width: 1500px) {
      .footer__contacts {
        max-width: 300px; } }
  .footer__copy {
    margin-top: 2.93333vmin;
    font-weight: 300;
    color: #929292; }
    @media (min-width: 1024px) {
      .footer__copy {
        margin-top: 4.26667vw;
        font-size: 0.93333vw; } }
    @media (min-width: 1500px) {
      .footer__copy {
        margin-top: 64px;
        font-size: 14px; } }
  @media (min-width: 1024px) {
    .footer {
      padding: 4vw 0 1vw; } }
  @media (min-width: 1500px) {
    .footer {
      padding: 60px 0 15px; } }

.title {
  margin: 0;
  font-weight: 800;
  font-size: 10.66667vmin;
  line-height: 12.26667vmin;
  color: #151515; }
  .title span {
    position: relative;
    z-index: 5;
    display: inline-block;
    color: #ecc333; }
    @media (min-width: 1024px) {
      .title span::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -0.33333vw;
        z-index: -1;
        width: 100%;
        height: 0.6vw;
        background: -webkit-linear-gradient(358.51deg, #f0e938 0.05%, #ecc333 100%);
        background: -moz-linear-gradient(358.51deg, #f0e938 0.05%, #ecc333 100%);
        background: -o-linear-gradient(358.51deg, #f0e938 0.05%, #ecc333 100%);
        background: linear-gradient(91.49deg, #f0e938 0.05%, #ecc333 100%); } }
    @media (min-width: 1500px) {
      .title span::after {
        bottom: -5px;
        height: 9px; } }
    @media (min-width: 1024px) {
      .title span {
        color: #151515; } }
  @media (min-width: 1024px) {
    .title {
      font-size: 3.33333vw;
      line-height: 3.86667vw; } }
  @media (min-width: 1500px) {
    .title {
      font-size: 50px;
      line-height: 58px; } }

.button {
  position: relative;
  z-index: 5;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  outline: none;
  border: none;
  -webkit-border-radius: 9.33333vmin;
     -moz-border-radius: 9.33333vmin;
          border-radius: 9.33333vmin;
  padding: 2.66667vmin 6.66667vmin;
  width: 61.33333vmin;
  height: 17.86667vmin;
  -webkit-box-shadow: 0 1.33333vmin 4vmin rgba(236, 195, 51, 0.7);
     -moz-box-shadow: 0 1.33333vmin 4vmin rgba(236, 195, 51, 0.7);
          box-shadow: 0 1.33333vmin 4vmin rgba(236, 195, 51, 0.7);
  font-weight: 500;
  font-size: 4.53333vmin;
  line-height: 6.4vmin;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: -webkit-linear-gradient(344.03deg, #f0e938 0%, #ecc333 49.94%);
  background: -moz-linear-gradient(344.03deg, #f0e938 0%, #ecc333 49.94%);
  background: -o-linear-gradient(344.03deg, #f0e938 0%, #ecc333 49.94%);
  background: linear-gradient(105.97deg, #f0e938 0%, #ecc333 49.94%);
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s; }
  .button:hover {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
  @media (min-width: 1024px) {
    .button {
      -webkit-border-radius: 2.33333vw;
         -moz-border-radius: 2.33333vw;
              border-radius: 2.33333vw;
      padding: 0.66667vw 1.66667vw;
      width: 15.33333vw;
      height: 4.46667vw;
      -webkit-box-shadow: 0 0.33333vw 1vw rgba(236, 195, 51, 0.7);
         -moz-box-shadow: 0 0.33333vw 1vw rgba(236, 195, 51, 0.7);
              box-shadow: 0 0.33333vw 1vw rgba(236, 195, 51, 0.7);
      font-size: 1.13333vw;
      line-height: 1.6vw; } }
  @media (min-width: 1500px) {
    .button {
      -webkit-border-radius: 35px;
         -moz-border-radius: 35px;
              border-radius: 35px;
      padding: 10px 25px;
      width: 230px;
      height: 67px;
      -webkit-box-shadow: 0 5px 15px rgba(236, 195, 51, 0.7);
         -moz-box-shadow: 0 5px 15px rgba(236, 195, 51, 0.7);
              box-shadow: 0 5px 15px rgba(236, 195, 51, 0.7);
      font-size: 17px;
      line-height: 24px; } }

.button--outline {
  border: solid 0.53333vmin #ecc333;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  color: #ecc333;
  background: none; }
  .button--outline::before {
    content: "";
    position: absolute;
    left: -0.53333vmin;
    right: -0.53333vmin;
    top: -0.53333vmin;
    bottom: -0.53333vmin;
    z-index: -1;
    -webkit-border-radius: 9.33333vmin;
       -moz-border-radius: 9.33333vmin;
            border-radius: 9.33333vmin;
    background: -webkit-linear-gradient(344.03deg, #f0e938 0%, #ecc333 49.94%);
    background: -moz-linear-gradient(344.03deg, #f0e938 0%, #ecc333 49.94%);
    background: -o-linear-gradient(344.03deg, #f0e938 0%, #ecc333 49.94%);
    background: linear-gradient(105.97deg, #f0e938 0%, #ecc333 49.94%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s; }
    @media (min-width: 1024px) {
      .button--outline::before {
        left: -2px;
        right: -2px;
        top: -2px;
        bottom: -2px;
        -webkit-border-radius: 35px;
           -moz-border-radius: 35px;
                border-radius: 35px; } }
  .button--outline-gray {
    border-color: #929292;
    color: #929292; }
  .button--outline:hover {
    border-color: #ecc333;
    color: #fff; }
    .button--outline:hover::before {
      opacity: 1;
      visibility: visible; }
  @media (min-width: 1024px) {
    .button--outline {
      border-width: 2px; } }

.gray-bg {
  position: relative;
  z-index: 5;
  background: #efefef; }
  .gray-bg::before, .gray-bg::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%; }
  .gray-bg::before {
    bottom: 100%;
    height: 25.33333vmin;
    background: url("../images/gray-mobile.png") 50% 50% no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%; }
    @media (min-width: 1024px) {
      .gray-bg::before {
        margin-bottom: -1px;
        height: 7.6vw;
        background-image: url("../images/gray-top.png"); } }
    @media (min-width: 1500px) {
      .gray-bg::before {
        height: 114px; } }
  .gray-bg::after {
    top: 100%;
    height: 17.33333vmin;
    background: url("../images/gray-mobile.png") 50% 50% no-repeat;
    -webkit-background-size: 100% 100%;
       -moz-background-size: 100% 100%;
            background-size: 100% 100%;
    -webkit-transform: scaleX(-1) scaleY(-1);
       -moz-transform: scaleX(-1) scaleY(-1);
        -ms-transform: scaleX(-1) scaleY(-1);
         -o-transform: scaleX(-1) scaleY(-1);
            transform: scaleX(-1) scaleY(-1); }
    @media (min-width: 1024px) {
      .gray-bg::after {
        margin-top: -1px;
        height: 4.46667vw;
        background-image: url("../images/gray-bottom.png");
        -webkit-transform: scaleY(1);
           -moz-transform: scaleY(1);
            -ms-transform: scaleY(1);
             -o-transform: scaleY(1);
                transform: scaleY(1); } }
    @media (min-width: 1500px) {
      .gray-bg::after {
        height: 67px; } }
  .gray-bg--bottom-v2::after {
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
         -o-transform: scaleY(-1);
            transform: scaleY(-1); }
    @media (min-width: 1024px) {
      .gray-bg--bottom-v2::after {
        -webkit-transform: scaleX(-1) scaleY(1);
           -moz-transform: scaleX(-1) scaleY(1);
            -ms-transform: scaleX(-1) scaleY(1);
             -o-transform: scaleX(-1) scaleY(1);
                transform: scaleX(-1) scaleY(1); } }
  .gray-bg--top-v2::before {
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
         -o-transform: scaleX(-1);
            transform: scaleX(-1); }

.intro {
  position: relative;
  padding: 34.4vmin 0 44vmin; }
  .intro__content {
    position: relative;
    z-index: 4; }
    @media (min-width: 1024px) {
      .intro__content {
        max-width: 42.66667vw; } }
    @media (min-width: 1500px) {
      .intro__content {
        max-width: 640px; } }
  .intro .title {
    margin-bottom: 6.4vmin; }
    @media (min-width: 1024px) {
      .intro .title {
        margin-bottom: 1.33333vw; } }
    @media (min-width: 1500px) {
      .intro .title {
        margin-bottom: 20px; } }
  .intro__text {
    margin-bottom: 98.13333vmin;
    line-height: 7.46667vmin;
    letter-spacing: 0;
    color: #4a4a4a; }
    @media (min-width: 1024px) {
      .intro__text {
        margin-bottom: 4.66667vw;
        line-height: 2.33333vw;
        color: #1d1d1d; } }
    @media (min-width: 1500px) {
      .intro__text {
        margin-bottom: 70px;
        line-height: 35px; } }
  @media (min-width: 1024px) {
    .intro__btns .button + .button {
      margin: 0 0 0 1vw; } }
  @media (min-width: 1500px) {
    .intro__btns .button + .button {
      margin: 0 0 0 15px; } }
  .intro__btns .button {
    margin-top: 4vmin; }
    @media (min-width: 1024px) {
      .intro__btns .button {
        margin-top: 0; } }
  @media (max-width: 1023px) {
    .intro__btns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .intro__date {
    position: absolute;
    left: 50%;
    top: 108.53333vmin;
    margin-left: -23.2vmin;
    font-weight: 800;
    font-size: 24vmin;
    color: #efefef; }
    @media (min-width: 1024px) {
      .intro__date {
        top: auto;
        bottom: 27vw;
        margin-left: 1.66667vw;
        font-size: 9.33333vw; } }
    @media (min-width: 1500px) {
      .intro__date {
        bottom: 405px;
        margin-left: 25px;
        font-size: 140px; } }
  .intro__image {
    position: absolute;
    left: 50%;
    top: 105.6vmin;
    margin-left: -41.86667vmin; }
    .intro__image img {
      width: 128vmin; }
      @media (min-width: 1024px) {
        .intro__image img {
          width: 62.46667vw; } }
      @media (min-width: 1500px) {
        .intro__image img {
          width: 937px; } }
    @media (min-width: 1024px) {
      .intro__image {
        top: auto;
        bottom: -1.33333vw;
        margin-left: -9.13333vw; } }
    @media (min-width: 1500px) {
      .intro__image {
        bottom: -20px;
        margin-left: -137px; } }
  .intro__decor {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 15;
    pointer-events: none; }
    .intro__decor--1 {
      bottom: 34vw;
      margin-left: 38.33333vw; }
      .intro__decor--1 img {
        width: 17.6vmin; }
        @media (min-width: 1024px) {
          .intro__decor--1 img {
            width: 4.4vw; } }
        @media (min-width: 1500px) {
          .intro__decor--1 img {
            width: 66px; } }
      @media (min-width: 1500px) {
        .intro__decor--1 {
          bottom: 510px;
          margin-left: 575px; } }
      @media (max-width: 1023px) {
        .intro__decor--1 {
          top: 105.06667vmin;
          bottom: auto;
          margin-left: 27.46667vmin; } }
    .intro__decor--2 {
      bottom: 8.66667vw;
      margin-left: 41.66667vw; }
      .intro__decor--2 img {
        width: 18.66667vmin; }
        @media (min-width: 1024px) {
          .intro__decor--2 img {
            width: 7.13333vw; } }
        @media (min-width: 1500px) {
          .intro__decor--2 img {
            width: 107px; } }
      @media (min-width: 1500px) {
        .intro__decor--2 {
          bottom: 130px;
          margin-left: 625px; } }
      @media (max-width: 1023px) {
        .intro__decor--2 {
          top: 170.66667vmin;
          bottom: auto;
          margin-left: 33.33333vmin; } }
    .intro__decor--3 {
      bottom: -11.86667vw;
      margin-left: 33.8vw; }
      .intro__decor--3 img {
        width: 77.33333vmin; }
        @media (min-width: 1024px) {
          .intro__decor--3 img {
            width: 23.8vw; } }
        @media (min-width: 1500px) {
          .intro__decor--3 img {
            width: 357px; } }
      @media (min-width: 1500px) {
        .intro__decor--3 {
          bottom: -178px;
          margin-left: 507px; } }
      @media (max-width: 1023px) {
        .intro__decor--3 {
          top: 139.46667vmin;
          bottom: auto;
          margin-left: -77.86667vmin; } }
    .intro__decor--4 {
      bottom: -6.66667vw;
      margin-left: 14vw; }
      .intro__decor--4 img {
        width: 26.66667vmin; }
        @media (min-width: 1024px) {
          .intro__decor--4 img {
            width: 14.46667vw; } }
        @media (min-width: 1500px) {
          .intro__decor--4 img {
            width: 217px; } }
      @media (min-width: 1500px) {
        .intro__decor--4 {
          bottom: -100px;
          margin-left: 210px; } }
      @media (max-width: 1023px) {
        .intro__decor--4 {
          top: 160.53333vmin;
          bottom: auto;
          margin-left: -48.8vmin;
          -webkit-transform: rotate(-20deg);
             -moz-transform: rotate(-20deg);
              -ms-transform: rotate(-20deg);
               -o-transform: rotate(-20deg);
                  transform: rotate(-20deg); } }
  @media (min-width: 1024px) {
    .intro {
      padding: 16.46667vw 0 9vw; } }
  @media (min-width: 1500px) {
    .intro {
      padding: 247px 0 135px; } }

.about {
  margin-bottom: 25.6vmin;
  padding-top: 5.33333vmin; }
  @media (min-width: 1024px) {
    .about .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .about__image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 3.06667vw; }
    .about__image img {
      width: 46.86667vw; }
      @media (min-width: 1500px) {
        .about__image img {
          width: 703px; } }
    .about__image svg {
      display: inline-block;
      vertical-align: middle;
      width: 46.86667vw;
      height: 45.86667vw; }
      .about__image svg .rotate-block {
        -webkit-transform-origin: 49.9% 50.4%;
           -moz-transform-origin: 49.9% 50.4%;
            -ms-transform-origin: 49.9% 50.4%;
             -o-transform-origin: 49.9% 50.4%;
                transform-origin: 49.9% 50.4%;
        will-change: transform; }
      .about__image svg .gear-icon {
        -webkit-transform-origin: 49.95% 50.42%;
           -moz-transform-origin: 49.95% 50.42%;
            -ms-transform-origin: 49.95% 50.42%;
             -o-transform-origin: 49.95% 50.42%;
                transform-origin: 49.95% 50.42%;
        -webkit-animation: rotateInverse 3s infinite linear;
           -moz-animation: rotateInverse 3s infinite linear;
             -o-animation: rotateInverse 3s infinite linear;
                animation: rotateInverse 3s infinite linear;
        will-change: transform; }
      .about__image svg .icon-1 {
        -webkit-transform-origin: 13.5% 55.2%;
           -moz-transform-origin: 13.5% 55.2%;
            -ms-transform-origin: 13.5% 55.2%;
             -o-transform-origin: 13.5% 55.2%;
                transform-origin: 13.5% 55.2%; }
      .about__image svg .icon-2 {
        -webkit-transform-origin: 48.45% 83.8%;
           -moz-transform-origin: 48.45% 83.8%;
            -ms-transform-origin: 48.45% 83.8%;
             -o-transform-origin: 48.45% 83.8%;
                transform-origin: 48.45% 83.8%; }
      .about__image svg .icon-3 {
        -webkit-transform-origin: 82% 56.1%;
           -moz-transform-origin: 82% 56.1%;
            -ms-transform-origin: 82% 56.1%;
             -o-transform-origin: 82% 56.1%;
                transform-origin: 82% 56.1%; }
      .about__image svg .icon-4 {
        -webkit-transform-origin: 69% 19.5%;
           -moz-transform-origin: 69% 19.5%;
            -ms-transform-origin: 69% 19.5%;
             -o-transform-origin: 69% 19.5%;
                transform-origin: 69% 19.5%; }
      .about__image svg .icon-5 {
        -webkit-transform-origin: 26% 20.3%;
           -moz-transform-origin: 26% 20.3%;
            -ms-transform-origin: 26% 20.3%;
             -o-transform-origin: 26% 20.3%;
                transform-origin: 26% 20.3%; }
      .about__image svg .select-item {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s; }
        .about__image svg .select-item.is-active {
          opacity: 1;
          visibility: visible; }
      .about__image svg .icon-item {
        fill: #929292;
        -webkit-transition: fill 0.7s;
        -o-transition: fill 0.7s;
        -moz-transition: fill 0.7s;
        transition: fill 0.7s;
        will-change: transform; }
        .about__image svg .icon-item.is-active {
          fill: #ecc333; }
      @media (min-width: 1500px) {
        .about__image svg {
          width: 703px;
          height: 688px; } }
    .about__image.animate .rotate-block {
      -webkit-transform: scale(0);
         -moz-transform: scale(0);
          -ms-transform: scale(0);
           -o-transform: scale(0);
              transform: scale(0);
      -webkit-transition: -webkit-transform 0.7s;
      transition: -webkit-transform 0.7s;
      -o-transition: -o-transform 0.7s;
      -moz-transition: transform 0.7s, -moz-transform 0.7s;
      transition: transform 0.7s;
      transition: transform 0.7s, -webkit-transform 0.7s, -moz-transform 0.7s, -o-transform 0.7s; }
    .about__image.animate .icon-item {
      -webkit-transform: scale(0);
         -moz-transform: scale(0);
          -ms-transform: scale(0);
           -o-transform: scale(0);
              transform: scale(0);
      -webkit-transition: fill 0.7s, -webkit-transform 0.7s 0.7s;
      transition: fill 0.7s, -webkit-transform 0.7s 0.7s;
      -o-transition: fill 0.7s, -o-transform 0.7s 0.7s;
      -moz-transition: fill 0.7s, transform 0.7s 0.7s, -moz-transform 0.7s 0.7s;
      transition: fill 0.7s, transform 0.7s 0.7s;
      transition: fill 0.7s, transform 0.7s 0.7s, -webkit-transform 0.7s 0.7s, -moz-transform 0.7s 0.7s, -o-transform 0.7s 0.7s; }
    .about__image.is-animated .rotate-block {
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
    .about__image.is-animated .icon-item {
      -webkit-transform: scale(1);
         -moz-transform: scale(1);
          -ms-transform: scale(1);
           -o-transform: scale(1);
              transform: scale(1); }
    .about__image.is-animated-rotate .rotate-block {
      -webkit-animation: rotate 15s infinite linear;
         -moz-animation: rotate 15s infinite linear;
           -o-animation: rotate 15s infinite linear;
              animation: rotate 15s infinite linear; }
    .about__image.is-animated-rotate .icon-item {
      -webkit-animation: rotateInverse 15s infinite linear;
         -moz-animation: rotateInverse 15s infinite linear;
           -o-animation: rotateInverse 15s infinite linear;
              animation: rotateInverse 15s infinite linear; }
    .about__image.is-animation-pause .gear-icon,
    .about__image.is-animation-pause .rotate-block,
    .about__image.is-animation-pause .icon-item {
      -webkit-animation-play-state: paused;
         -moz-animation-play-state: paused;
           -o-animation-play-state: paused;
              animation-play-state: paused; }
    @media (min-width: 1500px) {
      .about__image {
        margin-right: 46px; } }
  .about__image-mobile svg {
    display: inline-block;
    vertical-align: middle;
    width: 88vmin;
    height: 153.33333vmin; }
    .about__image-mobile svg [data-line="in"] {
      display: none; }
      .about__image-mobile svg [data-line="in"].is-active {
        display: block; }
    .about__image-mobile svg .path-icon {
      fill: #929292; }
  .about__content {
    margin-bottom: 19.2vmin; }
    @media (min-width: 1024px) {
      .about__content {
        margin-bottom: 2.66667vw;
        max-width: 42.33333vw; } }
    @media (min-width: 1500px) {
      .about__content {
        margin-bottom: 40px;
        max-width: 635px; } }
  .about .title {
    margin-bottom: 7.2vmin; }
    @media (min-width: 1024px) {
      .about .title {
        margin-bottom: 0.86667vw; } }
    @media (min-width: 1500px) {
      .about .title {
        margin-bottom: 13px; } }
  .about__text {
    line-height: 6.66667vmin;
    letter-spacing: 0; }
    @media (min-width: 1024px) {
      .about__text {
        font-size: 1.6vw;
        line-height: 2.86667vw; } }
    @media (min-width: 1500px) {
      .about__text {
        font-size: 24px;
        line-height: 43px; } }
  @media (min-width: 1024px) {
    .about {
      margin-bottom: 10vw;
      padding-top: 7.33333vw; } }
  @media (min-width: 1500px) {
    .about {
      margin-bottom: 150px;
      padding-top: 110px; } }

.company {
  padding-bottom: 10.13333vmin; }
  .company .title {
    margin-bottom: 12.26667vmin; }
    @media (min-width: 1024px) {
      .company .title {
        margin-bottom: 2.8vw; } }
    @media (min-width: 1500px) {
      .company .title {
        margin-bottom: 42px; } }
  @media (min-width: 1024px) {
    .company__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      max-width: 86vw; } }
  @media (min-width: 1500px) {
    .company__list {
      max-width: 1290px; } }
  .company__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #929292;
    fill: #c4c4c4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer; }
    .company__item__text {
      margin-right: 2.66667vmin;
      font-weight: 500;
      line-height: 5.6vmin; }
      @media (min-width: 1024px) {
        .company__item__text {
          margin-right: 0;
          font-weight: 400;
          line-height: 2vw;
          opacity: 0;
          -webkit-transition: 0.5s 0.5s;
          -o-transition: 0.5s 0.5s;
          -moz-transition: 0.5s 0.5s;
          transition: 0.5s 0.5s; } }
      @media (min-width: 1500px) {
        .company__item__text {
          line-height: 30px; } }
    .company__item__icon {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
         -moz-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-right: 5.33333vmin;
      width: 13.86667vmin;
      height: 13.33333vmin; }
      @media (min-width: 1024px) {
        .company__item__icon {
          position: absolute;
          right: 2vw;
          bottom: 2vw;
          margin-right: 0;
          width: 3.33333vw;
          height: 3.33333vw;
          opacity: 0;
          -webkit-transition: 0.5s 0.5s;
          -o-transition: 0.5s 0.5s;
          -moz-transition: 0.5s 0.5s;
          transition: 0.5s 0.5s; } }
      @media (min-width: 1500px) {
        .company__item__icon {
          right: 30px;
          bottom: 30px;
          width: 50px;
          height: 50px; } }
    .company__item__hover {
      position: absolute;
      left: 0;
      top: 0;
      overflow: hidden;
      width: 0;
      height: 100%;
      fill: #fff;
      background: #ecc333;
      -webkit-transition: 0.8s;
      -o-transition: 0.8s;
      -moz-transition: 0.8s;
      transition: 0.8s; }
      .company__item__hover__content {
        position: relative;
        padding: 2vw;
        width: 28.66667vw;
        height: 100%; }
        @media (min-width: 1500px) {
          .company__item__hover__content {
            padding: 30px;
            width: 430px; } }
      @media (max-width: 1023px) {
        .company__item__hover {
          display: none; } }
    .company__item:hover .company__item__hover {
      width: 100%; }
    @media (max-width: 1023px) {
      .company__item.is-animated {
        color: #1d1d1d;
        fill: #ecc333; } }
    @media (min-width: 1024px) {
      .is-show-items .company__item__text, .is-show-items .company__item__icon {
        opacity: 1; } }
    @media (min-width: 1024px) {
      .is-show-items .company__item {
        opacity: 1; } }
    @media (min-width: 1024px) {
      .company__item {
        display: block;
        padding: 2vw;
        width: 33.33334%;
        height: 13.33333vw;
        color: #1d1d1d;
        fill: #c4c4c4;
        background: #fff;
        opacity: 0; } }
    @media (min-width: 1500px) {
      .company__item {
        padding: 30px;
        height: 200px; } }
  .company__item + .company__item {
    margin-top: 14.66667vmin; }
    @media (min-width: 1024px) {
      .company__item + .company__item {
        margin-top: 0;
        -webkit-transition-delay: 0.25s;
           -moz-transition-delay: 0.25s;
             -o-transition-delay: 0.25s;
                transition-delay: 0.25s; }
        .company__item + .company__item .company__item__text,
        .company__item + .company__item .company__item__icon {
          -webkit-transition-delay: 0.75s;
             -moz-transition-delay: 0.75s;
               -o-transition-delay: 0.75s;
                  transition-delay: 0.75s; } }
  @media (min-width: 1024px) {
    .company__item + .company__item + .company__item {
      -webkit-transition-delay: 0.5s;
         -moz-transition-delay: 0.5s;
           -o-transition-delay: 0.5s;
              transition-delay: 0.5s; }
      .company__item + .company__item + .company__item .company__item__text,
      .company__item + .company__item + .company__item .company__item__icon {
        -webkit-transition-delay: 1s;
           -moz-transition-delay: 1s;
             -o-transition-delay: 1s;
                transition-delay: 1s; } }
  @media (min-width: 1024px) {
    .company__item + .company__item + .company__item + .company__item {
      -webkit-transition-delay: 0.75s;
         -moz-transition-delay: 0.75s;
           -o-transition-delay: 0.75s;
              transition-delay: 0.75s; }
      .company__item + .company__item + .company__item + .company__item .company__item__text,
      .company__item + .company__item + .company__item + .company__item .company__item__icon {
        -webkit-transition-delay: 1.25s;
           -moz-transition-delay: 1.25s;
             -o-transition-delay: 1.25s;
                transition-delay: 1.25s; } }
  @media (min-width: 1024px) {
    .company__item + .company__item + .company__item + .company__item + .company__item {
      -webkit-transition-delay: 1s;
         -moz-transition-delay: 1s;
           -o-transition-delay: 1s;
              transition-delay: 1s; }
      .company__item + .company__item + .company__item + .company__item + .company__item .company__item__text,
      .company__item + .company__item + .company__item + .company__item + .company__item .company__item__icon {
        -webkit-transition-delay: 1.5s;
           -moz-transition-delay: 1.5s;
             -o-transition-delay: 1.5s;
                transition-delay: 1.5s; } }
  @media (min-width: 1024px) {
    .company__item + .company__item + .company__item + .company__item + .company__item + .company__item {
      -webkit-transition-delay: 1.25s;
         -moz-transition-delay: 1.25s;
           -o-transition-delay: 1.25s;
              transition-delay: 1.25s; }
      .company__item + .company__item + .company__item + .company__item + .company__item + .company__item .company__item__text,
      .company__item + .company__item + .company__item + .company__item + .company__item + .company__item .company__item__icon {
        -webkit-transition-delay: 1.75s;
           -moz-transition-delay: 1.75s;
             -o-transition-delay: 1.75s;
                transition-delay: 1.75s; } }
  @media (min-width: 1024px) {
    .company__item + .company__item + .company__item + .company__item + .company__item + .company__item + .company__item {
      -webkit-transition-delay: 1.5s;
         -moz-transition-delay: 1.5s;
           -o-transition-delay: 1.5s;
              transition-delay: 1.5s; }
      .company__item + .company__item + .company__item + .company__item + .company__item + .company__item + .company__item .company__item__text,
      .company__item + .company__item + .company__item + .company__item + .company__item + .company__item + .company__item .company__item__icon {
        -webkit-transition-delay: 2s;
           -moz-transition-delay: 2s;
             -o-transition-delay: 2s;
                transition-delay: 2s; } }
  @media (min-width: 1024px) {
    .company__item + .company__item + .company__item + .company__item + .company__item + .company__item + .company__item + .company__item {
      -webkit-transition-delay: 1.75s;
         -moz-transition-delay: 1.75s;
           -o-transition-delay: 1.75s;
              transition-delay: 1.75s; }
      .company__item + .company__item + .company__item + .company__item + .company__item + .company__item + .company__item + .company__item .company__item__text,
      .company__item + .company__item + .company__item + .company__item + .company__item + .company__item + .company__item + .company__item .company__item__icon {
        -webkit-transition-delay: 2.25s;
           -moz-transition-delay: 2.25s;
             -o-transition-delay: 2.25s;
                transition-delay: 2.25s; } }
  @media (min-width: 1024px) {
    .company {
      padding-bottom: 10vw; } }
  @media (min-width: 1500px) {
    .company {
      padding-bottom: 150px; } }

.seats {
  position: relative;
  overflow: hidden;
  padding: 33.33333vmin 0 32vmin; }
  .seats .title {
    margin-bottom: 5.86667vmin; }
    @media (min-width: 1024px) {
      .seats .title {
        margin: 0 auto 6vw;
        max-width: 33.33333vw;
        text-align: center; } }
    @media (min-width: 1024px) {
      .seats .title {
        margin: 0 auto 90px;
        max-width: 500px; } }
  .seats__icon {
    position: absolute;
    left: 50%;
    top: 0; }
    .seats__icon img {
      width: 8.06667vw; }
      @media (min-width: 1500px) {
        .seats__icon img {
          width: 121px; } }
    .seats__icon--1 {
      top: 4.46667vw;
      margin-left: -16.46667vw; }
      @media (min-width: 1500px) {
        .seats__icon--1 {
          top: 67px;
          margin-left: -247px; } }
      @media (max-width: 1023px) {
        .seats__icon--1 {
          top: -1.06667vmin;
          margin-left: -46.4vmin; }
          .seats__icon--1 img {
            width: 22.4vmin; } }
    .seats__icon--2 {
      top: 6.26667vw;
      margin-left: -52.46667vw; }
      @media (min-width: 1500px) {
        .seats__icon--2 {
          top: 94px;
          margin-left: -787px; } }
      @media (max-width: 1023px) {
        .seats__icon--2 {
          top: -0.53333vmin;
          margin-left: -20vmin; }
          .seats__icon--2 img {
            width: 25.6vmin; } }
    .seats__icon--3 {
      top: 7.86667vw;
      margin-left: 44.2vw; }
      @media (min-width: 1500px) {
        .seats__icon--3 {
          top: 118px;
          margin-left: 663px; } }
      @media (max-width: 1023px) {
        .seats__icon--3 {
          top: -6.13333vmin;
          margin-left: 11.46667vmin; }
          .seats__icon--3 img {
            width: 34.13333vmin; } }
    .seats__icon--4 {
      top: 14.8vw;
      margin-left: 24.73333vw; }
      @media (min-width: 1500px) {
        .seats__icon--4 {
          top: 222px;
          margin-left: 371px; } }
      @media (max-width: 1023px) {
        .seats__icon--4 {
          display: none; } }
    .seats__icon--5 {
      top: 24.46667vw;
      margin-left: -37.26667vw; }
      @media (min-width: 1500px) {
        .seats__icon--5 {
          top: 367px;
          margin-left: -559px; } }
      @media (max-width: 1023px) {
        .seats__icon--5 {
          display: none; } }
    .seats__icon--6 {
      top: 38.33333vw;
      margin-left: 35.6vw; }
      @media (min-width: 1500px) {
        .seats__icon--6 {
          top: 575px;
          margin-left: 534px; } }
      @media (max-width: 1023px) {
        .seats__icon--6 {
          display: none; } }
    .seats__icon--7 {
      top: 45.4vw;
      margin-left: -51.6vw; }
      @media (min-width: 1500px) {
        .seats__icon--7 {
          top: 681px;
          margin-left: -774px; } }
      @media (max-width: 1023px) {
        .seats__icon--7 {
          display: none; } }
    .seats__icon--8 {
      top: 58vw;
      margin-left: 16.66667vw; }
      @media (min-width: 1500px) {
        .seats__icon--8 {
          top: 870px;
          margin-left: 250px; } }
      @media (max-width: 1023px) {
        .seats__icon--8 {
          display: none; } }
    .seats__icon--9 {
      top: 61vw;
      margin-left: 44.26667vw; }
      @media (min-width: 1500px) {
        .seats__icon--9 {
          top: 915px;
          margin-left: 664px; } }
      @media (max-width: 1023px) {
        .seats__icon--9 {
          display: none; } }
    .seats__icon--10 {
      top: 62.8vw;
      margin-left: -37.4vw; }
      @media (min-width: 1500px) {
        .seats__icon--10 {
          top: 942px;
          margin-left: -561px; } }
      @media (max-width: 1023px) {
        .seats__icon--10 {
          display: none; } }
    @media (max-width: 1023px) {
      .seats__icon {
        opacity: 0.5; } }
  .seats__content {
    position: relative; }
  .seats__number {
    margin-bottom: 0.8vmin;
    font-weight: 700;
    font-size: 53.33333vmin;
    line-height: 53.33333vmin;
    letter-spacing: -0.03em;
    color: #ecc333;
    background: -webkit-gradient(linear, left top, left bottom, from(#f0e938), to(#ecc333));
    background: -webkit-linear-gradient(top, #f0e938 0%, #ecc333 100%);
    background: -moz-linear-gradient(top, #f0e938 0%, #ecc333 100%);
    background: -o-linear-gradient(top, #f0e938 0%, #ecc333 100%);
    background: linear-gradient(180deg, #f0e938 0%, #ecc333 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .is-browser-ie .seats__number {
      background: none;
      -webkit-background-clip: unset;
      -webkit-text-fill-color: unset; }
    @media (min-width: 1024px) {
      .seats__number {
        margin-bottom: 3.53333vw;
        font-size: 13.33333vw;
        line-height: 13.33333vw; } }
    @media (min-width: 1500px) {
      .seats__number {
        margin-bottom: 53px;
        font-size: 200px;
        line-height: 200px; } }
  .seats__text {
    margin-bottom: 14.93333vmin;
    line-height: 6.66667vmin; }
    @media (min-width: 1024px) {
      .seats__text {
        margin: 0 auto 3.2vw;
        max-width: 34.66667vw;
        line-height: 2.4vw; } }
    @media (min-width: 1500px) {
      .seats__text {
        margin: 0 auto 48px;
        max-width: 520px;
        line-height: 36px; } }
  .seats__btn {
    text-align: center; }
  @media (min-width: 1024px) {
    .seats {
      padding: 16vw 0 14vw;
      text-align: center; } }
  @media (min-width: 1500px) {
    .seats {
      padding: 240px 0 210px; } }

.place {
  margin-bottom: 26.66667vmin;
  padding-top: 14.66667vmin; }
  @media (min-width: 1024px) {
    .place .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media (min-width: 1024px) {
    .place__content {
      padding-bottom: 0.66667vw;
      max-width: 40.66667vw; } }
  @media (min-width: 1500px) {
    .place__content {
      padding-bottom: 10px;
      max-width: 610px; } }
  .place .title {
    margin-bottom: 8vmin; }
    @media (min-width: 1024px) {
      .place .title {
        margin-bottom: 3.2vw;
        max-width: 28vw; } }
    @media (min-width: 1500px) {
      .place .title {
        margin-bottom: 48px;
        max-width: 420px; } }
  .place__text {
    margin-bottom: 27.2vmin;
    line-height: 6.66667vmin; }
    @media (min-width: 1024px) {
      .place__text {
        margin-bottom: 0;
        font-size: 1.6vw;
        line-height: 2.86667vw; } }
    @media (min-width: 1500px) {
      .place__text {
        font-size: 24px;
        line-height: 43px; } }
  .place__map {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .place__map__image {
      margin-bottom: 48vmin; }
      .place__map__image img {
        width: 100%; }
        @media (min-width: 1024px) {
          .place__map__image img {
            width: 46.53333vw; } }
        @media (min-width: 1500px) {
          .place__map__image img {
            width: 698px; } }
      @media (min-width: 1024px) {
        .place__map__image {
          margin-bottom: 0; } }
    .place__map__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #929292;
      fill: #c4c4c4;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
      .place__map__item__icon {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-right: 4.8vmin;
        width: 13.86667vmin;
        height: 13.33333vmin; }
        @media (min-width: 1024px) {
          .place__map__item__icon {
            margin-right: 1vw;
            width: 3.33333vw;
            height: 3.33333vw; } }
        @media (min-width: 1500px) {
          .place__map__item__icon {
            margin-right: 15px;
            width: 50px;
            height: 50px; } }
      .place__map__item__text {
        font-weight: 500;
        line-height: 4.53333vmin;
        letter-spacing: 0.04em; }
        @media (min-width: 1024px) {
          .place__map__item__text {
            font-weight: 400;
            line-height: 1.6vw;
            letter-spacing: 0.01em; } }
        @media (min-width: 1500px) {
          .place__map__item__text {
            line-height: 24px; } }
      @media (min-width: 1024px) {
        .place__map__item:nth-child(1) {
          left: 7.33333vw;
          top: -3.66667vw;
          width: 14.66667vw; } }
      @media (min-width: 1500px) {
        .place__map__item:nth-child(1) {
          left: 110px;
          top: -55px;
          width: 220px; } }
      @media (min-width: 1024px) {
        .place__map__item:nth-child(2) {
          left: 30.66667vw;
          bottom: -0.46667vw;
          width: 17.33333vw; } }
      @media (min-width: 1500px) {
        .place__map__item:nth-child(2) {
          left: 460px;
          bottom: -7px;
          width: 260px; } }
      @media (min-width: 1024px) {
        .place__map__item:nth-child(3) {
          left: -4.13333vw;
          bottom: -6.2vw; } }
      @media (min-width: 1500px) {
        .place__map__item:nth-child(3) {
          left: -62px;
          bottom: -93px; } }
      @media (min-width: 1024px) {
        .place__map__item:nth-child(4) {
          left: -2.33333vw;
          top: 5vw;
          width: 17vw; } }
      @media (min-width: 1500px) {
        .place__map__item:nth-child(4) {
          left: -35px;
          top: 75px;
          width: 255px; } }
      @media (min-width: 1024px) {
        .place__map__item:nth-child(5) {
          left: 24vw;
          top: -8.26667vw;
          width: 21.66667vw; } }
      @media (min-width: 1500px) {
        .place__map__item:nth-child(5) {
          left: 360px;
          top: -124px;
          width: 325px; } }
      @media (max-width: 1023px) {
        .place__map__item.is-animated {
          color: #1d1d1d;
          fill: #ecc333; } }
      @media (min-width: 1024px) {
        .place__map__item {
          position: absolute;
          color: #5a5a5a;
          fill: #c4c4c4; } }
    .place__map__info {
      position: absolute;
      left: 5.33333vmin;
      top: 70.66667vmin;
      white-space: nowrap; }
      .place__map__info__city {
        position: relative;
        margin-bottom: 0.8vmin;
        font-weight: 700;
        font-size: 4.26667vmin; }
        .place__map__info__city::before {
          content: "";
          position: absolute;
          left: -2.66667vmin;
          bottom: -0.53333vmin;
          border-top: solid 0.26667vmin #ecc333;
          width: 60.53333vmin;
          -webkit-transform: rotate(-65deg);
             -moz-transform: rotate(-65deg);
              -ms-transform: rotate(-65deg);
               -o-transform: rotate(-65deg);
                  transform: rotate(-65deg);
          -webkit-transform-origin: 0 100%;
             -moz-transform-origin: 0 100%;
              -ms-transform-origin: 0 100%;
               -o-transform-origin: 0 100%;
                  transform-origin: 0 100%; }
          @media (min-width: 1024px) {
            .place__map__info__city::before {
              left: -0.33333vw;
              bottom: -0.53333vw;
              border-top-width: 1px;
              width: 23.66667vw;
              -webkit-transform: rotate(-101.75deg);
                 -moz-transform: rotate(-101.75deg);
                  -ms-transform: rotate(-101.75deg);
                   -o-transform: rotate(-101.75deg);
                      transform: rotate(-101.75deg); } }
          @media (min-width: 1500px) {
            .place__map__info__city::before {
              left: -5px;
              bottom: -8px;
              width: 355px;
              -webkit-transform: rotate(-101.75deg);
                 -moz-transform: rotate(-101.75deg);
                  -ms-transform: rotate(-101.75deg);
                   -o-transform: rotate(-101.75deg);
                      transform: rotate(-101.75deg); } }
        .place__map__info__city::after {
          content: "";
          position: absolute;
          left: -2.66667vmin;
          bottom: -0.53333vmin;
          border-top: 0.26667vmin solid #ecc333;
          width: 59.73333vmin; }
          @media (min-width: 1024px) {
            .place__map__info__city::after {
              left: -0.33333vw;
              bottom: -0.53333vw;
              border-top-width: 2px;
              width: 24vw; } }
          @media (min-width: 1500px) {
            .place__map__info__city::after {
              left: -5px;
              bottom: -8px;
              width: 360px; } }
        @media (min-width: 1024px) {
          .place__map__info__city {
            margin-bottom: 0.86667vw;
            font-weight: 400;
            font-size: 1.73333vw; } }
        @media (min-width: 1500px) {
          .place__map__info__city {
            margin-bottom: 13px;
            font-size: 26px; } }
      .place__map__info__text {
        font-family: "Open Sans", sans-serif;
        font-size: 3.2vmin;
        letter-spacing: 0;
        color: #929292; }
        @media (min-width: 1024px) {
          .place__map__info__text {
            font-size: 1.06667vw; } }
        @media (min-width: 1500px) {
          .place__map__info__text {
            font-size: 16px; } }
      @media (min-width: 1024px) {
        .place__map__info {
          left: 20vw;
          top: auto;
          bottom: -7.33333vw; } }
      @media (min-width: 1500px) {
        .place__map__info {
          left: 300px;
          bottom: -110px; } }
    .place__map__item + .place__map__item {
      margin-top: 9.06667vmin; }
      @media (min-width: 1024px) {
        .place__map__item + .place__map__item {
          margin-top: 0; } }
    @media (min-width: 1024px) {
      .place__map {
        margin-left: 117px; } }
    @media (min-width: 1500px) {
      .place__map {
        margin-left: 7.8vw; } }
  @media (min-width: 1024px) {
    .place {
      margin-bottom: 20.66667vw;
      padding-top: 13.33333vw; } }
  @media (min-width: 1500px) {
    .place {
      margin-bottom: 310px;
      padding-top: 200px; } }

.benefits {
  padding-bottom: 10.66667vmin; }
  .benefits .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 1024px) {
      .benefits .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  @media (min-width: 1024px) {
    .benefits__list {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 4.33333vw;
      padding-top: 0.33333vw;
      width: 46.66667vw; } }
  @media (min-width: 1500px) {
    .benefits__list {
      margin-right: 65px;
      padding-top: 5px;
      width: 700px; } }
  .benefits__item {
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
    .benefits__item__number {
      position: relative;
      margin-bottom: -0.26667vmin;
      font-weight: 800;
      font-size: 10.66667vmin;
      line-height: 16vmin;
      color: #ecc333; }
      .benefits__item__number::before {
        content: "~";
        position: absolute;
        left: -0.8vmin;
        top: -11.46667vmin;
        font-size: 16.53333vmin;
        color: #c4c4c4; }
        @media (min-width: 1024px) {
          .benefits__item__number::before {
            left: auto;
            right: 100%;
            top: 0;
            margin-right: 0.53333vw;
            font-size: 3.33333vw; } }
        @media (min-width: 1500px) {
          .benefits__item__number::before {
            margin-right: 8px;
            font-size: 50px; } }
      .benefits__item__number span {
        font-size: 21.33333vmin; }
        @media (min-width: 1024px) {
          .benefits__item__number span {
            margin-right: 0.66667vw;
            font-size: 6.66667vw; } }
        @media (min-width: 1500px) {
          .benefits__item__number span {
            margin-right: 10px;
            font-size: 100px; } }
      @media (min-width: 1024px) {
        .benefits__item__number {
          margin-bottom: 0.26667vw;
          font-size: 5.06667vw;
          line-height: 5.33333vw; } }
      @media (min-width: 1500px) {
        .benefits__item__number {
          margin-bottom: 4px;
          font-size: 76px;
          line-height: 80px; } }
    .benefits__item__text {
      font-size: 4.26667vmin;
      color: #929292; }
      @media (min-width: 1024px) {
        .benefits__item__text {
          font-size: 1.6vw;
          letter-spacing: 0.05em; } }
      @media (min-width: 1500px) {
        .benefits__item__text {
          font-size: 24px; } }
    @media (max-width: 1023px) {
      .benefits__item.is-animated {
        opacity: 1;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0); } }
    @media (min-width: 1024px) {
      .is-animated .benefits__item {
        opacity: 1;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0); } }
    @media (min-width: 1024px) {
      .benefits__item {
        padding-left: 2.53333vw;
        opacity: 0;
        -webkit-transform: translateY(3.33333vw);
           -moz-transform: translateY(3.33333vw);
            -ms-transform: translateY(3.33333vw);
             -o-transform: translateY(3.33333vw);
                transform: translateY(3.33333vw); } }
    @media (min-width: 1500px) {
      .benefits__item {
        padding-left: 38px;
        -webkit-transform: translateY(50px);
           -moz-transform: translateY(50px);
            -ms-transform: translateY(50px);
             -o-transform: translateY(50px);
                transform: translateY(50px); } }
    @media (max-width: 1023px) {
      .benefits__item {
        opacity: 0;
        -webkit-transform: translateY(30px);
           -moz-transform: translateY(30px);
            -ms-transform: translateY(30px);
             -o-transform: translateY(30px);
                transform: translateY(30px);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; } }
  .benefits .title {
    margin-bottom: 8.53333vmin; }
    @media (min-width: 1024px) {
      .benefits .title {
        margin-bottom: 3vw; } }
    @media (min-width: 1500px) {
      .benefits .title {
        margin-bottom: 45px; } }
  .benefits__text {
    margin-bottom: 15.2vmin;
    line-height: 6.66667vmin; }
    @media (min-width: 1024px) {
      .benefits__text {
        font-size: 1.6vw;
        line-height: 2.86667vw; } }
    @media (min-width: 1500px) {
      .benefits__text {
        font-size: 24px;
        line-height: 43px; } }
  .benefits__item + .benefits__item {
    margin-top: 12.26667vmin; }
    @media (min-width: 1024px) {
      .benefits__item + .benefits__item {
        margin-top: 4.66667vw;
        -webkit-transition-delay: 0.3s;
           -moz-transition-delay: 0.3s;
             -o-transition-delay: 0.3s;
                transition-delay: 0.3s; } }
    @media (min-width: 1500px) {
      .benefits__item + .benefits__item {
        margin-top: 70px; } }
  @media (min-width: 1024px) {
    .benefits__item + .benefits__item + .benefits__item {
      -webkit-transition-delay: 0.6s;
         -moz-transition-delay: 0.6s;
           -o-transition-delay: 0.6s;
              transition-delay: 0.6s; } }
  @media (min-width: 1024px) {
    .benefits {
      padding-bottom: 6vw; } }
  @media (min-width: 1500px) {
    .benefits {
      padding-bottom: 90px; } }

.date {
  position: relative;
  padding: 29.33333vmin 0 38.66667vmin; }
  .date__icon {
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0.5; }
    .date__icon--1 {
      top: -1.06667vmin;
      margin-left: -46.4vmin; }
      .date__icon--1 img {
        width: 22.4vmin; }
    .date__icon--2 {
      top: -0.53333vmin;
      margin-left: -20vmin; }
      .date__icon--2 img {
        width: 25.6vmin; }
    .date__icon--3 {
      top: -6.13333vmin;
      margin-left: 11.46667vmin; }
      .date__icon--3 img {
        width: 34.13333vmin; }
  .date .title {
    margin-bottom: 12.53333vmin; }
    @media (min-width: 1024px) {
      .date .title {
        margin: 0 auto 5.33333vw;
        max-width: 28vw;
        text-align: center; } }
    @media (min-width: 1500px) {
      .date .title {
        margin: 0 auto 80px;
        max-width: 420px; } }
  .date__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 1024px) {
      .date__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .date__counter {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 21.33333vmin;
    -webkit-border-radius: 33.33333vmin;
       -moz-border-radius: 33.33333vmin;
            border-radius: 33.33333vmin;
    padding: 0 0 0 10.66667vmin;
    height: 25.6vmin;
    text-align: center; }
    .date__counter__point {
      content: "";
      position: absolute;
      left: 26.13333vmin;
      top: 0;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      width: 1.86667vmin;
      height: 1.86667vmin;
      -webkit-box-shadow: 0 0 1.33333vmin #ecc333;
         -moz-box-shadow: 0 0 1.33333vmin #ecc333;
              box-shadow: 0 0 1.33333vmin #ecc333;
      background: #ecc333;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 1024px) {
        .date__counter__point {
          left: 246px;
          width: 7px;
          height: 7px;
          -webkit-box-shadow: 0 0 5px #ecc333;
             -moz-box-shadow: 0 0 5px #ecc333;
                  box-shadow: 0 0 5px #ecc333; } }
    .date__counter__border {
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      width: 100%;
      height: 100%; }
      .date__counter__border path {
        stroke-dasharray: 1977.6px; }
    .date__counter__border-gray {
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      width: 100%;
      height: 100%; }
    .date__counter__line {
      -webkit-animation: dateLine 2s infinite linear;
         -moz-animation: dateLine 2s infinite linear;
           -o-animation: dateLine 2s infinite linear;
              animation: dateLine 2s infinite linear; }
    .date__counter ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      list-style-type: none;
      margin: 0;
      padding: 0;
      width: 100%; }
    .date__counter li + li {
      position: relative;
      margin-left: 4vmin; }
      .date__counter li + li::before {
        content: ":";
        position: absolute;
        left: -2.93333vmin;
        top: -1.06667vmin;
        font-weight: 500;
        font-size: 9.33333vmin; }
        @media (min-width: 1024px) {
          .date__counter li + li::before {
            left: -1.6vw;
            top: 0.13333vw;
            font-size: 5vw; } }
        @media (min-width: 1500px) {
          .date__counter li + li::before {
            left: -24px;
            top: 2px;
            font-size: 75px; } }
      @media (min-width: 1024px) {
        .date__counter li + li {
          margin-left: 2.2vw; } }
      @media (min-width: 1500px) {
        .date__counter li + li {
          margin-left: 33px; } }
    .date__counter li:first-child + li {
      margin-left: 8vmin; }
      .date__counter li:first-child + li::before {
        display: none; }
      @media (min-width: 1024px) {
        .date__counter li:first-child + li {
          margin-left: 4.33333vw; } }
      @media (min-width: 1500px) {
        .date__counter li:first-child + li {
          margin-left: 65px; } }
    .date__counter li:first-child .date__counter__number {
      font-weight: 800;
      font-size: 13.33333vmin;
      line-height: 11.2vmin; }
      .date__counter li:first-child .date__counter__number span {
        width: auto; }
      @media (min-width: 1024px) {
        .date__counter li:first-child .date__counter__number {
          margin-bottom: 1vw;
          font-size: 10vw;
          line-height: 6.66667vw; } }
      @media (min-width: 1500px) {
        .date__counter li:first-child .date__counter__number {
          margin-bottom: 15px;
          font-size: 150px;
          line-height: 100px; } }
    .date__counter li:first-child .date__counter__text {
      font-weight: 500;
      font-size: 3.73333vmin;
      color: #1d1d1d; }
      @media (min-width: 1024px) {
        .date__counter li:first-child .date__counter__text {
          font-weight: 400;
          font-size: 2vw; } }
      @media (min-width: 1500px) {
        .date__counter li:first-child .date__counter__text {
          font-size: 30px; } }
    @media (min-width: 1024px) {
      .date__counter li:first-child {
        margin-top: 2vw; } }
    @media (min-width: 1500px) {
      .date__counter li:first-child {
        margin-top: 30px; } }
    .date__counter__number {
      font-weight: 500;
      font-size: 9.33333vmin;
      line-height: 10.66667vmin;
      letter-spacing: -0.04em; }
      .date__counter__number > span {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 5.86667vmin; }
        .date__counter__number > span > span {
          display: inline-block;
          vertical-align: top; }
          .date__counter__number > span > span.is-current {
            position: relative;
            -webkit-animation: dateToTop 0.5s forwards;
               -moz-animation: dateToTop 0.5s forwards;
                 -o-animation: dateToTop 0.5s forwards;
                    animation: dateToTop 0.5s forwards; }
          .date__counter__number > span > span.is-next {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            -webkit-animation: dateFromBottom 0.5s forwards;
               -moz-animation: dateFromBottom 0.5s forwards;
                 -o-animation: dateFromBottom 0.5s forwards;
                    animation: dateFromBottom 0.5s forwards; }
        @media (min-width: 1024px) {
          .date__counter__number > span {
            width: 4.13333vw; } }
        @media (min-width: 1500px) {
          .date__counter__number > span {
            width: 62px; } }
      @media (min-width: 1024px) {
        .date__counter__number {
          font-size: 6.66667vw;
          line-height: 7.33333vw; } }
      @media (min-width: 1500px) {
        .date__counter__number {
          font-size: 100px;
          line-height: 110px; } }
    .date__counter__text {
      font-size: 3.2vmin;
      color: #5a5a5a; }
      @media (min-width: 1024px) {
        .date__counter__text {
          font-size: 1.13333vw; } }
      @media (min-width: 1500px) {
        .date__counter__text {
          font-size: 17px; } }
    @media (min-width: 1024px) {
      .date__counter {
        margin: 0 4vw 0 0;
        -webkit-border-radius: 8.33333vw;
           -moz-border-radius: 8.33333vw;
                border-radius: 8.33333vw;
        padding: 0 0 0 6.66667vw;
        width: 56.66667vw;
        height: 16.46667vw; } }
    @media (min-width: 1500px) {
      .date__counter {
        margin: 0 60px 0 0;
        -webkit-border-radius: 125px;
           -moz-border-radius: 125px;
                border-radius: 125px;
        padding: 0 0 0 100px;
        width: 850px;
        height: 247px; } }
  .date__content {
    margin-bottom: 8vmin; }
    @media (min-width: 1024px) {
      .date__content {
        margin-bottom: 0; } }
  .date__number {
    margin-bottom: 0.8vmin;
    font-weight: 800;
    font-size: 6.4vmin;
    line-height: 7.46667vmin; }
    @media (min-width: 1024px) {
      .date__number {
        margin-bottom: 0;
        font-size: 3.33333vw;
        line-height: 3.86667vw; } }
    @media (min-width: 1500px) {
      .date__number {
        font-size: 50px;
        line-height: 58px; } }
  .date__place {
    color: #5a5a5a; }
    @media (min-width: 1024px) {
      .date__place {
        margin-bottom: 2.26667vw;
        font-size: 1.6vw;
        line-height: 1.86667vw; } }
    @media (min-width: 1500px) {
      .date__place {
        margin-bottom: 34px;
        font-size: 24px;
        line-height: 28px; } }
  .date__btn {
    text-align: center; }
    .date__btn .button {
      margin-top: 4vmin; }
      @media (min-width: 1024px) {
        .date__btn .button + .button {
          margin-left: 1vw; } }
      @media (min-width: 1500px) {
        .date__btn .button + .button {
          margin-left: 15px; } }
      @media (min-width: 1024px) {
        .date__btn .button {
          margin-top: 0; } }
    @media (min-width: 1024px) {
      .date__btn {
        text-align: left; } }
  @media (min-width: 1024px) {
    .date {
      padding: 12.66667vw 0 16vw; } }
  @media (min-width: 1500px) {
    .date {
      padding: 190px 0 240px; } }

.date--v2 {
  padding: 26.66667vmin 0 21.33333vmin; }
  @media (min-width: 1024px) {
    .date--v2 .title {
      margin-bottom: 6.66667vw; } }
  @media (min-width: 1500px) {
    .date--v2 .title {
      margin-bottom: 100px; } }
  @media (min-width: 1024px) {
    .date--v2 {
      padding: 10.66667vw 0 18.66667vw; } }
  @media (min-width: 1500px) {
    .date--v2 {
      padding: 160px 0 280px; } }

.program {
  padding-top: 16vmin;
  padding-bottom: 9.33333vmin; }
  .program .title {
    margin-bottom: 16.8vmin; }
    @media (min-width: 1024px) {
      .program .title {
        margin-bottom: 8.26667vw; } }
    @media (min-width: 1500px) {
      .program .title {
        margin-bottom: 124px; } }
  @media (min-width: 1024px) {
    .program__container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .program__days {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 6.66667vmin; }
    .program__days__arrow {
      content: "";
      position: absolute;
      left: 100%;
      top: 0.46667vw;
      border-top: solid 1vw transparent;
      border-bottom: solid 1vw transparent;
      border-left: solid 2.53333vw #ecc333;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      -moz-transition: 0.7s;
      transition: 0.7s; }
      @media (min-width: 1500px) {
        .program__days__arrow {
          top: 7px;
          border-top-width: 15px;
          border-bottom-width: 15px;
          border-left-width: 38px; } }
    .program__days__item {
      cursor: pointer; }
      .program__days__item__number {
        margin-bottom: 0.8vmin;
        font-weight: 700;
        font-size: 8vmin;
        line-height: 9.33333vmin;
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        -moz-transition: 0.7s;
        transition: 0.7s; }
        @media (min-width: 1024px) {
          .program__days__item__number {
            margin-bottom: 0;
            font-weight: 800;
            font-size: 2.66667vw;
            line-height: 3.06667vw; } }
        @media (min-width: 1500px) {
          .program__days__item__number {
            font-size: 40px;
            line-height: 46px; } }
      .program__days__item__title {
        margin-bottom: 0.46667vw;
        font-weight: 800;
        font-size: 1.6vw;
        line-height: 1.86667vw;
        letter-spacing: -0.01em;
        -webkit-transition: 0.7s;
        -o-transition: 0.7s;
        -moz-transition: 0.7s;
        transition: 0.7s; }
        @media (min-width: 1500px) {
          .program__days__item__title {
            margin-bottom: 7px;
            font-size: 24px;
            line-height: 28px; } }
      .program__days__item__date {
        color: #5a5a5a; }
        @media (max-width: 1023px) {
          .program__days__item__date {
            font-size: 4.26667vmin;
            color: #929292; } }
      @media (min-width: 1024px) {
        .program__days__item:hover .program__days__item__title,
        .program__days__item:hover .program__days__item__number {
          color: #ecc333; } }
      .program__days__item.is-active {
        position: relative; }
        @media (min-width: 1024px) {
          .program__days__item.is-active .program__days__item__title,
          .program__days__item.is-active .program__days__item__number {
            color: #ecc333; } }
        @media (max-width: 1023px) {
          .program__days__item.is-active {
            display: block; } }
      .program__days__item.is-disabled {
        opacity: 0.5;
        cursor: default; }
        .program__days__item.is-disabled .program__days__item__number,
        .program__days__item.is-disabled .program__days__item__title,
        .program__days__item.is-disabled .program__days__item__date {
          color: #1d1d1d; }
        @media (max-width: 1023px) {
          .program__days__item.is-disabled {
            display: none; } }
      @media (max-width: 1023px) {
        .program__days__item {
          display: none;
          text-align: center; } }
    @media (min-width: 1024px) {
      .program__days__item + .program__days__item::before {
        content: "";
        position: absolute;
        left: 4.86667vw;
        top: -8.66667vw;
        margin-bottom: 0.33333vw;
        width: 0.13333vw;
        height: 8.66667vw;
        background: url("../images/program-line.png") 50% 50% repeat-y;
        pointer-events: none; } }
    @media (min-width: 1500px) {
      .program__days__item + .program__days__item::before {
        left: 73px;
        top: -130px;
        margin-bottom: 5px;
        width: 2px;
        height: 130px; } }
    @media (min-width: 1024px) {
      .program__days__item + .program__days__item {
        position: relative;
        margin-top: 9.66667vw; } }
    @media (min-width: 1500px) {
      .program__days__item + .program__days__item {
        margin-top: 145px; } }
    @media (min-width: 1024px) {
      .program__days {
        margin: 4vw 4.66667vw 0 0;
        width: 11.33333vw; } }
    @media (min-width: 1500px) {
      .program__days {
        margin: 60px 70px 0 0;
        width: 170px; } }
  .program__content {
    width: 100%; }
    @media (min-width: 1024px) {
      .program__content {
        max-width: 72.8vw; } }
    @media (min-width: 1500px) {
      .program__content {
        max-width: 1092px; } }
  .program__schedule {
    display: none;
    border: 1px solid #929292;
    padding: 1.66667vw 3.33333vw 2.33333vw;
    background: #fff; }
    .program__schedule__description {
      margin-bottom: 9.6vmin;
      font-weight: 500;
      line-height: 4.53333vmin;
      letter-spacing: 0.03em;
      color: #b2b2b2; }
      @media (min-width: 1024px) {
        .program__schedule__description {
          margin-bottom: 3.2vw;
          font-size: 1.06667vw;
          line-height: 1.2vw;
          letter-spacing: 0.05em; } }
      @media (min-width: 1500px) {
        .program__schedule__description {
          margin-bottom: 48px;
          font-size: 16px;
          line-height: 18px; } }
    .program__schedule__item {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
      .program__schedule__item__icon {
        position: absolute;
        left: 0;
        top: -0.66667vw;
        width: 4.33333vw;
        height: 2.53333vw; }
        @media (min-width: 1500px) {
          .program__schedule__item__icon {
            top: -10px;
            width: 65px;
            height: 38px; } }
      .program__schedule__item__time {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-right: 3.73333vmin;
        width: 14.4vmin;
        font-weight: 700; }
        @media (min-width: 1024px) {
          .program__schedule__item__time {
            margin-right: 3.33333vw;
            width: 10.66667vw;
            font-size: 1.33333vw; } }
        @media (min-width: 1500px) {
          .program__schedule__item__time {
            margin-right: 50px;
            width: 160px;
            font-size: 20px; } }
      .program__schedule__item__text {
        line-height: 4.8vmin; }
        @media (min-width: 1024px) {
          .program__schedule__item__text {
            min-height: 4.6vw;
            max-width: 38.66667vw;
            line-height: 1.53333vw; } }
        @media (min-width: 1500px) {
          .program__schedule__item__text {
            min-height: 69px;
            max-width: 580px;
            line-height: 23px; } }
        @media (max-width: 1023px) {
          .program__schedule__item__text {
            letter-spacing: -0.01em; } }
      @media (min-width: 1024px) {
        .program__schedule__item {
          padding-left: 7.86667vw; } }
      @media (min-width: 1500px) {
        .program__schedule__item {
          padding-left: 118px; } }
    .program__schedule.is-active {
      display: block;
      -webkit-animation: showTab 0.7s;
         -moz-animation: showTab 0.7s;
           -o-animation: showTab 0.7s;
              animation: showTab 0.7s; }
    .program__schedule.is-out {
      opacity: 0;
      -webkit-animation: hideTab 0.7s;
         -moz-animation: hideTab 0.7s;
           -o-animation: hideTab 0.7s;
              animation: hideTab 0.7s; }
    .program__schedule__item + .program__schedule__item {
      margin-top: 7.73333vmin; }
      @media (min-width: 1024px) {
        .program__schedule__item + .program__schedule__item {
          margin-top: 1vw; } }
      @media (min-width: 1500px) {
        .program__schedule__item + .program__schedule__item {
          margin-top: 15px; } }
    @media (min-width: 1500px) {
      .program__schedule {
        padding: 25px 50px 35px; } }
  .program__slider {
    position: relative;
    margin-bottom: 16vmin; }
    .program__slider__item {
      border: 0.26667vmin solid #929292;
      padding: 6.66667vmin 5.33333vmin 13.33333vmin;
      background: #fff; }
    .program__slider__nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 2.13333vmin; }
    .program__slider__arrow {
      position: relative;
      outline: none;
      border: none;
      padding: 0;
      color: #929292;
      background: none;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
      .program__slider__arrow:hover {
        color: #ecc333; }
      .program__slider__arrow.is-disabled {
        opacity: 0.4;
        cursor: default; }
        .program__slider__arrow.is-disabled:hover {
          color: #929292; }
      .program__slider__arrow--prev {
        padding-left: 4vmin; }
        .program__slider__arrow--prev::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.8vmin;
          border-bottom: solid 0.26667vmin #929292;
          border-left: solid 0.26667vmin #929292;
          width: 3.2vmin;
          height: 3.2vmin;
          -webkit-transform: rotate(45deg);
             -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          -moz-transition: 0.25s;
          transition: 0.25s; }
        .program__slider__arrow--prev:hover::before {
          border-color: #ecc333; }
        .program__slider__arrow--prev.is-disabled:hover::before {
          border-color: #929292; }
      .program__slider__arrow--prev-top {
        position: absolute;
        left: 0;
        top: -23.2vmin;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0;
        fill: #c4c4c4; }
        .program__slider__arrow--prev-top::before {
          display: none; }
        .program__slider__arrow--prev-top svg {
          width: 8vmin;
          height: 16vmin; }
        .program__slider__arrow--prev-top:hover {
          fill: #ecc333; }
      .program__slider__arrow--next {
        padding-right: 4vmin; }
        .program__slider__arrow--next::before {
          content: "";
          position: absolute;
          right: 0;
          top: 0.8vmin;
          border-top: solid 0.26667vmin #929292;
          border-right: solid 0.26667vmin #929292;
          width: 3.2vmin;
          height: 3.2vmin;
          -webkit-transform: rotate(45deg);
             -moz-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
               -o-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          -moz-transition: 0.25s;
          transition: 0.25s; }
        .program__slider__arrow--next:hover::before {
          border-color: #ecc333; }
        .program__slider__arrow--next.is-disabled:hover::before {
          border-color: #929292; }
      .program__slider__arrow--next-top {
        position: absolute;
        right: 0;
        top: -23.2vmin;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0;
        fill: #c4c4c4; }
        .program__slider__arrow--next-top::before {
          display: none; }
        .program__slider__arrow--next-top svg {
          width: 8vmin;
          height: 16vmin; }
        .program__slider__arrow--next-top:hover {
          fill: #ecc333; }
    .program__slider__pager {
      margin-top: 5.33333vmin;
      line-height: 0;
      text-align: center; }
      .program__slider__pager .swiper-pagination-bullet {
        outline: none;
        width: 3.2vmin;
        height: 3.2vmin;
        background: #c4c4c4;
        opacity: 1;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
        .program__slider__pager .swiper-pagination-bullet + .swiper-pagination-bullet {
          margin-left: 3.2vmin; }
        .program__slider__pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
          -webkit-box-shadow: 0 0 4px rgba(236, 195, 51, 0.7);
             -moz-box-shadow: 0 0 4px rgba(236, 195, 51, 0.7);
                  box-shadow: 0 0 4px rgba(236, 195, 51, 0.7);
          background: #ecc333; }
  .program__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1.66667vw 0 7.66667vw; }
    @media (min-width: 1500px) {
      .program__arrows {
        margin: 25px 0 115px; } }
  .program__arrow {
    position: relative;
    outline: none;
    border: none;
    padding: 0;
    font-size: 1.06667vw;
    color: #929292;
    background: none;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s; }
    .program__arrow:hover {
      color: #ecc333; }
    .program__arrow.is-disabled {
      opacity: 0.4;
      cursor: default; }
      .program__arrow.is-disabled:hover {
        color: #929292; }
    .program__arrow--prev {
      padding-left: 1vw; }
      .program__arrow--prev::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.2vw;
        border-bottom: solid 1px #929292;
        border-left: solid 1px #929292;
        width: 0.8vw;
        height: 0.8vw;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s; }
        @media (min-width: 1500px) {
          .program__arrow--prev::before {
            top: 3px;
            width: 12px;
            height: 12px; } }
      .program__arrow--prev:hover::before {
        border-color: #ecc333; }
      .program__arrow--prev.is-disabled:hover::before {
        border-color: #929292; }
      @media (min-width: 1500px) {
        .program__arrow--prev {
          padding-left: 15px; } }
    .program__arrow--next {
      padding-right: 1vw; }
      .program__arrow--next::before {
        content: "";
        position: absolute;
        right: 0;
        top: 0.2vw;
        border-top: solid 1px #929292;
        border-right: solid 1px #929292;
        width: 0.8vw;
        height: 0.8vw;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s; }
        @media (min-width: 1500px) {
          .program__arrow--next::before {
            top: 3px;
            width: 12px;
            height: 12px; } }
      .program__arrow--next:hover::before {
        border-color: #ecc333; }
      .program__arrow--next.is-disabled:hover::before {
        border-color: #929292; }
      @media (min-width: 1500px) {
        .program__arrow--next {
          padding-right: 15px; } }
    @media (min-width: 1500px) {
      .program__arrow {
        font-size: 16px; } }
  .program__btns .button {
    margin-top: 4vmin; }
    @media (min-width: 1024px) {
      .program__btns .button + .button {
        margin-left: 1vw; } }
    @media (min-width: 1500px) {
      .program__btns .button + .button {
        margin-left: 15px; } }
    @media (min-width: 1024px) {
      .program__btns .button {
        margin-top: 0; } }
  @media (max-width: 1023px) {
    .program__btns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media (min-width: 1024px) {
    .program.animate .program__days__item + .program__days__item::before {
      height: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      -moz-transition: 0.5s;
      transition: 0.5s; }
    .program.animate .program__days__item + .program__days__item .program__days__item__number,
    .program.animate .program__days__item + .program__days__item .program__days__item__date,
    .program.animate .program__days__item + .program__days__item .program__days__item__title {
      opacity: 0;
      -webkit-transition: color 0.7s, opacity 0.8s 0.5s;
      -o-transition: color 0.7s, opacity 0.8s 0.5s;
      -moz-transition: color 0.7s, opacity 0.8s 0.5s;
      transition: color 0.7s, opacity 0.8s 0.5s; }
    .program.animate .program__days__item + .program__days__item + .program__days__item::before {
      -webkit-transition: 0.5s 0.7s;
      -o-transition: 0.5s 0.7s;
      -moz-transition: 0.5s 0.7s;
      transition: 0.5s 0.7s; }
    .program.animate .program__days__item + .program__days__item + .program__days__item .program__days__item__number,
    .program.animate .program__days__item + .program__days__item + .program__days__item .program__days__item__date,
    .program.animate .program__days__item + .program__days__item + .program__days__item .program__days__item__title {
      -webkit-transition: color 0.7s, opacity 0.8s 1.2s;
      -o-transition: color 0.7s, opacity 0.8s 1.2s;
      -moz-transition: color 0.7s, opacity 0.8s 1.2s;
      transition: color 0.7s, opacity 0.8s 1.2s; }
    .program.animate .program__days__item + .program__days__item + .program__days__item + .program__days__item::before {
      -webkit-transition: 0.5s 1.4s;
      -o-transition: 0.5s 1.4s;
      -moz-transition: 0.5s 1.4s;
      transition: 0.5s 1.4s; }
    .program.animate .program__days__item + .program__days__item + .program__days__item + .program__days__item .program__days__item__number,
    .program.animate .program__days__item + .program__days__item + .program__days__item + .program__days__item .program__days__item__date,
    .program.animate .program__days__item + .program__days__item + .program__days__item + .program__days__item .program__days__item__title {
      -webkit-transition: color 0.7s, opacity 0.8s 2.1s;
      -o-transition: color 0.7s, opacity 0.8s 2.1s;
      -moz-transition: color 0.7s, opacity 0.8s 2.1s;
      transition: color 0.7s, opacity 0.8s 2.1s; }
    .program.animate .program__days__item + .program__days__item + .program__days__item + .program__days__item + .program__days__item::before {
      -webkit-transition: 0.5s 2.3s;
      -o-transition: 0.5s 2.3s;
      -moz-transition: 0.5s 2.3s;
      transition: 0.5s 2.3s; }
    .program.animate .program__days__item + .program__days__item + .program__days__item + .program__days__item + .program__days__item .program__days__item__number,
    .program.animate .program__days__item + .program__days__item + .program__days__item + .program__days__item + .program__days__item .program__days__item__date,
    .program.animate .program__days__item + .program__days__item + .program__days__item + .program__days__item + .program__days__item .program__days__item__title {
      -webkit-transition: color 0.7s, opacity 0.8s 3s;
      -o-transition: color 0.7s, opacity 0.8s 3s;
      -moz-transition: color 0.7s, opacity 0.8s 3s;
      transition: color 0.7s, opacity 0.8s 3s; }
    .program.animate.is-animated .program__days__item + .program__days__item::before {
      height: 8.66667vw; } }
  @media (min-width: 1024px) and (min-width: 1500px) {
    .program.animate.is-animated .program__days__item + .program__days__item::before {
      height: 130px; } }
  @media (min-width: 1024px) {
    .program.animate.is-animated .program__days__item + .program__days__item .program__days__item__number,
    .program.animate.is-animated .program__days__item + .program__days__item .program__days__item__date,
    .program.animate.is-animated .program__days__item + .program__days__item .program__days__item__title {
      opacity: 1; } }
  .program__arrow + .program__arrow {
    margin-left: 4vw; }
    @media (min-width: 1500px) {
      .program__arrow + .program__arrow {
        margin-left: 60px; } }
  @media (min-width: 1024px) {
    .program {
      padding-top: 0;
      padding-bottom: 1.33333vw; } }
  @media (min-width: 1500px) {
    .program {
      padding-bottom: 20px; } }

.specialists {
  padding-top: 29.33333vmin;
  padding-bottom: 12.53333vmin; }
  .specialists .title {
    margin-bottom: 24.8vmin; }
    @media (min-width: 1024px) {
      .specialists .title {
        margin-bottom: 8.2vw; } }
    @media (min-width: 1500px) {
      .specialists .title {
        margin-bottom: 123px; } }
  @media (min-width: 1024px) {
    .specialists__list {
      max-width: 88vw; } }
  @media (min-width: 1500px) {
    .specialists__list {
      max-width: 1320px; } }
  .specialists__item__name {
    margin-left: 27.2vmin;
    font-weight: 800;
    font-size: 8vmin;
    line-height: 8vmin; }
    .specialists__item__name span {
      display: block; }
      @media (min-width: 1024px) {
        .specialists__item__name span {
          color: #ecc333; } }
    @media (min-width: 1024px) {
      .specialists__item__name {
        margin-bottom: 1.13333vw;
        margin-left: 17.6vw;
        font-size: 3.33333vw;
        line-height: 3.33333vw; } }
    @media (min-width: 1500px) {
      .specialists__item__name {
        margin-bottom: 17px;
        margin-left: 264px;
        font-size: 50px;
        line-height: 50px; } }
  .specialists__item__content {
    position: relative;
    z-index: 5;
    -webkit-border-radius: 13.33333vmin 0;
       -moz-border-radius: 13.33333vmin 0;
            border-radius: 13.33333vmin 0;
    padding: 4vmin 0 2.66667vmin;
    min-height: 22.66667vmin;
    background: #ecc333; }
    @media (min-width: 1024px) {
      .specialists__item__content {
        -webkit-border-radius: 7vw 0;
           -moz-border-radius: 7vw 0;
                border-radius: 7vw 0;
        padding: 2.66667vw 1.4vw 2.66667vw 17.6vw;
        min-height: 14vw; } }
    @media (min-width: 1500px) {
      .specialists__item__content {
        -webkit-border-radius: 105px 0;
           -moz-border-radius: 105px 0;
                border-radius: 105px 0;
        padding: 40px 21px 40px 264px;
        min-height: 210px; } }
  .specialists__item__text {
    margin-top: 4.26667vmin;
    line-height: 6.13333vmin; }
    @media (min-width: 1024px) {
      .specialists__item__text {
        margin-top: 0;
        line-height: 2.2vw; } }
    @media (min-width: 1500px) {
      .specialists__item__text {
        line-height: 33px; } }
  .specialists__item__image {
    position: absolute;
    left: -0.8vmin;
    bottom: -1.33333vmin; }
    .specialists__item__image img {
      width: 24vmin; }
      @media (min-width: 1024px) {
        .specialists__item__image img {
          width: 18.66667vw; } }
      @media (min-width: 1500px) {
        .specialists__item__image img {
          width: 280px; } }
    @media (min-width: 1024px) {
      .specialists__item__image {
        left: -0.66667vw;
        bottom: -1vw; } }
    @media (min-width: 1500px) {
      .specialists__item__image {
        left: -10px;
        bottom: -15px; } }
  @media (max-width: 1023px) {
    .specialists__item:first-child .specialists__item__image {
      left: -1.06667vmin;
      bottom: -1.6vmin; }
      .specialists__item:first-child .specialists__item__image img {
        width: 29.33333vmin; } }
  .specialists__item:nth-child(2n) {
    margin-left: auto; }
    .specialists__item:nth-child(2n) .specialists__item__name {
      margin-right: 27.2vmin;
      margin-left: 0;
      text-align: right; }
      @media (min-width: 1024px) {
        .specialists__item:nth-child(2n) .specialists__item__name {
          margin-right: 21.53333vw; } }
      @media (min-width: 1500px) {
        .specialists__item:nth-child(2n) .specialists__item__name {
          margin-right: 323px; } }
    .specialists__item:nth-child(2n) .specialists__item__content {
      -webkit-border-radius: 0 13.33333vmin;
         -moz-border-radius: 0 13.33333vmin;
              border-radius: 0 13.33333vmin;
      text-align: right; }
      @media (min-width: 1024px) {
        .specialists__item:nth-child(2n) .specialists__item__content {
          -webkit-border-radius: 0 7vw;
             -moz-border-radius: 0 7vw;
                  border-radius: 0 7vw;
          padding: 2.66667vw 21.53333vw 2.66667vw 3.33333vw; } }
      @media (min-width: 1500px) {
        .specialists__item:nth-child(2n) .specialists__item__content {
          -webkit-border-radius: 0 105px;
             -moz-border-radius: 0 105px;
                  border-radius: 0 105px;
          padding: 40px 323px 40px 50px; } }
    .specialists__item:nth-child(2n) .specialists__item__text {
      text-align: right; }
    .specialists__item:nth-child(2n) .specialists__item__image {
      left: auto;
      right: -1.86667vmin; }
      @media (min-width: 1024px) {
        .specialists__item:nth-child(2n) .specialists__item__image {
          right: -1.26667vw; } }
      @media (min-width: 1500px) {
        .specialists__item:nth-child(2n) .specialists__item__image {
          right: -19px; } }
  @media (min-width: 1024px) {
    .specialists__item:nth-child(2) .specialists__item__image img {
      width: 20.2vw; } }
  @media (min-width: 1500px) {
    .specialists__item:nth-child(2) .specialists__item__image img {
      width: 303px; } }
  @media (max-width: 1023px) {
    .specialists__item:nth-child(2) .specialists__item__image img {
      width: 25.33333vmin; } }
  @media (min-width: 1024px) {
    .specialists__item:nth-child(2) .specialists__item__image {
      right: -1.33333vw; } }
  @media (min-width: 1500px) {
    .specialists__item:nth-child(2) .specialists__item__image {
      right: -20px; } }
  @media (max-width: 1023px) {
    .specialists__item:nth-child(2) .specialists__item__image {
      right: -1.6vmin;
      bottom: -1.33333vmin; } }
  @media (min-width: 1024px) {
    .specialists__item:nth-child(3) .specialists__item__image img {
      width: 18.26667vw; } }
  @media (min-width: 1500px) {
    .specialists__item:nth-child(3) .specialists__item__image img {
      width: 274px; } }
  @media (min-width: 1024px) {
    .specialists__item:nth-child(4) .specialists__item__image img {
      width: 20vw; } }
  @media (min-width: 1500px) {
    .specialists__item:nth-child(4) .specialists__item__image img {
      width: 300px; } }
  @media (min-width: 1024px) {
    .specialists__item:nth-child(4) .specialists__item__image {
      right: -1.4vw; } }
  @media (min-width: 1500px) {
    .specialists__item:nth-child(4) .specialists__item__image {
      right: -21px; } }
  @media (min-width: 1024px) {
    .specialists__item:nth-child(5) .specialists__item__image img {
      width: 18.4vw; } }
  @media (min-width: 1500px) {
    .specialists__item:nth-child(5) .specialists__item__image img {
      width: 276px; } }
  @media (min-width: 1024px) {
    .specialists__item:nth-child(6) .specialists__item__image img {
      width: 18.53333vw; } }
  @media (min-width: 1500px) {
    .specialists__item:nth-child(6) .specialists__item__image img {
      width: 278px; } }
  @media (min-width: 1024px) {
    .specialists__item:nth-child(6) .specialists__item__image {
      left: auto;
      right: -1.33333vw;
      bottom: -1.06667vw; } }
  @media (min-width: 1500px) {
    .specialists__item:nth-child(6) .specialists__item__image {
      right: -20px;
      bottom: -16px; } }
  @media (min-width: 1024px) {
    .specialists__item {
      max-width: 52.2vw; } }
  @media (min-width: 1500px) {
    .specialists__item {
      max-width: 783px; } }
  .specialists__item + .specialists__item {
    position: relative;
    margin-top: 26.66667vmin; }
    @media (min-width: 1024px) {
      .specialists__item + .specialists__item {
        margin-top: 8.2vw; }
        .specialists__item + .specialists__item::before {
          content: "";
          position: absolute;
          right: 100%;
          bottom: 10vw;
          width: 29.86667vw;
          height: 20vw;
          background: url("../images/specialists-line.png") 0 100% no-repeat; } }
    @media (min-width: 1500px) {
      .specialists__item + .specialists__item {
        margin-top: 123px; }
        .specialists__item + .specialists__item::before {
          right: 100%;
          bottom: 150px;
          width: 448px;
          height: 300px; } }
  @media (min-width: 1024px) {
    .specialists__item:nth-child(2n) + .specialists__item::before {
      left: 100%;
      right: auto;
      -webkit-transform: scaleX(-1);
         -moz-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
           -o-transform: scaleX(-1);
              transform: scaleX(-1); } }
  @media (min-width: 1024px) {
    .specialists__item + .specialists__item + .specialists__item {
      margin-top: 7.33333vw; }
      .specialists__item + .specialists__item + .specialists__item::before {
        width: 31.2vw;
        height: 18.93333vw; } }
  @media (min-width: 1500px) {
    .specialists__item + .specialists__item + .specialists__item {
      margin-top: 110px; }
      .specialists__item + .specialists__item + .specialists__item::before {
        width: 468px;
        height: 284px; } }
  @media (min-width: 1024px) {
    .specialists__item + .specialists__item + .specialists__item + .specialists__item {
      margin-top: 8.26667vw; }
      .specialists__item + .specialists__item + .specialists__item + .specialists__item::before {
        bottom: 5.66667vw;
        width: 15.13333vw;
        height: 24.33333vw; } }
  @media (min-width: 1500px) {
    .specialists__item + .specialists__item + .specialists__item + .specialists__item {
      margin-top: 124px; }
      .specialists__item + .specialists__item + .specialists__item + .specialists__item::before {
        bottom: 85px;
        width: 227px;
        height: 365px; } }
  @media (min-width: 1024px) {
    .specialists__item + .specialists__item + .specialists__item + .specialists__item + .specialists__item {
      margin-top: 6.86667vw; }
      .specialists__item + .specialists__item + .specialists__item + .specialists__item + .specialists__item::before {
        bottom: 4.33333vw;
        width: 25.13333vw;
        height: 24.33333vw; } }
  @media (min-width: 1500px) {
    .specialists__item + .specialists__item + .specialists__item + .specialists__item + .specialists__item {
      margin-top: 103px; }
      .specialists__item + .specialists__item + .specialists__item + .specialists__item + .specialists__item::before {
        bottom: 65px;
        width: 377px;
        height: 365px; } }
  @media (min-width: 1024px) {
    .specialists__item + .specialists__item + .specialists__item + .specialists__item + .specialists__item + .specialists__item {
      margin-top: 6.66667vw; }
      .specialists__item + .specialists__item + .specialists__item + .specialists__item + .specialists__item + .specialists__item::before {
        bottom: 5vw;
        width: 25vw;
        height: 23.33333vw; } }
  @media (min-width: 1500px) {
    .specialists__item + .specialists__item + .specialists__item + .specialists__item + .specialists__item + .specialists__item {
      margin-top: 100px; }
      .specialists__item + .specialists__item + .specialists__item + .specialists__item + .specialists__item + .specialists__item::before {
        bottom: 75px;
        width: 375px;
        height: 350px; } }
  @media (min-width: 1024px) {
    .specialists {
      padding-top: 13.33333vw;
      padding-bottom: 6.66667vw; } }
  @media (min-width: 1500px) {
    .specialists {
      padding-top: 200px;
      padding-bottom: 100px; } }

.price {
  padding-top: 12.53333vmin;
  padding-bottom: 30.66667vmin; }
  .price .title {
    margin-bottom: 13.86667vmin; }
    @media (min-width: 1024px) {
      .price .title {
        margin: 0 auto 5.8vw;
        max-width: 28vw;
        text-align: center; } }
    @media (min-width: 1500px) {
      .price .title {
        margin: 0 auto 87px;
        max-width: 420px; } }
  @media (min-width: 1024px) {
    .price__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .price__item {
    position: relative;
    z-index: 5;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    @media (min-width: 1024px) {
      .price__item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 0;
        height: 100%;
        background: #ecc333;
        -webkit-transition: 0.8s;
        -o-transition: 0.8s;
        -moz-transition: 0.8s;
        transition: 0.8s; } }
    .price__item__title {
      margin-bottom: 2.4vmin;
      font-weight: 800;
      font-size: 5.86667vmin;
      line-height: 7.73333vmin;
      color: #ecc333;
      -webkit-transition: 0.5s 0.5s;
      -o-transition: 0.5s 0.5s;
      -moz-transition: 0.5s 0.5s;
      transition: 0.5s 0.5s; }
      @media (min-width: 1024px) {
        .price__item__title {
          margin-bottom: 0.66667vw;
          height: 3.46667vw;
          font-size: 1.33333vw;
          line-height: 1.73333vw;
          letter-spacing: 0.02em;
          color: #1d1d1d;
          opacity: 0; } }
      @media (min-width: 1500px) {
        .price__item__title {
          margin-bottom: 10px;
          height: 52px;
          font-size: 20px;
          line-height: 26px; } }
    .price__item__text {
      line-height: 5.6vmin;
      -webkit-transition: 0.5s 0.5s;
      -o-transition: 0.5s 0.5s;
      -moz-transition: 0.5s 0.5s;
      transition: 0.5s 0.5s; }
      @media (min-width: 1024px) {
        .price__item__text {
          font-size: 0.93333vw;
          line-height: 1.4vw;
          opacity: 0; } }
      @media (min-width: 1500px) {
        .price__item__text {
          font-size: 14px;
          line-height: 21px; } }
    @media (min-width: 1024px) {
      .price__item:hover::before {
        width: 100%; } }
    @media (max-width: 1023px) {
      .price__item.is-animated {
        opacity: 1;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0); } }
    @media (min-width: 1024px) {
      .is-show-items .price__item__text, .is-show-items .price__item__title {
        opacity: 1; } }
    @media (min-width: 1024px) {
      .is-show-items .price__item {
        opacity: 1; } }
    @media (min-width: 1024px) {
      .price__item {
        padding: 2.53333vw 3.66667vw 2.73333vw 3.33333vw;
        width: 33.33334%;
        background: #f4f4f4;
        opacity: 0;
        cursor: pointer; } }
    @media (min-width: 1500px) {
      .price__item {
        padding: 38px 55px 41px 50px; } }
    @media (max-width: 1023px) {
      .price__item {
        opacity: 0;
        -webkit-transform: translateY(30px);
           -moz-transform: translateY(30px);
            -ms-transform: translateY(30px);
             -o-transform: translateY(30px);
                transform: translateY(30px); } }
  .price__total {
    margin-top: 22.66667vmin;
    text-align: right; }
    .price__total__number {
      position: relative;
      z-index: 5;
      display: inline-block;
      vertical-align: top;
      font-weight: 800;
      font-size: 19.2vmin;
      line-height: 22.13333vmin; }
      .price__total__number::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2.93333vmin;
        z-index: -1;
        width: 100%;
        height: 3.46667vmin;
        background: -webkit-linear-gradient(358.51deg, #f0e938 0.05%, #ecc333 100%);
        background: -moz-linear-gradient(358.51deg, #f0e938 0.05%, #ecc333 100%);
        background: -o-linear-gradient(358.51deg, #f0e938 0.05%, #ecc333 100%);
        background: linear-gradient(91.49deg, #f0e938 0.05%, #ecc333 100%); }
        @media (min-width: 1024px) {
          .price__total__number::after {
            bottom: -1.66667vw;
            height: 1.86667vw; } }
        @media (min-width: 1500px) {
          .price__total__number::after {
            bottom: -25px;
            height: 28px; } }
      .price__total__number span {
        color: #e5e5e5; }
      @media (min-width: 1024px) {
        .price__total__number {
          font-size: 10vw;
          line-height: 11.53333vw; } }
      @media (min-width: 1500px) {
        .price__total__number {
          font-size: 150px;
          line-height: 173px; } }
    .price__total__text {
      margin-top: 6.93333vmin;
      font-weight: 300;
      letter-spacing: 0;
      color: #929292; }
      @media (min-width: 1024px) {
        .price__total__text {
          margin-top: 2.46667vw;
          font-size: 1.06667vw; } }
      @media (min-width: 1500px) {
        .price__total__text {
          margin-top: 37px;
          font-size: 16px; } }
      @media (max-width: 1023px) {
        .price__total__text {
          line-height: 4.26667vmin; } }
    @media (min-width: 1024px) {
      .price__total {
        margin-top: 5.66667vw;
        padding-right: 6.66667vw; } }
    @media (min-width: 1500px) {
      .price__total {
        margin-top: 85px;
        padding-right: 100px; } }
  .price__program {
    margin-top: 20.53333vmin; }
    .price__program__text {
      margin-bottom: 4vw;
      line-height: 2.13333vw;
      letter-spacing: 0; }
      @media (min-width: 1500px) {
        .price__program__text {
          margin-bottom: 60px;
          line-height: 32px; } }
    .price__program__btns {
      text-align: center; }
      @media (min-width: 1024px) {
        .price__program__btns .button + .button {
          margin-left: 1vw; } }
      @media (min-width: 1500px) {
        .price__program__btns .button + .button {
          margin-left: 15px; } }
      @media (min-width: 1024px) {
        .price__program__btns {
          text-align: right; } }
    @media (min-width: 1024px) {
      .price__program {
        margin-top: 2.26667vw;
        max-width: 45vw; } }
    @media (min-width: 1500px) {
      .price__program {
        margin-top: 34px;
        max-width: 675px; } }
  .price__btn {
    margin-top: 18.66667vmin;
    text-align: center; }
    @media (min-width: 1024px) {
      .price__btn {
        margin-top: 5.13333vw; } }
    @media (min-width: 1500px) {
      .price__btn {
        margin-top: 77px; } }
  .price--v2 {
    padding: 0 0 13.33333vmin; }
    @media (min-width: 1024px) {
      .price--v2 .title, .price--v21 .title {
        margin: 0 0 4.13333vw;
        max-width: 46.66667vw;
        text-align: left; } }
    @media (min-width: 1500px) {
      .price--v2 .title, .price--v21 .title {
        margin: 0 0 62px;
        max-width: 700px; } }
    @media (min-width: 1024px) {
      .price--v2 .price__list {
        max-width: 64vw; } }
    @media (min-width: 1500px) {
      .price--v2 .price__list {
        max-width: 960px; } }
    @media (min-width: 1024px) {
      .price--v2 .price__item {
        width: 50%;
        min-height: 17.33333vw;
        background: #fff; } 

.price--v21 .price__item {
    min-height: 17.33333vw;
    background: #fff;
    min-height: 260px
}
}
    @media (min-width: 1024px) {
      .price--v2 .price__item {
        min-height: 260px; } }
    .price--v2 .price__total {
      margin-top: 17.33333vmin; }
      @media (min-width: 1024px) {
        .price--v2 .price__total__text {
          margin-left: auto;
          max-width: 32vw; } }
      @media (min-width: 1500px) {
        .price--v2 .price__total__text {
          max-width: 480px; } }
      @media (min-width: 1024px) {
        .price--v2 .price__total {
          margin-top: -11.73333vw; } }
      @media (min-width: 1500px) {
        .price--v2 .price__total {
          margin-top: -176px; } }
    @media (min-width: 1024px) {
      .price--v2 {
        padding: 0 0 5.33333vw; } }
    @media (min-width: 1500px) {
      .price--v2 {
        padding: 0 0 80px; } }
  .price__item + .price__item {
    margin-top: 12vmin; }
    @media (min-width: 1024px) {
      .price__item + .price__item {
        margin-top: 0;
        -webkit-transition-delay: 0.25s;
           -moz-transition-delay: 0.25s;
             -o-transition-delay: 0.25s;
                transition-delay: 0.25s; }
        .price__item + .price__item .price__item__text,
        .price__item + .price__item .price__item__title {
          -webkit-transition-delay: 0.75s;
             -moz-transition-delay: 0.75s;
               -o-transition-delay: 0.75s;
                  transition-delay: 0.75s; } }
  @media (min-width: 1024px) {
    .price__item + .price__item + .price__item {
      -webkit-transition-delay: 0.5s;
         -moz-transition-delay: 0.5s;
           -o-transition-delay: 0.5s;
              transition-delay: 0.5s; }
      .price__item + .price__item + .price__item .price__item__text,
      .price__item + .price__item + .price__item .price__item__title {
        -webkit-transition-delay: 1s;
           -moz-transition-delay: 1s;
             -o-transition-delay: 1s;
                transition-delay: 1s; } }
  @media (min-width: 1024px) {
    .price__item + .price__item + .price__item + .price__item {
      -webkit-transition-delay: 0.75s;
         -moz-transition-delay: 0.75s;
           -o-transition-delay: 0.75s;
              transition-delay: 0.75s; }
      .price__item + .price__item + .price__item + .price__item .price__item__text,
      .price__item + .price__item + .price__item + .price__item .price__item__title {
        -webkit-transition-delay: 1.25s;
           -moz-transition-delay: 1.25s;
             -o-transition-delay: 1.25s;
                transition-delay: 1.25s; } }
  @media (min-width: 1024px) {
    .price__item + .price__item + .price__item + .price__item + .price__item {
      -webkit-transition-delay: 1s;
         -moz-transition-delay: 1s;
           -o-transition-delay: 1s;
              transition-delay: 1s; }
      .price__item + .price__item + .price__item + .price__item + .price__item .price__item__text,
      .price__item + .price__item + .price__item + .price__item + .price__item .price__item__title {
        -webkit-transition-delay: 1.5s;
           -moz-transition-delay: 1.5s;
             -o-transition-delay: 1.5s;
                transition-delay: 1.5s; } }
  @media (min-width: 1024px) {
    .price__item + .price__item + .price__item + .price__item + .price__item + .price__item {
      -webkit-transition-delay: 1.25s;
         -moz-transition-delay: 1.25s;
           -o-transition-delay: 1.25s;
              transition-delay: 1.25s; }
      .price__item + .price__item + .price__item + .price__item + .price__item + .price__item .price__item__text,
      .price__item + .price__item + .price__item + .price__item + .price__item + .price__item .price__item__title {
        -webkit-transition-delay: 1.75s;
           -moz-transition-delay: 1.75s;
             -o-transition-delay: 1.75s;
                transition-delay: 1.75s; } }
  @media (min-width: 1024px) {
    .price__item + .price__item + .price__item + .price__item + .price__item + .price__item + .price__item {
      -webkit-transition-delay: 1.5s;
         -moz-transition-delay: 1.5s;
           -o-transition-delay: 1.5s;
              transition-delay: 1.5s; }
      .price__item + .price__item + .price__item + .price__item + .price__item + .price__item + .price__item .price__item__text,
      .price__item + .price__item + .price__item + .price__item + .price__item + .price__item + .price__item .price__item__title {
        -webkit-transition-delay: 2s;
           -moz-transition-delay: 2s;
             -o-transition-delay: 2s;
                transition-delay: 2s; } }
  @media (min-width: 1024px) {
    .price__item + .price__item + .price__item + .price__item + .price__item + .price__item + .price__item + .price__item {
      -webkit-transition-delay: 1.75s;
         -moz-transition-delay: 1.75s;
           -o-transition-delay: 1.75s;
              transition-delay: 1.75s; }
      .price__item + .price__item + .price__item + .price__item + .price__item + .price__item + .price__item + .price__item .price__item__text,
      .price__item + .price__item + .price__item + .price__item + .price__item + .price__item + .price__item + .price__item .price__item__title {
        -webkit-transition-delay: 2.25s;
           -moz-transition-delay: 2.25s;
             -o-transition-delay: 2.25s;
                transition-delay: 2.25s; } }
  @media (min-width: 1024px) {
    .price {
      padding-top: 6.66667vw;
      padding-bottom: 13.33333vw; } }
  @media (min-width: 1500px) {
    .price {
      padding-top: 100px;
      padding-bottom: 200px; } }

.cultural {
  margin-bottom: 20.8vmin;
  padding-top: 6.66667vmin; }
  .cultural .title {
    margin-bottom: 8.53333vmin; }
    @media (min-width: 1024px) {
      .cultural .title {
        margin-bottom: 7.53333vw;
        text-align: center; } }
    @media (min-width: 1500px) {
      .cultural .title {
        margin-bottom: 113px; } }
  .cultural__text {
    position: relative;
    margin-bottom: 5.33333vmin;
    line-height: 6.66667vmin; }
    @media (min-width: 1024px) {
      .cultural__text {
        margin-bottom: 0;
        max-width: 43.33333vw;
        font-size: 1.6vw;
        line-height: 2.86667vw; } }
    @media (min-width: 1500px) {
      .cultural__text {
        max-width: 650px;
        font-size: 24px;
        line-height: 43px; } }
  .cultural__image {
    position: relative;
    padding-bottom: 42.3%; }
    .cultural__image svg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
    .cultural__image img {
      width: 100%; }
    .cultural__image .mill-blades {
      -webkit-transform-origin: 61.8% 38.6%;
         -moz-transform-origin: 61.8% 38.6%;
          -ms-transform-origin: 61.8% 38.6%;
           -o-transform-origin: 61.8% 38.6%;
              transform-origin: 61.8% 38.6%;
      -webkit-animation: rotate 3s infinite linear;
         -moz-animation: rotate 3s infinite linear;
           -o-animation: rotate 3s infinite linear;
              animation: rotate 3s infinite linear;
      will-change: transform; }
    @media (min-width: 1024px) {
      .cultural__image {
        margin-top: -6vw; } }
    @media (min-width: 1500px) {
      .cultural__image {
        margin-top: -90px; } }
  @media (min-width: 1024px) {
    .cultural {
      margin-bottom: 6.66667vw;
      padding-top: 7.66667vw; } }
  @media (min-width: 1500px) {
    .cultural {
      margin-bottom: 100px;
      padding-top: 115px; } }

.benefits2 {
  margin-bottom: 23.73333vmin; }
  @media (min-width: 1024px) {
    .benefits2__row:nth-child(2n) .benefits2__content {
      margin: 2.66667vw 0 0 8.6vw; } }
  @media (min-width: 1500px) {
    .benefits2__row:nth-child(2n) .benefits2__content {
      margin: 40px 0 0 129px; } }
  .benefits2__row:nth-child(2n) .benefits2__image {
    margin-left: 3vw; }
    .benefits2__row:nth-child(2n) .benefits2__image img {
      width: 38.4vw; }
      @media (min-width: 1500px) {
        .benefits2__row:nth-child(2n) .benefits2__image img {
          width: 576px; } }
    @media (min-width: 1500px) {
      .benefits2__row:nth-child(2n) .benefits2__image {
        margin-left: 45px; } }
  @media (min-width: 1024px) {
    .benefits2__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  .benefits2 .title {
    margin-bottom: 8.53333vmin; }
    @media (min-width: 1024px) {
      .benefits2 .title {
        margin-bottom: 1.8vw; } }
    @media (min-width: 1500px) {
      .benefits2 .title {
        margin-bottom: 27px; } }
  .benefits2__content {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    @media (min-width: 1024px) {
      .benefits2__content {
        margin-right: 11vw;
        max-width: 36.66667vw; } }
    @media (min-width: 1500px) {
      .benefits2__content {
        margin-right: 165px;
        max-width: 550px; } }
  .benefits2__text {
    margin-bottom: 15.2vmin;
    line-height: 6.66667vmin; }
    @media (min-width: 1024px) {
      .benefits2__text {
        margin-bottom: 0;
        line-height: 2.4vw; } }
    @media (min-width: 1500px) {
      .benefits2__text {
        line-height: 36px; } }
  .benefits2__image {
    margin-top: 0.93333vw; }
    .benefits2__image img {
      width: 37.13333vw; }
      @media (min-width: 1500px) {
        .benefits2__image img {
          width: 557px; } }
    .benefits2__image.animate {
      opacity: 0;
      -webkit-transform: translateY(30px);
         -moz-transform: translateY(30px);
          -ms-transform: translateY(30px);
           -o-transform: translateY(30px);
              transform: translateY(30px);
      -webkit-transition: 0.8s;
      -o-transition: 0.8s;
      -moz-transition: 0.8s;
      transition: 0.8s; }
      .benefits2__image.animate.is-animated {
        opacity: 1;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0); }
    @media (min-width: 1500px) {
      .benefits2__image {
        margin-top: 14px; } }
  .benefits2__icons {
    overflow-x: scroll;
    margin: 0 -6.13333vmin;
    padding: 0 6.13333vmin;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
    .benefits2__icons::-webkit-scrollbar {
      display: none; }
    .benefits2__icons img {
      display: inline-block;
      vertical-align: middle;
      width: 18.66667vmin;
      height: 18.66667vmin; }
      .benefits2__icons img + img {
        margin-left: 8vmin; }
  .benefits2__btn {
    margin-top: 24vmin;
    text-align: center; }
    @media (min-width: 1024px) {
      .benefits2__btn {
        margin-top: 5.86667vw;
        text-align: left; } }
    @media (min-width: 1500px) {
      .benefits2__btn {
        margin-top: 88px; } }
  .benefits2__row + .benefits2__row {
    margin-top: 24vmin; }
    @media (min-width: 1024px) {
      .benefits2__row + .benefits2__row {
        margin-top: 8.33333vw; } }
    @media (min-width: 1500px) {
      .benefits2__row + .benefits2__row {
        margin-top: 125px; } }
  @media (min-width: 1024px) {
    .benefits2 {
      margin-bottom: 14.26667vw; } }
  @media (min-width: 1500px) {
    .benefits2 {
      margin-bottom: 214px; } }

.gallery {
  margin-bottom: 26.66667vmin; }
  .gallery .title {
    margin-bottom: 14.13333vmin; }
    @media (min-width: 1024px) {
      .gallery .title {
        margin-bottom: 7.2vw; } }
    @media (min-width: 1500px) {
      .gallery .title {
        margin-bottom: 108px; } }
  @media (min-width: 1024px) {
    .gallery__block:nth-child(2n) .title {
      margin: 0 5vw 2.93333vw auto;
      max-width: 50vw;
      text-align: right; } }
  @media (min-width: 1500px) {
    .gallery__block:nth-child(2n) .title {
      margin: 0 75px 44px auto;
      max-width: 750px; } }
  .gallery__slider {
    position: relative; }
    .gallery__slider .swiper-container {
      margin: 0 -6.13333vmin; }
      .gallery__slider .swiper-container .swiper-slide {
        height: auto;
        background: #efefef; }
      @media (min-width: 1024px) {
        .gallery__slider .swiper-container {
          margin: 0;
          padding: 0; } }
    .gallery__slider__item {
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      background: #efefef; }
      .gallery__slider__item__image {
        position: relative;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        height: 60.8vmin; }
        @media (min-width: 1024px) {
          .gallery__slider__item__image::before {
            content: "";
            position: absolute;
            left: 28vw;
            top: 50%;
            z-index: 5;
            -webkit-border-radius: 0 4vw 4vw 0;
               -moz-border-radius: 0 4vw 4vw 0;
                    border-radius: 0 4vw 4vw 0;
            width: 8vw;
            height: 8vw;
            background: #efefef;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%); } }
        @media (min-width: 1500px) {
          .gallery__slider__item__image::before {
            left: 420px;
            -webkit-border-radius: 0 60px 60px 0;
               -moz-border-radius: 0 60px 60px 0;
                    border-radius: 0 60px 60px 0;
            width: 120px;
            height: 120px; } }
        .gallery__slider__item__image img {
          width: 100%;
          height: 60.8vmin;
          -o-object-fit: cover;
             object-fit: cover;
          -webkit-transition: -webkit-transform 0.5s, -webkit-border-radius 0.75s 0.25s;
          transition: -webkit-transform 0.5s, -webkit-border-radius 0.75s 0.25s;
          -o-transition: border-radius 0.75s 0.25s, -o-transform 0.5s;
          -moz-transition: transform 0.5s, border-radius 0.75s 0.25s, -moz-transform 0.5s, -moz-border-radius 0.75s 0.25s;
          transition: transform 0.5s, border-radius 0.75s 0.25s;
          transition: transform 0.5s, border-radius 0.75s 0.25s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s, -webkit-border-radius 0.75s 0.25s, -moz-border-radius 0.75s 0.25s; }
          @media (min-width: 1024px) {
            .gallery__slider__item__image img {
              -webkit-border-radius: 0 16.66667vw 16.66667vw 0;
                 -moz-border-radius: 0 16.66667vw 16.66667vw 0;
                      border-radius: 0 16.66667vw 16.66667vw 0;
              height: 29vw;
              -webkit-transform-origin: 75% 50%;
                 -moz-transform-origin: 75% 50%;
                  -ms-transform-origin: 75% 50%;
                   -o-transform-origin: 75% 50%;
                      transform-origin: 75% 50%; } }
          @media (min-width: 1500px) {
            .gallery__slider__item__image img {
              -webkit-border-radius: 0 250px 250px 0;
                 -moz-border-radius: 0 250px 250px 0;
                      border-radius: 0 250px 250px 0;
              height: 435px; } }
        @media (min-width: 1024px) {
          .gallery__slider__item__image {
            margin-right: 1.6vw;
            width: 45.6vw;
            height: auto; } }
        @media (min-width: 1500px) {
          .gallery__slider__item__image {
            margin-right: 24px;
            width: 684px; } }
      .gallery__slider__item__content {
        position: relative;
        z-index: 5;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 0 6.13333vmin; }
        @media (min-width: 1024px) {
          .gallery__slider__item__content {
            padding: 4.53333vw 0 0;
            width: 100%;
            max-width: 34.66667vw; } }
        @media (min-width: 1500px) {
          .gallery__slider__item__content {
            padding: 68px 0 0;
            max-width: 520px; } }
      .gallery__slider__item__name {
        margin-bottom: 4.26667vmin;
        font-weight: 800;
        font-size: 5.33333vmin;
        line-height: 7.46667vmin;
        text-align: center; }
        .gallery__slider__item__name span {
          display: inline-block;
          vertical-align: top;
          overflow: hidden;
          margin-top: -3.46667vmin;
          padding: 3.46667vmin 2.66667vmin;
          max-width: 56vmin;
          background: #ecc333;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          -moz-transition: 0.5s;
          transition: 0.5s; }
          @media (min-width: 1024px) {
            .gallery__slider__item__name span {
              margin: 0 0 0 -7vw;
              padding: 1.33333vw 1.66667vw;
              max-width: 33.33333vw;
              white-space: nowrap; } }
          @media (min-width: 1500px) {
            .gallery__slider__item__name span {
              margin: 0 0 0 -105px;
              padding: 20px 25px;
              max-width: 500px; } }
        @media (min-width: 1024px) {
          .gallery__slider__item__name {
            margin-bottom: 1.66667vw;
            font-size: 2vw;
            line-height: 2.66667vw;
            text-align: left; } }
        @media (min-width: 1500px) {
          .gallery__slider__item__name {
            margin-bottom: 25px;
            font-size: 30px;
            line-height: 40px; } }
      .gallery__slider__item__text {
        display: none;
        padding-top: 8.8vmin;
        line-height: 6.66667vmin;
        letter-spacing: 0; }
        @media (min-width: 1024px) {
          .gallery__slider__item__text {
            display: block;
            padding-top: 0;
            font-size: 0.93333vw;
            line-height: 1.66667vw; } }
        @media (min-width: 1500px) {
          .gallery__slider__item__text {
            font-size: 14px;
            line-height: 25px; } }
      .gallery__slider__item__more {
        font-weight: 600;
        font-size: 4.26667vmin;
        text-align: center; }
        .gallery__slider__item__more a {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          padding-right: 5.33333vmin;
          text-decoration: none;
          color: inherit; }
          .gallery__slider__item__more a::before, .gallery__slider__item__more a::after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            width: 2.66667vmin;
            height: 0.8vmin;
            background: #1d1d1d;
            -webkit-transform: translateY(-50%);
               -moz-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                 -o-transform: translateY(-50%);
                    transform: translateY(-50%); }
          .gallery__slider__item__more a::after {
            -webkit-transform: translateY(-50%) rotate(90deg);
               -moz-transform: translateY(-50%) rotate(90deg);
                -ms-transform: translateY(-50%) rotate(90deg);
                 -o-transform: translateY(-50%) rotate(90deg);
                    transform: translateY(-50%) rotate(90deg); }
            .is-show-text .gallery__slider__item__more a::after {
              display: none; }
        @media (min-width: 1024px) {
          .gallery__slider__item__more {
            display: none; } }
      .gallery__slider__item.is-no-active .gallery__slider__item__image img {
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%;
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
            -ms-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      .gallery__slider__item.is-no-active .gallery__slider__item__name span {
        padding-right: 0;
        padding-left: 0;
        max-width: 2px;
        color: #ecc333;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s; }
      @media (min-width: 1024px) {
        .gallery__slider__item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
             -moz-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
    .gallery__slider__pager {
      margin-top: 1.46667vw;
      width: 30.66667vw;
      line-height: 0;
      text-align: center; }
      .gallery__slider__pager .swiper-pagination-bullet {
        outline: none;
        width: 3.2vmin;
        height: 3.2vmin;
        background: #c4c4c4;
        opacity: 1;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s; }
        .gallery__slider__pager .swiper-pagination-bullet + .swiper-pagination-bullet {
          margin-left: 3.2vmin; }
          @media (min-width: 1024px) {
            .gallery__slider__pager .swiper-pagination-bullet + .swiper-pagination-bullet {
              margin-left: 0.73333vw; } }
          @media (min-width: 1500px) {
            .gallery__slider__pager .swiper-pagination-bullet + .swiper-pagination-bullet {
              margin-left: 11px; } }
        .gallery__slider__pager .swiper-pagination-bullet.swiper-pagination-bullet-active {
          -webkit-box-shadow: 0 0 4px rgba(236, 195, 51, 0.7);
             -moz-box-shadow: 0 0 4px rgba(236, 195, 51, 0.7);
                  box-shadow: 0 0 4px rgba(236, 195, 51, 0.7);
          background: #ecc333; }
        @media (min-width: 1024px) {
          .gallery__slider__pager .swiper-pagination-bullet {
            width: 1vw;
            height: 1vw; } }
        @media (min-width: 1500px) {
          .gallery__slider__pager .swiper-pagination-bullet {
            width: 15px;
            height: 15px; } }
      @media (min-width: 1500px) {
        .gallery__slider__pager {
          margin-top: 22px;
          width: 460px; } }
      @media (max-width: 1023px) {
        .gallery__slider__pager {
          position: absolute;
          right: 0;
          top: -5.86667vmin;
          margin-top: 0;
          width: auto; } }
    .gallery__slider__arrow {
      position: absolute;
      z-index: 5;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      outline: none;
      border: none;
      padding: 0;
      fill: #c4c4c4;
      background: none;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
      .gallery__slider__arrow svg {
        display: inline-block;
        vertical-align: middle; }
      .gallery__slider__arrow:hover {
        fill: #ecc333; }
      .gallery__slider__arrow--prev {
        left: -2.66667vmin;
        top: 61.86667vmin;
        padding: 2.66667vmin; }
        .gallery__slider__arrow--prev svg {
          width: 8vmin;
          height: 16vmin; }
          @media (min-width: 1024px) {
            .gallery__slider__arrow--prev svg {
              width: 3.46667vw;
              height: 5.53333vw; } }
          @media (min-width: 1500px) {
            .gallery__slider__arrow--prev svg {
              width: 52px;
              height: 83px; } }
        @media (min-width: 1024px) {
          .gallery__slider__arrow--prev {
            left: 0;
            top: 0;
            -webkit-box-align: start;
            -webkit-align-items: flex-start;
               -moz-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-box-pack: start;
            -webkit-justify-content: flex-start;
               -moz-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-border-radius: 0 0 4vw;
               -moz-border-radius: 0 0 4vw;
                    border-radius: 0 0 4vw;
            padding: 0.66667vw 1vw 1.46667vw;
            width: 7.66667vw;
            height: 7.66667vw;
            background: #efefef; } }
        @media (min-width: 1500px) {
          .gallery__slider__arrow--prev {
            -webkit-border-radius: 0 0 60px;
               -moz-border-radius: 0 0 60px;
                    border-radius: 0 0 60px;
            padding: 10px 15px 22px;
            width: 115px;
            height: 115px; } }
      .gallery__slider__arrow--next {
        right: -2.66667vmin;
        top: 61.86667vmin;
        padding: 2.66667vmin; }
        .gallery__slider__arrow--next svg {
          width: 8vmin;
          height: 16vmin; }
          @media (min-width: 1024px) {
            .gallery__slider__arrow--next svg {
              width: 5.86667vw;
              height: 9.33333vw; } }
          @media (min-width: 1500px) {
            .gallery__slider__arrow--next svg {
              width: 88px;
              height: 140px; } }
        @media (min-width: 1024px) {
          .gallery__slider__arrow--next {
            right: 4vw;
            top: 10.66667vw;
            padding: 0.66667vw; } }
        @media (min-width: 1500px) {
          .gallery__slider__arrow--next {
            right: 60px;
            top: 160px;
            padding: 10px; } }
  .gallery__block + .gallery__block {
    margin-top: 21.86667vmin; }
    @media (min-width: 1024px) {
      .gallery__block + .gallery__block {
        margin-top: 11.86667vw; } }
    @media (min-width: 1500px) {
      .gallery__block + .gallery__block {
        margin-top: 178px; } }
  @media (min-width: 1024px) {
    .gallery {
      margin-bottom: 11.53333vw; } }
  @media (min-width: 1500px) {
    .gallery {
      margin-bottom: 173px; } }

.shopping {
  margin-bottom: 23.2vmin; }
  .shopping .title {
    margin-bottom: 10.66667vmin; }
    @media (min-width: 1024px) {
      .shopping .title {
        margin-bottom: 6.13333vw; } }
    @media (min-width: 1500px) {
      .shopping .title {
        margin-bottom: 92px; } }
  .shopping__map {
    margin: 0 auto;
    max-width: 88vw; }
    .shopping__map svg {
      width: 100%;
      height: 34.2vw; }
      .shopping__map svg [data-line="in"] {
        display: none; }
        .shopping__map svg [data-line="in"].is-active {
          display: block; }
      .shopping__map svg .path-icon {
        fill: #c4c4c4; }
      @media (min-width: 1500px) {
        .shopping__map svg {
          height: 513px; } }
    @media (min-width: 1500px) {
      .shopping__map {
        max-width: 1320px; } }
  .shopping__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #929292;
    fill: #c4c4c4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s; }
    .shopping__item__icon {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 4vmin;
      width: 13.86667vmin;
      height: 13.33333vmin; }
    .shopping__item__text {
      letter-spacing: 0.04em; }
    @media (max-width: 1023px) {
      .shopping__item.is-animated {
        color: #1d1d1d;
        fill: #ecc333; } }
  .shopping__item + .shopping__item {
    margin-top: 8vmin; }
  @media (min-width: 1024px) {
    .shopping {
      margin-bottom: 11vw; } }
  @media (min-width: 1500px) {
    .shopping {
      margin-bottom: 165px; } }

.time {
  margin-bottom: 24.53333vmin; }
  .time .title {
    margin-bottom: 4vmin; }
    @media (min-width: 1024px) {
      .time .title {
        margin-bottom: 5.4vw;
        text-align: center; } }
    @media (min-width: 1500px) {
      .time .title {
        margin-bottom: 81px; } }
  .time__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    @media (min-width: 1024px) {
      .time__container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  @media (min-width: 1024px) {
    .time__content {
      margin-top: 5.33333vw;
      max-width: 38.66667vw; } }
  @media (min-width: 1500px) {
    .time__content {
      margin-top: 80px;
      max-width: 580px; } }
  .time__text {
    margin-bottom: 12.53333vmin;
    line-height: 6.66667vmin; }
    @media (min-width: 1024px) {
      .time__text {
        margin-bottom: 7.46667vw;
        line-height: 2.4vw; } }
    @media (min-width: 1500px) {
      .time__text {
        margin-bottom: 112px;
        line-height: 36px; } }
  @media (min-width: 1024px) {
    .time__btns .button + .button {
      margin-left: 1vw; } }
  @media (min-width: 1500px) {
    .time__btns .button + .button {
      margin-left: 15px; } }
  @media (max-width: 1023px) {
    .time__btns .button {
      margin-top: 4vmin; } }
  @media (max-width: 1023px) {
    .time__btns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
         -moz-box-orient: vertical;
         -moz-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .time__image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 4.8vmin;
    width: 100%; }
    .time__image > div {
      position: relative;
      padding-bottom: 55.2%; }
    .time__image svg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .time__image svg .time-arrow {
        -webkit-transform-origin: 41.15% 48.5%;
           -moz-transform-origin: 41.15% 48.5%;
            -ms-transform-origin: 41.15% 48.5%;
             -o-transform-origin: 41.15% 48.5%;
                transform-origin: 41.15% 48.5%;
        -webkit-animation: time-arrow 3s infinite linear;
           -moz-animation: time-arrow 3s infinite linear;
             -o-animation: time-arrow 3s infinite linear;
                animation: time-arrow 3s infinite linear; }
    .time__image img {
      width: 100%; }
      @media (min-width: 1024px) {
        .time__image img {
          width: 51.33333vw; } }
      @media (min-width: 1500px) {
        .time__image img {
          width: 770px; } }
    @media (min-width: 1024px) {
      .time__image {
        margin: 0 0 0 7.6vw;
        width: 51.33333vw; } }
    @media (min-width: 1500px) {
      .time__image {
        margin: 0 0 0 114px;
        width: 770px; } }
  @media (min-width: 1024px) {
    .time {
      margin-bottom: 10.66667vw; } }
  @media (min-width: 1500px) {
    .time {
      margin-bottom: 160px; } }

@-webkit-keyframes time-arrow {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-moz-keyframes time-arrow {
  from {
    -moz-transform: rotate(0);
         transform: rotate(0); }
  to {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes time-arrow {
  from {
    -o-transform: rotate(0);
       transform: rotate(0); }
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes time-arrow {
  from {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.help {
  position: relative;
  padding: 37.33333vmin 0 5.33333vmin; }
  .help::before {
    display: none; }
  @media (max-width: 1023px) {
    .help::after {
      -webkit-transform: scaleX(-1) scaleY(-1);
         -moz-transform: scaleX(-1) scaleY(-1);
          -ms-transform: scaleX(-1) scaleY(-1);
           -o-transform: scaleX(-1) scaleY(-1);
              transform: scaleX(-1) scaleY(-1); } }
  .help__plane {
    position: absolute;
    left: 50%; }
    .help__plane--1 {
      top: -16vmin;
      margin-left: -40vmin; }
      .help__plane--1 img {
        width: 109.33333vmin; }
        @media (min-width: 1024px) {
          .help__plane--1 img {
            width: 101.93333vw; } }
        @media (min-width: 1500px) {
          .help__plane--1 img {
            width: 1529px; } }
      @media (min-width: 1024px) {
        .help__plane--1 {
          top: -16.33333vw;
          margin-left: -29.66667vw; } }
      @media (min-width: 1500px) {
        .help__plane--1 {
          top: -245px;
          margin-left: -445px; } }
    .help__plane--2 {
      top: 93.33333vmin;
      margin-left: -69.33333vmin; }
      .help__plane--2 img {
        width: 105.33333vmin; }
        @media (min-width: 1024px) {
          .help__plane--2 img {
            width: 50.8vw; } }
        @media (min-width: 1500px) {
          .help__plane--2 img {
            width: 762px; } }
      @media (min-width: 1024px) {
        .help__plane--2 {
          top: 45.33333vw;
          margin-left: -58vw; } }
      @media (min-width: 1500px) {
        .help__plane--2 {
          top: 680px;
          margin-left: -870px; } }
  .help__cloud {
    position: absolute;
    left: 50%; }
    .help__cloud--1 {
      top: -18.66667vmin;
      margin-left: -62.66667vmin; }
      .help__cloud--1 img {
        width: 51.46667vmin; }
        @media (min-width: 1024px) {
          .help__cloud--1 img {
            width: 48.53333vw; } }
        @media (min-width: 1500px) {
          .help__cloud--1 img {
            width: 728px; } }
      @media (min-width: 1024px) {
        .help__cloud--1 {
          top: -20.66667vw;
          margin-left: -51.33333vw; } }
      @media (min-width: 1500px) {
        .help__cloud--1 {
          top: -310px;
          margin-left: -770px; } }
    .help__cloud--2 {
      top: -14.66667vmin;
      margin-left: 12vmin; }
      .help__cloud--2 img {
        width: 37.6vmin; }
        @media (min-width: 1024px) {
          .help__cloud--2 img {
            width: 35.46667vw; } }
        @media (min-width: 1500px) {
          .help__cloud--2 img {
            width: 532px; } }
      @media (min-width: 1024px) {
        .help__cloud--2 {
          top: -15.33333vw;
          margin-left: 22.66667vw; } }
      @media (min-width: 1500px) {
        .help__cloud--2 {
          top: -230px;
          margin-left: 340px; } }
    .help__cloud--3 {
      top: 0vmin;
      margin-left: -11.46667vmin; }
      .help__cloud--3 img {
        width: 60.26667vmin; }
        @media (min-width: 1024px) {
          .help__cloud--3 img {
            width: 56.66667vw; } }
        @media (min-width: 1500px) {
          .help__cloud--3 img {
            width: 850px; } }
      @media (min-width: 1024px) {
        .help__cloud--3 {
          top: -1.66667vw;
          margin-left: -2vw; } }
      @media (min-width: 1500px) {
        .help__cloud--3 {
          top: -25px;
          margin-left: -30px; } }
    .help__cloud--4 {
      top: 83.46667vmin;
      margin-left: -89.33333vmin; }
      .help__cloud--4 img {
        width: 58.13333vmin; }
        @media (min-width: 1024px) {
          .help__cloud--4 img {
            width: 28.06667vw; } }
        @media (min-width: 1500px) {
          .help__cloud--4 img {
            width: 421px; } }
      @media (min-width: 1024px) {
        .help__cloud--4 {
          top: 40vw;
          margin-left: -67.33333vw; } }
      @media (min-width: 1500px) {
        .help__cloud--4 {
          top: 600px;
          margin-left: -1010px; } }
    .help__cloud--5 {
      top: 76.53333vmin;
      margin-left: -26.66667vmin; }
      .help__cloud--5 img {
        width: 69.06667vmin; }
        @media (min-width: 1024px) {
          .help__cloud--5 img {
            width: 33.4vw; } }
        @media (min-width: 1500px) {
          .help__cloud--5 img {
            width: 501px; } }
      @media (min-width: 1024px) {
        .help__cloud--5 {
          top: 37vw;
          margin-left: -37.33333vw; } }
      @media (min-width: 1500px) {
        .help__cloud--5 {
          top: 555px;
          margin-left: -560px; } }
    .help__cloud--6 {
      top: 93.33333vmin;
      margin-left: -69.86667vmin; }
      .help__cloud--6 img {
        width: 117.33333vmin; }
        @media (min-width: 1024px) {
          .help__cloud--6 img {
            width: 56.66667vw; } }
        @media (min-width: 1500px) {
          .help__cloud--6 img {
            width: 850px; } }
      @media (min-width: 1024px) {
        .help__cloud--6 {
          top: 45vw;
          margin-left: -58vw; } }
      @media (min-width: 1500px) {
        .help__cloud--6 {
          top: 675px;
          margin-left: -870px; } }
  .help__item {
    position: relative;
    z-index: 5; }
    .help__item .title {
      margin-bottom: 8.53333vmin; }
      @media (min-width: 1024px) {
        .help__item .title {
          margin-bottom: 2.6vw; } }
      @media (min-width: 1500px) {
        .help__item .title {
          margin-bottom: 39px; } }
    .help__item__text {
      line-height: 6.66667vmin; }
      @media (min-width: 1024px) {
        .help__item__text {
          max-width: 43.33333vw;
          font-size: 1.6vw;
          line-height: 2.66667vw; } }
      @media (min-width: 1500px) {
        .help__item__text {
          max-width: 650px;
          font-size: 24px;
          line-height: 40px; } }
    @media (min-width: 1024px) {
      .help__item:nth-child(2n) {
        margin-left: 51vw; } }
    @media (min-width: 1500px) {
      .help__item:nth-child(2n) {
        margin-left: 765px; } }
  .help__btn {
    margin-top: 16.53333vmin;
    text-align: center; }
    @media (min-width: 1024px) {
      .help__btn {
        margin-top: 9.2vw; } }
    @media (min-width: 1500px) {
      .help__btn {
        margin-top: 138px; } }
  .help__item + .help__item {
    margin-top: 63.46667vmin; }
    @media (min-width: 1024px) {
      .help__item + .help__item {
        margin-top: 10.33333vw; } }
    @media (min-width: 1500px) {
      .help__item + .help__item {
        margin-top: 155px; } }
  @media (min-width: 1024px) {
    .help {
      padding: 26.66667vw 0 3.33333vw; } }
  @media (min-width: 1500px) {
    .help {
      padding: 400px 0 50px; } }

.year {
  padding-top: 26.66667vmin; }
  .year + .date {
    padding: 22.13333vmin 0 32vmin; }
    @media (min-width: 1024px) {
      .year + .date {
        padding: 7.33333vw 0 16.66667vw; } }
    @media (min-width: 1500px) {
      .year + .date {
        padding: 110px 0 250px; } }
  @media (min-width: 1024px) {
    .year .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  .year .title {
    margin-bottom: 5.86667vmin; }
    @media (min-width: 1024px) {
      .year .title {
        margin-bottom: 2.66667vw; } }
    @media (min-width: 1500px) {
      .year .title {
        margin-bottom: 40px; } }
  .year__content {
    margin-bottom: 7.2vmin; }
    @media (min-width: 1024px) {
      .year__content {
        margin: 0 0 3.33333vw; } }
    @media (min-width: 1500px) {
      .year__content {
        margin: 0 0 50px; } }
  .year__text {
    line-height: 6.66667vmin; }
    @media (min-width: 1024px) {
      .year__text {
        line-height: 2.46667vw; } }
    @media (min-width: 1500px) {
      .year__text {
        line-height: 37px; } }
  .year__image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 -6.13333vmin; }
    .year__image img {
      width: 100%; }
      @media (min-width: 1024px) {
        .year__image img {
          width: 53.33333vw; } }
      @media (min-width: 1500px) {
        .year__image img {
          width: 800px; } }
    @media (min-width: 1024px) {
      .year__image {
        margin-left: 6.66667vw; } }
    @media (min-width: 1500px) {
      .year__image {
        margin-left: 100px; } }
  @media (min-width: 1024px) {
    .year {
      padding-top: 9.33333vw; } }
  @media (min-width: 1500px) {
    .year {
      padding-top: 140px; } }

.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 195;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s; }
  .modal__container {
    overflow: auto;
    padding: 25.33333vmin 0;
    width: 100%;
    max-height: 100%; }
    @media (min-width: 1024px) {
      .modal__container {
        padding: 4vw 0; } }
    @media (min-width: 1500px) {
      .modal__container {
        padding: 60px 0; } }
  .modal__content {
    position: relative; }
  .modal__close {
    position: absolute;
    margin: 0;
    outline: none;
    border: none;
    padding: 0;
    width: 9.06667vmin;
    height: 9.06667vmin;
    background: none; }
    .modal__close::before, .modal__close::after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -0.26667vmin;
      width: 100%;
      height: 0.8vmin;
      background: #929292;
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
      @media (min-width: 1024px) {
        .modal__close::before, .modal__close::after {
          margin-top: -1px;
          height: 3px; } }
    .modal__close::after {
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .modal__close:hover::before, .modal__close:hover::after {
      background: #ecc333; }
    @media (min-width: 1024px) {
      .modal__close {
        width: 2.26667vw;
        height: 2.26667vw; } }
    @media (min-width: 1500px) {
      .modal__close {
        width: 34px;
        height: 34px; } }
  .modal__title {
    margin-bottom: 10.66667vmin;
    font-weight: 800;
    font-size: 8vmin;
    line-height: 9.06667vmin;
    color: #c4c4c4; }
    .modal__title span {
      color: #1d1d1d; }
    @media (min-width: 1024px) {
      .modal__title {
        margin-bottom: 4.73333vw;
        font-size: 2.33333vw;
        line-height: 2.8vw; } }
    @media (min-width: 1500px) {
      .modal__title {
        margin-bottom: 71px;
        font-size: 35px;
        line-height: 42px; } }
  .modal__form {
    margin: 0 auto;
    padding: 0 4vmin;
    width: 100%;
    max-width: 96vmin; }
    .modal__form .modal__close {
      left: 2.66667vmin;
      top: -18.93333vmin; }
      @media (min-width: 1024px) {
        .modal__form .modal__close {
          left: -8.33333vw;
          top: 0.26667vw; } }
      @media (min-width: 1500px) {
        .modal__form .modal__close {
          left: -125px;
          top: 4px; } }
    .modal__form__left {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      @media (min-width: 1024px) {
        .modal__form__left {
          width: 28vw; } }
      @media (min-width: 1500px) {
        .modal__form__left {
          width: 420px; } }
    .modal__form__right {
      margin-left: 8vw;
      border-left: solid 1px #c4c4c4;
      padding-left: 5.33333vw;
      width: 26.73333vw; }
      @media (min-width: 1500px) {
        .modal__form__right {
          margin-left: 120px;
          padding-left: 80px;
          width: 401px; } }
    .modal__form__title {
      margin-bottom: 2vw;
      font-weight: 500;
      font-size: 1.2vw;
      line-height: 1.46667vw;
      letter-spacing: 0.02em; }
      @media (min-width: 1500px) {
        .modal__form__title {
          margin-bottom: 30px;
          font-size: 18px;
          line-height: 22px; } }
    .modal__form__title--cultural {
      margin-bottom: 5.06667vw; }
      @media (min-width: 1500px) {
        .modal__form__title--cultural {
          margin-bottom: 76px; } }
    .modal__form__input {
      position: relative;
      margin-bottom: 8vmin; }
      .modal__form__input__label {
        position: absolute;
        left: 4.8vmin;
        top: 50%;
        padding: 0 0.53333vmin;
        font-weight: 300;
        font-size: 3.73333vmin;
        line-height: 4.53333vmin;
        letter-spacing: 0.05em;
        color: #5a5a5a;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s;
        pointer-events: none; }
        @media (min-width: 1024px) {
          .modal__form__input__label {
            left: 1.2vw;
            padding: 0 0.13333vw;
            font-size: 0.93333vw;
            line-height: 1.13333vw; } }
        @media (min-width: 1500px) {
          .modal__form__input__label {
            left: 18px;
            padding: 0 2px;
            font-size: 14px;
            line-height: 17px; } }
      .modal__form__input textarea,
      .modal__form__input input {
        outline: none;
        border: 1px solid #929292;
        -webkit-border-radius: 2.13333vmin;
           -moz-border-radius: 2.13333vmin;
                border-radius: 2.13333vmin;
        padding: 0 5.33333vmin;
        width: 100%;
        height: 14.93333vmin;
        font-size: 4.8vmin;
        letter-spacing: 0.03em;
        background: #fff;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s; }
        .modal__form__input textarea:focus,
        .modal__form__input input:focus {
          border: 1px solid #ecc333;
          -webkit-box-shadow: 0 0 4px rgba(236, 195, 51, 0.7);
             -moz-box-shadow: 0 0 4px rgba(236, 195, 51, 0.7);
                  box-shadow: 0 0 4px rgba(236, 195, 51, 0.7); }
          .modal__form__input textarea:focus ~ .modal__form__input__label,
          .modal__form__input input:focus ~ .modal__form__input__label {
            top: -1.86667vmin;
            overflow: hidden;
            height: 4.53333vmin;
            font-size: 2.66667vmin;
            background: #fff;
            -webkit-transform: translateY(0);
               -moz-transform: translateY(0);
                -ms-transform: translateY(0);
                 -o-transform: translateY(0);
                    transform: translateY(0); }
            .modal__form__input textarea:focus ~ .modal__form__input__label span,
            .modal__form__input input:focus ~ .modal__form__input__label span {
              display: none; }
            @media (min-width: 1024px) {
              .modal__form__input textarea:focus ~ .modal__form__input__label,
              .modal__form__input input:focus ~ .modal__form__input__label {
                top: -0.46667vw;
                height: 1.13333vw;
                font-size: 0.66667vw; } }
            @media (min-width: 1500px) {
              .modal__form__input textarea:focus ~ .modal__form__input__label,
              .modal__form__input input:focus ~ .modal__form__input__label {
                top: -7px;
                height: 17px;
                font-size: 10px; } }
        .modal__form__input textarea.error,
        .modal__form__input input.error {
          border: 1px solid #f22222;
          -webkit-box-shadow: 0 0 4px rgba(242, 34, 34, 0.7);
             -moz-box-shadow: 0 0 4px rgba(242, 34, 34, 0.7);
                  box-shadow: 0 0 4px rgba(242, 34, 34, 0.7); }
        @media (min-width: 1024px) {
          .modal__form__input textarea,
          .modal__form__input input {
            -webkit-border-radius: 0.53333vw;
               -moz-border-radius: 0.53333vw;
                    border-radius: 0.53333vw;
            padding: 0 1.33333vw;
            height: 3.73333vw;
            font-size: 1.2vw; } }
        @media (min-width: 1500px) {
          .modal__form__input textarea,
          .modal__form__input input {
            -webkit-border-radius: 8px;
               -moz-border-radius: 8px;
                    border-radius: 8px;
            padding: 0 20px;
            height: 56px;
            font-size: 18px; } }
      .modal__form__input textarea {
        padding-top: 4vmin;
        height: 26.66667vmin;
        resize: none; }
        .modal__form__input textarea + .modal__form__input__label {
          top: 4vmin;
          -webkit-transform: translateY(0);
             -moz-transform: translateY(0);
              -ms-transform: translateY(0);
               -o-transform: translateY(0);
                  transform: translateY(0); }
          @media (min-width: 1024px) {
            .modal__form__input textarea + .modal__form__input__label {
              top: 1vw; } }
          @media (min-width: 1500px) {
            .modal__form__input textarea + .modal__form__input__label {
              top: 15px; } }
        @media (min-width: 1024px) {
          .modal__form__input textarea {
            padding-top: 1vw;
            height: 6.66667vw; } }
        @media (min-width: 1500px) {
          .modal__form__input textarea {
            padding-top: 15px;
            height: 100px; } }
      .modal__form__input label.error {
        position: absolute;
        right: 0;
        top: -4.53333vmin;
        font-size: 3.2vmin;
        color: #f22222; }
        @media (min-width: 1024px) {
          .modal__form__input label.error {
            top: -1.13333vw;
            font-size: 0.8vw; } }
        @media (min-width: 1500px) {
          .modal__form__input label.error {
            top: -17px;
            font-size: 12px; } }
      .modal__form__input.is-filled textarea.error,
      .modal__form__input.is-filled input.error {
        border: 1px solid #f22222;
        -webkit-box-shadow: 0 0 4px rgba(242, 34, 34, 0.7);
           -moz-box-shadow: 0 0 4px rgba(242, 34, 34, 0.7);
                box-shadow: 0 0 4px rgba(242, 34, 34, 0.7); }
      .modal__form__input.is-filled .modal__form__input__label {
        top: -1.86667vmin;
        overflow: hidden;
        height: 4.53333vmin;
        font-size: 2.66667vmin;
        background: #fff;
        -webkit-transform: translateY(0);
           -moz-transform: translateY(0);
            -ms-transform: translateY(0);
             -o-transform: translateY(0);
                transform: translateY(0); }
        .modal__form__input.is-filled .modal__form__input__label span {
          display: none; }
        @media (min-width: 1024px) {
          .modal__form__input.is-filled .modal__form__input__label {
            top: -0.46667vw;
            height: 1.13333vw;
            font-size: 0.66667vw; } }
        @media (min-width: 1500px) {
          .modal__form__input.is-filled .modal__form__input__label {
            top: -7px;
            height: 17px;
            font-size: 10px; } }
      @media (min-width: 1024px) {
        .modal__form__input {
          margin-bottom: 2vw; } }
      @media (min-width: 1500px) {
        .modal__form__input {
          margin-bottom: 30px; } }
    .modal__form__checkbox {
      margin-bottom: 8vmin; }
      .modal__form__checkbox label {
        position: relative;
        display: inline-block;
        vertical-align: top;
        padding-left: 9.6vmin;
        font-weight: 700;
        font-size: 3.73333vmin;
        line-height: 4.53333vmin;
        cursor: pointer; }
        .modal__form__checkbox label input {
          display: none; }
          .modal__form__checkbox label input:checked + i {
            border-color: transparent; }
            .modal__form__checkbox label input:checked + i::before, .modal__form__checkbox label input:checked + i::after {
              opacity: 1;
              visibility: visible; }
        .modal__form__checkbox label i {
          position: absolute;
          left: 0;
          top: 0;
          border: 1px solid #5a5a5a;
          -webkit-border-radius: 0.53333vmin;
             -moz-border-radius: 0.53333vmin;
                  border-radius: 0.53333vmin;
          width: 5.33333vmin;
          height: 5.33333vmin;
          background: #fff;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          -moz-transition: 0.25s;
          transition: 0.25s; }
          .modal__form__checkbox label i::before {
            content: "";
            position: absolute;
            left: -1px;
            right: -1px;
            top: -1px;
            bottom: -1px;
            -webkit-border-radius: 0.53333vmin;
               -moz-border-radius: 0.53333vmin;
                    border-radius: 0.53333vmin;
            background: -webkit-linear-gradient(322.03deg, #f0e938 -8.42%, #ecc333 84.21%);
            background: -moz-linear-gradient(322.03deg, #f0e938 -8.42%, #ecc333 84.21%);
            background: -o-linear-gradient(322.03deg, #f0e938 -8.42%, #ecc333 84.21%);
            background: linear-gradient(127.97deg, #f0e938 -8.42%, #ecc333 84.21%);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.25s;
            -o-transition: 0.25s;
            -moz-transition: 0.25s;
            transition: 0.25s; }
            @media (min-width: 1024px) {
              .modal__form__checkbox label i::before {
                -webkit-border-radius: 0.13333vw;
                   -moz-border-radius: 0.13333vw;
                        border-radius: 0.13333vw; } }
            @media (min-width: 1500px) {
              .modal__form__checkbox label i::before {
                -webkit-border-radius: 2px;
                   -moz-border-radius: 2px;
                        border-radius: 2px; } }
          .modal__form__checkbox label i::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            margin-top: -0.53333vmin;
            border-right: solid 1.06667vmin #fff;
            border-bottom: solid 1.06667vmin #fff;
            width: 2.4vmin;
            height: 4vmin;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
               -moz-transform: translate3d(-50%, -50%, 0) rotate(45deg);
                    transform: translate3d(-50%, -50%, 0) rotate(45deg);
            -webkit-transition: 0.25s;
            -o-transition: 0.25s;
            -moz-transition: 0.25s;
            transition: 0.25s; }
            @media (min-width: 1024px) {
              .modal__form__checkbox label i::after {
                margin-top: -0.13333vw;
                border-right-width: 0.26667vw;
                border-bottom-width: 0.26667vw;
                width: 0.6vw;
                height: 1vw; } }
            @media (min-width: 1500px) {
              .modal__form__checkbox label i::after {
                margin-top: -2px;
                border-right-width: 4px;
                border-bottom-width: 4px;
                width: 9px;
                height: 15px; } }
          @media (min-width: 1024px) {
            .modal__form__checkbox label i {
              -webkit-border-radius: 0.13333vw;
                 -moz-border-radius: 0.13333vw;
                      border-radius: 0.13333vw;
              width: 1.33333vw;
              height: 1.33333vw; } }
          @media (min-width: 1500px) {
            .modal__form__checkbox label i {
              -webkit-border-radius: 2px;
                 -moz-border-radius: 2px;
                      border-radius: 2px;
              width: 20px;
              height: 20px; } }
        @media (min-width: 1024px) {
          .modal__form__checkbox label {
            padding-left: 2.4vw;
            font-size: 0.93333vw;
            line-height: 1.33333vw; } }
        @media (min-width: 1500px) {
          .modal__form__checkbox label {
            padding-left: 36px;
            font-size: 14px;
            line-height: 20px; } }
      @media (min-width: 1024px) {
        .modal__form__checkbox {
          margin-bottom: 2vw; } }
      @media (min-width: 1500px) {
        .modal__form__checkbox {
          margin-bottom: 30px; } }
    .modal__form__radio {
      margin-bottom: 8vmin; }
      .modal__form__radio label {
        position: relative;
        display: block;
        padding-left: 9.6vmin;
        font-weight: 700;
        font-size: 3.73333vmin;
        line-height: 4.53333vmin;
        cursor: pointer; }
        .modal__form__radio label > input {
          display: none; }
          .modal__form__radio label > input:checked + i {
            border-color: transparent; }
            .modal__form__radio label > input:checked + i::before {
              opacity: 1;
              visibility: visible; }
          .modal__form__radio label > input:checked ~ .modal__form__radio__text {
            display: block; }
        .modal__form__radio label i {
          position: absolute;
          left: 0;
          top: 0;
          border: 1px solid #5a5a5a;
          -webkit-border-radius: 50%;
             -moz-border-radius: 50%;
                  border-radius: 50%;
          width: 5.33333vmin;
          height: 5.33333vmin;
          background: #fff;
          -webkit-transition: 0.25s;
          -o-transition: 0.25s;
          -moz-transition: 0.25s;
          transition: 0.25s; }
          .modal__form__radio label i::before {
            content: "";
            position: absolute;
            left: -1px;
            right: -1px;
            top: -1px;
            bottom: -1px;
            -webkit-border-radius: 50%;
               -moz-border-radius: 50%;
                    border-radius: 50%;
            -webkit-box-shadow: 0 0 10px rgba(236, 206, 51, 0.7);
               -moz-box-shadow: 0 0 10px rgba(236, 206, 51, 0.7);
                    box-shadow: 0 0 10px rgba(236, 206, 51, 0.7);
            background: -webkit-linear-gradient(322.03deg, #f0e938 -8.42%, #ecc333 84.21%);
            background: -moz-linear-gradient(322.03deg, #f0e938 -8.42%, #ecc333 84.21%);
            background: -o-linear-gradient(322.03deg, #f0e938 -8.42%, #ecc333 84.21%);
            background: linear-gradient(127.97deg, #f0e938 -8.42%, #ecc333 84.21%);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.25s;
            -o-transition: 0.25s;
            -moz-transition: 0.25s;
            transition: 0.25s; }
          @media (min-width: 1024px) {
            .modal__form__radio label i {
              width: 1.33333vw;
              height: 1.33333vw; } }
          @media (min-width: 1500px) {
            .modal__form__radio label i {
              width: 20px;
              height: 20px; } }
        @media (min-width: 1024px) {
          .modal__form__radio label {
            padding-left: 2.4vw;
            font-size: 0.93333vw;
            line-height: 1.33333vw; } }
        @media (min-width: 1500px) {
          .modal__form__radio label {
            padding-left: 36px;
            font-size: 14px;
            line-height: 20px; } }
      .modal__form__radio__text {
        display: none;
        margin-top: 5.33333vmin;
        padding-left: 9.6vmin; }
        @media (min-width: 1024px) {
          .modal__form__radio__text {
            margin-top: 1.33333vw;
            padding-left: 2.4vw; } }
        @media (min-width: 1500px) {
          .modal__form__radio__text {
            margin-top: 20px;
            padding-left: 36px; } }
      .modal__form__radio .modal__form__input__label {
        letter-spacing: 0.01em; }
      .modal__form__radio.is-show .modal__form__radio__text {
        display: block; }
      @media (min-width: 1024px) {
        .modal__form__radio {
          margin-bottom: 2vw; } }
      @media (min-width: 1500px) {
        .modal__form__radio {
          margin-bottom: 30px; } }
    .modal__form__footer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
         -moz-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: 70px; }
      .modal__form__footer .modal__form__back {
        margin: 0 auto; }
        @media (min-width: 1024px) {
          .modal__form__footer .modal__form__back {
            margin: 0 4.66667vw 0 0; } }
        @media (min-width: 1500px) {
          .modal__form__footer .modal__form__back {
            margin: 0 70px 0 0; } }
      @media (max-width: 1023px) {
        .modal__form__footer {
          position: fixed;
          left: 0;
          bottom: 0;
          z-index: 5;
          margin: 0;
          width: 100%;
          background: rgba(255, 255, 255, 0.7);
          -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px); } }
    @media (min-width: 1024px) {
      .modal__form__footer--center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 3.33333vw; } }
    @media (min-width: 1500px) {
      .modal__form__footer--center {
        margin-top: 50px; } }
    .modal__form__submit {
      text-align: right; }
      .modal__form__submit .button {
        width: 11.6vw;
        height: 3.46667vw;
        font-weight: 700;
        font-size: 1vw; }
        @media (min-width: 1500px) {
          .modal__form__submit .button {
            width: 174px;
            height: 52px;
            font-size: 15px; } }
        @media (max-width: 1023px) {
          .modal__form__submit .button {
            -webkit-border-radius: 10.93333vmin 0 0 0;
               -moz-border-radius: 10.93333vmin 0 0 0;
                    border-radius: 10.93333vmin 0 0 0;
            width: 64vmin;
            height: 21.33333vmin;
            font-size: 5.33333vmin;
            text-indent: 2.66667vmin; } }
    .modal__form__tabs__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      list-style-type: none;
      margin: 0 0 10.66667vmin 0;
      padding: 0;
      text-align: center; }
      .modal__form__tabs__list li {
        width: 50%; }
        .modal__form__tabs__list li + li label span::before {
          left: 0;
          right: auto; }
        .modal__form__tabs__list li label {
          display: block;
          width: 100%;
          line-height: 4.53333vmin;
          cursor: pointer; }
          .modal__form__tabs__list li label input {
            display: none; }
            .modal__form__tabs__list li label input:checked + span {
              font-weight: 600; }
              .modal__form__tabs__list li label input:checked + span::before {
                width: 100%; }
          .modal__form__tabs__list li label span {
            position: relative;
            z-index: 5;
            display: block;
            padding: 1.86667vmin 2.66667vmin;
            -webkit-transition: 0.25s;
            -o-transition: 0.25s;
            -moz-transition: 0.25s;
            transition: 0.25s; }
            .modal__form__tabs__list li label span::before {
              content: "";
              position: absolute;
              right: 0;
              top: 0;
              z-index: -1;
              width: 0;
              height: 100%;
              background: #ecc333;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              -moz-transition: 0.5s;
              transition: 0.5s; }
            .modal__form__tabs__list li label span:hover {
              font-weight: 600; }
            @media (min-width: 1024px) {
              .modal__form__tabs__list li label span {
                padding: 0.6vw 0; } }
            @media (min-width: 1500px) {
              .modal__form__tabs__list li label span {
                padding: 9px 0; } }
          @media (min-width: 1024px) {
            .modal__form__tabs__list li label {
              font-size: 0.93333vw;
              line-height: 1.33333vw; } }
          @media (min-width: 1500px) {
            .modal__form__tabs__list li label {
              font-size: 14px;
              line-height: 20px; } }
      @media (min-width: 1024px) {
        .modal__form__tabs__list {
          margin: 0 -1.33333vw 3.33333vw 0; } }
      @media (min-width: 1500px) {
        .modal__form__tabs__list {
          margin: 0 -20px 50px 0; } }
    @media (min-width: 1024px) {
      .modal__form__tabs__content {
        min-height: 9.46667vw; } }
    @media (min-width: 1500px) {
      .modal__form__tabs__content {
        min-height: 142px; } }
    .modal__form__tabs__item {
      display: none; }
      .modal__form__tabs__item.is-active {
        display: block;
        -webkit-animation: showTab 0.5s;
           -moz-animation: showTab 0.5s;
             -o-animation: showTab 0.5s;
                animation: showTab 0.5s; }
    .modal__form__back button {
      position: relative;
      display: inline-block;
      vertical-align: top;
      outline: none;
      border: none;
      padding: 0 0 0 5.6vmin;
      font-size: 4vmin;
      color: #5a5a5a;
      background: none;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
      .modal__form__back button::before {
        content: "";
        position: absolute;
        left: 0.26667vmin;
        top: 0.8vmin;
        border-bottom: solid 0.26667vmin #5a5a5a;
        border-left: solid 0.26667vmin #5a5a5a;
        width: 3.2vmin;
        height: 3.2vmin;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        -moz-transition: 0.25s;
        transition: 0.25s; }
        @media (min-width: 1024px) {
          .modal__form__back button::before {
            left: 0.06667vw;
            top: 0.2vw;
            border-bottom-width: 1px;
            border-left-width: 1px;
            width: 0.8vw;
            height: 0.8vw; } }
        @media (min-width: 1500px) {
          .modal__form__back button::before {
            left: 1px;
            top: 3px;
            width: 12px;
            height: 12px; } }
      .modal__form__back button:hover {
        color: #ecc333; }
        .modal__form__back button:hover::before {
          border-color: #ecc333; }
      @media (min-width: 1024px) {
        .modal__form__back button {
          padding: 0 0 0 1.4vw;
          font-size: 1vw; } }
      @media (min-width: 1500px) {
        .modal__form__back button {
          padding: 0 0 0 21px;
          font-size: 15px; } }
    .modal__form__policy {
      margin-top: 5.33333vmin;
      font-weight: 300;
      font-size: 3.2vmin;
      line-height: 4vmin;
      color: #a4a9ad; }
      .modal__form__policy a {
        text-decoration: none;
        color: #ecc333; }
        .modal__form__policy a:hover {
          text-decoration: underline; }
      @media (min-width: 1024px) {
        .modal__form__policy {
          margin-top: 2vw;
          font-size: 0.8vw;
          line-height: 1vw;
          text-align: center; } }
      @media (min-width: 1500px) {
        .modal__form__policy {
          margin-top: 30px;
          font-size: 12px;
          line-height: 15px;
          text-align: center; } }
    @media (min-width: 1024px) {
      .modal__form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        max-width: 80vw; } }
    @media (min-width: 1500px) {
      .modal__form {
        max-width: 1200px; } }
  .modal.is-show {
    opacity: 1;
    visibility: visible; }
  .modal.is-active {
    z-index: 200; }

.callback {
  display: block; }
  .callback__text {
    margin-top: 13.66667vw;
    font-weight: 300;
    line-height: 2vw;
    letter-spacing: 0;
    color: #5a5a5a; }
    @media (min-width: 1500px) {
      .callback__text {
        margin-top: 205px;
        line-height: 30px; } }

.order {
  display: block; }
  .order__progress {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
    width: 100%;
    height: 2.66667vmin;
    background: #c4c4c4; }
    .order__progress span {
      display: block;
      width: 20%;
      height: 100%;
      background: #ecc333;
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
    @media (min-width: 1024px) {
      .order__progress {
        height: 0.66667vw; } }
    @media (min-width: 1500px) {
      .order__progress {
        height: 10px; } }
  .order .modal__form__submit--send {
    display: none; }
  .order__steps[data-step="1"] .order__step[data-step="1"] {
    display: block;
    -webkit-animation: showTab 0.5s;
       -moz-animation: showTab 0.5s;
         -o-animation: showTab 0.5s;
            animation: showTab 0.5s; }
  .order__steps[data-step="1"] + .modal__form__footer .modal__form__back {
    display: none; }
  .order__steps[data-step="2"] .order__step[data-step="2"] {
    display: block;
    -webkit-animation: showTab 0.5s;
       -moz-animation: showTab 0.5s;
         -o-animation: showTab 0.5s;
            animation: showTab 0.5s; }
  .order__steps[data-step="3"] .order__step[data-step="3"] {
    display: block;
    -webkit-animation: showTab 0.5s;
       -moz-animation: showTab 0.5s;
         -o-animation: showTab 0.5s;
            animation: showTab 0.5s; }
  .order__steps[data-step="4"] .order__step[data-step="4"] {
    display: block;
    -webkit-animation: showTab 0.5s;
       -moz-animation: showTab 0.5s;
         -o-animation: showTab 0.5s;
            animation: showTab 0.5s; }
  .order__steps[data-step="5"] .order__step[data-step="5"] {
    display: block;
    -webkit-animation: showTab 0.5s;
       -moz-animation: showTab 0.5s;
         -o-animation: showTab 0.5s;
            animation: showTab 0.5s; }
  .order__steps[data-step="5"] + .modal__form__footer .modal__form__submit--next {
    display: none; }
  .order__steps[data-step="5"] + .modal__form__footer .modal__form__submit--send {
    display: block; }
  .order__step {
    display: none; }
  .order__basket {
    padding-top: 10.33333vw; }
    .order__basket__item__text {
      margin-bottom: 0.53333vw;
      font-weight: 300;
      font-size: 0.93333vw;
      line-height: 1.13333vw;
      letter-spacing: 0; }
      @media (min-width: 1500px) {
        .order__basket__item__text {
          margin-bottom: 8px;
          font-size: 14px;
          line-height: 17px; } }
    .order__basket__item__price {
      font-weight: 500;
      font-size: 1.06667vw;
      letter-spacing: 0.02em;
      text-align: right; }
      @media (min-width: 1500px) {
        .order__basket__item__price {
          font-size: 16px; } }
    .order__basket__item.is-hidden {
      display: none; }
    .order__basket__total {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: 2vw;
      border-top: 1px solid #c4c4c4;
      padding-top: 2vw;
      font-weight: 700; }
      .order__basket__total__label {
        font-size: 0.93333vw; }
        @media (min-width: 1500px) {
          .order__basket__total__label {
            font-size: 14px; } }
      .order__basket__total__price {
        font-size: 1.33333vw;
        letter-spacing: 0.02em; }
        @media (min-width: 1500px) {
          .order__basket__total__price {
            font-size: 20px; } }
      @media (min-width: 1500px) {
        .order__basket__total {
          margin-top: 30px;
          padding-top: 30px; } }
    .order__basket__item + .order__basket__item {
      margin-top: 1.33333vw; }
      @media (min-width: 1500px) {
        .order__basket__item + .order__basket__item {
          margin-top: 20px; } }
    @media (min-width: 1500px) {
      .order__basket {
        padding-top: 155px; } }
  .order__result {
    position: relative; }
    .order__result__list {
      list-style-type: none;
      margin: 0 0 9.33333vmin;
      padding: 0;
      font-size: 3.73333vmin;
      line-height: 4.53333vmin; }
      .order__result__list li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
        .order__result__list li + li {
          margin-top: 5.33333vmin; }
          @media (min-width: 1024px) {
            .order__result__list li + li {
              margin-top: 1.4vw; } }
          @media (min-width: 1500px) {
            .order__result__list li + li {
              margin-top: 21px; } }
      .order__result__list__key {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        margin-right: 4vmin;
        width: 34.13333vmin;
        font-weight: 700; }
        @media (min-width: 1024px) {
          .order__result__list__key {
            margin-right: 1.66667vw;
            width: 13.66667vw; } }
        @media (min-width: 1500px) {
          .order__result__list__key {
            margin-right: 25px;
            width: 205px; } }
      @media (min-width: 1024px) {
        .order__result__list {
          margin: 0 0 2.4vw;
          font-size: 0.93333vw;
          line-height: 1.13333vw; } }
      @media (min-width: 1500px) {
        .order__result__list {
          margin: 0 0 36px;
          font-size: 14px;
          line-height: 17px; } }
    @media (min-width: 1024px) {
      .order__result .modal__form__input {
        margin-right: -2vw; } }
    @media (min-width: 1500px) {
      .order__result .modal__form__input {
        margin-right: -30px; } }
    @media (min-width: 1024px) {
      .order__result .modal__form__back {
        position: absolute;
        left: -8.33333vw;
        top: 0; } }
    @media (min-width: 1500px) {
      .order__result .modal__form__back {
        left: -125px; } }
    @media (min-width: 1024px) {
      .order__result {
        margin-right: -4vw; } }
    @media (min-width: 1500px) {
      .order__result {
        margin-right: -60px; } }

.success {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 245;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s; }
  .success__close {
    position: absolute;
    right: 5.33333vmin;
    top: 8vmin;
    margin: 0;
    outline: none;
    border: none;
    padding: 0;
    width: 9.06667vmin;
    height: 9.06667vmin;
    background: none; }
    .success__close::before, .success__close::after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -0.26667vmin;
      width: 100%;
      height: 0.8vmin;
      background: #1d1d1d;
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: 0.25s;
      -o-transition: 0.25s;
      -moz-transition: 0.25s;
      transition: 0.25s; }
      @media (min-width: 1024px) {
        .success__close::before, .success__close::after {
          margin-top: -1px;
          height: 3px; } }
    .success__close::after {
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .success__close:hover::before, .success__close:hover::after {
      background: #ecc333; }
    @media (min-width: 1024px) {
      .success__close {
        right: 0;
        top: 0;
        width: 2.26667vw;
        height: 2.26667vw; } }
    @media (min-width: 1500px) {
      .success__close {
        width: 34px;
        height: 34px; } }
  .success__container {
    overflow: auto;
    width: 100%;
    max-height: 100%; }
  .success__content {
    margin: 0 auto;
    padding: 13.33333vmin 0;
    max-width: 96vmin;
    text-align: center; }
    @media (min-width: 1024px) {
      .success__content {
        position: relative;
        padding: 7.66667vw 0;
        max-width: 50.66667vw; } }
    @media (min-width: 1500px) {
      .success__content {
        position: relative;
        padding: 115px 0;
        max-width: 760px; } }
  .success__label {
    font-weight: 700;
    font-size: 4.26667vmin;
    color: #c4c4c4; }
    @media (min-width: 1024px) {
      .success__label {
        font-size: 1.6vw; } }
    @media (min-width: 1500px) {
      .success__label {
        font-size: 24px; } }
  .success__title {
    margin: -1.06667vmin 0 3.2vmin;
    font-weight: 800;
    font-size: 12vmin;
    line-height: 14.4vmin;
    color: #ecc333; }
    @media (min-width: 1024px) {
      .success__title {
        margin: -2vw 0 0.8vw;
        font-size: 6.66667vw;
        line-height: 8vw; } }
    @media (min-width: 1500px) {
      .success__title {
        margin: -30px 0 12px;
        font-size: 100px;
        line-height: 120px; } }
  .success__text {
    margin: 0 auto;
    max-width: 69.33333vmin;
    font-size: 3.2vmin;
    line-height: 4.53333vmin; }
    @media (min-width: 1024px) {
      .success__text {
        max-width: 36.66667vw;
        font-size: 1.06667vw;
        line-height: 1.46667vw; } }
    @media (min-width: 1500px) {
      .success__text {
        max-width: 550px;
        font-size: 16px;
        line-height: 22px; } }
  .success__btn {
    margin-top: 26.13333vmin; }
    @media (min-width: 1024px) {
      .success__btn {
        margin-top: 6.26667vw; } }
    @media (min-width: 1500px) {
      .success__btn {
        margin-top: 94px; } }
  .is-show-success .success {
    opacity: 1;
    visibility: visible; }

.privacy {
  margin: 0 auto;
  padding: 0 4vmin;
  width: 100%;
  max-width: 96vmin; }
  @media (min-width: 1024px) {
    .privacy .modal__title {
      max-width: 33.33333vw; } }
  @media (min-width: 1500px) {
    .privacy .modal__title {
      max-width: 500px; } }
  @media (max-width: 1023px) {
    .privacy .modal__title {
      margin-bottom: 5.86667vmin;
      font-size: 6.66667vmin; } }
  .privacy .modal__close {
    left: 4vmin;
    top: -17.6vmin; }
    @media (min-width: 1024px) {
      .privacy .modal__close {
        left: -8.33333vw;
        top: 0.4vw; } }
    @media (min-width: 1500px) {
      .privacy .modal__close {
        left: -125px;
        top: 6px; } }
  .privacy__text {
    font-size: 3.73333vmin;
    line-height: 6.66667vmin; }
    @media (min-width: 1024px) {
      .privacy__text {
        max-width: 60vw;
        font-size: 0.93333vw;
        line-height: 1.66667vw; } }
    @media (min-width: 1500px) {
      .privacy__text {
        max-width: 900px;
        font-size: 14px;
        line-height: 25px; } }
  .privacy__btn {
    margin-top: 26.66667vmin;
    text-align: center; }
    @media (min-width: 1024px) {
      .privacy__btn {
        margin-top: 4vw;
        text-align: left; } }
    @media (min-width: 1500px) {
      .privacy__btn {
        margin-top: 60px; } }
  @media (min-width: 1024px) {
    .privacy {
      padding: 0;
      max-width: 80vw; } }
  @media (min-width: 1500px) {
    .privacy {
      max-width: 1200px; } }

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

@-moz-keyframes showTab {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes showTab {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

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

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

@-moz-keyframes hideTab {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes hideTab {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

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

@-webkit-keyframes dateToTop {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-moz-keyframes dateToTop {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0); }
  50% {
    opacity: 0; }
  100% {
    opacity: 0;
    -moz-transform: translateY(-100%);
         transform: translateY(-100%); } }

@-o-keyframes dateToTop {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0); }
  50% {
    opacity: 0; }
  100% {
    opacity: 0;
    -o-transform: translateY(-100%);
       transform: translateY(-100%); } }

@keyframes dateToTop {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  50% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
       -moz-transform: translateY(-100%);
         -o-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-webkit-keyframes dateFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-moz-keyframes dateFromBottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(100%);
         transform: translateY(100%); }
  50% {
    opacity: 0;
    -moz-transform: translateY(50%);
         transform: translateY(50%); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
         transform: translateY(0); } }

@-o-keyframes dateFromBottom {
  0% {
    opacity: 0;
    -o-transform: translateY(100%);
       transform: translateY(100%); }
  50% {
    opacity: 0;
    -o-transform: translateY(50%);
       transform: translateY(50%); }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes dateFromBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%); }
  50% {
    opacity: 0;
    -webkit-transform: translateY(50%);
       -moz-transform: translateY(50%);
         -o-transform: translateY(50%);
            transform: translateY(50%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

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

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

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

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

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

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

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

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

@-webkit-keyframes dateLine {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -763.5; } }

@-moz-keyframes dateLine {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -763.5; } }

@-o-keyframes dateLine {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -763.5; } }

@keyframes dateLine {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: -763.5; } }

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