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

/* Sections
  ========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
    margin: 0;
    /*
    Старые цвета
    --body-bg: #f7f3f0;
    --main-bg: #e1dad5;
    --cta-bg: #b5a642;
    --dark-bg: #1f2324;
    --main-color: #322d29;
    --second-color: #8f7965;
    --icon-color: #a88e77;
    --icon-cta-color: #a88e77; */
    --body-bg: #ecece8;
    --main-bg: #d8d9d2;
    --cta-bg: #8b8e77;
    --dark-bg: #2d2c23;
    --main-color: #322d29;
    --second-color: #8b8e77;
    --icon-color: #8b8e77;
    --icon-cta-color: #6f5224;
}

body#spb-site {
}

/**
* Render the `main` element consistently in IE.
*/
main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
    margin: 0.67em 0;
    font-size: 2em;
}

/* Grouping content
  ========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

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

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

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

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

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

/**
* 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 {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* stylelint-disable */
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
    font-family: 'swiper-icons';
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.nomer-slider {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.nomer-slider .grid-item img {
    border-radius: 0.7rem;
}

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

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

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

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

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

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

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

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

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper: :before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper: :before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev, .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-prev:after, .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
}

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

:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Preloader */
:root {
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

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

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

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

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

.swiper-grid > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

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

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

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

.swiper-cube {
    overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px);
}

