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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */
:root {
  --swiper-theme-color:#007aff;
}

:host {
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper {
  display: block;
  list-style: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

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

.swiper-wrapper {
  -webkit-box-sizing: initial;
          box-sizing: initial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
          transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  width: 100%;
  z-index: 1;
}

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

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

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

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

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

.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;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
  .swiper-cube-shadow, .swiper-slide {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
  }
}

.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      -ms-scroll-snap-type: none;
          scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.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-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.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-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-wrapper:before {
      height: var(--swiper-centered-offset-after);
      min-width: 1px;
      width: 100%;
    }
  }
}

.swiper-3d {
  .swiper-slide-shadow, .swiper-slide-shadow-bottom, .swiper-slide-shadow-left, .swiper-slide-shadow-right, .swiper-slide-shadow-top {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.1490196078);
  }
  .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5019607843)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5019607843), rgba(0, 0, 0, 0));
  }
}

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

.swiper-watch-progress .swiper-slide-visible, .swiper:not(.swiper-watch-progress) {
  .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s linear infinite;
            animation: swiper-preloader-spin 1s linear infinite;
  }
}

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

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

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

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

.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 {
    height: var(--swiper-virtual-size);
    width: 1px;
  }
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--swiper-navigation-size);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: var(--swiper-navigation-size);
  z-index: 10;
  &.swiper-button-disabled {
    cursor: auto;
    opacity: 0.35;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    cursor: auto;
    opacity: 0;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    width: 100%;
    fill: currentColor;
    pointer-events: none;
  }
}

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

.swiper-button-next, .swiper-button-prev {
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  top: var(--swiper-navigation-top-offset, 50%);
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.swiper-button-next {
  left: auto;
  right: var(--swiper-navigation-sides-offset, 4px);
}

.swiper-horizontal {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    margin-left: 0;
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    top: var(--swiper-navigation-top-offset, 50%);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev, & ~ .swiper-button-next, .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4px);
  }
  &.swiper-rtl .swiper-button-next, &.swiper-rtl ~ .swiper-button-next, & ~ .swiper-button-prev, .swiper-button-prev {
    .swiper-navigation-icon {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev, &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
    }
  }
}

.swiper-vertical {
  .swiper-button-next, .swiper-button-prev, ~ .swiper-button-next, ~ .swiper-button-prev {
    left: var(--swiper-navigation-top-offset, 50%);
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
    right: auto;
  }
  .swiper-button-prev, ~ .swiper-button-prev {
    bottom: auto;
    top: var(--swiper-navigation-sides-offset, 4px);
    .swiper-navigation-icon {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
  }
  .swiper-button-next, ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
    }
  }
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  &.swiper-pagination-disabled, .swiper-pagination-disabled > & {
    display: none !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  left: 0;
  top: var(--swiper-pagination-top, auto);
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  font-size: 0;
  overflow: hidden;
  .swiper-pagination-bullet {
    position: relative;
    -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
            transform: scale(0.33);
  }
  .swiper-pagination-bullet-active, .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
            transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
            transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
            transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
            transform: scale(0.33);
  }
}

.swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  display: inline-block;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  button& {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }
  &:only-child {
    display: none !important;
  }
}

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

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  left: var(--swiper-pagination-left, auto);
  right: var(--swiper-pagination-right, 8px);
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  .swiper-pagination-bullet {
    display: block;
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      -webkit-transition: top 0.2s, -webkit-transform 0.2s;
      transition: top 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, top 0.2s;
      transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
    }
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      -webkit-transition: left 0.2s, -webkit-transform 0.2s;
      transition: left 0.2s, -webkit-transform 0.2s;
      transition: transform 0.2s, left 0.2s;
      transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
    }
  }
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.2509803922));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -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;
    width: 100%;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
  }
  &.swiper-pagination-horizontal, &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-horizontal > &, .swiper-vertical > &.swiper-pagination-progressbar-opposite {
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
    width: 100%;
  }
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, &.swiper-pagination-vertical, .swiper-horizontal > &.swiper-pagination-progressbar-opposite, .swiper-vertical > & {
    height: 100%;
    left: 0;
    top: 0;
    width: var(--swiper-pagination-progressbar-size, 4px);
  }
}

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

.swiper-scrollbar {
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1019607843));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
      touch-action: none;
  &.swiper-scrollbar-disabled, .swiper-scrollbar-disabled > & {
    display: none !important;
  }
  &.swiper-scrollbar-horizontal, .swiper-horizontal > & {
    bottom: var(--swiper-scrollbar-bottom, 4px);
    height: var(--swiper-scrollbar-size, 4px);
    left: var(--swiper-scrollbar-sides-offset, 1%);
    position: absolute;
    top: var(--swiper-scrollbar-top, auto);
    width: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    z-index: 50;
  }
  &.swiper-scrollbar-vertical, .swiper-vertical > & {
    height: calc(100% - var(--swiper-scrollbar-sides-offset, 1%) * 2);
    left: var(--swiper-scrollbar-left, auto);
    position: absolute;
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    width: var(--swiper-scrollbar-size, 4px);
    z-index: 50;
  }
}

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

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

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

.swiper-zoom-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  > canvas, > img, > svg {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.swiper-slide-zoomed {
  cursor: move;
  -ms-touch-action: none;
      touch-action: none;
}

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

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

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

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

.swiper-fade {
  &.swiper-free-mode {
    .swiper-slide {
      -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
    }
  }
  .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    .swiper-slide {
      pointer-events: none;
    }
  }
  .swiper-slide-active {
    pointer-events: auto;
    & .swiper-slide-active {
      pointer-events: auto;
    }
  }
}

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

.swiper-cube {
  .swiper-slide {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    height: 100%;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    visibility: hidden;
    width: 100%;
    z-index: 1;
    .swiper-slide {
      pointer-events: none;
    }
  }
  &.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
  }
  .swiper-slide-active {
    &, & .swiper-slide-active {
      pointer-events: auto;
    }
  }
  .swiper-slide-active, .swiper-slide-next, .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-cube-shadow {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    z-index: 0;
    &:before {
      background: #000;
      bottom: 0;
      content: "";
      -webkit-filter: blur(50px);
              filter: blur(50px);
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
    }
  }
}

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

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

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

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

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

.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;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform;
  }
}

.swiper.swiper-cards {
  overflow: visible;
}

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

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #005F75;
          box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid rgb(0, 53.5897435897, 66);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid rgb(0, 74.2948717949, 91.5);
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: rgb(0, 74.2948717949, 91.5);
  border: 1px solid rgb(0, 53.5897435897, 66);
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: rgb(170.25, 170.25, 170.25);
  border: 1px solid rgb(144.75, 144.75, 144.75);
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgb(242.25, 242.25, 242.25);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid rgb(246.5, 246.5, 246.5);
  color: rgb(127.5, 127.5, 127.5);
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}

/* =====  End of Choices  ====== */
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-Blond.woff2") format("woff2"), url("../fonts/Unbounded-Blond.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-Semibold.woff2") format("woff2"), url("../fonts/Manrope-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Manrope;
  font-display: swap;
  src: url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-Medium.woff2") format("woff2"), url("../fonts/Unbounded-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-Bold.woff2") format("woff2"), url("../fonts/Unbounded-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Unbounded;
  font-display: swap;
  src: url("../fonts/Unbounded-Regular.woff2") format("woff2"), url("../fonts/Unbounded-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  font-size: 1.1428571429vw;
}

body {
  width: calc(100vw - (100vw - 100%));
  height: 100%;
  padding: 0;
  margin: 0;
  -ms-hyphens: manual;
      hyphens: manual;
  overflow-x: hidden;
  font-size: 1rem;
  font-family: Manrope;
  font-weight: 400;
  line-height: 1.375;
  color: var(--text);
  background-color: #F5F3F0;
}
body.fixed {
  overflow-y: hidden;
}

