@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
    url('../fonts/MyriadPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-FB04;
}

@font-face {
  font-family: 'Roboto Condensed Medium';
  src: url('../fonts/RobotoCondensed-Medium.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Medium.woff') format('woff');
  font-style: normal;
  font-weight: 500;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

figure {
  margin: 1em 40px;
}

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: 700;
}

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

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

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

dfn {
  font-style: italic;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

audio,
video {
  display: inline-block;
}

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

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

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

img {
  border-style: none;
}

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

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

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

/**
   * Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details,
menu {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

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

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

[hidden] {
  display: none;
}

body {
  margin: 0;
}

input {
  font-family: Roboto;
}

body {
  position: relative;
  min-width: 320px;
  width: 100%;
  background-color: #FFF;
  font-family: 'Myriad Pro', 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

::-moz-selection {
  background: #EA4D5F;
  color: #FFF;
}

::selection {
  background: #EA4D5F;
  color: #FFF;
}

:root {
  --header-height: 0px;
  --layout-h-padding: 15px;
  --layout-column-gap: 10px;
  --layout-column-width: calc(8.33333vw - max(100vw - 1316px, 0px)/12 - var(--layout-column-gap)*11/12);
}

.icon {
  display: block;
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  cursor: pointer;
}

.logo {
  overflow: hidden;
  position: relative;
  display: block;
}

.logo:before {
  display: block;
  margin-top: 33.11%;
  content: '';
}

.logo > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding-left: var(--layout-h-padding);
  padding-right: var(--layout-h-padding);
  width: 100%;
}

/* padding: * 15px;
    width: 100%;
    max-width: 1120px;

    @media(--phone-medium) {
        padding: * 20px;
    }

    @media(--phone-big) {
        padding: * 30px;
    }

    @media(--desktop-middle) {
        padding: * 40px;
    } */

.wrapper .unwrap {
  position: relative;
  left: calc(var(--layout-ear-width)*-1);
  width: calc(100% + var(--layout-ear-width)*2);
}

.table-wrapper {
  overflow: auto;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color .2s ease, opacity .2s ease;
  transition: color .2s ease, opacity .2s ease;
  /* body.notouch & {

        &:hover {
            opacity: 0.5;
        }
    } */
}

p {
  display: block;
  margin: 15px 0;
  line-height: 1.3;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

input,
button,
textarea {
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
  resize: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

input[type=text],
input[type=search],
input[type=url],
input[type=tel],
input[type=email],
input[type=password],
textarea {
  -webkit-appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

input::-ms-clear {
  display: none;
}

input::-ms-reveal {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 500;
}

h1 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  width: 100%;
  height: 40px;
  background: #FFF;
  border: 1px solid #9C9D9E;
  font-size: 14px;
}

.input::-webkit-input-placeholder {
  font-size: 13px;
  color: #9C9D9E;
}

.input::-moz-placeholder {
  font-size: 13px;
  color: #9C9D9E;
}

.input:-ms-input-placeholder {
  font-size: 13px;
  color: #9C9D9E;
}

.input::-ms-input-placeholder {
  font-size: 13px;
  color: #9C9D9E;
}

.input::placeholder {
  font-size: 13px;
  color: #9C9D9E;
}

.d-n {
  display: none !important;
}

.p-0 {
  padding: 0 !important;
}

.tt-l {
  text-transform: lowercase !important;
}

.no-photo {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #CE99A2;
  border-radius: 50%;
  background: #F5DEDF;
}

.no-photo::before {
  display: block;
  margin-top: 100%;
  content: '';
}

.no-photo__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 50%;
}

.no-photo__icon::before {
  display: block;
  margin-top: 127.27%;
  content: '';
}

.no-photo__icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  fill: #EA4D5F;
}

input[data-uppercase] {
  text-transform: uppercase;
}

.page {
  padding-bottom: 33px;
  padding-top: 33px;
}

.layout-wrapper {
  overflow: hidden;
}

.layout-wrapper-outer {
  /* overflow: hidden; */
}

.layout-wrapper-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.opened-menu .layout-wrapper-inner {
  -webkit-transform: translateX(-100vw);
  transform: translateX(-100vw);
}

.layout {
  width: 100%;
  min-width: 100%;
}

.layout-side-menu {
  /* top: var(--header-height); */
  position: -webkit-sticky;
  position: sticky;
  min-width: 100vw;
  min-height: calc(100vh - var(--header-height));
  background: #4D3C81;
}

/* align-self: flex-start; */

.sidemenu {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  min-height: 100vh;
}

.sidemenu__nav {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: var(--layout-column-gap);
}

.sidemenu__nav > a,
.sidemenu__nav > button {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 0;
  min-height: 40px;
  text-transform: uppercase;
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 500;
  color: #FFF;
}

.sidemenu__nav > button {
  padding: 0;
  background: transparent;
  border: 0;
}

.sidemenu__decorator {
  overflow: hidden;
  position: relative;
  display: block;
}

.sidemenu__decorator:before {
  display: block;
  margin-top: 116%;
  content: '';
}

.sidemenu__decorator > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.sidemenu__decorator {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 98%;
  max-width: 400px;
  pointer-events: none;
}

.popup {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  z-index: 11;
}

.popup__wrapper {
  overflow: hidden;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 584px;
  background: #FFF;
}

.popup__wrapper__decorator {
  overflow: hidden;
  position: relative;
  display: block;
}

.popup__wrapper__decorator:before {
  display: block;
  margin-top: 59.701%;
  content: '';
}

.popup__wrapper__decorator > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.popup__wrapper__decorator {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(37.96%, 0);
  transform: translate(37.96%, 0);
  display: block;
  width: 374px;
  width: 66.42%;
  color: #F3F2F0;
}

.popup__wrapper__decorator > svg {
  fill: currentColor;
}

.popup__header {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 16px 20px;
  line-height: 1.14;
  text-align: left;
  background-color: #EA4D5F;
  color: #FFF;
}

.popup__header__title {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
}

.popup__header__decorator {
  overflow: hidden;
  position: relative;
  display: block;
  /*max-width: 374px;*/
}

.popup__header__decorator:before {
  display: block;
  margin-top: 59.701%;
  content: '';
}

.popup__header__decorator > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.popup__header__decorator {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(13.1%, 63.72%);
  transform: translate(13.1%, 63.72%);
  display: block;
  width: 374px;
  width: 66.42%;
  color: #D33042;
}

.popup__header__decorator > svg {
  fill: currentColor;
}

.popup__main {
  position: relative;
  z-index: 1;
  padding: 11.42% 20px;
  color: #000;
}

.popup__main__title {
  display: block;
  margin: 0 0 32px;
  line-height: 1.18;
  font-size: 32px;
  font-weight: 500;
}

.popup__main__text {
  display: block;
  line-height: 1.3;
  font-size: 16px;
}

.popup__main__text > p {
  margin: 1em 0;
}

.popup__main__text > p:first-child {
  margin-top: 0;
}

/*&__back-button {
            .popup__main__title + & {
                margin-top: 48px;
            }
        }*/

.popup__main__form {
  margin: 32px 0 0;
}

.popup__main__title + .popup__main__form {
  margin-top: 48px;
}

.popup__main__breadcrumbs {
  margin-bottom: 16px;
}

.popup__close-button {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  background: none;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.popup__close-button::before,
.popup__close-button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  background-color: #FFF;
  content: '';
}

.popup__close-button::before {
  width: 21px;
  height: 2px;
}

.popup__close-button::after {
  width: 2px;
  height: 21px;
}

.popup__close-button:hover {
  -webkit-transform: rotate(135deg) scale(.9);
  transform: rotate(135deg) scale(.9);
}

.popup__close-button > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  fill: #2E2F2F;
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: black;
}

.checkbox-label {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-top: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-label .checkbox {
  position: absolute;
  top: .2em;
  left: 0;
}

.checkbox-label a {
  color: #EA4D5F;
}

.checkbox-wrapper {
  position: relative;
}

.checkbox-label input[type="checkbox"],
.checkbox-wrapper input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #888E92;
  border-radius: 5px;
  -webkit-transition: border-color .2s ease, background-color .2s ease;
  transition: border-color .2s ease, background-color .2s ease;
}

.checkbox::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(.3);
  transform: translate(-50%, -50%) scale(.3);
  opacity: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EA4D5F;
  border-radius: 50%;
  -webkit-transition: -webkit-transform .2s ease-in;
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
  content: '';
}

.checkbox:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(.8);
  transform: translate(-50%, -50%) scale(.8);
  display: block;
  width: 14px;
  height: 9px;
  opacity: 0;
  background: url("data:image/svg+xml,%3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 6 4.5 4.5 9-9' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center center / contain;
  background-size: contain;
  -webkit-transition: opacity .1s ease-in, -webkit-transform .15s ease-in;
  transition: opacity .1s ease-in, -webkit-transform .15s ease-in;
  transition: opacity .1s ease-in, transform .15s ease-in;
  transition: opacity .1s ease-in, transform .15s ease-in, -webkit-transform .15s ease-in;
  content: '';
}

.checkbox:hover::before,
.checkbox:hover::after {
  will-change: transform, opacity;
}

input:checked + .checkbox {
  border-color: #EA4D5F;
}

input:checked + .checkbox:before {
  -webkit-transform: translate(-50%, -50%) scale(1.5);
  transform: translate(-50%, -50%) scale(1.5);
  opacity: 1;
}

input:checked + .checkbox:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.radiobutton {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  background: #FFF;
  border: 1px solid #CE99A2;
  border-radius: 50%;
}

.radiobutton:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(.8);
  transform: translate(-50%, -50%) scale(.8);
  display: block;
  width: 8px;
  height: 8px;
  opacity: 0;
  background: #9E3446;
  border-radius: 50%;
  content: '';
}

.radiobutton._fail {
  border-color: #C25656;
}

.radiobutton._fail::after {
  background: #C25656;
}

.radiobutton._success {
  border-color: #91C249;
}

.radiobutton._success::after {
  background: #91C249;
}

input[disabled] + .radiobutton:not(.no-disable-reaction) {
  opacity: 0.2;
}

input:checked + .radiobutton:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.form__group {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-top: 32px;
}

.form__group:first-child {
  margin-top: 0;
}

.form__row {
  margin-top: 16px;
}

.form__row:first-child {
  margin-top: 0;
}

.form__row > .button {
  width: 100%;
}

.form__field {
  position: relative;
  margin-top: 16px;
}

.form__field:first-child {
  margin-top: 0;
}

.form__field .load-spinner {
  position: absolute;
  top: -12px;
  right: -10px;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}

.form__field__label {
  display: block;
  margin-bottom: 1px;
  line-height: 1.3;
  font-size: 13px;
  opacity: 0.5;
}

.form__field__calendar-input__icon {
  overflow: hidden;
  position: relative;
  display: block;
}

.form__field__calendar-input__icon:before {
  display: block;
  margin-top: 110%;
  content: '';
}

.form__field__calendar-input__icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.form__field__calendar-input__icon {
  display: inline-block;
  top: -2px;
  margin-right: 8px;
  width: 20px;
  vertical-align: middle;
  color: #EA4D5F;
}

.form__field__calendar-input__icon > svg {
  fill: currentColor;
}

.form__field__calendar-input button {
  padding: 0;
  background: transparent;
  border: 0;
  height: 100%;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.form__field__input,
.form__field__textarea,
.form__field__calendar-input {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 14px 0;
  width: 100%;
  height: 40px;
  line-height: 1.3;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  border: 1px solid #BEC5D1;
  border-radius: 5px;
  -webkit-transition: border .25s ease;
  transition: border .25s ease;
  color: #000;
}

.form__field__input::-webkit-input-placeholder,
.form__field__textarea::-webkit-input-placeholder,
.form__field__calendar-input::-webkit-input-placeholder {
  color: #5A5F63;
}

.form__field__input::-moz-placeholder,
.form__field__textarea::-moz-placeholder,
.form__field__calendar-input::-moz-placeholder {
  color: #5A5F63;
}

.form__field__input:-ms-input-placeholder,
.form__field__textarea:-ms-input-placeholder,
.form__field__calendar-input:-ms-input-placeholder {
  color: #5A5F63;
}

.form__field__input::-ms-input-placeholder,
.form__field__textarea::-ms-input-placeholder,
.form__field__calendar-input::-ms-input-placeholder {
  color: #5A5F63;
}

.form__field__input::placeholder,
.form__field__textarea::placeholder,
.form__field__calendar-input::placeholder {
  color: #5A5F63;
}

.form__field__input[disabled],
.form__field__textarea[disabled],
.form__field__calendar-input[disabled] {
  opacity: .5;
  content: '*';
}

.form__field__input:focus,
.form__field__textarea:focus,
.form__field__calendar-input:focus {
  border-color: #EA4D5F;
}

.is-error > .form__field__input,
.is-error > .form__field__textarea,
.is-error > .form__field__calendar-input {
  border-color: #C25656;
}

.form__field__textarea {
  overflow: auto;
  padding-bottom: 9px;
  padding-top: 9px;
  resize: none;
}

.form__field__textarea[data-autosize] {
  max-height: 140px;
}

.form__field__icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 24px;
  height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  color: #C3C9CC;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}

textarea:focus + .form__field__icon,
input:focus + .form__field__icon {
  color: #EA4D5F;
}

.form__field__icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.form__field__error {
  position: absolute;
  top: auto;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.3;
  text-align: right;
  text-transform: lowercase;
  font-size: 13px;
  color: #C25656;
}

.form__field__hint {
  display: block;
  margin-top: 8px;
  line-height: 1.3;
  font-size: 13px;
  opacity: 0.5;
}

.form__field__checkbox {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 3px 0 0 36px;
  font-size: 13px;
}

.form__field__checkbox .checkbox {
  position: absolute;
  top: 0;
  left: 0;
}



.form._loading {
  position: relative;
}

.form._loading::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  background-color: rgba(255, 255, 255, .7);
  content: '';
}

.form._loading button[type="submit"] {
  z-index: 2;
  pointer-events: none;
}

.notifications-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(var(--header-height) + 20px) var(--layout-h-padding) 20px;
  width: 100%;
  max-width: 520px;
  height: 100%;
  pointer-events: none;
}

.notification {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 100%;
  background: #FEF0E3;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
  pointer-events: auto;
  font-size: 16px;
  -webkit-transition: opacity .3s ease, max-height .3s ease, font-size .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, max-height .3s ease, font-size .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease, max-height .3s ease, font-size .3s ease;
  transition: transform .3s ease, opacity .3s ease, max-height .3s ease, font-size .3s ease, -webkit-transform .3s ease;
}

.notification._hidden {
  -webkit-transform: translate(0, 50%) scale(.8);
  transform: translate(0, 50%) scale(.8);
  max-height: 0;
  opacity: 0;
  /*font-size: 0;*/
}

.notification._no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* &._success {
        background-color: $accidentalColor;
        color: #FFF;
    } */

.notification._error {
  background-color: #1B2725;
  color: #C25656;
}

.notification p {
  margin: 1em 0 0;
}

.notification p:first-child {
  margin-top: 0;
}

.notification a {
  color: #EA4D5F;
}

.notification + .notification {
  margin-top: 20px;
}

.notification__wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px 20px 20px;
}

.notification__wrapper._icon {
  padding-left: 60px;
}

.notification__title {
  margin-bottom: 4px;
  font-weight: 600;
}

.notification__title > a {
  color: inherit;
}

.notification__title > a:hover {
  opacity: 0.7;
}

.notification__message > a {
  color: inherit;
}

.notification__message > a:hover {
  opacity: 0.7;
}

.notification__icon {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 28px;
  font-style: normal;
}

.notification__close-btn {
  padding: 0;
  background: transparent;
  border: 0;
  overflow: hidden;
  position: relative;
  display: block;
}

.notification__close-btn:before {
  display: block;
  margin-top: 100%;
  content: '';
}

.notification__close-btn > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.notification__close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 18px;
}

.notification__close-btn > svg {
  fill: #B7B7B8;
}

.button {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 16px;
  min-height: 50px;
  line-height: 50px;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #EA4D5F;
  border: 0;
  border-radius: 30px;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  -webkit-transition: background .3s ease, border .3s ease, color .3s ease;
  transition: background .3s ease, border .3s ease, color .3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.notouch .button:not([disabled]):not(._disabled):hover,
.notouch .button:not([disabled]):not(._disabled):active {
  opacity: 1;
  background: #D33042;
}

.button:not([disabled]):not(._disabled).second {
  background: #7F3F87;
}

.notouch .button:not([disabled]):not(._disabled).second:hover,
.notouch .button:not([disabled]):not(._disabled).second:active {
  opacity: 1;
  background: #57295C;
}

/* @media(--desktop) {
        padding: 0 50px;
    } */

.button:not([disabled]),
.button:not(._disabled),
.button:not(span) {
  cursor: pointer;
}

.button[disabled],
.button._disabled {
  /* background: #E0E4E8; */
  opacity: .3;
  cursor: default;
}

.button.size-small {
  min-height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.button.size-big {
  min-height: 45px;
}

.button.solid {
  background: transparent;
  color: #EA4D5F;
  border: 2px solid #EA4D5F;
  font-size: 12px;
  padding-left: 20px;
  padding-right: 20px;
}

._dark .button.solid {
  border-color: #FFF;
  color: #FFF;
}

.notouch .button.solid:not([disabled]):not(._selected):not(span):hover,
.notouch .button.solid:not([disabled]):not(._selected):not(span):active {
  background: transparent;
  border-color: #EA4D5F;
  color: #EA4D5F;
}

.button.solid.primary {
  color: #EA4D5F;
  border-color: currentColor;
}

.notouch .button.solid.primary:not([disabled]):not(._selected):not(span):hover,
.notouch .button.solid.primary:not([disabled]):not(._selected):not(span):active {
  color: #D33042;
  border-color: #D33042;
}

.button.solid[disabled] {
  color: #9C9D9E;
}

.button.solid._selected {
  border-color: #EA4D5F;
  background-color: #EA4D5F;
  color: #000;
}

.button > svg {
  display: inline-block;
  vertical-align: middle;
  stroke: currentColor;
  fill: currentColor;
}

.button .loader {
  display: none;
}

._loading .button .loader {
  display: inline-block;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

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

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

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47,0,.74,.71);
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

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

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

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

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

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

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

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

.fancybox-slide:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0;
}

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

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

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

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

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

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

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

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

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

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

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

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

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

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

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

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

.fancybox-iframe {
  vertical-align: top;
}

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

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

.fancybox-button {
  background: rgba(30,30,30,.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

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

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

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

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

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s,visibility 0s,color .25s;
  transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:hover svg,
.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

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

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

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

.fancybox-caption:after {
  border-bottom: 1px solid hsla(0,0%,100%,.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

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

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

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

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

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

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

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0,0,.25,1);
  transition-timing-function: cubic-bezier(0,0,.25,1);
}

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

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

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

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}

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

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

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

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

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-thumbs-x>ul {
  overflow: hidden;
}

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

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

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

.fancybox-thumbs>ul>li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0,0,0,.1);
}