.swiper-flip {
    overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: transform, opacity, height;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.flatpickr-calendar {
    background: transparent;
    opacity: 0;
    display: none;
    text-align: center;
    visibility: hidden;
    padding: 0;
    -webkit-animation: none;
    animation: none;
    direction: ltr;
    border: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 5px;
    position: absolute;
    width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background: #fff;
    -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open, .flatpickr-calendar.inline {
    opacity: 1;
    max-height: 640px;
    visibility: visible;
}

.flatpickr-calendar.open {
    display: inline-block;
    z-index: 99999;
}

.flatpickr-calendar.animate.open {
    -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
    animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
    display: block;
    position: relative;
    top: 2px;
}

.flatpickr-calendar.static {
    position: absolute;
    top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
    z-index: 999;
    display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 1) .flatpickr-day.inRange:nth-child(7n + 7) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n + 2) .flatpickr-day.inRange:nth-child(7n + 1) {
    -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer, .flatpickr-calendar .hasTime .dayContainer {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
    border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
    height: 40px;
    border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
    height: auto;
}

.flatpickr-calendar:before, .flatpickr-calendar:after {
    position: absolute;
    display: block;
    pointer-events: none;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    left: 22px;
}

.flatpickr-calendar.rightMost:before, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:after {
    left: auto;
    right: 22px;
}

.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
    left: 50%;
    right: 50%;
}

.flatpickr-calendar:before {
    border-width: 5px;
    margin: 0 -5px;
}

.flatpickr-calendar:after {
    border-width: 4px;
    margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
    bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
    border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
    border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
    top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
    border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
    border-top-color: #fff;
}

.flatpickr-calendar:focus {
    outline: 0;
}

.flatpickr-wrapper {
    position: relative;
    display: inline-block;
}

.flatpickr-months {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-months .flatpickr-month {
    background: transparent;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
    height: 34px;
    line-height: 1;
    text-align: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 34px;
    padding: 10px;
    z-index: 3;
    color: rgba(0, 0, 0, 0.9);
    fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled, .flatpickr-months .flatpickr-next-month.flatpickr-disabled {
    display: none;
}

.flatpickr-months .flatpickr-prev-month i, .flatpickr-months .flatpickr-next-month i {
    position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month, .flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
    /*
      /*rtl:begin:ignore*/
    left: 0;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month, .flatpickr-months .flatpickr-next-month.flatpickr-next-month {
    /*
      /*rtl:begin:ignore*/
    right: 0;
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
    color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg, .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg, .flatpickr-months .flatpickr-next-month svg {
    width: 14px;
    height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path, .flatpickr-months .flatpickr-next-month svg path {
    -webkit-transition: fill 0.1s;
    -o-transition: fill 0.1s;
    transition: fill 0.1s;
    fill: inherit;
}

.numInputWrapper {
    position: relative;
    height: auto;
}

.numInputWrapper input, .numInputWrapper span {
    display: inline-block;
}

.numInputWrapper input {
    width: 100%;
}

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

.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.numInputWrapper span {
    position: absolute;
    right: 0;
    width: 14px;
    padding: 0 4px 0 2px;
    height: 50%;
    line-height: 50%;
    opacity: 0;
    cursor: pointer;
    border: 1px solid rgba(57, 57, 57, 0.15);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.numInputWrapper span:hover {
    background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
    background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
    display: block;
    content: '';
    position: absolute;
}

.numInputWrapper span.arrowUp {
    top: 0;
    border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid rgba(57, 57, 57, 0.6);
    top: 26%;
}

.numInputWrapper span.arrowDown {
    top: 50%;
}

.numInputWrapper span.arrowDown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(57, 57, 57, 0.6);
    top: 40%;
}

.numInputWrapper span svg {
    width: inherit;
    height: auto;
}

.numInputWrapper span svg path {
    fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
    background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
    opacity: 1;
}

.flatpickr-current-month {
    font-size: 135%;
    line-height: inherit;
    font-weight: 300;
    color: inherit;
    position: absolute;
    width: 75%;
    left: 12.5%;
    padding: 7.48px 0 0 0;
    line-height: 1;
    height: 34px;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.flatpickr-current-month span.cur-month {
    font-family: inherit;
    font-weight: 700;
    color: inherit;
    display: inline-block;
    margin-left: 0.5ch;
    padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
    background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
    width: 6ch;
    width: 7ch\0;
    display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
    border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
    border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
    background: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    cursor: text;
    padding: 0 0 0 0.5ch;
    margin: 0;
    display: inline-block;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    line-height: inherit;
    height: auto;
    border: 0;
    border-radius: 0;
    vertical-align: initial;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
    outline: 0;
}

.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
    font-size: 100%;
    color: rgba(0, 0, 0, 0.5);
    background: transparent;
    pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
    appearance: menulist;
    background: transparent;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: inherit;
    cursor: pointer;
    font-size: inherit;
    font-family: inherit;
    font-weight: 300;
    height: auto;
    line-height: inherit;
    margin: -1px 0 0 0;
    outline: none;
    padding: 0 0 0 0.5ch;
    position: relative;
    vertical-align: initial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
    outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
    background-color: transparent;
    outline: none;
    padding: 0;
}

.flatpickr-weekdays {
    background: transparent;
    text-align: center;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

span.flatpickr-weekday {
    cursor: default;
    font-size: 90%;
    background: transparent;
    color: rgba(0, 0, 0, 0.54);
    line-height: 1;
    margin: 0;
    text-align: center;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
    padding: 1px 0 0 0;
}

.flatpickr-days {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 307.875px;
}

.flatpickr-days:focus {
    outline: 0;
}

.dayContainer {
    padding: 0;
    outline: 0;
    text-align: left;
    width: 307.875px;
    min-width: 307.875px;
    max-width: 307.875px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.dayContainer + .dayContainer {
    -webkit-box-shadow: -1px 0 0 #e6e6e6;
    box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
    background: none;
    border: 1px solid transparent;
    border-radius: 150px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #393939;
    cursor: pointer;
    font-weight: 400;
    width: 14.2857143%;
    -ms-flex-preferred-size: 14.2857143%;
    flex-basis: 14.2857143%;
    max-width: 39px;
    height: 39px;
    line-height: 39px;
    margin: 0;
    display: inline-block;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.flatpickr-day.inRange, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.today.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day:hover, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.nextMonthDay:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay:focus {
    cursor: pointer;
    outline: 0;
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.flatpickr-day.today {
    border-color: #959ea9;
}

.flatpickr-day.today:hover, .flatpickr-day.today:focus {
    border-color: #959ea9;
    background: #959ea9;
    color: #fff;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: #569ff7;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    border-color: #569ff7;
}

.flatpickr-day.selected.startRange, .flatpickr-day.startRange.startRange, .flatpickr-day.endRange.startRange {
    border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange, .flatpickr-day.startRange.endRange, .flatpickr-day.endRange.endRange {
    border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n + 1)), .flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n + 1)), .flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n + 1)) {
    -webkit-box-shadow: -10px 0 0 #569ff7;
    box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange, .flatpickr-day.startRange.startRange.endRange, .flatpickr-day.endRange.startRange.endRange {
    border-radius: 50px;
}

.flatpickr-day.inRange {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
    box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    border-color: transparent;
    cursor: default;
}

.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
    cursor: not-allowed;
    color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
    border-radius: 0;
    -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
    box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
    visibility: hidden;
}

.rangeMode .flatpickr-day {
    margin-top: 1px;
}

.flatpickr-weekwrapper {
    float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
    padding: 0 12px;
    -webkit-box-shadow: 1px 0 0 #e6e6e6;
    box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
    float: none;
    width: 100%;
    line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
    display: block;
    width: 100%;
    max-width: none;
    color: rgba(57, 57, 57, 0.3);
    background: transparent;
    cursor: default;
    border: none;
}

.flatpickr-innerContainer {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.flatpickr-rContainer {
    display: inline-block;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flatpickr-time {
    text-align: center;
    outline: 0;
    display: block;
    height: 0;
    line-height: 40px;
    max-height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flatpickr-time:after {
    content: '';
    display: table;
    clear: both;
}

.flatpickr-time .numInputWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 40%;
    height: 40px;
    float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
    border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
    border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
    width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
    width: 49%;
}

.flatpickr-time input {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    text-align: center;
    margin: 0;
    padding: 0;
    height: inherit;
    line-height: inherit;
    color: #393939;
    font-size: 14px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
    font-weight: bold;
}

.flatpickr-time input.flatpickr-minute, .flatpickr-time input.flatpickr-second {
    font-weight: 400;
}

.flatpickr-time input:focus {
    outline: 0;
    border: 0;
}

.flatpickr-time .flatpickr-time-separator, .flatpickr-time .flatpickr-am-pm {
    height: inherit;
    float: left;
    line-height: inherit;
    color: #393939;
    font-weight: bold;
    width: 2%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
    outline: 0;
    width: 18%;
    cursor: pointer;
    text-align: center;
    font-weight: 400;
}

.flatpickr-time input:hover, .flatpickr-time .flatpickr-am-pm:hover, .flatpickr-time input:focus, .flatpickr-time .flatpickr-am-pm:focus {
    background: #eee;
}

.flatpickr-input[readonly] {
    cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fpFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@font-face {
    font-style: italic;
    font-weight: 300;
    font-family: 'Merriweather';
    font-display: swap;
    src: url('../fonts/merriweather-lightItalic.woff2') format('woff2'), url('../fonts/merriweather-lightItalic.woff') format('woff');
}

@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: 'Euclid Flex';
    font-display: swap;
    src: url('../fonts/euclidflex-regular.woff2') format('woff2'), url('../fonts/euclidflex-regular.woff') format('woff');
}

@font-face {
    font-style: normal;
    font-weight: 300;
    font-family: 'Euclid Flex';
    font-display: swap;
    src: url('../fonts/euclidflex-light.woff2') format('woff2'), url('../fonts/euclidflex-light.woff') format('woff');
}

@font-face {
    font-style: normal;
    font-weight: 100;
    font-family: 'Euclid Flex';
    font-display: swap;
    src: url('../fonts/euclidflex-thin.woff2') format('woff2'), url('../fonts/euclidflex-thin.woff') format('woff');
}

@font-face {
    font-style: normal;
    font-weight: 300;
    font-family: 'Euclid Square';
    font-display: swap;
    src: url('../fonts/euclidsquare-light.woff2') format('woff2'), url('../fonts/euclidsquare-light.woff') format('woff');
}

@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: 'Euclid Square';
    font-display: swap;
    src: url('../fonts/euclidsquare-regular.woff2') format('woff2'), url('../fonts/euclidsquare-regular.woff') format('woff');
}

@font-face {
    font-style: normal;
    font-weight: 500;
    font-family: 'Euclid Square';
    font-display: swap;
    src: url('../fonts/euclidsquare-medium.woff2') format('woff2'), url('../fonts/euclidsquare-medium.woff') format('woff');
}

@font-face {
    font-style: normal;
    font-weight: 300;
    font-family: 'KyivType';
    font-display: swap;
    src: url('../fonts/KyivTypeSans-Light.woff2') format('woff2');
}

@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: 'KyivType';
    font-display: swap;
    src: url('../fonts/KyivTypeSans-Regular.woff2') format('woff2');
}

@font-face {
    font-style: normal;
    font-weight: 500;
    font-family: 'KyivType';
    font-display: swap;
    src: url('../fonts/KyivTypeSans-Medium.woff2') format('woff2');
}

@font-face {
    font-style: normal;
    font-weight: 400;
    font-family: 'Inter';
    font-display: swap;
    src: url('../fonts/inter-regular.woff2') format('woff2'), url('../fonts/inter-regular.woff') format('woff');
}

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

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

@font-face {
    font-style: normal;
    font-weight: 300;
    font-family: 'Highliner';
    font-display: swap;
    src: url('../fonts/highliner-light.woff2') format('woff2'), url('../fonts/highliner-light.woff') format('woff');
}

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

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

html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    /* stylelint-disable-next-line */
    min-height: var(--screen-height, 100vh);
}

html {
    font-style: normal;
    font-weight: 400;
    font-size: 24.8px;
    line-height: 1.5rem;
    font-family: 'KyivType', 'Arial', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

body {
    width: 100%;
    height: 100%;
    background-color: var(--body-bg);
    color: var(--main-color);
}

a {
    color: var(--main-color);
    text-decoration: none;
}

img, video {
    display: block;
    max-width: 100%;
    height: auto;
}

textarea {
    resize: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1000px #ffffff;
    box-shadow: inset 0 0 0 1000px #ffffff;
    -webkit-text-fill-color: #000000;
}

input, textarea {
    border-radius: 0;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    opacity: 1;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    opacity: 1;
}

input::placeholder, textarea::placeholder {
    opacity: 1;
}

input:invalid, textarea:invalid {
    -webkit-box-shadow: none;
    box-shadow: none;
}

select {
    border-radius: 0;
}

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

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

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}

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

select, textarea, input:matches([type='email'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='url']) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button, [type='button'], [type='reset'], [type='submit'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    /* stylelint-disable-next-line */
    min-height: calc(100 * var(--vh, 1vh));
}

.wrapper .header, .wrapper .footer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

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

.wrapper--dark {
    background-color: var(--dark-bg);
}

.rouble {
    font-family: 'Rouble', 'Arial', sans-serif;
    /* stylelint-disable */
    text-transform: lowercase !important;
    font-weight: 400 !important;
    /* stylelint-enable */
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
}

.scroll-lock-ios {
    position: fixed;
    overflow: hidden;
}

.scroll-lock {
    overflow: hidden;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-transition {
    /* stylelint-disable-next-line */
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.container {
    width: 100%;
    max-width: 71rem;
    margin: 0 auto;
    padding: 0 4.25rem;
}

.container--np {
    padding: 0;
}

.container--npr {
    padding-right: 0;
}

.header {
    z-index: 1000;
    position: fixed;
    left: 1.5rem;
    width: 17.5rem;
    -webkit-transition: -webkit-transform 0.6s ease;
    transition: -webkit-transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    transition: transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

.header.is-active .header__inner {
    width: initial;
    height: initial;
    pointer-events: auto;
    height: 100%;
}

.header.is-active .header__overlay {
    display: block;
}

.header.is-active .btn-menu-toggle__open-icon {
    display: none;
}

.header.is-active .btn-menu-toggle__close-icon {
    display: block;
}

.header--dark .header__wrapper {
    background-color: #3b3f40;
}

.header--dark .logo__img {
    color: #c2a489;
}

.header--dark .header__nav {
    color: #ffffff;
}

.header--dark .logo__main {
    color: #ffffff;
}

.header--dark .logo__main .img {
    color: #c2a489;
}

.header--dark .header__top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.header--dark .header__top-item::after {
    background-color: rgba(255, 255, 255, 0.12);
}

.header--dark .main-nav__item a {
    color: inherit;
}

.header--dark .main-nav__link.is-active::before {
    background-color: #ffffff;
}

.header--dark .main-nav__link.is-active::after {
    background-color: rgba(255, 255, 255, 0.2);
}

.header--dark .header__phone-link {
    color: #ffffff;
}

.header--dark .socials__link--whatsapp {
    color: #ffffff;
}

.header--dark .socials__link--telegram {
    color: #ffffff;
}

.header--dark .header__bottom {
    border-top: 0.0625rem solid rgba(255, 255, 255, 0.12);
}

.header--dark .socials--with-border .socials__item {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.header--dark .socials--with-border .socials__item:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.header--dark .main-nav__inner-list {
    background: none;
}

.header--dark .header__phone-link--only-text.header__phone-link--dark, .header--dark .socials__link.socials__link--dark {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header--dark .header__phone-link--light, .header--dark .socials__link.socials__link--light {
    display: none;
}

.header__phone-link--only-text.header__phone-link--dark, .socials__link.socials__link--dark {
    display: none;
}

.header__wrapper {
    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-line-pack: start;
    align-content: flex-start;
    height: 100vh;
    /* stylelint-disable-next-line */
    height: calc(100 * var(--vh, 1vh) - 3rem);
    background-color: var(--main-bg);
    border-radius: 1rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.header__top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    max-height: 190px;
    width: 100%;
    border-bottom: 1px solid rgba(50, 45, 41, 0.12);
}

.header__logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header__top-item {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header__nav {
    margin-top: clamp(1px, 8vh, 3.5rem);
    margin-bottom: auto;
}

.header__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 0;
}

.header__inner::-webkit-scrollbar {
    width: 0;
}

.header__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: auto;
    border-top: 1px solid rgba(50, 45, 41, 0.12);
}

.header__phone-link--only-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 0 -1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 3.5625rem;
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
    padding-right: 22px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.header__phone-link--only-text .header__phone-link--dark {
    display: none;
}

.header__phone-link--only-icon {
    display: none;
}

.header__socials {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 -1px 0;
}

.header__socials .socials__item {
    width: 3.5rem;
    height: 3.5rem;
    margin: -1px 0 0 0;
}

.header__btn-reserve {
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
}

.header__btn-reserve:disabled {
    border-top: 0.0625rem solid rgba(50, 45, 41, 0.12);
}

.header__overlay {
    display: none;
    pointer-events: all;
}

.main-nav {
    text-transform: uppercase;
    overflow-y: auto;
    max-height: 66%;
    scrollbar-width: thin;
    scrollbar-color: #ccc5c0 rgba(255, 255, 255, 0);
    margin-right: 1rem;
}

.main-nav::-webkit-scrollbar {
    height: 6.3125rem;
    width: 0.1875rem;
}

.main-nav::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0);
}

.main-nav::-webkit-scrollbar-thumb {
    background-color: #ccc5c0;
    border-radius: 0.1875rem;
    border: 0.1875rem solid rgba(255, 255, 255, 0);
}

.main-nav__wrapper {
    margin-left: 1.8125rem;
    margin-right: 1.8125rem;
}

.main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    padding-left: 4.0625rem;
    list-style: none;
}

.main-nav__item {
    width: 100%;
    position: relative;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: 1rem;
    margin-bottom: 0.75rem;
}

.main-nav__item.is-active .main-nav__inner-list {
    opacity: 1;
    margin-top: 1.25rem;
    -webkit-transition: margin 0.7s ease-in-out, max-height 0.7s ease-in-out, opacity 0.7s ease-in-out;
    -o-transition: margin 0.7s ease-in-out, max-height 0.7s ease-in-out, opacity 0.7s ease-in-out;
    transition: margin 0.7s ease-in-out, max-height 0.7s ease-in-out, opacity 0.7s ease-in-out;
}

.main-nav__item.is-active [data-accordion='icon']::after, .main-nav__item.is-active [data-accordion='icon']::before {
    background-color: #000000;
}

.main-nav__item [data-accordion='icon']::after, .main-nav__item [data-accordion='icon']::before {
    background-color: #ffffff;
}

.main-nav__link {
    position: relative;
}

.main-nav__link.is-active {
    pointer-events: none;
}

.main-nav__link.is-active::before, .main-nav__link.is-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.main-nav__link.is-active::before {
    left: -4.25rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.3125rem;
    height: 0.3125rem;
    background-color: var(--main-color);
    border-radius: 50%;
}

.main-nav__link.is-active::after {
    left: -3.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3rem;
    height: 0.0625rem;
    background-color: rgba(50, 45, 41, 0.12);
}

.main-nav__inner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-nav__inner-item {
    position: relative;
    width: 100%;
    padding-left: 0.8125rem;
    text-transform: none;
    letter-spacing: initial;
    margin-bottom: 12px;
}

.main-nav__inner-item::before {
    content: '';
    display: block;
    position: absolute;
    width: 0.3125rem;
    height: 0.3125rem;
    left: 0;
    top: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: var(--icon-color);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.footer {
    padding: 2.5rem 0 1.5rem 19rem;
    background-color: rgba(255, 255, 255, 0);
    overflow: hidden;
}

.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__item {
    cursor: pointer;
    width: 20%;
    border: 1px solid rgba(50, 45, 41, 0.12);
    border-right: none;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    overflow: hidden;
}

.footer__item:first-child {
    border-top-left-radius: 1rem;
}

.footer__item:last-child {
    border-right: 1px solid rgba(50, 45, 41, 0.12);
    border-top-right-radius: 1rem;
}

.footer__link {
    position: relative;
    display: block;
    padding: 2.4375rem 0.625rem 2.5rem;
    white-space: nowrap;
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: var(--main-color);
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    background-color: #f7f3f0;
}

.wrapper--dark .footer__link, .footer__link:hover {
    background-color: transparent;
}

.footer__img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #000000;
    z-index: -1;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.footer__img img {
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -o-object-fit: cover;
    object-fit: cover;
}

.footer__copyright {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin: 0;
    padding-right: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 5px;
    color: var(--main-color);
}

.footer__text {
    margin: 0;
    font-weight: 300;
    font-size: 0.8125rem;
    line-height: 1.125rem;
}

.footer__text_mob {
    display: none;
}

.footer__text-articles a {
    color: rgba(50, 45, 41, 0.7);
}

.footer__text-articles_mob {
    display: none;
}

.footer__text-articles_mob a {
    color: rgba(50, 45, 41, 0.7);
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(50, 45, 41, 0.12);
    border-top: none;
    border-radius: 1rem;
    background-color: #f7f3f0;
}

.wrapper--dark .footer__bottom {
    background-color: transparent;
}

.footer__yandex-place {
    margin-right: 1.5rem;
    border-right: 1px solid rgba(50, 45, 41, 0.12);
    padding: 1.6875rem 5rem 1.5625rem 1.5rem;
}

.footer__yandex-place svg {
    width: 12.25rem;
    height: 2.625rem;
}

.footer__yandex-place .link {
    display: block;
    line-height: 0;
}

.footer__copyright > .footer__text, .footer__author > .footer__text, .footer__rights > .footer__text {
    color: rgba(50, 45, 41, 0.7);
}

.footer__author > .footer__text {
    text-align: end;
    padding-right: 0;
}

.footer__author a {
    position: relative;
    padding-left: 2.1875rem;
    font-style: italic;
    font-family: 'Merriweather', 'Arial', serif;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.footer__author a::after {
    position: absolute;
    top: 0.5625rem;
    left: 0.4375rem;
    content: '';
    width: 1.5rem;
    height: 1px;
    background-color: rgba(50, 45, 41, 0.2);
}

.footer--dark .footer__link {
    color: #ffffff;
}

.footer--dark .footer__item {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-right-width: 0;
}

.footer--dark .footer__item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.footer--dark .footer__bottom {
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: none;
}

.footer--dark .footer__yandex-place {
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.footer--dark .footer__copyright {
    border-top: none;
}

.footer--dark .footer__text {
    color: rgba(255, 255, 255, 0.7);
}

.footer--dark .footer__footnate .footer__text {
    color: #ffffff;
}

.footer--dark .footer__footnate svg {
    fill: #ffffff;
}

.footer--dark .footer__text a {
    color: #ffffff;
}

.footer--dark .footer__text a::after {
    background-color: rgba(255, 255, 255, 0.2);
}

.modal::-webkit-scrollbar {
    display: none;
}

.modal__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    padding: 3.75rem 2.5rem 3.75rem 19rem;
}

.modal__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.modal__content {
    position: relative;
    width: 43.75rem;
    padding: 2.1875rem 2.5rem 2.5rem 2.5rem;
    border-radius: 1rem;
    overflow: hidden;
    background-color: #ffffff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.modal__close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    background-color: var(--icon-color);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.modal__close-btn svg {
    width: 1.25rem;
    height: 1.25rem;
}

.modal--responsive .modal__content {
    width: 100%;
}

.modal--fit-content .modal__content {
    width: auto;
}

.modal--no-scale {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.modal--preload {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.modal--map .modal__content {
    padding: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 69.7vw;
}

.modal--map .map__inner {
    height: 38vw;
}

.modal--map .modal__close-btn {
    top: 2.25rem;
    right: 4.25rem;
    color: var(--main-color);
    background: #ffffff;
}

.modal--video .modal__content {
    padding: 0;
    width: 69.7vw;
    background-color: rgba(255, 255, 255, 0);
}

.modal--video .modal-video {
    position: relative;
    width: 100%;
    height: 38vw;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background-color: #000000;
}

.modal--video .modal-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.modal--video .modal__close-btn {
    top: 2.25rem;
    right: 4.25rem;
    color: var(--main-color);
    background: #ffffff;
}

.modal--bath .bath-card {
    height: 100%;
}

.modal--bath .modal__content {
    height: 34.7vw;
    width: 69.7vw;
    padding: 0;
}

.modal--square .modal__wrapper {
    border-radius: 0;
}

.modal--call .modal__wrapper {
    padding: 3.125rem;
}

.modal--call .modal__content {
    position: relative;
    background: var(--body-bg);
    border-radius: 16px;
    padding: 2.5rem;
    width: 48.75rem;
}

.modal--call-dark .modal__content {
    background: var(--dark-bg);
}

.modal.is-active {
    /* display: block; */
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.modal.is-active .modal-video video {
    opacity: 1;
}

.modal--certificate {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.modal--certificate .modal__wrapper {
    padding: 3.75rem 2.5rem 3.75rem 19rem;
}

.modal--certificate .modal__content {
    padding: 1.75rem 0;
    width: auto;
    background-color: #f2f0ea;
    border-radius: 1rem;
}

.modal--certificate .modal__close-btn {
    top: 2.125rem;
    right: 4.25rem;
    background-color: #ffffff;
    color: var(--main-color);
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    /* display: none; */
    flex-direction: column;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1.2);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.55, 0, 0.1, 1), transform 0.6s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.6s cubic-bezier(0.55, 0, 0.1, 1);
    pointer-events: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.modal--map, .modal--video {
    background-color: rgba(0, 0, 0, 0.7);
    transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
    transition-delay: 1.1s;
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 1.25rem 2rem;
    color: #ffffff;
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background-color: var(--cta-bg);
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.btn:disabled, .btn.is-disabled {
    color: rgba(50, 45, 41, 0.5);
    background-color: var(--main-bg);
    pointer-events: none;
}

.btn--large {
    padding: 1.5rem 3rem;
}

.btn--small {
    padding: 1.25rem 1.9375rem;
}

.btn--square {
    border-radius: 0;
}

.btn--top-not-square {
    border-radius: 0 0 1rem 1rem;
}

.btn--transparent {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0);
}

.btn--bordered {
    padding: 1.1875rem 3rem;
    color: var(--main-color);
    border: 1px solid rgba(50, 45, 41, 0.2);
    background-color: rgba(255, 255, 255, 0);
}

.wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: 0;
}

.custom-input, .custom-textarea {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.custom-input label, .custom-textarea label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.custom-input label input, .custom-input label textarea, .custom-textarea label input, .custom-textarea label textarea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 4rem;
    padding: 1.875rem 1rem 0.6875rem 1.5rem;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    color: var(--main-color);
    border: none;
    border-radius: 1rem;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

.custom-input label input:hover + .custom-input__label, .custom-input label textarea:hover + .custom-input__label, .custom-textarea label input:hover + .custom-input__label, .custom-textarea label textarea:hover + .custom-input__label {
    color: rgba(50, 45, 41, 0.7);
}

.custom-input label input:focus ~ .custom-input__label, .custom-input label input:focus ~ .custom-input__error, .custom-input label textarea:focus ~ .custom-input__label, .custom-input label textarea:focus ~ .custom-input__error, .custom-textarea label input:focus ~ .custom-input__label, .custom-textarea label input:focus ~ .custom-input__error, .custom-textarea label textarea:focus ~ .custom-input__label, .custom-textarea label textarea:focus ~ .custom-input__error {
    -webkit-transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
    -ms-transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
    transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
    padding-bottom: 0;
}

.custom-input label::after, .custom-textarea label::after {
    display: none;
    content: '';
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: rgba(50, 45, 41, 0.5);
}

.custom-input label textarea, .custom-textarea label textarea {
    min-height: 6rem;
}

.custom-input__label, .custom-textarea__label {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding: 1.25rem 0 1.5rem 1.5rem;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    color: rgba(50, 45, 41, 0.5);
    -webkit-transition: color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, color 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.custom-input__error, .custom-textarea__error {
    position: absolute;
    left: 1.5rem;
    top: 1.25rem;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    color: #d33636;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.invalid .wpcf7-response-output {
    display: none;
}

.invalid .custom-input:not(.not-empty) .wpcf7-validates-as-required + .custom-input__label, .custom-input.is-invalid input, .custom-textarea.is-invalid input {
    color: #d33636;
}

.invalid .custom-input:not(.not-empty)[data-validate-type] label::after, .custom-input.is-invalid label::after, .custom-textarea.is-invalid label::after {
    background-color: #d33636;
}

.custom-input.is-invalid .custom-input__label, .custom-textarea.is-invalid .custom-input__label {
    opacity: 0;
}

.custom-input.is-invalid .custom-input__error, .custom-textarea.is-invalid .custom-input__error {
    opacity: 1;
}

.custom-input.is-invalid label input:hover + .custom-input__label, .custom-input.is-invalid label textarea:hover + .custom-input__label, .custom-textarea.is-invalid label input:hover + .custom-input__label, .custom-textarea.is-invalid label textarea:hover + .custom-input__label {
    color: #d33636;
}

.custom-input.is-valid label::after, .custom-textarea.is-valid label::after {
    background-color: #3aa320;
}

.custom-input.is-valid .custom-input__label, .custom-textarea.is-valid .custom-input__label {
    -webkit-transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
    -ms-transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
    transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
    padding-bottom: 0;
}

.custom-input.is-valid label input:hover + .custom-input__label, .custom-input.is-valid label textarea:hover + .custom-input__label, .custom-textarea.is-valid label input:hover + .custom-input__label, .custom-textarea.is-valid label textarea:hover + .custom-input__label {
    color: rgba(50, 45, 41, 0.5);
}

.custom-input.not-empty .custom-input__label, .custom-textarea.not-empty .custom-input__label {
    -webkit-transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
    -ms-transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
    padding-bottom: 0;
    transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
}

.custom-input.not-empty .custom-input__error, .custom-textarea.not-empty .custom-input__error {
    -webkit-transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
    -ms-transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
    transform: translateX(-6%) translateY(-0.8125rem) scale(0.9);
}

.custom-input[data-validate-type] label::after, .custom-textarea[data-validate-type] label::after {
    display: block;
}

.custom-input--dark label input, .custom-input--dark label textarea, .custom-textarea--dark label input, .custom-textarea--dark label textarea {
    color: #ffffff;
    background-color: #3b3f40;
}

.custom-input--dark label input:hover + .custom-input__label, .custom-input--dark label textarea:hover + .custom-input__label, .custom-textarea--dark label input:hover + .custom-input__label, .custom-textarea--dark label textarea:hover + .custom-input__label {
    color: rgba(255, 255, 255, 0.7);
}

.custom-input--dark label::after, .custom-textarea--dark label::after {
    background-color: rgba(255, 255, 255, 0.5);
}

.custom-input--dark .custom-input__label, .custom-textarea--dark .custom-input__label {
    color: rgba(255, 255, 255, 0.5);
}

.custom-input--dark.is-valid label input:hover + .custom-input__label, .custom-input--dark.is-valid label textarea:hover + .custom-input__label, .custom-textarea--dark.is-valid label input:hover + .custom-input__label, .custom-textarea--dark.is-valid label textarea:hover + .custom-input__label {
    color: rgba(255, 255, 255, 0.7);
}

.custom-input--dark.is-valid label::after, .custom-input--dark.is-valid label::after, .custom-textarea--dark.is-valid label::after, .custom-textarea--dark.is-valid label::after {
    background-color: #3aa320;
}

.custom-toggle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*&.is-valid {
    label span {
      color: $color-eucalyptus;
    }
  }*/
}

.custom-toggle__error {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #d33636;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.custom-toggle input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    clip: rect(0 0 0 0);
}

.custom-toggle label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.custom-toggle label span {
    margin-bottom: 0;
    margin-left: 0;
}

.custom-toggle__label {
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    color: rgba(50, 45, 41, 0.5);
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.custom-toggle--checkbox .custom-toggle__icon {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.75rem;
    height: 2rem;
    margin: 0 1rem 0 0;
    color: #ffffff;
    border: 0.0625rem solid rgba(50, 45, 41, 0.2);
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
    transition: border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}

.custom-toggle--checkbox .custom-toggle__icon svg {
    position: absolute;
    top: 50%;
    left: 0.875rem;
    width: 1rem;
    height: 1rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    fill: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, left 0.3s ease;
    -o-transition: opacity 0.3s ease, left 0.3s ease;
    transition: opacity 0.3s ease, left 0.3s ease;
}

.custom-toggle--checkbox .custom-toggle__icon::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0.875rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: var(--main-color);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: background-color 0.3s ease, left 0.3s ease;
    -o-transition: background-color 0.3s ease, left 0.3s ease;
    transition: background-color 0.3s ease, left 0.3s ease;
}

.custom-toggle--checkbox input:checked ~ .custom-toggle__label {
    color: var(--main-color);
}

.custom-toggle--checkbox input:checked + .custom-toggle__icon {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.custom-toggle--checkbox input:checked + .custom-toggle__icon::before {
    background-color: var(--cta-bg);
    left: calc(100% - 0.875rem);
}

.custom-toggle--checkbox input:checked + .custom-toggle__icon svg {
    opacity: 1;
    left: calc(100% - 0.875rem);
}

.custom-toggle--radio label {
    width: 100%;
    padding: 1.25rem 2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.custom-toggle--radio .custom-toggle__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--main-color);
}

.custom-toggle--radio .custom-toggle__label::before {
    content: '';
    width: 0.3125rem;
    height: 0.3125rem;
    margin: 0 0.5rem 0 0;
    background-color: var(--icon-color);
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.custom-toggle--radio .custom-toggle__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    border-radius: 0.75rem;
    z-index: -1;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.custom-toggle--radio input:checked ~ .custom-toggle__label {
    color: #ffffff;
}

.custom-toggle--radio input:checked ~ .custom-toggle__label::before {
    background-color: var(--cta-bg);
}

.custom-toggle--radio input:checked + .custom-toggle__icon {
    background-color: var(--main-color);
}

.custom-select {
    position: relative;
    width: 250px;
    padding: 30px 0;
    /* &.is-valid {
    .custom-select__button {
      border: 2px solid $color-eucalyptus;

      &:focus,
      &:hover {
        border: 2px solid rgba($color-eucalyptus, 0.5);
      }
    }
  } */
}

.custom-select__label {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    pointer-events: none;
}

.custom-select__placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    pointer-events: none;
}

.custom-select select {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
}

.custom-select__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
}

.custom-select__button:hover {
    border: 2px solid rgba(0, 0, 0, 0.5);
}

.custom-select__button:focus {
    border: 2px solid rgba(0, 0, 0, 0.8);
}

.custom-select__list {
    position: absolute;
    bottom: 32px;
    z-index: 1;
    width: 100%;
    max-height: 100px;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    list-style: none;
    background-color: #ffffff;
    border: 2px solid #000000;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
    -o-transition: visibility 0.3s ease, opacity 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease;
}

.custom-select__item {
    padding: 5px;
    outline: none;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.custom-select__item[aria-selected='true'] {
    background-color: rgba(255, 255, 255, 0.2);
}

.custom-select__error {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #d33636;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease;
    -o-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
}

.custom-select__text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80%;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.1s;
    -o-transition: opacity 0.3s ease 0.1s;
    transition: opacity 0.3s ease 0.1s;
}

.custom-select__text br {
    display: none;
}

.custom-select__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 10px;
    margin-left: auto;
    background-color: #000000;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-clip-path: polygon(100% 0, 100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%);
    clip-path: polygon(100% 0, 100% 20%, 50% 100%, 0 20%, 0 0, 50% 80%);
}

.custom-select.open-up .custom-select__list {
    bottom: auto;
    top: 0;
    -webkit-transform: translateY(calc(-100% + 30px));
    -ms-transform: translateY(calc(-100% + 30px));
    transform: translateY(calc(-100% + 30px));
}

.custom-select.is-open .custom-select__list {
    visibility: visible;
    opacity: 1;
}

.custom-select.is-open .custom-select__icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom-select.is-open .custom-select__label {
    opacity: 0;
}

.custom-select.not-empty .custom-select__text {
    opacity: 1;
}

.custom-select.not-empty .custom-select__label {
    opacity: 0;
}

.custom-select.not-empty .custom-select__placeholder {
    opacity: 0;
}

.custom-select.is-invalid .custom-select__error {
    opacity: 1;
}

.custom-select.is-invalid .custom-select__button {
    border: 2px solid #d33636;
}

.custom-select.is-invalid .custom-select__button:focus, .custom-select.is-invalid .custom-select__button:hover {
    border: 2px solid rgba(211, 54, 54, 0.5);
}

.custom-select--placeholder .custom-select__label {
    -webkit-transform: translateY(calc(-50% - 40px));
    -ms-transform: translateY(calc(-50% - 40px));
    transform: translateY(calc(-50% - 40px));
    opacity: 1;
}

.custom-select--placeholder.is-open .custom-select__label {
    opacity: 1;
}

.custom-select--placeholder.not-empty .custom-select__label {
    opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__label, .custom-select.slide-up.is-open .custom-select__label {
    -webkit-transform: translateY(calc(-50% - 40px));
    -ms-transform: translateY(calc(-50% - 40px));
    transform: translateY(calc(-50% - 40px));
    opacity: 1;
}

.custom-select.slide-up.not-empty .custom-select__text, .custom-select.slide-up.is-open .custom-select__text {
    opacity: 1;
}

@-webkit-keyframes slide-back {
    0% {
        -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }

    100% {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@keyframes slide-back {
    0% {
        -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }

    100% {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@-webkit-keyframes slide-next {
    0% {
        -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    }

    100% {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@keyframes slide-next {
    0% {
        -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    }

    100% {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@-webkit-keyframes slide-next-2 {
    0% {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    100% {
        -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    }
}

@keyframes slide-next-2 {
    0% {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }

    100% {
        -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
        clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    }
}

@-webkit-keyframes fade-in-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

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

@keyframes fade-in-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

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

@-webkit-keyframes fade-in-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

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

@keyframes fade-in-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

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

@-webkit-keyframes fade-in-top-50 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

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

@keyframes fade-in-top-50 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

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

@-webkit-keyframes fade-in-bottom-50 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

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

@keyframes fade-in-bottom-50 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

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

@-webkit-keyframes slide-to-right {
    0% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes slide-to-right {
    0% {
        -webkit-transform: translateX(-150%);
        transform: translateX(-150%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

[data-animate] .d-100 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

[data-animate] .d-200 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

[data-animate] .d-300 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

[data-animate] .d-400 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

[data-animate] .d-500 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

[data-animate] .d-600 {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

[data-animate] .d-700 {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

[data-animate] .d-800 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

[data-animate] .fib, [data-animate] .fit {
    opacity: 0;
    pointer-events: none;
}

[data-animate] .str {
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    pointer-events: none;
}

[data-animate].show .fib, [data-animate].show .fit {
    opacity: 1;
    pointer-events: all;
}

[data-animate].show .str {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    pointer-events: all;
}

[data-animate].show .fib {
    -webkit-animation-name: fade-in-bottom-50;
    animation-name: fade-in-bottom-50;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

[data-animate].show .fit {
    -webkit-animation-name: fade-in-top-50;
    animation-name: fade-in-top-50;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

[data-animate].show .str {
    -webkit-animation-name: slide-to-right;
    animation-name: slide-to-right;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

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

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

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

@-webkit-keyframes countdown {
    from {
        stroke-dashoffset: 10.9375rem;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes countdown {
    from {
        stroke-dashoffset: 10.9375rem;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes countdown-tab {
    from {
        stroke-dashoffset: 14.0625rem;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes countdown-tab {
    from {
        stroke-dashoffset: 14.0625rem;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.intro {
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    /* stylelint-disable-next-line */
    min-height: calc(100 * var(--vh, 1vh));
    padding: 3.4375rem 0;
    color: #ffffff;
}

.intro__bg {
    position: absolute;
    left: -19rem;
    top: 0;
    width: calc(100% + 19rem);
    height: 100%;
    background-color: #000000;
    z-index: -1;
}

.intro__bg img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.intro .container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    flex-grow: 1;
}

.intro__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 auto 0;
}

.intro__content {
    position: relative;
    margin: 0 0 auto 0;
    padding: 0 0 0.625rem 0;
    z-index: 3;
}

.intro .phones a {
    color: white;
}

.intro .phones {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 22px;
    margin-bottom: 3.6rem;
}

.intro .title {
    max-width: 41.25rem;
    margin: 0 0 3rem 0;
}

.intro .title .accent {
    color: #ffffff;
}

.address-map-mobile {
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    padding-bottom: 50%;
    width: 100%;
    margin-top: 20px;
    border: 1px solid rgba(50, 45, 41, 0.25);
}

.address-map-mobile picture {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.address-map-mobile img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.intro__address {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 auto 0;
    padding: 0 0 0 4.5rem;
}

.intro__address.is-open .intro__address-icon {
    width: 69.7vw;
    height: 38vw;
    border-radius: 1rem;
    left: calc(50% - 0.875rem);
    top: -4.375rem;
    pointer-events: none;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition-delay: 1.8s, 0s, 0s, 0s, 0s, 0s, 0s, 0s;
    -o-transition-delay: 1.8s, 0s, 0s, 0s, 0s, 0s, 0s, 0s;
    transition-delay: 1.8s, 0s, 0s, 0s, 0s, 0s, 0s, 0s;
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
}

.intro__address.is-open .intro__address-icon svg {
    opacity: 0;
}

.intro__address-icon {
    position: absolute;
    left: 1.75rem;
    top: calc(100% - 1.75rem);
    width: 3.5rem;
    height: 3.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    border-radius: 1.75rem;
    background-color: var(--icon-color);
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
    transform: translate(-50%, -50%) translate3d(0, 0, 0);
    will-change: transform;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, z-index 0s;
    -o-transition: background-color 0.3s ease, color 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, z-index 0s;
    transition: background-color 0.3s ease, color 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, z-index 0s;
    -webkit-transition-delay: 0s, 0s, 0.7s, 0.7s, 0.7s, 0.7s, 0.7s, 1s;
    -o-transition-delay: 0s, 0s, 0.7s, 0.7s, 0.7s, 0.7s, 0.7s, 1s;
    transition-delay: 0s, 0s, 0.7s, 0.7s, 0.7s, 0.7s, 0.7s, 1s;
}

.intro__address-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.intro__address-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    color: #ffffff;
}

.intro__address-text span {
    /* max-width: 18.3125rem; */
}

.intro__address-text .intro__address-accent {
    position: relative;
}

.intro__address-text .intro__address-accent::before {
    content: '';
    position: absolute;
    bottom: -0.3125rem;
    left: 0;
    right: 0;
    /* width: 17rem; */
    height: 1px;
    background-image: url('../img/sprite/icon-line.svg');
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.intro .scroll-btn {
    position: relative;
    margin: 25px 0 -0.25rem;
    -ms-flex-item-align: start;
    align-self: flex-start;
    z-index: 1;
}

.intro .btn {
    display: none;
    margin: 0 0 3rem -1.5rem;
    width: calc(100% + 3rem);
}

.intro .video {
    position: absolute;
    top: 0.75rem;
    right: calc(50% - 14.375rem);
    -webkit-transform: translate(50%, -50%) translateZ(0);
    transform: translate(50%, -50%) translateZ(0);
}

.intro__text {
    max-width: 31.875rem;
}

.intro__slider-wrapper {
    position: absolute;
    left: -19rem;
    top: 0;
    width: calc(100% + 19rem);
    height: 100%;
    background-color: #000000;
    z-index: -1;
}

.intro__slider-wrapper.back .swiper-slide-active {
    -webkit-animation: slide-back 1s ease-in-out;
    animation: slide-back 1s ease-in-out;
}

.intro__slider-wrapper.back .swiper-slide-next, .intro__slider-wrapper.back .swiper-slide-duplicate-next {
    z-index: 3;
}

.intro__slider-wrapper.back .swiper-slide-prev, .intro__slider-wrapper.back .swiper-slide-duplicate-prev {
    z-index: -1;
}

.intro__slider-wrapper.next .swiper-slide-active {
    -webkit-animation: slide-next 1s ease-in-out;
    animation: slide-next 1s ease-in-out;
}

.intro__slider-wrapper.next .swiper-slide-next {
    z-index: -1;
}

.intro__slider-wrapper.next .swiper-slide-prev {
    z-index: 3;
}

.intro__slider {
    opacity: 0.5;
}

.intro .swiper-slide {
    z-index: 0;
}

.intro .swiper-slide.swiper-slide-active {
    z-index: 4;
}

.intro .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.intro__slider-pagination, .intro .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: unset;
    right: 4.25rem;
    bottom: -0.6875rem;
    z-index: 0;
}

.intro__slider-pagination .swiper-pagination-bullet, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 4.5rem;
    height: 4.5rem;
    padding: 0;
    margin: 0 1rem 0 0;
    color: var(--main-color);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    opacity: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out, border-radius 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out, border-radius 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out, border-radius 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out, border-radius 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out, border-radius 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.intro__slider-pagination .swiper-pagination-bullet svg, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet svg {
    display: none;
    position: absolute;
    top: 50%;
    left: 0.5rem;
    width: 3.5rem;
    height: 3.5rem;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    z-index: 1;
    overflow: visible;
}

.intro__slider-pagination .swiper-pagination-bullet circle, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet circle {
    r: 1.75rem;
    cy: 1.75rem;
    cx: 1.75rem;
    stroke-dasharray: 10.9375rem;
    stroke-dashoffset: 10.9375rem;
    stroke-linecap: round;
    stroke-width: 1px;
    stroke: var(--icon-color);
    fill: none;
    -webkit-animation: countdown 5s linear forwards;
    animation: countdown 5s linear forwards;
}

.intro__slider-pagination .swiper-pagination-bullet:last-child, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet:last-child {
    margin: 0;
}

.intro__slider-pagination .intro__slider-bullet, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .intro__slider-bullet {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.intro__slider-pagination .swiper-pagination-bullet-active, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    padding: 0.75rem;
    width: 12.9375rem;
    border-radius: 6rem;
    background-color: #ffffff;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.intro__slider-pagination .swiper-pagination-bullet-active .intro__slider-bullet, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active .intro__slider-bullet {
    left: -0.75rem;
    margin: 0 -0.5rem 0 0;
    border: 0.75rem solid #ffffff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.intro__slider-pagination .swiper-pagination-bullet-active .intro__slider-caption, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active .intro__slider-caption {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.intro__slider-pagination .swiper-pagination-bullet-active svg, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active svg {
    display: block;
}

.intro__slider-pagination.is-static .swiper-pagination-bullet-active svg, .intro .swiper-pagination-bullets.swiper-pagination-horizontal.is-static .swiper-pagination-bullet-active svg {
    display: none;
}

.intro__slider-bullet {
    position: relative;
    left: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: border-width 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: border-width 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out, border-width 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, border-width 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, border-width 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.intro__slider-bullet img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.intro__slider-caption {
    color: inherit;
    text-align: left;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.intro--cuisine .container {
    position: relative;
}

.intro--cuisine .title {
    margin: 0 0 1.375rem 0;
}

.intro--cuisine .intro__content {
    padding: 0;
}

.page-content {
    padding: 0 0 0 19rem;
    overflow: hidden;
}

.subtitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.subtitle .hidden-mobile {
    margin-inline: 5px; }

.subtitle::before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0.3125rem 0.5rem 0 0;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: currentColor;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.subtitle::after {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0.4375rem 0.5rem 0 0;
    width: 2.5rem;
    height: 1px;
    background-color: currentColor;
    opacity: 0.2;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.title {
    margin: 0;
    font-family: 'Euclid Flex', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 3.5rem;
    line-height: 4rem;
}

.title .accent {
    font-weight: 300;
    font-size: 3.3125rem;
}

.title--xl {
    font-size: 4.5rem;
    line-height: 4.5rem;
}

.title--md {
    font-weight: 300;
    font-size: 3rem;
    line-height: 3.5rem;
}

.title--md .accent {
    font-size: 2.6875rem;
}

.title--md-2 {
    font-weight: 300;
    font-size: 3rem;
    line-height: 3.5rem;
}

.title--s {
    font-weight: 300;
    font-size: 2.375rem;
    line-height: 2.75rem;
}

.title--s .accent {
    font-size: 2.1875rem;
}

.title--s-2 {
    font-family: 'KyivType', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 2.375rem;
    line-height: 2.75rem;
}

.title--xs {
    font-family: 'KyivType', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.125rem;
}

.title--xs-1 {
    font-family: 'KyivType', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.125rem;
}

.title--xs-2 {
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.125rem;
}

.title--xxs {
    font-family: 'KyivType', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.625rem;
}

.title--xxs-l {
    font-family: 'KyivType', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.625rem;
}

.title--xxs-1 {
    font-family: 'KyivType', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.625rem;
}

.title--xxs-2 {
    font-family: 'KyivType', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
}

.title--xxs-3 {
    font-family: 'KyivType', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
}

.title--xxs-4 {
    font-family: 'KyivType', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
}

.title--white-with-accent {
    color: #ffffff;
}

.title--accent-rodeo-dust .accent {
    color: #c2a489;
}

.title--mobile {
    display: none;
}

.accent {
    font-family: 'Merriweather', 'Arial', serif;
    font-style: italic;
    line-height: inherit;
    color: var(--second-color);
}

.link {
    color: inherit;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.link[href]:hover {
    color: var(--second-color);
}

.link--white {
    color: #ffffff;
}

.link--hover-rodeo-dust[href]:hover {
    color: #c2a489;
}

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

.socials--with-border .socials__item {
    border-right: 1px solid rgba(50, 45, 41, 0.12);
}

.socials--with-border .socials__item:last-child {
    border-right: none;
}

.socials--with-border .socials__item:first-child {
    border-left: 1px solid rgba(50, 45, 41, 0.12);
}

.socials--rounded .socials__item {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 0.5rem;
}

.socials--rounded .socials__item:last-child {
    margin-right: 0;
}

.socials--rounded .socials__link {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
}

.socials--rounded .socials__link--whatsapp {
    color: #ffffff;
    background-color: #40c351;
}

.socials--rounded .socials__link--whatsapp .socials__icon {
    width: 1.125rem;
    height: 1.125rem;
}

.socials--rounded .socials__link--telegram {
    color: #ffffff;
    background-color: #26a3e2;
}

.socials--rounded .socials__link--telegram .socials__icon {
    width: 1.0625rem;
    height: 1.0625rem;
}

.socials--hover .socials__link {
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.socials--hover-squirrel .socials__link {
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.socials--square .socials__link {
    width: 100%;
    height: 100%;
}

.socials--square .socials__item .socials__link {
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.socials--invert .socials__link {
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.socials--invert .socials__link--telegram {
    background-color: #26a3e2;
}

.socials--invert .socials__link--whatsapp {
    background-color: #40c351;
}

.socials--small .socials__item {
    width: 2.25rem;
    height: 2.25rem;
}

.socials--small .socials__icon {
    width: 1rem;
    height: 1rem;
}

.socials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.socials__item {
    width: 64px;
    height: 64px;
}

.socials__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.socials__link--whatsapp {
    color: #40c351;
}

.socials__link--telegram {
    color: #26a3e2;
}

.socials__icon {
    width: 1.125rem;
    height: 1.125rem;
    margin: auto;
}

.opening-hours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
}

.opening-hours p, .opening-hours a {
    color: inherit;
    margin-inline: 4px; }

.opening-hours svg {
    margin: 0 0.5rem 0 0;
    width: 1.25rem;
    height: 1.25rem;
}

.opening-hours--dark {
    color: var(--main-color);
}

.scroll-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.scroll-btn__icon {
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 12px 0 0;
    width: 3.5rem;
    height: 3.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.scroll-btn__icon svg {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.scroll-btn .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.scroll-btn .text::before {
    content: '';
    margin: 0 0.75rem 0 0;
    width: 2.5rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.advantages {
    padding: 6rem 0 2.5rem 0;
}

.advantages__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.advantages .subtitle {
    padding: 0.8125rem 0 0 0;
    margin: 0 8.6875rem 0 0;
}

.advantages__heading {
    max-width: 31.25rem;
    margin: 0 0 4.1875rem 0;
}

.advantages .title {
    margin: 0 0 1.25rem 0;
}

.advantages__wrapper {
    width: calc(100% + 1.5rem);
    margin: 0 -1.5rem 2.4375rem 0;
}

.advantages__wrapper.back .swiper-slide-active .advantages__card, .advantages__wrapper.back .is-visible .advantages__card {
    -webkit-animation: slide-back 1s ease-in-out;
    animation: slide-back 1s ease-in-out;
}

.advantages__wrapper.back .swiper-slide-active .advantages__card-title, .advantages__wrapper.back .is-visible .advantages__card-title {
    opacity: 0;
    -webkit-animation: fade-in-bottom 0.7s ease-in-out;
    animation: fade-in-bottom 0.7s ease-in-out;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.advantages__wrapper.back .swiper-slide-active .advantages__card-number, .advantages__wrapper.back .is-visible .advantages__card-number {
    opacity: 0;
    -webkit-animation: fade-in-top 0.7s ease-in-out;
    animation: fade-in-top 0.7s ease-in-out;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.advantages__wrapper.back .swiper-slide-next, .advantages__wrapper.back .is-next {
    z-index: 3;
}

.advantages__wrapper.back .swiper-slide-prev, .advantages__wrapper.back .is-prev {
    z-index: -1;
}

.advantages__wrapper.next .swiper-slide-active .advantages__card, .advantages__wrapper.next .is-visible .advantages__card {
    -webkit-animation: slide-next 1s ease-in-out;
    animation: slide-next 1s ease-in-out;
}

.advantages__wrapper.next .swiper-slide-active .advantages__card-title, .advantages__wrapper.next .is-visible .advantages__card-title {
    opacity: 0;
    -webkit-animation: fade-in-top 0.7s ease-in-out;
    animation: fade-in-top 0.7s ease-in-out;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.advantages__wrapper.next .swiper-slide-active .advantages__card-number, .advantages__wrapper.next .is-visible .advantages__card-number {
    opacity: 0;
    -webkit-animation: fade-in-bottom 0.7s ease-in-out;
    animation: fade-in-bottom 0.7s ease-in-out;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.advantages__wrapper.next .swiper-slide-next, .advantages__wrapper.next .is-next {
    z-index: -1;
}

.advantages__wrapper.next .swiper-slide-prev, .advantages__wrapper.next .is-prev {
    z-index: 3;
}

.advantages__mobile {
    display: none;
}

.advantages__group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 0;
}

.advantages__group.swiper-slide-active {
    z-index: 4;
}

.advantages__group.swiper-slide-active .advantages__card-title {
    opacity: 1;
}

.advantages__group.swiper-slide-active .advantages__card-number {
    opacity: 1;
}

.advantages__slide {
    margin: 0 1.5rem 0 0;
    width: calc(33.333% - 1.5rem);
}

.advantages__card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 25vw;
    padding: 1.5rem;
    border-radius: 1rem;
    overflow: hidden;
}

.advantages__card-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
}

.advantages__card-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.7;
}

.advantages__card-title.title {
    max-width: 13.125rem;
    position: relative;
    margin: 0 0 auto 0;
    color: #ffffff;
    z-index: 1;
}

.advantages__card-number {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    font-weight: 300;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    color: rgba(50, 45, 41, 0.7);
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 1;
}

.advantages__card-current {
    position: relative;
    margin: 0 0.9375rem 0 0;
}

.advantages__card-current::after {
    position: absolute;
    content: '';
    width: 0.1875rem;
    height: 0.1875rem;
    top: 50%;
    right: -0.5625rem;
    background-color: rgba(50, 45, 41, 0.5);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.advantages__slider-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.advantages__caption.text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 1.0625rem 0 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.advantages__caption.text span {
    padding: 0 0 0.125rem 0;
}

.advantages__caption.text::before {
    content: '';
    width: 0.3125rem;
    height: 0.3125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0.125rem 0.25rem 0 0.5rem;
    background-color: var(--main-color);
    border-radius: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.advantages__caption.text::after {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 21.75rem;
    height: 1px;
    margin: 0.125rem 0 0 0;
    background-color: rgba(50, 45, 41, 0.12);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.video {
    position: relative;
    width: 9rem;
    height: 9rem;
    border-radius: 18.125rem;
    background-color: #000000;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: translateZ(0) translate3d(0, 0, 0);
    transform: translateZ(0) translate3d(0, 0, 0);
    z-index: 2;
    will-change: transform;
    -webkit-transition: background-color 0s, right 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, -webkit-transform 0.3s ease;
    transition: background-color 0s, right 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, -webkit-transform 0.3s ease;
    -o-transition: background-color 0s, transform 0.3s ease, right 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease;
    transition: background-color 0s, transform 0.3s ease, right 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease;
    transition: background-color 0s, transform 0.3s ease, right 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, -webkit-transform 0.3s ease;
    -webkit-transition-delay: 0s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
    -o-transition-delay: 0s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
    transition-delay: 0s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s, 0.2s;
}

.video.is-open {
    width: 69.7vw;
    height: 38vw;
    border-radius: 1rem;
    right: calc(50% + 0.875rem);
    pointer-events: none;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: translate(50%, -50%) translateZ(0) translate3d(0, 0, 0);
    transform: translate(50%, -50%) translateZ(0) translate3d(0, 0, 0);
    -webkit-transition-delay: 1.95s, 0s, 0s, 0s, 0s, 0s, 0s, 0s;
    -o-transition-delay: 1.95s, 0s, 0s, 0s, 0s, 0s, 0s, 0s;
    transition-delay: 1.95s, 0s, 0s, 0s, 0s, 0s, 0s, 0s;
    z-index: 6;
}

.video.is-open .video__btn {
    opacity: 0;
}

.video.is-open video {
    opacity: 0;
}

.video__link {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    z-index: 1;
    cursor: pointer;
}

.video video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
}

.video__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.video__btn svg {
    width: 2rem;
    height: 2rem;
}

.video__cover, .video__title, .video__duration {
    display: none;
}

.video__title {
    position: absolute;
    top: 1rem;
    left: 1rem;
}

.video__cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 1rem;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.video__cover video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video__cover.is-hidden, .video__cover.is-hidden ~ .video__btn {
    display: none;
}

.video__duration {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    font-weight: 300;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    color: #ffffff;
}

.video__mobile {
    display: none;
}

.video__mobile iframe, .video__mobile video {
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 10;
}

.slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -1rem 0 0;
}

.bath-slider .slider-nav {
    margin: 0;
}

.slider-nav__btn {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 1rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--main-color);
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(50, 45, 41, 0.2);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.slider-nav__btn svg {
    width: 1.25rem;
    height: 1.25rem;
}

.slider-nav__btn--prev svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slider-nav__btn--next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.slider-nav__btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.baths {
    padding: 2.5625rem 0 7.5rem 0;
}

.baths__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.baths .subtitle {
    padding: 0.8125rem 0 0 0;
    margin: 0 12.8125rem 0 0;
}

.baths__heading {
    max-width: 36.875rem;
    margin: 0 0 4rem 0;
}

.baths .title--s {
    max-width: 34.375rem;
    margin: 0 0 1.375rem 0;
}

.baths__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -0.1875rem 3rem 9.9375rem;
}

.baths__navigation .btn-tab {
    margin: 0 8px 0 0;
}

.baths__wrapper.back .baths__slide.swiper-slide-active .bath-card__img-wrapper {
    -webkit-animation: slide-next 1s ease-in-out;
    animation: slide-next 1s ease-in-out;
}

.baths__wrapper.back .baths__slide.swiper-slide-next {
    z-index: 3;
}

.baths__wrapper.back .baths__slide.swiper-slide-prev {
    z-index: -1;
}

.baths__wrapper.next .baths__slide.swiper-slide-active .bath-card__img-wrapper {
    -webkit-animation: slide-next 1s ease-in-out;
    animation: slide-next 1s ease-in-out;
}

.baths__wrapper.next .baths__slide.swiper-slide-next {
    z-index: -1;
}

.baths__wrapper.next .baths__slide.swiper-slide-prev {
    z-index: 3;
}

.baths__slider {
    list-style: none;
    margin: 0;
    padding: 0;
}

.baths__slide {
    position: relative;
    width: 100%;
}

.baths__slide .title, .baths__slide .text--small-2 {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.baths__slide.swiper-slide-active {
    z-index: 4;
}

.baths__slide.swiper-slide-active .title, .baths__slide.swiper-slide-active .text--small-2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.btn-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.6875rem 0.9375rem;
    min-width: 5.4375rem;
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(50, 45, 41, 0.2);
    border-radius: 0.75rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.btn-tab::before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0.3125rem;
    height: 0.3125rem;
    margin: 0 0.5rem 0 0;
    background-color: var(--icon-color);
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.btn-tab.is-active {
    background-color: #ffffff;
    border-color: #ffffff;
}

.btn-tab.is-active::before {
    background-color: var(--main-color);
}

.btn-tab--white {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-tab--white::before {
    background-color: #ffffff;
}

.btn-tab--white.is-active {
    color: var(--main-color);
}

.btn-tab--white.is-active::before {
    background-color: var(--icon-color);
}

.bath-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 1rem;
    width: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.bath-card__img-wrapper {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    min-height: 33.2vw;
    height: auto;
    background-color: #000000;
    z-index: 0;
}

.bath-card__img {
    width: 100%;
    height: 100%;
}

.bath-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bath-card__slider img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bath-card__slider-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

.bath-card__slider-wrapper.back .swiper-slide-active {
    -webkit-animation: slide-back 0.8s ease;
    animation: slide-back 0.8s ease;
}

.bath-card__slider-wrapper.back .swiper-slide-next, .bath-card__slider-wrapper.back .swiper-slide-duplicate-next {
    z-index: 3;
}

.bath-card__slider-wrapper.back .swiper-slide-prev, .bath-card__slider-wrapper.back .swiper-slide-duplicate-prev {
    z-index: -1;
}

.bath-card__slider-wrapper.next .swiper-slide-active {
    -webkit-animation: slide-next 0.8s ease;
    animation: slide-next 0.8s ease;
}

.bath-card__slider-wrapper.next .swiper-slide-next {
    z-index: -1;
}

.bath-card__slider-wrapper.next .swiper-slide-prev {
    z-index: 3;
}

.bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    width: auto;
    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;
    padding: 1.875rem;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 6;
}

.bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
    position: relative;
    width: 0.3125rem;
    height: 0.3125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0.875rem 0 0;
    background-color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.3;
}

.bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet::after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    content: '';
    width: 1.0625rem;
    height: 1.0625rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
    opacity: 1;
}

.bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active::after {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.bath-card__nav-btn {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    padding: 0;
    border: none;
    cursor: none;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.bath-card__nav-btn svg {
    width: 1.25rem;
    height: 1.25rem;
    color: var(--main-color);
}

.bath-card__nav-btn--prev {
    left: 0;
}

.bath-card__nav-btn--next {
    right: 0;
}

.bath-card__nav-icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0;
    z-index: 7;
    pointer-events: none;
    will-change: transform;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.bath-card__nav-icon svg {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.bath-card__slide {
    position: relative;
    z-index: 2;
}

.bath-card__slide.swiper-slide-active {
    z-index: 3;
}

.bath-card__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bath-card__content {
    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-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 32px 32px 0 32px;
    width: 50%;
    background-color: #ffffff;
}

.bath-card__top {
    width: 100%;
    margin: 0 0 4rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bath-card__top .text {
    margin: 0;
}

.bath-card__info {
    margin: 0;
}

.bath-card__info span {
    display: block;
    text-align: center;
}

.bath-card__info-block {
    display: none;
}

.bath-card__info-block .bath-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.75rem;
}

.bath-card__info-block .bath-card__info:last-child {
    margin-bottom: 0;
}

.bath-card__info-block .bath-card__info::after {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    content: '';
    display: block;
    margin: 0 0.5rem;
    height: 0.0625rem;
    background-color: rgba(255, 255, 255, 0.3);
}

.bath-card__info-block .text--small-caps {
    color: #ffffff;
}

.bath-card__info-block .text--small-caps:first-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.bath-card .title--md-2 {
    margin: 0 0 1rem 0;
}

.bath-card .title--xxs-2 {
    margin: 0 0 0.125rem 0;
}

.bath-card__text-desktop {
    max-width: 21.6875rem;
}

.bath-card__text-mobil {
    display: none;
}

.bath-card .text--small-2 {
    margin: 0 0 auto 0;
    text-align: center;
    max-width: 21.6875rem;
}

.bath-card__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% + 4rem);
    margin: 1.5rem -2rem 0 -2rem;
}

.bath-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    padding: 1.1875rem 1.1875rem 1.25rem 1.1875rem;
    text-align: center;
    border-top: 1px solid rgba(50, 45, 41, 0.12);
    background-color: var(--main-color);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.bath-card__mobilelink {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 1;
}

.bath-card__link.text {
    color: #ffffff;
}

.bath-card .btn {
    width: 50%;
    position: relative;
    z-index: 99;
}

.bath-card__specifications {
    list-style: none;
    padding: 0 3.5rem 0 0;
    margin: 0;
    overflow-y: auto;
    overflow-x: visible;
}

.bath-card__specifications-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 0 1.5rem 0;
}

.bath-card__specifications-title {
    width: 6.6875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.bath-card__specifications-text {
    max-width: 15.3125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.bath-card--modal .bath-card__img-wrapper {
    height: 100%;
}

.bath-card--modal .bath-card__content {
    padding: 2.1875rem 2.75rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bath-card--modal .title {
    margin: 0 0 1rem 0;
}

.bath-card--modal .bath-card__text {
    text-align: left;
    margin: 0 0 3rem 0;
}

.bath-card--simple, .bath-card--image {
    width: 100%;
    max-width: 50rem;
    height: 28.0625rem;
    margin-bottom: 4rem;
}

.bath-card--simple .btn-play-with-text, .bath-card--image .btn-play-with-text {
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.download-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.download-btn__icon {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 1rem 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    background-color: var(--icon-color);
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.download-btn__icon svg {
    width: 1.25rem;
    height: 1.25rem;
}

.download-btn__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.download-btn__name.text {
    margin: 0 0 0.25rem 0;
    color: var(--main-color);
}

.cuisine {
    padding: 8.75rem 0 4.875rem 0;
}

.cuisine .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cuisine__content {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 22.5rem;
    padding: 0.9375rem 0 1.125rem 0;
    margin: 0 2.5rem 0 0;
}

.cuisine__content .text--body {
    margin: 0 0 auto 0;
}

.cuisine .subtitle {
    margin: 0 0 2rem 0;
}

.cuisine .title--s {
    margin: 0 0 1.5rem 0;
}

.cuisine .btn {
    margin: 0 0 auto 0;
}

.cuisine__download.text {
    margin: 0 0 1.5rem 0;
    max-width: 18.75rem;
    color: rgba(0, 0, 0, 0.7);
}

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

.cuisine__slider-wrapper.back .swiper-slide-active .cuisine__slide-img {
    -webkit-animation: slide-back 0.7s ease-in-out;
    animation: slide-back 0.7s ease-in-out;
}

.cuisine__slider-wrapper.back .swiper-slide-next, .cuisine__slider-wrapper.back .swiper-slide-duplicate-next {
    z-index: 3;
}

.cuisine__slider-wrapper.back .swiper-slide-prev, .cuisine__slider-wrapper.back .swiper-slide-duplicate-prev {
    z-index: -1;
}

.cuisine__slider-wrapper.next .swiper-slide-active .cuisine__slide-img {
    -webkit-animation: slide-next 0.7s ease-in-out;
    animation: slide-next 0.7s ease-in-out;
}

.cuisine__slider-wrapper.next .swiper-slide-next {
    z-index: -1;
}

.cuisine__slider-wrapper.next .swiper-slide-prev {
    z-index: 3;
}

.cuisine__slide-img {
    width: 100%;
    height: 33.3vw;
    margin: 0 0 2.125rem 0;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.cuisine__slide-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cuisine__slide {
    position: relative;
    left: 0;
    z-index: 0;
}

.cuisine__slide.swiper-slide-active {
    z-index: 4;
}

.cuisine__slide.swiper-slide-active .title, .cuisine__slide.swiper-slide-duplicate-active .title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.cuisine__slide .title {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    max-width: 12.5rem;
    -webkit-transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.cuisine .slider-nav {
    position: absolute;
    bottom: 1rem;
    right: 0;
    z-index: 1;
}

.club {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1.5rem 0;
    min-height: 100vh;
    min-height: calc(100 * var(--vh, 1vh));
    color: #ffffff;
}

.club > .container {
    flex-grow: 1;
}

.club__img {
    position: absolute;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    top: 1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 1rem;
    background-color: #000000;
    overflow: hidden;
    z-index: -1;
}

.club__img::after {
    display: none;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), color-stop(49.94%, rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 49.94%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 49.94%);
    z-index: 1;
}

.club__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
}

.club .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.club .subtitle {
    margin: 0 0 2rem 0;
}

.club .title--md {
    max-width: 26.25rem;
    margin: 0 0 1.3125rem 0;
}

.club .title--md .accent {
    color: inherit;
}

.club .text {
    margin: 0 0 3rem 0;
    max-width: 28.125rem;
}

.club .btn {
    margin: 0 0 auto 0;
}

.club .ordered-list {
    margin: 1.5rem 0 -1.5rem 0;
}

.club .ordered-list .title {
    max-width: 14.25rem;
}

.club .ordered-list__item:nth-child(1)::before {
    background-image: url(../img/icons/index/club.svg);
}

.club .ordered-list__item:nth-child(2)::before {
    background-image: url(../img/icons/index/banniy_nabor.svg);
}

.club .ordered-list__item:nth-child(3)::before {
    background-image: url(../img/icons/index/procent.svg);
}

.club .ordered-list__item:nth-child(4)::before {
    background-image: url(../img/icons/index/chat.svg);
}

.club .ordered-list__item:nth-child(5)::before {
    background-image: url(../img/icons/index/manager.svg);
}

.club .ordered-list__icon {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    content: '';
    border-radius: 0%;
    filter: brightness(10);
}

.club .ordered-list__item {
    align-items: center;
}

.opening-hours a {
    color: #fff;
}

.intro .opening-hours a, .intro .opening-hours span {
    font-size: 0.6875rem;
}

.bath-siberia {
    padding-top: 53px;
    padding-bottom: 120px;
}

.bath-siberia__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
}

.bath-siberia__opening-hours {
    color: var(--main-color);
}

.bath-siberia__title {
    max-width: 50.3125rem;
    margin-bottom: 24px;
}

.bath-siberia__text {
    width: 31.5625rem;
}

.bath-siberia__content {
    margin-bottom: 64px;
}

.bath-siberia__video-block {
    position: relative;
    width: 50rem;
    height: 28.0625rem;
    margin: 0 auto;
    background-color: #000000;
    border-radius: 1rem;
}

.bath-siberia__video-block .btn-play-with-text {
    position: absolute;
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.bath-siberia__video-block video {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.bath-siberia__video {
    position: relative;
    height: 28.0625rem;
    border-radius: 16px;
    background-color: #000000;
}

.bath-siberia__footnote {
    display: none;
}

.ordered-list {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin: 0 0 -3rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ordered-list::-webkit-scrollbar {
    display: none;
}

.ordered-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: calc(33.333% - 1.375rem);
    margin: 0 1.375rem 3rem 0;
}

.ordered-list__icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    margin: 0 1rem 0 0;
    /* border-radius: 50%;
    background-color: var(--second-color); */
    counter-increment: item;
    content: counter(item);
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ordered-list .title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.ordered-list__mobile {
    display: none;
}

.ordered-list__dot {
    display: none;
}

.ordered-list--verical {
    margin: 0 -2rem -4rem 0;
    width: calc(100% + -2rem);
}

.ordered-list--verical .ordered-list__item {
    display: block;
    width: calc(25% - 2rem);
    margin: 0 32px 64px 0;
}

.ordered-list--verical .ordered-list__num {
    margin: 0 0 1rem 0;
}

.ordered-list--wide {
    margin: 0 -1.875rem -4rem 0;
    width: calc(100%);
}

.ordered-list--wide .ordered-list__item {
    display: block;
    width: calc(25% - 1.875rem);
    margin: 0 30px 64px 0;
}

.ordered-list--rodeo-dust .ordered-list__num {
    background-color: #c2a489;
}

.contacts {
    padding: 6rem 0 3.5rem 0;
}

.contacts__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contacts .subtitle {
    padding: 0.8125rem 0 0 0;
    margin: 0 10.875rem 0 0;
}

.contacts__heading {
    margin: 0 0 3.0rem 0;
}

@media (max-width: 1900px) {
    .contacts__heading {
        margin: 0 0 4.0rem 0;
    }
}

.contacts__text {
    display: flex;
    gap: 30px;
}

.contacts__text [data-open-map] {
    flex-shrink: 0;
    align-self: center;
}

.contacts__heading [data-open-map] {
    position: relative;
    margin-right: -12px;
    margin-top: -5px;
    letter-spacing: 0.02em;
    padding-inline: 2.3rem; }

.contacts__phone-block [data-open-map] {
    display: none;
}

.contacts__phone-block [data-open-map]::before, .contacts__heading [data-open-map]::before {
    display: inline-block;
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7 18.5C7 18.5 1 11.5 1 7C1 3.68629 3.68629 1 7 1C10.3137 1 13 3.68629 13 7C13 11.5 7 18.5 7 18.5Z' fill='white' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cpath d='M7 9.5C8.38071 9.5 9.5 8.38071 9.5 7C9.5 5.61929 8.38071 4.5 7 4.5C5.61929 4.5 4.5 5.61929 4.5 7C4.5 8.38071 5.61929 9.5 7 9.5Z' fill='%238B8E77'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 20px;
    margin-right: 8px;
}

.contacts__phone-block [data-open-map]::before {
    background-size: contain;
    width: 12px;
    height: 16px;
    margin-top: -5px;
    margin-bottom: -5px;
}

.contacts__heading [data-open-map]::after {
    display: inline-block;
    content: '';
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='39' viewBox='0 0 16 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 38.5L5.53882 36.8706L1.35833 32.8886L0 38.5ZM9.7 0.9C12.0919 2.69396 14.5735 6.49177 14.3636 12.1767C14.1535 17.8665 11.2427 25.4976 2.73369 34.9054L3.47533 35.5762C12.0797 26.063 15.1413 18.2171 15.3629 12.2135C15.5847 6.20501 12.9573 2.09295 10.3 0.1L9.7 0.9Z' fill='%238B8E77'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 40px;
    position: absolute;
    top: 100%;
    right: 131px;
    margin-top: 9px;
}

@media (max-width: 1200px) {
    .contacts__text {
        display: block;
    }

    .contacts__heading [data-open-map] {
        margin-top: 15px;
        margin-right: 0;
        float: right;
    }
}

@media (max-width: 1023px) {
    .contacts__text {
        display: flex;
        gap: 30px;
    }

    .contacts__heading [data-open-map] {
        margin-top: -5px;
        float: none;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none;
    }

    .contacts__heading [data-open-map] {
        display: none;
    }

    .contacts__phone-block [data-open-map] {
        display: flex;
        align-items: center;
        margin-top: 1.0em;
    }
    .nomer-slider {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.contacts .title--s {
    /* max-width: 25rem; */
    margin: 0 0 1.5rem 0;
}

.contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contacts__info {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 15rem;
    padding: 1.0625rem 0 0 0;
    margin: 0 3.75rem 0 0;
}

.contacts__info .swiper {
    display: none;
}

.contacts__address.text {
    margin: 0 0 2.5rem 0;
}

.contacts__number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contacts__number .title {
    margin: 0 auto 0 0;
}

.contacts__button {
    position: relative;
    margin: 1rem 0 0 0;
    padding: 0;
    color: var(--main-color);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    text-align: left;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.contacts__button.is-active .contacts__button-icon {
    background-color: var(--cta-bg);
}

.contacts__button.is-active .contacts__marker {
    opacity: 0;
}

.contacts__button.is-active .contacts__close {
    opacity: 1;
    color: #ffffff;
}

.contacts__button-icon {
    position: absolute;
    right: -2.3125rem;
    top: -0.375rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: var(--icon-color);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.contacts__button-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1rem;
    height: 1rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s ease, color 0.3s ease;
    -o-transition: opacity 0.3s ease, color 0.3s ease;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.contacts .contacts__marker {
    opacity: 1;
    color: #ffffff;
}

.contacts .contacts__close {
    opacity: 0;
    color: var(--main-color);
}

.contacts__open.text {
    margin-bottom: 2rem;
}

.contacts__open .text--small, .contacts__phone .text--small {
    display: block;
    margin: 0 0 0.75rem 0;
}

.contacts__phone .link {
    font-family: 'KyivType', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
}

.contacts__content-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-radius: 1rem;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.contacts__content {
    position: relative;
    z-index: 1;
}

.contacts__content.is-active {
    z-index: 2;
    -webkit-animation: slide-next 0.7s ease-in-out both;
    animation: slide-next 0.7s ease-in-out both;
}

.contacts__content.is-active .contacts__navigation {
    -webkit-animation: fade-in-bottom 0.7s ease-in-out 0.6s both;
    animation: fade-in-bottom 0.7s ease-in-out 0.6s both;
}

.contacts__navigation {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 4;
    display: none;
}

.contacts__navigation .btn-tab {
    margin: 0 0.5rem 0 0;
}

.contacts__map {
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

/* .contacts .map {
    position: absolute;
} */

.contacts__img {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 24.5vw;
    z-index: 0;
}

.contacts__img img, .contacts__img video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.contacts .swiper-slide {
    z-index: 0;
}

.contacts .swiper-slide.swiper-slide-active {
    z-index: 2;
    -webkit-animation: slide-next 0.7s ease-in-out both;
    animation: slide-next 0.7s ease-in-out both;
}

.contacts--main .contacts__phone-block {
    display: none;
}

.contacts__call.btn {
    color: #ffffff;
    white-space: nowrap;
    padding-inline: 3rem; }

.contacts__call-mobile {
    display: none;
    color: #ffffff;
}

.map {
    position: relative;
    height: 100%;
}

.map img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.map__inner {
    width: 100%;
    height: 22rem;
}

.map.is-active {
    display: block;
    z-index: 1000;
    -webkit-animation: slide-back 0.7s ease-in-out both;
    animation: slide-back 0.7s ease-in-out both;
}

.logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo__main {
    width: 260.4px;
    height: 148.8px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #3e431c;
}

.logo__main .cls-2, .logo__main .cls-3, .logo__main .cls-4 {
    fill: #3e431c;
}

.logo__img {
    display: none;
}

.logo__text {
    display: none;
}

.btn-menu-toggle {
    display: none;
    border: none;
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
    color: var(--main-color);
}

.btn-menu-toggle__close-icon {
    display: none;
}

.is-active > .main-nav__inner-list, [data-accordion='element'].is-active > [data-accordion='content'] {
    max-height: 100%;
}

.no-transition .main-nav__inner-list, [data-accordion='parent'].no-transition [data-accordion='content'] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.main-nav__inner-list, [data-accordion='content'] {
    max-height: 0;
    -webkit-transition: margin 1s ease-in-out 0.3s, max-height 0.7s ease-in-out 0.3s, opacity 0.7s ease-in-out;
    -o-transition: margin 1s ease-in-out 0.3s, max-height 0.7s ease-in-out 0.3s, opacity 0.7s ease-in-out;
    transition: margin 1s ease-in-out 0.3s, max-height 0.7s ease-in-out 0.3s, opacity 0.7s ease-in-out;
    overflow: hidden;
    opacity: 0;
}

.is-active .main-nav__inner-list, .is-active [data-accordion='content'] {
    opacity: 1;
}

[data-accordion="button"] {
    position: relative;
    padding-right: 1.25rem;
}

[data-accordion='icon'] {
    position: absolute;
    top: 55%;
    -webkit-transform: translateY(-50%) translateX(3px);
    -ms-transform: translateY(-50%) translateX(3px);
    transform: translateY(-50%) translateX(3px);
    width: 0.8125rem;
    height: 0.8125rem;
    border-radius: 50%;
    background-color: var(--icon-cta-color);
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    pointer-events: none;
}

[data-accordion='icon']::after, [data-accordion='icon']::before {
    content: '';
    position: absolute;
    top: 0.375rem;
    left: 0.1875rem;
    display: block;
    width: 0.4375rem;
    height: 0.0625rem;
    border-radius: 0.0625rem;
    background-color: var(--main-color);
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

[data-accordion='icon']::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

[data-accordion='icon']::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.main-nav__item.is-active [data-accordion='icon'] {
    background-color: #ffffff;
}

.main-nav__item.is-active [data-accordion='icon']::before {
    display: none;
}

.text {
    margin: 0;
    color: rgba(50, 45, 41, 0.7);
}

.text--color-not-opacity {
    color: var(--main-color);
}

.text--body {
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.375rem;
}

.text--body-s {
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.375rem;
}

.text--body-l {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.375rem;
}

.text--body-l-2 {
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.375rem;
}

.text--body-medium {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.375rem;
}

.text--body-medium-1 {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.375rem;
}

.text--small {
    font-weight: 300;
    font-size: 0.8125rem;
    line-height: 1.125rem;
}

.text--small-2 {
    font-weight: 300;
    font-size: 0.8125rem;
    line-height: 1.125rem;
}

.text--small-medium {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.125rem;
}

.text--small-italic {
    font-family: 'Merriweather', 'Arial', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 0.8125rem;
    line-height: 1.125rem;
}

.text--small-caps {
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--main-color);
}

.text--small-caps-2 {
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: 1rem;
    letter-spacing: 0.05em;
}

.text--small-caps-3 {
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--main-color);
}

.text--white {
    color: #ffffff;
}

.text--white-opacity {
    color: rgba(255, 255, 255, 0.7);
}

.text--mobile {
    display: none;
}

.about-service {
    padding-top: 140px;
    padding-bottom: 50px;
}

.about-service__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    margin-bottom: 65px;
}

.about-service__subtitle {
    padding-top: 13px;
    margin-right: 191px;
}

.about-service__header {
    max-width: 35rem;
}

.about-service__title {
    margin-bottom: 20px;
}

.about-service__text {
    width: 29.5625rem;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
}

.about-service__advantages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

.about-service__advantages .ordered-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    width: 20.5%;
    margin-bottom: 64px;
    margin-right: 2.75rem;
}

.about-service__advantages .ordered-list__icon {
    width: 80px;
    height: 75px;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 20px;
    line-height: 26px;
}

.about-service__advantage {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: var(--main-color);
}

.about-service__pagination {
    display: none;
}

.history-logo {
    padding-top: 76px;
}

.history-logo__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    margin-bottom: 64px;
}

.history-logo__subtitle {
    min-width: 189px;
    padding-top: 13px;
    margin-right: 6.9375rem;
}

.history-logo__header .history-logo__text {
    max-width: 23rem;
    color: var(--main-color);
}

.history-logo__title {
    max-width: 41rem;
    margin-bottom: 21px;
}

.history-logo__content {
    position: relative;
    width: 55.9375rem;
    margin: 0 auto;
    padding-left: 12px;
}

.history-logo__svg {
    width: 39.875rem;
    height: 25.95125rem;
    margin: 0 auto;
    display: block;
}

.history-logo__svg-mobile {
    display: none;
}

.history-logo__description {
    position: absolute;
    width: 12.5rem;
    color: var(--main-color);
}

.history-logo__description:first-of-type {
    left: -49px;
    top: 6.625rem;
}

.history-logo__description:nth-of-type(2) {
    right: -13px;
    top: 4.125rem;
    width: 170px;
}

.history-logo__description:last-child {
    right: 57px;
    bottom: 7.3125rem;
}

.values {
    padding-top: 7.5rem;
    padding-bottom: 3.625rem;
}

.values__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    margin-bottom: 4.0625rem;
}

.values__subtitle {
    padding-top: 0.8125rem;
    margin-right: 10.6875rem;
}

.values__title {
    margin-bottom: 1.25rem;
    max-width: 37rem;
}

.values__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.values__swiper .ordered-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    width: 50%;
    margin-right: 0;
    margin-bottom: 4.1875rem;
}

.values__swiper .ordered-list__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    margin-right: 1.5625rem;
    color: #ffffff;
    background-color: var(--icon-color);
    border-radius: 50%;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.625rem;
}

.values__swiper .title--xxs-2 {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
    line-height: 1.625rem;
}

.values__swiper .title--xxs-3 {
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.375rem;
}

.values__text {
    max-width: 22rem;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.375rem;
}

.values__desc {
    width: 19rem;
}

.values__pagination {
    display: none;
}

.values__call-btn {
    margin: 4rem auto 0;
    display: block;
    color: #ffffff;
}

.inner-intro {
    padding: 4.5rem 0;
}

[data-animate]:not(:first-child) .inner-intro {
    padding-top: 4rem;
    padding-bottom: 4.25rem;
}

.inner-intro__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4.5625rem;
}

.inner-intro__heading .subtitle + .subtitle {
    margin-left: auto;
}

.inner-intro__heading .specifications__list {
    position: relative;
    top: -5px;
}

.inner-intro__specifications {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: auto;
}

.inner-intro__specifications .specifications__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.inner-intro__info-block {
    display: none;
}

.inner-intro__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0.75rem 0;
}

.inner-intro__info::after {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    content: '';
    height: 0.0625rem;
    margin: 0 0.5rem;
    background-color: rgba(50, 45, 41, 0.2);
}

.inner-intro__info .text:first-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.inner-intro__opening-hours {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.inner-intro__title {
    margin-bottom: 1.5rem;
    max-width: 43.75rem;
}

.inner-intro__description {
    max-width: 37.625rem;
    margin-bottom: 4rem;
}

#spb-site .inner-intro__description {
    max-width: 100%;
    text-align: justify;
}

.inner-intro__description + .inner-intro__description {
    margin-top: -2.625rem;
}

.inner-intro__btn-reserve {
    display: none;
}

.inner-intro__video-block {
    position: relative;
    background-color: #000000;
    border-radius: 1rem;
    height: 28.0625rem;
    overflow: hidden;
}

.inner-intro__video-block .btn-play-with-text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.inner-intro__video-block video {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-intro__img-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.inner-intro__img-wrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.inner-intro--narrow .inner-intro__heading {
    margin-bottom: 1.875rem;
}

.inner-intro--narrow .inner-intro__description {
    max-width: 25rem;
}

.inner-intro--narrow .inner-intro__video-block {
    max-width: 50rem;
    margin: 0 auto;
    overflow: hidden;
}

.inner-intro--dark .subtitle {
    color: #ffffff;
}

.specifications__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 3.0625rem;
    -moz-column-gap: 3.0625rem;
    column-gap: 3.0625rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.specifications__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.specifications__item:last-child {
    margin-right: 0;
}

.specifications__item-name.text {
    letter-spacing: initial;
}

.specifications__item-value {
    margin-bottom: 0.1875rem;
}

.specifications__item-value.title {
    letter-spacing: initial;
}

.specifications__item-value sup {
    font-size: 0.625rem;
}

.specifications__item-line {
    width: 40px;
    height: 1px;
    background-color: rgba(50, 45, 41, 0.2);
    margin: auto 8px;
}

.quote {
    margin: 0;
    margin-top: 2rem;
}

.quote__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 44.625rem;
    margin-left: auto;
}

.quote__caption::after {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    content: '';
    display: block;
    width: 1.25rem;
    height: 1px;
    margin: 0 1rem;
    background-color: rgba(50, 45, 41, 0.2);
}

.quote__author {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: -0.625rem;
    margin-bottom: 0.375rem;
    padding-left: 0.6875rem;
}

.quote__name {
    position: relative;
    margin-bottom: 0.25rem;
}

.quote__name::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.8125rem;
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    background-color: var(--main-color);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.quote__text {
    margin: 0;
}

.quote__text + .quote__caption {
    margin-top: 4rem;
}

.quote__img-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    overflow: hidden;
}

.quote__img-wrap img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.quote__btn {
    margin-top: 1.5rem;
}

.quote--light .quote__name {
    color: #ffffff;
}

.quote--light .quote__position {
    color: rgba(255, 255, 255, 0.7);
}

.quote--light .quote__name::before {
    background-color: #ffffff;
}

.quote--light .quote__caption::after {
    background-color: rgba(255, 255, 255, 0.12);
}

.quote--light .btn-read-more__close-text, .quote--light .btn-read-more__open-text {
    color: #ffffff;
}

.quote--reverse .quote__caption::after {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
}

.quote--reverse .quote__author {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.quote--reverse .quote__img-wrap {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.cookies {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 1.5rem;
    bottom: 1.5rem;
    padding: 1.5rem 1.5rem 2.0625rem 1.5rem;
    border-radius: 1rem;
    background-color: #ffffff;
    z-index: 100000;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

.cookies.is-active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.cookies .text {
    max-width: 16.5rem;
}

.cookies__btn {
    width: 2.5rem;
    height: 2.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: start;
    align-self: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -0.5rem -0.5rem 0 3.5rem;
    padding: 0;
    color: #ffffff;
    border: 0;
    border-radius: 50%;
    background-color: var(--cta-bg);
    cursor: pointer;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.cookies__btn svg {
    width: 1.25rem;
    height: 1.25rem;
}

.advantages-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #000000;
    overflow: hidden;
    z-index: -1;
}

.advantages-card img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.7;
    z-index: -1;
}

.advantages-card__name {
    margin-top: 0;
    margin-bottom: 24px;
    color: #ffffff;
}

.advantages-card__description {
    margin-top: auto;
    margin-bottom: 0;
    overflow: auto;
}

.bath-advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: -1.375rem;
    list-style: none;
}

.bath-advantages__list::-webkit-scrollbar {
    display: none;
}

.bath-advantages__item {
    width: calc(25% - 1.03125rem);
    margin-right: 1.375rem;
    margin-bottom: 1.375rem;
    height: 16.125rem;
}

.bath-advantages__item:nth-child(4n) {
    margin-right: 0;
}

.section {
    padding: 7.5rem 0;
}

.section__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section__top .title {
    margin: 0 0 1.25rem 0;
}

.section .subtitle {
    padding: 0.8125rem 0 0 0;
    margin: 0 8.6875rem 0 0;
}

.section__heading {
    max-width: 31.25rem;
    margin: 0 0 4rem 0;
}

.section--bg-white {
    padding-left: 19rem;
    margin-left: -19rem;
    background-color: #ffffff;
}

.section--padding-top-low {
    padding-top: 4.625rem 0;
}

.section--padding-very-low {
    padding-top: 1.875rem 0;
}

.section--padding-narrow {
    padding: 3.125rem 0 1.125rem;
}

.section--padding-middle {
    padding-top: 4.6875rem;
    padding-bottom: 5rem;
}

.section--padding-middle .subtitle {
    margin-right: 6.5rem;
}

.section--padding-equal {
    padding: 3.75rem 0;
}

.section--padding-equal-2 {
    padding: 3.5rem 0;
}

.section--padding-dif {
    padding: 5.8125rem 0 5.25rem 0;
}

.section--wide .section__heading {
    max-width: initial;
}

.section--wide .section__heading .title {
    margin-bottom: 1.5rem;
}

.section--wide .subtitle {
    margin-right: 7.3125rem;
}

.section--padding-bottom-low {
    padding-bottom: 5rem;
}

.section--dark .subtitle {
    color: #ffffff;
}

.accordion__list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion__item {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid rgba(50, 45, 41, 0.12);
}

.accordion__item:last-child {
    border-bottom: 1px solid rgba(50, 45, 41, 0.12);
}

.accordion__item.is-active .accordion__icon {
    color: var(--main-bg);
    background-color: currentColor;
}

.accordion__item.is-active .accordion__icon svg {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.accordion__item.is-active .accordion__img {
    position: relative;
}

.accordion__item.is-active .accordion__img-wrap {
    top: 0;
    right: 0;
    width: 100%;
    height: 21.125rem;
    margin-top: 3rem;
    opacity: 1;
    z-index: initial;
}

.accordion__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding-right: 0;
}

.accordion__item-stage {
    width: 30%;
    margin: 0;
    position: relative;
    padding-left: 0.8125rem;
    color: var(--main-color);
}

.accordion__item-stage::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    background-color: var(--icon-color);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
}

.accordion__item-name {
    width: 41.5%;
}

.accordion__item-time {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-top: 0.1875rem;
    padding-left: 0.75rem;
    padding-bottom: 0.1875rem;
    padding-right: 0.75rem;
    border-radius: 0.875rem;
    background-color: var(--icon-color);
    visibility: hidden;
}

.accordion__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3.5rem;
    height: 3.5rem;
    margin-left: auto;
    border-radius: 50%;
    color: rgba(50, 45, 41, 0.2);
    border: 1px solid currentColor;
    -webkit-transition: color 0.3s ease, background 0.3s ease;
    -o-transition: color 0.3s ease, background 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease;
}

.accordion__icon svg {
    color: var(--main-color);
    margin: auto;
    fill: rgba(255, 255, 255, 0);
    -webkit-transition: fill 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
    transition: fill 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, fill 0.3s ease, color 0.3s ease;
    transition: transform 0.3s ease, fill 0.3s ease, color 0.3s ease;
    transition: transform 0.3s ease, fill 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
    width: 0.875rem;
    height: 0.4375rem;
}

.accordion__img-wrap {
    position: absolute;
    top: -2.0625rem;
    right: 7rem;
    width: 17.1875rem;
    height: 11.625rem;
    border-radius: 16px;
    background-color: #000000;
    z-index: -1;
    opacity: 0;
    -webkit-transition: opacity 0.7s ease-in-out;
    -o-transition: opacity 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out;
    overflow: hidden;
}

.accordion__img-wrap img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.accordion__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-mobile-bath .accordion__content {
    padding-top: 56px;
}

.accordion__img {
    min-height: 24.125rem;
    width: 50%;
}

.accordion__text {
    width: calc(50% - 3rem);
    margin-right: 3.625rem;
    padding-top: 3rem;
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    padding-top: 4rem;
}

.price::after {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    content: '';
    display: block;
    width: 50%;
    height: 0.0625rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 0.9375rem;
    background-color: rgba(50, 45, 41, 0.2);
}

.price__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0.625rem;
}

.price__right {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: center;
}

.price__count {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    margin-bottom: 0.5rem;
}

.price__additionally {
    color: var(--main-color);
}

.address {
    margin: 0 0 2.5rem 0;
    max-width: 10rem;
}

.address .text {
    margin: 0 0 1rem 0;
}

.address__button.is-active .address__button-icon {
    background-color: var(--cta-bg);
}

.address__button.is-active .address__marker {
    opacity: 0;
}

.address__button.is-active .address__close {
    opacity: 1;
    color: #ffffff;
}

.address__button-icon {
    position: absolute;
    right: -1.3125rem;
    top: -0.375rem;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: var(--icon-color);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.address__button-icon svg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1rem;
    height: 1rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.address__marker {
    opacity: 1;
    color: #ffffff;
}

.address__close {
    opacity: 0;
    color: var(--main-color);
}

.address__text {
    font-style: normal;
    position: relative;
    padding: 0;
    color: var(--main-color);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    text-align: left;
    cursor: pointer;
}

.bath-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding-right: 2.75rem; */
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    overflow: initial;
}

.bath-slider__item {
    border-radius: 0.7rem;
    border: 5px solid transparent;
    /* background-color: #000000; */
    position: relative;
    overflow: hidden;
    position: relative;
}

.bath-slider__item:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 56.25%;
}

.bath-slider__item .btn-play-with-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bath-slider__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.bath-slider__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    margin: 1.875rem -2.75rem 0 auto;
    max-width: 43.625rem;
}

@media (max-width: 1023px) {
    .bath-slider__bottom {
        padding-right: 20px;
    }
}

.bath-slider__caption {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0.75rem;
    margin-top: 0.9375rem;
    margin-right: 1rem;
    min-width: 14.375rem;
}

.bath-slider__caption .title {
    margin-bottom: 0.25rem;
}

.bath-slider__caption .text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 1.0625rem 0 0;
}

.bath-slider__caption .title {
    position: relative;
}

.bath-slider__caption .title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.75rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    background-color: var(--main-color);
    border-radius: 50%;
}

.bath-slider__divider {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    width: 20.375rem;
    height: 1px;
    margin: 0 1rem 0 0;
    background-color: rgba(50, 45, 41, 0.12);
}

.bath-slider__video-caption {
    display: none;
    margin: 0;
}

.bath-slider__video-time {
    display: none;
    margin: 0;
}

.btn-play-with-text {
    z-index: 1;
    position: relative;
    width: 7.625rem;
    height: 7.625rem;
    padding: 0;
    border: none;
    background: none;
    font-size: 0.5625rem;
    line-height: 100%;
    text-transform: uppercase;
    color: #ffffff;
    pointer-events: none;
    cursor: pointer;
}

.btn-play-with-text__circle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    color: var(--main-color);
    background-color: #ffffff;
    -webkit-transition: background 0.3s ease, color 0.3s ease;
    -o-transition: background 0.3s ease, color 0.3s ease;
    transition: background 0.3s ease, color 0.3s ease;
}

.btn-play-with-text__circle svg {
    position: absolute;
    top: 50%;
    left: calc(50% + 0.125rem);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0.625rem;
    height: 0.75rem;
}

.btn-play-with-text__text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: rotate-text 10s linear infinite;
    animation: rotate-text 10s linear infinite;
}

.btn-play-with-text__text span {
    position: absolute;
    left: 50%;
    -webkit-transform-origin: 0 3.8125rem;
    -ms-transform-origin: 0 3.8125rem;
    transform-origin: 0 3.8125rem;
    font-size: 0.6875rem;
    font-weight: 500;
}

.inner-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inner-contacts__address {
    margin-right: 8.75rem;
}

.inner-contacts__container {
    position: relative;
    z-index: 1;
    max-width: 38.5rem;
}

.inner-contacts__wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background-color: var(--body-bg);
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.inner-contacts__wrapper.is-active {
    z-index: 2;
    -webkit-animation: slide-next 0.7s ease-in-out both;
    animation: slide-next 0.7s ease-in-out both;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.inner-contacts__text {
    max-width: 14.375rem;
}

.inner-contacts__socials {
    margin-left: auto;
}

.inner-contacts__phone-link {
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 300;
}

.inner-contacts__btns {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2.5rem;
}

.inner-contacts__btn {
    margin-bottom: 0.125rem;
    width: 20rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.inner-contacts__btn--call {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 17.4375rem;
    margin-left: 1rem;
    white-space: nowrap;
}

.inner-contacts .map {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    overflow: hidden;
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.inner-contacts .map.is-active {
    z-index: 2;
}

.inner-contacts .map__inner {
    height: 100%;
}

.btn-read-more {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.btn-read-more__icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
    border-radius: 50%;
    background-color: var(--second-color);
    color: #ffffff;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.btn-read-more__icon::after, .btn-read-more__icon::before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 0.5rem;
    height: 0.0625rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 0.1875rem;
    background-color: currentColor;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.btn-read-more__icon::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 0.5rem;
    left: calc(50% - 0.25rem);
}

.btn-read-more__open-text {
    display: none;
}

.is-active .btn-read-more {
    color: #ffffff;
}

.is-active .btn-read-more__close-text {
    display: none;
}

.is-active .btn-read-more__icon {
    color: var(--main-color);
    background-color: #ffffff;
}

.is-active .btn-read-more__icon::before {
    display: none;
}

.is-active .btn-read-more__open-text {
    display: block;
}

.rotate-screen {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 7.49625vw 18.29085vw 7.49625vw 14.3928vw;
    background-color: var(--main-color);
    color: #ffffff;
}

.rotate-screen__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 14.69265vw;
    height: 15.74213vw;
    margin-right: 5.997vw;
}

.rotate-screen__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

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

.rotate-screen__title {
    margin: 0 0 1.1994vw 0;
    font-size: 2.9985vw;
    line-height: 3.89805vw;
    color: #ffffff;
}

.rotate-screen__text {
    margin: 0;
    font-size: 2.09895vw;
    line-height: 2.9985vw;
    color: rgba(255, 255, 255, 0.7);
}

.rotate-screen.is-shown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.hospitality {
    padding: 3.5rem 0 3.75rem 0;
}

.hospitality .subtitle {
    margin: 0 0 2rem 0;
}

.hospitality__heading .title {
    margin: 0 0 1.5rem 0;
}

.hospitality__heading .text {
    max-width: 30.25rem;
    margin: 0 0 4rem 0;
}

.hospitality__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 4rem 0;
}

.hospitality__number .text--small, .hospitality__address .text--small, .hospitality__mail .text--small, .hospitality__open .text--small {
    margin: 0 0 0.75rem 0;
}

.hospitality__number {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0.5rem 0 0;
}

.hospitality__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto 0 0;
}

.hospitality .socials {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hospitality .socials__item {
    margin: 0 0.5rem -0.3125rem 0;
}

.hospitality__address {
    max-width: 13.1875rem;
    margin: 0 auto 0 0;
}

.hospitality__mail {
    margin: 0 auto 0 0;
}

.hospitality__open {
    max-width: 9.8125rem;
    margin: 0 0 0 0;
}

.hospitality .address {
    display: none;
}

.hospitality .address {
    max-width: 16.3125rem;
}

.hospitality .map {
    border-radius: 1rem;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hospitality .map__inner {
    height: 30.5vw;
}

.hospitality .swiper {
    display: none;
    margin: 0 0 2rem 0;
    width: 100%;
}

.hospitality__slide {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 11.4375rem;
    border-radius: 1rem;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    left: 1rem;
}

.hospitality__slide img, .hospitality__slide video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
}

.team .subtitle {
    margin: 0 8.0625rem 0 0;
}

.team .section__heading .text {
    max-width: 27.8125rem;
}

.team__list {
    list-style: none;
    padding: 0;
    margin: 0 -1.5rem -1.5rem 0;
    width: calc(100% + 1.5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team__item {
    width: calc(33.333% - 1.5rem);
    margin: 0 1.5rem 1.5rem 0;
}

.team__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 1.5rem 1.5rem 2rem 1.5rem;
    background-color: #ffffff;
    border-radius: 1rem;
}

.team__card.is-active .team__card-button {
    background-color: #ffffff;
    border-color: #ffffff;
}

.team__card.is-active .team__card-button svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.team__card [data-accordion='content'] {
    opacity: 1;
}

.team__card-photo {
    margin: 0 0 2rem 0;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    background-color: #000000;
}

.team .title--xxs {
    margin: 0 0 0.5rem 0;
}

.team__card-top {
    margin: 0 0 3.5rem 0;
}

.team .text--small {
    max-width: 11.25rem;
}

.team__card-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto 0 -0.25rem 0;
}

.team__card-info .link {
    margin: 0 0 0.25rem 0;
}

.team__card-button {
    display: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(50, 45, 41, 0.2);
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.team__card-button svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    color: var(--main-color);
    -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, color 0.3s ease;
    transition: transform 0.3s ease, color 0.3s ease;
    transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}

.downloads .section__heading {
    max-width: 35rem;
}

.downloads .section__heading .text {
    max-width: 29.5625rem;
}

.downloads .subtitle {
    max-width: 10.8125rem;
    margin: 0 7.9375rem 0 0;
}

.downloads__list {
    list-style: none;
    margin: 0 0 -1.75rem 0;
    padding: 0 0 0 18.75rem;
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.downloads__item {
    width: calc(50% - 1.5rem);
    margin: 0 1.5rem 3rem 0;
}

.form {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem 0 0;
}

#wpcf7-f1472-o1 form.sent > *:not(.wpcf7-response-output) {
    /* display: none; */
}

.FORM-submit-buy {
    margin-bottom: 10px;
}

.FORM-certificate_info.success {
    display: table;
    width: auto;
    background-image: url('../img/success-send.jpeg');
    background-position: center;
    background-size: cover;
    margin-inline: auto; overflow: hidden;
    margin-top: 20px;
    border-radius: 10px;
}

.FORM-certificate_info span {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: #FFF;
    padding: 16px;
    max-width: 400px;
    aspect-ratio: 16/9;
    /* box-shadow: inset 0 0 0 2px green; */
    /* color: green;     */
    /* border-radius: 12px; */
    background-color: #00000075;
}

.form .btn {
    width: 100%;
    margin: 0 1rem 1.5rem 0;
}

.form .custom-input {
    width: calc(50% - 1rem);
    margin: 0 1rem 1rem 0;
}

#wpcf7-f750-o1 .custom-input:nth-of-type(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}

.form__confidential {
    max-width: 31.25rem;
}

.form__confidential .link {
    color: var(--main-color);
}

.form__confidential .link[href]:hover {
    color: #c2a489;
}

.form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 1rem);
}

.form__wrapper .btn {
    width: calc(66.5% - 1rem);
}

.form__wrapper .form__confidential {
    width: 22.8125rem;
    max-width: unset;
    margin: 0 30% 0 33.5%;
    justify-self: flex-end;
}

.form__wrapper .form__confidential .link {
    color: var(--main-color);
}

.form__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.5%;
    margin: 0 0 1.5rem 0;
}

.certificates .form__confidential {
    margin-top: 1.0rem;
}

.certificates .form__price {
    margin-bottom: 0.5rem;
}

.form__price span {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.form__price::after {
    content: '';
    margin: 0 2rem;
    width: 12rem;
    height: 0.0625rem;
    background-color: rgba(50, 45, 41, 0.2);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form .subtitle {
    margin: 0 0 1.5rem 0;
}

.form__caption {
    position: relative;
    max-width: 36.125rem;
    margin: 0 0 2rem 0;
}

.form__caption span {
    font-weight: 500;
    cursor: pointer;
}

.form__preview {
    position: absolute;
    right: -38%;
    top: 50%;
    width: 17.1875rem;
    height: 11.625rem;
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    border-radius: 1rem;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.form__preview img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.form--row .custom-input:first-of-type {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}

.form--three-column .custom-input {
    width: calc(33.3333% + -1rem);
}

.form--three-column .custom-input input {
    width: 100%;
}

.form__mobile {
    display: none;
}

.form--dark .form__confidential {
    color: rgba(255, 255, 255, 0.5);
}

.form--dark .form__confidential .link {
    color: rgba(255, 255, 255, 0.7);
}

.bottom-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.bottom-block__manager {
    position: relative;
    max-width: 11.6875rem;
    margin: 0 10.5625rem 0 0;
}

.bottom-block__manager::after {
    content: '';
    position: absolute;
    right: -9.5625rem;
    top: 2.5rem;
    width: 11.75rem;
    height: 0.0625rem;
    background-color: rgba(50, 45, 41, 0.2);
}

.bottom-block__manager-img {
    position: relative;
    width: 5rem;
    height: 5rem;
    margin: 0 0 1rem 0;
    border-radius: 50%;
    background-color: #000000;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.bottom-block__manager-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.bottom-block__manager-name {
    margin: 0 0 0.25rem 0;
}

.bottom-block__wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.bottom-block__wrapper.is-success .form ~ .bottom-block__card {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.bottom-block__wrapper.is-success .form {
    opacity: 0;
    -webkit-transform: translateY(0.625rem);
    -ms-transform: translateY(0.625rem);
    transform: translateY(0.625rem);
    z-index: -1;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.bottom-block__card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 16.875rem;
    padding: 1.5rem 2rem 2rem 2rem;
    color: #ffffff;
    background-color: #000000;
    border-radius: 1rem;
    overflow: hidden;
    z-index: 1;
}

.bottom-block__card img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 54%;
    object-position: 0 54%;
    z-index: -1;
    opacity: 0.5;
}

.bottom-block__title {
    margin: 0 0 1rem 0;
}

.bottom-block__text {
    max-width: 26.25rem;
    margin: 0 0 auto 0;
}

.bottom-block .form ~ .bottom-block__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 0.375rem);
    opacity: 0;
    -webkit-transform: translateY(0.625rem);
    -ms-transform: translateY(0.625rem);
    transform: translateY(0.625rem);
    padding: 2.1875rem 2rem 2rem 2.75rem;
    z-index: -1;
    -webkit-transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    transition: opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    -o-transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, opacity 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
}

.bottom-block__close-btn {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    background: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.bottom-block__close-btn span {
    display: none;
}

.bottom-block__close-btn svg {
    width: 1.25rem;
    height: 1.25rem;
}

.bottom-block .btn {
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.bottom-block--dark .bottom-block__manager-name {
    color: #ffffff;
}

.bottom-block--dark .bottom-block-manager-position {
    color: rgba(255, 255, 255, 0.5);
}

.bottom-block--dark .bottom-block__close-btn {
    color: var(--main-color);
}

.bottom-block--wrapper-np .bottom-block__wrapper {
    padding-top: 0;
}

.bottom-block--not-manager .bottom-block__manager {
    visibility: hidden;
    max-width: 7.9375rem;
}

.contacts-form.section {
    padding-bottom: 5rem;
}

.contacts-form .section__heading {
    margin: 0 0 3.875rem 0;
    max-width: 38.75rem;
}

.contacts-form .section__heading .text {
    max-width: 22.6875rem;
}

.contacts-form .subtitle {
    margin: 0 7.4375rem 0 0;
}

.contacts-form .bottom-block {
    padding: 0 0 0 18.75rem;
}

.video-inner {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000000;
    cursor: pointer;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-inner video {
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-inner .btn-play-with-text {
    z-index: 999;
}

.video-inner .bath-slider__video-time {
    z-index: 999;
}

.video-inner .bath-slider__video-caption {
    z-index: 999;
}

.video-inner.is-play {
    padding: 0;
}

.video-inner.is-play .btn-play-with-text {
    display: none;
}

.video-inner.is-play .video-inner__cover {
    display: none;
}

.video-inner__cover {
    z-index: 99;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    border-radius: 1rem;
    overflow: hidden;
}

.video-inner__cover video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.7;
    /* Old shadow dom for play button */
    /* New shadow dom for play button */
    /* This one works! */
}

.video-inner__cover video::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

.video-inner__cover video::-webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

.video-inner__cover video::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.video-inner__block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.video-inner__block iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.video-inner__block video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.video-inner__block video.is-active-video {
    display: block;
}

.membership__price {
    margin-top: 2.5rem;
    font-size: 14.9375rem;
    line-height: 13.5625rem;
    letter-spacing: -0.06em;
    color: #3b3f40;
}

.membership__text-block {
    max-width: 18.75rem;
    margin-left: 30%;
    margin-top: 2.8125rem;
    margin-bottom: 0.625rem;
}

.membership__text-block .title {
    margin-bottom: 1rem;
}

.menu-tab__list {
    list-style: none;
    padding: 0;
    margin: -1rem 0 3rem 0;
    width: 100%;
}

.menu-tab__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    padding: 1rem 0;
}

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

.menu-tab__price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.menu-tab__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 0 0.25rem 0;
}

.menu-tab__title--mobile {
    display: none;
}

.menu-tab__title span {
    max-width: 36.625rem;
}

.menu-tab__title::after {
    content: '';
    height: 0.0625rem;
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 0.5rem;
    background-image: url('../img/sprite/icon-line-2.svg');
}

.menu-tab__description {
    max-width: 36.625rem;
}

.menu-tab__description--mobile {
    display: none;
}

.menu-tab__img {
    position: absolute;
    top: 38%;
    right: 15.625rem;
    width: 16.25rem;
    height: 10.6875rem;
    border-radius: 1rem;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.menu-tab__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.menu-tab__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.menu-tab__pagination .text {
    padding: 1.25rem 0 0 0;
}

.menu-tab__pagination::after {
    content: '';
    display: block;
    width: 20.75rem;
    height: 1px;
    margin: 1.8125rem 1rem 0 1rem;
    background-color: rgba(50, 45, 41, 0.2);
}

.menu-tab__show {
    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;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
    margin: 0 1rem 0 0;
    width: 3.5rem;
    height: 3.5rem;
    color: var(--main-color);
    border: 1px solid rgba(50, 45, 41, 0.2);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
}

.menu-tab__show svg {
    fill: none;
    width: 1.25rem;
    height: 1.25rem;
}

.menu-tab__show:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.menu-tab__caption.text {
    max-width: 7.3125rem;
    padding: 0;
}

.menu-tab__count {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 0.5rem 0 0 0;
}

.menu-tab__count .title {
    margin: 0 0 0.5rem 0;
}

.menu-tab__subcategory .menu-tab__description {
    max-width: 20.4375rem;
}

.menu-tab__subcategory-title {
    margin: 0 0 2rem 0;
    font-family: 'Merriweather', 'Arial', serif;
    font-style: italic;
    font-weight: 300;
    font-size: 2.1875rem;
    line-height: 2.75rem;
    color: var(--icon-color);
}

.menu__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 2.25rem 3.5rem 3.75rem;
}

.menu__controls::-webkit-scrollbar {
    display: none;
}

.menu__controls .btn-tab {
    margin: 0 0.5rem 0.5rem 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: unset;
}

.menu__content {
    margin: 0 0 7.5rem 0;
}

.menu__item {
    width: 100%;
}

.menu .bottom-block__card img {
    -o-object-position: 0 54%;
    object-position: 0 54%;
}

[data-tabs='parent'] {
    overflow: hidden;
}

[data-tabs='parent'].no-transition > [data-tabs='control'], [data-tabs='parent'].no-transition > [data-tabs='content'], [data-tabs='parent'].no-transition > [data-tabs='element'] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

[data-tabs='parent'].no-transition-global [data-tabs='control'], [data-tabs='parent'].no-transition-global [data-tabs='content'], [data-tabs='parent'].no-transition-global [data-tabs='element'] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

[data-tabs='parent'].transition-transform [data-tabs='element'] {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

[data-tabs='parent'].transition-transform [data-tabs='element'].is-active {
    z-index: 1;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

[data-tabs='parent'] [data-tabs='content'] {
    position: relative;
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}

[data-tabs='element'] {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
}

[data-tabs='element'].is-active {
    z-index: 1;
    visibility: visible;
    opacity: 1;
}

.conditions {
    padding-top: 57px;
}

.conditions__description {
    padding: 64px 207px 54px 200px;
}

.conditions__description .btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.conditions__title {
    margin-bottom: 45px;
}

.error-404 {
    padding-top: 3.5rem;
}

.error-404 .subtitle {
    margin: 0 0 2rem 0;
}

.error-404__title {
    margin-bottom: 1.5rem;
}

.error-404__text {
    margin-bottom: 2.5rem;
    max-width: 30.625rem;
}

.error-404__btn {
    margin-bottom: 2.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.content--wide.content .content__info {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

.content--wide.content .content__info p {
    margin-bottom: 0;
    margin-top: 3rem;
    padding-right: 2.5rem;
}

.content--wide.content .content__info p:first-child {
    margin-top: 0;
}

.content--wide.content .content__info p:nth-child(2) {
    width: 100%;
}

.content--ul-dash.content ul {
    list-style: none;
    padding-left: 0;
}

.content--ul-dash.content ul li {
    margin-bottom: 0;
}

.content--ul-dash.content ul li:nth-child(3) {
    width: unset;
}

.content--ul-dash.content ul li::before {
    content: '– ';
}

.content--ul-dash.content ol ul li {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    font-weight: 300;
}

.content h2 {
    margin-top: 2.1875rem;
    margin-bottom: 0.9375rem;
    font-family: 'Euclid Flex', 'Arial', sans-serif;
    font-size: 2.375rem;
    line-height: 2.75rem;
    font-weight: 300;
    color: rgba(50, 45, 41, 0.7);
}

.content ol {
    margin: 0;
    padding: 0 1.875rem 0 0;
    list-style-type: none;
    counter-reset: item;
    color: rgba(50, 45, 41, 0.7);
}

.content ol li {
    width: 100%;
}

.content ol p {
    margin-top: 1.5625rem;
    margin-bottom: 0;
}

.content ol > li {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.625rem;
    font-weight: 500;
    counter-increment: item;
    margin-bottom: 3rem;
}

.content ol > li:last-of-type {
    margin-bottom: 0;
}

.content ol > li:before {
    content: counters(item, '.') '. ';
    padding-right: 0.0625rem;
}

.content li ol > li {
    width: 100%;
    margin: 0;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    margin-bottom: 1.375rem;
}

.content li ol > li:before {
    content: counters(item, '.') '. ';
}

.content li ol {
    margin-top: 1.4375rem;
}

.content p {
    color: rgba(50, 45, 41, 0.7);
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
}

.content ul {
    padding-left: 15px;
}

.content__info {
    margin-top: 32px;
    margin-bottom: 32px;
}

.content__info:nth-of-type(2) {
    margin-top: 47px;
}

.content__info:nth-of-type(3) {
    margin-top: 43px;
}

.content__header p {
    margin-bottom: 0;
    margin-top: 7.5rem;
}

.content ul li {
    margin-bottom: 15px;
}

.content ul li:nth-child(3) {
    width: 471px;
}

.content ul:last-of-type + p {
    margin-top: 46px;
    margin-bottom: 66px;
}

.content__subtitle p {
    margin-top: 0;
    margin-bottom: 3rem;
}

.content .link {
    color: var(--main-color);
    font-weight: 500;
}

.input-counter {
    width: 9.75rem;
    height: 3.5rem;
    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;
    background-color: #ffffff;
    border-radius: 1rem;
}

.input-counter button {
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--main-color);
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.input-counter button svg {
    fill: none;
    width: 1.25rem;
    height: 1.25rem;
}

.input-counter button:disabled {
    color: rgba(50, 45, 41, 0.5);
    pointer-events: none;
}

.input-counter input {
    max-width: 2.8125rem;
    padding: 1rem 0 1.125rem 0;
    margin: 0 0.4375rem;
    font-family: 'KyivType', 'Arial', sans-serif;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    text-align: center;
    border: none;
    outline: none;
}

.select-guests {
    padding: 3.5rem 0 4rem 0;
    opacity: 1;
}

.select-guests .subtitle {
    margin: 0 0 2rem 0;
}

.select-guests__list {
    list-style: none;
    padding: 0;
    margin: 0 -1rem 0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.select-guests__item {
    margin: 0 1rem 1rem 0;
}

.select-guests__item .text {
    margin: 0 0 1rem 0;
}

.select-guests__item:last-child {
    display: none;
}

.select-guests__item .btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    width: 9.75rem;
    margin-top: 1.875rem;
    padding: 1.25rem 1.5rem;
}

.select-guests__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    max-width: 22.5rem;
}

.select-guests__caption::before {
    content: '*';
    font-size: inherit;
    line-height: inherit;
    margin: 0 0.25rem 0 0;
}

.select-bath {
    padding: 0 0 4rem 0;
    opacity: 1;
}

.select-bath .subtitle {
    margin: 0 0 2rem 0;
}

.select-bath__wrapper {
    margin: 0 0 -0.5rem 0;
    max-width: 30.75rem;
}

.select-bath .bath-option {
    margin: 0 0 0.5rem 0;
}

.bath-option {
    position: relative;
}

.bath-option label {
    position: relative;
    display: block;
    padding: 1.5rem 1.5rem 1.1875rem 1.5rem;
    border-radius: 1rem;
    background-color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.bath-option__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: #000000;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.bath-option__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.bath-option__icon {
    position: absolute;
    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;
    top: 2.0625rem;
    right: 2.0625rem;
    width: 0.375rem;
    height: 0.375rem;
    background-color: var(--icon-color);
    border: 0.125rem solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, right 0.3s ease, top 0.3s ease;
    -o-transition: background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, right 0.3s ease, top 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, right 0.3s ease, top 0.3s ease;
}

.bath-option__icon svg {
    fill: none;
    opacity: 0;
    width: 1.25rem;
    height: 1.25rem;
}

.bath-option__title {
    display: block;
    color: inherit;
    margin: 0 0 1rem 0;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.bath-option__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -4.3125rem -0.5rem 0;
}

.bath-option__info {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 4.3125rem 0.5rem 0;
}

.bath-option__info .text {
    display: block;
    color: inherit;
    -webkit-transition: color 0.3s ease, opacity 0.3s ease;
    -o-transition: color 0.3s ease, opacity 0.3s ease;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.bath-option__info .text:first-child {
    opacity: 0.7;
    margin: 0 0 0.25rem 0;
}

.bath-option__wrapper {
    display: block;
    margin: 0 0 2.125rem 0;
}

.bath-option__message {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 18rem;
    padding: 1.5rem 1.5rem 0.75rem 1.5rem;
    border-radius: 1rem;
    -webkit-transform: scale(0) translateZ(0);
    transform: scale(0) translateZ(0);
    opacity: 0;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    background-color: #ffffff;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

.bath-option__message .text {
    margin: 0 0 1rem 0;
}

.bath-option__message-guests {
    display: none;
}

.bath-option__message-date {
    display: none;
}

.bath-option__message-time {
    display: none;
}

.bath-option .link {
    color: inherit;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.bath-option input:checked ~ label {
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
}

.bath-option input:checked ~ label .bath-option__info .text:first-child {
    opacity: 0.7;
}

.bath-option input:checked ~ label .bath-option__icon {
    width: 2.5rem;
    height: 2.5rem;
    right: 1rem;
    top: 1rem;
    border-color: var(--cta-bg);
    background-color: var(--cta-bg);
}

.bath-option input:checked ~ label .bath-option__icon svg {
    opacity: 1;
}

.bath-option input:checked ~ label .bath-option__wrapper {
    background-color: rgba(255, 255, 255, 0);
}

.bath-option input:checked ~ label .bath-option__img {
    opacity: 1;
}

.bath-option input:disabled ~ label {
    background-color: #ebe5e1;
}

.bath-option input:disabled ~ label .text {
    color: rgba(50, 45, 41, 0.7);
}

.bath-option input:disabled ~ label .title, .bath-option input:disabled ~ label .text--body-medium-1, .bath-option input:disabled ~ label .text--small-caps-3 {
    color: rgba(50, 45, 41, 0.5);
}

.bath-option.is-error-guests .bath-option__message-guests {
    display: block;
}

.bath-option.is-error-date .bath-option__message-date {
    display: block;
}

.bath-option.is-error-time .bath-option__message-time {
    display: block;
}

.application-for-membership__heading-text {
    max-width: 24.375rem;
}

.privileges .subtitle br {
    display: none;
}

.additional-products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: clac(100% + 4rem);
    margin: 0 -4rem 0 0;
}

.additional-products__list {
    width: calc(50% - 4rem);
    margin: 0 4rem -1.5rem 0;
    padding: 0;
    list-style: none;
}

.additional-products__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    margin-bottom: 1.5rem;
}

.additional-products__item::after {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    content: '';
    margin: 0 0.5rem;
    height: 1px;
    background-image: url('../img/sprite/icon-line-2.svg');
}

.additional-products__name {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 0;
    max-width: 16.75rem;
}

.additional-products__price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    color: var(--main-color);
}

.additional-section .section__heading .title {
    margin-bottom: 0;
}

.additional-section .subtitle {
    margin-right: 7.875rem;
}

.inner-contacts-section .subtitle {
    margin-right: 10.625rem;
}

.speciality-section .subtitle {
    margin-right: 8.875rem;
}

.program-section__button {
    display: none;
}

.program-section__button-call {
    min-width: 16.75rem;
    display: block;
    margin: 2.5rem auto 0;
    color: #ffffff;
}

.calendar {
    width: 100%;
}

.calendar .flatpickr-input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    min-height: 1px;
    clip: rect(0 0 0 0);
}

.calendar .flatpickr-calendar {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 27rem;
    padding: 1rem 0.8125rem 1.0625rem 0.8125rem;
    border-radius: 1rem;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.calendar .flatpickr-calendar::before {
    content: none;
}

.calendar .flatpickr-rContainer {
    padding: 0.75rem 0 0 0;
}

.calendar .flatpickr-weekday {
    font-weight: 300;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    color: rgba(50, 45, 41, 0.5);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendar .flatpickr-days {
    width: 100%;
    padding: 0.25rem 0 0 0;
}

.calendar .dayContainer {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.calendar .flatpickr-day {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0.5625rem;
    width: 16%;
    height: 2.5rem;
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    max-width: 2.5rem;
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    border-radius: 50%;
    color: var(--main-color);
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.calendar .flatpickr-day.today {
    border: none;
}

.calendar .flatpickr-day.flatpickr-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: unset;
}

.calendar .flatpickr-day.selected {
    color: #ffffff;
    background-color: var(--cta-bg);
    border: none;
}

.calendar .nextMonthDay, .calendar .prevMonthDay {
    opacity: 0;
    pointer-events: none;
}

.calendar .nextMonthDay {
    display: none;
}

.calendar .numInputWrapper {
    display: none;
}

.calendar .flatpickr-current-month span.cur-month {
    margin: 0;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    color: var(--main-color);
    pointer-events: none;
}

.calendar .flatpickr-current-month {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.calendar .flatpickr-months {
    position: relative;
    padding: 0 0.5625rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.calendar .flatpickr-next-month, .calendar .flatpickr-prev-month {
    position: absolute;
    top: 50%;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    color: var(--main-color);
    -webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.calendar .flatpickr-next-month svg, .calendar .flatpickr-prev-month svg {
    width: 1.25rem;
    height: 1.25rem;
}

.calendar .flatpickr-months .flatpickr-next-month {
    right: 0.375rem;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
}

.calendar .flatpickr-months .flatpickr-prev-month {
    left: 0.375rem;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.booking-page form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.booking-page .checkout {
    display: none;
}

.booking-page__form.is-final .booking {
    display: none;
}

.booking-page__form.is-final .checkout {
    display: block;
}

.booking {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.booking__wrapper {
    margin: 0 4.25rem 0 0;
    padding: 0 0 8.4375rem 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.booking__title {
    display: none;
}

.booking__element.is-active .booking__icon {
    background-color: #ffffff;
}

.booking__element.is-active .booking__icon svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.booking__button {
    display: none;
}

.booking__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(50, 45, 41, 0.2);
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.booking__icon svg {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    color: var(--main-color);
    -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
    transition: color 0.3s ease, -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease, color 0.3s ease;
    transition: transform 0.3s ease, color 0.3s ease;
    transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
}

.booking .booking-widget {
    margin: auto 0 0 0;
}

.select-date {
    padding: 3.5rem 0;
    position: sticky;
    top: 0;
}

.select-date .subtitle {
    margin: 0 0 1.875rem 0;
}

.select-date .calendar {
    margin: 0 0 2.125rem 0;
}

.select-date__time-slots {
    width: calc(100% + 0.5rem);
    margin: 0 -0.5rem -0.5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.select-date .time-slot {
    width: calc(33.333% - 0.5rem);
    margin: 0 0.5rem 0.5rem 0;
}

.time-slot label {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.3125rem 1.375rem;
    background-color: #ffffff;
    border: none;
    border-radius: 0.75rem;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.time-slot label::before {
    content: '';
    margin: 0 0.5rem 0 0;
    width: 0.3125rem;
    height: 0.3125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: var(--icon-color);
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.time-slot span {
    color: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.time-slot input:disabled ~ label {
    background-color: #ebe5e1;
    pointer-events: none;
}

.time-slot input:disabled ~ label span {
    opacity: 0.5;
}

.time-slot input:disabled ~ label::before {
    opacity: 0.2;
}

.time-slot input:checked ~ label {
    color: #ffffff;
    background-color: var(--main-color);
}

.time-slot input:checked ~ label::before {
    background-color: var(--cta-bg);
}

.booking-widget {
    position: fixed;
    bottom: 1.5rem;
    width: calc(100% - 27.5rem);
    max-width: 62.5rem;
    padding: 1.75rem 1.5rem 1.6875rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--main-color);
    border-radius: 1rem;
    z-index: 10;
}

.booking-widget__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0 0 0.25rem 0;
}

.booking-widget__guests {
    margin: 0 2.5rem 0 0;
}

.booking-widget__time-slot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 2.5rem 0 0;
}

.booking-widget__divider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    width: auto;
    margin: 0 2rem;
    background-color: rgba(255, 255, 255, 0.2);
}

.booking-widget .btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 15.5625rem;
}

.booking-widget__mobile {
    display: none;
}

.tab-control {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.3125rem 4.5rem 1.3125rem 1.625rem;
    color: var(--main-color);
    background-color: #ffffff;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.tab-control span {
    color: inherit;
}

.tab-control__icon {
    position: absolute;
    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;
    top: 50%;
    right: 1.8125rem;
    width: 0.375rem;
    height: 0.375rem;
    background-color: var(--icon-color);
    border: 0.125rem solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, right 0.3s ease;
    -o-transition: background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, right 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, right 0.3s ease;
}

.tab-control__icon svg {
    fill: none;
    opacity: 0;
    width: 1.25rem;
    height: 1.25rem;
}

.tab-control.is-active {
    color: #ffffff;
    background-color: var(--main-color);
}

.tab-control.is-active .tab-control__icon {
    right: 0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    border-color: var(--cta-bg);
    background-color: var(--cta-bg);
}

.tab-control.is-active .tab-control__icon svg {
    opacity: 1;
}

.checkout {
    width: 100%;
    padding: 3.5rem 0 10.375rem 0;
}

.checkout .subtitle {
    margin: 0 0 2rem 0;
}

.checkout__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 1rem);
    margin: 0 -1rem 3rem 0;
}

.checkout__controls .tab-control {
    width: calc(33.333% - 1rem);
    margin: 0 1rem 0 0;
}

.checkout__element {
    width: 100%;
}

.checkout__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: calc(100% + 4rem);
    margin: 0 -4rem 3rem 0;
}

.checkout__fieldset {
    padding: 0;
    width: calc(50% - 4rem);
    margin: 0 4rem 0 0;
    border: none;
}

.checkout__fieldset .btn {
    margin: 1rem 0 0 0;
    width: 100%;
}

.checkout__fieldset-error {
    max-height: 0;
    opacity: 0;
    color: #d33636;
    text-align: right;
    -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
    -o-transition: max-height 0.3s ease, opacity 0.3s ease;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.checkout__fieldset-error a {
    color: inherit;
}

.checkout__fieldset-error.is-active {
    max-height: 2.25rem;
    opacity: 1;
}

.checkout__verfication-btn {
    display: none;
}

.checkout__verfication-btn.is-shown {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.checkout.is-discount .booking-info__discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.recepient-details {
    padding: 0;
    margin: 0;
    border: none;
}

.recepient-details__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 1rem);
    margin: 0 -1rem 2rem 0;
}

.recepient-details .custom-input {
    width: calc(33.333% - 1rem);
    margin: 0 1rem 1rem 0;
}

.recepient-details .custom-input:last-child {
    width: 100%;
}

.booking-info__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1.5rem 0;
    max-width: 47.625rem;
}

.booking-info__row--mobile {
    display: none;
}

.booking-info__row--balance {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--main-color);
}

.booking-info__row--balance .text, .booking-info__row--balance .title {
    color: inherit;
}

.booking-info__divider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    margin: 0 1rem;
    background-color: rgba(50, 45, 41, 0.2);
}

.booking-info__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.booking-info__bath, .booking-info__time-slot {
    margin: 0 3rem 0 0;
}

.booking-info__guests, .booking-info__time-slot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.booking-info__mobile {
    display: none;
}

.booking-info__total-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.booking-info__discount {
    margin: 0 0 0 0.5rem;
    padding: 0.1875rem 0.75rem;
    color: #ffffff;
    background-color: #3aa320;
    border-radius: 0.875rem;
    display: none;
}

.booking-info__balance-error {
    max-height: 0;
    opacity: 0;
    width: 100%;
    text-align: right;
    -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
    -o-transition: max-height 0.3s ease, opacity 0.3s ease;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.booking-info.is-error .booking-info__row--balance {
    color: #d33636;
}

.booking-info.is-error .booking-info__row--balance .booking-info__balance-error {
    max-height: 2.25rem;
    opacity: 1;
}

.booking-info.has-balance .booking-info__row--balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal-booking .title {
    margin: 0 0 1rem 0;
}

.modal-booking .text {
    margin: 0 0 2.5rem 0;
    max-width: 29.125rem;
}

.booking-final {
    position: relative;
    padding: 1.5rem 0;
    height: 100vh;
    /* stylelint-disable-next-line */
    height: calc(100 * var(--vh, 1vh));
    color: #ffffff;
}

.booking-final__img {
    position: absolute;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    top: 1.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 1rem;
    background-color: #000000;
    overflow: hidden;
    z-index: -1;
}

.booking-final__img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.7;
}

.booking-final .container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.booking-final .subtitle {
    margin: 0 0 1.1875rem 0;
}

.booking-final .title {
    max-width: 43.75rem;
}

.booking-final .title .accent {
    color: inherit;
}

.booking-final__text {
    margin: 1.5rem 0 0 0;
}

.booking-final .btn {
    margin: 3rem 0 0 0;
}

.booking-final__balance {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 0.25rem;
    margin: 1.4375rem 0 0 0;
    color: #ffffff;
}

.booking-final__balance .text {
    color: inherit;
    min-width: 8.25rem;
}

.booking-final__divider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
    max-width: 16.1875rem;
    height: 1px;
    margin: 0 1rem;
    background-color: rgba(255, 255, 255, 0.5);
}

.greencow {
    display: none;
}

.greencow__footnate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.greencow__footnate-link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.greencow__footnate-link::after {
    position: absolute;
    top: 10px;
    left: 28px;
    content: '';
    width: 1.5rem;
    height: 1px;
    background-color: rgba(50, 45, 41, 0.2);
}

.greencow__footnate-link svg {
    margin-right: 40px;
    width: 20px;
    height: 20px;
    fill: var(--main-color);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
}

.certificates {
    padding: 3.5rem 0 3.5rem 0;
}

.certificates .form__caption {
    margin-top: 1.6rem;
}

@media (min-width: 768px) {
    .certificates__head {
        display: flex;
        gap: 3.5%;
    }
}

.certificates__img {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    align-self: stretch;
    flex-shrink: 0;
    border-radius: 16px;
    margin-bottom: 2.4rem;
}

@media (min-width: 768px) {
    .certificates__img {
        width: 30.5%;
        margin-bottom: 0;
    }
}

.certificates__img picture, .certificates__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certificates__heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 1.75rem 0;
    color: var(--main-color);
}

.certificates__heading .opening-hours {
    color: inherit;
}

.certificates .subtitle {
    padding: 0;
}

.certificates__title {
    max-width: 48.125rem;
    margin: 0 0 1.375rem 0;
}

.certificates__text {
    margin: 0 0 4rem 0;
}

.certificates__fieldset {
    display: block;
    margin: 0 0 4rem 0;
    padding: 0;
    border: none;
    width: 100%;
}

.certificates__fieldset .subtitle {
    margin: 0 0 2rem 0;
}

.certificates__fieldset--gift {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -2rem 0 3rem 0;
}

.certificates__fieldset--gift.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.certificates__fieldset--gift .custom-input:last-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
}

.certificates__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 -1rem 0;
}

.certificates .certificate-option, .certificates .custom-input {
    width: calc(33.333% - 1rem);
    margin: 0 1rem 1rem 0;
}

.certificates .certificates__head .certificate-option {
    width: calc(50.0% - 1rem);
}

.certificates__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 1rem 0;
}

.certificates__wrapper .custom-input__label {
    pointer-events: none;
}

.certificates .custom-input:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.certificates .custom-input label textarea {
    min-height: 6rem;
}

.certificates form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}

.certificates .custom-toggle--checkbox {
    margin: 0 0 1rem 0;
}

.certificates__field-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    margin: 0 0 1rem 0;
    /* width: 66.666%; */
}

/* .certificates__field-wrapper .text,
.certificates__field-wrapper .custom-input {
    width: calc(50% - 1rem);
} */
.certificates__field-wrapper .custom-input {
    margin: 0 1rem 0 0;
}

.certificates__orientation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 1rem 0 0;
}

.certificates__orientation .custom-toggle {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 11.875rem;
    margin: 0 0.5rem 0 0;
}

.certificates__orientation .custom-toggle:last-of-type {
    margin: 0 1.5rem 0 0;
}

.certificates__orientation .btn {
    width: 60%;
    margin: 0;
    margin-left: auto;
}

.certificate-option {
    position: relative;
}

.certificate-option input.title--xxs-1, .certificate-option label[for^='certif-'] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.2rem 1.3125rem;
    color: var(--main-color);
    background-color: #ffffff;
    border: none;
    border-radius: 1rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -o-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.certificate-option input.title--xxs-1 {
    width: 100%;
    text-align: center;
}

.certificate-option span {
    color: inherit;
}

.certificate-option__icon {
    position: absolute;
    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;
    top: 2.0rem;
    right: 2rem;
    width: 0.375rem;
    height: 0.375rem;
    color: #ffffff;
    background-color: var(--icon-color);
    border: 0.125rem solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, right 0.3s ease;
    -o-transition: background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, right 0.3s ease;
    transition: background-color 0.3s ease, border-color 0.3s ease, width 0.3s ease, height 0.3s ease, right 0.3s ease;
}

.certificate-option__icon svg {
    fill: none;
    opacity: 0;
    width: 1.25rem;
    height: 1.25rem;
}

.certificate-option input:checked ~ label {
    color: #ffffff;
    background-color: var(--main-color);
}

.certificate-option input:checked ~ label .certificate-option__icon {
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    border-color: var(--cta-bg);
    background-color: var(--cta-bg);
}

.certificate-option input:checked ~ label .certificate-option__icon svg {
    opacity: 1;
}

.modal-certificate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.modal-certificate__img {
    display: none;
}

.is-vertical .modal-certificate__img--vertical, .is-horizontal .modal-certificate__img--horizontal {
    display: block;
}

.modal-certificate__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 1.625rem 1.875rem 1.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.modal-certificate__icons svg {
    width: 1.9375rem;
    height: 1.625rem;
}

.modal-certificate__icons svg:last-child {
    margin: 0;
}

.modal-certificate__logo {
    margin-top: 2.1875rem;
    margin-bottom: -0.9375rem;
}

.modal-certificate__logo svg {
    width: 10.125rem;
    height: 0.875rem;
}

.modal-certificate__content {
    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;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 1px solid #af403e;
    border-right: 1px solid #af403e;
}

.modal-certificate__title {
    font-family: 'Highliner', 'Arial', sans-serif;
    margin: 0 0 1.1875rem 0;
    font-size: 6.875rem;
    line-height: 7.8125rem;
    font-weight: 400;
    color: #af403e;
    letter-spacing: 0.04em;
    text-align: center;
}

.modal-certificate__message {
    margin: 0 0 0 0;
    padding: 0 0 0.9375rem 0;
    font-family: 'Inter', 'Arial', sans-serif;
    text-align: center;
}

.modal-certificate__message.is-hidden {
    display: none;
}

.modal-certificate__deposit {
    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;
    text-align: center;
    margin: 0;
    font-family: 'Inter', 'Arial', sans-serif;
    text-transform: uppercase;
    font-size: 0.6875rem;
    line-height: 0.8125rem;
}

.modal-certificate__price {
    font-family: 'Highliner', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 6.8125rem;
    line-height: 7.8125rem;
    color: #af403e;
    margin: 0;
    letter-spacing: 0.04em;
}

.modal-certificate__price span {
    position: relative;
    margin-left: 0.5rem;
    display: inline-block;
    font-weight: 600;
}

.modal-certificate__price .modal-certificate__rouble svg {
    position: relative;
    width: 1rem;
    height: 2.4375rem;
}

.modal-certificate__name {
    position: relative;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 0 0 3.3125rem 0;
}

.modal-certificate__name::after {
    content: '';
    position: absolute;
    bottom: -0.1875rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 38.75rem;
    height: 0.0625rem;
    background-color: #af403e;
}

.modal-certificate__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto 0 0 0;
    width: 100%;
    font-family: 'Inter', 'Arial', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
}

.modal-certificate__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
}

.modal-certificate__contact a {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    margin: 1.75rem 0 0 0;
}

.modal-certificate__contact a:focus, .modal-certificate__contact a:focus-within {
    outline: none;
    opacity: 0.3;
}

.modal-certificate__address {
    margin: 0;
    text-align: right;
    padding-top: 0.9375rem;
}

.modal-certificate.is-horizontal {
    max-width: 75rem;
    min-width: 53.25vw;
    min-height: 32.5vw;
}

.modal-certificate.is-horizontal .modal-certificate__icons {
    padding: 1.75rem 1.5rem 1.6875rem 1.75rem;
}

.modal-certificate.is-horizontal .modal-certificate__content {
    padding: 0 2.0625rem 0 2.0625rem;
}

.modal-certificate.is-horizontal .modal-certificate__info {
    font-size: 0.625rem;
    line-height: 0.75rem;
    margin-top: -0.3125rem;
}

.modal-certificate.is-horizontal .modal-certificate__contact {
    max-width: 17.125rem;
    font-size: 0.8125rem;
    line-height: 0.9375rem;
}

.modal-certificate.is-horizontal .modal-certificate__contact a {
    font-size: 0.875rem;
    line-height: 1.125rem;
}

.modal-certificate.is-horizontal .modal-certificate__address {
    max-width: 16.25rem;
    font-size: 0.8125rem;
    line-height: 0.9375rem;
}

.modal-certificate.is-horizontal .modal-certificate__message {
    font-size: 1.375rem;
    line-height: 1.625rem;
    text-transform: uppercase;
    max-width: 38.75rem;
}

.modal-certificate.is-horizontal .modal-certificate__deposit {
    font-size: 0.875rem;
    line-height: 1rem;
    margin-bottom: -0.5625rem;
}

.modal-certificate.is-horizontal .modal-certificate__price span {
    margin-left: 0.9375rem;
}

.modal-certificate.is-horizontal .modal-certificate__price .modal-certificate__rouble svg {
    position: relative;
    top: 0.0625rem;
    width: 1.25rem;
    height: 3.4375rem;
}

.modal-certificate.is-horizontal .modal-certificate__name {
    margin-bottom: 1.125rem;
}

.modal-certificate.is-vertical {
    min-width: 32vw;
    max-width: 29.0625rem;
    min-height: 32.4375rem;
}

.modal-certificate.is-vertical .modal-certificate__content {
    padding: 1.875rem 0.625rem 0 0.625rem;
}

.modal-certificate.is-vertical .modal-certificate__icons {
    padding: 1.75rem 0.9375rem 1.6875rem 0.9375rem;
}

.modal-certificate.is-vertical .modal-certificate__icons svg {
    width: 1.9375rem;
    height: 1.625rem;
}

.modal-certificate.is-vertical .modal-certificate__logo {
    margin-bottom: -0.625rem;
    margin-top: 0;
}

.modal-certificate.is-vertical .modal-certificate__title {
    font-size: 3.75rem;
    line-height: 4.3125rem;
    margin-bottom: 3.75rem;
}

.modal-certificate.is-vertical .modal-certificate__info {
    font-size: 0.4375rem;
    line-height: 0.5625rem;
}

.modal-certificate.is-vertical .modal-certificate__deposit {
    font-size: 0.5625rem;
    line-height: 0.6875rem;
}

.modal-certificate.is-vertical .modal-certificate__price {
    font-size: 4.875rem;
    line-height: 5.625rem;
    margin-bottom: 4.375rem;
}

.modal-certificate.is-vertical .modal-certificate__contact {
    max-width: 9.4375rem;
}

.modal-certificate.is-vertical .modal-certificate__contact a {
    font-size: 0.5625rem;
    line-height: 0.6875rem;
}

.modal-certificate.is-vertical .modal-certificate__message {
    font-size: 0.875rem;
    line-height: 1.125rem;
    text-transform: uppercase;
}

.modal-certificate.is-vertical .modal-certificate__address {
    max-width: 8.5rem;
    padding-top: 0;
}

.zoom {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zoom.init .zoom__item {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.zoom.init .zoom__item img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.zoom.init .zoom__item.scaled {
    cursor: -webkit-grab;
    cursor: grab;
}

.modal-call__top {
    margin-bottom: 4rem;
}

.modal-call .title {
    margin-bottom: 1.5rem;
}

.modal-call .text {
    max-width: 21.875rem;
}

.modal-call__close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    background-color: var(--icon-color);
    color: #ffffff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.modal-call__close-btn svg {
    width: 1.25rem;
    height: 1.25rem;
}

.modal-call form .btn {
    color: #ffffff;
}

.modal-call .bottom-block__wrapper.is-success .form ~ .bottom-block__card {
    -webkit-transform: translateY(-3.5rem);
    -ms-transform: translateY(-3.5rem);
    transform: translateY(-3.5rem);
}

.bottom-block__wrapper .sent .wpcf7-response-output {
    display: none;
}

.modal-call .bottom-block__wrapper .form ~ .bottom-block__card {
    height: 100%;
}

.modal-call__success {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 2.5rem;
    color: #ffffff;
    background-color: #000000;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.modal-call__success img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    opacity: 0.7;
}

.modal-call__title {
    margin: 0 0 1rem 0;
}

.modal-call__text {
    max-width: 26.25rem;
    margin: 0 0 auto 0;
}

.is-success .modal-call__success {
    opacity: 1;
}

.modal-call.is-active .modal-call__bottom, .modal-call.is-active .modal-call__top {
    pointer-events: none;
}

.tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    margin-bottom: 3.5rem;
    margin-left: -0.5rem;
    padding: 0;
    list-style: none;
}

.inner-intro__description + .tags {
    margin-top: -2rem;
}

.tags__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5rem;
    margin-left: 0.5rem;
    padding: 0.75rem 1rem;
    font-weight: 500;
    font-size: 0.6875rem;
    line-height: 1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(50, 45, 41, 0.7);
    background-color: #ffffff;
    border-radius: 0.75rem;
}

.schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-bottom: 4rem;
    padding: 0;
    list-style: none;
    border: 0.0625rem solid rgba(50, 45, 41, 0.12);
    border-radius: 1rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.schedule::-webkit-scrollbar {
    display: none;
}

.container:not(:first-child) .schedule {
    margin-top: -2.5625rem;
}

.schedule__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-right: 0.0625rem solid rgba(50, 45, 41, 0.12);
}

.schedule__item:last-child {
    border: none;
}

.schedule__link {
    width: 100%;
    height: 100%;
    padding: 1.25rem 2rem;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.schedule__date {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: var(--main-color);
}

.schedule__date:last-child {
    margin-bottom: 0;
}

.schedule__time {
    font-weight: 500;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    color: rgba(50, 45, 41, 0.5);
}

.event-info {
    width: 100%;
    max-width: 37.5rem;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    background-color: #ffffff;
    border-radius: 1rem;
    overflow: hidden;
}

.event-info__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.5rem;
    padding-bottom: 1rem;
    font-weight: 300;
    color: rgba(50, 45, 41, 0.7);
}

.event-info__title {
    margin: 0;
    margin-bottom: 1rem;
    font-style: normal;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    color: var(--main-color);
}

.event-info__table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -3.5rem;
    margin-bottom: 2rem;
}

.event-info__col {
    margin-left: 3.5rem;
}

.event-info__text {
    margin: 0;
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.375rem;
    color: var(--main-color);
    text-align: left;
    border: none;
}

.event-info__text:last-child {
    padding-right: 0;
}

.event-info__text--header {
    margin-bottom: 0.25rem;
    font-weight: 300;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    color: rgba(50, 45, 41, 0.7);
}

.event-info__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.event-info__block {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 0.0625rem solid rgba(50, 45, 41, 0.12);
}

.event-info__phone-link {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 1.5rem;
    font-weight: 500;
}

.event-info__socials {
    margin-left: auto;
}

.event-info__socials .socials__list {
    height: 100%;
}

.event-info__socials .socials__item {
    width: 4.125rem;
    height: 100%;
    border-left: 0.0625rem solid rgba(50, 45, 41, 0.12);
}

.event-info__btn {
    -ms-flex-negative: 2;
    flex-shrink: 2;
    width: 50%;
    border-radius: 0;
}

.oferta {
    padding-top: 57px;
}

.oferta__description {
    padding: 64px 150px 54px 200px;
}

.oferta__description .btn {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.oferta__title {
    margin-bottom: 20px;
}

.oferta__btn {
    margin-top: 4rem;
}

.articles-section {
    padding-top: 53px;
    padding-bottom: 120px;
}

.articles-section__show-more {
    max-width: 62%;
    margin-left: auto;
    margin-top: 56px;
}

.articles-section__show-more .show-more__line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    width: auto;
}

.articles-section__show-more .show-more__btn-text {
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
}

.show-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.show-more__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    border: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
}

.show-more__btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(50, 45, 41, 0.2);
    border-radius: 28px;
}

.show-more__line {
    max-width: 238px;
    width: 100%;
    height: 1px;
    background: rgba(50, 45, 41, 0.2);
    margin: 0 16px;
}

.show-more__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.show-more__count-num {
    font-weight: 300;
    font-size: 38px;
    line-height: 44px;
}

.show-more__count-text {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: rgba(50, 45, 41, 0.7);
}

.article {
    padding-top: 53px;
    padding-bottom: 120px;
}

.article__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 72px;
}

.article__header {
    margin-bottom: 64px;
}

.article__header-text {
    max-width: 37.625rem;
}

.article__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.article__date-line {
    width: 40px;
    height: 1px;
    background: rgba(50, 45, 41, 0.2);
}

.article__title {
    margin-bottom: 24px;
}

.article__subtitle {
    margin-bottom: 32px;
}

.article__video {
    margin: 0 0 48px 0;
}

.article__bottom-desktop {
    max-width: 37.625rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.article__bottom-desktop-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 104px;
    flex: 1 0 104px;
    margin-right: 8px;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: rgba(50, 45, 41, 0.7);
}

.article__bottom-desktop-line {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    height: 1px;
    background: rgba(50, 45, 41, 0.2);
}

.article__bottom-desktop-line::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    background-color: var(--main-color);
    border-radius: 50%;
}

.article__bottom-button-back {
    background-color: var(--body-bg);
    color: var(--main-color);
    border: 1px solid rgba(50, 45, 41, 0.2);
}

.article__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.awards {
    padding-top: 53px;
    padding-bottom: 120px;
}

.awards__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
    margin-bottom: 40px;
}

.awards__header {
    -webkit-box-flex: 1;
    -ms-flex: 0 1 70%;
    flex: 0 1 70%;
}

.awards__subtitle {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 5px;
    text-transform: uppercase;
}

.awards__title {
    max-width: 600px;
    font-weight: 300;
    font-size: 38px;
    line-height: 44px;
    margin: 0 0 24px 0;
}

.awards__title > .accent {
    font-size: 35px;
    line-height: 44px;
}

.awards__text {
    max-width: 600px;
    font-size: 15px;
    line-height: 22px;
}

.awards__wrapper {
    max-width: 70%;
    margin-left: auto;
    overflow: visible;
}

.awards__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    line-height: 0;
}

.body-tabs__slider .title {
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    color: rgba(50, 45, 41, 0.7);
    margin-bottom: 0;
}

.body-tabs__slider .title::before {
    content: none;
}

.body-tabs__slider .bath-slider__caption {
    margin-top: 0;
}

.body-tabs__slider .bath-slider__bottom {
    gap: 16px;
    margin: 40px 0 0 0;
    width: 100%;
}

.body-tabs__slider .bath-slider__caption {
    padding: 0;
    margin: 0;
    min-width: auto;
}

.body-tabs__slider .bath-slider__divider {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.body-tabs__slider .bath-slider__divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: rgba(50, 45, 41, 0.7);
}

.awards__content-top {
    margin-bottom: 64px;
}

@media (hover: hover), screen and (min-width: 0\0) {
    .header--dark .main-nav__inner-item:hover::before, .header--dark .main-nav__inner-item:focus::before {
        background-color: #ffffff;
    }

    .main-nav__inner-item:hover::before, .main-nav__inner-item:focus::before {
        background-color: var(--main-color);
    }

    .modal__close-btn:hover, .modal__close-btn:focus {
        color: #ffffff;
        background-color: var(--cta-bg);
    }

    .btn:hover {
        background-color: var(--icon-color);
        color: #ffffff;
    }

    .btn--reverse:hover {
        background-color: #ffffff;
        color: var(--icon-color);
    }

    .btn--bordered:hover, .btn--bordered:focus {
        background-color: var(--icon-color);
        color: #ffffff;
    }

    .custom-select__item[aria-selected='true']:hover, .custom-select__item[aria-selected='true']:focus {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .custom-select__item:hover, .custom-select__item:focus {
        background-color: rgba(255, 255, 255, 0.4);
    }

    .intro__address:hover .intro__address-icon {
        background-color: #ffffff;
        color: var(--second-color);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .intro__address:hover .intro__address-accent::before {
        opacity: 0;
    }

    .intro__slider-pagination .intro__slider-bullet:hover, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .intro__slider-bullet:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .intro__slider-pagination .swiper-pagination-bullet-active .intro__slider-bullet:hover, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active .intro__slider-bullet:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .socials--hover .socials__link:hover.socials__link--whatsapp, .socials--hover .socials__link:focus.socials__link--whatsapp {
        color: #ffffff;
        background-color: #40c351;
    }

    .socials--hover .socials__link:hover.socials__link--telegram, .socials--hover .socials__link:focus.socials__link--telegram {
        color: #ffffff;
        background-color: #26a3e2;
    }

    .socials--hover-squirrel .socials__link:hover, .socials--hover-squirrel .socials__link:focus {
        background-color: var(--second-color);
    }

    .socials--square .socials__item .socials__link:hover.socials__link--whatsapp, .socials--square .socials__item .socials__link:focus.socials__link--whatsapp {
        color: #ffffff;
        background-color: #40c351;
    }

    .socials--square .socials__item .socials__link:hover.socials__link--telegram, .socials--square .socials__item .socials__link:focus.socials__link--telegram {
        color: #ffffff;
        background-color: #26a3e2;
    }

    .socials--invert .socials__item .socials__link:hover, .socials--invert .socials__item .socials__link:focus {
        background-color: var(--icon-color);
    }

    .scroll-btn:hover .scroll-btn__icon {
        background-color: #ffffff;
    }

    .scroll-btn:hover .scroll-btn__icon svg {
        color: var(--second-color);
    }

    .video:hover {
        -webkit-transform: translate(50%, -50%) scale(1.14) translateZ(0);
        transform: translate(50%, -50%) scale(1.14) translateZ(0);
    }

    .slider-nav__btn:hover {
        color: #ffffff;
        background-color: var(--icon-color);
        border-color: var(--icon-color);
    }

    .btn-tab:hover {
        color: #ffffff;
        background-color: var(--icon-color);
    }

    .btn-tab:hover::before {
        background-color: #ffffff;
    }

    .btn-tab--white:hover {
        border-color: var(--icon-color);
    }

    .bath-card__nav-btn:hover ~ .bath-card__nav-icon {
        opacity: 1;
    }

    .bath-card__link:hover, .bath-card__link:focus {
        background-color: var(--icon-color);
    }

    .download-btn:hover .download-btn__icon {
        background-color: var(--cta-bg);
    }

    .contacts__button.is-active:hover .contacts__button-icon {
        background-color: var(--icon-color);
    }

    .contacts__button.is-active:hover .contacts__close {
        color: #ffffff;
    }

    .contacts__button:hover .contacts__button-icon {
        background-color: var(--cta-bg);
    }

    :hover > [data-accordion='icon'], :focus > [data-accordion='icon'] {
        background-color: var(--icon-color);
    }

    :hover > [data-accordion='icon']::before, :hover > [data-accordion='icon']::after, :focus > [data-accordion='icon']::before, :focus > [data-accordion='icon']::after {
        background-color: #ffffff;
    }

    .cookies__btn:hover, .cookies__btn:focus {
        background-color: var(--icon-color);
        color: #ffffff;
    }

    .accordion__item.is-active:hover .accordion__img-wrap, .accordion__item.is-active:focus .accordion__img-wrap {
        position: static;
        visibility: visible;
        z-index: 2;
    }

    .address__button:hover .address__button-icon {
        background-color: var(--cta-bg);
    }

    .address__button.is-active:hover .address__button-icon {
        background-color: var(--icon-color);
    }

    .address__button.is-active:hover .contacts__close {
        color: #ffffff;
    }

    .btn-play-with-text:hover .btn-play-with-text__circle, .btn-play-with-text:focus .btn-play-with-text__circle {
        color: #ffffff;
        background-color: var(--cta-bg);
    }

    .btn-read-more:hover .btn-read-more__icon, .btn-read-more:focus .btn-read-more__icon {
        background-color: #ffd04f;
    }

    .form__caption span:hover + .form__preview, .form__caption span:focus + .form__preview {
        opacity: 1;
    }

    .bottom-block__close-btn:hover, .bottom-block__close-btn:focus {
        background-color: #ffd04f;
    }

    .bottom-block__close-btn:hover svg, .bottom-block__close-btn:focus svg {
        color: var(--main-color);
    }

    .video-inner:hover .btn-play-with-text__circle, .video-inner:focus .btn-play-with-text__circle {
        color: #ffffff;
        background-color: var(--cta-bg);
    }

    .video-inner:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .menu-tab__item:hover .menu-tab__img, .menu-tab__item:focus .menu-tab__img {
        opacity: 1;
    }

    .menu-tab__show:hover {
        background-color: var(--icon-color);
        color: #ffffff;
    }

    .input-counter button:hover {
        color: #ffffff;
        background-color: var(--icon-color);
    }

    .bath-option label:hover {
        color: #ffffff;
    }

    .bath-option label:hover .bath-option__icon {
        width: 2.5rem;
        height: 2.5rem;
        top: 1rem;
        right: 1rem;
        border-color: var(--cta-bg);
        background-color: rgba(255, 255, 255, 0);
    }

    .bath-option label:hover .bath-option__info .text:first-child {
        opacity: 0.7;
    }

    .bath-option label:hover .bath-option__img {
        opacity: 1;
    }

    .bath-option input:disabled ~ label:hover .bath-option__icon {
        top: 2.0625rem;
        right: 2.0625rem;
        width: 0.375rem;
        height: 0.375rem;
        border-color: rgba(255, 255, 255, 0);
        background-color: var(--icon-color);
    }

    .bath-option input:disabled ~ label:hover .bath-option__img {
        opacity: 0;
    }

    .bath-option input:disabled ~ label:hover .bath-option__message {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0);
    }

    .calendar .flatpickr-day.selected:hover {
        background-color: var(--cta-bg);
    }

    .calendar .flatpickr-day:hover {
        background-color: var(--icon-color);
        color: #ffffff;
    }

    .calendar .flatpickr-next-month:hover, .calendar .flatpickr-prev-month:hover {
        background-color: var(--icon-color);
        color: #ffffff;
    }

    .time-slot label:hover {
        color: #ffffff;
        background-color: var(--icon-color);
    }

    .time-slot label:hover::before {
        background-color: #ffffff;
    }

    .time-slot input:disabled ~ label:hover {
        color: var(--main-color);
        background-color: #ebe5e1;
    }

    .time-slot input:disabled ~ label:hover::before {
        opacity: 0.2;
        background-color: var(--icon-color);
    }

    .tab-control:hover {
        color: #ffffff;
        background-color: var(--icon-color);
    }

    .tab-control:hover .tab-control__icon {
        right: 0.75rem;
        width: 2.5rem;
        height: 2.5rem;
        border-color: #ffffff;
        background-color: rgba(255, 255, 255, 0);
    }

    .tab-control.is-active:hover {
        color: #ffffff;
        background-color: var(--main-color);
    }

    .tab-control.is-active:hover .tab-control__icon {
        right: 0.75rem;
        width: 2.5rem;
        height: 2.5rem;
        border-color: var(--cta-bg);
        background-color: var(--cta-bg);
    }

    .greencow__footnate-link:hover, .greencow__footnate-link:focus {
        color: var(--second-color);
        cursor: pointer;
    }

    .greencow__footnate-link:hover svg, .greencow__footnate-link:focus svg {
        fill: var(--second-color);
        cursor: pointer;
    }

    .certificate-option label[for^='certif-']:hover {
        color: #ffffff;
        background-color: var(--icon-color);
    }

    .certificate-option label[for^='certif-']:hover .certificate-option__icon {
        right: 1rem;
        width: 2.5rem;
        height: 2.5rem;
        border-color: #ffffff;
        background-color: rgba(255, 255, 255, 0);
    }

    .certificate-option input:checked ~ label:hover {
        color: #ffffff;
        background-color: var(--main-color);
    }

    .certificate-option input:checked ~ label:hover .certificate-option__icon {
        right: 1rem;
        width: 2.5rem;
        height: 2.5rem;
        border-color: var(--cta-bg);
        background-color: var(--cta-bg);
    }

    .modal-call__close-btn:hover, .modal-call__close-btn:focus {
        background-color: #ffd04f;
    }

    .schedule__link:hover, .schedule__link:focus {
        background-color: #ffffff;
    }
}

@media (hover: hover), screen {
    .footer__item:hover .footer__link {
        color: #ffffff;
    }

    .footer__item:hover .footer__link .footer__img {
        opacity: 1;
    }

    .footer__author a:hover, .footer__author a:focus {
        color: var(--second-color);
    }
}

@media (min-width: 768px) {
    .article__bottom-mobile {
        display: none;
    }
}

@media (max-height: 680px) and (min-width: 1280px) {
    .modal--map .modal__close-btn {
        top: 1rem;
        right: 0.375rem;
    }

    .modal--video .modal__close-btn {
        top: 1rem;
        right: 0.375rem;
    }
}

@media (max-height: 780px) and (min-width: 1440px) {
    .modal--map .modal__close-btn {
        top: 1.125rem;
        right: 2.25rem;
    }

    .modal--video .modal__close-btn {
        top: 1.125rem;
        right: 2.25rem;
    }
}

@media (max-height: 900px) and (min-width: 1440px) {
    .club .container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .ordered-list {
        margin: 0 0 -1.5rem 0;
    }

    .ordered-list__item {
        margin: 0 1.375rem 1.5rem 0;
    }
}

@media (max-height: 1200px) and (min-width: 1920px) {
    .modal--map .modal__close-btn {
        top: 1.5rem;
        right: 2.625rem;
    }

    .modal--video .modal__close-btn {
        top: 1.5rem;
        right: 2.625rem;
    }
}

@media (max-width: 2239px) {
    html {
        font-size: 21.28px;
    }

    .header__btn-reserve {
        font-size: 15px;
    }

    .logo__main {
        width: auto;
        height: 127.68px;
    }

    .inner-intro {
        padding: 4.5rem 0;
    }
}

@media (max-width: 1919px) {
    html {
        font-size: 18.72px;
    }

    .header__nav {
        margin-top: clamp(1px, 4vh, 3.5rem);
    }

    .header__phone-link--only-text {
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
    }

    .header__btn-reserve {
        font-size: 13px;
        line-height: 18px;
    }

    .main-nav__list {
        padding-left: 4.5625rem;
    }

    .logo__main {
        width: auto;
        height: 112.32px;
    }

    .inner-intro {
        padding: 3.5rem 0;
    }

    .calendar .flatpickr-day {
        margin: 0 0.5625rem 0 0.53125rem;
    }
}

@media (max-width: 1679px) {
    html {
        font-size: 16px;
    }

    .container {
        padding: 0 68px;
    }

    .container--np {
        padding: 0;
    }

    .container--npr {
        padding-right: 0;
    }

    .header {
        width: 280px;
        left: 24px;
    }

    .header__wrapper {
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .header__nav {
        margin-top: clamp(1px, 4vh, 56px);
    }

    .header__bottom .btn {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header__phone-link--only-text {
        font-size: 13px;
        line-height: 18px;
        min-height: 55px;
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .header__socials .socials__item {
        width: 56px;
        height: 56px;
    }

    .header__btn-reserve {
        font-size: 11px;
        line-height: 16px;
    }

    .main-nav__wrapper {
        margin-left: 29px;
        margin-right: 29px;
    }

    .main-nav__list {
        padding-left: 65px;
    }

    .main-nav__item {
        font-size: 11px;
        line-height: 16px;
        margin-bottom: 12px;
    }

    .main-nav__link.is-active::after {
        width: 40px;
    }

    .main-nav__inner-item::before {
        width: 5px;
        height: 5px;
    }

    .footer {
        padding-left: 304px;
    }

    .modal__wrapper {
        padding: 60px 40px 60px 304px;
    }

    .modal--certificate .modal__wrapper {
        padding: 60px 0 60px 304px;
    }

    .intro__slider-pagination .swiper-pagination-bullet circle, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet circle {
        stroke-dasharray: 175px;
    }

    .page-content {
        padding: 0 0 0 304px;
    }

    .bath-card__img-wrapper {
        min-height: 34vw;
    }

    .bath-card--simple, .bath-card--image {
        max-width: 800px;
        height: 449px;
        margin-bottom: 64px;
    }

    .ordered-list--mobile-cards .ordered-list__num::before {
        font-size: 20px;
    }

    .logo__main {
        width: auto;
        height: 96px;
    }

    [data-accordion='icon'] {
        width: 13px;
        height: 13px;
    }

    .inner-intro__heading {
        margin-bottom: 73px;
    }

    .inner-intro__title {
        margin-bottom: 24px;
        max-width: 700px;
    }

    .inner-intro__description {
        max-width: 602px;
        margin-bottom: 64px;
    }

    .inner-intro__description + .inner-intro__description {
        margin-top: -42px;
    }

    .inner-intro--narrow .inner-intro__heading {
        margin-bottom: 30px;
    }

    .inner-intro--narrow .inner-intro__description {
        min-width: 400px;
    }

    .inner-intro--narrow .inner-intro__video-block {
        max-width: 800px;
    }

    .quote__text + .quote__caption {
        margin-top: 64px;
    }

    .quote__img-wrap {
        width: 80px;
        height: 80px;
    }

    .section {
        padding: 120px 0;
    }

    .section--bg-white {
        padding-left: 304px;
    }

    .section--padding-top-low {
        padding-top: 74px;
    }

    .section--padding-very-low {
        padding: 30px 0;
    }

    .section--padding-narrow {
        padding: 50px 0 18px;
    }

    .section--padding-middle {
        padding-top: 75px;
        padding-bottom: 80px;
    }

    .section--padding-middle .subtitle {
        margin-right: 104px;
    }

    .section--padding-equal {
        padding: 60px 0;
    }

    .section--padding-equal-2 {
        padding: 56px 0;
    }

    .section--padding-dif {
        padding: 93px 0 84px 0;
    }

    .section--wide .section__heading .title {
        margin-bottom: 24px;
    }

    .section--wide .subtitle {
        margin-right: 117px;
    }

    .section--padding-bottom-low {
        padding-bottom: 80px;
    }

    .accordion__img-wrap {
        top: -33px;
        right: 112px;
        width: 275px;
        height: 186px;
    }

    .price__count {
        margin-bottom: 8px;
    }

    .bath-slider {
        /* width: 100%; */
    }

    .bath-slider__bottom {
        margin: 30px 0 0 auto;
    }

    .bath-slider__caption {
        margin-top: 15px;
        padding-left: 12px;
        margin-right: 16px;
    }

    .bath-slider__caption .title {
        margin-bottom: 4px;
    }

    .bath-slider__caption .title::before {
        width: 5px;
        height: 5px;
        left: -12px;
    }

    .bath-slider__divider {
        width: 326px;
    }

    .btn-play-with-text {
        width: 122px;
        height: 122px;
        font-size: 9px;
    }

    .btn-play-with-text__circle svg {
        left: calc(50% + 2px);
        width: 10px;
        height: 12px;
    }

    .btn-play-with-text__circle {
        width: 56px;
        height: 56px;
    }

    .btn-play-with-text__text span {
        -webkit-transform-origin: 0 61px;
        -ms-transform-origin: 0 61px;
        transform-origin: 0 61px;
        font-size: 11px;
    }

    .inner-contacts__phone-link {
        font-size: 64px;
        line-height: 64px;
    }

    .form--three-column .custom-input {
        width: calc(33.333% + -16px);
        margin-right: 16px;
    }

    .video-inner {
        border-radius: 16px;
    }

    .membership__price {
        font-size: 239px;
        line-height: 217px;
        margin-top: 40px;
    }

    .membership__text-block {
        max-width: 300px;
        margin-top: 45px;
        margin-bottom: 10px;
    }

    .membership__text-block .title {
        margin-bottom: 16px;
    }

    .application-for-membership__heading-text {
        max-width: 390px;
    }

    .additional-products__item {
        margin-right: 64px;
        margin-bottom: 24px;
    }

    .additional-products__item::after {
        margin: 0 8px;
    }

    .additional-products__name {
        max-width: 268px;
    }

    .certificate-option input.title--xxs-1, .certificate-option label[for^='certif-'] {
        padding: 21px;
    }

    .inner-intro__description + .tags {
        margin-top: -32px;
    }

    .container:not(:first-child) .schedule {
        margin-top: -41px;
    }

    .schedule {
        margin-bottom: 64px;
        border-width: 1px;
        border-radius: 16px;
    }

    .schedule__item {
        border-width: 1px;
    }

    .schedule__link {
        padding: 20px 32px;
    }

    .schedule__date {
        margin-bottom: 8px;
        font-size: 20px;
        line-height: 26px;
    }

    .schedule__date:last-child {
        margin-bottom: 0;
    }

    .schedule__time {
        font-size: 13px;
        line-height: 18px;
    }

    .event-info {
        max-width: 600px;
        font-size: 13px;
        line-height: 18px;
        border-radius: 16px;
    }

    .event-info__main {
        padding: 24px;
        padding-bottom: 16px;
    }

    .event-info__title {
        margin-bottom: 16px;
        font-size: 17px;
        line-height: 24px;
    }

    .event-info__table {
        margin-left: -56px;
        margin-bottom: 32px;
    }

    .event-info__col {
        margin-left: 56px;
    }

    .event-info__text {
        font-size: 15px;
        line-height: 22px;
    }

    .event-info__text--header {
        margin-bottom: 4px;
        font-size: 13px;
        line-height: 18px;
    }

    .event-info__block {
        border-width: 1px;
    }

    .event-info__phone-link {
        margin: 0 24px;
    }

    .event-info__socials .socials__item {
        width: 66px;
        border-width: 1px;
    }
}

@media (max-width: 1439px) {
    .header__bottom .btn {
        padding-left: 18px;
        padding-right: 18px;
    }

    .main-nav__list {
        padding-left: 4.0625rem;
    }

    .main-nav__link.is-active::before {
        left: -65px;
    }

    .main-nav__link.is-active::after {
        left: -48px;
    }

    .modal--map .modal__wrapper {
        padding: 0 40px 0 304px;
    }

    .modal--video .modal__wrapper {
        padding: 0 40px 0 304px;
    }

    .modal--certificate .modal__content {
        width: auto;
        height: auto;
        min-height: initial;
        min-width: initial0;
    }

    .btn {
        padding: 20px;
    }

    .intro__address.is-open .intro__address-icon {
        left: calc(50% - 12px);
    }

    .intro .video {
        top: 0;
        right: calc(50% - 295px);
    }

    .video {
        width: 120px;
        height: 120px;
    }

    .video.is-open {
        right: calc(50% + 11px);
    }

    .bath-card__top {
        margin: 0 0 72px 0;
    }

    .club .container {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .club .subtitle {
        margin: 0 0 24px 0;
    }

    .club .text {
        margin: 0 0 24px 0;
    }

    .ordered-list {
        margin: 0 0 -24px 0;
    }

    .ordered-list__item {
        width: calc(33.333% - 16px);
        margin: 0 16px 24px 0;
    }

    .ordered-list__icon {
        width: 48px;
        height: 48px;
    }

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

    .hospitality__contacts {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0 auto 30px 0;
    }

    .hospitality__address {
        max-width: 195px;
        margin: 0 40px 0 0;
    }

    .hospitality__mail {
        margin: 0 40px 0 0;
    }

    .video-inner {
        width: 100%;
        height: 100%;
    }

    .membership__price {
        font-size: 195px;
        line-height: 175px;
    }

    .calendar .flatpickr-day {
        margin: 0;
        -ms-flex-preferred-size: 14.2%;
        flex-basis: 14.2%;
        height: 4vw;
        width: 14.2%;
        max-width: unset;
    }

    .booking__wrapper {
        margin: 0 48px 0 0;
    }

    .select-date .time-slot {
        width: 156px;
    }

    .tab-control {
        padding: 21px 48px 21px 21px;
    }
}

@media (max-width: 1279px) {
    .bath-card__img-wrapper {
        min-height: 41.0vw;
    }

    .container {
        padding: 0 48px;
    }

    .container--np {
        padding: 0;
    }

    .container--npr {
        padding-right: 0;
    }

    .modal__close-btn {
        width: 48px;
        height: 48px;
    }

    .modal--map .modal__content {
        width: 720px;
    }

    .modal--video .modal__content {
        width: 720px;
    }

    .modal--bath .modal__content {
        width: 100%;
    }

    .btn--square {
        padding: 19px 0;
    }

    .intro .title {
        max-width: 540px;
    }

    .page-id-253 .intro .title {
        max-width: 100%;
    }

    .intro__address {
        position: static;
    }

    .intro__address.is-open .intro__address-icon {
        width: 720px;
        left: calc(50% - 12px);
    }

    .intro__address-icon {
        top: calc(100% - 20px);
    }

    .intro .video {
        right: unset;
        left: calc(50% + 186px);
        -webkit-transform: translate(-50%, -50%) translateZ(0);
        transform: translate(-50%, -50%) translateZ(0);
    }

    .intro__slider-pagination, .intro .swiper-pagination-bullets.swiper-pagination-horizontal {
        right: 0;
        bottom: 0;
        padding: 0 28px;
    }

    .intro__slider-pagination .swiper-pagination-bullet, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
        width: 48px;
        height: 48px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 20px 0 0;
    }

    .intro__slider-pagination .swiper-pagination-bullet svg, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet svg {
        left: -4px;
    }

    .intro__slider-pagination .swiper-pagination-bullet circle, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet circle {
        r: 28px;
        cy: 28px;
        cx: 28px;
        stroke-dashoffset: 175px;
        stroke-dasharray: 175px;
        -webkit-animation: countdown 5s linear forwards;
        animation: countdown 5s linear forwards;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
        stroke: #ffffff;
    }

    .intro__slider-pagination .swiper-pagination-bullet-active, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
        padding: 0;
        width: 48px;
        height: 48px;
    }

    .intro__slider-pagination .swiper-pagination-bullet-active .intro__slider-bullet, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active .intro__slider-bullet {
        left: 0;
        border: none;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .intro__slider-bullet {
        width: 48px;
        height: 48px;
    }

    .intro__slider-caption {
        display: none;
    }

    .title {
        font-size: 48px;
        line-height: 56px;
    }

    .title .accent {
        font-size: 43px;
    }

    .title--md {
        font-size: 30px;
        line-height: 36px;
    }

    .title--md .accent {
        font-size: 28px;
    }

    .title--md-2 {
        font-size: 38px;
    }

    .title--s {
        font-size: 38px;
        line-height: 44px;
    }

    .title--xs {
        font-size: 28px;
        line-height: 34px;
    }

    .title--xs-1 {
        font-size: 28px;
        line-height: 34px;
    }

    .title--xs-2 {
        font-size: 28px;
        line-height: 34px;
    }

    .title--xxs {
        font-size: 20px;
        line-height: 26px;
    }

    .title--xxs-l {
        font-size: 20px;
        line-height: 26px;
    }

    .title--xxs-1 {
        font-size: 17px;
        line-height: 24px;
    }

    .title--xxs-2 {
        font-size: 14px;
        line-height: 20px;
    }

    .title--xxs-3 {
        font-size: 17px;
        line-height: 24px;
    }

    .title--xxs-4 {
        font-size: 17px;
        line-height: 24px;
    }

    .advantages__card {
        min-height: 260px;
        padding: 20px 16px;
    }

    .advantages__card-number {
        width: 40px;
        height: 40px;
    }

    .advantages__card-current {
        margin: 0 10px 0 0;
    }

    .advantages__card-current::after {
        right: -7px;
    }

    .advantages__caption.text::after {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 240px;
    }

    .video {
        -webkit-transition: background-color 0s, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, -webkit-transform 0.3s ease;
        transition: background-color 0s, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, -webkit-transform 0.3s ease;
        -o-transition: background-color 0s, transform 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease;
        transition: background-color 0s, transform 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease;
        transition: background-color 0s, transform 0.3s ease, left 1s ease, top 1s ease, width 1s ease, height 1s ease, border-radius 1s ease, -webkit-transform 0.3s ease;
    }

    .video.is-open {
        width: 720px;
        right: unset;
        left: calc(50% - 12px);
        -webkit-transform: translate(-50%, -50%) translateZ(0) translate3d(0, 0, 0);
        transform: translate(-50%, -50%) translateZ(0) translate3d(0, 0, 0);
    }

    .baths {
        padding: 41px 0 60px 0;
    }

    .baths__navigation {
        margin: 0 0 48px 0;
    }

    .baths__slide {
        height: auto;
    }

    .bath-card__content {
        padding: 24px 24px 0 24px;
    }

    .bath-card__top {
        margin: 0 0 30px 0;
    }

    .bath-card__text-desktop {
        display: none;
    }

    .bath-card__text-mobil {
        display: block;
    }

    .bath-card__link {
        padding: 19px 0;
        border: none;
    }

    .bath-card__specifications {
        padding: 0;
    }

    .bath-card__specifications-item {
        margin: 0 0 16px 0;
    }

    .bath-card__specifications-title {
        width: 80px;
        font-size: 13px;
    }

    .bath-card__specifications-text {
        font-size: 13px;
        max-width: 200px;
    }

    .bath-card--modal .bath-card__content {
        padding: 24px;
    }

    .bath-card--modal .bath-card__text {
        font-size: 13px;
        margin: 0 0 24px 0;
    }

    .tabs__content {
        margin-right: -3rem;
        max-width: calc(100% + 3rem);
    }

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

    .cuisine__content {
        margin: 0 0 32px 0;
        max-width: 100%;
    }

    .cuisine .btn {
        width: 230px;
        margin: 0 0 24px 0;
    }

    .cuisine__slider-wrapper {
        width: 100%;
    }

    .cuisine__slide-img {
        height: 35vw;
    }

    .club .title--md {
        max-width: 280px;
        margin: 0 0 16px 0;
    }

    .bath-siberia__video-block {
        width: auto;
        height: auto;
        position: relative;
    }

    .bath-siberia__video-block:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 56.125%;
    }

    .ordered-list__item {
        width: calc(50% - 16px);
        margin: 0 16px 24px 0;
    }

    .about-service__subtitle {
        margin-right: 62px;
    }

    .about-service__header {
        max-width: 100%;
    }

    .about-service__advantages .ordered-list__item {
        width: 20%;
        margin-right: 1.5625rem;
    }

    .history-logo__subtitle {
        margin-right: 3.4375rem;
    }

    .history-logo__title {
        max-width: 57rem;
    }

    .history-logo__content {
        padding-left: 0;
        width: auto;
    }

    .history-logo__svg {
        width: 31.875rem;
        height: 20.125rem;
    }

    .history-logo__description:first-of-type {
        left: -2.0625rem;
        top: 6.0625rem;
    }

    .history-logo__description:nth-of-type(2) {
        right: 0;
        top: 3rem;
    }

    .history-logo__description:last-child {
        right: 0.375rem;
        bottom: 6.125rem;
    }

    .values__swiper .ordered-list__num {
        margin-right: 16px;
    }

    .values__desc {
        width: 219px;
    }

    .bath-advantages__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-y: auto;
    }

    .bath-advantages__item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 1rem;
        margin-right: 0;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
    }

    .bath-advantages__item:first-child {
        margin-left: 16px;
    }

    .bath-advantages__item .advantages-card {
        width: 232px;
        height: 258px;
    }

    .address__button-icon {
        right: -36px;
    }

    .bath-slider__caption {
        min-width: 11.25rem;
    }

    .bath-slider__divider {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .inner-contacts__phone-link {
        font-size: 48px;
        line-height: 48px;
    }

    .inner-contacts__btns {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .inner-contacts__btn--call {
        margin-left: 0;
        margin-top: 1rem;
    }

    .hospitality__number {
        margin: 0 0 24px 0;
    }

    .team__item {
        width: calc(50% - 1.5rem);
        margin: 0 24px 24px 0;
    }

    .downloads__list {
        width: 100%;
        display: block;
        margin: 0 0 -24px 0;
    }

    .downloads__item {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .form form {
        margin: 0;
    }

    .form .btn {
        margin: 0 0 24px 0;
    }

    .form .custom-input {
        width: 100%;
        margin: 0 0 16px 0;
    }

    .form__preview {
        right: -28%;
        width: 12.8125rem;
        height: 7.875rem;
    }

    .bottom-block__manager {
        display: none;
    }

    .membership__price {
        font-size: 145px;
        line-height: 125px;
    }

    .menu-tab__title span {
        max-width: 68%;
    }

    .conditions__description {
        padding-left: 100px;
        padding-right: 100px;
    }

    .conditions__title {
        width: 301px;
    }

    .bath-option__info {
        margin: 0 32px 0 0;
    }

    .calendar .flatpickr-day {
        height: 57px;
    }

    .booking-page form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

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

    .booking .booking__wrapper ~ .booking__element {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .select-date {
        position: static;
    }

    .booking-widget {
        width: 62vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .booking-widget__info {
        margin: 0 auto 16px 0;
    }

    .booking-widget__divider {
        display: none;
    }

    .booking-widget .btn {
        width: 100%;
    }

    .booking-widget .btn--transparent {
        margin: 0 0 12px 0;
    }

    .checkout {
        padding: 56px 0 196px 0;
    }

    .checkout__controls {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -1rem 2rem 0;
    }

    .checkout__controls .tab-control {
        width: calc(50% - 16px);
        margin: 0 1rem 1rem 0;
    }

    .recepient-details .custom-input {
        width: 100%;
    }

    .booking-final .subtitle {
        margin: 0 0 24px 0;
    }

    .booking-final__text {
        margin: 24px 0 0 0;
    }

    .booking-final .btn {
        margin: 48px 0 0 0;
    }

    .booking-final__balance {
        margin: 24px 0 0 0;
    }

    .certificates__fieldset--gift .custom-input:last-child {
        width: 100%;
    }

    .certificates__wrapper {
        width: 100%;
        margin: 0 0 16px 0;
    }

    .certificates__field-wrapper {
        width: 100%;
        margin: 0 0 24px 0;
    }

    .certificates__field-wrapper .custom-input {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .certificates__orientation .btn {
        margin: 0;
    }

    .modal-certificate.is-horizontal {
        min-width: initial;
        min-height: initial;
    }

    .modal-certificate.is-vertical {
        min-width: initial;
        min-height: initial;
    }

    .modal-call__close-btn {
        width: 48px;
        height: 48px;
    }

    .modal-call .bottom-block__wrapper.is-success .form ~ .bottom-block__card {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .tags {
        margin-bottom: 56px;
        margin-left: -8px;
    }

    .tags__item {
        margin-bottom: 9px;
        margin-left: 8px;
        padding: 12px 16px;
        font-size: 11px;
        line-height: 16px;
        border-radius: 12px;
    }

    .oferta__description {
        padding-left: 100px;
        padding-right: 100px;
    }

    .oferta__title {
        width: 301px;
    }
}

@media (max-width: 1023px) {
    .bath-card__img-wrapper {
        min-height: 41.0vw;
    }

    .bath-advantages {
        padding-inline: 15px; }

    .hidden-tablet {
        display: none;
    }

    .container {
        padding: 0 24px;
    }

    .container--np {
        padding: 0;
    }

    .container--tab-np {
        padding: 0;
    }

    .container--npr {
        padding-right: 0;
    }

    .header {
        width: calc(100% - 24px);
        top: 0;
        left: 0;
        margin-left: 12px;
        margin-right: 12px;
        pointer-events: none;
    }

    .header.is-active .header__wrapper {
        position: relative;
        z-index: 1;
    }

    .header.is-active .header__inner {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0);
        border-radius: 0 0 1rem 1rem;
        -webkit-transition: visability 0.7s ease-in-out, -webkit-clip-path 0.7s ease-in-out;
        transition: visability 0.7s ease-in-out, -webkit-clip-path 0.7s ease-in-out;
        -o-transition: clip-path 0.7s ease-in-out, visability 0.7s ease-in-out;
        transition: clip-path 0.7s ease-in-out, visability 0.7s ease-in-out;
        transition: clip-path 0.7s ease-in-out, visability 0.7s ease-in-out, -webkit-clip-path 0.7s ease-in-out;
        height: 100vh;
        height: calc(100 * var(--vh, 1vh) - 5.5rem);
    }

    .header.is-active .header__top {
        border-bottom: 1px solid rgba(50, 45, 41, 0.12);
        border-radius: 1rem 1rem 0 0;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .header.is-none {
        display: none;
    }

    .header.is-hidden {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .header.is-active.is-hidden {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .header.is-transition-none {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .header--dark .header__wrapper {
        background-color: initial;
    }

    .header--dark .logo__text {
        color: #ffffff;
    }

    .header--dark .header__top {
        background-color: #3b3f40;
        border-bottom: none;
    }

    .header--dark .header__bottom::after {
        background-color: rgba(255, 255, 255, 0.12);
    }

    .header--dark .header__inner {
        background-color: #3b3f40;
    }

    .header--dark .header__phone-link--only-icon {
        color: #ffffff;
    }

    .header--dark .header__phone-link--only-text::after {
        background-color: rgba(255, 255, 255, 0.12);
    }

    .header--dark .socials--square .socials__link--whatsapp .socials__icon {
        width: 0.8125rem;
        height: 0.8125rem;
    }

    .header--dark .header__bottom {
        border-top: none;
    }

    .header--dark .btn-menu-toggle {
        color: #ffffff;
    }

    .header--dark.is-active .header__top {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .header__wrapper {
        height: auto;
        margin-top: 12px;
        margin-bottom: 12px;
        background-color: rgba(255, 255, 255, 0);
        min-height: initial;
    }

    [data-animate].show .header__wrapper.str {
        pointer-events: none;
        -webkit-animation: none;
        animation: none;
    }

    .header__top {
        border-bottom: 1px solid transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        height: 4rem;
        background-color: var(--main-bg);
        border-radius: 1rem;
        -webkit-transition: border-radius 0.3s ease 0.7s;
        -o-transition: border-radius 0.3s ease 0.7s;
        transition: border-radius 0.3s ease 0.7s;
        pointer-events: all;
    }

    .header__top-item {
        width: initial;
    }

    .header__top-item::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        height: 100%;
        width: 1px;
        background-color: rgba(50, 45, 41, 0.12);
    }

    .header__top-item:first-child::after {
        display: none;
    }

    .header__logo {
        margin-right: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
    }

    .header__nav {
        margin-top: initial;
        margin-bottom: initial;
    }

    .header__inner {
        height: 100%;
        -webkit-clip-path: inset(0 0 100% 0);
        clip-path: inset(0 0 100% 0);
        pointer-events: none;
        -webkit-transition: -webkit-clip-path 0.7s ease-in-out;
        transition: -webkit-clip-path 0.7s ease-in-out;
        -o-transition: clip-path 0.7s ease-in-out;
        transition: clip-path 0.7s ease-in-out;
        transition: clip-path 0.7s ease-in-out, -webkit-clip-path 0.7s ease-in-out;
        background-color: var(--main-bg);
        margin-bottom: initial;
        overflow-y: auto;
        overflow: -moz-scrollbars-none;
        scrollbar-width: none;
        overflow: auto;
    }

    .header__bottom {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        border-top: none;
    }

    .header__bottom::after {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        content: '';
        display: block;
        margin-left: 12px;
        margin-right: 12px;
        width: 1;
        height: 1px;
        background-color: rgba(50, 45, 41, 0.12);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .header__phone-link--only-text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-right: none;
        padding: 0;
        padding-left: 16px;
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .header__phone-link--only-icon {
        display: block;
        padding-left: 1.375rem;
        padding-right: 1.375rem;
        padding-top: 1.375rem;
        padding-bottom: 1.375rem;
    }

    .header__phone-link--only-icon svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    .header__socials {
        margin-right: 16px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .header__socials .socials__item {
        width: 36px;
        height: 36px;
    }

    .header__btn-reserve {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        margin-top: 24px;
    }

    .main-nav {
        max-height: 73%;
        margin-right: 0;
    }

    .main-nav__wrapper {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        max-height: 50%;
        margin-top: 3rem;
    }

    .main-nav__item {
        font-size: 0.875rem;
        line-height: 1rem;
    }

    .footer {
        padding: 2.5rem 0;
    }

    .footer__img {
        display: none;
    }

    .footer__yandex-place {
        padding: 1.5rem;
    }

    .footer--dark .footer__bottom {
        border-radius: initial;
        border-left: none;
        border-right: none;
    }

    .modal__wrapper {
        padding: 0;
    }

    .modal--map .modal__wrapper {
        padding: 0;
    }

    .modal--certificate .modal__wrapper {
        padding: 60px 40px;
    }

    .btn {
        padding: 20px 14px;
    }

    [data-animate] .fib, [data-animate] .fit {
        opacity: 1;
        pointer-events: all;
    }

    [data-animate] .str {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .intro {
        padding: 56px 0;
    }

    .intro {
        height: auto;
        padding: 7.25rem 0 3.5rem 0;
    }

    .intro__bg {
        width: 100%;
        height: 560px;
        left: 0;
    }

    .intro .opening-hours, .intro .scroll-btn {
        display: none;
    }

    .intro__heading {
        margin: 0 0 1.5rem 0;
    }

    .intro__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .intro .title {
        margin: 0 0 6.875rem 0;
    }

    .intro__address {
        margin: 10px 0 40px 0;
    }

    .intro__address.is-open .intro__address-icon {
        left: 47vw;
    }

    .intro__address-icon {
        top: 306px;
    }

    .intro__address-text .intro__address-accent {
        margin: 0;
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .intro .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .intro .video {
        position: static;
        top: unset;
        right: unset;
        left: unset;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .intro__text {
        max-width: 55%;
    }

    .page-content {
        padding: 0;
    }

    .socials--with-border .socials__item {
        border-right: none;
    }

    .socials--square .socials__link {
        width: 100%;
        height: 100%;
        border-radius: 50%;
    }

    .socials--square .socials__link--whatsapp {
        color: #ffffff;
        background-color: #40c351;
    }

    .socials--square .socials__link--whatsapp .socials__icon {
        width: 1.125rem;
        height: 1.125rem;
    }

    .socials--square .socials__link--telegram {
        color: #ffffff;
        background-color: #26a3e2;
    }

    .socials--square .socials__link--telegram .socials__icon {
        width: 1rem;
        height: 1rem;
    }

    .socials--square .socials__item {
        border-radius: 50%;
        margin-right: 0.5rem;
    }

    .socials--square .socials__item:last-child {
        margin-right: 0;
    }

    .advantages {
        padding: 80px 0 40px 0;
    }

    .advantages__top {
        display: block;
    }

    .advantages .subtitle {
        margin: 0 0 24px 0;
    }

    .video {
        width: 100%;
        height: 48.8vw;
        padding: 1rem;
        border-radius: 1rem;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .video.is-open {
        right: 50%;
    }

    .video.is-open {
        width: 100%;
        right: unset;
        height: 11.4375rem;
    }

    .video.is-open .video__btn {
        opacity: 1;
    }

    .video__link {
        display: none;
    }

    .video__btn {
        left: 1rem;
        top: unset;
        bottom: 1rem;
        width: 3.5rem;
        height: 3.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: var(--main-color);
        background-color: #ffffff;
        border-radius: 50%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 3;
    }

    .video__btn svg {
        width: 1.25rem;
        height: 1.25rem;
    }

    .video__cover, .video__title, .video__duration {
        display: block;
        z-index: 1;
    }

    .video__mobile {
        display: block;
    }

    .video__desktop {
        display: none;
    }

    .baths {
        padding: 0 0 80px 0;
    }

    .baths__top {
        display: block;
    }

    .baths .subtitle {
        margin: 0 0 24px 0;
    }

    .bath-card__img-wrapper {
        height: 380px;
    }

    .bath-card__link {
        padding: 20px 0;
    }

    .cuisine {
        padding: 40px 0;
    }

    .club__img {
        top: 0;
        left: 0;
        height: 100%;
        min-height: 511px;
        width: 100%;
        border-radius: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .bath-siberia {
        padding-top: 115px;
    }

    .ordered-list .title {
        font-weight: 300;
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }

    .ordered-list--mobile-cards {
        position: relative;
    }

    .ordered-list--mobile-cards::after {
        content: '';
        display: block;
        width: 16px;
        height: 100%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .ordered-list--mobile-cards {
        counter-reset: item;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: calc(100% + 3rem);
        padding: 1.5rem;
        margin: 0 -1.5rem;
        overflow-x: auto;
        border-top: none;
    }

    .ordered-list--mobile-cards .ordered-list__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 319px;
        height: 13.25rem;
        margin-bottom: 0;
        margin-right: 1rem;
        background-color: var(--icon-color);
        border-radius: 1rem;
        padding: 1.5rem;
    }

    .ordered-list--mobile-cards .ordered-list__icon {
        display: none;
        opacity: 0;
    }

    .ordered-list--mobile-cards .ordered-list__dot {
        display: block;
        width: 0.1875rem;
        height: 0.1875rem;
        margin-right: 0.375rem;
        margin-left: 0.375rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        background-color: rgba(50, 45, 41, 0.5);
        border-radius: 50%;
    }

    .ordered-list--mobile-cards .ordered-list__num {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: auto;
        margin-bottom: 0;
        width: 3.5rem;
        height: 3.5rem;
        background-color: #ffffff;
        border-radius: 50%;
        font-size: 13px;
        font-weight: 300;
    }

    .ordered-list--mobile-cards .ordered-list__num::before {
        position: static;
        display: block;
        color: var(--main-color);
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        font-size: 0.8125rem;
        line-height: 1.5rem;
        font-weight: 300;
        /*counter-increment: item;*/
        content: counter(item);
        left: 50%;
        top: 50%;
    }

    .ordered-list--mobile-cards .ordered-list__num::after {
        position: static;
        content: '10';
        font-weight: 300;
        font-size: 1.0625rem;
        font-size: 0.8125rem;
        font-weight: 300;
        line-height: 1.5rem;
    }

    .contacts {
        padding: 80px 0;
    }

    .contacts__top {
        display: block;
    }

    .contacts .subtitle {
        margin: 0 0 24px 0;
    }

    .contacts__img {
        min-height: 240px;
    }

    .logo__main {
        display: none;
    }

    .logo__img {
        color: var(--second-color);
        display: block;
        width: 2rem;
        height: 2.625rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .logo__text {
        font-family: 'Euclid Flex', 'Arial', sans-serif;
        font-size: 1.15rem;
        display: block;
        width: 7.3125rem;
        margin-left: 1.1875rem;
        margin-right: 1.3125rem;
        margin-top: auto;
        margin-bottom: auto;
    }

    .btn-menu-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0.625rem;
        width: 4rem;
    }

    .btn-menu-toggle::after {
        display: none;
    }

    .btn-menu-toggle svg {
        margin: auto;
        width: 1.5rem;
        height: 1.5rem;
    }

    .text--body {
        font-weight: 300;
        font-size: 15px;
        line-height: 22px;
    }

    .text--body-medium {
        font-weight: 300;
        font-size: 15px;
        line-height: 22px;
    }

    .text--body-medium-1 {
        font-weight: 500;
        font-size: 15px;
        line-height: 22px;
    }

    .text--small {
        font-size: 13px;
        line-height: 18px;
    }

    .text--small-2 {
        font-size: 13px;
        line-height: 18px;
    }

    .text--small-medium {
        font-weight: 500;
        font-size: 13px;
        line-height: 18px;
    }

    .text--small-caps {
        font-size: 11px;
        line-height: 16px;
    }

    .text--small-caps-3 {
        font-size: 11px;
        line-height: 16px;
    }

    .about-service__header {
        max-width: 35rem;
    }

    .history-logo__content {
        width: 31.25rem;
    }

    .history-logo__description:first-of-type {
        left: -6.5625rem;
        top: 6.25rem;
    }

    .history-logo__description:nth-of-type(2) {
        right: -5.6875rem;
    }

    .history-logo__description:last-child {
        right: -5.3125rem;
    }

    .values__swiper .ordered-list__num {
        margin-right: 25px;
    }

    .values__swiper .title--xxs-2 {
        font-weight: 500;
    }

    .values__desc {
        width: 264px;
    }

    .inner-intro {
        padding: 120px 0 56px;
    }

    [data-animate]:not(:first-child) .inner-intro {
        padding-top: 64px;
        padding-bottom: 15px;
    }

    .inner-intro__video-block {
        height: 449px;
    }

    .inner-intro__video-block .btn-play-with-text {
        width: 3.5rem;
        height: 3.5rem;
        bottom: 1rem;
        left: 1rem;
        top: initial;
        right: initial;
        margin: 0;
    }

    .section__top {
        display: block;
    }

    .section .subtitle {
        margin: 0 0 24px 0;
    }

    .section--bg-white {
        margin-left: 0;
        padding-left: 0;
    }

    .hospitality {
        padding: 116px 0 40px 0;
    }

    .downloads__list {
        padding: 0;
    }

    .form__price::after {
        display: none;
    }

    .contacts-form .bottom-block {
        padding: 0;
    }

    .menu-tab__title::after {
        height: 1px;
    }

    .menu-tab__pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -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;
    }

    .menu-tab__pagination::after {
        display: none;
    }

    .menu-tab__show {
        margin: 0 0 16px 0;
    }

    .menu-tab__count {
        display: none;
    }

    .conditions {
        padding-top: 115px;
    }

    .error-404 {
        padding-top: 100px;
    }

    .additional-products {
        display: block;
        width: 100%;
        margin: 0;
    }

    .additional-products__list {
        margin: 0;
        width: 100%;
    }

    .additional-products__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.75rem;
    }

    .booking__wrapper {
        padding: 0 0 135px 0;
    }

    .select-date {
        padding: 96px 0 56px 0;
    }

    .booking-widget {
        width: calc(100% - 48px);
    }

    .booking-widget__divider {
        display: block;
    }

    .booking-final {
        padding: 80px 0 0 0;
    }

    .booking-final__img {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .booking-final .btn {
        width: 230px;
    }

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

    .certificates__orientation .btn {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin: 0;
    }

    .schedule {
        margin-bottom: 40px;
        border-right: none;
        border-left: none;
        border-radius: 0;
    }

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

    .schedule__item:first-child .schedule__link {
        padding-left: 24px;
    }

    .schedule__item:last-child .schedule__link {
        padding-right: 24px;
    }

    .schedule__link {
        padding: 16px 35px;
    }

    .schedule__date {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 22px;
    }

    .schedule__date:last-child {
        margin-bottom: 0;
    }

    .oferta {
        padding-top: 115px;
    }

    .articles-section {
        padding-top: 115px;
    }

    .article {
        padding-top: 115px;
    }

    .awards {
        padding-top: 115px;
    }
}

@media (max-width: 767px) {
    html {
        font-size: 4.26667vw;
    }

    .hidden-mobile {
        display: none;
    }

    .container {
        padding: 0 1.5rem;
    }

    .container--np {
        padding: 0;
    }

    .container--mob-npr {
        padding-right: 0;
    }

    .container--mob-np {
        padding: 0;
    }

    .container--tab-np {
        padding: 0;
    }

    .container--npr {
        padding-right: 0;
    }

    .header {
        width: 100%;
        margin: 0;
    }

    .header.is-active {
        min-height: 100vh;
        /* stylelint-disable-next-line */
        min-height: var(--screen-height, 100vh);
    }

    .header.is-active .header__inner {
        height: calc(100 * var(--vh, 1vh) - 3.9375rem);
    }

    .header.is-active .header__inner {
        border-radius: 0;
    }

    .header.is-active .header__top {
        border-radius: 0;
    }

    .header--dark .main-nav__inner-list {
        background-color: #46494a;
    }

    .header__wrapper {
        margin-top: 0;
        margin-bottom: 0;
    }

    .header__top {
        border-radius: initial;
    }

    .header__nav {
        margin-top: 0;
    }

    .header__phone-link--only-text {
        letter-spacing: 0.02em;
        min-height: 2.5rem;
    }

    .header__socials .socials__item {
        margin: 0 8px 0 0;
        width: 2.25rem;
        height: 2.25rem;
    }

    .header__btn-reserve {
        margin-top: 1.5rem;
        border-radius: 0;
    }

    .header__overlay {
        position: fixed;
        z-index: 0;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 100vh;
        /* stylelint-disable-next-line */
        height: calc(100 * var(--vh, 1vh));
        background-color: rgba(0, 0, 0, 0.5);
    }

    .main-nav__wrapper {
        margin-top: 3rem;
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .main-nav__list {
        padding-left: 4.25rem;
    }

    .main-nav__item {
        margin-bottom: 1.25rem;
        letter-spacing: 0.02em;
    }

    .main-nav__link.is-active::before {
        left: -68px;
    }

    .main-nav__link.is-active::after {
        top: 54%;
        left: -54px;
    }

    .main-nav__inner-list {
        position: relative;
        left: -5.25rem;
        width: calc(100% + 6.25rem);
        background-color: #e8e3df;
        padding-left: 5.125rem;
    }

    .main-nav__inner-item {
        margin-bottom: 1.25rem;
    }

    .main-nav__inner-item::before {
        width: 0.3125rem;
        height: 0.3125rem;
    }

    .main-nav__inner-item:first-child {
        margin-top: 1.625rem;
    }

    .main-nav__inner-item:last-child {
        margin-bottom: 1.625rem;
    }

    .footer {
        padding: 0;
    }

    .footer__content {
        width: calc(100% + 3rem);
        margin: 0 -1.5rem 0 -1.5rem;
    }

    .footer__list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        border: 1px solid rgba(50, 45, 41, 0.12);
        overflow-x: auto;
    }

    /* width */
    .footer__list::-webkit-scrollbar {
        width: 6px;
        height: 6px;
        background-color: transparent;
    }

    /* Track */
    .footer__list::-webkit-scrollbar-track {
        background-color: transparent;
    }

    /* Handle */
    .footer__list::-webkit-scrollbar-thumb {
        border: 0;
        background-color: var(--cta-bg);
    }

    /* Handle on hover */
    .footer__list::-webkit-scrollbar-thumb:hover {
        background-color: var(--cta-bg);
    }

    .footer__item {
        position: relative;
        border: none;
        width: 100%;
        overflow: initial;
    }

    .footer__item:first-child, .footer__item:last-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-right: none;
        border-left: none;
    }

    .footer__item::after {
        position: absolute;
        top: 47%;
        right: 0;
        content: '';
        width: 0.3125rem;
        height: 0.3125rem;
        border-radius: 100%;
        background-color: var(--main-color);
    }

    .footer__item:last-of-type::after {
        display: none;
    }

    .footer__item:first-child .footer__link {
        padding-left: 1.5rem;
    }

    .footer__link {
        padding: 1.5rem 1.9375rem;
        font-size: 0.6875rem;
        line-height: 1rem;
    }

    .footer__copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: self-start;
        -ms-flex-align: self-start;
        align-items: self-start;
        border: none;
        padding: 0;
    }

    .footer__text {
        padding-right: 0;
        font-size: 0.8125rem;
        line-height: 1.125rem;
    }

    .footer__text_mob {
        display: inline;
    }

    .footer__text-articles {
        display: none;
    }

    .footer__text-articles_mob {
        display: block;
    }

    .footer__bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border: none;
    }

    .footer__yandex-place {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        border-right: none;
        border-bottom: 1px solid rgba(50, 45, 41, 0.12);
        width: 100%;
    }

    .footer__copyright > .footer__text {
        padding-top: 1.5rem;
    }

    .footer__rights {
        padding-left: 1.5rem;
        padding-top: 1.5rem;
    }

    .footer__author {
        padding-left: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .footer__author > .footer__text {
        text-align: start;
    }

    .footer--dark .footer__item {
        border-left: none;
    }

    .footer--dark .footer__item:last-child {
        border-right: none;
    }

    .footer--dark .footer__item::after {
        background-color: #ffffff;
    }

    .footer--dark .footer__yandex-place {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .footer--dark .footer__copyright {
        border: none;
    }

    .modal {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
        transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
        -o-transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
        transition: opacity 1s ease, transform 1s ease, visibility 1s ease;
        transition: opacity 1s ease, transform 1s ease, visibility 1s ease, -webkit-transform 1s ease;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .modal__content {
        padding: 1.5rem;
        width: 100%;
        height: calc(100 * var(--vh, 1vh));
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 0;
        background-color: transparent;
    }

    .modal__close-btn {
        width: 2.5rem;
        height: 2.5rem;
        top: 0.75rem;
        right: 0.75rem;
        background-color: var(--icon-color);
    }

    .modal--fit-content .modal__content {
        width: 100%;
    }

    .modal--map .modal__content {
        width: 100%;
        min-width: 93vw;
    }

    .modal--map .map__inner {
        height: 100vh;
        /* stylelint-disable-next-line */
        height: calc(100 * var(--vh, 1vh));
    }

    .modal--map .modal__close-btn {
        top: 1.5rem;
        right: 1.5rem;
        width: 3rem;
        height: 3rem;
    }

    .modal--map .modal-map {
        width: 100%;
    }

    .modal--video .modal__close-btn {
        top: 1.5rem;
        right: 1.5rem;
        width: 3rem;
        height: 3rem;
    }

    .tabs__content {
        margin-right: -1.5rem;
        max-width: calc(100% + 1.5rem);
    }

    .modal--bath .bath-card {
        overflow-y: auto;
    }

    .modal--bath .modal__content {
        height: 100vh;
        /* stylelint-disable-next-line */
        height: calc(100 * var(--vh, 1vh));
        width: 100%;
    }

    .modal--call .modal__wrapper {
        padding: 0;
    }

    .modal--call .modal__content {
        padding: 1.5rem;
        width: 100%;
        height: var(--screen-height, 100vh);
        border-radius: 0;
    }

    .modal.is-active {
        -webkit-animation: slide-next 0.8s ease both;
        animation: slide-next 0.8s ease both;
    }

    .modal.is-closing {
        opacity: 1;
        -webkit-animation: slide-next-2 0.8s ease both;
        animation: slide-next-2 0.8s ease both;
    }

    .modal--certificate {
        opacity: 0;
        -webkit-animation: unset;
        animation: unset;
        background-color: var(--main-color);
    }

    .modal--certificate.is-active, .modal--certificate.is-closing {
        -webkit-animation: unset;
        animation: unset;
    }

    .modal--certificate.is-closing {
        opacity: 0;
    }

    .modal--certificate .modal__wrapper {
        padding: 4.375rem 1.5rem;
    }

    .modal--certificate .modal__content {
        border-radius: 1rem;
        height: auto;
        padding: 0.75rem 0;
    }

    .modal--certificate .modal__close-btn {
        top: 1.5rem;
        right: 1.5rem;
        background-color: #ffd04f;
    }

    .btn {
        width: 100%;
        padding: 1.25rem 3rem;
        font-size: 0.6875rem;
        line-height: 1rem;
    }

    .btn--transparent {
        color: var(--main-color);
        border: 1px solid rgba(50, 45, 41, 0.2);
    }

    .btn--bordered {
        padding: 1.1875rem 3rem;
    }

    .custom-input label textarea, .custom-textarea label textarea {
        min-height: 8rem;
        padding: 3rem 1rem 0.6875rem 1.5rem;
    }

    .custom-input__label, .custom-textarea__label {
        top: 0;
        padding: 1.3125rem 0 1.5rem 1.5rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .custom-toggle__label {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .custom-toggle--radio label {
        padding: 0.75rem 0.75rem;
    }

    [data-animate].show .fib {
        -webkit-animation: none;
        animation: none;
    }

    [data-animate].show .fit {
        -webkit-animation: none;
        animation: none;
    }

    [data-animate].show .str {
        -webkit-animation: none;
        animation: none;
    }

    .intro {
        padding: 4rem 0 3.5rem 0;
    }

    .intro__bg {
        height: 32.75rem;
    }

    .intro .title {
        max-width: 18.75rem;
        margin: 0 0 8.5rem 0;
    }

    .intro .phones {
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 22px;
        margin-bottom: 5rem;
    }

    .page-id-253 .intro .title {
        margin: 0 0 3.625rem 0;
    }

    .intro__address {
        padding: 0;
        margin: 0 0 2.625rem 0;
    }

    .intro__address-icon {
        display: none;
    }

    .intro__address-text {
        font-size: 0.8125rem;
        line-height: 1.125rem;
    }

    .intro__address-text span {
        display: none;
        max-width: 10.5625rem;
        margin: 0 0 0.5rem 0;
    }

    .intro__address-text .intro__address-accent::before {
        position: static;
        margin: 0 0.5rem 0 0;
        width: 0.3125rem;
        height: 0.3125rem;
        border-radius: 50%;
        background-color: #ffffff;
        background-image: none;
    }

    .intro__text {
        max-width: 100%;
    }

    .intro__slider-pagination, .intro .swiper-pagination-bullets.swiper-pagination-horizontal {
        left: 0;
        padding: 0 1.75rem;
        bottom: 1.75rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .intro__slider-pagination .swiper-pagination-bullet, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
        width: 3rem;
        height: 3rem;
        margin: 0 1.25rem 0 0;
    }

    .intro__slider-pagination .swiper-pagination-bullet svg, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet svg {
        left: -0.25rem;
    }

    .intro__slider-pagination .swiper-pagination-bullet circle, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet circle {
        r: 1.75rem;
        cy: 1.75rem;
        cx: 1.75rem;
        stroke-dasharray: 10.9375rem;
        stroke-dashoffset: 10.9375rem;
    }

    .intro__slider-pagination .swiper-pagination-bullet-active, .intro .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
        width: 3rem;
        height: 3rem;
    }

    .intro__slider-bullet {
        width: 3rem;
        height: 3rem;
    }

    .intro--cuisine {
        padding: 5.9375rem 0 18.3125rem 0;
    }

    .intro--cuisine .container {
        position: static;
    }

    .intro--cuisine .title {
        margin: 0 0 1rem 0;
    }

    .intro--cuisine .intro__text span {
        display: none;
    }

    .subtitle {
        font-size: 0.6875rem;
        line-height: 1rem;
    }

    .subtitle::before {
        width: 0.3125rem;
        height: 0.3125rem;
    }

    .title {
        font-weight: 300;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .title .accent {
        font-size: 1.6875rem;
    }

    .title--xl {
        font-weight: 400;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .title--md {
        font-weight: 300;
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .title--md .accent {
        font-size: 1.3125rem;
    }

    .title--md-2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .title--s {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .title--s .accent {
        font-size: 1.3125rem;
    }

    .title--s-2 {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .title--xs {
        font-weight: 300;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .title--xs-1 {
        font-family: 'Euclid Flex', 'Arial', sans-serif;
        font-weight: 300;
        font-size: 1.5rem;
        line-height: 1.75rem;
    }

    .title--xs-2 {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .title--xxs {
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .title--xxs-l {
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.625rem;
    }

    .title--xxs-1 {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .title--xxs-2 {
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .title--xxs-3 {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .title--xxs-4 {
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.625rem;
    }

    .title--desktop {
        display: none;
    }

    .title--mobile {
        display: block;
    }

    .socials--with-border .socials__item:first-child {
        border-left: none;
    }

    .socials--rounded .socials__item {
        width: 2.25rem;
        height: 2.25rem;
        margin-right: 0.5rem;
    }

    .socials--rounded .socials__item:last-child {
        margin-right: 0;
    }

    .socials--rounded .socials__link {
        width: 2.25rem;
        height: 2.25rem;
    }

    .socials--rounded .socials__link--whatsapp .socials__icon {
        width: 1rem;
        height: 1rem;
    }

    .socials--rounded-mobile .socials__item {
        width: 2.25rem;
        height: 2.25rem;
        margin-right: 0.5rem;
    }

    .socials--rounded-mobile .socials__item:last-child {
        margin-right: 0;
    }

    .socials--rounded-mobile .socials__link {
        width: 2.25rem;
        height: 2.25rem;
        border-radius: 50%;
    }

    .socials--rounded-mobile .socials__link--whatsapp {
        color: #ffffff;
        background-color: #40c351;
    }

    .socials--rounded-mobile .socials__link--telegram {
        color: #ffffff;
        background-color: #26a3e2;
    }

    .socials--rounded-mobile .socials__link--whatsapp .socials__icon {
        width: 1rem;
        height: 1rem;
    }

    .socials--small .socials__item {
        width: 2.25rem;
        height: 2.25rem;
    }

    .socials__item {
        width: 2.25rem;
        height: 2.25rem;
    }

    .socials__icon {
        width: 1rem;
        height: 1rem;
    }

    .advantages {
        padding: 0 0 4.125rem 0;
    }

    .advantages .subtitle {
        margin: 0 0 1.5rem 0;
    }

    .advantages__heading {
        margin: 0 0 2.5rem 0;
    }

    .advantages .title {
        margin: 0 0 0.875rem 0;
    }

    .advantages__wrapper.back .swiper-slide-active .advantages__card, .advantages__wrapper.back .is-visible .advantages__card {
        -webkit-animation: unset;
        animation: unset;
    }

    .advantages__wrapper.back .swiper-slide-active .advantages__card-title, .advantages__wrapper.back .is-visible .advantages__card-title {
        opacity: 1;
        -webkit-animation: unset;
        animation: unset;
    }

    .advantages__wrapper.back .swiper-slide-next, .advantages__wrapper.back .is-next {
        z-index: unset;
    }

    .advantages__wrapper.back .swiper-slide-prev, .advantages__wrapper.back .is-prev {
        z-index: unset;
    }

    .advantages__wrapper.next .swiper-slide-active .advantages__card, .advantages__wrapper.next .is-visible .advantages__card {
        -webkit-animation: unset;
        animation: unset;
    }

    .advantages__wrapper.next .swiper-slide-active .advantages__card-title, .advantages__wrapper.next .is-visible .advantages__card-title {
        opacity: 1;
        -webkit-animation: unset;
        animation: unset;
    }

    .advantages__wrapper.next .swiper-slide-next, .advantages__wrapper.next .is-next {
        z-index: unset;
    }

    .advantages__wrapper.next .swiper-slide-prev, .advantages__wrapper.next .is-prev {
        z-index: unset;
    }

    .advantages__wrapper {
        display: none;
    }

    .advantages__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0;
        width: calc(100% + 3rem);
        margin: 0 -1.5rem;
    }

    .advantages__slider {
        width: 100%;
    }

    .advantages__group {
        width: calc(100% * 3 - 6.75rem);
    }

    .advantages__group.swiper-slide-active {
        z-index: unset;
    }

    .advantages__slide {
        margin: 0;
        width: calc(100% - 3.5rem);
    }

    .advantages__card {
        padding: 1.5rem;
        min-height: 13.25rem;
    }

    .advantages__card-title.title {
        max-width: 15.1875rem;
        opacity: 1;
        margin: auto 0 0 0;
    }

    .advantages__card-number {
        display: none;
    }

    .advantages__slider-bottom {
        display: none;
    }

    .slider-nav {
        display: none;
    }

    .baths {
        padding: 0 0 4.0625rem 0;
    }

    .baths .subtitle {
        margin: 0 0 1.5rem 0;
    }

    .baths__heading {
        margin: 0 0 2.5rem 0;
    }

    .baths .title--s {
        margin: 0 0 1rem 0;
    }

    .baths__navigation {
        display: none;
    }

    .baths__wrapper {
        height: 30rem;
    }

    .baths__wrapper.back .baths__slide.swiper-slide-active .bath-card__img-wrapper {
        -webkit-animation: unset;
        animation: unset;
    }

    .baths__wrapper.back .baths__slide.swiper-slide-next {
        z-index: unset;
    }

    .baths__wrapper.back .baths__slide.swiper-slide-prev {
        z-index: unset;
    }

    .baths__wrapper.next .baths__slide.swiper-slide-active .bath-card__img-wrapper {
        -webkit-animation: unset;
        animation: unset;
    }

    .baths__wrapper.next .baths__slide.swiper-slide-next {
        z-index: unset;
    }

    .baths__wrapper.next .baths__slide.swiper-slide-prev {
        z-index: unset;
    }

    .baths__wrapper {
        width: calc(100% + size(48px));
        margin: 0 -1.5rem;
    }

    .baths__slide {
        height: auto;
        width: calc(100% - 3.5rem);
        will-change: transform;
    }

    .baths__slide .title, .baths__slide .text--small-2 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .baths__slide.swiper-slide-active {
        z-index: unset;
    }

    .baths__slide.swiper-slide-active .title, .baths__slide.swiper-slide-active .text--small-2 {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .bath-card {
        height: 100%;
    }

    .bath-card__img-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000000;
        z-index: -1;
    }

    .bath-card__slider-wrapper {
        opacity: 0.5;
    }

    .bath-card__slider-wrapper.back .swiper-slide-active {
        -webkit-animation: unset;
        animation: unset;
    }

    .bath-card__slider-wrapper.back .swiper-slide-next, .bath-card__slider-wrapper.back .swiper-slide-duplicate-next {
        z-index: unset;
    }

    .bath-card__slider-wrapper.back .swiper-slide-prev, .bath-card__slider-wrapper.back .swiper-slide-duplicate-prev {
        z-index: unset;
    }

    .bath-card__slider-wrapper.next .swiper-slide-active {
        -webkit-animation: unset;
        animation: unset;
    }

    .bath-card__slider-wrapper.next .swiper-slide-next {
        z-index: unset;
    }

    .bath-card__slider-wrapper.next .swiper-slide-prev {
        z-index: unset;
    }

    .bath-card__nav-btn {
        display: none;
    }

    .bath-card__slide {
        z-index: unset;
    }

    .bath-card__slide.swiper-slide-active {
        z-index: unset;
    }

    .bath-card__content {
        width: 100%;
        min-height: 30rem;
        padding: 2.75rem 1.5rem 0 1.5rem;
        background-color: rgba(255, 255, 255, 0);
    }

    .bath-card__top {
        display: none;
        margin: 0 0 4.9375rem 0;
    }

    .bath-card__top .text--small-2 {
        margin: 0;
    }

    .bath-card__info-block {
        display: block;
        width: 100%;
        padding: 0 1.5rem;
        margin-bottom: 2.0625rem;
    }

    .bath-card .title--md-2 {
        margin: 0 0 1rem 0;
        color: #ffffff;
    }

    .bath-card .title--xxs-2 {
        margin: 0 0 0.125rem 0;
        color: #ffffff;
    }

    .bath-card .text--small-2 {
        margin: 0 0 1.5rem 0;
        color: #ffffff;
    }

    .bath-card__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-item-align: end;
        align-self: flex-end;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: calc(100% + 3rem);
        margin: 0 -1.5rem 0 -1.5rem;
    }

    .bath-card__link {
        padding: 0.375rem 0.75rem 0.4375rem;
        margin: 0 0 auto 0;
        width: initial;
        color: #ffffff;
        background-color: rgba(255, 255, 255, 0);
        border: 0.0625rem solid rgba(255, 255, 255, 0.5);
        border-radius: 0.5rem;
    }

    .bath-card__mobilelink {
        display: block;
    }

    .bath-card__link::after {
        /* display: block; */
        /* content: ''; */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .bath-card .btn {
        width: 100%;
        margin: auto 0 0 0;
        position: relative;
        z-index: 3;
    }

    .bath-card__specifications {
        padding: 0;
        overflow-y: visible;
    }

    .bath-card__specifications-item {
        margin: 0;
        padding: 1rem 0;
        border-bottom: 1px solid rgba(50, 45, 41, 0.12);
    }

    .bath-card__specifications-item:last-of-type {
        border-bottom: none;
    }

    .bath-card__specifications-title {
        width: 6.4375rem;
    }

    .bath-card__specifications-text {
        max-width: unset;
        -ms-flex-negative: unset;
        flex-shrink: unset;
    }

    .bath-card--modal {
        border-radius: 0;
    }

    .bath-card--modal .bath-card__img-wrapper {
        height: 11.875rem;
        z-index: 1;
        top: 168px;
        background-color: rgba(255, 255, 255, 0);
        opacity: 1;
    }

    .bath-card--modal .bath-card__slider-wrapper {
        opacity: 1;
    }

    .bath-card--modal .bath-card__slide {
        border-radius: 1rem;
        width: calc(100% - 3.5rem);
        overflow: hidden;
    }

    .bath-card--modal .bath-card__content {
        padding: 1.5rem;
        background-color: #ffffff;
    }

    .bath-card--modal .bath-card__text {
        margin: 0 0 17.375rem 0;
        font-size: 0.875rem;
        color: rgba(50, 45, 41, 0.7);
    }

    .bath-card--simple, .bath-card--image {
        height: 13rem;
        margin-bottom: 2.5rem;
        padding-bottom: 1.5625rem;
        border-radius: 0;
        overflow: hidden;
    }

    .bath-card--simple.bath-card--image, .bath-card--image.bath-card--image {
        height: 11.4375rem;
        padding-bottom: 0;
    }

    .bath-card--simple .bath-card__img, .bath-card--image .bath-card__img {
        opacity: 1;
        border-radius: 1rem;
        overflow: hidden;
    }

    .bath-card--simple .bath-card__slider-wrapper, .bath-card--image .bath-card__slider-wrapper {
        height: calc(100% - 1.5625rem);
        opacity: 1;
        overflow: initial;
    }

    .bath-card--simple .bath-card__slider, .bath-card--image .bath-card__slider {
        border-radius: 1rem;
        overflow: hidden;
    }

    .bath-card--simple .bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal, .bath-card--image .bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
        padding: 0;
        bottom: -1.1875rem;
    }

    .bath-card--simple .bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet, .bath-card--image .bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
        background-color: rgba(50, 45, 41, 0.5);
    }

    .bath-card--simple .bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet::after, .bath-card--image .bath-card__pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet::after {
        background-color: rgba(50, 45, 41, 0.3);
    }

    .cuisine {
        padding: 0 0 5rem 0;
    }

    .cuisine .container {
        display: block;
    }

    .cuisine__content {
        margin: 0;
    }

    .cuisine__content .text--body {
        margin: 0 0 1.9375rem 0;
    }

    .cuisine .subtitle {
        margin: 0 0 1.5rem 0;
    }

    .cuisine .title--s {
        max-width: 16.25rem;
        margin: 0 0 1rem 0;
    }

    .cuisine .btn {
        margin: 0;
        position: absolute;
        bottom: -18.1875rem;
        width: calc(100% - 0.5rem);
    }

    .cuisine__download.text {
        display: none;
    }

    .cuisine .download-btn {
        display: none;
    }

    .cuisine__slider-wrapper {
        width: calc(100% + 3rem);
        margin: -0.5rem -1.5rem 0 -1.5rem;
    }

    .cuisine__slider-wrapper.back .swiper-slide-active .cuisine__slide-img {
        -webkit-animation: none;
        animation: none;
    }

    .cuisine__slider-wrapper.next .swiper-slide-active .cuisine__slide-img {
        -webkit-animation: none;
        animation: none;
    }

    .cuisine__slide-img {
        margin: 0;
        height: 13.25rem;
        border-radius: 1rem;
        background-color: #000000;
    }

    .cuisine__slide-img img {
        opacity: 0.6;
    }

    .cuisine__slide {
        width: calc(100% - 3.5rem);
    }

    .cuisine__slide.swiper-slide-active {
        z-index: unset;
    }

    .cuisine__slide.swiper-slide-active .title, .cuisine__slide.swiper-slide-duplicate-active .title {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .cuisine__slide .title {
        max-width: 15rem;
        position: absolute;
        bottom: 1.5rem;
        left: 1.5rem;
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition: unset;
        -o-transition: unset;
        transition: unset;
        color: #ffffff;
    }

    .club {
        padding: 0;
        height: 35.4375rem;
        min-height: 1px;
    }

    .club__img {
        min-height: 31.9375rem;
        background-color: #000000;
    }

    .club__img::after {
        display: block;
    }

    .club__img img {
        -o-object-position: -1.25rem 0;
        object-position: -1.25rem 0;
    }

    .club .container {
        padding-top: 2rem;
        padding-bottom: 0;
    }

    .club .subtitle {
        margin: 0 0 1.5rem 0;
    }

    .club .title--md {
        max-width: 13.75rem;
        margin: auto 0 1rem 0;
    }

    .club .text {
        margin: 0 0 3rem 0;
    }

    .club .btn {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 -1.5rem;
        width: calc(100% + 3rem);
        border-radius: 0;
    }

    .club .ordered-list {
        margin: 0 -1.5rem;
        display: none;
    }

    .club .ordered-list .title {
        max-width: unset;
    }

    .bath-siberia {
        padding-top: 7.2rem;
        padding-bottom: 80px;
    }

    .bath-siberia__heading {
        margin-bottom: 24px;
    }

    .bath-siberia__opening-hours {
        display: none;
    }

    .bath-siberia__title {
        width: 20.4375rem;
        margin-bottom: 15px;
    }

    .bath-siberia__text {
        width: 20.4375rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    .bath-siberia__content {
        margin-bottom: 42px;
    }

    .bath-siberia__video-block .btn-play-with-text {
        bottom: 1rem;
        left: 1rem;
        width: 3.5rem;
        height: 3.5rem;
        background-color: #ffffff;
        border-radius: 50%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .bath-siberia__video-block {
        width: 20.4375rem;
        height: 11.4375rem;
    }

    .bath-siberia__video {
        width: 20.4375rem;
        height: 183px;
    }

    .bath-siberia__footnote {
        position: absolute;
        top: 16px;
        left: 16px;
        display: block;
        font-weight: 500;
        font-size: 11px;
        line-height: 16px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #ffffff;
    }

    .ordered-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: calc(100% + 3rem);
        padding: 1.5rem;
        padding-right: 1rem;
        margin: 0 -1.5rem;
        overflow-x: auto;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

    .ordered-list__item {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: auto;
        margin: 0 1.5rem 0 0;
    }

    .ordered-list__icon {
        content: '';
        display: block;
        width: 0.3125rem;
        height: 0.3125rem;
        margin: 0 0.5rem 0 0;
        background-color: #ffffff;
    }

    .ordered-list__desktop {
        display: none;
    }

    .ordered-list__mobile {
        display: block;
    }

    .ordered-list--mobile-cards {
        border: none;
        padding-top: 0;
    }

    .ordered-list--mobile-cards .ordered-list__item {
        width: calc(100% - 1rem);
    }

    .ordered-list--mobile-cards .title {
        font-size: 1rem;
        font-weight: 500;
        line-height: 1.375rem;
    }

    .contacts {
        padding: 4rem 0 5rem 0;
    }

    .contacts .subtitle {
        margin: 0 0 1.5rem 0;
    }

    .contacts__heading {
        margin: 0 0 3rem 0;
    }

    .contacts .title--s {
        max-width: 14.375rem;
        margin: 0 0 1rem 0;
    }

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

    .contacts__info {
        max-width: 100%;
        margin: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .contacts__info .swiper {
        display: block;
    }

    .contacts__address.text {
        margin: 0;
    }

    .contacts__phone-block {
        margin: 0 0 1.5rem 0;
    }

    .contacts__phone-block .text {
        max-width: 14.375rem;
        margin: 0 0 1rem 0;
    }

    .contacts .socials__item {
        margin: 0 0.5rem 0 0;
    }

    .contacts__socials {
        margin: 0 -0.5rem 0 0;
    }

    .contacts__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contacts__button-icon {
        position: relative;
        top: unset;
        right: unset;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 1rem 0 0;
    }

    .contacts__open.text {
        margin-bottom: 0;
    }

    .contacts__open, .contacts__phone, .bottom-phones {
        display: none;
    }

    .contacts__phone {
        display: none;
    }

    .contacts__content-wrapper {
        position: static;
        width: 100%;
        max-width: unset;
        overflow: visible;
    }

    .contacts__content {
        position: static;
    }

    .contacts__content.is-active {
        -webkit-animation: none;
        animation: none;
    }

    /* .contacts .map {
        display: none;
    } */

    .contacts__img {
        display: none;
    }

    .contacts--main .contacts__phone-block {
        display: block;
    }

    .contacts__call {
        display: none;
    }

    .contacts__call-mobile {
        margin-top: 1.5rem;
        display: block;
    }

    /* .map__inner {
        height: calc(100 * var(--vh, 1vh));
    } */

    .logo__text {
        margin-right: 2.0625rem;
        margin-left: 2.0625rem;
    }

    [data-accordion="button"] {
        padding-right: 1.8125rem;
    }

    [data-accordion='icon'] {
        right: 0;
        width: 1.5rem;
        height: 1.5rem;
    }

    [data-accordion='icon']::after, [data-accordion='icon']::before {
        top: 0.6875rem;
        left: 0.5rem;
        width: 0.5rem;
        height: 0.0625rem;
    }

    .text--body {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .text--body-s {
        font-size: 0.8125rem;
        line-height: 1.125rem;
    }

    .text--body-l {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .text--body-l-2 {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .text--body-medium {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .text--body-medium-1 {
        font-weight: 500;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .text--small {
        font-size: 0.8125rem;
        line-height: 1.125rem;
    }

    .text--small-2 {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .text--small-caps {
        font-size: 0.6875rem;
        line-height: 1rem;
    }

    .text--small-caps-3 {
        font-weight: 300;
        font-size: 0.8125rem;
        line-height: 1.125rem;
        text-transform: none;
    }

    .text--desktop {
        display: none;
    }

    .text--mobile {
        display: block;
    }

    .about-service {
        padding-top: 67px;
        padding-bottom: 0;
    }

    .about-service__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 15px;
    }

    .about-service__subtitle {
        margin-bottom: 24px;
    }

    .about-service__header {
        width: 20.4375rem;
    }

    .about-service__title {
        margin-bottom: 12px;
    }

    .about-service__text {
        width: 20.25rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .about-service__advantages {
        position: relative;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 0 0 0 1.6rem;
        margin: 0 -1.4375rem;
        min-height: 13.25rem;
        overflow: hidden;
    }

    .about-service__advantages .ordered-list {
        overflow: unset;
    }

    .about-service__advantages .ordered-list__item {
        width: 19.9375rem;
        min-height: 13.25rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        padding: 24px;
        background-color: #ffffff;
        border-radius: 16px;
        margin-bottom: 0;
        margin-right: 1rem;
    }

    .about-service__advantages .ordered-list__icon {
        display: none;
    }

    .about-service__advantages .ordered-list__item:first-child .title--xxs-2 {
        width: 242px;
    }

    .about-service__advantages .title--xxs-2 {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .about-service__advantages .swiper-slide {
        min-height: 13.25rem;
    }

    .about-service__advantage {
        font-size: 1rem;
        line-height: 1.375rem;
        margin: 0 0 64px;
        width: 16.9375rem;
    }

    .about-service__pagination {
        position: absolute;
        bottom: 47px;
        left: 47px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 3.5rem;
        height: 3.5rem;
        font-weight: 300;
        font-size: 0.8125rem;
        line-height: 1.125rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        color: #ffffff;
        background-color: var(--icon-color);
        border-radius: 50%;
    }

    .about-service__pagination::after {
        position: absolute;
        content: '';
        width: 3px;
        height: 3px;
        border-radius: 50%;
        background-color: white;
    }

    .about-service__pagination .swiper-pagination-current {
        margin-right: 15px;
    }

    .history-logo {
        padding-top: 43px;
    }

    .history-logo__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 81px;
    }

    .history-logo__subtitle {
        margin-bottom: 24px;
    }

    .history-logo__title {
        margin-bottom: 14px;
    }

    .history-logo__content {
        width: 19.25rem;
        padding-right: 48px;
        padding-bottom: 44px;
    }

    .history-logo__svg {
        display: none;
    }

    .history-logo__svg-mobile {
        width: 16.27938rem;
        height: 26.23937rem;
        margin: 0 auto;
        display: block;
    }

    .history-logo__description {
        width: 12.5rem;
    }

    .history-logo__description:first-of-type {
        left: -0.5625rem;
        top: unset;
        bottom: 4.375rem;
    }

    .history-logo__description:nth-of-type(2) {
        right: 8.75rem;
        top: -6%;
        width: 11.125rem;
    }

    .history-logo__description:last-child {
        right: -0.5rem;
        bottom: 0.3125rem;
    }

    .values {
        padding-top: 3.8125rem;
        padding-bottom: 3.5rem;
    }

    .values__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0.875rem;
    }

    .values__subtitle {
        margin-bottom: 1.5rem;
    }

    .values__title {
        margin-bottom: 1rem;
    }

    .values__list {
        width: 19.9375rem;
        padding: 0 0 0 1.6rem;
        min-height: 13.25rem;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .values__swiper {
        position: relative;
        width: calc(100% + 3rem);
        margin: 0 -1.5rem;
        min-height: 18.875rem;
        overflow: hidden;
    }

    .values__swiper .ordered-list {
        width: auto;
        overflow-x: unset;
        margin: 0;
    }

    .values__swiper .ordered-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 19.9375rem;
        min-height: 18.875rem;
        margin-bottom: 0;
        margin-right: 1rem;
        padding: 1.5rem;
        background-color: #ffffff;
        border-radius: 1rem;
    }

    .values__swiper .ordered-list__icon {
        display: none;
    }

    .values__swiper .title--xxs-2 {
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.375rem;
        margin-bottom: 1rem;
    }

    .values__swiper .title--xxs-3 {
        width: 13.9375rem;
        margin-bottom: 80px;
        font-size: 0.875rem;
        line-height: 1.25rem;
        color: rgba(50, 45, 41, 0.7);
    }

    .values__text {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .values__desc {
        width: 16.9375rem;
    }

    .values__pagination {
        display: block;
        position: absolute;
        bottom: 3rem;
        left: 3rem;
        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;
        font-weight: 300;
        font-size: 0.8125rem;
        line-height: 1.125rem;
        width: 3.5rem;
        height: 3.5rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        color: #ffffff;
        background-color: var(--icon-color);
        border-radius: 50%;
    }

    .values__pagination::after {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 0.1875rem;
        height: 0.1875rem;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: white;
    }

    .values__pagination .swiper-pagination-current {
        margin-right: 0.8125rem;
    }

    .values__pagination .swiper-pagination {
        display: block;
    }

    .values__call-btn {
        width: calc(100% - 0.5rem);
        margin-top: 0;
    }

    .values__call-btn span {
        display: none;
    }

    .inner-intro {
        height: auto;
        padding: 6rem 0 1.125rem 0;
    }

    [data-animate]:not(:first-child) .inner-intro {
        padding-top: 3.875rem;
        padding-bottom: 0.9375rem;
    }

    .inner-intro__heading {
        margin-bottom: 1.5rem;
    }

    .inner-intro__specifications {
        display: none;
    }

    .inner-intro__info-block {
        display: block;
        margin-bottom: 1.5rem;
    }

    .inner-intro__opening-hours {
        display: none;
    }

    .inner-intro__title {
        margin-bottom: 1.375rem;
    }

    .inner-intro__description {
        margin-bottom: 2.5rem;
    }

    .inner-intro__description + .inner-intro__description {
        margin-top: 0;
    }

    .inner-intro__btn-reserve {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        margin-top: 2rem;
    }

    .inner-intro__video-block {
        height: 11.4375rem;
    }

    .inner-intro--narrow .inner-intro__heading {
        margin-bottom: 1.5625rem;
    }

    .inner-intro--narrow .inner-intro__description {
        min-width: initial;
    }

    .quote {
        margin-top: 1.4375rem;
    }

    .quote__author {
        margin-bottom: 0;
    }

    .quote__text + .quote__caption {
        margin-top: 2.875rem;
    }

    .quote__img-wrap {
        width: 4rem;
        height: 4rem;
    }

    .cookies {
        width: 100%;
        border-radius: 0;
        right: 0;
        bottom: 0;
        background-color: var(--main-color);
    }

    .cookies .text {
        color: #ffffff;
    }

    .cookies__btn {
        margin: -0.5rem -0.5rem 0 auto;
    }

    .advantages-card__name {
        font-size: 1.25rem;
    }

    .bath-advantages__item .advantages-card {
        width: 19.9375rem;
        height: 13.25rem;
    }

    .bath-advantages {
        padding: 0;
    }

    .bath-advantages__item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 13.25rem;
    }

    .bath-advantages__item:first-child {
        margin-left: 1.5rem;
    }

    .bath-advantages__item:nth-child(4n) {
        margin-right: 1.5rem;
    }

    .section {
        padding: 5rem 0;
    }

    .section__top .title {
        margin: 0 0 0.9375rem 0;
    }

    .section .subtitle {
        margin: 0 0 1.5rem 0;
    }

    .section__heading {
        margin: 0 0 3.0625rem 0;
    }

    .section--padding-very-low {
        padding: 2.625rem 0 0;
    }

    .section--padding-narrow {
        padding-top: 48px;
        padding-bottom: 0;
    }

    .section--padding-narrow .quote--light {
        max-width: 97%;
    }

    .section--padding-narrow .quote--light .title {
        line-height: 1.75rem;
    }

    .section--padding-narrow .quote--light .accent {
        line-height: 1.75rem;
    }

    .section--padding-equal {
        padding: 1.6875rem 0 2.5rem 0;
    }

    .section--padding-equal-2 {
        padding: 5rem 0;
    }

    .section--padding-dif {
        padding: 4.125rem 0 0.625rem 0;
    }

    .section--mob-padding-low {
        padding-top: 1.875rem;
        padding-bottom: 4rem;
    }

    .accordion__item {
        padding-top: 1.375rem;
        padding-bottom: 1.75rem;
    }

    .accordion__item.is-active .accordion__img-wrap {
        height: 11.875rem;
    }

    .accordion__heading {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 1.5rem;
        padding-right: 4.5rem;
    }

    .accordion__item-stage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
        padding-left: 0.6875rem;
    }

    .accordion__item-name {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        margin-top: 0.75rem;
        font-size: 1rem;
    }

    .accordion__item-time {
        background: none;
        padding-left: 0;
    }

    .accordion__icon {
        position: absolute;
        right: 1.5rem;
        width: 3rem;
        height: 3rem;
    }

    .accordion__img-wrap {
        position: static;
        top: 0;
        right: 0;
        width: 100%;
        margin-top: 3rem;
        height: 11.875rem;
        pointer-events: none;
    }

    .accordion__item.is-active .accordion__img-wrap {
        margin-top: 2rem;
    }

    .accordion__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .accordion__img {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        width: 100%;
        height: 11.875rem;
        min-height: 11.875rem;
    }

    .accordion__text {
        width: 100%;
        margin-right: 0;
    }

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

    .price::after {
        margin-top: 0.5rem;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        display: none;
    }

    .price {
        max-width: initial;
    }

    .price__title {
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .address {
        margin: 0;
        max-width: initial;
    }

    .address__button-icon {
        position: relative;
        top: unset;
        right: unset;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 1rem 0 0;
    }

    .address__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .quote-section--main {
        display: none;
    }

    .bath-slider__item {
        position: relative;
        /* height: 11.875rem; */
        border-radius: 1rem;
    }

    .bath-slider__item:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 81%;
    }

    .bath-slider__item .btn-play-with-text {
        top: initial;
        bottom: 1rem;
        left: 1rem;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .bath-slider__bottom {
        display: none;
        margin: 2.875rem 1.5rem 0 0;
    }

    .bath-slider__caption {
        padding-left: 0.75rem;
    }

    .bath-slider__caption .title::before {
        left: -0.75rem;
        width: 0.3125rem;
        height: 0.3125rem;
    }

    .bath-slider__video-caption {
        display: block;
        position: absolute;
        top: 1rem;
        left: 1rem;
    }

    .bath-slider__video-time {
        position: absolute;
        display: block;
        bottom: 1rem;
        right: 1rem;
    }

    .btn-play-with-text {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 0.5625rem;
    }

    .btn-play-with-text__circle svg {
        left: calc(50% + 0.125rem);
        width: 0.625rem;
        height: 0.75rem;
    }

    .btn-play-with-text__circle {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }

    .btn-play-with-text__text {
        display: none;
    }

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

    .inner-contacts__address {
        margin-top: 2.5rem;
    }

    .inner-contacts__container {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .inner-contacts__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: initial;
        padding-right: 20%;
        margin-bottom: 1rem;
        font-size: 0.8125rem;
        line-height: 1.125rem;
    }

    .inner-contacts__socials {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-right: 0.8125rem;
    }

    .inner-contacts__phone-link {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 1.475rem;
        line-height: 2.25rem;
    }

    .inner-contacts__btns {
        margin-top: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .inner-contacts__btn {
        display: none;
    }

    .inner-contacts__btn--call {
        display: block;
        max-width: 100%;
        margin-top: 0;
        background-color: var(--cta-bg);
        border: none;
        color: #ffffff;
    }

    .btn-read-more {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    [data-read-more='block'] p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    [data-read-more='block'].is-active p {
        display: initial;
        -webkit-line-clamp: initial;
        -webkit-box-orient: initial;
        overflow: initial;
    }

    .hospitality {
        padding: 7.25rem 0 2.5rem 0;
    }

    .hospitality .subtitle {
        margin: 0 0 1.5rem 0;
    }

    .hospitality__heading .title {
        margin: 0 0 1rem 0;
    }

    .hospitality__heading .text {
        margin: 0 0 3rem 0;
    }

    .hospitality__info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    .hospitality__number {
        margin: 0 1.1875rem 0 0;
    }

    .hospitality__number .text--small {
        margin: 0 0 0.9375rem 0;
    }

    .hospitality__contacts {
        margin: 0 0 2rem 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .hospitality .socials__item {
        margin: 0 0.5rem 0 0;
    }

    .hospitality__address {
        display: none;
    }

    .hospitality__mail {
        margin: 0 0 2rem 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .hospitality__mail .text--body {
        font-weight: 500;
    }

    .hospitality__open {
        max-width: 11.6875rem;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .hospitality__open .text--small {
        margin: 0 0 0.5rem 0;
    }

    .hospitality__open .text--body {
        font-weight: 500;
    }

    .hospitality .address {
        display: block;
    }

    .hospitality .address {
        margin: 0 0 2rem 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .hospitality .map {
        display: none;
    }

    .hospitality .swiper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .team__list {
        width: calc(100% + 3rem);
        margin: 0 -1.5rem;
        display: block;
    }

    .team__item {
        width: 100%;
        margin: 0;
    }

    .team__item:last-child .team__card {
        border-bottom: 1px solid rgba(50, 45, 41, 0.12);
    }

    .team__card {
        padding: 1.5rem;
        background-color: rgba(255, 255, 255, 0);
        border-top: 1px solid rgba(50, 45, 41, 0.12);
        border-radius: 0;
    }

    .team__card.is-active {
        background-color: rgba(225, 218, 213, 0.5);
    }

    .team__card-photo {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 1rem 0 0;
        width: 4.5rem;
        height: 4.5rem;
    }

    .team .title--xxs {
        margin: 0 0 0.25rem 0;
    }

    .team__card-top {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .team__card-name {
        margin: 0 2.3125rem 0 0;
    }

    .team__card-info {
        padding: 4rem 0 0 5.5rem;
        margin: auto 0 -0.5rem 0;
    }

    .team__card-info .link {
        margin: 0 0 0.5rem 0;
    }

    .team__card-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .downloads .subtitle {
        max-width: 100%;
    }

    .downloads__list {
        margin: 0 0 -1.5rem 0;
    }

    .downloads__item {
        margin: 0 0 1.5rem 0;
    }

    .form .btn {
        margin: 0 0 2rem 0;
    }

    .form__confidential br {
        display: none;
    }

    .form__wrapper {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
    }

    .form__wrapper .btn {
        width: 12.6875rem;
        margin: 0 0 1.5rem 0;
    }

    .form__wrapper .form__confidential {
        margin: 0;
        max-width: 101%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .form__price {
        margin: 0 auto 1.25rem 0;
    }

    .form__caption {
        margin: 0 0 2.9375rem 0;
    }

    .form__caption br {
        display: none;
    }

    .form--three-column .custom-input input {
        font-size: 16px;
    }

    .form--three-column .form__confidential {
        max-width: initial;
        width: 101%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .form__mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .form__desktop {
        display: none;
    }

    .bottom-block__card {
        padding: 1.5rem;
    }

    .bottom-block .form ~ .bottom-block__card {
        padding: 1.5rem;
        bottom: unset;
        top: 0.125rem;
        height: calc(100% - 0.1875rem);
    }

    .bottom-block__close-btn {
        position: static;
        width: 100%;
        height: auto;
        border-radius: inherit;
        background-color: #ffd04f;
    }

    .bottom-block__close-btn span {
        display: block;
    }

    .bottom-block__close-btn svg {
        display: none;
    }

    .bottom-block .btn {
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    }

    .contacts-form.section {
        padding-bottom: 5rem;
    }

    .contacts-form .section__heading {
        margin: 0 0 2.25rem 0;
    }

    .video-inner {
        width: 100%;
        height: 100%;
        padding: 1rem;
        border-radius: 1rem;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

    .video-inner.is-play .bath-slider__video-time {
        display: none;
    }

    .video-inner.is-play .bath-slider__video-caption {
        display: none;
    }

    .membership__price {
        margin-top: 2.1875rem;
        font-size: 4.75rem;
        line-height: 4.25rem;
    }

    .membership__text-block {
        max-width: initial;
        margin-left: 0;
        margin-top: 2.3125rem;
    }

    .menu-tab__list {
        margin: 0 0 2.5rem 0;
    }

    .menu-tab__item {
        padding: 0;
        margin: 0 0 1rem 0;
        overflow: hidden;
    }

    .menu-tab__price {
        -ms-flex-item-align: start;
        align-self: flex-start;
        background-color: var(--body-bg);
        padding-left: 0.5rem;
    }

    .menu-tab__title {
        display: block;
        position: relative;
        max-width: 11.25rem;
    }

    .menu-tab__title--desktop {
        display: none;
    }

    .menu-tab__title--mobile {
        display: block;
        max-width: 11.25rem;
        position: relative;
    }

    .menu-tab__title span {
        display: inline;
        max-width: 36.625rem;
        background-color: var(--body-bg);
        -webkit-box-shadow: 0.5rem 0 0 var(--body-bg);
        box-shadow: 0.5rem 0 0 var(--body-bg);
        position: relative;
        vertical-align: top;
        line-height: 1rem;
        -ms-flex-negative: 2;
        flex-shrink: 2;
    }

    .menu-tab__title::after {
        z-index: -2;
        position: absolute;
        left: 0;
        top: 0.875rem;
        width: 100vw;
        height: 0.0625rem;
        border: 0;
        min-width: 5rem;
    }

    .menu-tab__description--desktop {
        display: none;
    }

    .menu-tab__description--mobile {
        display: block;
    }

    .menu-tab__img {
        display: none;
    }

    .menu-tab__pagination .text {
        padding: 0;
    }

    .menu-tab__show {
        margin: 0 0 1rem 0;
    }

    .menu-tab__subcategory {
        margin: 0 0 0.5625rem 0;
    }

    .menu-tab__subcategory .menu-tab__description {
        max-width: 15.5rem;
    }

    .menu-tab__subcategory-title {
        font-size: 1.3125rem;
        line-height: 1.75rem;
    }

    .menu__controls {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 0 -1.5rem 2.625rem -1.5rem;
        padding: 0 1.5rem;
    }

    .menu__content {
        margin: 0 0 5rem 0;
    }

    .menu .bottom-block__card {
        min-height: 26.5rem;
    }

    .menu .bottom-block__card img {
        -o-object-position: 74%;
        object-position: 74%;
        opacity: 0.5;
    }

    .menu .bottom-block__title.title {
        font-family: 'KyivType', 'Arial', sans-serif;
    }

    .conditions {
        padding-top: 7.25rem;
    }

    .conditions__description {
        padding: 1.5rem 0 4.9375rem 0;
    }

    .conditions__title {
        width: 16.875rem;
        margin-bottom: 1.5rem;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .error-404 {
        padding-top: 7.25rem;
    }

    .error-404 .subtitle {
        margin: 0 0 1.5rem 0;
    }

    .error-404__title {
        margin-bottom: 1rem;
    }

    .error-404__title .error-404__br {
        display: none;
    }

    .error-404__accent {
        display: block;
    }

    .error-404__text {
        width: 18.125rem;
        margin-bottom: 4rem;
    }

    .error-404__btn {
        margin-bottom: 17.5625rem;
    }

    .content {
        padding-bottom: 48px;
    }

    .content--wide.content {
        padding-bottom: 0;
    }

    .content--wide.content p:nth-child(2) {
        width: 100%;
    }

    .content--wide.content .content__info p {
        width: 100%;
        padding-right: 0;
        margin-top: 1.5625rem;
    }

    .content--ul-dash.content ol ul li {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .content h2 {
        margin-top: 2rem;
        margin-bottom: 1.375rem;
        font-family: 'KyivType', 'Arial', sans-serif;
        font-weight: 500;
        font-size: 1.25rem;
        line-height: 1.625rem;
    }

    .content ol {
        padding-right: 0;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .content ol p:first-child {
        margin-top: 1.5625rem;
    }

    .content ol p {
        margin-top: 1.25rem;
    }

    .content ol > li {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .content li ol > li {
        font-size: 0.875rem;
        line-height: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .content p {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .content p:nth-child(2) {
        width: 18.75rem;
    }

    .content p:nth-child(7) {
        width: 17.5rem;
    }

    .content ul:nth-of-type(3) > p {
        display: none;
    }

    .content__info {
        margin-top: 24px;
        margin-bottom: 29px;
    }

    .content__info:nth-of-type(3) {
        margin-top: 48px;
    }

    .content__header p {
        margin-top: 5.8125rem;
    }

    .content ul li {
        margin-bottom: 0.875rem;
    }

    .content ul li:nth-child(3) {
        width: 280px;
    }

    .content ul:last-of-type + p {
        display: none;
    }

    .content .link {
        font-weight: 500;
    }

    .input-counter {
        width: 9.6875rem;
    }

    .input-counter input {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .select-guests {
        padding: 0;
    }

    .select-guests .subtitle {
        display: none;
    }

    .select-guests__list {
        margin: 0 -1rem 0.25rem 0;
    }

    .select-guests__item {
        margin: 0 1rem 1.5rem 0;
    }

    .select-guests__item .text {
        margin: 0 0 0.75rem 0;
    }

    .select-guests__item:last-child {
        display: block;
    }

    .select-guests__caption {
        margin: 0 0 2rem 0;
    }

    .select-bath {
        padding: 0;
    }

    .select-bath .subtitle {
        display: none;
    }

    .select-bath__wrapper {
        width: 100%;
        margin: 0 0 0.5625rem 0;
    }

    .select-bath .bath-option {
        margin: 0 0 2rem 0;
    }

    .bath-option label {
        position: static;
        padding: 0;
        border-radius: 0;
        background-color: rgba(255, 255, 255, 0);
    }

    .bath-option__img {
        opacity: 0;
    }

    .bath-option__title {
        margin: 0 0 2.0625rem 0;
    }

    .bath-option__row {
        display: block;
        margin: 0 0 -1rem 0;
    }

    .bath-option__info {
        margin: 0 0 1rem 0;
    }

    .bath-option__wrapper {
        position: relative;
        margin: 0 0 1rem 0;
        padding: 1.5rem;
        border-radius: 1rem;
        background-color: #ffffff;
        overflow: hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .bath-option .link {
        color: var(--main-color);
    }

    .bath-option input:checked ~ label .bath-option__wrapper {
        background-color: rgba(255, 255, 255, 0);
    }

    .application-for-membership {
        padding-top: 3.625rem;
    }

    .application-for-membership .section__heading .title {
        margin-bottom: 1rem;
    }

    .privileges {
        padding-top: 3.8125rem;
        padding-bottom: 0;
    }

    .privileges .hidden {
        display: none;
    }

    .privileges .section__heading .title {
        margin-bottom: 1rem;
    }

    .additional-products__item--steam {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .additional-products__item--massage {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .additional-products__item--shelf {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .additional-products__item--other {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .additional-products__name {
        max-width: 13.8125rem;
    }

    .additional-section {
        padding-bottom: 0;
    }

    .additional-section .subtitle {
        padding-top: 0;
    }

    .inner-contacts-section {
        padding-top: 4.0625rem;
    }

    .inner-contacts-section .subtitle {
        padding-top: 0;
    }

    .speciality-section .subtitle {
        padding-top: 0;
    }

    .program-section__button {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 2.5rem;
    }

    .program-section__button-call {
        margin-top: 1rem;
        color: var(--main-color);
        border: 1px solid rgba(50, 45, 41, 0.2);
        background-color: rgba(255, 255, 255, 0);
    }

    .calendar .flatpickr-calendar {
        width: 20.4375rem;
        max-width: 100%;
        padding: 1rem;
    }

    .calendar .flatpickr-weekday {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 2.625rem;
    }

    .calendar .flatpickr-day {
        width: 2.625rem;
        height: 2.625rem;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .calendar .flatpickr-current-month span.cur-month {
        font-size: 0.6875rem;
        line-height: 1rem;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }

    .booking-page {
        padding: 7.25rem 0 0 0;
    }

    .booking-page form {
        min-height: calc(100vh - 7.25rem);
    }

    .booking {
        min-height: calc(100vh - 7.25rem);
    }

    .booking__wrapper {
        margin: 0;
        padding: 0 0 2.5rem 0;
    }

    .booking__wrapper .booking__element:last-of-type {
        border-bottom: 1px solid rgba(50, 45, 41, 0.12);
    }

    .booking__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 1.5rem 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .booking__element {
        width: calc(100% + 3rem);
        margin: 0 -1.5rem;
        padding: 0 1.5rem;
        border-top: 1px solid rgba(50, 45, 41, 0.12);
        -webkit-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .booking__element.is-active {
        background-color: rgba(225, 218, 213, 0.5);
    }

    .booking__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        padding: 1.5rem 0;
    }

    .booking .booking-widget {
        margin: auto -0.75rem 0 -0.75rem;
    }

    .select-date {
        padding: 0;
    }

    .select-date .subtitle {
        display: none;
    }

    .select-date__time-slots {
        margin: 0 -0.5rem 1.5rem 0;
    }

    .select-date .time-slot {
        width: 8.75rem;
    }

    .time-slot label {
        padding: 0.75rem 1.625rem;
    }

    .booking-widget {
        width: calc(100% + 1.5rem);
        margin: 0 -0.75rem;
        padding: 0;
        position: static;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: rgba(255, 255, 255, 0);
    }

    .booking-widget__info {
        display: none;
    }

    .booking-widget__divider {
        display: none;
    }

    .booking-widget .btn {
        margin: 0 0 0.75rem 0;
        width: 100%;
    }

    .booking-widget .btn--transparent {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 0.75rem 0;
    }

    .booking-widget__desktop {
        display: none;
    }

    .booking-widget__mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .tab-control {
        padding: 1.3125rem 4.5rem 1.3125rem 1.625rem;
    }

    .tab-control__icon {
        right: 2.0625rem;
    }

    .checkout {
        padding: 0;
    }

    .checkout .subtitle {
        margin: 0 0 1.5rem 0;
    }

    .checkout__controls {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0 0 2.5rem 0;
    }

    .checkout__controls .tab-control {
        width: 100%;
        margin: 0 0 0.5rem 0;
    }

    .checkout__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0;
    }

    .checkout__fieldset {
        width: 100%;
        margin: 0 0 3rem 0;
    }

    .checkout__fieldset-error.is-active {
        max-height: 2.625rem;
    }

    .recepient-details__inputs {
        width: 100%;
        margin: 0 0 2.5rem 0;
    }

    .recepient-details .custom-input {
        width: 100%;
        margin: 0 0 0.5rem 0;
    }

    .booking-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 0 2rem 0;
    }

    .booking-info .subtitle {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .booking-info__row {
        margin: 0 0 1rem 0;
    }

    .booking-info__row--desktop {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 0 0 2rem 0;
    }

    .booking-info__row--desktop .booking-info__divider, .booking-info__row--desktop .booking-info__total-price {
        display: none;
    }

    .booking-info__row--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .booking-info__row--balance {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .booking-info__summary {
        display: block;
        width: 100%;
    }

    .booking-info__bath, .booking-info__time-slot {
        margin: 0 0 0.5rem 0;
    }

    .booking-info__guests, .booking-info__time-slot {
        display: block;
    }

    .booking-info__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .booking-info__desktop {
        display: none;
    }

    .booking-info__balance-error {
        margin: 0;
        text-align: left;
    }

    .booking-info.is-error .booking-info__row--balance .booking-info__balance-error {
        max-height: 3.375rem;
        margin: 0.6875rem 0 0 0;
        text-align: left;
    }

    .booking-final {
        height: var(--screen-height, 100vh);
        padding: 7.25rem 0 0.75rem 0;
    }

    .booking-final__img img {
        -o-object-position: 60%;
        object-position: 60%;
    }

    .booking-final .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .booking-final .subtitle {
        margin: 0 0 1.5rem 0;
    }

    .booking-final__text {
        margin: 1.5rem 0 0 0;
    }

    .booking-final .btn {
        margin: auto -0.75rem 0 -0.75rem;
        width: calc(100% + 1.5rem);
    }

    .booking-final__balance {
        width: 100%;
        margin: 1.5rem 0 0 0;
    }

    .booking-final__balance .text {
        min-width: initial;
    }

    .booking-final__divider {
        margin: 0 0.5rem;
    }

    .greencow {
        width: 100%;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .greencow__footnate {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 1.375rem 0;
        width: 100%;
        border-bottom: 1px solid rgba(50, 45, 41, 0.12);
    }

    .greencow__footnate-link {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 0.8125rem;
        line-height: 1.125rem;
    }

    .greencow__footnate-link::after {
        top: 0.5625rem;
        left: 32%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .greencow__footnate-link svg {
        margin-right: 2.5rem;
        width: 1.25rem;
        height: 1.25rem;
    }

    .certificates {
        padding: 7.25rem 0 5rem 0;
    }

    .certificates__heading {
        margin: 0 0 1.4375rem 0;
    }

    .certificates__heading .opening-hours {
        display: none;
    }

    .certificates__title {
        margin: 0 0 1rem 0;
    }

    .certificates__fieldset {
        margin: 0 0 1.5rem 0;
    }

    .certificates__fieldset .subtitle {
        margin: 0 0 1.5rem 0;
    }

    .certificates__fieldset .subtitle span {
        display: none;
    }

    .certificates__fieldset--gift {
        margin: 0 0 3.5rem 0;
    }

    .certificates__options {
        margin: 0 0 1.9375rem 0;
    }

    .certificates .certificate-option, .certificates .custom-input {
        width: 100%;
        margin: 0 0 0.5rem 0;
    }

    .certificates .certificates__head .certificate-option {
        width: calc(50.0% - 0.25rem);
        margin: 0 0.5rem 0.5rem 0;
    }

    .certificates .certificates__head .certificate-option:nth-child(even) {
        margin-right: 0;
    }

    .certificates__wrapper {
        margin: 0 0 1rem 0;
    }

    .certificates .custom-input label textarea {
        min-height: 8rem;
    }

    .certificates .custom-input input {
        font-size: 1rem;
    }

    .certificates__field-wrapper .custom-input {
        margin: 0 0 1rem 0;
    }

    .certificates__orientation {
        margin: 0 0 0.5rem 0;
    }

    .certificates__orientation .custom-toggle {
        width: calc(50% - 0.25rem);
        margin: 0 0.5rem 1.5rem 0;
    }

    .certificates__orientation .custom-toggle:last-of-type {
        margin: 0 0 1.5rem 0;
    }

    .certificate-option input.title--xxs-1, .certificate-option label[for^='certif-'] {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: auto;
        padding: 1.4rem 1.5rem;
    }

    .certificate-option__icon {
        right: 2.0625rem;
    }

    .modal-certificate__logo {
        margin-top: 0;
        margin-bottom: 0;
    }

    .modal-certificate__logo svg {
        width: 7rem;
        height: 0.75rem;
    }

    .modal-certificate__title {
        font-size: 2.4375rem;
        line-height: 2.8125rem;
    }

    .modal-certificate__price {
        font-size: 3.5rem;
        line-height: 4.75rem;
    }

    .modal-certificate__price span {
        margin-left: 0.375rem;
    }

    .modal-certificate__price .modal-certificate__rouble svg {
        width: 0.9375rem;
        height: 1.6875rem;
    }

    .modal-certificate__name {
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .modal-certificate__contact a {
        font-size: 0.5rem;
        line-height: 0.625rem;
    }

    .modal-certificate__address {
        padding-top: 0;
    }

    .modal-certificate.is-horizontal {
        width: 20.4375rem;
        min-height: 13.0625rem;
    }

    .modal-certificate.is-horizontal .modal-certificate__icons {
        padding: 0.75rem 0.5625rem 0.75rem 0.5rem;
    }

    .modal-certificate.is-horizontal .modal-certificate__icons svg {
        width: 0.75rem;
        height: 0.6875rem;
    }

    .modal-certificate.is-horizontal .modal-certificate__content {
        padding: 1.4375rem 0.75rem 0 0.75rem;
    }

    .modal-certificate.is-horizontal .modal-certificate__title {
        margin-bottom: 0.5rem;
    }

    .modal-certificate.is-horizontal .modal-certificate__info {
        margin-top: -2.5rem;
        font-size: 0.28125rem;
        line-height: 0.3125rem;
    }

    .modal-certificate.is-horizontal .modal-certificate__contact {
        max-width: 5.625rem;
        font-size: 0.25rem;
        line-height: 0.3125rem;
    }

    .modal-certificate.is-horizontal .modal-certificate__contact a {
        margin: 0.75rem 0 0 0;
        font-size: 0.3125rem;
        line-height: 0.375rem;
    }

    .modal-certificate.is-horizontal .modal-certificate__address {
        max-width: 6.25rem;
        font-size: 0.25rem;
        line-height: 0.3125rem;
    }

    .modal-certificate.is-horizontal .modal-certificate__message {
        font-size: 0.5rem;
        line-height: 0.5625rem;
    }

    .modal-certificate.is-horizontal .modal-certificate__deposit {
        font-size: 0.3125rem;
        line-height: 0.375rem;
    }

    .modal-certificate.is-horizontal .modal-certificate__price {
        margin: 0 0 3.375rem 0;
        font-size: 2.4375rem;
        line-height: 2.8125rem;
    }

    .modal-certificate.is-horizontal .modal-certificate__price span {
        margin-left: 0.3125rem;
    }

    .modal-certificate.is-horizontal .modal-certificate__price .modal-certificate__rouble svg {
        top: 0.0625rem;
        width: 0.375rem;
        height: 1.3125rem;
    }

    .modal-certificate.is-vertical {
        min-height: 27.125rem;
        width: 20.4375rem;
    }

    .modal-certificate.is-vertical .modal-certificate__content {
        padding: 1.4375rem 0.75rem 0 0.75rem;
    }

    .modal-certificate.is-vertical .modal-certificate__icons {
        padding: 1.875rem 0.625rem;
    }

    .modal-certificate.is-vertical .modal-certificate__icons svg {
        width: 0.9375rem;
        height: 0.875rem;
    }

    .modal-certificate.is-vertical .modal-certificate__icons svg:last-child {
        margin: 0;
    }

    .modal-certificate.is-vertical .modal-certificate__title {
        margin-bottom: 3.5rem;
        font-size: 2.6875rem;
        line-height: 3rem;
    }

    .modal-certificate.is-vertical .modal-certificate__info {
        font-size: 0.28125rem;
        line-height: 0.3125rem;
    }

    .modal-certificate.is-vertical .modal-certificate__deposit {
        font-size: 0.375rem;
        line-height: 0.5rem;
        margin-bottom: -0.3125rem;
    }

    .modal-certificate.is-vertical .modal-certificate__price {
        font-size: 3.375rem;
        line-height: 3.9375rem;
        margin: 0;
    }

    .modal-certificate.is-vertical .modal-certificate__contact {
        max-width: 6.625rem;
    }

    .modal-certificate.is-vertical .modal-certificate__contact a {
        font-size: 0.375rem;
        line-height: 0.4375rem;
        margin-top: 1.1875rem;
    }

    .modal-certificate.is-vertical .modal-certificate__message {
        text-transform: uppercase;
        font-size: 0.625rem;
        line-height: 0.75rem;
    }

    .modal-certificate.is-vertical .modal-certificate__name {
        margin-bottom: 2.0625rem;
    }

    .modal-certificate.is-vertical .modal-certificate__address {
        max-width: 6.25rem;
    }

    .modal-call__top {
        margin-bottom: 2rem;
    }

    .modal-call__close-btn {
        width: 2.5rem;
        height: 2.5rem;
        top: 0.75rem;
        right: 0.75rem;
        background-color: var(--icon-color);
    }

    .modal-call .custom-input {
        font-size: 1rem;
    }

    .modal-call__success {
        height: var(--screen-height, 100vh);
        padding: 7.25rem 1.5rem 1.5rem 1.5rem;
    }

    .inner-intro__description + .tags {
        margin-top: -1rem;
    }

    .tags {
        margin-bottom: 2.25rem;
        margin-left: -0.25rem;
    }

    .tags__item {
        margin-bottom: 0.25rem;
        margin-left: 0.25rem;
        padding: 0.125rem 0.375rem;
        font-size: 0.4375rem;
        line-height: 1rem;
        border-radius: 0.25rem;
    }

    .container:not(:first-child) .schedule {
        margin-top: 0;
    }

    .schedule {
        margin-bottom: 2.5rem;
        border-width: 0.0625rem;
    }

    .schedule__item {
        border-width: 0.0625rem;
    }

    .schedule__item:first-child .schedule__link {
        padding-left: 1.5rem;
    }

    .schedule__item:last-child .schedule__link {
        padding-right: 1.5rem;
    }

    .schedule__link {
        padding: 1rem 2.1875rem;
    }

    .schedule__date {
        margin-bottom: 0.25rem;
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .schedule__date:last-child {
        margin-bottom: 0;
    }

    .schedule__time {
        font-size: 0.8125rem;
        line-height: 1.125rem;
    }

    .event-info {
        max-width: 37.5rem;
        font-size: 0.8125rem;
        line-height: 1.125rem;
        border-radius: 1rem;
    }

    .event-info__main {
        padding: 1.5rem;
        padding-bottom: 0.125rem;
    }

    .event-info__title {
        margin-bottom: 2rem;
        font-size: 1.25rem;
        line-height: 1.625rem;
    }

    .event-info__table {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: -1.5rem;
        margin-bottom: 3.5625rem;
        margin-left: 0;
    }

    .event-info__col {
        width: calc(50% - 1.1875rem);
        margin-top: 1.5rem;
        margin-left: 0;
    }

    .event-info__col:nth-child(2n) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .event-info__text {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .event-info__text--header {
        margin-bottom: 0.25rem;
        font-size: 0.8125rem;
        line-height: 1.125rem;
    }

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

    .event-info__block {
        padding: 0 1.5rem 1rem;
        border: none;
    }

    .event-info__phone-link {
        margin: 0;
        font-size: 0.875rem;
        line-height: 1rem;
        letter-spacing: 0.02em;
    }

    .event-info__socials {
        position: relative;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 0.75rem;
    }

    .event-info__socials::before {
        content: '';
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        height: 0.0625rem;
        margin-right: 0.75rem;
        background-color: rgba(50, 45, 41, 0.2);
    }

    .event-info__socials .socials__list {
        height: 100%;
    }

    .event-info__socials .socials__item {
        border: none;
    }

    .event-info__btn {
        width: 100%;
    }

    .oferta {
        padding-top: 6rem;
    }

    .oferta__description {
        padding: 1.5rem 0 4.9375rem 0;
    }

    .oferta__title {
        width: 100%;
        margin-bottom: 1.5rem;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .articles-section {
        padding-top: 7.2rem;
        padding-bottom: 80px;
    }

    .articles-section__show-more {
        max-width: 100%;
        margin-left: 0;
    }

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

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

    .show-more__line {
        display: none;
    }

    .show-more__count {
        display: none;
    }

    .article {
        padding-top: 7.2rem;
        padding-bottom: 80px;
    }

    .article__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 36px;
    }

    .article__header {
        margin-bottom: 40px;
    }

    .article__date {
        display: none;
    }

    .article__title {
        margin-bottom: 16px;
    }

    .article__subtitle {
        margin-bottom: 24px;
    }

    .article__video {
        margin-bottom: 40px;
    }

    .article__bottom-desktop {
        display: none;
    }

    .awards {
        padding-top: 7.2rem;
        padding-bottom: 80px;
    }

    .awards__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 48px;
    }

    .awards__header {
        max-width: 625px;
    }

    .awards__subtitle {
        padding-top: 0;
    }

    .awards__title {
        margin-bottom: 16px;
    }
}

@media (max-width: 479px) {
    .hospitality .address {
        max-width: 100%;
    }

    .address-map-mobile {
        display: flex;
    }

    .article__top {
        margin-bottom: 24px;
    }

    .awards__title {
        font-size: 24px;
        line-height: 28px;
    }

    .awards__title > .accent {
        font-size: 21px;
        line-height: 28px;
    }

    .certificate-option input.title--xxs-1, .certificate-option label[for^='certif-'] {
        padding: 1.2rem 1.0rem;
    }
}

@media (hover: hover), screen and (max-width: 0\0) {
    .accordion__item:hover .accordion__content, .accordion__item:focus .accordion__content {
        opacity: 1;
    }

    .accordion__item:hover .accordion__img-wrap, .accordion__item:focus .accordion__img-wrap {
        position: absolute;
        opacity: 1;
        z-index: 2;
        pointer-events: none;
    }

    .accordion__item:hover .accordion__item-name, .accordion__item:focus .accordion__item-name {
        color: var(--second-color);
    }

    .accordion__item:hover .accordion__icon, .accordion__item:focus .accordion__icon {
        color: var(--second-color);
        background-color: var(--second-color);
    }

    .accordion__item:hover .accordion__icon svg, .accordion__item:focus .accordion__icon svg {
        fill: var(--second-color);
        color: #ffffff;
    }

    .accordion__item:active .accordion__img-wrap {
        position: absolute;
    }
}

@media (max-width: 767px) and (hover: hover), screen and (max-width: 767px) {
    .footer__item:hover {
        background-color: inherit;
    }

    .footer__item:hover .footer__link {
        color: var(--main-color);
    }
}

@media (hover: hover) {
    .bath-option .link:hover {
        color: rgba(255, 255, 255, 0.7);
    }
}

/* Update 19.06 */
/*! Модуль споллеров ========================================================================================================================================================*/
.spollers {
    display: -ms-grid;
    display: grid;
}

.spollers__item {
    border-top: 1px solid rgba(50, 45, 41, 0.2);
}

.spollers__item:last-child {
    border-bottom: 1px solid rgba(50, 45, 41, 0.2);
}

.spollers__title {
    width: 100%;
    cursor: default;
    padding: 2rem 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

._spoller-init .spollers__title {
    cursor: pointer;
}

.spollers__decor {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0.25rem;
}

.spollers__decor::before {
    content: '';
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 0.3125rem;
    height: 0.3125rem;
    background: var(--main-color);
    border-radius: 50%;
}

.spollers__decor::after {
    content: '';
    width: 100%;
    max-width: 619px;
    height: 0.0625rem;
    background: rgba(50, 45, 41, 0.12);
}

.spollers__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    border: 1px solid rgba(50, 45, 41, 0.2);
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

._spoller-init .spollers__icon {
    cursor: pointer;
}

._spoller-init .spollers__icon::before, ._spoller-init .spollers__icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #000;
    border-radius: 0.0625rem;
    height: 0.0625rem;
    width: 0.4375rem;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

._spoller-init .spollers__icon::before {
    -webkit-transform: translate(-0.3125rem, -50%) rotate(40deg);
    -ms-transform: translate(-0.3125rem, -50%) rotate(40deg);
    transform: translate(-0.3125rem, -50%) rotate(40deg);
}

._spoller-init .spollers__icon::after {
    -webkit-transform: translate(0, -50%) rotate(-40deg);
    -ms-transform: translate(0, -50%) rotate(-40deg);
    transform: translate(0, -50%) rotate(-40deg);
}

._spoller-active .spollers__icon {
    background: var(--main-bg);
    border: 1px solid transparent;
}

._spoller-active .spollers__icon::before {
    -webkit-transform: translate(-0.3125rem, -50%) rotate(-40deg);
    -ms-transform: translate(-0.3125rem, -50%) rotate(-40deg);
    transform: translate(-0.3125rem, -50%) rotate(-40deg);
}

._spoller-active .spollers__icon::after {
    -webkit-transform: translate(0, -50%) rotate(40deg);
    -ms-transform: translate(0, -50%) rotate(40deg);
    transform: translate(0, -50%) rotate(40deg);
}

._spoller-init .spollers__body-block {
    -webkit-transform: translate(0, 3.125rem);
    -ms-transform: translate(0, 3.125rem);
    transform: translate(0, 3.125rem);
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

._spoller-init .spollers__body._spoller-active .spollers__body-block {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.body-block-spollers {
    max-width: 37.5rem;
}

.body-block-spollers:not(:first-child) {
    padding-top: 2.5rem;
    margin-top: 2.5rem;
    border-top: 1px solid rgba(50, 45, 41, 0.12);
}

.body-block-spollers__link {
    display: block;
    max-width: 193px;
    padding: 20px;
    margin-top: 32px;
    border-radius: 16px;
    border: solid 1px rgba(50, 45, 41, 0.2);
    background-color: var(--body-bg);
    font-size: 11px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.55px;
    text-align: center;
    color: var(--main-color);
    text-transform: uppercase;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (any-hover: hover) {
    .body-block-spollers__link:hover {
        background-color: var(--icon-color);
        color: #fff;
    }
}

@media (max-width: 47.99875em) {
    .body-block-spollers__link {
        max-width: 100%;
    }
}

/*! Модуль табов ========================================================================================================================================================*/
.awards__spollers {
    display: -ms-grid;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.awards__spollers-title {
    cursor: default;
    list-style: none;
}

._spoller-init .awards__spollers-title {
    cursor: pointer;
}

.tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
}

.tabs__navigation p {
    margin: 0;
}

.tabs__content {
    margin-right: -4.25rem;
}

.tabs__content:nth-child(2) {
    margin-top: -1.5rem;
}

.tabs__content:nth-child(4) {
    margin-bottom: -4rem;
}

._spoller-init .tabs__body {
    -webkit-transform: translate(0, 3.125rem);
    -ms-transform: translate(0, 3.125rem);
    transform: translate(0, 3.125rem);
    opacity: 0;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

._spoller-init .awards__spollers-body._spoller-active .tabs__body {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.button-tabs {
    width: 100%;
    max-width: 21.125rem;
    border-radius: 1rem;
    border: 1px solid rgba(50, 45, 41, 0.12);
    background: var(--body-bg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    padding: 1.5rem;
}

@media (max-width: 47.99875em) {
    .button-tabs {
        padding: 1rem;
    }
}

.button-tabs._tab-active, ._spoller-active .button-tabs {
    background: var(--main-bg);
    border: 1px solid transparent;
}

.button-tabs._tab-active .button-tabs__icon, ._spoller-active .button-tabs .button-tabs__icon {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-tabs__title {
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
}

@media (max-width: 47.99875em) {
    .button-tabs__title {
        font-weight: 300;
        font-size: 24px;
        line-height: 28px;
    }
}

.button-tabs__row {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 -0.5rem -0.5rem 0;
}

@media (max-width: 47.99875em) {
    .button-tabs__row {
        margin: 0 0.5rem -0.3125rem 0;
    }
}

.button-tabs__image {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px;
    height: 76px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.button-tabs__image svg, .button-tabs__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.button-tabs__image_small svg, .button-tabs__image_small img {
    max-width: 139px;
    max-height: 47px;
}

@media (max-width: 47.99875em) {
    .button-tabs__image {
        flex: 0 0 150px;
        height: 57px;
    }

    .button-tabs__image_small svg, .button-tabs__image_small img {
        max-width: 104px;
        max-height: 35px;
    }
}

.button-tabs__icon {
    flex-shrink: 0;
    position: relative;
    border: 1px solid rgba(50, 45, 41, 0.2);
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.button-tabs__icon::before, .button-tabs__icon::after {
    content: '';
    position: absolute;
    width: 0.9375rem;
    height: 1px;
    top: 50%;
    left: 50%;
    background: #000;
}

.button-tabs__icon::before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.button-tabs__icon::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.body-tabs__text {
    max-width: 31.25rem;
    font-weight: 300;
    line-height: 1.4666666667;
    padding-bottom: 2.5rem;
    margin: 0;
}

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

.body-tabs__text p:last-child {
    margin-bottom: 0;
}

.awards__spollers-item {
    width: 100% !important;
}

.awards__spollers-item p {
    margin: 0;
}

.tabs__body {
    max-width: 100%;
}

@media (max-width: 1023px) {
    .tabs__content {
        margin-right: -1.5rem;
        max-width: calc(100% + 1.5rem);
    }
    .nomer-slider {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 47.99875em) {
    .awards__spollers {
        display: none;
    }

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

    .button-tabs {
        max-width: calc((100% - 1.5rem) / 2);
    }

    .body-tabs {
        position: absolute;
        visibility: hidden;
        pointer-events: none;
        top: 50px;
        transition: top 1s;
    }

    .tabs__content._tab-active .body-tabs._tab-active {
        visibility: visible;
        pointer-events: all;
        top: 0;
        transition: top 1s 0.7s;
    }

    .tabs__navigation:first-child {
        margin-bottom: 1.5rem;
    }

    .tabs__body.body-tabs .body-tabs__wrapper {
        opacity: 0;
        transition: all 0.7s;
    }

    .tabs__content._tab-active .tabs__body.body-tabs._tab-active .body-tabs__wrapper {
        opacity: 1;
        transition: all 1s 0.7s;
    }
}

@media (min-width: 90em) {
    .tabs__content {
        height: 44.4375rem;
    }

    .bath-slider__divider {
        max-width: 20.375rem;
    }

    .spollers__icon {
        width: 3.5rem;
    }

    .spollers__decor::after {
        max-width: calc(591 * 100vw / 1440);
    }

    .spollers__icon {
        height: 3.5rem;
    }

    .spollers__body {
        padding-top: 1.5rem;
    }

    .spollers__body {
        padding-bottom: 4.5rem;
    }

    .body-block-spollers__title {
        padding-bottom: 1rem;
    }

    .awards__wrapper {
        padding-bottom: 7.5rem;
    }

    .button-tabs {
        height: 20.625rem;
    }

    .button-tabs__icon {
        width: 3.5rem;
    }

    .button-tabs__icon {
        height: 3.5rem;
    }

    .body-tabs {
        padding-top: 4rem;
    }

    .body-tabs {
        padding-bottom: 4rem;
    }

    .body-tabs__text {
        font-size: 0.9375rem;
    }

    .awards-bath-slider .bath-slider__item.swiper-slide {
        width: 21.6875rem !important;
    }

    .awards-bath-slider .bath-slider__item.swiper-slide {
        height: 21.6875rem;
    }
}

@media (max-width: 47.99875em) {
    .spollers__decor {
        opacity: 0;
    }

    .spollers {
        margin: 0 -24px;
    }

    .spollers__title {
        padding: 32px 24px;
    }

    .spollers__body {
        margin: 0 24px;
    }

    .bath-slider__divider {
        max-width: 10rem;
    }

    .awards__text {
        font-size: 14px;
        line-height: 20px;
    }

    .awards__wrapper {
        max-width: unset;
    }

    .awards__tabs {
        display: none;
    }

    .awards__spollers-item:last-child .body-tabs {
        margin-bottom: -2rem;
    }
}

@media (max-width: 23.4375em) {
    .spollers__icon {
        width: 3rem;
    }

    .spollers__icon {
        height: 3rem;
    }

    .spollers__body {
        padding-top: 0.0000000625rem;
    }

    .spollers__body {
        padding-bottom: 4rem;
    }

    .body-block-spollers__title {
        padding-bottom: 0.75rem;
    }

    .awards__wrapper {
        padding-bottom: 5rem;
    }

    .button-tabs {
        height: 15.3125rem;
    }

    .button-tabs__icon {
        width: 3rem;
    }

    .button-tabs__icon {
        height: 3rem;
    }

    .body-tabs {
        padding-top: 2rem;
    }

    .body-tabs {
        padding-bottom: 2rem;
    }

    .body-tabs__text {
        font-size: 0.875rem;
    }

    .awards-bath-slider .bath-slider__item.swiper-slide {
        width: 11.875rem !important;
    }

    .awards-bath-slider .bath-slider__item.swiper-slide {
        height: 11.875rem;
    }
}

@media (min-width: 23.4375em) and (max-width: 90em) {
    @supports (width: clamp(3rem, 2.823943662rem + 0.7511737089vw, 3.5rem)) {
        .spollers__icon {
            width: clamp(3rem, 2.823943662rem + 0.7511737089vw, 3.5rem);
        }
    }

    @supports not (width: clamp(3rem, 2.823943662rem + 0.7511737089vw, 3.5rem)) {
        .spollers__icon {
            width: calc(3rem + 0.5 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (height: clamp(3rem, 2.823943662rem + 0.7511737089vw, 3.5rem)) {
        .spollers__icon {
            height: clamp(3rem, 2.823943662rem + 0.7511737089vw, 3.5rem);
        }
    }

    @supports not (height: clamp(3rem, 2.823943662rem + 0.7511737089vw, 3.5rem)) {
        .spollers__icon {
            height: calc(3rem + 0.5 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (padding-top: clamp(0.0000000625rem, -0.5281689296rem + 2.2535210329vw, 1.5rem)) {
        .spollers__body {
            padding-top: clamp(0.0000000625rem, -0.5281689296rem + 2.2535210329vw, 1.5rem);
        }
    }

    @supports not (padding-top: clamp(0.0000000625rem, -0.5281689296rem + 2.2535210329vw, 1.5rem)) {
        .spollers__body {
            padding-top: calc(0.0000000625rem + 1.4999999375 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (padding-bottom: clamp(4rem, 3.823943662rem + 0.7511737089vw, 4.5rem)) {
        .spollers__body {
            padding-bottom: clamp(4rem, 3.823943662rem + 0.7511737089vw, 4.5rem);
        }
    }

    @supports not (padding-bottom: clamp(4rem, 3.823943662rem + 0.7511737089vw, 4.5rem)) {
        .spollers__body {
            padding-bottom: calc(4rem + 0.5 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (padding-bottom: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem)) {
        .body-block-spollers__title {
            padding-bottom: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem);
        }
    }

    @supports not (padding-bottom: clamp(0.75rem, 0.661971831rem + 0.3755868545vw, 1rem)) {
        .body-block-spollers__title {
            padding-bottom: calc(0.75rem + 0.25 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (margin-bottom: clamp(5rem, 4.1197183099rem + 3.7558685446vw, 7.5rem)) {
        .awards__wrapper {
            padding-bottom: clamp(5rem, 4.1197183099rem + 3.7558685446vw, 7.5rem);
        }
    }

    @supports not (margin-bottom: clamp(5rem, 4.1197183099rem + 3.7558685446vw, 7.5rem)) {
        .awards__wrapper {
            padding-bottom: calc(5rem + 2.5 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (height: clamp(15.3125rem, 13.4419014085rem + 7.9812206573vw, 20.625rem)) {
        .button-tabs {
            height: clamp(15.3125rem, 13.4419014085rem + 7.9812206573vw, 20.625rem);
        }
    }

    @supports not (height: clamp(15.3125rem, 13.4419014085rem + 7.9812206573vw, 20.625rem)) {
        .button-tabs {
            height: calc(15.3125rem + 5.3125 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (width: clamp(3rem, 2.823943662rem + 0.7511737089vw, 3.5rem)) {
        .button-tabs__icon {
            width: clamp(3rem, 2.823943662rem + 0.7511737089vw, 3.5rem);
        }
    }

    @supports not (width: clamp(3rem, 2.823943662rem + 0.7511737089vw, 3.5rem)) {
        .button-tabs__icon {
            width: calc(3rem + 0.5 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (height: clamp(3rem, 2.823943662rem + 0.7511737089vw, 3.5rem)) {
        .button-tabs__icon {
            height: clamp(3rem, 2.823943662rem + 0.7511737089vw, 3.5rem);
        }
    }

    @supports not (height: clamp(3rem, 2.823943662rem + 0.7511737089vw, 3.5rem)) {
        .button-tabs__icon {
            height: calc(3rem + 0.5 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (padding-top: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem)) {
        .body-tabs {
            padding-top: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
        }
    }

    @supports not (padding-top: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem)) {
        .body-tabs {
            padding-top: calc(2rem + 2 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (padding-bottom: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem)) {
        .body-tabs {
            padding-bottom: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem);
        }
    }

    @supports not (padding-bottom: clamp(2rem, 1.2957746479rem + 3.0046948357vw, 4rem)) {
        .body-tabs {
            padding-bottom: calc(2rem + 2 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (font-size: clamp(0.875rem, 0.8529929577rem + 0.0938967136vw, 0.9375rem)) {
        .body-tabs__text {
            font-size: clamp(0.875rem, 0.8529929577rem + 0.0938967136vw, 0.9375rem);
        }
    }

    @supports not (font-size: clamp(0.875rem, 0.8529929577rem + 0.0938967136vw, 0.9375rem)) {
        .body-tabs__text {
            font-size: calc(0.875rem + 0.0625 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (width: clamp(19.9375rem, 13.7535211268rem + 26.3849765258vw, 37.5rem)) {
        .bath-slider .swiper-wrapper {
            /* width: clamp( 11.875rem , 8.4198943662rem  +  14.7417840376vw , 21.6875rem ); */
        }
    }

    @supports not (width: clamp(19.9375rem, 13.7535211268rem + 26.3849765258vw, 37.5rem)) {
        .bath-slider .swiper-wrapper {
            /* width: clamp( 11.875rem , 8.4198943662rem  +  14.7417840376vw , 21.6875rem ); */
        }
    }

    @supports (width: clamp(19.9375rem, 13.7535211268rem + 26.3849765258vw, 37.5rem)) {
        .awards-bath-slider .bath-slider__item.swiper-slide {
            width: clamp(11.875rem, 8.4198943662rem + 14.7417840376vw, 21.6875rem) !important;
        }
    }

    @supports not (width: clamp(19.9375rem, 13.7535211268rem + 26.3849765258vw, 37.5rem)) {
        .awards-bath-slider .bath-slider__item.swiper-slide {
            width: clamp(11.875rem, 8.4198943662rem + 14.7417840376vw, 21.6875rem) !important;
        }
    }

    @supports (height: clamp(11.875rem, 8.4198943662rem + 14.7417840376vw, 21.6875rem)) {
        .awards-bath-slider .bath-slider__item.swiper-slide {
            height: clamp(11.875rem, 8.4198943662rem + 14.7417840376vw, 21.6875rem);
        }
    }

    @supports not (height: clamp(11.875rem, 8.4198943662rem + 14.7417840376vw, 21.6875rem)) {
        .awards-bath-slider .bath-slider__item.swiper-slide {
            height: clamp(11.875rem, 8.4198943662rem + 14.7417840376vw, 21.6875rem);
        }
    }
}

@media (min-width: 48em) and (max-width: 90em) {
    @supports (height: clamp(35.4375rem, 25.1517857143rem + 21.4285714286vw, 44.4375rem)) {
        .tabs__content {
            height: clamp(35.4375rem, 25.1517857143rem + 21.4285714286vw, 44.4375rem);
        }
    }

    @supports not (height: clamp(35.4375rem, 25.1517857143rem + 21.4285714286vw, 44.4375rem)) {
        .tabs__content {
            height: calc(35.4375rem + 9 * (100vw - 48rem) / 42);
        }
    }
}

@media (any-hover: hover) {
    .spollers__title:hover .spollers__icon {
        background: var(--icon-color);
    }

    .spollers__title:hover .spollers__icon::before, .spollers__title:hover .spollers__icon::after {
        background: #fff;
    }

    .button-tabs:hover {
        background: var(--main-bg);
        border: 1px solid transparent;
    }
}

@media (min-width: 47.99875em) and (max-width: 90em) {
    @supports (max-width: clamp(10rem, -1.8564812059rem + 24.7016457844vw, 20.375rem)) {
        .bath-slider__divider {
            max-width: clamp(10rem, -1.8564812059rem + 24.7016457844vw, 20.375rem);
        }
    }

    @supports not (max-width: clamp(10rem, -1.8564812059rem + 24.7016457844vw, 20.375rem)) {
        .bath-slider__divider {
            max-width: calc(10rem + 10.375 * (100vw - 47.99875rem) / 42.00125);
        }
    }
}

/*! Articles section======================================================================================================================================================== */
.articles-section {
    color: var(--main-color);
}

.articles-section__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
}

.articles-section__subtitle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 10%;
    flex: 0 1 10%;
}

.articles-section__header {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 31.1875rem;
    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;
}

.articles-section__title {
    font-family: 'Euclid Flex', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 2.375rem;
    line-height: 1.1578947368;
    margin: 0;
}

.articles-section__title .accent {
    font-size: 2.1875rem;
}

.articles-section__text {
    line-height: 1.4666666667;
}

.articles-section__list {
    padding: 0;
    margin: 0;
}

.articles-section__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
}

.articles-section__item-img {
    -ms-flex-preferred-size: 22.5rem;
    flex-basis: 22.5rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border-radius: 1rem;
    overflow: hidden;
    /* background: #5ecf87; */
    position: relative;
}

.articles-section__item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.articles-section__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.articles-section__item-header {
    max-width: 25rem;
}

.articles-section__item-title {
    font-weight: 500;
    line-height: 1.3;
}

.articles-section__item-text {
    max-width: 31.25rem;
    font-weight: 300;
    line-height: 1.4666666667;
}

.articles-section__item-text p {
    margin: 0;
}

@media (min-width: 47.99875em) {
    .articles-section__subtitle {
        padding-top: 0.625rem;
    }

    .articles-section__item:not(:last-child) {
        border-bottom: 1px solid rgba(50, 45, 41, 0.12);
    }

    .articles-section__item-text {
        color: rgba(50, 45, 41, 0.7);
    }
}

@media (min-width: 90em) {
    .articles-section__top {
        margin-bottom: 1rem;
    }

    .articles-section__header {
        margin-left: 12.0625rem;
    }

    .articles-section__title {
        padding-bottom: 1.5rem;
    }

    .articles-section__text {
        font-size: 0.9375rem;
    }

    .articles-section__item {
        padding-top: 2.5rem;
    }

    .articles-section__item {
        padding-bottom: 2.5rem;
    }

    .articles-section__item-img {
        height: 12.5625rem;
    }

    .articles-section__item-header {
        margin-bottom: 1.5rem;
    }

    .articles-section__item-title {
        font-size: 1.25rem;
    }

    .articles-section__item-text {
        font-size: 0.9375rem;
    }

    .articles-section__show-more {
        margin-left: 25rem;
    }
}

@media (max-width: 47.99875em) {
    .articles-section__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .articles-section__title .accent {
        font-size: 1.3125rem;
    }

    .articles-section__title {
        font-size: 1.5rem;
    }

    .articles-section__item {
        gap: 1.5rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .articles-section__item-img {
        width: 100%;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
    }

    .articles-section__show-more {
        margin-top: 2rem;
    }
}

@media (max-width: 23.4375em) {
    .articles-section__top {
        margin-bottom: 1.25rem;
    }

    .articles-section__title {
        padding-bottom: 1rem;
    }

    .articles-section__text {
        font-size: 0.875rem;
    }

    .articles-section__item {
        padding-top: 1.5rem;
    }

    .articles-section__item {
        padding-bottom: 1.5rem;
    }

    .articles-section__item-img {
        height: 11.4375rem;
    }

    .articles-section__item-header {
        margin-bottom: 1rem;
    }

    .articles-section__item-title {
        font-size: 0.875rem;
    }

    .articles-section__item-text {
        font-size: 0.875rem;
    }
}

@media (min-width: 23.4375em) and (max-width: 90em) {
    @supports (margin-bottom: clamp(1rem, 1.338028169rem + -0.3755868545vw, 1.25rem)) {
        .articles-section__top {
            margin-bottom: clamp(1rem, 1.338028169rem + -0.3755868545vw, 1.25rem);
        }
    }

    @supports not (margin-bottom: clamp(1rem, 1.338028169rem + -0.3755868545vw, 1.25rem)) {
        .articles-section__top {
            margin-bottom: calc(1.25rem + -0.25 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (padding-bottom: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem)) {
        .articles-section__title {
            padding-bottom: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
        }
    }

    @supports not (padding-bottom: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem)) {
        .articles-section__title {
            padding-bottom: calc(1rem + 0.5 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (font-size: clamp(0.875rem, 0.8529929577rem + 0.0938967136vw, 0.9375rem)) {
        .articles-section__text {
            font-size: clamp(0.875rem, 0.8529929577rem + 0.0938967136vw, 0.9375rem);
        }
    }

    @supports not (font-size: clamp(0.875rem, 0.8529929577rem + 0.0938967136vw, 0.9375rem)) {
        .articles-section__text {
            font-size: calc(0.875rem + 0.0625 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (padding-top: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem)) {
        .articles-section__item {
            padding-top: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
        }
    }

    @supports not (padding-top: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem)) {
        .articles-section__item {
            padding-top: calc(1.5rem + 1 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (padding-bottom: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem)) {
        .articles-section__item {
            padding-bottom: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem);
        }
    }

    @supports not (padding-bottom: clamp(1.5rem, 1.1478873239rem + 1.5023474178vw, 2.5rem)) {
        .articles-section__item {
            padding-bottom: calc(1.5rem + 1 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (height: clamp(11.4375rem, 11.0413732394rem + 1.6901408451vw, 12.5625rem)) {
        .articles-section__item-img {
            height: clamp(11.4375rem, 11.0413732394rem + 1.6901408451vw, 12.5625rem);
        }
    }

    @supports not (height: clamp(11.4375rem, 11.0413732394rem + 1.6901408451vw, 12.5625rem)) {
        .articles-section__item-img {
            height: calc(11.4375rem + 1.125 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (margin-bottom: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem)) {
        .articles-section__item-header {
            margin-bottom: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem);
        }
    }

    @supports not (margin-bottom: clamp(1rem, 0.823943662rem + 0.7511737089vw, 1.5rem)) {
        .articles-section__item-header {
            margin-bottom: calc(1rem + 0.5 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem)) {
        .articles-section__item-title {
            font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem);
        }
    }

    @supports not (font-size: clamp(0.875rem, 0.7429577465rem + 0.5633802817vw, 1.25rem)) {
        .articles-section__item-title {
            font-size: calc(0.875rem + 0.375 * (100vw - 23.4375rem) / 66.5625);
        }
    }

    @supports (font-size: clamp(0.875rem, 0.8529929577rem + 0.0938967136vw, 0.9375rem)) {
        .articles-section__item-text {
            font-size: clamp(0.875rem, 0.8529929577rem + 0.0938967136vw, 0.9375rem);
        }
    }

    @supports not (font-size: clamp(0.875rem, 0.8529929577rem + 0.0938967136vw, 0.9375rem)) {
        .articles-section__item-text {
            font-size: calc(0.875rem + 0.0625 * (100vw - 23.4375rem) / 66.5625);
        }
    }
}

@media (min-width: 63.9375em) and (max-width: 90em) {
    @supports (margin-left: clamp(3.125rem, -18.8008093525rem + 34.2925659472vw, 12.0625rem)) {
        .articles-section__header {
            margin-left: clamp(3.125rem, -18.8008093525rem + 34.2925659472vw, 12.0625rem);
        }
    }

    @supports not (margin-left: clamp(3.125rem, -18.8008093525rem + 34.2925659472vw, 12.0625rem)) {
        .articles-section__header {
            margin-left: calc(3.125rem + 8.9375 * (100vw - 63.9375rem) / 26.0625);
        }
    }

    @supports (flex-basis: clamp(17.5rem, 5.2338129496rem + 19.1846522782vw, 22.5rem)) {
        .articles-section__item-img {
            -ms-flex-preferred-size: clamp(17.5rem, 5.2338129496rem + 19.1846522782vw, 22.5rem);
            flex-basis: clamp(17.5rem, 5.2338129496rem + 19.1846522782vw, 22.5rem);
        }
    }

    @supports not (flex-basis: clamp(17.5rem, 5.2338129496rem + 19.1846522782vw, 22.5rem)) {
        .articles-section__item-img {
            -ms-flex-preferred-size: calc(17.5rem + 5 * (100vw - 63.9375rem) / 26.0625);
            flex-basis: calc(17.5rem + 5 * (100vw - 63.9375rem) / 26.0625);
        }
    }

    @supports (margin-left: clamp(14.6875rem, -10.6115107914rem + 39.5683453237vw, 25rem)) {
        .articles-section__show-more {
            margin-left: clamp(14.6875rem, -10.6115107914rem + 39.5683453237vw, 25rem);
        }
    }

    @supports not (margin-left: clamp(14.6875rem, -10.6115107914rem + 39.5683453237vw, 25rem)) {
        .articles-section__show-more {
            margin-left: calc(14.6875rem + 10.3125 * (100vw - 63.9375rem) / 26.0625);
        }
    }
}

@media (min-width: 48em) and (max-width: 63.93625em) {
    @supports (margin-left: clamp(4rem, -20.2842575888rem + 50.5922033101vw, 12.0625rem)) {
        .articles-section__header {
            margin-left: clamp(4rem, -20.2842575888rem + 50.5922033101vw, 12.0625rem);
        }
    }

    @supports not (margin-left: clamp(4rem, -20.2842575888rem + 50.5922033101vw, 12.0625rem)) {
        .articles-section__header {
            margin-left: calc(4rem + 8.0625 * (100vw - 48rem) / 15.93625);
        }
    }
}

@media (any-hover: hover) {
    .articles-section__item-title:hover {
        color: var(--second-color);
    }
}

.club-privileges .ordered-list__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 4rem;
    height: 4rem;
    margin: 0 1rem 0 0;
    counter-increment: item;
    font-weight: 500;
    font-size: 1.0625rem;
    line-height: 1.5rem;
    color: #ffffff;
}

.opening-hours a {
    color: #fff;
}

.bath-siberia .opening-hours a, .page-certificates .opening-hours a {
    color: var(--main-color);
}

.opening-hours a, .opening-hours span {
    font-size: 0.6875rem;
    font-weight: 500;
}

.articles-section__item-text p {
    margin-bottom: 1em
}

.body-block-spollers__link {
    margin-top: 25px;
}

@media(max-width: 767px) {
    .articles-section__item {
        gap: 0!important;
    }

    .articles-section__item-header {
        margin-top: 22px;
    }
}

@media(min-width: 767px) {
    .body-block-spollers__link {
        display: none;
    }
}

.subtitle_link {
    display: flex;
}

.remove_after::after,.remove_after::before {
    display: none;
}

.subtitle_link::after {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0.4375rem 0.5rem 0 0;
    width: 1.5rem;
    height: 1px;
    background-color: currentColor;
    opacity: 0.2;
    -webkit-box-ordinal-group: 0;
    margin-left: 5px;
}

.single_page_content p,.single_page_content ol {
    margin: 0;
    color: rgba(50,45,41,.7);
    max-width: 37.625rem;
}

.single_page_content ol {
    margin-bottom: 20px;
}

.single_page_content p,.article__header p,.single_page_content ol {
    font-weight: 300;
    font-size: .9375rem;
    line-height: 1.375rem;
    max-width: 37.625rem;
    margin-top: 0px;
    color: rgba(50,45,41,.7);
}

.single_page_content figure {
    margin: 0;
}

.single_page_content p img,.single_page_content img {
    border-radius: 1rem;
    max-width: 636px;
    min-width: 636px;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    margin-top: 30px;
}

.single_page_content li p {
    margin-bottom: 8px;
}

.single_page_content ul {
    color: rgba(50,45,41,.7);
    font-weight: 300;
    font-size: .9375rem;
    line-height: 1.375rem;
    max-width: 37.625rem;
}

.single_page_content h3,.single_page_content h2 {
    margin: 0 0 32px;
    font-weight: 300;
    max-width: 37.625rem;
    font-size: 2.375rem;
    line-height: 2.75rem;
    font-family: "Euclid Flex",Arial,sans-serif;
}

@media (max-width: 1679px) {
    .single_page_content ul,.single_page_content p,.single_page_content ol {
        max-width: 602px;
    }
}

@media (max-width: 1279px) {
    .single_page_content h3 {
        font-size: 48px;
        line-height: 56px;
    }
}

@media (max-width: 1023px) {
    .single_page_content ul,.single_page_content p,.single_page_content ol {
        font-weight: 300;
        font-size: 15px;
        line-height: 22px;
    }
}

.article__title.title {
    max-width: 37.625rem;
}

@media(max-width: 767px) {
    .single_page_content p img,.single_page_content img {
        border-radius: 1rem;
        max-width: 636px;
        min-width: unset;
    }

    .remove_after > span:last-child {
        position: relative;
    }

    .single_page_content p img {
        max-width: 100%;
        width: 100%;
    }

    .single_page_content h3 {
        margin-bottom: 24px;
        font-size: 1.5rem;
        line-height: 1.75rem;
        font-weight: 300;
    }

    .single_page_content ul,.single_page_content p,.single_page_content ol {
        margin-bottom: 20px;
        font-size: .875rem;
        line-height: 1.25rem;
    }

    .single_page_content li p {
        margin-bottom: 8px;
    }

    .remove_after > span:last-child::after {
        position: absolute;
        right: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(90deg, transparent 0, var(--body-bg) 61%);
        content: "";
    }

    .single_page_content h3 {
        font-weight: 300;
        font-size: 1.75rem;
        line-height: 2.25rem;
    }
}

.single_page_content p {
    margin-bottom: 1em
}

.ttooltip div {
    width: 150px;
    display: inline-block;
    text-align: center;
}

.ttooltip div span {
    color: #aaa;
}

.twrapper {
    color: #555;
    cursor: help;
    font-weight: 400;
    font-size: 1.75rem;
    line-height: 2.125rem;
    display: inline-block;
    position: relative;
    text-align: center;
    width: 400px;
    margin-top: -12px;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.twrapper .ttooltip {
    background: #fff;
    bottom: 100%;
    color: #777;
    font-size: 16px;
    line-height: 16px;
    display: block;
    left: -20px;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    border-radius: 50px;
    width: 510px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

.twrapper .ttooltips:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

.twrapper .ttooltips:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #fff 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
}

.twrapper:hover .ttooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .twrapper .ttooltip {
    display: none;
}

.lte8 .twrapper:hover .ttooltip {
    display: block;
}

.ttooltip div span {
    color: #aaa;
    padding-top: 6px;
    display: block;
}

.ttooltip img {
    width: 36px;
    float: left;
}

.ttooltip div {
    width: 48%;
}

@media (max-width: 900px) {
    .twrapper::after {
        content: "ⓘ";
        width: 36px;
        height: 36px;
        display: inline-block;
        float: left;
    }

    .ttooltip {
        width: 100% !important;
    }

    .ttooltip div span {
        width: 60%;
    }
}

.ttooltip div::before {
    content: " ";
    width: 36px;
    height: 36px;
    display: inline-block;
    float: left;
    background: url(../img/icons/price/calendar.svg);
}

.ttooltip div img {
    display: none;
}

.ttooltip div span {
    display: inline-block;
}

.ttooltip div:nth-child(1)::before {
    background: url(../img/icons/price/calendar.svg);
}

.ttooltip div:nth-child(2)::before {
    background: url(../img/icons/price/svg.svg);
    background-size: contain;
}

.ttooltip div:nth-child(3)::before {
    background: url(../img/icons/price/guest.svg);
}

.ttooltip div:nth-child(4)::before {
    background: url(../img/icons/price/time.svg);
}

.twrapper::after {
    content: "ⓘ";
    width: 36px;
    height: 36px;
    display: inline-block;
    float: right;
}

@media (max-width: 900px) {
    .twrapper {
        width: 100%;
        font-size: 1.45rem;
    }

    .ttooltip {
        width: 96vw !important;
        border-radius: 30px !important;
        padding: 20px 10px 20px 25px !important;
    }
}

.awards__wrapper {
    max-width: 100%;
    padding-left: 30%;
}

.awards-bath-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    overflow: initial;
}

.awards-bath-slider__item {
    border-radius: 1.4375rem;
    background-color: #000000;
    position: relative;
    overflow: hidden;
    position: relative;
}

.awards-bath-slider__item:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 100%;
    /* padding-top: 56.25%; */
}

.awards-bath-slider__item .btn-play-with-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.awards-bath-slider__item img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.awards-bath-slider__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    margin: 1.875rem -2.75rem 0 auto;
    max-width: 43.625rem;
}

.awards-bath-slider__caption {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0.75rem;
    margin-top: 0.9375rem;
    margin-right: 1rem;
    min-width: 14.375rem;
}

.awards-bath-slider__caption .title {
    margin-bottom: 0.25rem;
}

.awards-bath-slider__caption .text {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 1.0625rem 0 0;
}

.awards-bath-slider__caption .title {
    position: relative;
}

.awards-bath-slider__caption .title::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -0.75rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    background-color: var(--main-color);
    border-radius: 50%;
}

.awards-bath-slider__divider {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    position: relative;
    width: 20.375rem;
    height: 1px;
    margin: 0 1rem 0 0;
    background-color: rgba(50, 45, 41, 0.12);
}

.body-tabs__slider .awards-bath-slider__caption {
    margin-top: 0;
}

.body-tabs__slider .awards-bath-slider__bottom {
    gap: 16px;
    margin: 40px 0 0 0;
    width: 100%;
}

.body-tabs__slider .awards-bath-slider__caption {
    padding: 0;
    margin: 0;
    min-width: auto;
}

.body-tabs__slider .awards-bath-slider__caption {
    margin-top: 0;
}

.body-tabs__slider .awards-bath-slider__bottom {
    gap: 16px;
    margin: 40px 0 0 0;
    width: 100%;
}

.body-tabs__slider .awards-bath-slider__caption {
    padding: 0;
    margin: 0;
    min-width: auto;
}

.body-tabs__slider .awards-bath-slider__divider {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.body-tabs__slider .awards-bath-slider__divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -8px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%;
    background-color: rgba(50, 45, 41, 0.7);
}

.awards-slider-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -1rem 0 0;
}

.awards-bath-slider .awards-slider-nav {
    margin: 0;
}

.awards-slider-nav__btn {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 1rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--main-color);
    background-color: rgba(255, 255, 255, 0);
    border: 1px solid rgba(50, 45, 41, 0.2);
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.awards-slider-nav__btn svg {
    width: 1.25rem;
    height: 1.25rem;
}

.awards-slider-nav__btn--prev svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.awards-slider-nav__btn--next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.awards-slider-nav__btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.awards-slider-nav__btn--prev svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.awards-slider-nav__btn--next svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.tabs__navigation {
    padding-right: 30px;
}

.tabs__content {
    margin-right: -18rem;
}

element.style {
    transition-duration: 0ms;
    transform: translate3d(-388.667px, 0px, 0px);
}

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

.awards .swiper-wrapper {
    transition: all .8s ease !important;
}

@media (hover: hover), screen and (min-width: 0\0) {
    .awards-slider-nav__btn:hover {
        color: #ffffff;
        background-color: var(--icon-color);
        border-color: var(--icon-color);
    }
}

@media (max-width: 1679px) {
    .awards-bath-slider__bottom {
        margin: 30px -44px 0 auto;
    }

    .awards-bath-slider__caption {
        margin-top: 15px;
        padding-left: 12px;
        margin-right: 16px;
    }

    .awards-bath-slider__caption .title {
        margin-bottom: 4px;
    }

    .awards-bath-slider__caption .title::before {
        width: 5px;
        height: 5px;
        left: -12px;
    }

    .awards-bath-slider__divider {
        width: 326px;
    }
}

@media (max-width: 1279px) {
    .awards-bath-slider__item {
        position: relative;
        /*height: 11.875rem;*/
        border-radius: 1rem;
    }

    .awards-bath-slider__item:before {
        display: block;
        content: '';
        width: 100%;
        padding-top: 81%;
    }

    .awards-bath-slider__bottom {
        display: none;
        margin: 2.875rem 1.5rem 0 0;
    }

    .awards-bath-slider__bottom {
        display: none;
        margin: 2.875rem 1.5rem 0 0;
    }

    .awards-bath-slider__caption {
        min-width: 11.25rem;
    }

    .awards-bath-slider__divider {
        -ms-flex-negative: 1;
        flex-shrink: 1;
    }
}

@media (max-width: 767px) {
    .page-awards .container {
        padding: 0 1.5rem;
    }

    .awards__wrapper {
        padding-left: 0;
    }

    .awards-bath-slider__caption {
        padding-left: 0.75rem;
    }

    .awards-bath-slider__caption .title::before {
        left: -0.75rem;
        width: 0.3125rem;
        height: 0.3125rem;
    }

    .awards-slider-nav {
        display: none;
    }
}

@media (min-width: 90em) {
    .awards-bath-slider__divider {
        max-width: 20.375rem;
    }
}

@media (max-width: 47.99875em) {
    .awards-bath-slider__divider {
        max-width: 10rem;
    }
}

@media (min-width: 47.99875em) and (max-width: 90em) {
    @supports (max-width: clamp(10rem, -1.8564812059rem + 24.7016457844vw, 20.375rem)) {
        .awards-bath-slider__divider {
            max-width: clamp(10rem, -1.8564812059rem + 24.7016457844vw, 20.375rem);
        }
    }

    @supports not (max-width: clamp(10rem, -1.8564812059rem + 24.7016457844vw, 20.375rem)) {
        .awards-bath-slider__divider {
            max-width: calc(10rem + 10.375 * (100vw - 47.99875rem) / 42.00125);
        }
    }
}

.spollers__decor::after {
    max-width: 100%;
}

.awards__icon {
    -ms-flex: 0 1 28.5%;
    flex: 0 1 28.5%;
}

@media (min-width: 47.99875em) {
    .tabs__navigation {
        margin-bottom: 1.5rem !important;
    }
}

.tabs__content:nth-child(6) {
    margin-bottom: -4rem;
}

.tabs__content:nth-child(5) {
    margin-bottom: -4rem;
}

.bg {
    position: relative;
    width: 768px;
    height: auto;
    background-size: contain;
}

.bg img {
    width: 100%;
    height: auto
}

.message {
    top: 50%;
    display: block !important;
    width: 760px;
    position: absolute;
    color: #fff;
    margin: 0 auto;
}

.name {
    top: 50%;
    width: 760px;
    position: absolute;
    color: #fff;
    margin: 0 auto;
}

.modal-certificate__text {
    z-index: 1;
    position: absolute;
    color: #FFF;
    bottom: 90px;
    left: 30px;
    right: 30px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    text-shadow: 0 0 5px black;
    word-wrap: break-word;
}

@media (min-width: 370px) {
    .modal-certificate__text {
        bottom: 120px;
        left: 40px;
        right: 40px;
    }
}

@media (min-width: 470px) {
    .modal-certificate__text {
        font-size: 24px;
        bottom: 170px;
        left: 55px;
        right: 55px;
    }
}

@media (min-width: 640px) {
    .modal-certificate__text {
        font-size: 32px;
        line-height: 1.5;
    }
}