body.no-scroll {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

main {
  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: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

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

ol {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

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

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

button {
  padding: 0;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  outline: none;
}

textarea {
  outline: none;
  resize: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

svg {
  height: auto;
}
svg path {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.wrapper {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main {
  width: 100%;
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.box {
  position: relative;
  overflow: hidden;
  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;
}
.box img, .box picture, .box svg, .box video, .box a {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon svg, .icon img {
  width: 100%;
}

.swiper-button-prev, .swiper-button-next {
  z-index: 2;
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slider-button {
  background-color: var(--accent);
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.125rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  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;
}
.slider-button .icon {
  width: 1.875rem;
}
.slider-button:hover {
  background-color: #BE3620;
}

.slider-pagination {
  bottom: 0 !important;
}
.slider-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  margin: 0 0.25rem !important;
  background-color: transparent;
  border: 0.0625rem solid var(--text);
  opacity: 1;
}
.slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--text);
}

.container {
  max-width: 76rem;
  margin: 0 auto;
  width: 100%;
}

.section {
  padding: 2.5rem 0;
}

.section-mb {
  margin-bottom: 2.5rem;
}

.section-mt {
  margin-top: 2.5rem;
}

.section-m {
  padding: 5rem 0;
  margin: 2.5rem 0;
}

.title-page {
  font-size: 2.5rem;
  line-height: 1;
  font-family: Unbounded;
  font-weight: 700;
}

.section-title {
  font-size: 1.875rem;
  line-height: 1;
  font-family: Unbounded;
  font-weight: 700;
}

.item-title {
  font-size: 1.375rem;
  line-height: 1;
  font-family: Unbounded;
  font-weight: 700;
}

.name {
  font-size: 0.875rem;
  line-height: 1.21;
  font-family: Unbounded;
  font-weight: 700;
}

/* текст размером 20px */
.sub {
  font-size: 1.25rem;
  font-family: Unbounded;
  font-weight: 400;
}

.title-big {
  font-size: 4rem;
  line-height: 1;
  font-family: Unbounded;
  font-weight: 500;
}

.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.text strong {
  font-family: Manrope;
  font-weight: 600;
}
.text ul li {
  position: relative;
  padding-left: 0.75rem;
}
.text ul li::before {
  content: "";
  min-width: 0.3125rem;
  max-width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: var(--text);
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.text span {
  color: var(--accent);
}
.text h2 {
  font-size: 1.875rem;
}
.text h3 {
  font-size: 1.375rem;
}
.text a {
  color: var(--accent);
  text-decoration: underline;
}

.text-small {
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  line-height: 1.35;
}
.text-small strong {
  font-family: Manrope;
  font-weight: 600;
}
.text-small ul li {
  position: relative;
  padding-left: 0.75rem;
}
.text-small ul li::before {
  content: "";
  min-width: 0.3125rem;
  max-width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: var(--text);
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.text-small span {
  color: var(--accent);
}
.text-small h2 {
  font-size: 1.875rem;
}
.text-small h3 {
  font-size: 1.375rem;
}
.text-small a {
  color: var(--accent);
  text-decoration: underline;
}

.text-big {
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  line-height: 1.38;
}
.text-big strong {
  font-family: Manrope;
  font-weight: 600;
}
.text-big ul li {
  position: relative;
  padding-left: 0.75rem;
}
.text-big ul li::before {
  content: "";
  min-width: 0.3125rem;
  max-width: 0.3125rem;
  height: 0.3125rem;
  border-radius: 50%;
  background-color: var(--text);
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.text-big span {
  color: var(--accent);
}
.text-big h2 {
  font-size: 1.875rem;
}
.text-big h3 {
  font-size: 1.375rem;
}
.text-big a {
  color: var(--accent);
  text-decoration: underline;
}

.input, .textarea {
  width: 100%;
  display: block;
  background-color: #FFFFFF;
  border: 0.0625rem solid #E9E3D8;
  padding: 0 1.25rem;
  color: #3A3A3A;
  border-radius: 0.125rem;
  font-family: Manrope;
  font-weight: 600;
}
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #8F8F8F;
  text-transform: initial;
  font-family: Manrope;
  font-weight: 400;
}
.input::-moz-placeholder, .textarea::-moz-placeholder {
  opacity: 1;
  color: #8F8F8F;
  text-transform: initial;
  font-family: Manrope;
  font-weight: 400;
}
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  opacity: 1;
  color: #8F8F8F;
  text-transform: initial;
  font-family: Manrope;
  font-weight: 400;
}
.input::-ms-input-placeholder, .textarea::-ms-input-placeholder {
  opacity: 1;
  color: #8F8F8F;
  text-transform: initial;
  font-family: Manrope;
  font-weight: 400;
}
.input::placeholder, .textarea::placeholder {
  opacity: 1;
  color: #8F8F8F;
  text-transform: initial;
  font-family: Manrope;
  font-weight: 400;
}
.input::-webkit-input-placeholder, .textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #8F8F8F;
  text-transform: initial;
  font-family: Manrope;
  font-weight: 400;
}
.input::-moz-placeholder, .textarea::-moz-placeholder {
  opacity: 1;
  color: #8F8F8F;
  text-transform: initial;
  font-family: Manrope;
  font-weight: 400;
}
.input:-ms-input-placeholder, .textarea:-ms-input-placeholder {
  opacity: 1;
  color: #8F8F8F;
  text-transform: initial;
  font-family: Manrope;
  font-weight: 400;
}
.input:focus, .textarea:focus {
  border-color: var(--accent);
}
.input.error, .textarea.error {
  border-color: var(--accent) !important;
  color: var(--accent);
}
.input:disabled, .textarea:disabled {
  background-color: #D9D9D9;
  color: #8F8F8F;
}

.input {
  height: 3.3125rem;
}

.textarea {
  padding: 1.25rem;
}

.error-text {
  margin-top: 0.625rem;
  color: var(--accent);
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}

.error-icon {
  width: 0.875rem;
}

/* анимация подчеркивания */
.line-anim {
  position: relative;
  display: inline-block;
}
.line-anim::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  background: currentColor;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.line-anim:hover::after {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
}

.btn-accent {
  background-color: var(--accent);
  border-radius: 0.125rem;
  height: 3.3125rem;
  padding: 0 1rem;
  color: var(--light);
  font-size: 1rem;
  line-height: 1;
  font-family: Manrope;
  font-weight: 600;
  border: none;
  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;
}
.btn-accent:hover {
  background-color: #BE3620;
}
.btn-accent:disabled {
  background-color: #E9E9E9;
  color: #8F8F8F;
}

.btn-light {
  background-color: #E9E3D8;
  border: none;
  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;
  gap: 0.625rem;
  font-family: Manrope;
  font-weight: 600;
  color: var(--text);
  height: 3.3125rem;
  border-radius: 0.125rem;
}
.btn-light:disabled {
  background-color: #E9E9E9;
  color: #8F8F8F;
}

.accordion__header {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.accordion__header svg {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

.tabs__pane {
  display: none;
}
.tabs__pane_show {
  display: block;
}

.card-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.cart-card {
  background-color: #fff;
  border-radius: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.25rem;
}
.cart-card--only {
  gap: 1.875rem;
  padding: 1.5rem;
}
.cart-card--only .checkbox {
  display: none;
}
.cart-card--only .cart-card__delete {
  display: none;
}
.cart-card__wrap {
  position: relative;
}
.cart-card__image .box {
  border-radius: 0.125rem;
  width: 16.875rem;
  height: 10.5rem;
}
.cart-card__tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
}
.cart-card__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}
.cart-card__name {
  font-family: Unbounded;
  font-weight: 700;
  line-height: 1.25;
  color: var(--text);
}
.cart-card__text {
  color: #8F8F8F;
  gap: 0;
}
.cart-card__more {
  height: 2.4375rem;
  gap: 0.625rem;
  background-color: #E9E3D8;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.125rem;
  color: var(--text);
  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;
}
.cart-card__more .icon {
  width: 1.25rem;
}

.delete-btn {
  cursor: pointer;
  min-width: 1.5rem;
  height: 1.5rem;
  background-color: #F5F3F0;
  border-radius: 0.125rem;
  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;
}
.delete-btn-icon {
  width: 0.875rem;
}

.warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.warning-icon {
  min-width: 1.375rem;
}
.warning-text {
  color: #8F8F8F;
  font-size: 0.875rem;
}

.tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tag {
  height: 2.1875rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.125rem;
  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;
}
.tag-accent {
  background-color: var(--accent);
  color: var(--light);
}
.tag-dark {
  background-color: var(--text);
  color: var(--light);
}

.tag-icon {
  height: 2.4375rem;
  gap: 0.625rem;
  background-color: #E9E3D8;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.125rem;
  color: var(--text);
  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;
}
.tag-icon .icon {
  width: 1.125rem;
}

.checkbox {
  line-height: 0;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-checkbox + label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  font-size: 0.875rem;
  gap: 0.625rem;
  color: #000;
  font-family: Manrope;
  font-weight: 400;
}
.custom-checkbox + label::before {
  content: "";
  display: inline-block;
  width: 1.375rem;
  height: 1.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  border: 0.0625rem solid var(--text);
  background-color: transparent;
  border-radius: 0.125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.625rem 0.5rem;
}

.custom-checkbox:checked + label::before {
  background-image: url("../img/interface/check.svg");
}

.notice {
  background-color: rgba(58, 58, 58, 0.5);
  border-radius: 0.125rem;
  height: 3.125rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 10;
}
.notice--copy {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.notice--add {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.notice.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.notice__wrap {
  padding: 0.625rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.notice__icon {
  width: 1.875rem;
}
.notice__text {
  color: var(--light);
  font-family: Manrope;
  font-weight: 600;
}

.title-anim, .text-anim {
  overflow: hidden;
  display: inline-block;
}
.title-anim span, .text-anim span {
  display: inline-block;
}

.fixed-btn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.fixed-btn.active {
  opacity: 1;
  visibility: visible;
}
.fixed-btn__wrap {
  width: 100%;
  position: relative;
  padding: 2.5rem 0.625rem;
}
.fixed-btn__wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68.98%, rgba(160, 160, 160, 0)), to(#3A3A3A));
  background: linear-gradient(180deg, rgba(160, 160, 160, 0) 68.98%, #3A3A3A 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.fixed-btn .btn-accent {
  gap: 0.625rem;
  height: 3.625rem;
  width: 100%;
}
.fixed-btn .btn-accent .icon {
  width: 1.875rem;
}

@media screen and (min-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 992px) {
  html {
    font-size: 2.0833333333vw;
  }
  .container {
    max-width: 100%;
    padding: 0 1.25rem;
  }
  .title-big {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 576px) {
  html {
    font-size: 4.7058823529vw;
  }
  .container {
    padding: 0 0.625rem;
  }
  .section {
    padding: 1.5625rem 0;
  }
  .section-mb {
    margin-bottom: 1.5625rem;
  }
  .section-mt {
    margin-top: 1.5625rem;
  }
  .section-m {
    padding: 3.125rem 0;
    margin: 1.5625rem 0;
  }
  .title-big {
    font-size: 1.375rem;
  }
  .title-page {
    font-size: 1.375rem;
  }
  .section-title {
    font-size: 1.375rem;
  }
  .text-big {
    font-size: 1rem;
    line-height: 1.375;
  }
  .sub {
    font-size: 0.875rem;
  }
  .cart-card {
    position: relative;
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-card--only {
    padding: 1rem;
  }
  .cart-card__wrap {
    width: 100%;
  }
  .cart-card__image .box {
    width: 100%;
    height: 11.25rem;
  }
  .cart-card__delete {
    position: absolute;
    top: 0.875rem;
    right: 1rem;
  }
  .custom-checkbox + label::before {
    width: 1.125rem;
    height: 1.125rem;
  }
}
:root {
  --text: #3A3A3A;
  --accent: #D7462F;
  --light: #F5F3F0;
}

.footer {
  background-color: #1D1D1D;
  padding: 2rem 0;
  font-size: 0.875rem;
  color: var(--light);
  font-family: Unbounded;
  font-weight: 300;
}
.footer-top {
  padding-bottom: 2.5rem;
}
.footer-top__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5.375rem;
}
.footer__logo--icon {
  width: 11.125rem;
}
.footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.footer-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-menu ul li a {
  color: var(--light);
}
.footer__contacts {
  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;
  gap: 1.25rem;
}
.footer__phone, .footer__link {
  color: var(--light);
}
.footer__more {
  max-width: 10.625rem;
  width: 100%;
}
.footer__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  line-height: 1;
}
.footer__time--icon {
  width: 1.25rem;
}
.footer__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
.footer__info {
  margin-top: 1.25rem;
}
.footer__btn {
  margin-top: 3.75rem;
  min-width: 10.625rem;
}
.footer-bottom {
  padding-top: 2.5rem;
  border-top: 0.0625rem solid rgba(58, 58, 58, 0.5);
  text-align: center;
}
.footer__logotypes {
  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;
  gap: 0.75rem;
}
.footer__develop-by {
  margin-top: 0.8rem;
  display: inline-block;
  font-family: Manrope;
  font-weight: 400;
  font-size: 0.75rem;
  color: rgba(245, 243, 240, 0.65);
}
.footer__icon .box {
  width: 2.75rem;
}
.footer__copyright {
  margin-top: 1.25rem;
  font-family: Manrope;
  font-weight: 400;
  color: rgba(245, 243, 240, 0.65);
}

.rooms-page .footer {
  margin-top: 2.5rem;
}

@media screen and (max-width: 992px) {
  .footer-top__block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.5rem;
  }
  .footer__contacts {
    width: 47%;
  }
  .footer__more {
    max-width: 100%;
    width: 47%;
  }
  .footer__logo {
    width: 47%;
  }
  .footer-menu {
    width: 20.5%;
  }
}
@media screen and (max-width: 576px) {
  .footer-top {
    padding-bottom: 0;
  }
  .footer-top__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.75rem;
  }
  .footer__logo {
    display: none;
  }
  .footer-menu {
    width: 100%;
  }
  .footer-menu ul li:last-child {
    margin: 0;
  }
  .footer-menu-second {
    display: none;
  }
  .footer__more {
    width: 100%;
  }
  .footer__contacts {
    width: 100%;
  }
  .footer__btn {
    width: 100%;
    margin-top: 2.75rem;
  }
  .footer__logotypes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-bottom {
    border: none;
  }
  .rooms-page .footer {
    margin-top: 1.5625rem;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  font-size: 0.875rem;
  padding: 1rem 0;
  color: var(--light);
  font-family: Unbounded;
  font-weight: 300;
}
.header--dark {
  background-color: #F5F3F0;
  color: var(--text);
}
.header--dark .header-menu ul li a {
  color: var(--text);
}
.header--dark .header__phones a {
  color: var(--text);
}
.header--dark .header__item {
  color: var(--text);
}
.header__block {
  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;
}
.header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo--icon {
  width: 10.9375rem;
}
.header__logo--icon .mobile {
  display: none;
}
.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}
.header-menu ul li a {
  color: var(--light);
}
.header-menu ul li a:hover {
  color: var(--accent);
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
.header__phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.header__phones a {
  color: var(--light);
}
.header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
}
.header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  line-height: 1;
}
.header__item--cart {
  gap: 0.25rem;
  color: var(--light);
}
.header__item--cart .header__icon {
  width: 1.5rem;
}
.header__icon {
  width: 1.25rem;
}
.header-burger {
  display: none;
}
.header-burger-content {
  display: none;
}

@media screen and (max-width: 992px) {
  .header--dark .header-burger__line {
    background-color: var(--text);
  }
  .header--dark .header-burger::after {
    background-color: var(--text);
  }
  .header--dark .header-burger::before {
    background-color: var(--text);
  }
  .header-menu {
    display: none;
  }
  .header__right {
    gap: 1.5rem;
  }
  .header__items {
    gap: 1.5rem;
  }
  .header-burger {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.875rem;
    height: 1.875rem;
    z-index: 100;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-burger__line {
    width: 1.375rem;
    background-color: #F5F3F0;
    height: 0.125rem;
    position: absolute;
    top: calc(50% - 0.0625rem);
    display: block;
  }
  .header-burger::before {
    content: "";
    width: 1.375rem;
    background-color: #F5F3F0;
    height: 0.125rem;
    position: absolute;
    top: 0.5rem;
    display: block;
  }
  .header-burger::after {
    content: "";
    width: 1.375rem;
    background-color: #F5F3F0;
    height: 0.125rem;
    position: absolute;
    bottom: 0.5rem;
    display: block;
  }
  .header-burger-content {
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #F5F3F0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 80;
  }
  .header-burger-content__wrap {
    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;
    gap: 6.25rem;
    height: 100%;
    padding: 3.125rem 1.25rem 1.875rem;
    overflow: auto;
  }
  .header-burger-content .header-menu {
    display: block;
  }
  .header-burger-content .header-menu ul {
    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;
    gap: 1.875rem;
  }
  .header-burger-content .header-menu ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
  }
  .header-burger-content .header-menu ul li a {
    color: var(--accent);
    font-size: 1.375rem;
    font-family: Unbounded;
    font-weight: 700;
  }
  .header-burger-content__bottom {
    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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    color: var(--text);
  }
  .header-burger-content__bottom a {
    color: var(--text);
  }
  .header-burger-content__decor {
    position: absolute;
    top: -6.25rem;
    right: 1.75rem;
    width: 5.125rem;
  }
  .header.fixed {
    position: fixed;
  }
  .header.fixed .header-burger-content {
    opacity: 1;
    pointer-events: auto;
  }
  .header-burger.fixed::after {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
        -ms-transform: rotate(-45deg) translate(0, -50%);
            transform: rotate(-45deg) translate(0, -50%);
    background-color: var(--text);
  }
  .header-burger.fixed::before {
    top: 45%;
    -webkit-transform: rotate(45deg) translate(0, 50%);
        -ms-transform: rotate(45deg) translate(0, 50%);
            transform: rotate(45deg) translate(0, 50%);
    background-color: var(--text);
  }
  .header-burger.fixed .header-burger__line {
    -webkit-transform: scale(0) translate(0, -50%);
        -ms-transform: scale(0) translate(0, -50%);
            transform: scale(0) translate(0, -50%);
  }
}
@media screen and (max-width: 576px) {
  .header__logo--icon {
    width: 2.9375rem;
  }
  .header__logo--icon .desktop {
    display: none;
  }
  .header__logo--icon .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__phone {
    display: none;
  }
  .header__item--time {
    display: none;
  }
  .header-burger-content__wrap {
    padding: 3.125rem 0.625rem 6.25rem;
  }
}
.datepicker {
  position: absolute;
  background: #fff;
  border-radius: 0.125rem;
  width: 28.375rem;
  height: 25.5rem;
  -webkit-box-shadow: 0px 0.25rem 0.875rem 0px rgba(94, 32, 22, 0.1);
          box-shadow: 0px 0.25rem 0.875rem 0px rgba(94, 32, 22, 0.1);
  display: none;
  opacity: 0;
  -webkit-transform: translateY(0.625rem) scale(0.98);
      -ms-transform: translateY(0.625rem) scale(0.98);
          transform: translateY(0.625rem) scale(0.98);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  overflow: hidden;
  z-index: 500;
}
.datepicker-wrapper {
  position: relative;
}
.datepicker-wrapper .datepicker {
  top: 3.4375rem;
  left: 0;
}
.datepicker-input {
  position: relative;
  cursor: pointer;
  display: block;
}
.datepicker-input::before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 0.875rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/interface/calendar.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.datepicker-input .input {
  border-color: #fff;
  cursor: pointer;
  padding-top: 1.125rem;
  font-family: Manrope;
  font-weight: 600;
}
.datepicker-input.filled::before {
  opacity: 0;
}
.datepicker-input.filled .datepicker-name {
  font-size: 0.875rem;
  top: 0.375rem;
}
.datepicker-input.filled .datepicker-clean {
  opacity: 1;
  pointer-events: auto;
}
.datepicker-input.active .input {
  border-color: var(--accent);
}
.datepicker-name {
  position: absolute;
  color: #8F8F8F;
  left: 1.25rem;
  top: 0.9375rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.datepicker-clean {
  width: 1.5rem;
  opacity: 0;
  position: absolute;
  right: 1.25rem;
  top: 0.875rem;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 2;
}
.datepicker.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.datepicker__sidebar {
  width: 8.25rem;
  overflow-y: auto;
  background-color: #F5F3F0;
  padding: 1rem 0;
}
.datepicker__month-item {
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  font-size: 0.875rem;
  color: var(--text);
  opacity: 0.5;
  margin-bottom: 0.625rem;
  position: relative;
  padding: 0 1rem;
}
.datepicker__month-item:last-child {
  margin: 0;
}
.datepicker__month-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.25rem;
  height: 1.375rem;
  background-color: var(--accent);
  border-radius: 0 0.125rem 0.125rem 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.datepicker__month-item:hover,
.datepicker__month-item.active {
  opacity: 1;
}
.datepicker__month-item:hover::before,
.datepicker__month-item.active::before {
  opacity: 1;
}

.datepicker__calendars {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
}

.calendar {
  padding-top: 1.75rem;
}
.calendar:first-child {
  padding-top: 0;
}
.calendar h4 {
  margin: 0 0 0.875rem 0;
  font-size: 0.875rem;
  color: var(--text);
  font-family: Unbounded;
  font-weight: 400;
}
.calendar table {
  width: 100%;
  border-collapse: collapse;
}
.calendar tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
}
.calendar tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.calendar th {
  width: 1.875rem;
  height: 1.875rem;
  color: var(--text);
  line-height: 1.8;
  font-family: Manrope;
  font-weight: 400;
}
.calendar th.weekend {
  color: var(--accent);
}
.calendar td {
  text-align: center;
  width: 1.875rem;
  height: 1.875rem;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  cursor: pointer;
  color: var(--text);
  line-height: 1.8;
  border-radius: 0.125rem;
  font-family: Manrope;
  font-weight: 400;
}
.calendar td.weekend {
  color: var(--accent);
}
.calendar td.hide {
  cursor: default;
}
.calendar td.hide:hover {
  background: none;
}
.calendar td:hover {
  background: var(--accent);
  color: #fff;
}
.calendar td.disabled {
  opacity: 0.5;
  cursor: default;
}
.calendar td.disabled:hover {
  background: none;
  color: var(--text);
}
.calendar td.selected {
  background: var(--accent);
  color: #fff;
}
.calendar td.range {
  position: relative;
}
.calendar td.range::before {
  content: "";
  background: rgba(183, 165, 122, 0.2);
  position: absolute;
  top: -0.1875rem;
  left: -0.3125rem;
  width: calc(100% + 0.625rem);
  height: calc(100% + 0.375rem);
  z-index: -1;
}
.calendar td.range:last-child::before {
  border-radius: 0.125rem 0 0 0.125rem;
}

/*	*/
.guests {
  position: relative;
  width: 100%;
}
.guests-input {
  cursor: pointer;
  border-color: #fff;
  font-family: Manrope;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.guests-input::before {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 0.875rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../img/interface/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.guests-input.active {
  border-color: var(--accent);
}
.guests-input.active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.guests-dropdown {
  position: absolute;
  top: 3.4375rem;
  left: 0;
  width: 20.125rem;
  background-color: #fff;
  border-radius: 0.125rem;
  padding: 0.9375rem 1.25rem;
  z-index: 50;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(0.625rem) scale(0.98);
      -ms-transform: translateY(0.625rem) scale(0.98);
          transform: translateY(0.625rem) scale(0.98);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.guests-dropdown.open {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.guests-row {
  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: 0.625rem;
}
.guests-title--name {
  color: #8F8F8F;
}
.guests-title--age {
  color: var(--text);
}
.guests-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guests-controls button {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.125rem;
  border: none;
  background-color: #F5F3F0;
  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;
}
.guests-controls button .icon {
  width: 0.875rem;
}
.guests-controls button:hover {
  background-color: #E9E3D8;
}
.guests-controls .count {
  width: 3.125rem;
  height: 3.125rem;
  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-family: Manrope;
  font-weight: 600;
  color: var(--text);
}

.add-child-select__wrap .choices.is-open::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-top: -0.625rem;
}
.add-child-select__wrap .choices__inner {
  min-height: 3.3125rem;
  padding: 0 1.25rem;
  padding-bottom: 0 !important;
  border: none;
  background-color: #F5F3F0;
  border-radius: 0.125rem;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1D1D1D;
}
.add-child-select__wrap .choices__list--single {
  padding: 0 1.25rem 0 0;
}
.add-child-select__wrap .choices__list--dropdown {
  margin-top: -3.25rem;
  border: none;
  border-radius: 0.125rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0.25rem 0.875rem 0px rgba(94, 32, 22, 0.1);
          box-shadow: 0px 0.25rem 0.875rem 0px rgba(94, 32, 22, 0.1);
}
.add-child-select__wrap .choices__list--dropdown .choices__list {
  padding: 1rem 0;
  max-height: 23.625rem;
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.add-child-select__wrap .choices__list--dropdown .choices__item {
  padding: 0.375rem 1.375rem;
  font-size: 0.875rem;
  color: var(--text);
}
.add-child-select__wrap .choices__list--dropdown .choices__item.is-highlighted {
  background-color: #E9E3D8;
}
.add-child-select__wrap .choices__list--dropdown .choices__placeholder {
  opacity: 0.5;
  padding: 0 1.375rem;
  position: relative;
  cursor: default;
}
.add-child-select__wrap .choices__list--dropdown .choices__placeholder.is-highlighted {
  background-color: transparent;
}
.add-child-select__wrap .choices__list--dropdown .choices__placeholder:first-child {
  display: none;
}
.add-child-select__wrap .choices__list--dropdown .choices__placeholder::before {
  content: "";
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  background-image: url(../img/interface/check-placeholder.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.add-child-select__wrap .choices__placeholder {
  opacity: 1;
}
.add-child-select__wrap .choices::after {
  background-image: url(../img/interface/select-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  margin-top: -0.625rem;
  right: 1.25rem;
  width: 1.5rem;
  height: 1.5rem;
}

.children-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-bottom: 0.625rem;
}

.child-pill {
  padding: 0 1.25rem;
  height: 3.3125rem;
  background-color: #F5F3F0;
  border-radius: 0.125rem;
  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;
  color: #1D1D1D;
}

.child-remove {
  border: none;
  background-color: transparent;
}
.child-remove .icon {
  width: 1.5rem;
}

.filter-promocode__input {
  position: relative;
}
.filter-promocode__input::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 0.875rem;
  background-image: url(../img/interface/promocode.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
}
.filter-promocode__input .input {
  border-color: #fff;
  padding-right: 3.125rem;
  text-transform: uppercase;
}
.filter-promocode__input .input:focus {
  border-color: var(--accent);
}
.filter-btn {
  width: 100%;
}

.filter-mob {
  display: none;
}

@media screen and (max-width: 992px) {
  .datepicker-input {
    width: 21.375rem;
  }
  .datepicker-wrapper {
    width: 21.375rem;
  }
  .guests {
    width: 21.375rem;
  }
  .filter-promocode {
    width: 21.375rem;
  }
}
@media screen and (max-width: 576px) {
  .filter-promocode, .guests, .datepicker-input, .datepicker-wrapper {
    width: 100%;
  }
  .filter-mob {
    display: block;
  }
  .main-screen .filter-mob {
    position: fixed;
  }
  .main-screen .filter-mob {
    position: relative;
  }
  .guests {
    width: 100%;
  }
  .guests-dropdown {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 3.125rem 0.625rem 1.875rem 0.625rem;
    background-color: #F5F3F0;
    border-radius: 0;
  }
  .guests-dropdown__wrapper {
    padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
    background-color: #FFFFFF;
    border-radius: 0.125rem;
  }
  .guests-dropdown__header {
    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;
    text-align: center;
    min-height: 1.25rem;
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .guests-dropdown__icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1.25rem;
    height: 1.25rem;
  }
  .guests-dropdown__icon .icon {
    width: 100%;
    height: 100%;
  }
  .guests-dropdown__icon .icon svg {
    width: 100%;
    height: 100%;
  }
  .guests-dropdown__text {
    font-size: 0.875rem;
    font-family: Unbounded;
    font-weight: 400;
  }
  .guests-dropdown__button {
    position: fixed;
    bottom: 1.875rem;
    right: 0.625rem;
    left: 0.625rem;
  }
  .filter-mob {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10000;
    background-color: #F5F3F0;
    padding: 3.125rem 0.625rem 1.875rem 0.625rem;
  }
  .filter-mob .input {
    border: none;
  }
  .filter-mob.active {
    display: block;
  }
  .filter-mob__header {
    margin-bottom: 1.25rem;
  }
  .filter-mob__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .filter-mob__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .filter-mob-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 1.875rem;
    right: 0.625rem;
    left: 0.625rem;
    gap: 1.25rem;
  }
  .filter-mob-footer .filter-mob-clear {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    background-color: #FFFFFF;
    padding: 0 2.25rem;
    height: 3.3125rem;
    color: #3A3A3A;
    border-radius: 0.125rem;
    cursor: pointer;
    font-family: Manrope;
    font-weight: 600;
  }
  .filter-mob-footer .filter-mob-btn {
    width: 100%;
    cursor: pointer;
  }
  .filter-mob-footer.filled-out .filter-mob-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .filter-mob-close {
    position: absolute;
    right: 0.625rem;
    top: 0.625rem;
    width: 1.875rem;
    height: 1.875rem;
    cursor: pointer;
    z-index: 100000;
  }
  .filter-mob-close__block {
    width: 100%;
    height: 100%;
  }
  .filter-mob-close__block svg {
    width: 100%;
    height: 100%;
  }
  .datepicker-mob-input {
    position: relative;
    width: 100%;
    height: 3.3125rem;
  }
  .datepicker-mob-input .input {
    padding-top: 1.125rem;
  }
  .datepicker-mob-input.active .datepicker-mob-name {
    top: 0.375rem;
    font-size: 0.875rem;
  }
  .datepicker-mob-input.active .datepicker-mob-input-icon {
    display: none;
  }
  .datepicker-mob-input.active .datepicker-mob-clean {
    display: block;
  }
  .datepicker-mob-name {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    top: 0.9375rem;
    left: 1.25rem;
    color: #8F8F8F;
  }
  .datepicker-mob-clean {
    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;
    width: 1.5rem;
    height: 1.5rem;
    right: 1.25rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .datepicker-mob-clean .icon {
    width: 100%;
    height: 100%;
  }
  .datepicker-mob-clean .icon svg {
    width: 100%;
    height: 100%;
  }
  .datepicker-mob-input-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;
    width: 1.5rem;
    height: 1.5rem;
    right: 1.25rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .datepicker-mob-input-icon .icon {
    width: 100%;
    height: 100%;
  }
  .datepicker-mob-input-icon .icon svg {
    width: 100%;
    height: 100%;
  }
  .filter-promocode {
    width: 100%;
  }
  .datepicker-mob-clean {
    display: none;
  }
  .datepicker-popup {
    position: absolute;
    margin: 0;
    top: 9.1875rem;
    left: 0;
    right: 0;
    height: 18rem;
    z-index: 1001;
    width: 20rem;
    background: #fff;
    border-radius: 0.125rem;
    overflow: hidden;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem;
  }
  .datepicker-popup .dp-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #ffffff;
    padding: 0.5rem 0.625rem 1.875rem 0.625rem;
  }
  .datepicker-popup .dp-footer__text {
    color: #3A3A3A;
    font-size: 0.875rem;
  }
  .datepicker-popup .dp-footer__buttons {
    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;
    gap: 1.25rem;
  }
  .datepicker-popup .dp-footer__buttons.step-1 .dp-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .datepicker-popup .dp-footer__buttons.step-1 .dp-reset {
    display: none;
  }
  .datepicker-popup .dp-footer__buttons.step-2 .dp-back {
    display: none;
  }
  .datepicker-popup .dp-footer__buttons.step-2 .dp-reset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .datepicker-popup .dp-footer .dp-back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 3.3125rem;
    background-color: #E9E3D8;
    color: #3A3A3A;
    border: none;
    outline: none;
    border-radius: 0.125rem;
    padding: 0 1.25rem;
    font-family: Manrope;
    font-weight: 600;
  }
  .datepicker-popup .dp-footer .dp-reset {
    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: 0 1.25rem;
    height: 3.3125rem;
    background-color: #E9E3D8;
    color: #3A3A3A;
    border: none;
    outline: none;
    border-radius: 0.125rem;
    font-family: Manrope;
    font-weight: 600;
  }
  .datepicker-popup .dp-footer .dp-next {
    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: 100%;
    border: none;
    outline: none;
    border-radius: 0.125rem;
    height: 3.3125rem;
    background-color: #D7462F;
    color: #ffffff;
    font-family: Manrope;
    font-weight: 600;
  }
  .datepicker-popup .dp-footer .dp-next:disabled {
    opacity: 0.5;
  }
  .datepicker-popup .dp-footer__text {
    text-align: center;
    font-size: 0.875rem;
    line-height: 100%;
    color: #3A3A3A;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .datepicker-popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .datepicker-popup .dp-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
  }
  .datepicker-popup .dp-calendars-wrapper {
    overflow: hidden;
    height: 15.625rem;
    position: relative;
  }
  .datepicker-popup .dp-calendars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    height: 17rem;
  }
  .datepicker-popup .dp-month-block {
    min-height: 18.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fff;
    margin-bottom: 1.75rem;
  }
  .datepicker-popup .dp-month-block .dp-month-title {
    font-weight: bold;
    text-align: left;
    font-family: Unbounded;
    font-weight: 400;
  }
  .datepicker-popup .dp-month-block .dp-days {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    row-gap: 0.5rem;
  }
  .datepicker-popup .dp-month-block .dp-day {
    width: 100%;
    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;
    cursor: pointer;
    padding: 0.1963rem 0.1856rem;
  }
  .datepicker-popup .dp-month-block .dp-day span {
    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: 1.8575rem;
    height: 1.8575rem;
    border-radius: 0.125rem;
  }
  .datepicker-popup .dp-month-block .dp-day.disabled {
    color: #ccc;
    cursor: default;
  }
  .datepicker-popup .dp-month-block .dp-day.selected {
    background: #D7462F;
    color: #fff;
  }
  .datepicker-popup .dp-month-block .dp-day.range {
    background: #F1EDE4;
  }
  .datepicker-popup .dp-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 12px;
  }
  .datepicker-popup .dp-buttons button {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }
  .datepicker-popup .dp-buttons .dp-next.active {
    background: #b7a57a;
    color: #fff;
  }
  .datepicker-popup .dp-buttons .dp-next:disabled {
    background: #D7462F;
    opacity: 0.5;
    cursor: default;
  }
  .datepicker-popup .selected-start,
  .datepicker-popup .selected-end {
    background-color: #F1EDE4;
    border-radius: 0.125rem;
  }
  .datepicker-popup .selected-start span,
  .datepicker-popup .selected-end span {
    background: #D7462F;
    color: #fff;
  }
  .datepicker-popup .weekend {
    color: #D7462F;
  }
}
.popup-thanks {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6.25rem 0.625rem;
  background: rgba(58, 58, 58, 0.4);
  z-index: 999;
}
.popup-thanks__block {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4rem 1.875rem;
  background-color: #FFFFFF;
  width: 31.875rem;
  border-radius: 0.125rem;
}
.popup-thanks-close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  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;
  border: none;
  background-color: none;
  width: 2.375rem;
  height: 2.375rem;
  cursor: pointer;
  outline: none;
  background-color: #F5F3F0;
  border-radius: 0.125rem;
}
.popup-thanks-close:hover {
  background-color: #E9E3D8;
}
.popup-thanks-close__block {
  width: 1rem;
  height: 1rem;
}
.popup-thanks-close__block svg {
  width: 100%;
  height: 100%;
}
.popup-thanks__icon {
  width: 4.375rem;
  height: 4.375rem;
  margin-bottom: 1.5rem;
}
.popup-thanks__icon svg {
  width: 100%;
  height: 100%;
}
.popup-thanks__title {
  text-align: center;
  margin-bottom: 0.75rem;
  color: #3A3A3A;
}
.popup-thanks__text {
  text-align: center;
  color: #3A3A3A;
  font-size: 1.125rem;
}

@media screen and (max-width: 576px) {
  .popup-thanks__block {
    width: 100%;
    padding: 4rem 1.25rem;
  }
  .popup-thanks__icon {
    width: 4.375rem;
    height: 4.375rem;
    margin-bottom: 1.5rem;
  }
  .popup-thanks__icon svg {
    width: 100%;
    height: 100%;
  }
  .popup-thanks__title {
    text-align: center;
    margin-bottom: 0.75rem;
    color: #3A3A3A;
  }
  .popup-thanks__text {
    text-align: center;
    color: #3A3A3A;
    font-size: 1.125rem;
  }
  .popup-thanks__text br {
    display: none;
  }
}
.popup-remove-cart {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6.25rem 0.625rem;
  background: rgba(58, 58, 58, 0.4);
  z-index: 999;
}
.popup-remove-cart__block {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4rem 1.875rem;
  background-color: #FFFFFF;
  width: 32.6875rem;
  border-radius: 0.125rem;
}
.popup-remove-cart-close {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  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;
  border: none;
  background-color: none;
  width: 2.375rem;
  height: 2.375rem;
  cursor: pointer;
  outline: none;
  background-color: #F5F3F0;
  border-radius: 0.125rem;
}
.popup-remove-cart-close:hover {
  background-color: #E9E3D8;
}
.popup-remove-cart-close__block {
  width: 1rem;
  height: 1rem;
}
.popup-remove-cart-close__block svg {
  width: 100%;
  height: 100%;
}
.popup-remove-cart__icon {
  width: 4.375rem;
  height: 4.375rem;
  margin-bottom: 1.5rem;
}
.popup-remove-cart__icon svg {
  width: 100%;
  height: 100%;
}
.popup-remove-cart__title {
  display: block;
  text-align: left;
  margin-bottom: 1.5rem;
  color: #3A3A3A;
  width: 100%;
}
.popup-remove-cart__text {
  display: block;
  text-align: left;
  color: #3A3A3A;
  font-size: 1.125rem;
}
.popup-remove-cart__button {
  margin-top: 1.5rem;
  height: 2.625rem;
}

@media screen and (max-width: 576px) {
  .popup-remove-cart__block {
    width: 100%;
    padding: 4rem 1.875rem;
  }
  .popup-remove-cart__icon {
    width: 4.375rem;
    height: 4.375rem;
    margin-bottom: 1.5rem;
  }
  .popup-remove-cart__icon svg {
    width: 100%;
    height: 100%;
  }
  .popup-remove-cart__title {
    color: #3A3A3A;
  }
  .popup-remove-cart__text {
    text-align: left;
    color: #3A3A3A;
    font-size: 1.125rem;
  }
  .popup-remove-cart__text br {
    display: none;
  }
}
.no-webp .main-screen{
  background-image: url(../img/index-page/main-screen/bg-image.jpg); }
.main-screen {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 37.5rem;
  z-index: 50;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6.25rem 0;
}
.main-screen::before {
  content: "";
  background-color: rgba(28, 27, 26, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.main-screen__block {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-screen__desc {
  max-width: 48.125rem;
  width: 100%;
  position: relative;
  color: var(--light);
}
.main-screen__text {
  margin-top: 1rem;
  opacity: 0.65;
}
.main-screen__text span {
  color: var(--light);
}
.main-screen__decor {
  position: absolute;
  top: -1rem;
  right: 1.375rem;
  width: 11.875rem;
  z-index: -1;
}
.main-screen-filter {
  margin-top: 2.5rem;
  background-color: rgba(183, 165, 122, 0.2);
  border-radius: 0.25rem;
  padding: 0.625rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 1.4375rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.main-screen-filter.no-btn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
.main-screen-filter.no-btn .filter-btn {
  display: none;
}
.main-screen-filter-wrapper {
  position: relative;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 50;
}
.main-screen-filter-wrapper.fixed {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--accent);
}
.main-screen-filter-wrapper.fixed .main-screen-filter {
  margin-top: 0;
  background: none;
  max-width: 73.125rem;
  margin: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.main-screen-filter-wrapper.fixed .main-screen-filter .filter-btn {
  background-color: var(--text);
}

@media screen and (max-width: 992px) {
  .main-screen {
    padding: 9.375rem 0 6.25rem 0;
  }
  .main-screen__title {
    max-width: 37.5rem;
    width: 100%;
  }
  .main-screen__text {
    max-width: 31.25rem;
    width: 100%;
  }
  .main-screen__decor {
    right: 9.375rem;
  }
  .main-screen-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .main-screen-filter.no-btn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .main-screen {
    padding: 7.25rem 0;
    background-position-x: -60.3125rem;
  }
  .main-screen__text {
    margin-top: 0.375rem;
    letter-spacing: -0.03em;
  }
  .main-screen__decor {
    display: none;
  }
  .main-screen-filter {
    gap: 1rem;
  }
  .main-screen-filter.no-btn {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .main-screen-filter-mob {
    top: 0;
    left: 0;
    position: fixed;
    background-color: #F5F3F0;
    width: 100%;
    height: 100vh;
    z-index: 101;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .main-screen-filter-mob.show {
    opacity: 1;
    pointer-events: auto;
  }
  .main-screen-filter-mob__wrapper {
    position: relative;
    padding: 3.125rem 0 1.875rem;
    height: 100%;
    max-width: 20rem;
    width: 100%;
    margin: auto;
  }
  .main-screen-filter-mob__close {
    position: absolute;
    top: 0.625rem;
    right: 0;
    width: 1.875rem;
  }
  .main-screen-filter-mob__content {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .main-screen-filter-mob__bottom {
    position: absolute;
    bottom: 1.875rem;
    width: 100%;
  }
  .main-screen-filter-mob__search {
    width: 100%;
  }
  .main-screen-filter-mob .filter-promocode, .main-screen-filter-mob .guests, .main-screen-filter-mob .datepicker-input {
    width: 100%;
  }
}
.special__cards {
  margin-top: 1.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
.special-card {
  background-color: #fff;
  position: relative;
  padding: 1rem;
  border-radius: 0.125rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.special-card:hover {
  background-color: var(--accent);
}
.special-card:hover .special-card__more {
  border-color: #3A3A3A;
  color: var(--light);
}
.special-card:hover .special-card__arrow {
  width: 1.6875rem;
}
.special-card:hover .special-card__arrow--hover {
  opacity: 1;
}
.special-card:hover .special-card__arrow--default {
  opacity: 0;
}
.special-card__more {
  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;
  gap: 0.5rem;
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #3A3A3A;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.special-card__arrow {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.special-card__arrow--hover {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.special-card__arrow--default {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
}
.special-card__content {
  margin-top: 1rem;
  position: relative;
}
.special-card__image .box {
  width: 100%;
  height: 21rem;
}
.special-card__image .box::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 58, 58, 0)), to(#212121));
  background: linear-gradient(180deg, rgba(58, 58, 58, 0) 0%, #212121 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.special-card__desc {
  color: var(--light);
  position: absolute;
  bottom: 1.5rem;
  left: 1rem;
  right: 1rem;
  z-index: 2;
}
.special-card__text {
  opacity: 0.65;
  margin-top: 0.75rem;
}

@media screen and (max-width: 992px) {
  .special__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .special__cards {
    margin-top: 1.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .special__image .box {
    height: 20.25rem;
  }
}
.numbers__tabs {
  margin-top: 1.875rem;
}
.numbers__tabs .tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
}
.numbers__tabs .tabs__btn {
  border: 0.0625rem solid var(--text);
  border-radius: 0.125rem;
  height: 2.1875rem;
  min-width: 10.8125rem;
  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: 0 0.6875rem;
  font-size: 0.875rem;
  background-color: transparent;
  line-height: 1;
  color: var(--text);
}
.numbers__tabs .tabs__btn .mobile {
  display: none;
}
.numbers__tabs .tabs__btn_active {
  background-color: var(--accent);
  color: var(--light);
  border-color: var(--accent);
}
.numbers__tabs .tabs__btn:hover {
  background-color: var(--accent);
  color: var(--light);
  border-color: var(--accent);
}
.numbers__tabs .tabs__content {
  margin-top: 1.875rem;
}
.numbers__slide {
  width: 16.875rem;
  height: 23rem;
}
.numbers__slide:nth-child(3n-1) {
  width: 35.625rem;
}
.numbers__image {
  width: 100%;
  height: 100%;
}
.numbers__image .box {
  width: 100%;
  height: 100%;
}
.numbers-button-prev {
  left: 0.625rem;
  margin-top: -2.9375rem;
}
.numbers-button-next {
  right: 0.625rem;
  margin-top: -2.9375rem;
}
.numbers__bottom {
  margin-top: 1.875rem;
  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;
}
.numbers-pagination {
  position: initial;
  width: auto !important;
  line-height: 0;
}

@media screen and (max-width: 992px) {
  .numbers__slide {
    width: 16.875rem;
    height: 23rem;
  }
  .numbers__slide:nth-child(3n-1) {
    width: 16.875rem;
  }
  .numbers__slide:nth-child(even) {
    width: 27.5rem;
  }
}
@media screen and (max-width: 576px) {
  .numbers .container {
    padding: 0;
  }
  .numbers__header {
    padding: 0 0.625rem;
  }
  .numbers__tabs {
    margin-top: 1.5rem;
  }
  .numbers__tabs .tabs__nav {
    padding: 0 0.625rem;
  }
  .numbers__tabs .tabs__btn {
    min-width: auto;
    padding: 0 0.4375rem;
  }
  .numbers__tabs .tabs__btn .desktop {
    display: none;
  }
  .numbers__tabs .tabs__btn .mobile {
    display: block;
  }
  .numbers__tabs .tabs__content {
    margin-top: 1.25rem;
  }
  .numbers-button-prev, .numbers-button-next {
    display: none;
  }
  .numbers__swiper {
    padding: 0 0.625rem;
  }
  .numbers__slide {
    width: 9.5rem;
    height: 12.9375rem;
  }
  .numbers__slide:nth-child(3n-1) {
    width: 9.5rem;
  }
  .numbers__slide:nth-child(even) {
    width: 20rem;
  }
  .numbers__bottom {
    margin-top: 1.25rem;
  }
}
.faq__block {
  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;
}
.faq__decor {
  width: 10.125rem;
}
.faq__right {
  max-width: 54.375rem;
  width: 100%;
}
.faq__accordion {
  margin-top: 4.375rem;
}
.faq__accordion .accordion__item {
  position: relative;
  border-bottom: 0.0625rem solid var(--text);
}
.faq__accordion .accordion__item_show, .faq__accordion .accordion__item_slidedown {
  padding-bottom: 1.875rem;
}
.faq__accordion .accordion__item_show .accordion__header, .faq__accordion .accordion__item_slidedown .accordion__header {
  padding-bottom: 0;
}
.faq__accordion .accordion__item_show .faq__btn--plus, .faq__accordion .accordion__item_slidedown .faq__btn--plus {
  opacity: 0;
}
.faq__accordion .accordion__item_show .faq__btn--minus, .faq__accordion .accordion__item_slidedown .faq__btn--minus {
  opacity: 1;
}
.faq__accordion .accordion__item_show .faq__image, .faq__accordion .accordion__item_slidedown .faq__image {
  opacity: 1;
}
.faq__accordion .accordion__item:first-child .accordion__header {
  padding-top: 0;
}
.faq__accordion .accordion__item:first-child .faq__image {
  top: 0;
  height: calc(100% - 1.875rem);
}
.faq__accordion .accordion__header {
  cursor: pointer;
  padding: 1.875rem 0;
  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;
}
.faq__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
  max-width: 34.5rem;
  width: 100%;
  position: relative;
  padding-left: 2.5625rem;
}
.faq__num {
  font-size: 0.875rem;
  font-family: Unbounded;
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
}
.faq__btn {
  position: relative;
}
.faq__btn--plus {
  width: 0.875rem;
}
.faq__btn--minus {
  width: 0.875rem;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.faq__body {
  padding-top: 1.25rem;
  margin: 0 1.75rem 0 2.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq__text {
  max-width: 32.25rem;
  width: 100%;
}
.faq__image {
  position: absolute;
  top: 1.875rem;
  right: 1.75rem;
  height: calc(100% - 3.75rem);
  -webkit-transition: 0.3s ease 0.3s;
  transition: 0.3s ease 0.3s;
  opacity: 0;
}
.faq__image .box {
  width: 15.625rem;
  height: 100%;
}

@media screen and (max-width: 992px) {
  .faq__block {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .faq__accordion {
    margin-top: 3.125rem;
  }
  .faq__header {
    width: 70%;
  }
  .faq__decor {
    width: 8.125rem;
    position: absolute;
    top: -1.25rem;
    right: 4.0625rem;
  }
  .faq__text {
    max-width: 24rem;
  }
  .faq .accordion__item_show .faq__desc {
    max-width: 26.5625rem;
  }
}
@media screen and (max-width: 576px) {
  .faq__header {
    max-width: 16.25rem;
    width: 100%;
  }
  .faq__decor {
    width: 3.75rem;
    right: 0;
    top: 0.9375rem;
  }
  .faq__accordion {
    margin-top: 1.875rem;
  }
  .faq__accordion .accordion__header {
    padding: 1.875rem 0 1.25rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq__accordion .accordion__item_show, .faq__accordion .accordion__item_slidedown {
    padding-bottom: 1.25rem;
  }
  .faq__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2.0625rem;
  }
  .faq__num {
    top: auto;
    font-size: 0.75rem;
  }
  .faq__name {
    font-size: 1rem;
    line-height: 1.25;
  }
  .faq__image {
    position: initial;
  }
  .faq__image .box {
    width: 100%;
    height: 13.625rem;
  }
  .faq__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    gap: 1.875rem;
  }
}
.main-contacts {
  background-color: #fff;
  padding: 1rem;
  margin: 2.5rem 0;
}
.main-contacts .container {
  max-width: 85.5rem;
}
.main-contacts__header {
  padding: 1.875rem 1.25rem;
  background-color: var(--accent);
  color: var(--light);
  font-size: 1.125rem;
  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;
  gap: 1.875rem;
}
.main-contacts__left {
  max-width: 46.5rem;
  width: 100%;
}
.main-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
  border-right: 0.0625rem solid var(--text);
  padding: 0 1.875rem;
}
.main-contacts__item a {
  color: var(--light);
}
.main-contacts__item:first-child {
  padding-left: 0;
}
.main-contacts__icon {
  width: 1.25rem;
}
.main-contacts__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-contacts__right .main-contacts__item:last-child {
  border: none;
  padding-right: 0;
}
.main-contacts__right .main-contacts__item a, .main-contacts__right .main-contacts__item p {
  white-space: nowrap;
}
.main-contacts__map {
  margin-top: 0.625rem;
  width: 100%;
  height: 31.25rem;
}

@media screen and (max-width: 992px) {
  .main-contacts {
    padding: 1rem 0;
  }
  .main-contacts__header {
    -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;
    gap: 1.25rem;
  }
  .main-contacts__left .main-contacts__item:first-child {
    border: none;
  }
}
@media screen and (max-width: 576px) {
  .main-contacts {
    padding: 1rem 0.375rem;
    margin: 1.5625rem 0;
  }
  .main-contacts__map {
    height: 16.625rem;
  }
  .main-contacts__right {
    -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;
    width: 100%;
  }
  .main-contacts__right .main-contacts__item:last-child {
    padding-bottom: 0;
  }
  .main-contacts__item {
    padding: 1rem 0;
    border-right: none;
    border-bottom: 0.0625rem solid var(--text);
    width: 100%;
  }
  .main-contacts__header {
    padding: 1.25rem;
    gap: 0;
  }
  .main-contacts__icon {
    min-width: 1.25rem;
  }
  .main-contacts__left .main-contacts__item:first-child {
    padding-top: 0;
    border-bottom: 0.0625rem solid var(--text);
  }
}
.banner {
  color: var(--accent);
}
.banner__block {
  padding: 7.5rem 0;
  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;
}
.banner__left {
  max-width: 43.3125rem;
  width: 100%;
}
.banner__title {
  overflow: hidden;
  display: inline-block;
}
.banner__title span {
  display: inline-block;
}
.banner__text {
  margin-top: 1.375rem;
  overflow: hidden;
  display: inline-block;
}
.banner__text span {
  display: inline-block;
}
.banner__btn {
  margin-top: 2.5rem;
  min-width: 14.375rem;
}
.banner__right {
  position: relative;
}
.banner__image {
  border-width: 1rem 1rem 3rem 1rem;
  border-style: solid;
  border-color: #fff;
}
.banner__image--small {
  position: absolute;
  top: 5.0625rem;
  right: 10.9375rem;
  -webkit-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
          transform: rotate(-13deg);
  z-index: 2;
  -webkit-box-shadow: 0px 0.25rem 0.875rem 0px rgba(94, 32, 22, 0.1);
          box-shadow: 0px 0.25rem 0.875rem 0px rgba(94, 32, 22, 0.1);
}
.banner__image--small .box {
  width: 9.875rem;
  height: 10.875rem;
}
.banner__image--big .box {
  width: 14.875rem;
  height: 17.1875rem;
}
.banner__line-1 {
  width: 6.6875rem;
  position: absolute;
  z-index: 3;
  top: -2rem;
  left: -2.875rem;
}
.banner__line-2 {
  width: 9.3125rem;
  position: absolute;
  top: -2.8125rem;
  right: 2.1875rem;
  z-index: -1;
}
.banner__line-3 {
  width: 2.75rem;
  position: absolute;
  top: 18.75rem;
  right: -1.25rem;
  z-index: 3;
}
.banner__line-4 {
  width: 10.75rem;
  position: absolute;
  z-index: 1;
  top: 12rem;
  right: 11.125rem;
}

@media screen and (max-width: 992px) {
  .banner__block {
    padding: 2.5rem 0 6.25rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.375rem;
  }
  .banner__left {
    max-width: 100%;
  }
  .banner__text {
    max-width: 37.5rem;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .banner__block {
    padding: 1.5625rem 0 4.125rem 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 3rem;
  }
  .banner__btn {
    margin-top: 1.5rem;
    width: 100%;
  }
  .banner__image--big {
    margin-right: 2rem;
  }
  .banner__image--big .box {
    width: 10.0625rem;
    height: 11.125rem;
  }
  .banner__image--small {
    top: 3.625rem;
    right: 9.75rem;
  }
  .banner__image--small .box {
    width: 6.4375rem;
    height: 6.625rem;
  }
  .banner__line-1 {
    width: 4.8125rem;
    top: -1.5rem;
    left: -2.0625rem;
  }
  .banner__line-2 {
    width: 6.6875rem;
    top: -1.875rem;
    right: 3.4375rem;
  }
  .banner__line-3 {
    width: 2rem;
    top: 13.25rem;
    right: 2.1875rem;
  }
  .banner__line-4 {
    width: 7.6875rem;
    top: 8.4375rem;
    right: 9.75rem;
  }
}
.cart {
  margin: 6.5rem 0 5rem 0;
}
.cart-header {
  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;
  gap: 1rem;
}
.cart-header__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  font-size: 0.875rem;
  font-family: Unbounded;
  font-weight: 300;
}
.cart-header__help a {
  color: var(--text);
}
.cart__content {
  margin-top: 1.875rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 23.125rem;
  grid-template-columns: auto 23.125rem;
  gap: 1.875rem;
}
.cart__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
.cart__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.cart__choice {
  background-color: #fff;
  border-radius: 0.125rem;
  padding: 0.625rem 1.25rem;
}
.cart__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.cart-block {
  background-color: #fff;
  border-radius: 0.125rem;
  padding: 1.5rem;
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125rem;
}
.cart-info__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.625rem;
}
.cart-info__item {
  background-color: #fff;
  border-radius: 0.125rem;
  padding: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.375rem;
}
.cart-info__name {
  opacity: 0.5;
}
.cart-info__data {
  line-height: 1.25;
}
.cart-details__items {
  margin-top: 0;
}
.cart-details__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16.875rem auto;
  grid-template-columns: 16.875rem auto;
  gap: 1.875rem;
}
.cart-details__name {
  color: #8F8F8F;
}
.cart-details__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.cart-details__icon {
  min-width: 1.5rem;
}
.cart-guests {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.cart-guests__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.cart-guests__item {
  margin: 0;
}
.cart-guests__item:first-child .cart-guests__delete {
  display: none;
}
.cart-guests__item:not(:first-child) .cart-guests__warning {
  display: none;
}
.cart-guests__header {
  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;
}
.cart-guests__name {
  font-family: Unbounded;
  font-weight: 700;
}
.cart-guests-form {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
.cart-guests__add {
  width: 100%;
}
.cart-guests__add--icon {
  width: 1.25rem;
}
.cart__label {
  margin-bottom: 0.625rem;
  display: block;
}
.cart-wishes__text {
  margin-top: 0.625rem;
}
.cart-wishes-form .textarea {
  height: 9.375rem;
}
.cart-result {
  background-color: #fff;
  border-radius: 0.125rem;
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.cart-result-item {
  border-bottom: 0.0625rem solid #E9E3D8;
  padding-bottom: 1.25rem;
  padding-top: 1.875rem;
}
.cart-result-item:first-child {
  padding-top: 0;
}
.cart-result-item__title {
  font-family: Manrope;
  font-weight: 600;
}
.cart-result-item__list {
  margin-top: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.cart-result-item__stroke {
  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;
  gap: 1rem;
}
.cart-result-item__price {
  font-family: Manrope;
  font-weight: 600;
  font-size: 1.25rem;
}
.cart-result-item__data {
  text-align: right;
}
.cart-result-promocode {
  margin-top: 1.5rem;
}
.cart-result-promocode__btn {
  width: 100%;
  margin-top: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-result-promocode__btn.hide {
  display: none;
}
.cart-result-promocode__sale {
  margin-top: 0.625rem;
  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;
  gap: 1rem;
}
.cart-result-promocode__sale--name {
  font-size: 0.875rem;
}
.cart-result-promocode__sale--sum {
  font-family: Manrope;
  font-weight: 600;
  color: var(--accent);
}
.cart-result-promocode__input.active input {
  border-color: var(--accent);
}
.cart-result-promocode__input.applied {
  position: relative;
}
.cart-result-promocode__input.applied input {
  text-transform: uppercase;
  border-color: #E9E9E9;
  background-color: #E9E9E9;
  pointer-events: none;
  color: #8F8F8F;
}
.cart-result-promocode__input.applied::before {
  content: "";
  background-image: url(../img/cart-page/check-promocode.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 1.25rem;
  top: 0.875rem;
}
.cart-result-promocode__main, .cart-result-promocode__sale {
  display: none;
}
.cart-result-promocode__main.active, .cart-result-promocode__sale.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-result-promocode__main {
  margin-top: 1.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cart-result-total {
  margin-top: 1.5rem;
  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;
  gap: 1rem;
}
.cart-result-total__name {
  font-size: 1.25rem;
  font-family: Manrope;
  font-weight: 600;
}
.cart-result-total__sum {
  color: var(--accent);
  text-align: right;
}
.cart-result__btn {
  width: 100%;
}
.cart-result__privacy {
  margin-top: 0.875rem;
}

@media screen and (max-width: 992px) {
  .cart__content {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .cart {
    margin: 5.75rem 0 3.125rem 0;
  }
  .cart-block {
    padding: 1rem;
  }
  .cart-header__help {
    display: none;
  }
  .cart__choice {
    padding: 0.625rem 1rem;
  }
  .cart-info__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .cart-info__item--guests {
    display: none;
  }
  .cart-info__condition {
    line-height: 1;
  }
  .cart__content {
    margin-top: 1.5rem;
  }
  .cart-details__item {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 0.875rem;
  }
  .cart-rules__items {
    gap: 0.875rem;
  }
  .cart-rules__items .cart-details__name {
    display: none;
  }
  .cart-guests-form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .cart-result {
    padding: 1rem;
  }
}
.cart-clean {
  padding-top: 6.5rem;
}
.cart-clean__desc {
  max-width: 43.75rem;
  width: 100%;
}
.cart-clean__text {
  margin-top: 1rem;
}
.cart-clean__text span {
  color: var(--text);
}
.cart-clean .main-screen-filter {
  margin-top: 1.875rem;
  padding: 1rem 0.625rem;
}

@media screen and (max-width: 576px) {
  .cart-clean {
    padding-top: 5.75rem;
  }
  .cart-clean__text {
    margin-top: 0.625rem;
  }
  .cart-clean .main-screen-filter {
    padding: 0.625rem;
  }
}
.about-us-welcome {
  padding: 5rem 0 3.125rem;
}
.about-us-welcome-header {
  position: relative;
  margin-bottom: 5rem;
}
.about-us-welcome-header__title {
  max-width: 54.375rem;
  width: 100%;
}
.about-us-welcome-header__title span {
  color: #D7462F;
}
.about-us-welcome-icon {
  position: absolute;
  bottom: 0;
  left: 30.3125rem;
  width: 8.625rem;
  height: 3.9375rem;
}
.about-us-welcome-icon__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.about-us-welcome-icon__wrapper .icon {
  width: 100%;
  height: 100%;
}
.about-us-welcome-icon__wrapper .icon svg {
  width: 100%;
  height: 100%;
}
.about-us-welcome-icon__line {
  width: 8.625rem;
  height: 3.9375rem;
}
.about-us-welcome-icon__line svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.about-us-welcome-icon__text {
  position: absolute;
  right: 0;
  left: 0.4375rem;
  bottom: 0;
  top: 0.8125rem;
  width: 7.25rem;
  height: 1.5rem;
}
.about-us-welcome-block {
  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;
}
.about-us-welcome-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 19.5625rem;
  width: 100%;
  gap: 1.25rem;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  border: 0.25rem solid #FFFFFF;
  border-radius: 0.125rem;
}
.about-us-welcome-card:nth-of-type(2) {
  margin-top: 1.875rem;
}
.about-us-welcome-card-image {
  margin: auto;
  width: 13.75rem;
  height: 13.75rem;
}
.about-us-welcome-card-image .box {
  width: 100%;
  height: 100%;
}
.about-us-welcome-card-image .box img {
  width: 100%;
  height: 100%;
}
.about-us-welcome-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;
  gap: 1.25rem;
}
.about-us-welcome-card__title {
  text-align: center;
}
.about-us-welcome-card__title span {
  color: #D7462F;
}
.about-us-welcome-card__text p {
  text-align: center;
  line-height: auto;
}

@media screen and (max-width: 992px) {
  .about-us-welcome {
    padding: 3.125rem 0 1.5625rem;
  }
  .about-us-welcome-header {
    margin-bottom: 4.375rem;
  }
  .about-us-welcome-header__title {
    max-width: 54.375rem;
    width: 100%;
  }
  .about-us-welcome-header__title span {
    color: #D7462F;
  }
  .about-us-welcome-icon {
    position: absolute;
    bottom: -1.5625rem;
    left: 17.5rem;
  }
  .about-us-welcome-icon__wrapper .icon {
    width: 100%;
    height: 100%;
  }
  .about-us-welcome-icon__wrapper .icon svg {
    width: 100%;
    height: 100%;
  }
  .about-us-welcome-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5rem;
  }
  .about-us-welcome-card:nth-of-type(2) {
    margin: 0;
  }
}
@media screen and (max-width: 576px) {
  .about-us-welcome-header {
    margin-bottom: 4.375rem;
  }
  .about-us-welcome-header__title {
    max-width: 54.375rem;
    width: 100%;
  }
  .about-us-welcome-header__title span {
    color: #D7462F;
  }
  .about-us-welcome-icon {
    position: absolute;
    bottom: -3.0625rem;
    left: 11.5rem;
  }
  .about-us-welcome-icon__text {
    position: absolute;
    right: 0;
    left: 0.5625rem;
    bottom: 0;
    top: 0.875rem;
    width: 7.1875rem;
    height: 1.4375rem;
  }
  .about-us-welcome-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.3125rem;
  }
  .about-us-welcome-card {
    max-width: 100%;
    width: 100%;
  }
}
.about-us-availability {
  padding: 3.125rem 0;
}
.about-us-availability__title {
  margin-bottom: 3.125rem;
}
.about-us-availability__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 1.875rem;
}
.about-us-availability-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.75rem;
}
.about-us-availability-item__icon .icon {
  width: 2.125rem;
  height: 2.125rem;
}
.about-us-availability-item__icon .icon img {
  width: 100%;
  height: 100%;
}
.about-us-availability-item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 0.875rem;
  line-height: 17px;
  font-family: Unbounded;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .about-us-availability {
    padding: 1.5625rem 0;
  }
  .about-us-availability__title {
    margin-bottom: 1.5625rem;
  }
  .about-us-availability__block {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
  .about-us-availability-item {
    border-top: 0.0938rem solid #989795;
    padding-top: 0.625rem;
  }
}
@media screen and (max-width: 576px) {
  .about-us-availability__block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.75rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
  .about-us-availability-item {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: 0.0938rem solid #989795;
    padding-top: 0.625rem;
  }
}
.about-us-story-header {
  position: relative;
  height: 45rem;
  width: 100%;
  overflow: hidden;
}
.about-us-story-header::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 27, 26, 0.5)), to(rgba(28, 27, 26, 0.5)));
  background: linear-gradient(0deg, rgba(28, 27, 26, 0.5), rgba(28, 27, 26, 0.5));
  z-index: 2;
}
.about-us-story-header__image {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.about-us-story-header__image .box {
  height: 100%;
  width: 100%;
}
.about-us-story-header__image .box img {
  width: 100%;
  height: 100%;
}
.about-us-story-header__title {
  max-width: 48.125rem;
  width: 100%;
}
.about-us-story-header__title span {
  color: #D7462F;
}
.about-us-story-header .container {
  height: 100%;
}
.about-us-story-header__block {
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 2.5rem 0;
  z-index: 3;
}
.about-us-story-block {
  position: relative;
}
.about-us-story-block::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 11.25rem;
  right: 0;
  background-color: #D7462F;
  z-index: -1;
}
.about-us-story-block__flex {
  padding: 2.5rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-us-story-block__content {
  width: 100%;
  max-width: 48.125rem;
}
.about-us-story-block__text-one {
  font-size: 1.25rem;
  line-height: auto;
  text-indent: 6.25rem;
  color: #F5F3F0;
  margin-bottom: 3.125rem;
  z-index: 5;
  position: relative;
  font-family: Unbounded;
  font-weight: 400;
}
.about-us-story-block__text-two {
  position: relative;
  margin-bottom: 1.25rem;
  line-height: auto;
  color: #F5F3F0;
  font-family: Unbounded;
  font-weight: 700;
}
.about-us-story-block__text-two p {
  max-width: 37.5rem;
}
.about-us-story-block__icon {
  position: absolute;
  left: -6.25rem;
  top: 0;
  width: 4.4375rem;
  height: 5.25rem;
}
.about-us-story-block__icon svg {
  width: 100%;
  height: 100%;
}
.about-us-story-block__image {
  width: 100%;
  height: 26.25rem;
}
.about-us-story-block__image .box {
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
}
.about-us-story-block__image .box img {
  width: auto;
  height: 100%;
}
.about-us-story-cards {
  padding: 4.5625rem 0 0 0;
}
.about-us-story-cards__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  row-gap: 5rem;
}
.about-us-story-cards__block:nth-of-type(1) {
  max-width: 35.625rem;
  width: 100%;
}
.about-us-story-cards__block:nth-of-type(1) .about-us-story-cards-card {
  max-width: 23.125rem;
}
.about-us-story-cards__block:nth-of-type(1) .about-us-story-cards-card__image {
  width: 23.125rem;
  height: 26.875rem;
}
.about-us-story-cards__block:nth-of-type(2) {
  max-width: 35.625rem;
  width: 100%;
}
.about-us-story-cards__block:nth-of-type(2) .about-us-story-cards-card {
  max-width: 29.375rem;
  margin-left: 1.875rem;
}
.about-us-story-cards__block:nth-of-type(2) .about-us-story-cards-card__image {
  width: 29.375rem;
  height: 16rem;
}
.about-us-story-cards__block:nth-of-type(3) {
  max-width: 100%;
  width: 100%;
}
.about-us-story-cards__block:nth-of-type(3) .about-us-story-cards-card {
  max-width: 16.875rem;
  margin-left: 25rem;
}
.about-us-story-cards__block:nth-of-type(3) .about-us-story-cards-card__image {
  width: 16.875rem;
  height: 16.875rem;
}
.about-us-story-cards-card__title {
  margin-bottom: 1.25rem;
  font-family: Unbounded;
  font-weight: 700;
}
.about-us-story-cards-card__title span {
  color: #D7462F;
}
.about-us-story-cards-card__image .box {
  width: 100%;
  height: 100%;
  border-radius: 0.125rem;
}

@media screen and (max-width: 992px) {
  .about-us-story {
    padding: 1.5625rem 0;
  }
  .about-us-story-header {
    height: 25rem;
  }
  .about-us-story-header__title {
    max-width: 100%;
    width: 100%;
  }
  .about-us-story-header .container {
    height: 100%;
  }
  .about-us-story-header__block {
    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;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    height: 100%;
    padding: 2.5rem 0;
    z-index: 3;
  }
  .about-us-story-block__content {
    width: 100%;
    max-width: 100%;
  }
  .about-us-story-block__text-one {
    font-size: 1.125rem;
    text-indent: 3.75rem;
    margin-bottom: 2.5rem;
  }
  .about-us-story-block__text-two {
    margin-bottom: 0.9375rem;
  }
  .about-us-story-block__icon {
    display: none;
  }
  .about-us-story-block__image {
    width: 100%;
    height: 25rem;
  }
  .about-us-story-block__image .box {
    width: 100%;
    height: 100%;
  }
  .about-us-story-block__image .box img {
    width: 100%;
    height: 100%;
  }
  .about-us-story-cards {
    padding: 3.125rem 0 0 0;
  }
  .about-us-story-cards__wrapper {
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    row-gap: 3.75rem;
  }
  .about-us-story-cards__block:nth-of-type(1) {
    max-width: 18.75rem;
    width: 100%;
  }
  .about-us-story-cards__block:nth-of-type(1) .about-us-story-cards-card {
    max-width: 18.75rem;
  }
  .about-us-story-cards__block:nth-of-type(1) .about-us-story-cards-card__image {
    width: 18.75rem;
    height: 23.75rem;
  }
  .about-us-story-cards__block:nth-of-type(2) {
    max-width: 24.375rem;
    width: 100%;
  }
  .about-us-story-cards__block:nth-of-type(2) .about-us-story-cards-card {
    max-width: 24.375rem;
    margin-left: 0;
  }
  .about-us-story-cards__block:nth-of-type(2) .about-us-story-cards-card__image {
    width: 24.375rem;
    height: 16rem;
  }
  .about-us-story-cards__block:nth-of-type(3) .about-us-story-cards-card {
    max-width: 16.875rem;
    margin-left: 14.375rem;
  }
}
@media screen and (max-width: 576px) {
  .about-us-story-header {
    height: 16.25rem;
  }
  .about-us-story-block__content {
    width: 100%;
    max-width: 100%;
  }
  .about-us-story-block__text-one {
    font-size: 0.875rem;
    text-indent: 0;
    margin-bottom: 3.125rem;
  }
  .about-us-story-block__text-two {
    margin-bottom: 1.25rem;
  }
  .about-us-story-block__icon {
    display: none;
  }
  .about-us-story-block__image {
    width: 100%;
    height: 10.9375rem;
  }
  .about-us-story-block__image .box {
    width: 100%;
    height: 100%;
  }
  .about-us-story-block__image .box img {
    width: 100%;
    height: 100%;
  }
  .about-us-story-block::after {
    bottom: 5rem;
  }
  .about-us-story-cards {
    padding: 2.5rem 0 0 0;
  }
  .about-us-story-cards__wrapper {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    row-gap: 2.5rem;
  }
  .about-us-story-cards__block:nth-of-type(1) {
    max-width: 100%;
    width: 100%;
  }
  .about-us-story-cards__block:nth-of-type(1) .about-us-story-cards-card {
    max-width: 100%;
  }
  .about-us-story-cards__block:nth-of-type(1) .about-us-story-cards-card__image {
    width: 100%;
    height: auto;
  }
  .about-us-story-cards__block:nth-of-type(2) {
    max-width: 100%;
    width: 100%;
  }
  .about-us-story-cards__block:nth-of-type(2) .about-us-story-cards-card {
    max-width: 100%;
    margin-left: 0;
  }
  .about-us-story-cards__block:nth-of-type(2) .about-us-story-cards-card__image {
    width: 100%;
    height: auto;
  }
  .about-us-story-cards__block:nth-of-type(3) {
    max-width: 100%;
    width: 100%;
  }
  .about-us-story-cards__block:nth-of-type(3) .about-us-story-cards-card {
    max-width: 100%;
    margin-left: 0;
  }
  .about-us-story-cards__block:nth-of-type(3) .about-us-story-cards-card__image {
    width: 100%;
    height: auto;
  }
}
.about-us-technologies {
  padding: 3.125rem 0;
}
.about-us-technologies__block {
  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;
  gap: 6.9375rem;
}
.about-us-technologies__left {
  position: relative;
}
.about-us-technologies__image {
  width: 15.625rem;
  height: 16.6875rem;
}
.about-us-technologies__image .box {
  width: 100%;
  height: 100%;
}
.about-us-technologies__image .box img {
  width: 100%;
  height: 100%;
}
.about-us-technologies__line {
  width: 7.375rem;
  position: absolute;
  bottom: 2.5rem;
  right: 0;
}
.about-us-technologies__line svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.about-us-technologies__content {
  max-width: 50.5625rem;
  width: 100%;
}
.about-us-technologies__title {
  margin-bottom: 1.25rem;
}
.about-us-technologies__title span {
  color: #D7462F;
}
.about-us-technologies__text {
  font-size: 1.125rem;
}
.about-us-technologies__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1.875rem;
  gap: 0.75rem;
}
.about-us-technologies-item {
  gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  align-items: center;
  padding: 0.75rem;
  border: 0.0625rem solid #3A3A3A;
  border-radius: 0.125rem;
}
.about-us-technologies-item__icon {
  width: 1.5rem;
  height: 1.5rem;
}
.about-us-technologies-item__icon .icon {
  width: 100%;
  height: 100%;
}
.about-us-technologies-item__icon .icon img {
  width: 100%;
  height: 100%;
}
.about-us-technologies-item__name p {
  color: #3A3A3A;
}

@media screen and (max-width: 992px) {
  .about-us-technologies {
    padding: 1.5625rem 0;
  }
  .about-us-technologies__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.125rem;
  }
  .about-us-technologies__image {
    width: 15.625rem;
    height: 16.6875rem;
  }
  .about-us-technologies__content {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .about-us-technologies {
    padding: 4.0625rem 0 1.5625rem;
  }
  .about-us-technologies__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.5rem;
  }
  .about-us-technologies__content {
    max-width: 100%;
    width: 100%;
  }
}
.about-us-art {
  position: relative;
  margin-top: 2.5rem;
  height: 35.25rem;
}
.about-us-art .container {
  height: 100%;
}
.about-us-art__background {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.about-us-art__background .image {
  height: 100%;
  width: 100%;
}
.about-us-art__background .image .box {
  height: 100%;
  width: 100%;
}
.about-us-art__background::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 27, 26, 0.5)), to(rgba(28, 27, 26, 0.5)));
  background: linear-gradient(0deg, rgba(28, 27, 26, 0.5), rgba(28, 27, 26, 0.5));
}
.about-us-art__block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 4;
  padding: 2.5rem 0;
}
.about-us-art__info {
  max-width: 48.125rem;
  width: 100%;
}
.about-us-art__title {
  color: #ffffff;
  margin-bottom: 0.625rem;
}
.about-us-art__title span {
  color: #D7462F;
}
.about-us-art__text {
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  font-family: Unbounded;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .about-us-art {
    margin-top: 1.5625rem;
    height: 25rem;
  }
  .about-us-art .container {
    height: 100%;
  }
  .about-us-art__block {
    padding: 2.5rem 0;
  }
  .about-us-art__info {
    max-width: 48.125rem;
    width: 100%;
  }
  .about-us-art__text {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media screen and (max-width: 576px) {
  .about-us-art {
    height: 16.25rem;
  }
  .about-us-art__block {
    padding: 2.5rem 0;
  }
  .about-us-art__info {
    max-width: 100%;
    width: 100%;
  }
  .about-us-art__text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.contacts-one {
  padding: 6.5rem 0 2.1875rem;
}
.contacts-one__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
.contacts-one__title {
  margin-bottom: 3.125rem;
}
.contacts-one-contact__title {
  margin-bottom: 1.5rem;
}
.contacts-one-contact__time {
  margin-top: 1.875rem;
}
.contacts-one-contact__time span {
  color: #D7462F;
}
.contacts-one-contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.contacts-one-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1875rem;
  font-size: 1.125rem;
}
.contacts-one-contact__link {
  color: #3A3A3A;
  text-decoration: none;
}
.contacts-one-image {
  margin-top: 4rem;
  width: 11.8125rem;
  height: 14.875rem;
  -webkit-transform: rotate(-13.5deg);
      -ms-transform: rotate(-13.5deg);
          transform: rotate(-13.5deg);
  position: relative;
}
.contacts-one-image__wrapper {
  width: 100%;
  height: 100%;
}
.contacts-one-image__wrapper .box {
  width: 100%;
  height: 100%;
}
.contacts-one-image__icon {
  position: absolute;
  width: 8.375rem;
  bottom: -3.125rem;
  left: -3.125rem;
}
.contacts-one-image__icon svg {
  width: 100%;
  height: 100%;
}
.contacts-one-image__icon svg path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}
.contacts-one-form__title {
  margin-bottom: 1.5rem;
}
.contacts-one-form__item {
  margin-bottom: 1.125rem;
}
.contacts-one-form__item .label {
  display: block;
  margin-bottom: 0.625rem;
}
.contacts-one-form__item .textarea {
  height: 6.25rem;
}
.contacts-one-form__button {
  margin-bottom: 1.125rem;
  width: 100%;
}
.contacts-one-form__policy {
  font-size: 0.875rem;
}
.contacts-one-form__policy a {
  color: #D7462F;
}

@media screen and (max-width: 992px) {
  .contacts-one {
    padding: 5.625rem 0 1.5625rem;
  }
  .contacts-one__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
  .contacts-one__title {
    margin-bottom: 1.5625rem;
  }
  .contacts-one-contact__title {
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
  }
  .contacts-one-contact__time {
    font-size: 1.125rem;
    margin-top: 1.875rem;
  }
  .contacts-one-contact__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.25rem;
  }
  .contacts-one-image {
    display: none;
  }
  .contacts-one-form__title {
    margin-bottom: 1.5rem;
  }
  .contacts-one-form__item {
    margin-bottom: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .contacts-one-contact__title {
    font-size: 1rem;
  }
  .contacts-one-form__title {
    font-size: 1rem;
  }
}
.contacts-two {
  padding: 2.1875rem 0 5rem;
}
.contacts-two__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem;
}
.contacts-two__title {
  margin-bottom: 1.5rem;
}
.contacts-two__text {
  gap: 1.125rem;
  font-size: 1.125rem;
  max-width: 29.375rem;
}
.contacts-two__map {
  width: 100%;
  height: 21.875rem;
  border-radius: 0.125rem;
  border: 1rem solid #FFFFFF;
  overflow: hidden;
}
.contacts-two__map #contacts-map {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 576px) {
  .contacts-two {
    padding: 1.5625rem 0 3.125rem;
  }
  .contacts-two__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
  .contacts-two__title {
    margin-bottom: 1.5rem;
  }
  .contacts-two__text {
    gap: 1.125rem;
    font-size: 1.125rem;
    max-width: 29.375rem;
  }
  .contacts-two__map {
    height: 12.25rem;
    border-radius: 0.125rem;
    border: 0.5rem solid #FFFFFF;
    overflow: hidden;
  }
}
.rooms-page-availability .about-us-availability__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.0625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.rooms-page-availability .about-us-availability-item {
  max-width: 11.375rem;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .rooms-page-availability .about-us-availability__block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
  .rooms-page-availability .about-us-availability-item {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .rooms-page-availability .about-us-availability__block {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
  .rooms-page-availability .about-us-availability-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    padding: 0;
    border: none;
  }
  .rooms-page-availability .about-us-availability-item__text {
    max-width: auto;
  }
  .rooms-page-availability .about-us-availability-item__text br {
    display: none;
  }
}
.rooms-page-catalog__title {
  margin-bottom: 3.125rem;
}
.rooms-page-catalog .masonry-wrapper {
  position: relative;
}
.rooms-page-catalog__cards {
  width: 100%;
  -webkit-column-gap: 1.8125rem;
     -moz-column-gap: 1.8125rem;
          column-gap: 1.8125rem;
}
.rooms-page-catalog__cards .grid-sizer, .rooms-page-catalog__cards .rooms-page-catalog-card {
  width: calc((100% - 3.625rem) / 3);
}
.rooms-page-catalog-card {
  padding: 1rem;
  background-color: #FFFFFF;
  border-radius: 0.125rem;
  position: relative;
  margin-bottom: 1.875rem;
}
.rooms-page-catalog-card__images {
  position: relative;
  width: 100%;
  height: 13.125rem;
  margin-bottom: 1.125rem;
  overflow: hidden;
  border-radius: 0.125rem;
}
.rooms-page-catalog-card__images::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40.07%, rgba(58, 58, 58, 0)), color-stop(117.11%, #3A3A3A));
  background: linear-gradient(180deg, rgba(58, 58, 58, 0) 40.07%, #3A3A3A 117.11%);
}
.rooms-page-catalog-card__images .tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
}
.rooms-page-catalog-card__arrow {
  position: absolute;
  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;
  top: 4.8125rem;
  z-index: 2;
  background: rgba(58, 58, 58, 0.5);
  border-radius: 0.125rem;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
}
.rooms-page-catalog-card__arrow .icon {
  width: 1.1875rem;
  height: 1.1875rem;
}
.rooms-page-catalog-card__arrow .icon svg {
  width: 100%;
  height: 100%;
}
.rooms-page-catalog-card__arrow-prev {
  left: 0.5rem;
}
.rooms-page-catalog-card__arrow-next {
  right: 0.5rem;
}
.rooms-page-catalog-card__image {
  width: 100%;
  height: 13.125rem;
}
.rooms-page-catalog-card__image .box {
  height: 100%;
  width: 100%;
}
.rooms-page-catalog-card__pagination.swiper-pagination-bullets {
  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;
  position: absolute;
  margin: auto;
  bottom: 1.25rem;
  right: 0;
  left: 0;
  z-index: 10;
  gap: 0.5rem;
}
.rooms-page-catalog-card__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: transparent;
  border: 0.0625rem solid #F5F3F0;
  width: 0.5rem;
  height: 0.5rem;
  opacity: 1;
  margin: 0;
}
.rooms-page-catalog-card__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #F5F3F0;
}
.rooms-page-catalog-card__header {
  margin-bottom: 1.125rem;
}
.rooms-page-catalog-card__title {
  height: 2.375rem;
  font-size: 1rem;
  line-height: 1.3;
}
.rooms-page-catalog-card__title span {
  color: #D7462F;
}
.rooms-page-catalog-card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  border-bottom: 0.0625rem solid rgba(58, 58, 58, 0.5);
  padding: 0.5rem 0;
}
.rooms-page-catalog-card-row:first-child {
  border-top: 0.0625rem solid rgba(58, 58, 58, 0.5);
}
.rooms-page-catalog-card-row__dop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rooms-page-catalog-card-row__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rooms-page-catalog-card-row__icon {
  width: 1.25rem;
  height: 1.25rem;
}
.rooms-page-catalog-card-row__icon .icon svg {
  width: 100%;
  height: 100%;
}
.rooms-page-catalog-card-row__text {
  font-size: 0.875rem;
  color: #3A3A3A;
}
.rooms-page-catalog-card__rows {
  margin-bottom: 1.125rem;
}
.rooms-page-catalog-card-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.1875rem;
  margin-bottom: 1.125rem;
}
.rooms-page-catalog-card-price__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
}
.rooms-page-catalog-card-price__number {
  color: #D7462F;
}
.rooms-page-catalog-card-price__number .number {
  font-family: Unbounded;
  font-weight: 700;
}
.rooms-page-catalog-card-price__percent {
  border-radius: 0.125rem;
  padding: 0.125rem 0.375rem;
  font-size: 0.875rem;
  color: #D7462F;
  background-color: #E9E3D8;
}
.rooms-page-catalog-card-price__numbers-crossed {
  color: #9D9D9D;
  text-decoration: line-through;
}
.rooms-page-catalog-card-price__bottom {
  font-size: 0.875rem;
  line-height: 100%;
}
.rooms-page-catalog-card__button {
  width: 100%;
}
.rooms-page-catalog-card.added-to-cart .rooms-page-catalog-card__button {
  background-color: #F5F3F0;
  border: 0.0625rem solid #D7462F;
  color: #D7462F;
}
.rooms-page-catalog-card.sold-out .tag {
  background-color: #3A3A3A;
  color: #F5F3F0;
}
.rooms-page-catalog-card.sold-out .rooms-page-catalog-card__button {
  background: #E9E9E9;
  color: #8F8F8F;
}
.rooms-page-catalog-card.sold-out .rooms-page-catalog-card-info {
  margin-bottom: 1.125rem;
}
.rooms-page-catalog-card.sold-out .rooms-page-catalog-card__title span {
  color: #8F8F8F;
}
.rooms-page-catalog-card.sold-out img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
.rooms-page-catalog-card.min-nights .tag {
  background-color: #3A3A3A;
  color: #F5F3F0;
}
.rooms-page-catalog-card.min-nights .rooms-page-catalog-card__button {
  background: #E9E9E9;
  color: #8F8F8F;
}
.rooms-page-catalog-card.min-nights .rooms-page-catalog-card-info {
  margin-bottom: 1.125rem;
}
.rooms-page-catalog-card.min-nights .rooms-page-catalog-card__title span {
  color: #8F8F8F;
}
.rooms-page-catalog-card.min-nights img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

