/* ! 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 {
  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 {
  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"] {
  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;
}

/* End normalize.css */

:root {
  --color-dark: #171717;
  --color-sand: #b61c1c;
  --color-dark-sand: #790d0d;
  --color-gray: #9b9b9b;
  --color-red: #db0000;
  --color-white: #fff;
  --color-black: #000;
  --color-light-gray: #f3f3f3;
  --color-background-gray: #f1f1f1;
  --color-room-background-gray: #f9f9f9;
  --color-green: #459e48;
  --color-muted-green: #64a048;
  --color-muted-gray: #dbdbdb;
  --color-active-gray: #8a8a8a;
  --color-extra-middle-gray: #cecece;
  --color-middle-gray: #adadad;
  --color-dark-gray: #868686;
  --color-unavailible-gray: #d8d8d8;
  --color-icons-gray: #cecece;
  --color-light-black: #010101;
  --color-dark-black: #171717;
  --color-room-grey: #464646;
  --color-active-light-gray: #d9d9d9;
  --color-calendar-gray: #ebebeb;
  --color-footer-gray: #e9e9e9;
}

@font-face {
  font-family: Geometria;
  font-style: normal;
  font-weight: 300;
  src:
    url("/static/seats/fonts/Geometria/Geometria-Light.fc12edd1.woff2") format("woff2"),
    url("/static/seats/fonts/Geometria/Geometria-Light.2bb85bab.woff") format("woff"),
    url("/static/seats/fonts/Geometria/Geometria-Light.16eea449.ttf") format("truetype");
}

@font-face {
  font-family: Geometria;
  font-style: normal;
  font-weight: 400;
  src:
    url("/static/seats/fonts/Geometria/Geometria-Regular.cbbe0d50.woff2") format("woff2"),
    url("/static/seats/fonts/Geometria/Geometria-Regular.6eea1a09.woff") format("woff"),
    url("/static/seats/fonts/Geometria/Geometria-Regular.c61efec6.ttf") format("truetype");
}

@font-face {
  font-family: Geometria;
  font-style: normal;
  font-weight: 500;
  src:
    url("/static/seats/fonts/Geometria/Geometria-Medium.6f553a84.woff2") format("woff2"),
    url("/static/seats/fonts/Geometria/Geometria-Medium.13546f61.woff") format("woff"),
    url("/static/seats/fonts/Geometria/Geometria-Medium.c3fb72f1.ttf") format("truetype");
}

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

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

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 100;
  src:
    url("/static/seats/fonts/Montserrat/Montserrat-Thin.woff2") format("woff2"),
    url("/static/seats/fonts/Montserrat/Montserrat-Thin.woff") format("woff");
}

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

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

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src:
    url("/static/seats/fonts/Montserrat/Montserrat-Light.woff2") format("woff2"),
    url("/static/seats/fonts/Montserrat/Montserrat-Light.woff") format("woff");
}

body {
  display: flex;
  flex-direction: column;
  max-width: 100dvw;
}

.container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}

.container h1 {
  text-align: center;
  font-size: 32px;
}

.container svg {
  width: 100%;
  height: auto;
}