.fancybox-thumbs>ul>li {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs>ul>li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all .2s cubic-bezier(.25,.46,.45,.94);
  transition: all .2s cubic-bezier(.25,.46,.45,.94);
  z-index: 99991;
}

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

.r-calendar {
  /* background-color: #eee;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    font: normal 15px Helvetica Neue, Helvetica, Arial, sans-serif;
    min-width: 280px;*/
  font-family: 'Myriad Pro';
  font-weight: 400;
}

.r-calendar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.r-calendar .r-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
}

.r-calendar .r-cell {
  background-color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.r-calendar .r-head {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.r-calendar .r-prev,
.r-calendar .r-next {
  background-color: #ffffff;
  cursor: pointer;
  outline: none;
}

.r-calendar .r-prev:before,
.r-calendar .r-next:before {
  position: relative;
  top: 0;
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: 0.2em solid #222222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.r-calendar .r-prev:before {
  border-left: 0.2em solid #222222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 0.3em;
}

.r-calendar .r-prev:hover:before {
  border-left-color: #ffffff;
  border-top-color: #ffffff;
}

.r-calendar .r-next:before {
  border-right: 0.2em solid #222222;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0.3em;
}

.r-calendar .r-next:hover:before {
  border-right-color: #ffffff;
  border-top-color: #ffffff;
}

.r-calendar .r-prev:hover,
.r-calendar .r-next:hover {
  background-color: #EA4D5F;
  /* border-radius: 50%; */
}

.r-calendar .r-title {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
  -ms-flex-preferred-size: max-content;
  flex-basis: max-content;
}

.r-calendar .r-weekdays {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.r-calendar .r-weekdays .r-cell {
  font-weight: bold;
}

.r-calendar .r-dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-flex: 6;
  -ms-flex-positive: 6;
  flex-grow: 6;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.r-calendar .r-dates.r-fix {
  -webkit-box-flex: 5;
  -ms-flex-positive: 5;
  flex-grow: 5;
}

.r-calendar .r-dates .r-row {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.r-calendar .r-dates .r-cell {
  background-color: #ffffff;
  border-radius: 20px;
}

.r-calendar .r-cell.r-date {
  cursor: pointer;
  outline: none;
}

.r-calendar .r-cell.r-date.r-today {
  position: relative;
}

.r-calendar .r-cell.r-date.r-today::after {
  position: absolute;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 6px;
  height: 6px;
  background: #EA4D5F;
  border-radius: 3px;
  content: '';
}

.r-calendar .r-cell.r-date.r-today.r-selected::after {
  background: #FFF;
}

/* .r-calendar .r-cell.r-date:not(.r-past):not(.r-unselectable):hover{
    background-color: #0066CC;
    border: solid 1px #0066CC;
    color: #ffffff;
} */

.r-calendar .r-cell.r-date.r-sunday {
  color: red;
}

.r-calendar .r-cell.r-date.r-selected {
  font-weight: bold;
  color: #FFF;
  background-color: #EA4D5F;
  border-radius: 50%;
}

.r-calendar .r-cell.r-date.r-highlight {
  font-weight: bold;
  color: #06c;
}

.dot-red {
  position: absolute;
  border-radius: 20px;
  height: 8px;
  width: 8px;
  border: 1px solid;
  background-color: red;
  bottom: 2px;
  left: 2px;
}

.dot-blue {
  position: absolute;
  border-radius: 20px;
  height: 8px;
  width: 8px;
  border: 1px solid;
  background-color: blue;
  bottom: 2px;
  left: 12px;
}

.r-calendar .r-cell.r-date.r-past,
.r-calendar .r-cell.r-date.r-unselectable {
  color: #999999;
  cursor: not-allowed;
}

.r-calendar .r-weeknum {
  color: #999999;
  font-size: 0.8em;
}

.r-calendar {
  position: relative;
  width: 100%;
}

.r-calendar:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.r-calendar .r-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.layout-header {
  position: fixed;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 15;
  width: 100%;
  background-color: #FFF;
  color: #363A3C;
  border-bottom: 1px solid #CED1D3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-transition: border .3s ease;
  transition: border .3s ease;
  --header-menu-v-padding: 14px;
}

/* .wrapper {
        max-width: none;
    } */

.layout-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: var(--header-menu-v-padding);
  padding-top: var(--header-menu-v-padding);
}

.layout-header__logo {
  width: 100px;
  fill: #000;
}

a.layout-header__logo:hover {
  opacity: .6;
}

.layout-header__menu-button {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
}

.layout-header__menu-button::before,
.layout-header__menu-button::after {
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: currentColor;
  content: '';
}

.layout-header__menu-button::before {
  -webkit-animation: ease .7s top-2 forwards;
  animation: ease .7s top-2 forwards;
}

.layout-header__menu-button::after {
  top: auto;
  bottom: 8px;
  -webkit-animation: ease .7s bottom-2 forwards;
  animation: ease .7s bottom-2 forwards;
}

.layout-header__menu-button.toggled::before {
  -webkit-animation: ease .7s top forwards;
  animation: ease .7s top forwards;
}

.layout-header__menu-button.toggled::after {
  -webkit-animation: ease .7s bottom forwards;
  animation: ease .7s bottom forwards;
}

.layout-header__menu {
  list-style: none inside;
  font-family: 'Montserrat';
}

.layout-header__menu__item {
  position: relative;
}

.layout-header__menu__item__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  background: transparent;
  border: 0;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: inherit;
  cursor: inherit;
  height: 100%;
  cursor: pointer;
}

a.layout-header__menu__item__button:hover {
  opacity: 0.6;
}

span.layout-header__menu__item__button {
  color: #EA4D5F;
  cursor: default;
}

.layout-header__menu__item__button.active {
  color: #EA4D5F;
}

/* @media(--desktop-large) {
                    padding: 0 24px;
                    font-size: 16px;
                } */

.layout-header__menu__item__button__bullet {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
  display: block;
  width: 8px;
  height: 3px;
  fill: #000;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.layout-header__menu__item.opened .layout-header__menu__item__button__bullet {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

.layout-header__menu__item__menu {
  position: absolute;
  display: none;
  margin: 0;
  padding: 25px 30px 20px 20px;
  width: 236px;
  list-style: none inside;
  background-color: #FFF;
  border-radius: 18px;
  -webkit-box-shadow: 0px 18px 40px -14px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 18px 40px -14px rgba(0, 0, 0, 0.49);
}

.layout-header__menu__item:hover > .layout-header__menu__item__menu {
  display: block;
  -webkit-animation: submenu-open .1s ease 0s 1 normal backwards;
  animation: submenu-open .1s ease 0s 1 normal backwards;
}

.layout-header__menu__item__menu > li > a,
.layout-header__menu__item__menu > li > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 34px;
  /* height: 40px; */
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #4B5E68;
}

._dark .layout-header__menu__item__menu > li > a,
._dark .layout-header__menu__item__menu > li > span {
  color: inherit;
}

.layout-header__menu__item__menu > li > span {
  color: #EA4D5F;
}

.layout-header__side {
  font-size: 0;
}

.layout-header__side__action-button {
  min-height: 30px;
  line-height: 30px;
  vertical-align: middle;
}

.layout-header__side__action-button .mq-desktop {
  display: none;
}

.layout-header__side__language-button {
  display: none !important;
  margin-right: 26px;
}

.header-pusher {
  height: var(--header-height);
}

@-webkit-keyframes submenu-open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes submenu-open {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    top: 22px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    top: 22px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    top: 12px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@-webkit-keyframes top-2 {
  0% {
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    top: 22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    top: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes top-2 {
  0% {
    top: 22px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  50% {
    top: 22px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    top: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    bottom: 22px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    bottom: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    bottom: 22px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    bottom: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

@-webkit-keyframes bottom-2 {
  0% {
    bottom: 22px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  50% {
    bottom: 22px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    bottom: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 22px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  50% {
    bottom: 22px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    bottom: 8px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.layout-footer {
  margin-top: 60px;
  overflow: hidden;
  position: relative;
  padding: 0;
  line-height: 1.2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
  font-feature-settings: 'pnum' on, 'lnum' on;
  color: #000;
}

.layout-footer__main {
  padding-top: 30px;
  border-top: 1px solid #D8D8D8;
}

/* display: flex;
        flex-direction: row;
        justify-content: space-between; */

.layout-footer__main__nav {
  -webkit-column-gap: var(--layout-column-gap);
  -moz-column-gap: var(--layout-column-gap);
  column-gap: var(--layout-column-gap);
}

.layout-footer__main__nav > a,
.layout-footer__main__nav > span {
  display: inline-block;
  font-family: 'Montserrat';
  font-size: 16px;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

.notouch .layout-footer__main__nav > a:hover {
  color: #EA4D5F;
}

.layout-footer__main__nav > span {
  color: #EA4D5F;
  cursor: default;
}

.layout-footer__main__logos {
  padding-bottom: 20px;
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout-footer__main__logos > div {
  width: 100%;
}

.layout-footer__main__logos__item {
  /* @add-mixin column 2; */
  display: inline-block;
  margin-left: var(--layout-column-gap);
  vertical-align: middle;
}

.layout-footer__main__logos__item:first-child {
  margin-left: 0;
}

.layout-footer__main__logos__item:nth-child(n+3) {
  margin-top: calc(var(--layout-column-gap)/2);
}

.layout-footer__main__logos__item__logo.maketmoskvy-logo {
  width: 122px;
}

.layout-footer__main__logos__item__logo.mosgradexpo-logo {
  text-transform: uppercase;
  font-family: 'Roboto Condensed Medium';
  font-size: 24px;
}

.layout-footer__contacts {
  display: block;
  padding-bottom: 20px;
  color: #676977;
}

.layout-footer__bottom__wrapper {
  padding-bottom: 30px;
  padding-top: 24px;
  border-top: 1px solid #CED1D3;
}

.layout-footer__bottom__links__stores {
  font-size: 0;
}

.layout-footer__bottom__links__stores__item {
  display: inline-block;
}

.layout-footer__bottom__links__stores__item:nth-child(n+2) {
  margin-left: 10px;
}

.layout-footer__bottom__links__stores__item.google-play {
  width: 101px;
}

.layout-footer__bottom__links__stores__item.apple-store {
  width: 89px;
}

.layout-footer__bottom__links__socials {
  display: block;
}

.layout-footer__bottom__logo {
  width: 106px;
  fill: #C3C9CC;
}

.layout-footer._dark .layout-footer__bottom__logo {
  fill: #676977;
}

.layout-footer__bottom__copyright {
  color: #676977;
}

.layout-footer__bottom__copyright a {
  text-decoration: underline;
  text-decoration-thickness: .5px;
  color: #EA4D5F;
}

.loader,
.loader::after {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.loader {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load9 1.1s infinite linear;
  animation: load9 1.1s infinite linear;
}

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

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

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

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

.musthead {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/5;
  min-width: 100%;
  max-height: 400px;
}

.musthead::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(24.48%, #000000), color-stop(89.69%, rgba(0, 0, 0, 0.28)));
  background: linear-gradient(90deg, #000000 24.48%, rgba(0, 0, 0, 0.28) 89.69%);
  opacity: 0.33;
  content: '';
}

.musthead__background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.musthead__background > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.musthead__wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  height: -webkit-fill-available;
}

.musthead__content {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #FFF;
}

.musthead__content__title {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.musthead__content__title > span {
  display: block;
  line-height: 1.1;
  font-size: 28px;
}

.musthead__content__button-wrapper {
  margin-top: 30px;
  width: 100%;
  max-width: 234px;
}

.musthead__content .decorator-pattern {
  position: absolute;
  top: 50%;
  left: calc(var(--layout-h-padding)*-1);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1;
  /* background: blue; */
  opacity: .9;
  width: calc(var(--layout-column-width)*12 + var(--layout-column-gap)*11);
}

.headline {
  overflow: hidden;
  position: relative;
  background: #F8AD3C;
  color: #FFF;
}

.headline__decorator {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  display: block;
  min-width: 148px;
  max-width: 297px;
  background: url('/img/headline/decorator-2.png') no-repeat center / contain;
}

body.no-webp .headline__decorator,
body.no-js .headline__decorator {
  background-image: url('/img/headline/decorator-2.png') no-repeat center / contain;
}

body.webp .headline__decorator {
  background-image: url('/img/headline/decorator-2.webp') no-repeat center / contain;
}

.headline__decorator::before {
  display: block;
  margin-top: 85.1%;
  content: '';
}

.headline__wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 30px;
  padding-top: 30px;
  min-height: 166px;
}

.headline__date {
  font-size: 16px;
  margin-bottom: 8px;
}

.headline__title {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 36px;
}

.headline__date + .headline__title {
  font-size: 20px;
}

.mos-department-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  max-width: 155px;
}

.mos-department-logo__sign {
  display: inline-block;
  width: 49px;
}

.mos-department-logo__label {
  display: inline-block;
  margin-left: 8px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed Medium';
  font-size: 10px;
  font-weight: 500;
}

.arrow-button {
  padding: 0;
  background: transparent;
  border: 0;
  overflow: hidden;
  position: relative;
  width: 36px;
}

.arrow-button::before {
  display: block;
  margin-top: 100%;
  content: '';
}

.arrow-button__icon {
  overflow: hidden;
  position: relative;
  display: block;
}

.arrow-button__icon:before {
  display: block;
  margin-top: 44%;
  content: '';
}

.arrow-button__icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.arrow-button__icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.arrow-button__icon > svg {
  fill: currentColor;
}

.arrow-button.next .arrow-button__icon > svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.arrow-link {
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding-right: 38px;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #EA4D5F;
}

.arrow-link__icon {
  overflow: hidden;
  position: relative;
  display: block;
}

.arrow-link__icon:before {
  display: block;
  margin-top: 35.4%;
  content: '';
}

.arrow-link__icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.arrow-link__icon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
}

/* transition: transform .3s ease; */

.arrow-link__icon > svg {
  fill: currentColor;
}

:hover > .arrow-link__icon {
  /* transform: translate(20%, -50%); */
  -webkit-animation: arrow-link-hover .2s 1 ease .2s;
  animation: arrow-link-hover .2s 1 ease .2s;
}

@-webkit-keyframes arrow-link-hover {
  0% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  100% {
    -webkit-transform: translate(60%, -50%);
    transform: translate(60%, -50%);
  }
}

@keyframes arrow-link-hover {
  0% {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  100% {
    -webkit-transform: translate(60%, -50%);
    transform: translate(60%, -50%);
  }
}

.gallery {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: var(--layout-column-gap);
}

.gallery figure {
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.gallery figure::before {
  display: block;
  margin-top: 56.25%;
  content: '';
}

.gallery figure:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery figure:nth-child(9n - 1) {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery figure a {
  display: block;
}

.gallery figure img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.schedual__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 3px;
  width: 100%;
  height: 34px;
  background: #F8F8F8;
  border-radius: 17px;
}

.schedual__nav__button {
  display: block;
  width: 50%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: transparent;
  border: 0;
  font-size: 14px;
  color: #9B9B9B;
  outline: none;
  cursor: pointer;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.notouch .schedual__nav__button:not(.active):hover {
  color: #000;
}

.schedual__nav__button.active {
  background: #FFF;
  border-radius: 14px;
  color: #715ABE;
}

.schedual__title {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.schedual__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.schedual__list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 15px;
  min-height: 82px;
}

.schedual__list__item:first-child {
  margin-top: 0;
}

.schedual__list__item:last-child {
  min-height: auto;
}

.schedual__list__item:last-child::before {
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 11a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm0 2a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13Z' fill='%23EA4D5F'/%3E%3C/svg%3E");
}

.schedual__list__item::before {
  position: absolute;
  top: 3px;
  left: calc(33.33333% - 7.66667px);
  display: block;
  width: 13px;
  height: 79px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='79' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.5 11a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm0 2a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13ZM7 26a1 1 0 0 1 1 1v1.063a1 1 0 1 1-2 0V27a1 1 0 0 1 1-1Zm0 7.438a1 1 0 0 1 1 1v2.124a1 1 0 1 1-2 0v-2.124a1 1 0 0 1 1-1Zm0 8.5a1 1 0 0 1 1 1v2.124a1 1 0 1 1-2 0v-2.124a1 1 0 0 1 1-1Zm0 8.5a1 1 0 0 1 1 1v2.124a1 1 0 1 1-2 0v-2.124a1 1 0 0 1 1-1Zm0 8.5a1 1 0 0 1 1 1v2.124a1 1 0 1 1-2 0v-2.124a1 1 0 0 1 1-1Zm0 8.5a1 1 0 0 1 1 1v2.124a1 1 0 1 1-2 0v-2.124a1 1 0 0 1 1-1Zm0 8.5a1 1 0 0 1 1 1V78a1 1 0 1 1-2 0v-1.063a1 1 0 0 1 1-1Z' fill='%23EA4D5F'/%3E%3C/svg%3E");
  content: '';
}

.schedual__list__item__time {
  width: calc(33.33333% - 3.33333px);
  line-height: 1.2;
  text-align: center;
  font-family: Montserrat;
}

.schedual__list__item__name {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10%;
  width: calc(66.66667% - 6.66667px);
  line-height: 1.2;
  text-align: left;
}

.schedual__list__item__name__colored {
  color: #EA4D5F;
}

.schedual__list__item__name .time {
  position: relative;
  top: -4px;
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 2px 5px 2px 5px;
  border: 1px solid #EA4D5F;
  border-radius: 25px;
}

.selectize {
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  line-height: 1.3;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectize._disabled {
  pointer-events: none;
  opacity: .5;
}

.selectize__select {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 4;
  opacity: 0;
}

.selectize__value {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 32px 0 14px;
  width: 100%;
  height: 100%;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: transparent;
  border: 1px solid #BEC5D1;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  -webkit-transition: border .3s, color .3s;
  transition: border .3s, color .3s;
  /*.selectize:not(._opened)._selected & {
            border-color: $accidentalColor;
        }*/
}

.selectize._disabled .selectize__value {
  background: #FFF;
}

.selectize._opened .selectize__value {
  color: #EA4D5F;
}

.selectize__placeholder {
  font-weight: 500;
  /*.selectize._disabled {
            color: red;
        }*/
}

.selectize__bullet-top,
.selectize__bullet-bottom {
  position: absolute;
  right: 13px;
  display: block;
  width: 13px;
  height: 7px;
  fill: #CE99A2;
  -webkit-transition: fill .3s, -webkit-transform .3s ease .1s;
  transition: fill .3s, -webkit-transform .3s ease .1s;
  transition: transform .3s ease .1s, fill .3s;
  transition: transform .3s ease .1s, fill .3s, -webkit-transform .3s ease .1s;
  /* .selectize._disabled & {
            fill: $accidentalColor;
        } */
  /* .selectize:not(._disabled, ._opened)._selected & {
            fill: $whiteColor;
        } */
}

.selectize__bullet {
  overflow: hidden;
  position: relative;
  display: block;
}

.selectize__bullet:before {
  display: block;
  margin-top: 88%;
  content: '';
}

.selectize__bullet > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.selectize__bullet {
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 10px;
  color: #71777D;
  -webkit-transition: -webkit-transform .25s ease;
  transition: -webkit-transform .25s ease;
  transition: transform .25s ease;
  transition: transform .25s ease, -webkit-transform .25s ease;
}

.selectize:not(._disabled)._opened .selectize__bullet {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}

.selectize__bullet > svg {
  fill: currentColor;
}

.selectize__dropdown {
  overflow: hidden;
  position: absolute;
  top: 56px;
  left: 0;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 2px;
  padding: 0;
  width: 100%;
  z-index: 2;
  background: white;
  border: 1px solid #F0F2F3;
  border-radius: 10px;
  -webkit-box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 18px 25px rgba(0, 0, 0, 0.13);
}

.selectize._opened > .selectize__dropdown {
  display: block;
}

.selectize__dropdown-wrapper {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  scroll-behavior: smooth;
  /* scroll-snap-type: x mandatory; */
  /* &::-webkit-scrollbar {
            display: none;
            font-size: 0;
        } */
}

.selectize__list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: none;
}

.selectize__list__item {
  position: relative;
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 100%;
  cursor: default;
}

.selectize__list__item:hover {
  background: #F3F2F0;
}

.selectize__list__item > span {
  display: table-cell;
  vertical-align: middle;
  min-height: 60px;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: #EA4D5F;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: #EA4D5F;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #FFF;
  position: relative;
}

.jspDrag {
  position: relative;
  top: 0;
  left: 0;
  background: #EA4D5F;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */

* html .jspCorner {
  margin: 0 -3px 0 0;
}

/* Slider */

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

.shout-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #FFF;
}

.shout-info__item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 16px;
  width: calc(50% - 5px);
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 12px;
}

.shout-info__item.w100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 14px;
  width: 100%;
}

.shout-info__item__icon {
  width: 44px;
  margin-right: 12px;
}

.shout-info__item__title {
  display: block;
  font-family: 'Montserrat';
  font-size: 44px;
  font-weight: 500;
  color: #F8AD3C;
}

.shout-info__item__title--smaller {
  font-size: 24px;
}

.shout-info__item__title > span {
  font-size: 30px;
}

.shout-info__item__description {
  display: block;
  margin: 0;
  font-size: 14px;
}

.wisiwyg-container {
  line-height: 1.3;
}

.wisiwyg-container > p {
  margin: 1em 0 0;
}

.wisiwyg-container *:first-child {
  margin-top: 0;
}

.wisiwyg-container h1,
.wisiwyg-container h2,
.wisiwyg-container h3,
.wisiwyg-container h4,
.wisiwyg-container h5,
.wisiwyg-container h6 {
  margin: 1em 0;
  font-weight: 600;
}

.wisiwyg-container h1 {
  display: block;
  line-height: 1.1;
  font-size: 46px;
  font-weight: 600;
}

.wisiwyg-container h2 {
  font-size: 24px;
}

.wisiwyg-container h3 {
  font-size: 20px;
}

.wisiwyg-container h4 {
  font-size: 20px;
}

.wisiwyg-container h5 {
  font-size: 18px;
}

.wisiwyg-container h6 {
  font-size: 16px;
  font-weight: 600;
}

.wisiwyg-container > ul {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}

.wisiwyg-container > ul > li {
  position: relative;
  margin: 16px 0 0;
  padding: 0 0 0 18px;
}

.wisiwyg-container > ul > li::before {
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #EA4D5F;
  content: '';
}

.wisiwyg-container > ul > li > strong {
  color: #EA4D5F;
}

.wisiwyg-container figure {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}

.wisiwyg-container figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.wisiwyg-container figure iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wisiwyg-container > figure {
  position: relative;
  margin: 24px auto;
  text-align: center;
  left: calc(var(--layout-h-padding)*-1);
  width: calc(100% + var(--layout-h-padding)*2);
}

.wisiwyg-container > figure:first-child {
  margin-top: 0;
}

.wisiwyg-container > figure figcaption {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 26px auto;
  padding: 0 5%;
  max-width: 600px;
  line-height: 1.2;
  text-align: center;
  font-size: 15px;
}

.wisiwyg-container img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.wisiwyg-container video {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.wisiwyg-container .iframe-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}

.wisiwyg-container .iframe-wrapper__push {
  display: block;
}

.wisiwyg-container .iframe-wrapper > iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.wisiwyg-container .frame {
  position: relative;
  width: 100%;
  background: #FFF;
}

.wisiwyg-container .frame__wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.wisiwyg-container .frame .table-wrapper::before,
.wisiwyg-container .frame .table-wrapper::after {
  color: #FFF;
}

.wisiwyg-container .frame__caption {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 5% 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.wisiwyg-container hr {
  display: block;
  clear: both;
  margin: 50px 0;
  margin-bottom: min(max(4.5%, 20px), 50px);
  margin-top: min(max(4.5%, 20px), 50px);
  height: 0;
  border-top: 1px solid #E1E4E5;
}

.wisiwyg-container > .columns {
  display: grid;
}

.wisiwyg-container > .columns > div > p,
.wisiwyg-container > .columns > div h1,
.wisiwyg-container > .columns > div h2,
.wisiwyg-container > .columns > div h3,
.wisiwyg-container > .columns > div h4,
.wisiwyg-container > .columns > div h5,
.wisiwyg-container > .columns > div h6 {
  max-width: 600px;
}

.excurtion-register {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border: 1px solid #CFDAE6;
  border-radius: 20px;
}

.excurtion-register__steps__item__header {
  padding-bottom: 12px;
}

.excurtion-register__steps__item__header__title {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.excurtion-register__steps__item__header__title > span {
  color: #EA4D5F;
}

.excurtion-register__steps__item__header__nav {
  text-align: center;
  font-size: 0;
}

.excurtion-register__steps__item__header__nav__item {
  padding: 0;
  background: transparent;
  border: 0;
  overflow: hidden;
  position: relative;
  display: inline-block;
  height: 24px;
  width: 38px;
  margin-left: 4px;
  margin-right: 4px;
  text-indent: -9999px;
}

.excurtion-register__steps__item__header__nav__item:first-child {
  margin-left: 0;
}

.excurtion-register__steps__item__header__nav__item:last-child {
  margin-right: 0;
}

.excurtion-register__steps__item__header__nav__item.active::before {
  background-color: #EA4D5F;
}

.excurtion-register__steps__item__header__nav__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #B7B7B8;
  border-radius: 2px;
  content: '';
}

.excurtion-register__steps__item__main {
  font-size: 16px;
}

.excurtion-register__steps__item__main__title {
  display: block;
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.excurtion-register__steps__item__main.choose-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.excurtion-register__steps__item__main.choose-time > button {
  display: block;
  margin-top: 8px;
  margin-right: 6px;
  padding-left: 14px;
  padding-right: 14px;
  width: calc(25% - 4.5px);
  height: 38px;
  min-height: auto;
  line-height: 1;
  text-align: center;
  border-width: 1px;
  border-color: #E0E4E8;
  font-weight: 400;
  color: #000;
}

.excurtion-register__steps__item__main.choose-time > button[disabled] {
  border-color: #F6F7F8;
}

.excurtion-register__steps__item__main.choose-time > button:nth-child(-n+4) {
  margin-top: 0;
}

.excurtion-register__steps__item__main.choose-time > button:nth-child(4n) {
  margin-right: 0;
}

.excurtion-register__steps__item__main.choose-time > button.active {
  border-color: #EA4D5F;
  color: #EA4D5F;
}

.excurtion-register__steps__item__main.success {
  text-align: center;
}

.excurtion-register__steps__item__main.success > svg {
  display: block;
  margin: 0 auto 10px;
  width: 72px;
  height: 72px;
}

.excurtion-register__steps__item__main .r-calendar {
  font-size: 14px;
}

.excurtion-register__steps__item__main.personal-data .personal-data__warning {
  text-align: center;
  font-size: 14px;
  color: #5A5F63;
}

.excurtion-register__steps__item__main.personal-data .personal-data__warning a {
  text-decoration: underline;
  text-decoration-thickness: .5px;
  color: #EA4D5F;
}

.excurtion-register__steps__item__footer {
  margin-top: 24px;
}

.excurtion-register__steps__item__footer > button {
  display: block;
  width: 100%;
}

.promo-tape {
  overflow: hidden;
  position: relative;
  background: #F8AD3C;
  color: #FFF;
  /* &__decorator {

        @media(--tablet) {
        }

        > img {
            display: block;
            width: 100%;
        }
    } */
}

.promo-tape__decorator.type1 {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  display: block;
  width: 50%;
  max-width: 598px;
  background: url('/img/promo-tape/decorator-1.png') no-repeat center / contain;
}

body.no-webp .promo-tape__decorator.type1,
body.no-js .promo-tape__decorator.type1 {
  background-image: url('/img/promo-tape/decorator-1.png') no-repeat center / contain;
}

body.webp .promo-tape__decorator.type1 {
  background-image: url('/img/promo-tape/decorator-1.webp') no-repeat center / contain;
}

.promo-tape__decorator.type1::before {
  display: block;
  margin-top: 60.2%;
  content: '';
}

.promo-tape__content {
  padding-bottom: 33px;
  padding-top: 33px;
  /* padding: 80px * 44px; */
  width: 250px;
}

.promo-tape__content.dark {
  color: #000;
}

.promo-tape__content__title {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
  /* @media(--desktop-middle) {
                font-size: 72px;
            } */
}

.promo-tape__content__subtitle {
  display: block;
  margin-top: 12px;
  font-size: 20px;
}

.promo-tape__content__text {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}

.promo-tape__content__button-wrapper {
  margin-top: 20px;
}

.feedback-form {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 33px 24px 72px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 18px 40px -14px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 18px 40px -14px rgba(0, 0, 0, 0.11);
}

.feedback-form__decorator {
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  display: block;
  width: 30%;
  max-width: 296px;
  background: url('/img/feedback-form/decorator.png') no-repeat center / contain;
  pointer-events: none;
}

body.no-webp .feedback-form__decorator,
body.no-js .feedback-form__decorator {
  background-image: url('/img/feedback-form/decorator.png') no-repeat center / contain;
}

body.webp .feedback-form__decorator {
  background-image: url('/img/feedback-form/decorator.webp') no-repeat center / contain;
}

.feedback-form__decorator::before {
  display: block;
  margin-top: 61.8%;
  content: '';
}

.feedback-form__title {
  margin-bottom: 12px;
  font-size: 28px;
}

.feedback-form__content {
  display: block;
}

.feedback-form__content__info {
  z-index: 1;
  line-height: 1.2;
  font-size: 16px;
  color: #676977;
}

.feedback-form__content__info a {
  background-color: #FFF;
  color: #EA4D5F;
  text-decoration: underline;
  text-decoration-thickness: .5px;
}

.feedback-form__content__fields {
  position: relative;
  display: block;
  margin-top: 18px;
}

.feedback-form__content__fields__row {
  margin-top: 14px;
}

.feedback-form__content__fields__row:first-child {
  margin-top: 0;
}

.feedback-form__content__fields__row._agreement {
  margin-top: 30px;
}

.feedback-form__content__fields__row._submit {
  margin-top: 22px;
  text-align: right;
}



.feedback-form__content__fields__field {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.feedback-form__content__fields__field > input,
.feedback-form__content__fields__field > textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 14px;
  width: 100%;
  height: 50px;
  background: #F7F7F7;
  border: 1px solid #E0E4E8;
  border-radius: 5px;
  font-size: 14px;
  resize: none;
  -webkit-transition: background .2s ease;
  transition: background .2s ease;
}

.is-error.feedback-form__content__fields__field > input,
.is-error.feedback-form__content__fields__field > textarea {
  border-bottom-color: #C25656 !important;
}

.feedback-form__content__fields__field > input:focus,
.feedback-form__content__fields__field > textarea:focus {
  background: #FFF;
}

/* border-color: $accidentalColor; */

.feedback-form__content__fields__field > input:focus::-webkit-input-placeholder,
.feedback-form__content__fields__field > textarea:focus::-webkit-input-placeholder {
  color: #C6C6C6;
}

.feedback-form__content__fields__field > input:focus::-moz-placeholder,
.feedback-form__content__fields__field > textarea:focus::-moz-placeholder {
  color: #C6C6C6;
}

.feedback-form__content__fields__field > input:focus:-ms-input-placeholder,
.feedback-form__content__fields__field > textarea:focus:-ms-input-placeholder {
  color: #C6C6C6;
}

.feedback-form__content__fields__field > input:focus::-ms-input-placeholder,
.feedback-form__content__fields__field > textarea:focus::-ms-input-placeholder {
  color: #C6C6C6;
}

.feedback-form__content__fields__field > input:focus::placeholder,
.feedback-form__content__fields__field > textarea:focus::placeholder {
  color: #C6C6C6;
}

.feedback-form__content__fields__field > input::-webkit-input-placeholder,
.feedback-form__content__fields__field > textarea::-webkit-input-placeholder {
  color: #000;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.feedback-form__content__fields__field > input::-moz-placeholder,
.feedback-form__content__fields__field > textarea::-moz-placeholder {
  color: #000;
  -moz-transition: color .2s ease;
  transition: color .2s ease;
}

.feedback-form__content__fields__field > input:-ms-input-placeholder,
.feedback-form__content__fields__field > textarea:-ms-input-placeholder {
  color: #000;
  -ms-transition: color .2s ease;
  transition: color .2s ease;
}

.feedback-form__content__fields__field > input::-ms-input-placeholder,
.feedback-form__content__fields__field > textarea::-ms-input-placeholder {
  color: #000;
  -ms-transition: color .2s ease;
  transition: color .2s ease;
}

.feedback-form__content__fields__field > input::placeholder,
.feedback-form__content__fields__field > textarea::placeholder {
  color: #000;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.feedback-block._dark .feedback-form__content__fields__field > input::-webkit-input-placeholder,
.feedback-block._dark .feedback-form__content__fields__field > textarea::-webkit-input-placeholder {
  color: #FFF;
}

.feedback-block._dark .feedback-form__content__fields__field > input::-moz-placeholder,
.feedback-block._dark .feedback-form__content__fields__field > textarea::-moz-placeholder {
  color: #FFF;
}

.feedback-block._dark .feedback-form__content__fields__field > input:-ms-input-placeholder,
.feedback-block._dark .feedback-form__content__fields__field > textarea:-ms-input-placeholder {
  color: #FFF;
}

.feedback-block._dark .feedback-form__content__fields__field > input::-ms-input-placeholder,
.feedback-block._dark .feedback-form__content__fields__field > textarea::-ms-input-placeholder {
  color: #FFF;
}

.feedback-block._dark .feedback-form__content__fields__field > input::placeholder,
.feedback-block._dark .feedback-form__content__fields__field > textarea::placeholder {
  color: #FFF;
}

.feedback-form__content__fields__field > textarea {
  height: auto;
  padding-bottom: 4px;
  min-height: 80px;
}

.feedback-form__content__success {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  -webkit-animation-name: success-show-animation;
  animation-name: success-show-animation;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.feedback-form__content__success__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: calc(var(--layout-column-gap)*2) var(--layout-column-gap);
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border: 1px solid #CFDAE6;
  border-radius: 20px;
}

.feedback-form__content__success__icon {
  position: relative;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
  font-style: normal;
}

.feedback-form__content__success__icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  fill: #EA4D5F;
}

.feedback-form__content__success__title {
  margin: 10px 0;
  display: block;
  line-height: 1.1;
  font-size: 24px;
  font-weight: 600;
}

.feedback-form__content__success__subtitle {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 400;
}

@-webkit-keyframes success-show-animation {
  0% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes success-show-animation {
  0% {
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.language-button {
  display: inline-block;
}

.language-button__icon {
  overflow: hidden;
  position: relative;
  display: block;
}

.language-button__icon:before {
  display: block;
  margin-top: 100%;
  content: '';
}

.language-button__icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.language-button__icon {
  display: inline-block;
  width: 38px;
  vertical-align: middle;
}

.language-button__label {
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  color: #000;
}

.decorator-pattern {
  position: relative;
  pointer-events: none;
}

.decorator-pattern::before {
  display: block;
  margin-top: 42.2%;
  content: '';
}

.decorator-pattern > i {
  overflow: hidden;
  position: absolute;
  -webkit-transform: scale(.7);
  transform: scale(.7);
  -webkit-animation-name: decorator-pattern-item-animation;
  animation-name: decorator-pattern-item-animation;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.decorator-pattern > i > span {
  display: block;
}

.decorator-pattern > i:nth-child(1) {
  background: #F7AD3A;
  z-index: 4;
  opacity: 0;
}

.decorator-pattern > i:nth-child(2) {
  background: #E7521D;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
  z-index: 3;
}

.decorator-pattern > i:nth-child(3) {
  background: #842081;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  z-index: 2;
}

.decorator-pattern > i:nth-child(4) {
  background: #243264;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  z-index: 1;
}

@-webkit-keyframes decorator-pattern-item-animation {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes decorator-pattern-item-animation {
  0% {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.load-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.load-spinner div {
  -webkit-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
  -webkit-animation: loader-spinner 1.2s linear infinite;
  animation: loader-spinner 1.2s linear infinite;
  color: inherit;
  background: currentColor;
}

.load-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 29px;
  width: 5px;
  height: 14px;
  border-radius: 20%;
  background: inherit;
}

.load-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.load-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.load-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.load-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.load-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.load-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.load-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.load-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.load-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.load-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.load-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.load-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@-webkit-keyframes loader-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loader-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.socials {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.socials__item {
  position: relative;
  display: inline-block;
}

.socials__item:nth-child(n+2) {
  margin-left: 8px;
}

.socials__item__link {
  display: block;
  width: 29px;
  height: 29px;
}

.socials__item__link > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.cookie {
  position: fixed;
  bottom: 8px;
  left: 8px;
  right: 8px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 9;
  display: block;
  padding: 20px 14px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.35;
  font-size: 16px;
  border-radius: 18px;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.35);
  color: #676977;
  opacity: 1;
  -webkit-transition: opacity .25s ease, -webkit-transform .25s ease;
  transition: opacity .25s ease, -webkit-transform .25s ease;
  transition: opacity .25s ease, transform .25s ease;
  transition: opacity .25s ease, transform .25s ease, -webkit-transform .25s ease;
}

.cookie.hidden {
  opacity: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.cookie p a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  color: #EA4D5F;
}

.cookie__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.cookie__actions > .button:first-child {
  margin-left: clamp(10px, 7%, 40px);
}

.cookie__button-approve__icon {
  display: block;
  width: 15px;
  height: 12px;
  vertical-align: middle;
}

.main-page__musthead {
  /* overflow: hidden; */
  position: relative;
  background: gray;
  color: #FFF;
}

/* max-height: calc(100vh - var(--header-height));
        aspect-ratio: 1/1.2;

        @media(--desktop) {
            aspect-ratio: auto;
            height: calc(100vh - var(--header-height));
        } */

.main-page__musthead__navigation {
  position: absolute;
  top: 50px;
  z-index: 1;
  display: block;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.main-page__musthead__navigation__info {
  display: inline-block;
  margin-left: 40px;
  margin-right: 40px;
  vertical-align: middle;
  font-size: 0;
}

.main-page__musthead__navigation__current,
.main-page__musthead__navigation__total,
.main-page__musthead__navigation__slash {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 400;
}

.main-page__musthead__navigation__slash {
  margin: 0 20px;
  font-size: 0;
}

.main-page__musthead__navigation__slash > svg {
  display: block;
}

.main-page__musthead__navigation__button {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}

/* height: 100vh; */

.main-page__musthead__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.main-page__musthead__list__item {
  position: relative;
  height: 100%;
  background: none no-repeat center / cover;
}

.main-page__musthead__list__item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), color-stop(101.75%, rgba(0, 0, 0, 0.28)));
  background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.28) 101.75%);
  opacity: 0.52;
  content: '';
}

.main-page__musthead__list__item__background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  pointer-events: none;
}

.main-page__musthead__list__item__background > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-page__musthead__content {
  position: relative;
  z-index: 1;
  /* overflow: auto; */
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 132px 4%;
  /* aspect-ratio: 1/1.2; */
  width: 100%;
  /* height: 100%; */
  max-width: 930px;
}

.main-page__musthead__content .decorator-pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
  z-index: -1;
  /* background: blue; */
  opacity: .9;
  width: calc(var(--layout-column-width)*12 + var(--layout-column-gap)*11);
}

.main-page__musthead__title {
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
}

.main-page__musthead__subtitle {
  display: block;
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.main-page__musthead__button-wrapper {
  margin-top: 18px;
  text-align: center;
}

.main-page__musthead__button {
  display: inline-block;
  width: auto;
}

.main-page__musthead__scroll-icon {
  overflow: hidden;
  position: relative;
  display: block;
}

.main-page__musthead__scroll-icon:before {
  display: block;
  margin-top: 214%;
  content: '';
}

.main-page__musthead__scroll-icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.main-page__musthead__scroll-icon {
  position: absolute;
  bottom: 6.25%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 21px;
}

.main-page__musthead__scroll-icon > svg {
  fill: currentColor;
}

.touch .main-page__musthead__scroll-icon {
  display: none;
}

.main-page__welcome {
  color: #000;
}

.main-page__welcome__wrapper {
  position: relative;
  display: block;
  padding-bottom: 80px;
  padding-top: 50px;
}

.main-page__welcome__title {
  display: block;
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.main-page__welcome__title > span {
  color: #F8AD3C;
}

.main-page__welcome__text {
  display: block;
  line-height: 1.2;
  margin-top: 20px;
  font-size: 16px;
}

.main-page__welcome__text .arrow-link {
  margin-top: 20px;
}

.main-page__welcome__decorator {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 62%;
  max-width: 400px;
}

.main-page__facts {
  position: relative;
}

.main-page__facts__list__item {
  position: relative;
  min-height: 500px;
  aspect-ratio: 1/1.2;
  background: none no-repeat center / cover;
}

.main-page__facts__list__item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10.1%, #000000), color-stop(88.32%, rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #000000 10.1%, rgba(0, 0, 0, 0) 88.32%);
  opacity: 0.8;
  content: '';
}

.main-page__facts__content {
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(5%);
  transform: translateY(5%);
  opacity: 0;
  padding-bottom: 80px;
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  line-height: 1.6;
  font-family: 'Myriad Pro';
  font-size: 18px;
  -webkit-transition: opacity .4s ease .1s, -webkit-transform .4s ease .1s;
  transition: opacity .4s ease .1s, -webkit-transform .4s ease .1s;
  transition: opacity .4s ease .1s, transform .4s ease .1s;
  transition: opacity .4s ease .1s, transform .4s ease .1s, -webkit-transform .4s ease .1s;
}

.slick-slide.slick-current .main-page__facts__content {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.main-page__facts__content__text {
  display: block;
  width: 100%;
  max-width: 450px;
  color: #FFF;
}

.main-page__facts__paginator-container {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: block;
  width: 100%;
}

.main-page__facts__paginator ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.main-page__facts__paginator ul > li {
  display: inline-block;
  margin-left: 20px;
}

.main-page__facts__paginator ul > li:first-child {
  margin-left: 0;
}

.main-page__facts__paginator ul > li.slick-active button {
  background: #EA4D5F;
}

.main-page__facts__paginator ul > li button {
  padding: 0;
  background: transparent;
  border: 0;
  display: block;
  width: 30px;
  height: 4px;
  text-indent: -1000px;
  background: #FFF;
  border-radius: 3px;
}

.main-page__facts__button {
  padding: 0;
  background: transparent;
  border: 0;
  overflow: hidden;
  position: absolute;
  display: block;
  background: #EA4D5F;
  color: #FFF;
}

.main-page__facts__button::before {
  display: block;
  margin-top: 100%;
  content: '';
}

.notouch .main-page__facts__button:hover {
  cursor: pointer;
}

.main-page__facts__button__icon {
  overflow: hidden;
  position: relative;
  display: block;
}

.main-page__facts__button__icon:before {
  display: block;
  margin-top: 214%;
  content: '';
}

.main-page__facts__button__icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.main-page__facts__button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}

.notouch .prev:hover .main-page__facts__button__icon {
  -webkit-animation: main-page-facts-button-prev-hover .3s 1 ease .2s;
  animation: main-page-facts-button-prev-hover .3s 1 ease .2s;
  cursor: pointer;
}

.notouch .next:hover .main-page__facts__button__icon {
  -webkit-animation: main-page-facts-button-next-hover .3s 1 ease .2s;
  animation: main-page-facts-button-next-hover .3s 1 ease .2s;
  cursor: pointer;
}

.main-page__facts__button__icon > svg {
  fill: currentColor;
}

.prev .main-page__facts__button__icon > svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-page__info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 50px 0 70px;
  list-style: none;
}

.main-page__info__list__item {
  width: 47%;
}

.main-page__info__list__item__icon {
  overflow: hidden;
  position: relative;
  display: block;
}

.main-page__info__list__item__icon:before {
  display: block;
  margin-top: 100%;
  content: '';
}

.main-page__info__list__item__icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.main-page__info__list__item__icon {
  display: block;
  margin: 0 auto 12px;
  width: 66px;
}

.main-page__info__list__item__icon > svg {
  fill: currentColor;
}

.main-page__info__list__item__title {
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 36px;
}

.main-page__info__list__item__subtitle {
  display: block;
  margin-top: 12px;
  width: 100%;
  line-height: 1;
  text-align: center;
}

.main-page__quiz {
  overflow: hidden;
  position: relative;
  background: #F8AD3C;
  color: #FFF;
  /* &__decorator {

            @media(--tablet) {
            }

            > img {
                display: block;
                width: 100%;
            }
        } */
}

.main-page__quiz__decorator {
  position: relative;
  overflow: hidden;
  width: 88%;
}

.main-page__quiz__decorator::before {
  display: block;
  margin-top: 59%;
  content: '';
}

.main-page__quiz__decorator > img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.main-page__quiz__content {
  padding-bottom: 44px;
  padding-top: 80px;
  width: 250px;
}

.main-page__quiz__content__title {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
}

.main-page__quiz__content__subtitle {
  display: block;
  margin-top: 12px;
  font-size: 20px;
}

.main-page__quiz__content__button-wrapper {
  margin-top: 20px;
  max-width: 250px;
}

.main-page__quiz__content .button {
  width: 100%;
}

.main-page__architectors {
  position: relative;
}

.main-page__architectors__content {
  padding: 60px 0;
}

.main-page__architectors__content__title {
  display: block;
  margin: 0;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.main-page__architectors__content__title > span {
  color: #F8AD3C;
}

.main-page__architectors__content__text {
  margin-top: 30px;
  line-height: 1.4;
  font-size: 16px;
}

.main-page__architectors__content__pictures {
  overflow: hidden;
  position: relative;
  display: block;
}

.main-page__architectors__content__pictures::before {
  display: block;
  margin-top: 84.6%;
  content: '';
}

.main-page__architectors__content__pictures > img {
  position: absolute;
  display: block;
  border-radius: 10px;
}

.main-page__architectors__content__pictures > img:nth-child(1) {
  top: 0;
  left: 41%;
  width: 18%;
}

.main-page__architectors__content__pictures > img:nth-child(2) {
  top: 26%;
  left: 0;
  width: 41%;
}

.main-page__architectors__content__pictures > img:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 52%;
}

.main-page__architectors__decorator {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  display: block;
  width: 80%;
  max-width: 400px;
}

.main-page__lightshow {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3/5;
  min-width: 100%;
  max-height: 600px;
}

.main-page__lightshow::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(10.1%, #000000), color-stop(88.32%, rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #000000 10.1%, rgba(0, 0, 0, 0) 88.32%);
  opacity: 0.54;
  content: '';
}

.main-page__lightshow__background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.main-page__lightshow__background > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main-page__lightshow__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.main-page__lightshow__content {
  position: relative;
  z-index: 1;
  width: 100%;
  color: #FFF;
}

.main-page__lightshow__content__title {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 400;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.main-page__lightshow__content__button-wrapper {
  margin-top: 30px;
  width: 100%;
  max-width: 234px;
}

.main-page__lightshow__content .decorator-pattern {
  position: absolute;
  top: 50%;
  left: calc(var(--layout-h-padding)*-1);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: -1;
  /* background: blue; */
  opacity: .9;
  width: calc(var(--layout-column-width)*12 + var(--layout-column-gap)*11);
}

.main-page__reviews {
  overflow: hidden;
  position: relative;
}

.main-page__reviews__wrapper {
  padding-bottom: 140px;
  padding-top: 34px;
}

.main-page__reviews__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 26px;
}

.main-page__reviews__header__title {
  display: block;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 20px;
}

.main-page__reviews__slider {
  position: relative;
}

.main-page__reviews__slider__list {
  /* display: inline-block;
                margin: 0;
                padding: 0;
                list-style: none;
                font-size: 0; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.main-page__reviews__slider__list .slick-track {
  /* display: flex;
                    flex-direction: row; */
  /* max-width: 300px; */
}

/* width: 100% !important; */

.main-page__reviews__slider__list .slick-slide {
  /* float: none; */
  /* display: inline-block; */
  padding-left: var(--layout-column-gap);
  /* @add-mixin max-width-in-column 12; */
  /* @media(--tablet) {
                        @add-mixin column 6;
                    } */
}

.main-page__reviews__slider__list__item {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  font-size: 16px;
  background: #FFF;
  border: 1px solid #CFDAE6;
  border-radius: 12px;
}

.main-page__reviews__slider__list__item__wrapper {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10% 10% calc(5% + 30px) calc(10% + 34px);
}

.main-page__reviews__slider__list__item__text {
  position: relative;
  margin-bottom: 20px;
  line-height: 1.3;
}

.main-page__reviews__slider__list__item__text:last-child {
  margin-bottom: 0;
}

.main-page__reviews__slider__list__item__text::before {
  position: absolute;
  top: 0;
  left: -34px;
  background: url("data:image/svg+xml,%3Csvg width='32' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m31.71 0 .097.184c-1.927.98-3.502 2.421-4.723 4.322-1.22 1.839-1.831 3.77-1.831 5.793 0 .306.032.552.096.736l.386.367c.193.062.45.123.771.184 1.67.245 2.988.95 3.952 2.115C31.486 14.805 32 16.153 32 17.747c0 1.778-.643 3.28-1.928 4.506C28.787 23.418 27.181 24 25.253 24c-2.185 0-3.952-.705-5.301-2.115-1.35-1.41-2.024-3.28-2.024-5.61 0-3.677 1.285-7.08 3.855-10.206 2.57-3.126 5.88-5.15 9.928-6.069ZM13.784 0l.097.184c-1.928.98-3.503 2.421-4.723 4.322-1.221 1.839-1.832 3.77-1.832 5.793 0 .306.032.552.097.736l.385.367c.193.062.45.123.771.184 1.671.245 2.988.95 3.952 2.115 1.028 1.104 1.542 2.452 1.542 4.046 0 1.778-.642 3.28-1.927 4.506C10.859 23.418 9.253 24 7.325 24c-2.184 0-3.952-.705-5.3-2.115C.674 20.475 0 18.605 0 16.275c0-3.677 1.285-7.08 3.855-10.206C6.425 2.943 9.735.919 13.783 0Z' fill='%23EA4D5F'/%3E%3C/svg%3E") no-repeat center / contain;
  display: block;
  width: 23px;
  height: 17px;
  content: '';
}

.main-page__reviews__slider__list__item__person {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.main-page__reviews__slider__list__item__city {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
}

.main-page__reviews__slider__button {
  padding: 0;
  background: transparent;
  border: 0;
  overflow: hidden;
  position: absolute;
  display: block;
  background: #EA4D5F;
  color: #FFF;
}

.main-page__reviews__slider__button::before {
  display: block;
  margin-top: 100%;
  content: '';
}

.notouch .main-page__reviews__slider__button:hover {
  cursor: pointer;
}

.main-page__reviews__slider__button.prev {
  left: 0;
}

.main-page__reviews__slider__button__icon {
  overflow: hidden;
  position: relative;
  display: block;
}

.main-page__reviews__slider__button__icon:before {
  display: block;
  margin-top: 214%;
  content: '';
}

.main-page__reviews__slider__button__icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.main-page__reviews__slider__button__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
}

.notouch .prev:hover .main-page__reviews__slider__button__icon {
  -webkit-animation: main-page-facts-button-prev-hover .3s 1 ease .2s;
  animation: main-page-facts-button-prev-hover .3s 1 ease .2s;
  cursor: pointer;
}

.notouch .next:hover .main-page__reviews__slider__button__icon {
  -webkit-animation: main-page-facts-button-next-hover .3s 1 ease .2s;
  animation: main-page-facts-button-next-hover .3s 1 ease .2s;
  cursor: pointer;
}

.main-page__reviews__slider__button__icon > svg {
  fill: currentColor;
}

.prev .main-page__reviews__slider__button__icon > svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-page__reviews__decorator {
  position: absolute;
  bottom: 0;
  right: 4%;
  z-index: -1;
  display: block;
  width: 62%;
  max-width: 400px;
}

.main-page__scheme {
  position: relative;
  padding-bottom: 60px;
  padding-top: 60px;
  background: #E8774F;
}

.main-page__scheme__wrapper {
  position: relative;
}

.main-page__scheme::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8%;
  max-width: 112px;
  height: 190px;
  background: #F7AD3A;
  content: '';
}

.main-page__scheme::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 150px;
  background: #842081;
  content: '';
}

.main-page__scheme__decorator {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 14.5%;
  width: 148px;
  height: 149px;
  background: url('/img/pages/main/scheme/decorator-3.png') no-repeat center / cover;
}

body.no-webp .main-page__scheme__decorator,
body.no-js .main-page__scheme__decorator {
  background-image: url('/img/pages/main/scheme/decorator-3.png') no-repeat center / cover;
}

body.webp .main-page__scheme__decorator {
  background-image: url('/img/pages/main/scheme/decorator-3.webp') no-repeat center / cover;
}

.main-page__scheme__footnotes-layer {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
  width: 100%;
  width: 100%;
  max-width: 400px;
  pointer-events: none;
}

.main-page__scheme__footnotes-layer::before {
  display: block;
  margin-top: 110.7%;
  content: '';
}

.main-page__scheme__footnote {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.main-page__scheme__footnote.onleft {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.main-page__scheme__footnote.onright {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.main-page__scheme__footnote[data-id="info_boards"] {
  top: 0%;
  left: -47%;
  width: 72.78%;
  min-width: 72.78%;
}

.main-page__scheme__footnote[data-id="info_boards"] > .main-page__scheme__footnote__picture {
  min-width: 55.6%;
}

.main-page__scheme__footnote[data-id="info_boards"] > .main-page__scheme__footnote__tail svg {
  top: 50.58%;
}

.main-page__scheme__footnote[data-id="videoscreen"] {
  top: 34.4%;
  left: -47.5%;
  width: 84.69%;
  min-width: 84.69%;
}

.main-page__scheme__footnote[data-id="videoscreen"] > .main-page__scheme__footnote__picture {
  min-width: 52.6%;
}

.main-page__scheme__footnote[data-id="videoscreen"] > .main-page__scheme__footnote__tail svg {
  top: 74.8%;
}

.main-page__scheme__footnote[data-id="exhibition_hall"] {
  top: 77.7%;
  left: -37.8%;
  width: 71.93%;
  width: 71.93%;
}

.main-page__scheme__footnote[data-id="exhibition_hall"] > .main-page__scheme__footnote__picture {
  min-width: 55.55%;
}

.main-page__scheme__footnote[data-id="exhibition_hall"] > .main-page__scheme__footnote__tail svg {
  top: 0;
  -webkit-transform: translateY(-44.89%);
  transform: translateY(-44.89%);
}

.main-page__scheme__footnote[data-id="entrance"] {
  top: 76.7%;
  left: 54.7%;
  width: 79.25%;
  width: 79.25%;
}

.main-page__scheme__footnote[data-id="entrance"] > .main-page__scheme__footnote__picture {
  min-width: 52%;
}

.main-page__scheme__footnote[data-id="entrance"] > .main-page__scheme__footnote__tail svg {
  top: 56%;
  fill: none;
}

.main-page__scheme__footnote[data-id="cameraview"] {
  top: 40.5%;
  left: 71.7%;
  width: 72.61%;
  width: 72.61%;
}

.main-page__scheme__footnote[data-id="cameraview"] > .main-page__scheme__footnote__picture {
  min-width: 45%;
}

.main-page__scheme__footnote[data-id="cameraview"] > .main-page__scheme__footnote__tail svg {
  top: 29.49%;
  fill: none;
}

.main-page__scheme__footnote[data-id="layout"] {
  top: 1%;
  left: 55.7%;
  width: 88.26%;
  width: 88.26%;
}

.main-page__scheme__footnote[data-id="layout"] > .main-page__scheme__footnote__picture {
  min-width: 43.55%;
}

.main-page__scheme__footnote[data-id="layout"] > .main-page__scheme__footnote__tail svg {
  top: auto;
  bottom: 0;
  fill: none;
}

.main-page__scheme__footnote__picture {
  position: relative;
}

.main-page__scheme__footnote__picture > img {
  display: block;
  width: 100%;
  border-radius: 15px;
}

.main-page__scheme__footnote__picture::before {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 8px 0;
  width: 100%;
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  content: attr(data-title);
}

.main-page__scheme__footnote__tail {
  position: relative;
  width: 100%;
}

.main-page__scheme__footnote__tail > svg {
  position: absolute;
  /* fill: $whiteColor; */
  fill: none;
}

.main-page__scheme__footnote__tail > svg > path {
  stroke-dasharray: 400 400;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: tail-draw;
  animation-name: tail-draw;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  /* animation-direction: alternate; */
  /* animation-timing-function: linear; */
}

.main-page__scheme__pin-layer {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  width: 100%;
  width: 100%;
  max-width: 400px;
  pointer-events: none;
}

.main-page__scheme__pin-layer::before {
  display: block;
  margin-top: 110.7%;
  content: '';
}

.main-page__scheme__pin {
  padding: 0;
  background: transparent;
  border: 0;
  overflow: hidden;
  position: relative;
  display: block;
}

.main-page__scheme__pin:before {
  display: block;
  margin-top: 100%;
  content: '';
}

.main-page__scheme__pin > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.main-page__scheme__pin {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
}

.main-page__scheme__tooltip {
  position: absolute;
  bottom: calc(100% + 6px);
  right: calc(100% + 6px);
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px;
  min-height: 25px;
  background: #FFF;
  border-radius: 9px;
  border-bottom-right-radius: 0;
}

.main-page__scheme__canvas {
  overflow: hidden;
  position: relative;
  display: block;
}

.main-page__scheme__canvas:before {
  display: block;
  margin-top: 110.7%;
  content: '';
}

.main-page__scheme__canvas > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.main-page__scheme__canvas {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
  background: url('/img/pages/main/scheme/scheme-canvas.png') no-repeat center / contain;
}

body.no-webp .main-page__scheme__canvas,
body.no-js .main-page__scheme__canvas {
  background-image: url('/img/pages/main/scheme/scheme-canvas.png') no-repeat center / contain;
}

body.webp .main-page__scheme__canvas {
  background-image: url('/img/pages/main/scheme/scheme-canvas.webp') no-repeat center / contain;
}

body.no-webp .main-page__scheme__canvas,
body.no-js .main-page__scheme__canvas {
  background-image: url('/img/pages/main/scheme/scheme-canvas.png') no-repeat center / contain;
}

body.webp .main-page__scheme__canvas {
  background-image: url('/img/pages/main/scheme/scheme-canvas.webp') no-repeat center / contain;
}

.main-page__map {
  padding: 40px 0 86px;
}

.main-page__map__wrapper {
  position: relative;
}

.main-page__map__canvas {
  overflow: hidden;
  max-height: 400px;
  border-radius: 20px;
  height: 80vh;
  /* &::before {
                display: block;
                margin-top: 120px;
                content: '';
            } */
}

.main-page__map__action-link {
  overflow: hidden;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 154px;
  height: 154px;
  background: url('/img/pages/main/map/action-link.jpg') no-repeat center / cover;
  border-radius: 50%;
}

body.no-webp .main-page__map__action-link,
body.no-js .main-page__map__action-link {
  background-image: url('/img/pages/main/map/action-link.jpg') no-repeat center / cover;
}

body.webp .main-page__map__action-link {
  background-image: url('/img/pages/main/map/action-link.webp') no-repeat center / cover;
}

.main-page__map__action-link::before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease, -webkit-transform .1s ease;
  display: block;
  width: 100%;
  height: 100%;
  background: #EA4D5F;
  content: '';
}

.notouch .main-page__map__action-link:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.main-page__map__action-link > span {
  display: inline-block;
  position: relative;
  line-height: 1.6;
  z-index: 1;
  text-align: center;
  color: #FFF;
}

.main-page__map__action-link__icon {
  overflow: hidden;
  position: relative;
  display: block;
}

.main-page__map__action-link__icon:before {
  display: block;
  margin-top: 35.4%;
  content: '';
}

.main-page__map__action-link__icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.main-page__map__action-link__icon {
  position: relative;
  display: inline-block;
  width: 28px;
}

.main-page__map__action-link__icon > svg {
  fill: currentColor;
}

@-webkit-keyframes main-page-facts-button-prev-hover {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  50% {
    -webkit-transform: translate(-400%, -50%);
    transform: translate(-400%, -50%);
  }

  50.1% {
    -webkit-transform: translate(400%, -50%);
    transform: translate(400%, -50%);
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes main-page-facts-button-prev-hover {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  50% {
    -webkit-transform: translate(-400%, -50%);
    transform: translate(-400%, -50%);
  }

  50.1% {
    -webkit-transform: translate(400%, -50%);
    transform: translate(400%, -50%);
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes main-page-facts-button-next-hover {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  50% {
    -webkit-transform: translate(400%, -50%);
    transform: translate(400%, -50%);
  }

  50.1% {
    -webkit-transform: translate(-400%, -50%);
    transform: translate(-400%, -50%);
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@keyframes main-page-facts-button-next-hover {
  0% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  50% {
    -webkit-transform: translate(400%, -50%);
    transform: translate(400%, -50%);
  }

  50.1% {
    -webkit-transform: translate(-400%, -50%);
    transform: translate(-400%, -50%);
  }

  100% {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@-webkit-keyframes tail-draw {
  from {
    stroke-dashoffset: 600;
    /* transform: rotate(-90deg); */
  }

  to {
    stroke-dashoffset: 0;
    /* transform: rotate(-120deg); */
  }
}

@keyframes tail-draw {
  from {
    stroke-dashoffset: 600;
    /* transform: rotate(-90deg); */
  }

  to {
    stroke-dashoffset: 0;
    /* transform: rotate(-120deg); */
  }
}

.about-page {
  padding-top: 0 !important;
}

.about-page__article__header__title {
  display: block;
  line-height: 1.2;
}

.about-page__article__content {
  font-size: 18px;
}

.about-page__article__content__grid__item:first-child {
  margin-top: 0;
}

.about-page__article__content__grid__item__text p {
  color: #2F2F2F;
}

.about-page__article__content__common-info {
  position: relative;
  padding-bottom: 50px;
  padding-top: 60px;
  /* background-image: url('/s/about/common-info-bg.jpg');
                background-size: cover; */
  color: #FFF;
}

.about-page__article__content__common-info::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.63%, #000000), to(rgba(0, 0, 0, 0.28)));
  background: linear-gradient(180deg, #000000 4.63%, rgba(0, 0, 0, 0.28) 100%);
  opacity: 0.33;
  content: '';
}

.about-page__article__content__common-info__background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.about-page__article__content__common-info__background > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.about-page__article__content__common-info > .wrapper {
  position: relative;
  z-index: 2;
}

.about-page__article__content__common-info__title {
  font-size: 18px;
}

.about-page__article__content__common-info__info {
  font-size: 16px;
}

.about-page__article__content__common-info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15% auto 11%;
  padding: 0;
  max-width: 500px;
  list-style: none;
}

.about-page__article__content__common-info__list__item {
  width: calc(33.33333% - 6.66667px);
}

.about-page__article__content__common-info__list__item__icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 82px;
}

.about-page__article__content__common-info__list__item__icon-wrapper > svg {
  display: block;
}

.about-page__article__content__common-info__list__item__number {
  display: block;
  margin-top: 16px;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 30px;
  font-weight: 500;
}

.about-page__article__content__common-info__list__item__description {
  display: block;
  margin-top: 16px;
  text-align: center;
  font-size: 16px;
}

/* special force for selector */

.wisiwyg-container .about-page__article__content__thesis-list {
  margin-top: -68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wisiwyg-container .about-page__article__content__thesis-list__item__icon {
  overflow: hidden;
  position: relative;
  display: block;
}

.wisiwyg-container .about-page__article__content__thesis-list__item__icon:before {
  display: block;
  margin-top: 100%;
  content: '';
}

.wisiwyg-container .about-page__article__content__thesis-list__item__icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.wisiwyg-container .about-page__article__content__thesis-list__item__icon {
  display: block;
  margin-bottom: 14px;
  width: 36px;
  color: #EA4D5F;
}

.wisiwyg-container .about-page__article__content__thesis-list__item__icon.type3 {
  overflow: hidden;
  position: relative;
  display: block;
}

.wisiwyg-container .about-page__article__content__thesis-list__item__icon.type3:before {
  display: block;
  margin-top: 44.2%;
  content: '';
}

.wisiwyg-container .about-page__article__content__thesis-list__item__icon.type3 > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.wisiwyg-container .about-page__article__content__thesis-list__item__icon.type3 {
  width: 68px;
}

.wisiwyg-container .about-page__article__content__thesis-list__item__icon.type4 {
  overflow: hidden;
  position: relative;
  display: block;
}

.wisiwyg-container .about-page__article__content__thesis-list__item__icon.type4:before {
  display: block;
  margin-top: 72.9%;
  content: '';
}

.wisiwyg-container .about-page__article__content__thesis-list__item__icon.type4 > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.wisiwyg-container .about-page__article__content__thesis-list__item__icon.type4 {
  width: 52px;
}

.wisiwyg-container .about-page__article__content__thesis-list__item__icon > svg {
  fill: currentColor;
}

.wisiwyg-container .about-page__article__content__thesis-list > li {
  position: relative;
  display: block;
  margin-top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: var(--layout-column-gap);
  width: calc(var(--layout-column-width)*6 + var(--layout-column-gap)*5);
  color: #676977;
  background: #FFF;
  border: 1px solid #CFDAE6;
  border-radius: 12px;
}

.wisiwyg-container .about-page__article__content__thesis-list > li::before {
  display: none;
}

.wisiwyg-container .about-page__article__content__thesis-list > li:nth-child(n+5) {
  width: 100%;
}

/* special force for selector */

.wisiwyg-container .about-page__article__content__setup-list > li {
  position: relative;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #676977;
}

.wisiwyg-container .about-page__article__content__setup-list > li::before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 26px;
  height: 25px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.452 2c-.371 0-.736.153-1.012.44-.277.29-.44.69-.44 1.116v17.888c0 .426.163.826.44 1.115.276.288.64.441 1.012.441h17.164c.372 0 .737-.153 1.012-.44.277-.29.44-.69.44-1.116V12.5a1 1 0 1 1 2 0v8.944c0 .93-.354 1.83-.997 2.5A3.403 3.403 0 0 1 20.617 25H3.452c-.93 0-1.812-.385-2.455-1.056a3.611 3.611 0 0 1-.997-2.5V3.556c0-.93.354-1.83.997-2.5A3.403 3.403 0 0 1 3.452 0h13.486a1 1 0 1 1 0 2H3.452Zm21.534-.444a1 1 0 0 1 .03 1.414L14.199 14.244a3 3 0 0 1-4.33 0l-2.235-2.33a1 1 0 0 1 1.444-1.384l2.235 2.33a1 1 0 0 0 1.443 0L23.573 1.584a1 1 0 0 1 1.413-.029Z' fill='%23CF4B88'/%3E%3C/svg%3E");
  content: '';
}

.about-page__article__content.wisiwyg-container .about-page__article__content__figure {
  overflow: hidden;
  left: 0;
  width: 100%;
}

.about-page__article__content.wisiwyg-container .about-page__article__content__figure > img {
  border-radius: 20px;
}

.news-page__grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  /*grid-template-columns: repeat(3, 1fr);*/
  grid-gap: var(--layout-column-gap);
}

.news-page__item {
  display: block;
  grid-column: span 6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 22px;
  border: 1px solid #CFDAE6;
  border-radius: 20px;
  -webkit-transition: -webkit-box-shadow .2s ease;
  transition: -webkit-box-shadow .2s ease;
  transition: box-shadow .2s ease;
  transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
}

.news-page__item.top {
  position: relative;
  margin-bottom: var(--layout-column-gap);
}

.news-page__item.top::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18%;
  min-width: 100px;
  height: 100%;
  background: url('/img/pages/news/item/decorator.png') no-repeat top right / 100%;
  content: '';
  pointer-events: none;
}

body.no-webp .news-page__item.top::before,
body.no-js .news-page__item.top::before {
  background-image: url('/img/pages/news/item/decorator.png') no-repeat top right / 100%;
}

body.webp .news-page__item.top::before {
  background-image: url('/img/pages/news/item/decorator.webp') no-repeat top right / 100%;
}

.notouch .news-page__item:hover {
  -webkit-box-shadow: 0px 18px 40px -14px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 18px 40px -14px rgba(0, 0, 0, 0.11);
}

.news-page__item__wrapper {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 34px;
  height: 100%;
}

.top .news-page__item__wrapper {
  padding-bottom: 0;
}

.news-page__item__date {
  display: block;
  margin-bottom: 16px;
  font-size: 13px;
  color: #71777D;
}

.news-page__item__title {
  position: relative;
  display: block;
  line-height: 1.2;
  font-size: 18px;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  -webkit-transition: color .2s ease;
  transition: color .2s ease;
}

.top .news-page__item__title::before {
  position: absolute;
  top: 0;
  left: -22px;
  display: block;
  width: 16px;
  height: 100%;
  background: url('/img/pages/news/item/title-decorator.png') no-repeat top left / cover;
  content: '';
}

body.no-webp .top .news-page__item__title::before,
body.no-js .top .news-page__item__title::before {
  background-image: url('/img/pages/news/item/title-decorator.png') no-repeat top left / cover;
}

body.webp .top .news-page__item__title::before {
  background-image: url('/img/pages/news/item/title-decorator.webp') no-repeat top left / cover;
}

.notouch .news-page__item:hover .news-page__item__title {
  color: #EA4D5F;
}

.news-page__item__subtitle {
  display: block;
  margin-top: 14px;
  line-clamp: 4;
  font-size: 16px;
  color: #2F2F2F;
}

.news-page__item__subtitle__more-wrapper {
  display: block;
  margin-top: 6.8%;
  text-align: right;
}

.news-page__item__subtitle__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-page__item__icon {
  overflow: hidden;
  position: relative;
  display: block;
}

.news-page__item__icon:before {
  display: block;
  margin-top: 35.4%;
  content: '';
}

.news-page__item__icon > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.news-page__item__icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 28px;
  color: #EA4D5F;
}

.news-page__item__icon > svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  fill: currentColor;
}

.news-page__load-more-wrapper {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.news-page__load-more-wrapper .button {
  width: 100%;
  max-width: 300px;
}

.tours-page {
  padding-bottom: 0;
}

.tours-page__content {
  font-size: 18px;
}

.tours-page__content__importance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #676977;
}

.tours-page__content__importance__title {
  margin-bottom: 30px;
}

.tours-page__content__importance__item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px 12px;
  width: calc(50% - 5px);
  text-align: left;
  border: 1px solid #CFDAE6;
  border-radius: 12px;
}

.tours-page__content__importance__item__icon {
  display: block;
  margin-bottom: 6px;
}

.tours-page__content__importance__item__icon svg {
  fill: #EA4D5F;
}

.tours-page__content__importance__item__title {
  display: block;
  font-family: 'Montserrat';
  font-size: 24px;
  font-weight: 500;
  color: #EA4D5F;
}

.tours-page__content__importance__item__title > span {
  font-size: 12px;
}

.tours-page__content__importance__item__description {
  display: block;
  margin: 0;
  font-size: 14px;
}

.tours-page__content__text {
  margin: 40px auto;
}

.tours-page__content__text h4 {
  display: block;
  margin-bottom: 20px;
  margin-top: 40px;
}

.tours-page__content__text > *:first-child {
  margin-top: 0 !important;
}

.tours-page__content__text > *:last-child {
  margin-bottom: 0 !important;
}

.tours-page__content__text ul,
.tours-page__content__text ol {
  margin: 1em 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  color: #676977;
  counter-reset: list 0;
}

.tours-page__content__text ul > li,
.tours-page__content__text ol > li {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding-left: 44px;
  min-height: 34px;
  counter-increment: list;
}

.tours-page__content__text ul > li::before,
.tours-page__content__text ol > li::before {
  position: absolute;
  left: 0;
  top: -4px;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 400;
  color: #EA4D5F;
  content: counter(list)'.';
}

.tours-page__content__text ul > li:first-child,
.tours-page__content__text ol > li:first-child {
  margin-top: 0;
}

.tours-page__content__text ul > li a,
.tours-page__content__text ol > li a {
  color: #EA4D5F;
}

.tours-page__content__text p {
  margin: 20px 0 1em;
  font-size: 15px;
  color: #676977;
}

.tours-page__content__text strong {
  color: #000;
}

.tours-page .excurtion-register {
  margin-bottom: 34px;
  margin-top: 16px;
  -webkit-box-shadow: 0px 40px 57px -20px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 40px 57px -20px rgba(0, 0, 0, 0.14);
}

.lightshow-page {
  padding-bottom: 0;
}

.lightshow-page__article--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
}

.lightshow-page__article__side {
  display: block;
}

.lightshow-page__article__header__title {
  display: block;
  line-height: 1.2;
}

.lightshow-page__article__content {
  margin-top: 30px;
  font-size: 18px;
}

.lightshow-page__article__content .info {
  margin: 40px auto;
}

.lightshow-page__article__content .info__title {
  display: block;
  margin-bottom: 30px;
  text-align: center;
}

.lightshow-page__article__content .info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.lightshow-page__article__content .info__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 10px;
  padding: 24px 20px;
  width: calc(50% - var(--layout-column-gap)/2);
  border: 1px solid #CFDAE6;
  border-radius: 12px;
}

.lightshow-page__article__content .info__list__item:nth-child(1),
.lightshow-page__article__content .info__list__item:nth-child(2) {
  margin-top: 0;
}

.lightshow-page__article__content .info__list__item__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 90px;
  margin-bottom: 12px;
}

.lightshow-page__article__content .info__list__item__icon > svg {
  display: block;
  margin: auto;
  max-width: 100%;
}

.lightshow-page__article__content .info__list__item__title {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
  word-break: break-word;
  text-wrap: balance;
  font-size: 14px;
  color: #676977;
}

.lightshow-page__article__content .beauty-marketing {
  position: relative;
  left: calc(var(--layout-ear-width)*-1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% + var(--layout-ear-width)*2);
  aspect-ratio: 1/1;
}

.lightshow-page__article__content .beauty-marketing picture {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
}

.lightshow-page__article__content .beauty-marketing picture > img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.lightshow-page__article__content .beauty-marketing__text {
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-size: 20px;
  color: #FFF;
}

.lightshow-page__article__content .beauty-marketing__decorator {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}

.lightshow-page__article__content .beauty-marketing__decorator__item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.9;
}

.lightshow-page__article__content .beauty-marketing__decorator__item::before {
  display: block;
  content: '';
}

.lightshow-page__article__content .beauty-marketing__decorator__item:nth-child(1) {
  left: 0;
  width: 35%;
  background-color: #F7AD3A;
}

.lightshow-page__article__content .beauty-marketing__decorator__item:nth-child(1)::before {
  margin-top: 65%;
}

.lightshow-page__article__content .beauty-marketing__decorator__item:nth-child(2) {
  left: 28%;
  width: 30%;
  background-color: #E7521D;
}

.lightshow-page__article__content .beauty-marketing__decorator__item:nth-child(2)::before {
  margin-top: 110%;
}

.lightshow-page__article__content .beauty-marketing__decorator__item:nth-child(3) {
  left: 57%;
  width: 29%;
  background-color: #842081;
}

.lightshow-page__article__content .beauty-marketing__decorator__item:nth-child(3)::before {
  margin-top: 88%;
}

.lightshow-page__article__content .beauty-marketing__decorator__item:nth-child(4) {
  right: 0;
  width: 14%;
  background-color: #243264;
}

.lightshow-page__article__content .beauty-marketing__decorator__item:nth-child(4)::before {
  margin-top: 138%;
}

.magazine-page__article__header__title {
  display: block;
  line-height: 1.2;
}

.magazine-page__article__content {
  font-size: 18px;
}

.magazine-page__article__ar-promo + .magazine-page__article__content {
  margin-top: 60px;
}

.magazine-page__article__ar-promo__title {
  font-family: 'Montserrat';
  text-transform: none;
  font-size: 28px;
}

.magazine-page__article__ar-promo__description {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}

.magazine-page__article__ar-promo__info {
  margin-top: 40px;
  padding-bottom: 30px;
  padding-top: 30px;
  background: #FFF;
  border: 1px solid #E0E4E8;
  border-radius: 30px;
  -webkit-box-shadow: 0px 18px 40px -14px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 18px 40px -14px rgba(0, 0, 0, 0.11);
}

.magazine-page__article__ar-promo__info__main > p {
  line-height: 1.6;
  font-size: 16px;
}

.magazine-page__article__ar-promo__info__main > p:first-child {
  margin-top: 0;
}

.magazine-page__article__ar-promo__info__main > p + .button {
  margin-top: 20px;
}



.magazine-page__article__ar-promo__info__icon-label {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
}

.magazine-page__article__ar-promo__info__icon-label::after {
  display: block;
  margin: 10px auto 0;
  width: 30px;
  height: 21px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSIyMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzJGMkYyRiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNLjk0Ljk0YTEuNSAxLjUgMCAwIDEgMi4xMiAwTDIwIDE3Ljg3OCAzNi45NC45MzlhMS41IDEuNSAwIDAgMSAyLjEyIDIuMTIybC0xOCAxOGExLjUgMS41IDAgMCAxLTIuMTIgMGwtMTgtMThhMS41IDEuNSAwIDAgMSAwLTIuMTIyWiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") no-repeat 0 0 / contain;
  content: '';
}

.magazine-page__article__ar-promo__steps {
  display: block;
  margin-top: 40px;
}

.magazine-page__article__ar-promo__steps__list {
  display: block;
  margin: 30px 0 0;
  padding: 0;
  counter-reset: steps 0;
}

.magazine-page__article__ar-promo__steps__list__item {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px;
  border: 1px solid #CFDAE6;
  border-radius: 20px;
  counter-increment: steps;
}

.magazine-page__article__ar-promo__steps__list__item::after {
  position: absolute;
  bottom: -20px;
  right: 22px;
  display: block;
  line-height: 1;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 131px;
  color: #F2F2F2;
  content: '0'counter(steps);
  z-index: -1;
}

.magazine-page__article__ar-promo__steps__list__item > h6 {
  text-transform: uppercase;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
}

.magazine-page__article__ar-promo__steps__list__item > p {
  font-size: 16px;
}

.magazine-page__year {
  margin-top: 20px;
}

.magazine-page__year:first-child {
  margin-top: 0;
}

.magazine-page__year__title {
  display: block;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
}

.magazine-page__list {
  /* display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap; */
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: var(--layout-column-gap);
}

/*display: block;
            margin-top: 10px;
            width: calc((100% - 10px) / 2);

            &:nth-child(1),
            &:nth-child(2) {
                margin-top: 0;
            }

            @media(--tablet) {
                @add-mixin column 4;

                &:nth-child(3) {
                    margin-top: 0;
                }
            }

            @media(--desktop) {
                @add-mixin column 3;

                &:nth-child(4) {
                    margin-top: 0;
                }
            }*/

.magazine-page__list__item__cover {
  display: block;
  width: 100%;
}

.contacts-page {
  padding-top: 0 !important;
}

.contacts-page__article__header__title {
  display: block;
  line-height: 1.2;
}

.contacts-page__article__content {
  margin-top: 33px;
  font-size: 18px;
}

.contacts-page__article__content .block {
  position: relative;
  display: block;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 30px 30px 18px;
  border: 1px solid #CFDAE6;
  border-radius: 12px;
}

.contacts-page__article__content .block:first-child {
  margin-top: 0;
}

.contacts-page__article__content .block__title {
  display: block;
  margin-bottom: 16px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
}

.contacts-page__article__content .block__text {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  font-size: 16px;
  color: #676977;
}

.contacts-page__article__content .block__icon {
  position: absolute;
  top: 14px;
  right: 21px;
}

.contacts-page__article__content .block__icon > svg {
  display: block;
}

.contacts-page__promo {
  margin-bottom: 33px;
  margin-top: 33px;
}

.contacts-page__map {
  position: relative;
  left: calc(var(--layout-ear-width)*-1);
  display: block;
  margin: 0;
  width: calc(100% + var(--layout-ear-width)*2);
  height: 80vh;
  height: min(80vh, 500px);
  background: #4D3C81 url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8015 23.6794H0.725586V11.2698L6.92966 17.3018L6.94868 0.603516L15.3053 8.77371L23.8015 0.615851V23.6794ZM18.0444 22.8494H22.9487V2.59977L15.299 9.94616L7.80147 2.61211L7.78245 18.1287L9.36755 19.6714L18.038 11.2698L18.0444 22.8494ZM1.57837 22.8494H17.1916V13.2692L9.37072 20.847L1.57837 13.2723V22.8494Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center center / 24px 24px;
}

.quiz-landing-page {
  position: relative;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  background: #F8AD3C;
}

.quiz-landing-page__decorator {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  max-width: 718px;
  background: url('/img/pages/quiz-landing/decorator-1.png') no-repeat center / contain;
  pointer-events: none;
}

body.no-webp .quiz-landing-page__decorator,
body.no-js .quiz-landing-page__decorator {
  background-image: url('/img/pages/quiz-landing/decorator-1.png') no-repeat center / contain;
}

body.webp .quiz-landing-page__decorator {
  background-image: url('/img/pages/quiz-landing/decorator-1.webp') no-repeat center / contain;
}

.quiz-landing-page__decorator::before {
  display: block;
  margin-top: 66.1%;
  content: '';
}

.quiz-landing-page__decorator2 {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 3%;
  max-width: 58px;
  background: url('/img/pages/quiz-landing/decorator-2.png') no-repeat center / contain;
  pointer-events: none;
}

body.no-webp .quiz-landing-page__decorator2,
body.no-js .quiz-landing-page__decorator2 {
  background-image: url('/img/pages/quiz-landing/decorator-2.png') no-repeat center / contain;
}

body.webp .quiz-landing-page__decorator2 {
  background-image: url('/img/pages/quiz-landing/decorator-2.webp') no-repeat center / contain;
}

.quiz-landing-page__decorator2::before {
  display: block;
  margin-top: 332%;
  content: '';
}



.quiz-landing-page__content {
  padding-bottom: 6%;
  padding-top: 9%;
  color: #FFF;
}

.quiz-landing-page__content__uptitle {
  font-size: 18px;
}

.quiz-landing-page__content__title {
  font-size: 36px;
}

.quiz-landing-page__content__text {
  display: block;
  margin-top: 20px;
  line-height: 1.2;
  font-size: 16px;
  color: #000;
}

.quiz-landing-page__content__form._loading::after {
  background-color: rgba(248, 173, 60, .4);
  z-index: 2;
}

.quiz-landing-page__content__form__input {
  border-color: #FFF;
  color: #FFF;
}

.quiz-landing-page__content__form__input:focus {
  background: #FFF;
  border: 1px solid #E0E4E8;
  color: #000;
}

.quiz-landing-page__content__form__input:focus + .load-spinner {
  color: #EA4D5F;
}

.quiz-landing-page__content__form__input::-webkit-input-placeholder {
  color: currentColor;
}

.quiz-landing-page__content__form__input::-moz-placeholder {
  color: currentColor;
}

.quiz-landing-page__content__form__input:-ms-input-placeholder {
  color: currentColor;
}

.quiz-landing-page__content__form__input::-ms-input-placeholder {
  color: currentColor;
}

.quiz-landing-page__content__form__input::placeholder {
  color: currentColor;
}

.is-error > .quiz-landing-page__content__form__input {
  -webkit-animation-name: quiz-landing-code-error-animation;
  animation-name: quiz-landing-code-error-animation;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  background: #FFF;
  color: #C25656;
}

.quiz-landing-page__content__action-button-wrapper {
  margin-top: 20px;
}

.quiz-landing-page__content__download-buttons {
  margin-top: 30px;
  font-size: 0;
}

.quiz-landing-page__content__download-buttons__button {
  display: inline-block;
  font-size: 0;
}

.quiz-landing-page__content__download-buttons__button.google-play {
  width: 140px;
}

.quiz-landing-page__content__download-buttons__button.apple-store {
  width: 126px;
}

.quiz-landing-page__content__download-buttons__button:nth-child(2) {
  margin-left: var(--layout-column-gap);
}

@-webkit-keyframes quiz-landing-code-error-animation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  16% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  32% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  48% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  64% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  80% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  96% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes quiz-landing-code-error-animation {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  16% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  32% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  48% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  64% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  80% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  96% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.quiz-page {
  overflow: hidden;
  position: relative;
  background: #7F3F87;
  padding-bottom: 30%;
}

.quiz-page.result {
  background: #4D3C81;
}

.quiz-page + .layout-footer {
  margin-top: 0;
}

.quiz-page + .layout-footer .layout-footer__main {
  border: 0;
}



.quiz-page__main {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 610px;
  border-radius: 30px;
}

.quiz-page__decorator-left {
  overflow: hidden;
  position: relative;
  display: block;
}

.quiz-page__decorator-left:before {
  display: block;
  margin-top: 149.08%;
  content: '';
}

.quiz-page__decorator-left > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.quiz-page__decorator-left {
  -webkit-transform: translate(-120%, 21%);
  transform: translate(-120%, 21%);
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0.2;
  width: 57%;
  max-width: 438px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.quiz-page__decorator-right {
  overflow: hidden;
  position: relative;
  display: block;
}

.quiz-page__decorator-right:before {
  display: block;
  margin-top: 134.15%;
  content: '';
}

.quiz-page__decorator-right > svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.quiz-page__decorator-right {
  -webkit-transform: translate(50%, 11%);
  transform: translate(50%, 11%);
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.2;
  width: 60%;
  max-width: 514px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.default-page {
  padding-top: 0 !important;
}

.default-page__article__header__title {
  display: block;
  line-height: 1.2;
}

.default-page__article__content {
  font-size: 18px;
}

.error-page {
  background: #7F3F87;
}

.error-page__content {
  padding-bottom: 234px;
  padding-top: 210px;
  color: #FFF;
}

.error-page__header {
  max-width: 430px;
}

.error-page__header__title {
  font-size: 54px;
}

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

.error-page__buttons {
  margin-top: 20px;
}

.error-page__buttons .arrow-link {
  color: #FFF;
}

@media (min-width: 375px) {
  body {
    color: #000;
  }

  :root {
    --layout-h-padding: 20px;
  }

  .layout-header__logo {
    width: 112px;
  }

  .layout-footer__bottom__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .musthead__content {
    width: 80%;
  }

  .headline__title {
    font-size: 7vw;
  }

  .promo-tape__content__title {
    /* font-size: clamp(34px, 5.6vw, 72px); */
  }

  .main-page__quiz__content__title {
    font-size: clamp(34px, 8vw, 72px);
  }

  .main-page__lightshow__content {
    width: 80%;
  }

  .contacts-page__article__content .block {
    margin-top: 20px;
  }
}

@media (min-width: 480px) {
  body {
    color: #000;
  }

  .opened-menu .layout-wrapper-inner {
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
  }

  .layout-side-menu {
    min-width: 320px;
    max-width: 320px;
    width: 320px;
  }

  .layout-footer__bottom__links__stores__item.google-play {
    width: 120px;
  }

  .layout-footer__bottom__links__stores__item.apple-store {
    width: 110px;
  }

  .headline__date + .headline__title {
    font-size: 3.5vw;
  }

  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .cookie {
    left: auto;
    right: 8px;
  }

  .main-page__musthead__content .decorator-pattern {
    width: calc(var(--layout-column-width)*10 + var(--layout-column-gap)*9);
  }

  .news-page__item {
    grid-column: span 3;
  }
}

@media (min-width: 640px) {
  body {
    color: #000;
  }

  :root {
    --layout-column-gap: 20px;
  }

  .page {
    padding-bottom: 66px;
    padding-top: 66px;
  }

  .popup__wrapper__decorator {
    width: 374px;
  }

  .popup__header {
    padding: 40px 56px;
  }

  .popup__header__title {
    font-size: 32px;
  }

  .popup__header__decorator {
    width: 374px;
  }

  .popup__main {
    padding: 56px;
  }

  .popup__main__title {
    margin-bottom: 40px;
    font-size: 44px;
  }

  .popup__main__text {
    font-size: 19px;
  }

  .popup__main__form {
    margin-top: 48px;
  }

  .form__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form__row.one-column {
    display: block;
  }

  .form__row > .form__field {
    margin-top: 0;
    width: calc(50% - 16px);
  }

  .form__row.one-column > .form__field {
    margin-top: 0;
    width: 100%;
  }

  .form__field__checkbox {
    font-size: 16px;
  }

  .button {
    padding: 0 30px;
    line-height: 56px;
    min-height: 56px;
    font-size: 14px;
  }

  .layout-header__side__action-button {
    min-height: 38px;
    line-height: 38px;
  }

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

  .layout-footer__main__logos > div {
    width: calc(50% - var(--layout-column-gap)/2);
  }

  .layout-footer__main__logos > div:nth-child(even) {
    text-align: right;
  }

  .layout-footer__contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .layout-footer__contacts__item:nth-child(2) {
    text-align: right;
  }

  .layout-footer__bottom__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .layout-footer__bottom__links__stores__item:nth-child(n+2) {
    margin-left: 14px;
  }

  .layout-footer__bottom__links__socials {
    margin-left: 26px;
  }

  .layout-footer__bottom__logo {
    width: 157px;
  }

  .musthead {
    aspect-ratio: 1/1;
  }

  .musthead__content {
    width: 57%;
  }

  .musthead__content .decorator-pattern {
    width: calc(var(--layout-column-width)*7 + var(--layout-column-gap)*6);
    left: calc(var(--layout-ear-width)/2*-1);
  }

  .headline__decorator {
    width: 20%;
  }

  .schedual__nav {
    margin-bottom: 30px;
  }

  .wisiwyg-container h2 {
    font-size: 32px;
  }

  .wisiwyg-container h3 {
    font-size: 26px;
  }

  .wisiwyg-container h4 {
    font-size: 24px;
  }

  .wisiwyg-container h5 {
    font-size: 20px;
  }

  .wisiwyg-container h6 {
    font-size: 18px;
  }

  .wisiwyg-container > figure:not(.full-width) {
    left: 0;
    margin-bottom: 48px;
    margin-top: 48px;
    width: 100%;
  }

  .wisiwyg-container > .columns {
    grid-column-gap: var(--layout-column-gap);
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .promo-tape__decorator.type1 {
    width: 41%;
  }

  .promo-tape__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .promo-tape__content {
    padding-bottom: 7%;
    padding-top: 7%;
    width: 60%;
  }

  .promo-tape__content__title {
    font-size: 36px;
  }

  .promo-tape__content__subtitle {
    margin-top: 20px;
    font-size: 24px;
  }

  .feedback-form {
    padding-bottom: 33px;
  }

  .feedback-form__decorator {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 28.5%;
  }

  .feedback-form {
    padding-left: 7%;
    padding-right: 7%;
  }

  .feedback-form__title {
    margin-bottom: 20px;
  }

  .feedback-form__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .feedback-form__content__info {
    width: calc(40% - var(--layout-column-gap)*0.4);
  }

  .feedback-form__content__fields {
    margin-top: 0;
    width: calc(60% - var(--layout-column-gap)*0.6);
  }

  .feedback-form__content__fields__field > input,
  .feedback-form__content__fields__field > textarea {
    font-size: 16px;
  }

  .feedback-form__content__success__icon {
    font-size: 60px;
  }

  .cookie {
    right: 20px;
    bottom: 20px;
    font-size: 18px;
  }

  .main-page__musthead__content {
    aspect-ratio: 1/1.2;
    padding: 166px 1%;
  }

  .main-page__musthead__title {
    font-size: clamp(34px, 8.1vw, 90px);
  }

  .main-page__musthead__subtitle {
    margin-top: 20px;
  }

  .main-page__musthead__button-wrapper {
    margin-top: 36px;
  }

  .main-page__welcome__text .arrow-link {
    margin-top: 30px;
  }

  .main-page__facts__list__item::before {
    opacity: 0.6;
  }

  .main-page__facts__content {
    font-size: 18px;
  }

  .main-page__facts__button {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 94px;
  }

  .main-page__facts__button.prev {
    left: 0;
  }

  .main-page__facts__button.next {
    right: 0;
  }

  .main-page__facts__button__icon {
    width: 22px;
    height: 22px;
  }

  .main-page__info__list__item__title {
    font-size: 42px;
  }

  .main-page__quiz__decorator {
    width: 57%;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .main-page__quiz__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-page__quiz__content {
    padding-top: clamp(80px, 8vw, 156px);
    width: 32%;
  }

  .main-page__quiz__content__subtitle {
    margin-top: 20px;
    font-size: 24px;
  }

  .main-page__architectors__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .main-page__architectors__content {
    /* width: 57%; */
    width: calc(var(--layout-column-width)*6 + var(--layout-column-gap)*5);
  }

  .main-page__architectors__content__title {
    font-size: 24px;
  }

  .main-page__architectors__content__text {
    font-size: 18px;
  }

  .main-page__architectors__content__pictures {
    position: absolute;
    top: 60px;
    left: calc(var(--layout-h-padding) - 5%);
    /* width: 52%; */
    width: calc(var(--layout-column-width)*6 + var(--layout-column-gap)*5);
    max-width: 610px;
  }

  .main-page__architectors__content__pictures > img {
    border-radius: 20px;
  }

  .main-page__architectors__decorator {
    left: -9%;
    right: auto;
    width: 44%;
    max-width: 550px;
  }

  .main-page__lightshow {
    aspect-ratio: 1/1;
  }

  .main-page__lightshow__content {
    width: 57%;
  }

  .main-page__lightshow__content .decorator-pattern {
    width: calc(var(--layout-column-width)*7 + var(--layout-column-gap)*6);
    left: calc(var(--layout-ear-width)/2*-1);
  }

  .main-page__reviews__header {
    margin-bottom: 42px;
  }

  .main-page__reviews__header__title {
    font-size: 24px;
  }

  .main-page__reviews__slider__list .slick-track {
    left: calc(var(--layout-column-gap)*-1);
  }

  .main-page__reviews__slider__list__item {
    font-size: 18px;
  }

  .main-page__reviews__slider__list__item__wrapper {
    padding-left: calc(10% + 50px);
    padding-bottom: calc(5% + 47px);
  }

  .main-page__reviews__slider__list__item__text::before {
    top: -3px;
    left: -50px;
    width: 32px;
    height: 24px;
  }

  .main-page__reviews__slider__button {
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    width: 94px;
  }

  .main-page__reviews__slider__button.next {
    left: 94px;
  }

  .main-page__reviews__slider__button__icon {
    width: 22px;
    height: 22px;
  }

  .main-page__reviews__decorator {
    right: 28%;
    -webkit-transform: translateY(28%);
    transform: translateY(28%);
  }

  .main-page__map {
    padding-top: 64px;
  }

  .about-page__article__content__grid__item {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-page__article__content__grid__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .about-page__article__content__grid__item > div {
    width: calc(var(--layout-column-width)*6 + var(--layout-column-gap)*5);
  }

  .about-page__article__content__grid__item__text {
    padding-bottom: 14px;
    padding-top: 14px;
  }

  .wisiwyg-container .about-page__article__content__thesis-list__item__icon {
    width: 60px;
    margin-bottom: 30px;
  }

  .wisiwyg-container .about-page__article__content__thesis-list__item__icon.type3 {
    width: 80px;
  }

  .wisiwyg-container .about-page__article__content__thesis-list__item__icon.type4 {
    width: 74px;
  }

  .wisiwyg-container .about-page__article__content__setup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .wisiwyg-container .about-page__article__content__setup-list > li {
    margin-top: 0;
  }

  .wisiwyg-container .about-page__article__content__setup-list > li {
    width: calc(var(--layout-column-width)*6 + var(--layout-column-gap)*5);
  }

  .news-page__item__date {
    font-size: 16px;
  }

  .news-page__item__title {
    font-size: 20px;
  }

  .top .news-page__item__title {
    font-size: 4.1vw;
  }

  .tours-page__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .tours-page__content {
    width: calc(50% - var(--layout-column-gap)/2);
  }

  .tours-page__side {
    -ms-flex-item-align: start;
    align-self: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: calc(var(--header-height) + 10px);
    width: calc(50% - var(--layout-column-gap)/2);
  }

  .tours-page .excurtion-register {
    margin-top: 0;
    padding: 20px;
  }

  .lightshow-page__article__content .beauty-marketing {
    aspect-ratio: 4/2;
  }

  .lightshow-page__article__content .beauty-marketing__text {
    margin-left: auto;
    margin-right: auto;
    font-size: 3.7vw;
  }

  .magazine-page__article__ar-promo__title {
    font-size: 32px;
  }

  .magazine-page__article__ar-promo__description {
    font-size: 18px;
  }

  .magazine-page__article__ar-promo__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .magazine-page__article__ar-promo__info__side {
    width: calc(var(--layout-column-width)*2 + var(--layout-column-gap)*1);
    margin-right: 7.2%;
  }

  .magazine-page__article__ar-promo__info__main {
    width: calc(var(--layout-column-width)*8 + var(--layout-column-gap)*7);
  }

  .magazine-page__article__ar-promo__info__main > p {
    font-size: 18px;
  }

  .magazine-page__article__ar-promo__info__icon-label::after {
    width: 39px;
  }

  .magazine-page__article__ar-promo__steps__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }

  .magazine-page__article__ar-promo__steps__list__item {
    width: calc(var(--layout-column-width)*4 + var(--layout-column-gap)*3);
  }

  .magazine-page__list {
    grid-template-columns: repeat(3, 1fr);
  }

  .quiz-landing-page__decorator {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 49%;
  }

  .quiz-landing-page__decorator2 {
    display: block;
  }

  .quiz-landing-page__content {
    width: calc(var(--layout-column-width)*6 + var(--layout-column-gap)*5);
    padding-bottom: 18%;
  }

  .quiz-landing-page__content__uptitle {
    font-size: 20px;
  }

  .error-page__content {
    padding-bottom: 94px;
  }

  .error-page__header__title {
    font-size: 72px;
  }

  .error-page__description {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  body {
    color: #000;
  }

  :root {
    --layout-h-padding: 30px;
  }

  .notifications-wrapper {
    padding-top: calc(var(--header-height) + 20px);
  }

  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }

  .feedback-form__content__fields__row._two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  ._two-columns > .feedback-form__content__fields__field {
    width: calc(50% - var(--layout-column-gap)/2);
  }

  .contacts-page__article__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 66px;
  }

  .contacts-page__article__content .block {
    width: calc(var(--layout-column-width)*4 + var(--layout-column-gap)*3);
    margin-top: 0;
  }

  .quiz-landing-page__content__download-buttons__button.google-play {
    width: 160px;
  }

  .quiz-landing-page__content__download-buttons__button.apple-store {
    width: 142px;
  }
}

@media (min-width: 860px) {
  body {
    color: #000;
  }

  :root {
    --layout-h-padding: 40px;
  }

  .wrapper {
    max-width: 1376px;
  }

  .button.size-big {
    min-height: 60px;
  }

  .layout-footer__main__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .layout-footer__main__nav > a,
  .layout-footer__main__nav > span {
    text-align: center;
  }

  .musthead {
    aspect-ratio: 3/2;
    max-height: 614px;
  }

  .headline__decorator {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .headline__date {
    margin-bottom: 18px;
  }

  .promo-tape__decorator.type1 {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .feedback-form__title {
    margin-bottom: 33px;
    font-size: 36px;
  }

  .main-page__info__list__item {
    width: 22.8%;
  }

  .main-page__lightshow {
    aspect-ratio: 3/2;
    max-height: 800px;
  }

  .main-page__reviews__wrapper {
    padding-bottom: 114px;
    padding-top: 56px;
  }

  .main-page__reviews__slider__list__item {
    border-radius: 20px;
  }

  .main-page__scheme::before {
    max-width: 112px;
  }

  .main-page__scheme__footnotes-layer {
    display: block;
  }

  .news-page__item:nth-child(5n-2) {
    grid-column: span 2;
  }

  .news-page__item:nth-child(5n-1) {
    grid-column: span 2;
  }

  .news-page__item:nth-child(5n) {
    grid-column: span 2;
  }

  .news-page__item__title {
    width: 80%;
  }

  .top .news-page__item__title {
    width: 50%;
  }

  .top .news-page__item__subtitle {
    float: right;
    margin-top: -14px;
    width: 42.8%;
    font-size: 18px;
  }

  .lightshow-page__article__content .info__list__item {
    width: calc(var(--layout-column-width)*3 + var(--layout-column-gap)*2);
    margin-top: 0;
  }

  .lightshow-page__article__content .beauty-marketing__decorator {
    max-width: calc(var(--layout-column-width)*8 + var(--layout-column-gap)*7);
  }

  .contacts-page__article__content .block__icon {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (min-width: 1024px) {
  body {
    color: #000;
  }

  .layout-header__logo {
    width: 154px;
  }

  .layout-header__menu-button {
    display: none;
  }

  .layout-header__menu {
    /* important because of on resize after mobile to desktop in inline style can stay display: block */
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .layout-header__menu__item__button {
    max-width: 120px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }

  .layout-header__menu__item__button {
    font-size: 12px;
  }

  .notouch .layout-header__menu__item__button:hover::before {
    opacity: 1;
  }

  .layout-header__menu__item__button.active::before {
    cursor: default;
    opacity: 1;
  }

  .layout-header__menu__feedback-button-wrapper {
    margin-left: var(--layout-column-gap);
  }

  .layout-header__side__language-button {
    display: inline-block !important;
  }

  .layout-footer__contacts {
    padding-bottom: 40px;
  }

  .musthead__content__title {
    font-size: 72px;
  }

  .musthead__content__button-wrapper {
    margin-top: 40px;
  }

  .headline::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 128px;
    height: 207px;
    background: url('/img/headline/decorator-1.png') no-repeat center / contain;
    content: '';
  }

  body.no-webp .headline::before,
  body.no-js .headline::before {
    background-image: url('/img/headline/decorator-1.png') no-repeat center / contain;
  }

  body.webp .headline::before {
    background-image: url('/img/headline/decorator-1.webp') no-repeat center / contain;
  }

  .headline__wrapper {
    padding-bottom: 48px;
    padding-top: 48px;
    min-height: 294px;
  }

  .headline__content {
    width: calc(var(--layout-column-width)*8 + var(--layout-column-gap)*7);
    margin-left: auto;
    margin-right: auto;
  }

  .headline__title {
    font-size: 72px;
  }

  .headline__date + .headline__title {
    font-size: 36px;
  }

  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }

  .schedual__nav {
    margin-bottom: 40px;
  }

  .excurtion-register__steps__item__main .r-calendar {
    font-size: 18px;
  }

  .promo-tape__content {
    /* padding-top: clamp(33px, 8vw, 132px); */
    width: 50%;
  }

  .promo-tape__content {
    /* padding: 156px * 124px; */
  }

  .promo-tape__content__subtitle {
    font-size: 28px;
  }

  .feedback-form__content__fields__row {
    margin-top: 22px;
  }

  .main-page__musthead__navigation {
    top: 84px;
  }

  .main-page__musthead__navigation__current,
  .main-page__musthead__navigation__total,
  .main-page__musthead__navigation__slash {
    font-size: 24px;
  }

  .main-page__musthead__content {
    aspect-ratio: auto;
    height: calc(100vh - var(--header-height));
    min-height: 40vw;
  }

  .main-page__musthead__content .decorator-pattern {
    width: calc(var(--layout-column-width)*7 + var(--layout-column-gap)*6);
  }

  .main-page__musthead__title {
    line-height: 0.95;
    font-size: 90px;
  }

  .main-page__musthead__subtitle {
    font-size: 18px;
  }

  .main-page__welcome__title {
    width: calc(var(--layout-column-width)*10 + var(--layout-column-gap)*9);
    font-size: 42px;
  }

  .main-page__welcome__text {
    width: calc(var(--layout-column-width)*8 + var(--layout-column-gap)*7);
    font-size: 20px;
  }

  .main-page__facts__list__item {
    aspect-ratio: auto;
    height: calc(100vh - var(--header-height));
  }

  .main-page__facts__content {
    font-size: 24px;
  }

  .main-page__info__list {
    padding-bottom: 100px;
    padding-top: 100px;
  }

  .main-page__quiz__content {
    padding-bottom: 124px;
    padding-top: 156px;
  }

  .main-page__quiz__content__title {
    font-size: 72px;
  }

  .main-page__quiz__content__subtitle {
    font-size: 28px;
  }

  .main-page__lightshow__content__title {
    font-size: 72px;
  }

  .main-page__lightshow__content__button-wrapper {
    margin-top: 40px;
  }

  .main-page__map {
    padding-bottom: 100px;
  }

  .main-page__map__action-link {
    width: 200px;
    height: 200px;
  }

  .about-page__article__content__grid__item__text > * {
    width: calc(var(--layout-column-width)*4 + var(--layout-column-gap)*3);
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .about-page__article__content__common-info__title {
    width: calc(var(--layout-column-width)*8 + var(--layout-column-gap)*7);
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .about-page__article__content__common-info__info {
    width: calc(var(--layout-column-width)*8 + var(--layout-column-gap)*7);
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .wisiwyg-container .about-page__article__content__thesis-list > li {
    width: calc(var(--layout-column-width)*3 + var(--layout-column-gap)*2);
  }

  .wisiwyg-container .about-page__article__content__thesis-list > li:nth-child(5) {
    width: calc(var(--layout-column-width)*7 + var(--layout-column-gap)*6);
    margin-top: var(--layout-column-gap);
  }

  .wisiwyg-container .about-page__article__content__thesis-list > li:nth-child(6) {
    width: calc(var(--layout-column-width)*5 + var(--layout-column-gap)*4);
    margin-top: var(--layout-column-gap);
  }

  .news-page__item.top {
    padding: 38px 44px;
  }

  .top .news-page__item__title::before {
    left: -44px;
  }

  .top .news-page__item__title {
    font-size: 42px;
  }

  .news-show-page__content {
    width: calc(var(--layout-column-width)*8 + var(--layout-column-gap)*7);
    margin-left: auto;
    margin-right: auto;
  }

  .tours-page__content {
    width: calc(var(--layout-column-width)*7 + var(--layout-column-gap)*6);
  }

  .tours-page__side {
    width: calc(var(--layout-column-width)*5 + var(--layout-column-gap)*4);
  }

  .lightshow-page__article--grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .lightshow-page__article__side {
    width: calc(var(--layout-column-width)*6 + var(--layout-column-gap)*5);
    margin-left: auto;
    margin-right: auto;
  }

  .lightshow-page__article__content .info {
    margin-bottom: 66px;
    margin-top: 66px;
  }

  .lightshow-page__article__content .beauty-marketing__text {
    width: calc(var(--layout-column-width)*6 + var(--layout-column-gap)*5);
    font-size: 36px;
  }

  .lightshow-page__schedual {
    width: calc(var(--layout-column-width)*6 + var(--layout-column-gap)*5);
    margin-left: auto;
    margin-right: auto;
  }

  .magazine-page__article__ar-promo__title {
    font-size: 36px;
  }

  .magazine-page__article__ar-promo__info {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .magazine-page__article__ar-promo__info__side {
    width: calc(var(--layout-column-width)*1.6 + var(--layout-column-gap)*0.6);
  }

  .magazine-page__article__ar-promo__info__main {
    width: calc(var(--layout-column-width)*7 + var(--layout-column-gap)*6);
  }

  .magazine-page__article__ar-promo__steps__list__item {
    padding-bottom: 40px;
    width: calc(var(--layout-column-width)*4 + var(--layout-column-gap)*3);
  }

  .magazine-page__list {
    grid-template-columns: repeat(4, 1fr);
  }

  .contacts-page__promo {
    margin-bottom: 66px;
    margin-top: 66px;
  }

  .quiz-landing-page__content__uptitle {
    font-size: 24px;
  }

  .quiz-landing-page__content__title {
    font-size: 72px;
  }

  .quiz-landing-page__content__text {
    font-size: 18px;
  }

  .quiz-landing-page__content__form {
    width: calc(var(--layout-column-width)*3 + var(--layout-column-gap)*2);
  }

  .quiz-landing-page__content__action-button-wrapper {
    margin-top: 30px;
  }

  .quiz-landing-page__content__download-buttons__button.google-play {
    width: 200px;
  }

  .quiz-landing-page__content__download-buttons__button.apple-store {
    width: 180px;
  }

  .quiz-page {
    padding-bottom: 350px;
  }

  .quiz-page__decorator-left {
    -webkit-transform: translate(0, 21%);
    transform: translate(0, 21%);
    left: 0;
  }

  .quiz-page__decorator-right {
    -webkit-transform: translate(0, 11%);
    transform: translate(0, 11%);
  }

  .default-page__article {
    width: calc(var(--layout-column-width)*7 + var(--layout-column-gap)*6);
  }

  .error-page__description {
    max-width: 430px;
  }
}

@media (min-width: 1280px) {
  body {
    color: #000;
  }

  :root {
    --layout-h-padding: 60px;
    --layout-column-gap: 30px;
  }

  .layout-header__wrapper {
    /*padding: 24px *;*/
  }

  .layout-header__menu__item__button {
    font-size: 14px;
  }

  .layout-header__side__action-button .mq-desktop {
    display: inline;
  }

  .layout-footer__main__logos {
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .main-page__facts__content {
    font-size: 26px;
  }

  .main-page__architectors__content__pictures {
    left: calc(var(--layout-h-padding) - 16%);
  }

  .main-page__scheme__footnotes-layer {
    max-width: 588px;
  }

  .main-page__scheme__footnote__picture::before {
    font-size: 14px;
  }

  .main-page__scheme__pin-layer {
    max-width: 588px;
  }

  .main-page__scheme__canvas {
    max-width: 588px;
  }

  .quiz-landing-page__decorator2 {
    width: 4%;
  }
}

@media (min-width: 1400px) {
  body {
    color: #000;
  }
}

@media (max-width: 1023px) {
  .layout-header {
    /* position: relative; */
  }

  ._opened-header-menu .layout-header {
    /* position: relative; */
    z-index: 23;
    border-bottom-color: #494949;
  }

  .layout-header__menu {
    /* с этим свойством могут быть и баги */
    overflow: hidden;
    position: fixed;
    z-index: 22;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    display: none;
    padding-bottom: 30px;
    width: 100%;
    background-color: #FFF;
    /* border-top: 1px solid #494949; */
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
  }

  .layout-header__menu.opened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }

  ._opened-header-menu .layout-header__menu {
    position: relative;
    top: 0 !important;
  }

  .layout-header__menu__item__button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    border-top: 1px solid #EDEFF0;
  }

  ._dark .layout-header__menu__item__button {
    border-top-color: #494949;
  }

  .layout-header__menu__feedback-button-wrapper {
    margin-top: 30px;
  }

  .layout-header__menu__feedback-button {
    width: 100%;
  }

  .header-pusher {
    /* ._opened-header-menu & {
            display: none;
        } */
  }

  .excurtion-register__steps__item__footer > button {
    min-height: 36px !important;
    line-height: 36px;
  }

  .wisiwyg-container .about-page__article__content__thesis-list > li:nth-child(n+3) {
    margin-top: var(--layout-column-gap);
  }
}

@media (max-width: 859px) {
  .layout-footer__main__nav > a,
  .layout-footer__main__nav > span {
    margin-bottom: 10px;
    display: block;
  }

  .main-page__info__list__item:nth-child(n+3) {
    margin-top: 50px;
  }
}

@media (max-width:800px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs>ul>li {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 767px) {
  .wisiwyg-container .frame {
    -webkit-transform: translateX(calc(var(--layout-h-padding)*-1));
    transform: translateX(calc(var(--layout-h-padding)*-1));
    width: calc(100% + var(--layout-h-padding)*2);
  }

  .wisiwyg-container .frame .table-wrapper__inner {
    /* this padding for scrollbat in bottom */
    padding-bottom: 14px;
  }

  .wisiwyg-container .frame .table-wrapper__inner td:first-child,
  .wisiwyg-container .frame .table-wrapper__inner th:first-child {
    padding-left: var(--layout-h-padding);
  }

  .wisiwyg-container .frame .table-wrapper__inner td:last-child,
  .wisiwyg-container .frame .table-wrapper__inner th:last-child {
    padding-right: var(--layout-h-padding);
  }

  ._two-columns > .feedback-form__content__fields__field {
    margin-top: 14px;
  }

  ._two-columns > .feedback-form__content__fields__field:first-child {
    margin-top: 0;
  }
}

@media (max-width: 639px) {
  .layout-footer__main__nav {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
  }

  .layout-footer__main__logos > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .layout-footer__main__logos > div:nth-child(n+2) {
    margin-top: min(20px, calc(var(--layout-column-gap)*2));
  }

  .layout-footer__contacts {
    margin-top: 20px;
  }

  .layout-footer__contacts__item:nth-child(n+2) {
    margin-top: 14px;
  }

  .layout-footer__bottom__logo {
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .layout-footer__bottom__copyright {
    display: block;
    margin-top: 16px;
    width: 100%;
    text-align: center;
  }

  .promo-tape {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-page__facts__button {
    width: 60px;
  }

  .main-page__facts__button.prev {
    right: 60px;
    bottom: 0;
  }

  .main-page__facts__button.next {
    right: 0;
    bottom: 0;
  }

  .main-page__quiz {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .main-page__architectors__content__pictures {
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .main-page__reviews__slider__button {
    width: 60px;
  }

  .main-page__reviews__slider__button.next {
    left: 60px;
  }

  .about-page__article__content__grid__item {
    margin-top: 40px;
  }

  .about-page__article__content__grid__item__side {
    margin-top: 20px;
  }

  .magazine-page__article__ar-promo__info {
    padding-left: 24px;
    padding-right: 24px;
  }

  .magazine-page__article__ar-promo__info__side {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 150px;
  }

  .magazine-page__article__ar-promo__info__main .button {
    width: 100%;
  }

  .magazine-page__article__ar-promo__steps__title {
    font-size: 20px;
  }

  .magazine-page__article__ar-promo__steps__list__item {
    margin-top: 20px;
  }

  .magazine-page__article__ar-promo__steps__list__item:first-child {
    margin-top: 0;
  }
}

@media (max-width: 479px) {
  .layout-header__menu__feedback-button-wrapper {
    margin-left: var(--layout-column-gap);
    margin-right: var(--layout-column-gap);
  }

  .wisiwyg-container .about-page__article__content__thesis-list > li {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

@media (max-width: 374px) {
  body {
    color: #000;
  }

  .layout-footer__bottom__links__stores {
    text-align: center;
  }

  .layout-footer__bottom__links__socials {
    margin-top: 16px;
    text-align: center;
  }
}

@media (min-width: 480px) and (max-width: 1023px) {
  .layout-header__menu__item {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }

  .layout-header__menu__feedback-button-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
  }
}

@media (min-width: 640px) and (max-width: 859px) {
  .layout-footer__main__nav {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
  }
}

@media (min-width: 375px) and (max-width: 1023px) {
  .musthead__content__title {
    font-size: clamp(34px, 7vw, 72px);
  }

  .musthead__content__title > span {
    font-size: clamp(28px, 3vw, 50px);
  }

  .main-page__welcome__title {
    font-size: clamp(20px, 5vw,42px);
  }

  .main-page__lightshow__content__title {
    font-size: clamp(34px, 7vw, 72px);
  }

  .quiz-landing-page__content__title {
    font-size: clamp(34px, 7vw, 72px);
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5),(-o-min-device-pixel-ratio: 1.5),(min-device-pixel-ratio: 1.5) {
  .headline::before {
    background-image: url('/img/headline/decorator-1@2x.png');
  }

  body.no-webp .headline::before,
  body.no-js .headline::before {
    background-image: url('/img/headline/decorator-1@2x.png');
  }

  body.webp .headline::before {
    background-image: url('/img/headline/decorator-1@2x.webp');
  }

  .headline__decorator {
    background-image: url('/img/headline/decorator-2@2x.png');
  }

  body.no-webp .headline__decorator,
  body.no-js .headline__decorator {
    background-image: url('/img/headline/decorator-2@2x.png');
  }

  body.webp .headline__decorator {
    background-image: url('/img/headline/decorator-2@2x.webp');
  }

  .promo-tape__decorator.type1 {
    background-image: url('/img/promo-tape/decorator-1@2x.png');
  }

  body.no-webp .promo-tape__decorator.type1,
  body.no-js .promo-tape__decorator.type1 {
    background-image: url('/img/promo-tape/decorator-1@2x.png');
  }

  body.webp .promo-tape__decorator.type1 {
    background-image: url('/img/promo-tape/decorator-1@2x.webp');
  }

  .feedback-form__decorator {
    background-image: url('/img/feedback-form/decorator@2x.png');
  }

  body.no-webp .feedback-form__decorator,
  body.no-js .feedback-form__decorator {
    background-image: url('/img/feedback-form/decorator@2x.png');
  }

  body.webp .feedback-form__decorator {
    background-image: url('/img/feedback-form/decorator@2x.webp');
  }

  .main-page__scheme__decorator {
    background-image: url('/img/pages/main/scheme/decorator-3@2x.png');
  }

  body.no-webp .main-page__scheme__decorator,
  body.no-js .main-page__scheme__decorator {
    background-image: url('/img/pages/main/scheme/decorator-3@2x.png');
  }

  body.webp .main-page__scheme__decorator {
    background-image: url('/img/pages/main/scheme/decorator-3@2x.webp');
  }

  .main-page__scheme__canvas {
    background-image: url('/img/pages/main/scheme/scheme-canvas@2x.png');
  }

  body.no-webp .main-page__scheme__canvas,
  body.no-js .main-page__scheme__canvas {
    background-image: url('/img/pages/main/scheme/scheme-canvas@2x.png');
  }

  body.webp .main-page__scheme__canvas {
    background-image: url('/img/pages/main/scheme/scheme-canvas@2x.webp');
  }

  .main-page__map__action-link {
    background-image: url('/img/pages/main/map/action-link@2x.jpg');
  }

  body.no-webp .main-page__map__action-link,
  body.no-js .main-page__map__action-link {
    background-image: url('/img/pages/main/map/action-link@2x.jpg');
  }

  body.webp .main-page__map__action-link {
    background-image: url('/img/pages/main/map/action-link@2x.webp');
  }

  .news-page__item.top::before {
    background-image: url('/img/pages/news/item/decorator@2x.png');
  }

  body.no-webp .news-page__item.top::before,
  body.no-js .news-page__item.top::before {
    background-image: url('/img/pages/news/item/decorator@2x.png');
  }

  body.webp .news-page__item.top::before {
    background-image: url('/img/pages/news/item/decorator@2x.webp');
  }

  .top .news-page__item__title::before {
    background-image: url('/img/pages/news/item/title-decorator@2x.png');
  }

  body.no-webp .top .news-page__item__title::before,
  body.no-js .top .news-page__item__title::before {
    background-image: url('/img/pages/news/item/title-decorator@2x.png');
  }

  body.webp .top .news-page__item__title::before {
    background-image: url('/img/pages/news/item/title-decorator@2x.webp');
  }

  .quiz-landing-page__decorator {
    background-image: url('/img/pages/quiz-landing/decorator-1@2x.png');
  }

  body.no-webp .quiz-landing-page__decorator,
  body.no-js .quiz-landing-page__decorator {
    background-image: url('/img/pages/quiz-landing/decorator-1@2x.png');
  }

  body.webp .quiz-landing-page__decorator {
    background-image: url('/img/pages/quiz-landing/decorator-1@2x.webp');
  }

  .quiz-landing-page__decorator2 {
    background-image: url('/img/pages/quiz-landing/decorator-2@2x.png');
  }

  body.no-webp .quiz-landing-page__decorator2,
  body.no-js .quiz-landing-page__decorator2 {
    background-image: url('/img/pages/quiz-landing/decorator-2@2x.png');
  }

  body.webp .quiz-landing-page__decorator2 {
    background-image: url('/img/pages/quiz-landing/decorator-2@2x.webp');
  }
}

@media (-webkit-min-device-pixel-ratio: 2.5),(-o-min-device-pixel-ratio: 2.5),(min-device-pixel-ratio: 2.5) {
  .headline::before {
    background-image: url('/img/headline/decorator-1@3x.png');
  }

  body.no-webp .headline::before,
  body.no-js .headline::before {
    background-image: url('/img/headline/decorator-1@3x.png');
  }

  body.webp .headline::before {
    background-image: url('/img/headline/decorator-1@3x.webp');
  }

  .headline__decorator {
    background-image: url('/img/headline/decorator-2@3x.png');
  }

  body.no-webp .headline__decorator,
  body.no-js .headline__decorator {
    background-image: url('/img/headline/decorator-2@3x.png');
  }

  body.webp .headline__decorator {
    background-image: url('/img/headline/decorator-2@3x.webp');
  }

  .promo-tape__decorator.type1 {
    background-image: url('/img/promo-tape/decorator-1@3x.png');
  }

  body.no-webp .promo-tape__decorator.type1,
  body.no-js .promo-tape__decorator.type1 {
    background-image: url('/img/promo-tape/decorator-1@3x.png');
  }

  body.webp .promo-tape__decorator.type1 {
    background-image: url('/img/promo-tape/decorator-1@3x.webp');
  }

  .feedback-form__decorator {
    background-image: url('/img/feedback-form/decorator@3x.png');
  }

  body.no-webp .feedback-form__decorator,
  body.no-js .feedback-form__decorator {
    background-image: url('/img/feedback-form/decorator@3x.png');
  }

  body.webp .feedback-form__decorator {
    background-image: url('/img/feedback-form/decorator@3x.webp');
  }

  .main-page__scheme__decorator {
    background-image: url('/img/pages/main/scheme/decorator-3@3x.png');
  }

  body.no-webp .main-page__scheme__decorator,
  body.no-js .main-page__scheme__decorator {
    background-image: url('/img/pages/main/scheme/decorator-3@3x.png');
  }

  body.webp .main-page__scheme__decorator {
    background-image: url('/img/pages/main/scheme/decorator-3@3x.webp');
  }

  .main-page__scheme__canvas {
    background-image: url('/img/pages/main/scheme/scheme-canvas@3x.png');
  }

  body.no-webp .main-page__scheme__canvas,
  body.no-js .main-page__scheme__canvas {
    background-image: url('/img/pages/main/scheme/scheme-canvas@3x.png');
  }

  body.webp .main-page__scheme__canvas {
    background-image: url('/img/pages/main/scheme/scheme-canvas@3x.webp');
  }

  .main-page__map__action-link {
    background-image: url('/img/pages/main/map/action-link@3x.jpg');
  }

  body.no-webp .main-page__map__action-link,
  body.no-js .main-page__map__action-link {
    background-image: url('/img/pages/main/map/action-link@3x.jpg');
  }

  body.webp .main-page__map__action-link {
    background-image: url('/img/pages/main/map/action-link@3x.webp');
  }

  .quiz-landing-page__decorator {
    background-image: url('/img/pages/quiz-landing/decorator-1@3x.png');
  }

  body.no-webp .quiz-landing-page__decorator,
  body.no-js .quiz-landing-page__decorator {
    background-image: url('/img/pages/quiz-landing/decorator-1@3x.png');
  }

  body.webp .quiz-landing-page__decorator {
    background-image: url('/img/pages/quiz-landing/decorator-1@3x.webp');
  }

  .quiz-landing-page__decorator2 {
    background-image: url('/img/pages/quiz-landing/decorator-2@3x.png');
  }

  body.no-webp .quiz-landing-page__decorator2,
  body.no-js .quiz-landing-page__decorator2 {
    background-image: url('/img/pages/quiz-landing/decorator-2@3x.png');
  }

  body.webp .quiz-landing-page__decorator2 {
    background-image: url('/img/pages/quiz-landing/decorator-2@3x.webp');
  }
}

@media (--phone-middle) {
  .main-page__musthead__title {
    font-size: 30px;
  }
}