@media screen and (max-width: 992px) {
  .rooms-page-catalog__title {
    margin-bottom: 1.5625rem;
  }
  .rooms-page-catalog .grid-sizer, .rooms-page-catalog .rooms-page-catalog-card {
    width: calc((100% - 1.875rem) / 2);
  }
  .rooms-page-catalog-card__images {
    width: 100%;
    height: 13.125rem;
  }
}
@media screen and (max-width: 576px) {
  .rooms-page-catalog__title {
    margin-bottom: 1.5625rem;
  }
  .rooms-page-catalog .grid-sizer, .rooms-page-catalog .rooms-page-catalog-card {
    width: 100%;
  }
  .rooms-page-catalog-card {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
  }
  .rooms-page-catalog-card__images {
    width: 18rem;
    height: 13.125rem;
  }
}
.rooms-page-catalog-none-block {
  margin: auto;
  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;
  max-width: 48.125rem;
  width: 100%;
}
.rooms-page-catalog-none-block__image {
  width: 10rem;
  margin-bottom: 1.25rem;
}
.rooms-page-catalog-none-block__image img {
  width: 100%;
}
.rooms-page-catalog-none-block__title {
  text-align: center;
  margin-bottom: 1.125rem;
}
.rooms-page-catalog-none-block__text {
  text-align: center;
  font-size: 1.125rem;
}
.rooms-page-catalog-none-block__button {
  margin-top: 2.25rem;
}