.header[data-v-37affc4c] {
  background: rgba(0, 0, 0, 0.3);
  color: var(--color-white);
  font-family: Geometria, sans-serif;
  font-style: normal;
  left: 0;
  line-height: normal;
  padding: 30px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

.header[data-v-37affc4c]:before {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  content: "";
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.header__space[data-v-37affc4c] {
  height: 120px;
}

.header__container[data-v-37affc4c] {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  height: 60px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 7.5% 0 5.5%;
  width: 100%;
}

.header__wrapper[data-v-37affc4c] {
  align-items: center;
  display: flex;
  gap: 70px;
}

.header__logo-container[data-v-37affc4c] {
  flex-grow: 0;
  flex-shrink: 1;
  max-height: 60px;
  max-width: 200px;
}

.header__logo[data-v-37affc4c] {
  display: block;
  max-height: 60px;
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__logo-link[data-v-37affc4c] {
  display: block;
  max-height: 100%;
  max-width: 100%;
}

.header__social-link[data-v-37affc4c] {
  text-decoration: none;
}

.header__social-image[data-v-37affc4c] {
  display: block;
  height: 21px;
  -o-object-fit: contain;
  object-fit: contain;
}

.header__info-container[data-v-37affc4c] {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.header__address-link[data-v-37affc4c],
.header__info-link[data-v-37affc4c],
.header__phone-link[data-v-37affc4c] {
  color: var(--color-white);
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.header__phone-link[data-v-37affc4c] {
  white-space: nowrap;
}

.header__info-address[data-v-37affc4c],
.header__info-contacts[data-v-37affc4c] {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.header__info-contacts[data-v-37affc4c] {
  display: flex;
  font-size: 18px;
  font-weight: 700;
  gap: 23px;
}

.header__button-container[data-v-37affc4c] {
  height: 52px;
  width: 184px;
}

.header__button-link[data-v-37affc4c] {
  border: 1px solid var(--color-white);
  height: 100%;
  margin-left: 20px;
  padding: 15px;
  width: 100%;
}

@media (max-width: 1280px) {
  .main-menu__list[data-v-37affc4c] {
    display: none;
  }

  .header[data-v-37affc4c] {
    padding: 20px 0;
  }

  .header__logo[data-v-37affc4c] {
    max-width: 135px;
  }

  .header__button-container[data-v-37affc4c],
  .header__button-link[data-v-37affc4c] {
    display: none;
  }

  .header__space[data-v-37affc4c] {
    height: 85px;
  }

  .header__container[data-v-37affc4c] {
    height: 45px;
  }
}

@media (max-width: 699px) {
  .header[data-v-37affc4c] {
    padding: 20px 0 15px;
  }

  .header__space[data-v-37affc4c] {
    height: 75px;
  }

  .header__container[data-v-37affc4c] {
    height: 40px;
  }

  .header__logo[data-v-37affc4c],
  .header__logo-container[data-v-37affc4c] {
    max-height: 40px;
  }

  .header__info-contacts[data-v-37affc4c] {
    display: none;
  }

  .header__info-address[data-v-37affc4c] {
    font-size: 9px;
    width: 110px;
  }

  .header__wrapper[data-v-37affc4c] {
    gap: 20px;
  }
}

.footer[data-v-382a8f92] {
  background-color: var(--color-footer-gray);
  color: var(--color-room-grey);
  font-family: Geometria, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0 12.5%;
}

.footer__info-row[data-v-382a8f92] {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px 0 20px;
}

.footer__menu-row[data-v-382a8f92] {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  padding: 30px 0;
}

.footer__menu[data-v-382a8f92] {
  display: flex;
  flex-grow: 1;
  gap: 80px;
  justify-content: center;
}

.footer__menu-column1[data-v-382a8f92],
.footer__menu-column2[data-v-382a8f92] {
  display: flex;
  flex-direction: column;
  gap: 25px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer__line[data-v-382a8f92] {
  border: none;
  border-top: 1px solid #b0b0b0;
  margin: 0 auto;
  width: 95%;
}

.footer__info[data-v-382a8f92] {
  display: flex;
  gap: 50px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer__info-item[data-v-382a8f92] {
  text-align: center;
}

.footer__logo[data-v-382a8f92] {
  display: block;
  max-height: 60px;
  max-width: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__logo-link[data-v-382a8f92] {
  display: flex;
  justify-content: flex-end;
}

.footer__copyright[data-v-382a8f92] {
  margin: 0;
  padding: 16px 0 20px;
  text-align: center;
}

.footer__copyright[data-v-382a8f92] a,
.footer__copyright[data-v-382a8f92] a:visited {
  color: var(--color-room-grey);
  text-decoration: none;
}

.footer__social-link[data-v-382a8f92] {
  display: block;
}

.footer__social-image[data-v-382a8f92] {
  display: block;
  height: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer__social[data-v-382a8f92] {
  align-items: center;
  display: flex;
  gap: 30px;
}

.footer__email[data-v-382a8f92],
.footer__menu-link[data-v-382a8f92],
.footer__phone[data-v-382a8f92] {
  color: var(--color-room-grey);
  display: block;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__email[data-v-382a8f92]:hover,
.footer__menu-link[data-v-382a8f92]:hover,
.footer__phone[data-v-382a8f92]:hover {
  color: var(--color-sand);
}

.footer__phone[data-v-382a8f92] {
  white-space: nowrap;
}

.footer__social_mobile[data-v-382a8f92] {
  display: none;
}

.footer__bottom-row[data-v-382a8f92] {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

[data-v-382a8f92] .footer__label img {
  max-height: 78px;
  max-width: 240px;
}

@media screen and (max-width: 1399px) {
  .footer[data-v-382a8f92] {
    font-size: 11px;
  }

  .footer__info-row[data-v-382a8f92] {
    padding: 15px 0 5px;
  }

  .footer__social-image[data-v-382a8f92] {
    height: 12px;
  }

  .footer__social[data-v-382a8f92] {
    gap: 17px;
  }

  .footer__logo[data-v-382a8f92] {
    max-height: 40px;
    max-width: 120px;
  }

  .footer__menu-column1[data-v-382a8f92],
  .footer__menu-column2[data-v-382a8f92] {
    gap: 15px;
  }

  .footer__menu-row[data-v-382a8f92] {
    grid-template-columns: 1fr 4fr 1fr;
    padding: 19px 0 10px;
  }

  .footer__menu[data-v-382a8f92] {
    gap: 55px;
  }

  .footer__copyright[data-v-382a8f92] {
    padding-bottom: 11px;
  }

  [data-v-382a8f92] .footer__label img {
    max-height: 44px;
    max-width: 136px;
  }
}

@media screen and (max-width: 999px) {
  .footer[data-v-382a8f92] {
    font-size: 18px;
    padding: 0;
    width: 100%;
  }

  .footer__logo[data-v-382a8f92] {
    display: none;
  }

  .footer__menu-row[data-v-382a8f92] {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 24px 0 0;
  }

  .footer__info[data-v-382a8f92] {
    flex-direction: column;
    gap: 0;
  }

  .footer__info[data-v-382a8f92],
  .footer__menu[data-v-382a8f92] {
    padding: 0 10px;
  }

  .footer__email[data-v-382a8f92] {
    word-break: break-word;
  }

  .footer__info-row[data-v-382a8f92] {
    flex-direction: column;
    padding: 39px 0 23px;
  }

  .footer__menu[data-v-382a8f92] {
    flex-direction: column;
    gap: 0;
  }

  .footer__social_desktop[data-v-382a8f92] {
    display: none;
  }

  .footer__line[data-v-382a8f92] {
    width: 100%;
  }

  .footer__alignment-block[data-v-382a8f92] {
    display: none;
  }

  .footer__menu-column1[data-v-382a8f92],
  .footer__menu-column2[data-v-382a8f92] {
    gap: 2px;
    text-align: center;
  }

  .footer__copyright[data-v-382a8f92] {
    background-color: #cecece;
  }

  .footer__social_mobile[data-v-382a8f92] {
    display: flex;
  }

  .footer__social[data-v-382a8f92] {
    gap: 30px;
  }

  .footer__bottom-row[data-v-382a8f92] {
    display: flex;
    gap: 10%;
    justify-content: center;
    padding: 24px 0;
    width: 100%;
  }

  .footer__copyright[data-v-382a8f92] {
    font-size: 16px;
  }

  .footer__social-image[data-v-382a8f92] {
    height: 20px;
  }

  .footer__copyright[data-v-382a8f92] {
    padding: 11px 10px 23px;
  }

  [data-v-382a8f92] .footer__label img {
    max-height: 78px;
    max-width: 240px;
  }
}

@media screen and (max-width: 599px) {
  .footer[data-v-382a8f92] {
    font-size: 16px;
  }

  .footer__info-row[data-v-382a8f92] {
    padding: 7px 0 20px;
  }

  .footer__menu-row[data-v-382a8f92] {
    padding: 15px 0 0;
  }

  .footer__bottom-row[data-v-382a8f92] {
    flex-direction: column;
    gap: 20px;
    padding-top: 5px;
  }

  .footer__social[data-v-382a8f92] {
    gap: 25px;
  }

  .footer__social_mobile[data-v-382a8f92] {
    justify-content: center;
  }

  .footer__label[data-v-382a8f92] {
    margin: 0 auto;
  }

  .footer__info[data-v-382a8f92],
  .footer__menu-column1[data-v-382a8f92],
  .footer__menu-column2[data-v-382a8f92] {
    gap: 0;
  }

  .footer__copyright[data-v-382a8f92] {
    padding-bottom: 9px;
  }
}

svg[data-v-d37dcaaa] {
  height: 24px;
  width: 22px;
}

svg[data-v-14a7781f] {
  height: 20px;
  width: 22px;
}

svg[data-v-6c444e93] {
  height: 22px;
  width: 22px;
}

svg[data-v-06dbd032] {
  height: 22px;
  width: 22px;
}

@media screen and (max-width: 767px) {
  svg[data-v-d37dcaaa] {
    height: 17px;
    width: 16px;
  }
}

.bottom-menu[data-v-89cc7679],
.bottom-menu__popup-list[data-v-89cc7679] {
  display: none;
}

@media screen and (max-width: 767px) {
  .bottom-menu[data-v-89cc7679] {
    -webkit-backdrop-filter: blur(7.5px);
    backdrop-filter: blur(7.5px);
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    padding: 10px 22px 15px;
    position: fixed;
    width: 100%;
    z-index: 8;
  }

  .bottom-menu__list[data-v-89cc7679] {
    align-items: center;
    display: flex;
    gap: calc(33.33333% - 77.33333px);
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .bottom-menu__item[data-v-89cc7679] {
    list-style: none;
  }

  .bottom-menu__item[data-v-89cc7679],
  .bottom-menu__link[data-v-89cc7679] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 58px;
  }

  .bottom-menu__link[data-v-89cc7679] {
    text-decoration: none;
  }

  .bottom-menu__icon[data-v-89cc7679] {
    color: var(--color-white);
  }

  .bottom-menu__icon_type_calendar[data-v-89cc7679] {
    height: 20px;
    width: 20px;
  }

  .bottom-menu__icon_type_message[data-v-89cc7679],
  .bottom-menu__icon_type_star[data-v-89cc7679],
  .bottom-menu__icon_type_сall[data-v-89cc7679] {
    height: 20px;
    width: 22px;
  }

  .bottom-menu__title[data-v-89cc7679] {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 9px;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    text-align: center;
  }

  .bottom-menu__popup-list[data-v-89cc7679] {
    align-items: center;
    bottom: -75px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    left: calc(-12px + 33.33333%);
    margin: 0;
    padding: 0;
    position: fixed;
    width: 58px;
  }

  .bottom-menu__popup-list_type_contacts[data-v-89cc7679] {
    left: unset;
    right: 22px;
  }

  .opened .bottom-menu__popup-list[data-v-89cc7679] {
    -webkit-animation: slideUp-89cc7679 0.5s ease-out forwards;
    animation: slideUp-89cc7679 0.5s ease-out forwards;
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
    bottom: -100%;
  }

  .closed .bottom-menu__popup-list[data-v-89cc7679] {
    -webkit-animation: slideDown-89cc7679 0.5s ease-in forwards;
    animation: slideDown-89cc7679 0.5s ease-in forwards;
    bottom: -100%;
  }

  @-webkit-keyframes slideUp-89cc7679 {
    0% {
      bottom: -100%;
    }

    to {
      bottom: 75px;
    }
  }

  @keyframes slideUp-89cc7679 {
    0% {
      bottom: -100%;
    }

    to {
      bottom: 75px;
    }
  }

  @-webkit-keyframes slideDown-89cc7679 {
    0% {
      bottom: 75px;
    }

    to {
      bottom: -100%;
    }
  }

  @keyframes slideDown-89cc7679 {
    0% {
      bottom: 75px;
    }

    to {
      bottom: -100%;
    }
  }

  .bottom-menu__popup-item[data-v-89cc7679] {
    list-style: none;
  }

  .bottom-menu__hotel-link[data-v-89cc7679] {
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    text-decoration: none;
  }

  .bottom-menu__hotel-name[data-v-89cc7679] {
    color: var(--color-white);
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    text-align: center;
    width: 120%;
  }

  .bottom-menu__hotel-img[data-v-89cc7679] {
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50px;
  }

  .bottom-menu__contact-link[data-v-89cc7679] {
    color: unset;
    display: flex;
    text-decoration: none;
  }

  .bottom-menu__contact-img[data-v-89cc7679] {
    height: 47px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 47px;
  }
}

.bottom-space[data-v-326a56da] {
  display: none;
}

@media screen and (max-width: 767px) {
  .bottom-space[data-v-326a56da] {
    display: block;
    height: 61px;
  }
}

.hamburger-icon[data-v-d0cf0ce2] {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 32px;
  justify-content: space-around;
  width: 32px;
}

.hamburger-icon__line[data-v-d0cf0ce2] {
  background-color: #fff;
  height: 2px;
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .hamburger-icon {
    display: none !important;
  }
}

.main-menu[data-v-37affc4c] {
  height: 60px;
}

.main-menu__list[data-v-37affc4c] {
  gap: 31px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.main-menu__item[data-v-37affc4c],
.main-menu__list[data-v-37affc4c] {
  align-items: center;
  display: flex;
  height: 100%;
}

.main-menu__item[data-v-37affc4c] {
  font-size: 18px;
  font-weight: 500;
}

.main-menu__item[data-v-37affc4c],
.main-menu__item_has-submenu[data-v-37affc4c] {
  position: relative;
}

.main-menu__item_has-submenu[data-v-37affc4c]:after {
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
}

.main-menu__link[data-v-37affc4c] {
  color: var(--color-white);
  cursor: pointer;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.main-menu__link[data-v-37affc4c]:hover {
  color: var(--color-sand);
}

.submenu[data-v-37affc4c] {
  align-items: flex-start;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 15px 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  left: 0;
  list-style-type: none;
  margin: 0;
  min-width: 260px;
  padding: 5px 20px 30px;
  position: absolute;
  top: calc(100% + 30px);
  z-index: 20;
}

.submenu__link[data-v-37affc4c] {
  color: var(--color-white);
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.submenu__link[data-v-37affc4c]:hover {
  font-size: 17px;
}

.submenu__link[data-v-37affc4c]:active {
  color: var(--color-sand);
}

.main-menu__item_has-submenu .main-menu__link[data-v-37affc4c]:after {
  bottom: 2px;
  color: #fff;
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="7" fill="none"><path stroke="%23fff" stroke-linecap="round" stroke-width="1.5" d="m6.365 5.892-5-5M6.365 5.892l5-5"/></svg>');
  display: inline-block;
  left: 0;
  margin-left: 10px;
  position: relative;
}

.main-menu__item_has-submenu .main-menu__link[data-v-37affc4c]:hover {
  color: var(--color-sand);
}

.main-menu__item_has-submenu .main-menu__link[data-v-37affc4c]:hover:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' fill='none'%3E%3Cpath stroke='%23c8aa6d' stroke-linecap='round' stroke-width='1.5' d='m6.365 5.892-5-5M6.365 5.892l5-5'/%3E%3C/svg%3E");
}

.submenu-fade-enter-active[data-v-37affc4c],
.submenu-fade-leave-active[data-v-37affc4c] {
  transition: opacity 0.5s ease;
}

.submenu-fade-enter-from[data-v-37affc4c],
.submenu-fade-leave-to[data-v-37affc4c] {
  opacity: 0;
}

.submenu-fade-enter-to[data-v-37affc4c],
.submenu-fade-leave-from[data-v-37affc4c] {
  opacity: 1;
}

@media (max-width: 1280px) {
  .main-menu__list[data-v-37affc4c] {
    display: none;
  }
}

.btn {
  border: none;
  border-radius: 150px;
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  outline: none;
  padding: 15px 50px;
  transition: all 0.3s ease;
}

.btn-primary {
  background-color: var(--color-sand);
  color: var(--color-white);
}

.btn-primary-green {
  background-color: var(--color-green);
  color: var(--color-white);
}

.btn-primary-booking {
  background-color: var(--color-sand);
  border-radius: 10px;
  box-shadow: inset 0.892px 1.785px 2.677px #00000040;
  color: var(--color-white);
  padding: 10px 15px;
}

.btn-primary-booking:hover,
.btn-primary-green:hover,
.btn-primary:hover {
  background-color: var(--color-dark-sand);
}

.btn-secondary {
  background-color: transparent;
  border: 1px solid var(--color-dark);
  color: var(--color-dark);
}

.btn-secondary:hover {
  background-color: var(--color-gray);
  border-color: var(--color-gray);
  color: var(--color-white);
}

@media screen and (max-width: 1279px) {
  .btn-primary-booking {
    font-size: 14px;
    padding: 10px;
  }

  .stars-1.dsktp,
  .stars-2.dsktp {
    /* display: none; */
    top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .btn-primary-green {
    background-color: var(--color-muted-green);
  }

  .dsktp {
    display: none;
  }
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  font-family: Montserrat, sans-serif;
}

.rest {
  padding-top: 154px;
  display: flex;
  flex-direction: column;
  width: 650px;
  text-align: center;
  font-weight: 300;
  max-width: 100%;
}

.rest__btns {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 15px;
}

.rest__btns a {
  text-decoration: none;
}

.rest__btn {
  width: 197px;
  border-radius: 200px;
  font-size: 18px;
  padding: 15px 14.5px;
}

.rassadka {
  margin: 35px 0;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.rassadka__l {
  display: flex;
  flex-direction: column;
}

.rassadka__lm {
  margin: 155px 60px 0 0px;
}

.fig_l {
  padding-bottom: 20px;
  height: 350px;
}

.fig__mu {
  padding-bottom: 20px;
  height: 315px;
}

.fig_descr {
  height: 27px;
}

.rassadka__r {
  display: flex;
  flex-direction: column;
  margin-top: 130px;
}

.rassadka__rm {
  margin: 160px 0 0 60px;
}

.fig_r {
  padding-bottom: 20px;
  height: 350px;
}

.fig__mu {
  padding-bottom: 20px;
  height: 194px;
}

.rassadka__legend {
  margin-top: 60px;
}

.places {
  display: flex;
  padding-bottom: 62px;
  width: 694px;
  max-width: 100%;
}

.places__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.places__title {
  font-size: 24px;
  font-weight: bold;
}

.places__text {
  font-weight: 300;
}

.places__btns {
  display: flex;
  justify-content: space-around;
  margin-top: 25px;
}

.places__btns a {
  text-decoration: none;
}

.places__btn {
  padding: 15px 34.5px;
  border-radius: 200px;
  text-wrap: nowrap;
}

.places__btn_active {
  background-color: #e1e1e1;
}

.sun {
  position: absolute;
  left: 0;
  top: 17px;
  z-index: -1;
}

.stars-1 {
  position: absolute;
  left: 318px;
  top: 151px;
  z-index: -1;
}

.decor-l {
  position: absolute;
  left: 34px;
  top: 155px;
  z-index: -1;
}

.decor-r {
  position: absolute;
  right: 34px;
  top: 155px;
  z-index: -1;
}

.stars-2 {
  position: absolute;
  right: 308px;
  top: 151px;
  z-index: -1;
}

.constellation {
  position: absolute;
  right: 37.1px;
  top: 139px;
  z-index: -1;
}

.stars-3 {
  position: absolute;
  right: 59px;
  top: 444px;
  z-index: -1;
}

.star {
  position: absolute;
  right: 31.1px;
  top: 709px;
  z-index: -1;
}

.moon {
  position: absolute;
  right: 30.54px;
  top: 829px;
  z-index: -1;
}

.stars-4 {
  position: absolute;
  right: 253px;
  top: 975px;
  z-index: -1;
}

.stars-5 {
  display: none;
}

.hand {
  position: absolute;
  left: 52px;
  top: 830px;
  z-index: -1;
}

.stars-6 {
  position: absolute;
  left: 61px;
  top: 338px;
  z-index: -1;
}

.rassadka__legend_dwn {
  position: absolute;
  right: 283px;
  top: 852px;
}

.rassadka_mu {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rassadka__mu {
  padding: 49px 0 0 0;
}

@media screen and (max-width: 1536px) {
  .sun {
    max-width: calc(308px - 5%);
  }

  .stars-1 {
    max-width: calc(338px - 5%);
  }

  .stars-2 {
    max-width: calc(344px - 5%);
  }

  .constellation {
    max-width: calc(336px - 5%);
  }

  .stars-3 {
    max-height: calc(265px - 3%);
  }

  .star {
    max-width: calc(85px - 1%);
  }

  .moon {
    max-width: calc(179px - 1%);
  }

  .hand {
    max-width: calc(148px - 1%);
  }

  .stars-6 {
    max-height: calc(442px - 3%);
  }

  .stars-7 {
    display: none;
  }

  .rassadka,
  .rassadka_mu {
    max-width: 100%;
  }

  .rassadka__l {
    display: flex;
    flex-direction: column;
    max-width: calc(172px - 3%);
    margin: 74px 0 0 0;
  }

  .rassadka__r {
    max-width: calc(186px - 3%);
    margin: 74px 0 0 0;
  }

  .rassadka__legend {
    margin-top: 80px;
  }
}

.fs-menu[data-v-6bc6fa74],
.fs-menu__list-container[data-v-6bc6fa74] {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.fs-menu[data-v-6bc6fa74] {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  font-family: Montserrat, sans-serif;
  font-style: normal;
  height: 100dvh;
  justify-content: flex-start;
  left: 0;
  line-height: normal;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 20;
}

.fs-menu__close-icon[data-v-6bc6fa74]:hover {
  opacity: 0.8;
  transform: scale(1.1);
}

.fs-menu__close-icon[data-v-6bc6fa74] {
  cursor: pointer;
  height: 20px;
  left: 38px;
  position: absolute;
  top: 34px;
  transition: all 0.3s ease;
  width: 20px;
}

.fs-menu__logo[data-v-6bc6fa74] {
  display: block;
  height: 40px;
  margin: 38px auto 47px;
  -o-object-fit: contain;
  object-fit: contain;
  width: auto;
  width: 37vw;
}

.fs-menu__list_main[data-v-6bc6fa74] {
  height: 100%;
  overflow-y: auto;
  padding: 0 50px;
}

.fs-menu__child-list[data-v-6bc6fa74],
.fs-menu__list[data-v-6bc6fa74] {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.fs-menu__item-wrapper[data-v-6bc6fa74] {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 20px;
}

.fs-menu__child-list[data-v-6bc6fa74],
.fs-menu__list[data-v-6bc6fa74] {
  list-style: none;
}

.fs-menu__child-link[data-v-6bc6fa74],
.fs-menu__link[data-v-6bc6fa74] {
  color: var(--color-white);
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color 0.3s ease;
}

.fs-menu__link[data-v-6bc6fa74]:hover {
  color: var(--color-sand);
}

.fs-menu__list_main[data-v-6bc6fa74] {
  height: 100%;
  overflow-y: auto;
  padding: 0 50px;
}

.fs-menu__list-container[data-v-6bc6fa74] {
  height: calc(100dvh - 70px);
  justify-content: space-between;
  text-align: center;
  width: calc(100vw - 60px);
}

.fs-menu__button[data-v-6bc6fa74] {
  background-color: transparent;
  border: 1px solid var(--color-white);
  height: 50px;
  margin-top: 50px;
  padding: 15px 25px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.rassadka_m {
  display: none;
}

.legend__bal {
  display: none;
}

.stars-7 {
  display: none;
}

.rest__back {
  position: relative;
}

.rest__back-btn {
  left: -287px;
  bottom: 37px;
  position: absolute;
  color: var(--color-sand);
  font-weight: 500;
  font-size: 14px;
}

.rest__back-btn:hover {
  color: var(--color-dark-sand);
}

.rest__back a {
  text-decoration: none;
}

.rest__back-btn::before {
  content: url("../img/ballroom/arrow_l.svg");
  margin-right: 5px;
  top: 2px;
  position: relative;
}

.rest__descr {
  padding: 10px 0 15px;
}

.rest_descr__txt {
  margin: 0;
}

.rest__descr__img {
  padding: 8px 0;
}

.rest {
  background-color: #fff;
}

.rest__title_grill {
  height: 33px;
}

.rassadka__rd {
  margin: -40px 0 0 25px;
  display: flex;
  flex-direction: column;
}

.grill_gr {
  height: 535px;
}

.rassadka__legend_gr {
  height: 75px;
}

.rassadka__lg {
  margin: 0 60px 0px 75px;
}

.fs-menu.mobile-menu-hidden {
  display: none;
}

.container img {
  z-index: -1;
}

.decor {
  display: none;
}

@media screen and (max-width: 1880px) {
  .rassadka__legend_dwn {
    top: 455px;
  }
}

@media screen and (max-width: 1400px) {

  .stars-1.dsktp,
  .stars-2.dsktp,
  .stars-3.dsktp,
  .star.dsktp,
  .stars-6.dsktp,
  .moon.dsktp,
  .hand.dsktp {
    display: none;
  }

  .rest__back {
    position: relative;
    margin: 0 auto;
    padding-top: 25px;
  }

  .rest__back-btn {
    position: initial;
  }
}

@media screen and (max-width: 1250px) {
  .rassadka__legend_dwn {
    right: 150px;
  }

  .sun {
    height: 172px;
    top: 14px;
    left: -10px;
  }

  .constellation {
    width: 164px;
    top: 66px;
    right: -6px;
  }
}

@media screen and (max-width: 767px) {
  .popup__close-button[data-v-222f9f8f] {
    display: var(--mobile-btn-display);
    position: var(--mobile-position);
    right: var(--mobile-btn-right);
    top: var(--mobile-btn-top);
    z-index: 3;
  }

  .popup-overlay.opened {
    align-items: center;
    background-color: #00000080;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    visibility: visible;
  }
}

@media (max-width: 699px) {
  .header__wrapper[data-v-37affc4c] {
    gap: 20px;
  }

  .rest {
    padding-top: 30px;
  }

  .rest__title img {
    height: 34px;
  }

  .rest__descr {
    padding: 0 27px 25px;
  }

  .rest__descr__img {
    width: 260px;
  }

  .rassadka {
    flex-direction: column;
    gap: 23px;
    margin-top: 23px;
  }

  .rassadka_m {
    display: block;
    align-self: center;
  }

  .rassadka__svg {
    overflow: auto;
    max-width: 100%;
  }

  .rassadka__rd {
    display: none;
  }

  .places {
    padding: 23px 0 30px 0;
  }

  .places__btns {
    overflow: auto;
  }

  .places__title,
  .places__text {
    margin: 0 17px;
  }

  .stars-7 {
    width: 317px;
    align-self: center;
    display: flex;
  }

  .rassadka__l,
  .rassadka__lg,
  .rassadka__r {
    display: none;
  }

  .legend__bal {
    display: initial;
    margin-top: -10px;
  }

  .rassadka__bal svg {
    min-width: 836px;
  }

  .rassadka__grill svg {
    min-width: 906px;
  }

  .rassadka__man svg {
    min-width: 906px;
  }

  .rassadka__mu {
    display: none;
  }

  .rassadka_mu {
    margin: 54px 0 0 0;
  }

  .rassadka__tavrika svg {
    min-width: 1044px;
  }

  .places__title h3 {
    margin-top: 0;
  }

  .decor {
    display: block;
    width: 100%;
  }

  .decor__image {
    width: 100%;
    height: auto;
  }
}

.popup__close-button[data-v-222f9f8f] {
  background: none;
  border: none;
  color: var(--color-sand);
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: opacity 0.3s ease-in-out;
}

.popup-overlay .closed {
  /* display: none; */
  visibility: hidden;
}
