@keyframes grainFlicker {
  0% {
    opacity: 0.03;
  }
  50% {
    opacity: 0.06;
  }
  100% {
    opacity: 0.03;
  }
}
* {
  font-family: abril-display, serif;
  color: #f9f9f9;
}

.container {
  max-width: 1920px;
  padding: 0 171px;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 1561px) {
  .container {
    padding: 0 131px;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 28px;
  }
}

html {
  width: 100vw;
  margin: 0 !important;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  max-width: 100vw;
  background-color: #202B33;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  text-underline-position: under;
}

div {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
ul,
li {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

img {
  max-width: 100%;
  width: 100%;
}

.no-scroll {
  overflow: hidden;
  overscroll-behavior: none;
  scrollbar-gutter: stable;
}

main {
  padding-top: 111px;
}
@media (max-width: 1561px) {
  main {
    padding-top: 66px;
  }
}
@media (max-width: 576px) {
  main {
    padding-top: 61px;
  }
}

.home main {
  padding: 0;
}

.hero {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  height: calc(100vh - 111px);
  overflow: hidden;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  /* start center-ish */
  transition: transform 0.1s ease-out;
  pointer-events: none;
}
@media (max-width: 768px) {
  .hero__bg {
    -o-object-position: -159px 0;
       object-position: -159px 0;
  }
}
.hero__dots {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="300" height="300"><filter id="noiseFilter"><feTurbulence type="fractalNoise" baseFrequency="0.8" numOctaves="3" stitchTiles="stitch" /></filter><rect width="100%" height="100%" filter="url(%23noiseFilter)" /></svg>');
  background-size: cover;
  opacity: 0.04;
  animation: grainFlicker 1.5s infinite steps(2);
  mix-blend-mode: soft-light;
  /* lub overlay */
}
.hero__logo {
  width: 279px;
  position: relative;
}
@media (max-width: 1561px) {
  .hero__logo {
    width: 234px;
  }
}
@media (max-width: 992px) {
  .hero__logo {
    width: 276px;
  }
}
@media (max-width: 576px) {
  .hero__logo {
    width: 187px;
  }
}

.about__content {
  border-left: 1px solid #A79672;
  border-right: 1px solid #A79672;
  padding: 183px 186px 191px 186px;
  text-align: justify;
  line-height: 140%;
}
@media (max-width: 768px) {
  .about__content {
    border-left: none;
    border-right: none;
  }
}
.about__content > * {
  display: block;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
}
@media (max-width: 1561px) {
  .about__content > * {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .about__content > * {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .about__content > * {
    font-size: 20px;
  }
}
@media (max-width: 1561px) {
  .about__content {
    padding: 108px 148px;
  }
}
@media (max-width: 992px) {
  .about__content {
    padding: 102px 109px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .about__content {
    padding: 56px 0;
    text-align: center;
  }
  .about__content h1,
  .about__content h2,
  .about__content h3,
  .about__content h4,
  .about__content h5,
  .about__content h6 {
    display: block;
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
  }
}

.chars .container {
  position: relative;
  overflow: visible;
}
@media (max-width: 768px) {
  .chars .container {
    padding: 0;
  }
}
.chars__stamp {
  width: 275px;
  -o-object-fit: contain;
     object-fit: contain;
  right: 0;
  top: 50%;
  z-index: 2;
  position: absolute;
  top: 985px;
}
.chars__stamp--second {
  top: 1800px;
  left: 0;
  right: unset;
  width: 275px;
  height: 275px;
}
@media (max-width: 1561px) {
  .chars__stamp {
    width: 250px;
    height: 280px;
    top: 600px;
  }
  .chars__stamp--second {
    top: unset;
    bottom: 340px;
  }
}
@media (max-width: 1200px) {
  .chars__stamp {
    width: 163px;
    top: 730px;
  }
  .chars__stamp--second {
    top: unset;
    bottom: 460px;
  }
}
@media (max-width: 768px) {
  .chars__stamp {
    display: none;
  }
}
.chars__stamp--second {
  top: 0%;
  left: -20px;
  right: unset;
  width: 275px;
  height: 275px;
}
.chars__wrapper {
  border-left: 1px solid #A79672;
  border-right: 1px solid #A79672;
  padding: 0 0px 150px 0px;
  display: flex;
  flex-direction: column;
  gap: 126px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .chars__wrapper {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 1561px) {
  .chars__wrapper {
    gap: 70px;
  }
}
@media (max-width: 992px) {
  .chars__wrapper {
    gap: 79px;
  }
}
@media (max-width: 768px) {
  .chars__wrapper {
    padding: 0 0px 40px 0px;
    gap: 53px;
  }
}
.chars .char {
  display: grid;
  grid-template-columns: 705px 438px;
  gap: 100px;
  align-items: center;
}
@media (max-width: 1700px) {
  .chars .char {
    grid-template-columns: 50% 380px;
  }
}
@media (max-width: 992px) {
  .chars .char {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .chars .char {
    grid-template-columns: 1fr;
  }
}
.chars .char:last-child {
  grid-template-columns: 438px 705px;
  padding-left: 186px;
  gap: 166px;
}
@media (max-width: 1700px) {
  .chars .char:last-child {
    grid-template-columns: 380px 50%;
    padding-left: 80px;
  }
}
@media (max-width: 992px) {
  .chars .char:last-child {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .chars .char:last-child {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .chars .char:last-child .char__image {
    order: 1 !important;
  }
  .chars .char:last-child .char__text {
    order: 2 !important;
  }
}
.chars .char:last-child .char__image {
  order: 2;
}
.chars .char:last-child .char__text {
  order: 1;
}
@media (max-width: 768px) {
  .chars .char:last-child .char__text {
    max-width: 580px;
  }
}
@media (max-width: 1300px) {
  .chars .char {
    gap: 60px;
  }
}
@media (max-width: 768px) {
  .chars .char {
    flex-direction: column-reverse;
    gap: 56px;
  }
}
.chars .char__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: 596px;
}
@media (max-width: 1700px) {
  .chars .char__image {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .chars .char__image {
    width: 70vw;
    height: 300px;
  }
}
@media (max-width: 576px) {
  .chars .char__image {
    width: calc(100vw - 80px);
    height: 320px;
  }
}
.chars .char__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 21px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (max-width: 1561px) {
  .chars .char__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 992px) {
  .chars .char__title {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 26px;
    max-width: 294px;
  }
}
@media (max-width: 768px) {
  .chars .char__title {
    max-width: none;
    font-size: 20px;
  }
}
.chars .char__title::after {
  content: "";
  width: 1000px;
  height: 1px;
  background-color: #A79672;
  position: absolute;
  bottom: 19px;
  left: calc(100% + 70px);
}
@media (max-width: 992px) {
  .chars .char__title::after {
    left: calc(100% + 10px);
  }
}
@media (max-width: 768px) {
  .chars .char__title::after {
    left: -1015px;
    bottom: 8px;
  }
}
.chars .char__desc {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  font-family: alibaba-sans, sans-serif;
  max-width: 438px;
}
@media (max-width: 1561px) {
  .chars .char__desc {
    max-width: 313px;
    font-size: 14px;
    line-height: 170%;
  }
}
@media (max-width: 992px) {
  .chars .char__desc {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .chars .char__desc {
    max-width: 450px;
    line-height: 200%;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .chars .char__text {
    padding-left: 80px;
    padding-right: 20px;
  }
}
.chars .char:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 1700px) {
  .chars .char:nth-child(even) {
    gap: 80px;
  }
}
@media (max-width: 1561px) {
  .chars .char:nth-child(even) {
    gap: 100px;
  }
}
@media (max-width: 1300px) {
  .chars .char:nth-child(even) {
    gap: 60px;
  }
}
@media (max-width: 992px) {
  .chars .char:nth-child(even) {
    padding-left: 77px;
  }
}
@media (max-width: 768px) {
  .chars .char:nth-child(even) {
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .chars .char:nth-child(even) .char__text {
    padding-right: 80px;
    padding-left: 20px;
  }
}
.chars .char:nth-child(even) .char__desc {
  max-width: 480px;
}
@media (max-width: 768px) {
  .chars .char:nth-child(even) .char__desc {
    text-align: right;
  }
}
@media (max-width: 768px) {
  .chars .char:nth-child(even) .char__image {
    display: block;
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  .chars .char:nth-child(even) .char__title {
    text-align: right;
    margin-left: auto;
  }
}
.chars .char:nth-child(even) .char__title::after {
  left: -1024px;
}
@media (max-width: 768px) {
  .chars .char:nth-child(even) .char__title::after {
    text-align: right;
    left: unset;
    right: -1012px;
  }
}

.open__wrapper {
  border-left: 1px solid #A79672;
  border-right: 1px solid #A79672;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 768px) {
  .open__wrapper {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .open__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .open .container {
    padding: 0;
  }
}
.open__image {
  height: 690px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1561px) {
  .open__image {
    height: 549px;
  }
}
@media (max-width: 992px) {
  .open__image {
    height: 588px;
  }
}
@media (max-width: 768px) {
  .open__image {
    height: 320px;
  }
}
.open__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  color: #A79672;
}
.open__info {
  border-top: 1px solid #A79672;
  display: flex;
  align-items: center;
}
.open__info-wrap {
  display: flex;
  flex-direction: column;
  gap: 47px;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  align-items: start;
  margin: 0;
  padding-left: 170px;
}
@media (max-width: 1561px) {
  .open__info-wrap {
    gap: 30px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 1440px) {
  .open__info-wrap {
    align-items: start;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .open__info-wrap {
    padding: 40px 20px;
    align-items: center;
  }
}
.open__desc {
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  font-family: alibaba-sans, sans-serif;
}
@media (max-width: 1561px) {
  .open__desc {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .open__desc {
    text-align: center;
  }
}
.open__desc br {
  line-height: 200%;
}
.open__desc strong {
  font-weight: 700;
}
.open__desc * {
  font-family: alibaba-sans, sans-serif;
}
.open__desc p {
  padding-top: 10px;
}
.open__desc p:last-child {
  padding-bottom: 0;
}
.open__desc .spacer {
  height: 11px;
}

.reservation__wrapper {
  border-left: 1px solid #A79672;
  border-right: 1px solid #A79672;
  padding: 124px 0 100px 0;
  display: flex;
  flex-direction: column;
  gap: 34px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .reservation__wrapper {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 1561px) {
  .reservation__wrapper {
    padding: 58px 0;
    gap: 21px;
  }
}
@media (max-width: 576px) {
  .reservation__wrapper {
    gap: 14px;
  }
}
.reservation__title {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  max-width: 300px;
  line-height: 140%;
}
@media (max-width: 1561px) {
  .reservation__title {
    font-size: 20px;
    max-width: 200px;
  }
}
@media (max-width: 992px) {
  .reservation__title {
    font-size: 24px;
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .reservation__title {
    font-size: 20px;
    max-width: 250px;
    line-height: 170%;
  }
}
.reservation__link {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  border-bottom: 2px solid #f9f9f9;
}
@media (max-width: 1561px) {
  .reservation__link {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .reservation__link {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .reservation__link {
    font-size: 18px;
  }
}

.footer__wrapper {
  border-left: 1px solid #A79672;
  border-right: 1px solid #A79672;
}
@media (max-width: 768px) {
  .footer__wrapper {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 768px) {
  .footer .container {
    padding: 0;
  }
}
.footer__top-row {
  padding: 70px 32px 74px 32px;
  border-top: 1px solid #A79672;
  border-bottom: 1px solid #A79672;
  display: flex;
  justify-content: center;
  gap: 250px;
  align-items: center;
}
@media (max-width: 1561px) {
  .footer__top-row {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .footer__top-row {
    padding: 70px 62px 74px 62px;
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .footer__top-row {
    gap: 0;
    padding: 87px 20px 59px 20px;
  }
}
.footer__top-row * {
  font-size: 14px;
  font-family: alibaba-sans, sans-serif;
  line-height: normal;
}
@media (max-width: 1561px) {
  .footer__top-row * {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .footer__top-row * {
    text-align: center;
    font-size: 14px;
  }
}
.footer__bottom-row {
  padding: 25px 32px 25px 32px;
  font-family: alibaba-sans, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .footer__bottom-row {
    text-align: center;
    padding: 17px 32px;
  }
}
.footer__logo {
  width: 94px;
}
@media (max-width: 1561px) {
  .footer__logo {
    width: 84px;
  }
}
@media (max-width: 992px) {
  .footer__logo {
    width: 94px;
  }
}
.footer__cell {
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .footer__cell {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .footer__contact {
    order: 3;
  }
}
@media (max-width: 768px) {
  .footer__contact {
    padding-bottom: 26px;
  }
}
.footer__contact a {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .footer__some, .footer__menu {
    display: none;
  }
}
.footer__menu {
  display: none;
}
.footer__some-mobile {
  display: none;
}
@media (max-width: 768px) {
  .footer__some-mobile {
    display: flex;
    gap: 50px;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    order: 10;
    margin-top: 20px;
  }
}
.footer__logo-cell {
  text-align: center;
}
@media (max-width: 768px) {
  .footer__logo-cell {
    padding-bottom: 59px;
    order: 1;
  }
}
.footer__address {
  align-items: start;
}
@media (max-width: 768px) {
  .footer__address {
    align-items: center;
    padding-bottom: 26px;
    order: 2;
  }
}
.footer ul {
  list-style: none;
}

.header {
  position: fixed;
  width: 100%;
  transition: background-color 0.3s ease;
  z-index: 11;
}
.header__container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 75px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
}
@media (max-width: 1561px) {
  .header__container {
    padding: 10px 48px;
    height: 65px;
  }
}
@media (max-width: 576px) {
  .header__container {
    height: 60px;
    padding: 13px 11px;
  }
}
.header__lang-switcher {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 1px;
}
@media (max-width: 1561px) {
  .header__lang-switcher {
    font-size: 16px;
  }
}
.header__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__logo-img {
  position: relative;
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease;
  width: 70px;
}
@media (max-width: 1561px) {
  .header__logo-img {
    width: 46px;
  }
}
@media (max-width: 576px) {
  .header__logo-img {
    width: 34px;
  }
}
.header__menu-container {
  position: relative;
  opacity: 0;
  display: none;
  transition: opacity 0.3s ease;
}
.header__menu-container .menu {
  display: flex;
  gap: 34px;
  list-style: none;
}
@media (max-width: 1561px) {
  .header__menu-container .menu {
    gap: 55px;
  }
}
.header__menu-container .menu .menu-item a {
  text-align: center;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
  letter-spacing: 1px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .header__menu-container .menu .menu-item a {
    font-size: 12px;
  }
}
.header__left {
  display: flex;
  align-items: center;
  gap: 53px;
}
.header__some {
  display: flex;
  gap: 38px;
  align-items: center;
}
@media (max-width: 768px) {
  .header__some {
    display: none;
  }
}
.header__some-link {
  height: 24px;
}
.header__some-icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 78px;
}
.header__hamburger {
  position: relative;
  width: 36px;
  height: 20px;
  z-index: 22;
  cursor: pointer;
}
.header__hamburger-img {
  height: 20px;
  width: 36px;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 576px) {
  .header__hamburger-img {
    width: 24px;
    height: 14px;
  }
}
.header__hamburger-close {
  transition: opacity 0.3s ease;
  width: 29px;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 576px) {
  .header__hamburger-close {
    width: 17px;
    height: 17px;
  }
}
.header .hidden {
  opacity: 0;
}
.header--follow {
  background-color: #202B33;
  border-bottom: 1px solid #A79672;
}
.header--follow .header__menu-container,
.header--follow .header__logo-img {
  opacity: 1;
  display: block;
}
.header--opened {
  border: none;
}
.header--opened .header__lang-switcher,
.header--opened .header__menu-container,
.header--opened .header__logo-img {
  opacity: 0;
}

.tile {
  width: 100vw;
  height: 100vh;
  background-color: #202B33;
  position: fixed;
  bottom: -100vh;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 10;
  padding-top: 60px;
  min-height: 0px;
}
.tile--active {
  opacity: 1;
  bottom: 0;
}
@media (max-width: 992px) {
  .tile {
    overflow: scroll;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .tile {
    justify-content: start;
    height: 100dvh;
  }
}
.tile ul {
  list-style: none;
}
.tile__top {
  height: calc(100vh - 170px);
  max-height: 750px;
  padding: 134px 0 79px 0;
}
@media (max-width: 1561px) {
  .tile__top {
    padding: 103px 0 88px;
    max-height: 636px;
  }
}
@media (max-height: 900px) {
  .tile__top {
    padding: 34px 0 88px;
  }
}
@media (max-width: 992px) {
  .tile__top {
    padding: 153px 0 100px 0;
    max-height: 875px;
    min-height: 700px;
  }
}
@media (max-width: 768px) {
  .tile__top {
    padding: 0px 0 43px 0;
    max-height: 350px;
    min-height: 330px;
  }
}
.tile__menu {
  height: 100%;
}
@media (max-width: 992px) {
  .tile__menu {
    max-height: 500px;
  }
}
.tile__menu ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.tile__menu a {
  text-align: center;
  font-size: 56px;
  line-height: 120%;
}
@media (max-width: 1561px) {
  .tile__menu a {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .tile__menu a {
    font-size: 24px;
  }
}
.tile__bottom {
  padding: 44px 171px 41px 171px;
  max-width: 1570px;
  border-top: 1px solid #A79672;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1561px) {
  .tile__bottom {
    padding: 44px 0px 33px 0px;
  }
}
@media (max-width: 992px) {
  .tile__bottom {
    border-top: none;
    padding: 0;
    position: relative;
  }
}
@media (max-width: 768px) {
  .tile__bottom {
    height: 100%;
  }
}
.tile__bottom * {
  font-size: 14px;
  font-family: alibaba-sans, sans-serif;
  line-height: 1.7;
}
.tile__contact, .tile__some {
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .tile__contact, .tile__some {
    text-align: center !important;
  }
}
@media (max-width: 768px) {
  .tile__address {
    text-align: center !important;
  }
}
@media (max-width: 992px) {
  .tile__phone, .tile__email {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .tile__contact {
    text-align: right;
  }
}
@media (max-width: 992px) {
  .tile__some-single {
    display: none;
  }
}
.tile__some-single-tablet {
  display: none;
}
@media (max-width: 992px) {
  .tile__some-single-tablet {
    display: flex;
    align-items: center;
  }
}
.tile__reservation {
  display: none;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1.6px;
  border-bottom: 1px solid #f9f9f9;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 95px;
}
@media (max-width: 992px) {
  .tile__reservation {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .tile__reservation {
    font-size: 18px;
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .tile__some {
    display: none;
  }
}
.tile__book {
  display: none;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 2px;
  border-bottom: 2px solid #f9f9f9;
}
@media (max-width: 992px) {
  .tile__book {
    display: block;
  }
}
@media (max-width: 768px) {
  .tile__book {
    text-align: center;
    font-size: 18px;
    order: 3;
    padding-top: 60px;
  }
}
.tile__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .tile__row {
    flex-direction: column;
    gap: 41px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .tile__row {
    gap: 9px;
  }
}
.tile__row--mobile {
  display: none;
}
.tile__row--mobile .tile__lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}
.tile__row--mobile .tile__lang-switcher::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url("../../src/img/globe.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 992px) {
  .tile__row--mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 60vw;
    margin: 0 auto;
    padding: 34px 117px;
    box-sizing: content-box;
  }
  .tile__row--mobile::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #A79672;
    left: 0;
    bottom: 90px;
    position: absolute;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .tile__row--mobile {
    justify-content: center;
    gap: 50px;
    max-width: none;
  }
  .tile__row--mobile::before {
    bottom: 67px;
  }
}
@media (max-width: 920px) {
  .tile__row--mobile {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  .tile__row--mobile {
    padding: 22px 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 1561px) {
  .tile__row {
    max-width: 747px;
    margin: 0 auto;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .tile__row {
    max-width: 689px;
    position: relative;
    margin-bottom: 77px;
    padding: 0px 117px;
    box-sizing: content-box;
  }
}
@media (max-width: 992px) and (max-width: 920px) {
  .tile__row {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .tile__row {
    margin-bottom: 49px;
  }
}
@media (max-width: 992px) and (max-height: 690px) {
  .tile__row {
    margin-bottom: 149px;
  }
}/*# sourceMappingURL=style.css.map */