@media screen and (max-width: 576px) {
  .rooms-page-catalog-none-block {
    max-width: 100%;
  }
  .rooms-page-catalog-none-block__title {
    text-align: center;
    margin-bottom: 1.125rem;
  }
  .rooms-page-catalog-none-block__text {
    text-align: center;
    font-size: 1.125rem;
  }
  .rooms-page-catalog-none-block__button {
    width: 100%;
  }
}
.booking-catalog__header {
  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-bottom: 3.125rem;
}
.booking-catalog__info {
  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: 1.25rem;
}
.booking-catalog-time {
  font-family: Manrope;
  font-weight: 600;
}
.booking-catalog-night {
  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.5rem;
}
.booking-catalog-night__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: 1.25rem;
  height: 1.25rem;
}
.booking-catalog-night__icon svg {
  width: 100%;
  height: 100%;
}
.booking-catalog-night__text {
  font-size: 1rem;
  font-family: Manrope;
  font-weight: 600;
}
.booking-catalog .grid-sizer, .booking-catalog .rooms-page-catalog-card {
  width: calc((100% - 3.625rem) / 3);
}

@media screen and (max-width: 992px) {
  .booking-catalog__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1.5625rem;
    gap: 1.5625rem;
  }
  .booking-catalog__info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    gap: 1.25rem;
  }
  .booking-catalog-night {
    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.5rem;
  }
  .booking-catalog .grid-sizer, .booking-catalog .rooms-page-catalog-card {
    width: calc((100% - 1.875rem) / 2);
  }
}
@media screen and (max-width: 576px) {
  .booking-catalog__info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .booking-catalog .grid-sizer, .booking-catalog .rooms-page-catalog-card {
    width: 100%;
  }
}
.book-room-one {
  padding: 6.5rem 0 1.25rem;
}
.book-room-one__block {
  max-width: 43.75rem;
}
.book-room-one__title {
  margin-bottom: 1rem;
}
.book-room-one__text {
  font-size: 1.125rem;
}

@media screen and (max-width: 576px) {
  .book-room-one {
    padding: 5.75rem 0 1.25rem;
  }
  .book-room-one__block {
    max-width: 100%;
  }
  .book-room-one__title {
    font-size: 1.375rem;
    margin-bottom: 0.625rem;
  }
  .book-room-one__text {
    font-size: 1rem;
  }
}
.book-room-dates {
  padding: 1.25rem 0 0.9375rem;
}
.book-room-dates-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
  padding-left: 0.5rem;
}
.book-room-dates-title__icon .icon {
  width: 1.375rem;
  height: 1.375rem;
}
.book-room-dates-title__icon .icon svg {
  width: 100%;
  height: 100%;
}
.book-room-dates-title__text {
  font-family: Unbounded;
  font-weight: 700;
}
.book-room-dates-filter {
  margin: 0;
  padding: 1rem 0.625rem;
  background-color: #E9E3D8;
}
.book-room-dates-selections {
  padding: 1.25rem 0 0 0;
}
.book-room-dates-selections__wrapper {
  padding: 1rem 0 1rem 0.625rem;
  background-color: #E9E3D8;
  position: relative;
}
.book-room-dates-selections__title {
  padding-left: 0.5rem;
  margin-bottom: 1.25rem;
  font-family: Unbounded;
  font-weight: 700;
}
.book-room-dates-selections__arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.125rem;
  background-color: #D7462F;
  cursor: pointer;
  z-index: 2;
}
.book-room-dates-selections__arrow .icon {
  width: 1.1875rem;
  height: 1.1875rem;
}
.book-room-dates-selections__arrow .icon svg {
  width: 100%;
  height: 100%;
}
.book-room-dates-selections__slider {
  position: relative;
  width: 100%;
}
.book-room-dates-selections__slider::after {
  content: "";
  display: block;
  position: absolute;
  width: 6.25rem;
  top: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(217, 217, 217, 0)), color-stop(63.94%, #FFFFFF));
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, #FFFFFF 63.94%);
  z-index: 4;
}
.book-room-dates-selections__slide {
  width: 7.6875rem;
  height: auto;
}
.book-room-dates-selection {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.book-room-dates-selection .date-selection {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
}
.book-room-dates-selection .date-selection input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.book-room-dates-selection .date-selection__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 0.75rem;
  border-radius: 0.125rem;
  border: 0.125rem solid #ffffff;
}
.book-room-dates-selection .date-selection__date {
  display: block;
  margin-bottom: 0.375rem;
  line-height: 1.5;
}
.book-room-dates-selection .date-selection__price {
  display: block;
  font-size: 1.25rem;
  white-space: nowrap;
  margin-bottom: 0.375rem;
  line-height: 1.2;
  font-family: Unbounded;
  font-weight: 400;
}
.book-room-dates-selection .date-selection__day-of-the-week {
  line-height: 1;
}
.book-room-dates-selection .date-selection input:checked + .date-selection__wrapper {
  border: 0.125rem solid #D7462F;
}
.book-room-dates-selection .date-selection input:disabled + .date-selection__wrapper {
  background-color: #F1EEE7;
  border: 0.125rem solid #F1EEE7;
}
.book-room-dates-selection .date-selection input:disabled + .date-selection__wrapper .date-selection__date {
  color: #969490;
}
.book-room-dates-selection .date-selection input:disabled + .date-selection__wrapper .date-selection__price {
  font-size: 1rem;
  color: #969490;
  font-family: Manrope;
  font-weight: 600;
}
.book-room-dates-selection__day-of-the-week {
  display: block;
  color: #9D9D9D;
  text-transform: uppercase;
}

@media screen and (max-width: 576px) {
  .book-room-dates {
    padding: 1.25rem 0 1.5625rem;
  }
  .book-room-dates .container {
    max-width: 100%;
    padding: 0;
  }
  .book-room-dates-title {
    gap: 0.625rem;
    margin: 0 0.625rem 1.25rem 0.625rem;
  }
  .book-room-dates-title__text {
    font-family: Manrope;
    font-weight: 600;
  }
  .book-room-dates-filter {
    padding: 0.625rem;
    margin: 0 0.625rem;
  }
  .book-room-dates-selections {
    padding: 2.5rem 0 0 0;
    margin-left: 0.625rem;
  }
  .book-room-dates-selections__wrapper {
    padding: 1rem 0 1rem 0.625rem;
  }
  .book-room-dates-selections__title {
    padding-left: 0.5rem;
  }
  .book-room-dates-selections__arrow {
    display: none;
  }
  .book-room-dates-selections__slider::after {
    display: none;
  }
}
.book-room-description {
  padding: 0.9375rem 0 5rem;
}
.book-room-description__block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 37.375rem;
  grid-template-columns: auto 37.375rem;
  gap: 0.125rem;
}
.book-room-description__image {
  position: relative;
  height: 22.125rem;
  width: 100%;
}
.book-room-description__image .box {
  width: 100%;
  height: 100%;
}
.book-room-description__image .cart-card__tags {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.book-room-description-gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 0.125rem;
}
.book-room-description-gallery__image {
  position: relative;
}
.book-room-description-gallery__image.trigger-open-popup {
  cursor: pointer;
}
.book-room-description-gallery__image.trigger-open-popup::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 27, 26, 0.5)), to(rgba(28, 27, 26, 0.5)));
  background: linear-gradient(0deg, rgba(28, 27, 26, 0.5), rgba(28, 27, 26, 0.5));
}
.book-room-description-gallery__text {
  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;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 1.875rem;
  color: #ffffff;
  z-index: 3;
  font-family: Unbounded;
  font-weight: 700;
}
.book-room-description-info {
  margin-top: 1.875rem;
}
.book-room-description-info__title {
  margin-bottom: 2rem;
}
.book-room-description-info__title span {
  color: #D7462F;
}
.book-room-description-info .rooms-page-catalog-card-price {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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%;
}
.book-room-description-info__explanation {
  margin: 1.125rem 0 1.875rem 0;
  font-family: Manrope;
  font-weight: 600;
}
.book-room-description-info__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5625rem;
}
.book-room-description-info__text {
  margin: 1.875rem 0;
  gap: 0.625rem;
}
.book-room-description-info-important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.75rem;
  border-radius: 0.125rem;
  border: 0.0625rem solid #B7A57A;
}
.book-room-description-info-important__icon .icon {
  width: 1.375rem;
  height: 1.375rem;
}
.book-room-description-info-important__icon .icon svg {
  width: 100%;
  height: 100%;
}
.book-room-description-info-important__text {
  font-family: Manrope;
  font-weight: 600;
}
.book-room-description-show-more {
  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;
  padding: 0.9688rem 1.25rem;
  margin-top: 1.875rem;
  background-color: #E9E3D8;
}
.book-room-description-show-more__arrow {
  width: 1.25rem;
  height: 1.25rem;
}
.book-room-description-show-more__text {
  text-align: center;
  font-family: Manrope;
  font-weight: 600;
}

.popup-gallery {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(58, 58, 58, 0.4);
  padding: 2.5rem;
  z-index: 1000;
  overflow: auto;
  width: 100%;
}
.popup-gallery-block {
  margin: auto;
  width: 73.125rem;
  background-color: #ffffff;
  height: auto;
}
.popup-gallery-block-header {
  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;
  padding: 1.875rem;
}
.popup-gallery-block-header__name span {
  color: #D7462F;
}
.popup-gallery-block-header__icon {
  cursor: pointer;
}
.popup-gallery-block-header__icon .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: 1.875rem;
  height: 1.875rem;
}
.popup-gallery-block-header__icon .icon svg {
  width: 100%;
  height: 100%;
}
.popup-gallery-block-body {
  padding-left: 1.875rem;
  padding-bottom: 1.25rem;
}
.popup-gallery-block-body__wrapper {
  width: 70.375rem;
  padding-right: 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 0.125rem;
  overflow: auto;
  max-height: 48.625rem;
}
.popup-gallery-block-body__image {
  width: 100%;
  height: 12.0625rem;
  cursor: pointer;
}
.popup-gallery-block-body__image .box {
  width: 100%;
  height: 100%;
}

.bd.popup-gallery-hidden {
  overflow: hidden;
}

.popup-gallery.active {
  display: block;
}

@media screen and (max-width: 992px) {
  .book-room-description {
    padding: 0.9375rem 0 3.125rem;
  }
  .book-room-description__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.125rem;
  }
  .book-room-description__image {
    height: 26.875rem;
  }
  .popup-gallery {
    padding: 2.5rem 0.625rem;
  }
  .popup-gallery-block {
    width: 43.75rem;
  }
  .popup-gallery-block-header {
    padding: 1.25rem 0.625rem 1.25rem 1.25rem;
  }
  .popup-gallery-block-body {
    padding-left: 1.25rem;
    padding-bottom: 1.875rem;
  }
  .popup-gallery-block-body__wrapper {
    width: 41.25rem;
    padding-right: 1.25rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    max-height: 36.5625rem;
  }
  .popup-gallery-block-body__image {
    width: 100%;
    height: 12.0625rem;
    cursor: pointer;
  }
  .popup-gallery-block-body__image .box {
    width: 100%;
    height: 100%;
  }
  .bd.popup-gallery-hidden {
    overflow: hidden;
  }
  .popup-gallery.active {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .book-room-description {
    padding: 1.5625rem 0 3.125rem;
  }
  .book-room-description__image {
    height: 12.4375rem;
  }
  .book-room-description-gallery__image {
    height: 5.8125rem;
  }
  .book-room-description-gallery__text {
    font-size: 1.375rem;
  }
  .book-room-description-info__title {
    font-size: 1rem;
    margin-bottom: 1.125rem;
  }
  .book-room-description-info__explanation {
    font-size: 0.875rem;
  }
  .book-room-description-info-important__text {
    font-size: 0.875rem;
  }
  .book-room-description .rooms-page-catalog-card-price {
    -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;
  }
  .book-room-description-show-more {
    padding: 0.3125rem 1.25rem;
  }
  .book-room-description-show-more__text {
    max-width: 12.5rem;
    margin: auto;
  }
  .popup-gallery-block {
    width: 20rem;
  }
  .popup-gallery-block-body__wrapper {
    width: 17.8125rem;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    max-height: 34.625rem;
  }
  .popup-gallery-block-body__image {
    height: 4.8125rem;
  }
}
.bookingfinal {
  padding: 6.5rem 0 5rem;
}
.bookingfinal__title {
  margin-bottom: 0.875rem;
}
.bookingfinal__text-top {
  margin-bottom: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 1.25rem;
}
.bookingfinal__text-top span {
  color: #3A3A3A;
}
.bookingfinal__text-bottom p {
  font-size: 1.125rem;
}
.bookingfinal .reservation-number__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-family: Manrope;
  font-weight: 600;
}
.bookingfinal .reservation-number__icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  cursor: pointer;
}
.bookingfinal .reservation-number__icon .icon {
  width: 100%;
  height: 100%;
  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;
}
.bookingfinal .reservation-number__icon svg {
  width: 100%;
  height: 100%;
}
.bookingfinal-info {
  margin-top: 3.125rem;
}
.bookingfinal-info__title {
  margin-bottom: 0.875rem;
}
.bookingfinal-info__title span {
  color: #D7462F;
}
.bookingfinal-info-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.25rem;
  margin-bottom: 0.875rem;
}
.bookingfinal-info-address__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.125rem;
}
.bookingfinal-info-address__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;
  margin-bottom: 0.1875rem;
}
.bookingfinal-info-address__icon .icon {
  width: 1.25rem;
  height: 1.25rem;
}
.bookingfinal-info__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
  margin-bottom: 3.125rem;
}
.bookingfinal-info-card {
  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;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 15.625rem;
  padding: 0.75rem;
  gap: 0.5rem;
  border-radius: 0.125rem;
  background-color: #ffffff;
}
.bookingfinal-info-card__name {
  display: block;
  color: #9D9D9D;
}
.bookingfinal-info-card__price {
  display: block;
  font-size: 1.25rem;
  font-family: Unbounded;
  font-weight: 400;
}
.bookingfinal-info-card__time {
  line-height: 100%;
}
.bookingfinal-info__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
}
.bookingfinal-info-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.625rem;
  margin-bottom: 0.875rem;
}
.bookingfinal-info-item-header__icon .icon {
  width: 1.375rem;
  height: 1.375rem;
}
.bookingfinal-info-item-header__icon .icon svg {
  width: 100%;
  height: 100%;
}
.bookingfinal-info-item-body__text {
  font-size: 1.125rem;
}

@media screen and (max-width: 992px) {
  .bookingfinal {
    padding: 6.5rem 0 5rem;
  }
  .bookingfinal-info-address__text {
    max-width: 25rem;
  }
}
@media screen and (max-width: 576px) {
  .bookingfinal {
    padding: 5.75rem 0 3.125rem;
  }
  .bookingfinal__title {
    font-size: 1.375rem;
  }
  .bookingfinal__text-top {
    -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;
    gap: 0.25rem;
    font-size: 1.125rem;
  }
  .bookingfinal__text-top span {
    color: #3A3A3A;
  }
  .bookingfinal__text-bottom p {
    font-size: 1.125rem;
  }
  .bookingfinal .reservation-number__data {
    font-size: 1.25rem;
  }
  .bookingfinal .reservation-number__icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .bookingfinal-info {
    margin-top: 3.125rem;
  }
  .bookingfinal-info-address {
    gap: 0.125rem;
  }
  .bookingfinal-info-address__icon {
    margin-bottom: 0;
  }
  .bookingfinal-info__cards {
    gap: 0.625rem;
    margin-bottom: 3.125rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bookingfinal-info-card {
    width: 15.625rem;
    padding: 0.75rem;
  }
  .bookingfinal-info-card:nth-of-type(1) {
    width: 9.6875rem;
  }
  .bookingfinal-info-card:nth-of-type(2) {
    width: 9.6875rem;
  }
  .bookingfinal-info-card:nth-of-type(3) {
    width: 100%;
  }
  .bookingfinal-info__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
  .bookingfinal-info-item-header {
    gap: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .bookingfinal-info-item-header__icon .icon {
    width: 1.375rem;
    height: 1.375rem;
  }
  .bookingfinal-info-item-header__icon .icon svg {
    width: 100%;
    height: 100%;
  }
  .bookingfinal-info-item-header__title {
    font-size: 1rem;
  }
  .bookingfinal-info-item-body__text {
    font-size: 1.125rem;
  }
}
.main-screen-two {
  margin-top: 4.625rem;
  min-height: 28.375rem;
  padding: 6.875rem 0;
}

.main-screen-small {
  margin-top: 4.625rem;
  min-height: 20rem;
  padding: 3.125rem 0;
}

.webp .main-screen{ background-image: url(../img/index-page/main-screen/bg-image.webp); }