.card-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  border: var(--hq-border-outset);
  transition: background-color var(--transition);
}
@media (hover: hover) {
  .card-link:hover {
    background-color: var(--wp--preset--color--white);
  }
}
@media screen and (max-width: 768px) {
  .card-link {
    padding: 12px;
  }
}
.card-link__text {
  max-width: 156px;
  text-align: center;
  color: var(--wp--preset--color--white);
  text-shadow: var(--font-shadow);
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-m);
  line-height: var(--line-height-m);
}
@media screen and (max-width: 1024px) {
  .card-link__text {
    font-size: var(--font-size-s);
    line-height: var(--line-height-s);
  }
}
@media screen and (max-width: 768px) {
  .card-link__text {
    max-width: 244px;
  }
}.index-cards__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.index-cards__list._variant-2 {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .index-cards__list {
    grid-template-columns: 1fr;
  }
}.index-block {
  margin-bottom: 48px;
}
@media screen and (max-width: 1280px) {
  .index-block._divider {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .index-block._divider {
    margin-bottom: 48px;
  }
}
.index-block__title-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .index-block__title-wrapper {
    flex-direction: column;
    gap: 16px;
  }
}
.index-block._size-l .index-block__title-wrapper {
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .index-block._size-l .index-block__title-wrapper {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 425px) {
  .index-block._size-l .index-block__title-wrapper {
    margin-bottom: 20px;
  }
}
.index-block__title {
  width: calc((100% - 8px) / 2);
  margin-bottom: 0 !important;
  font-size: var(--font-size-h2);
  line-height: var(--line-height-xl);
  color: var(--wp--preset--color--white) !important;
  text-shadow: var(--font-shadow) !important;
}
@media screen and (max-width: 768px) {
  .index-block__title {
    width: 100%;
  }
}
.index-block__subtitle {
  width: calc((100% - 8px) / 2);
  margin-bottom: 16px !important;
  margin-top: 0 !important;
  font-size: var(--font-size-m);
  line-height: var(--line-height-l);
}
@media screen and (max-width: 768px) {
  .index-block__subtitle {
    width: 100%;
  }
}
.index-block__content {
  margin-bottom: 48px;
}
.index-block__divider {
  height: 2px !important;
  margin: 0 0 48px 0 !important;
  background-color: var(--grey-4);
  opacity: 0.5;
}
@media screen and (max-width: 1280px) {
  .index-block__divider {
    margin: 0 0 40px 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .index-block__divider {
    display: none;
  }
}.poster {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
@media screen and (max-width: 1024px) {
  .poster {
    grid-template-columns: 1fr;
  }
}
.poster__info {
  padding: 24px;
  background-color: var(--wp--preset--color--white);
}
.poster__info-wrapper {
  max-width: 238px;
}.index-info {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media screen and (max-width: 1024px) {
  .index-info {
    gap: 48px;
  }
}
@media screen and (max-width: 768px) {
  .index-info {
    gap: 40px;
  }
}
@media screen and (max-width: 425px) {
  .index-info {
    gap: 32px;
  }
}
.index-info__row {
  display: flex;
  gap: 56px;
}
@media screen and (max-width: 1024px) {
  .index-info__row {
    gap: 24px;
  }
}
.index-info__row._reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .index-info__row {
    flex-direction: column;
  }
  .index-info__row._reverse {
    flex-direction: column;
  }
}
.index-info__text {
  flex: 1;
}
.index-info__image {
  flex: 1;
}
.index-info__image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}.reviews-link {
  font-family: var(--wp--preset--font-family--pt-sans-narrow);
  font-size: var(--font-size-m);
  line-height: var(--line-height-l);
  font-weight: var(--font-weight-xl);
  color: var(--wp--preset--color--black);
  text-decoration: underline;
}.reviews__link {
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .reviews__link {
    display: none;
  }
}
.reviews__slider {
  position: relative;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .reviews__slider {
    margin: 0 -1.25em;
    padding: 0 1.25em 24px 1.25em;
  }
}
.reviews__slide {
  height: auto;
}
.reviews__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__navigation {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .reviews__navigation {
    display: none;
  }
}
.reviews__button {
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}
@media (hover: hover) {
  .reviews__slider:hover .reviews__button:not(:disabled) {
    opacity: 1;
    pointer-events: all;
  }
}
.reviews__icon._prev {
  transform: scaleX(-1);
}
.reviews__pagination .swiper-pagination-bullets {
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.reviews__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 8px;
  height: 8px;
  border-radius: 0;
  border: 1px solid var(--grey-2);
  background: transparent;
  opacity: 1;
}
.reviews__pagination .swiper-pagination-bullet-active {
  background: var(--grey-2);
}.reviews-average__rate-wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 2px;
  margin: 0 0 4px 0 !important;
}
@media screen and (max-width: 768px) {
  .reviews-average__rate-wrapper {
    justify-content: flex-start;
  }
}
.reviews-average__rate {
  font-size: var(--font-size-h2);
  line-height: var(--line-height-xl);
  font-weight: var(--font-weight-l);
  font-family: var(--wp--preset--font-family--druk-wide);
}
.reviews-average__text {
  max-width: 92px;
  margin: 0 !important;
  text-align: right;
  font-size: var(--font-size-s);
  line-height: var(--line-height-m);
  color: var(--grey-1);
}
@media screen and (max-width: 768px) {
  .reviews-average__text {
    max-width: 100%;
    text-align: left;
  }
}.establishment-card {
  overflow: hidden;
}
.establishment-card__slider {
  position: relative;
  margin-bottom: 12px;
}
.establishment-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.establishment-card__navigation {
  position: absolute;
  top: 50%;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .establishment-card__navigation {
    display: none;
  }
}
.establishment-card__button {
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}
@media (hover: hover) {
  .establishment-card__slider:hover .establishment-card__button:not(:disabled) {
    opacity: 1;
    pointer-events: all;
  }
}
.establishment-card__slider-wrapper {
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .establishment-card__slider-wrapper {
    aspect-ratio: 2/1;
  }
}
.establishment-card__icon._prev {
  transform: scaleX(-1);
}
.establishment-card__pagination .swiper-pagination-bullets {
  bottom: 8px;
  display: flex;
  justify-content: center;
  gap: 4px;
}
.establishment-card__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 8px;
  height: 8px;
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--white);
  background: transparent;
  opacity: 1;
}
.establishment-card__pagination .swiper-pagination-bullet-active {
  background: var(--wp--preset--color--white);
}
.establishment-card__title {
  margin-bottom: 6px !important;
  font-size: var(--font-size-s);
  line-height: var(--line-height-s);
  font-weight: var(--font-weight-l);
  font-family: var(--wp--preset--font-family--druk-wide);
}
.establishment-card__subtitle {
  margin: 0 0 12px 0 !important;
  font-size: var(--font-size-m);
  line-height: var(--line-height-l);
}
.establishment-card__address {
  margin: 0 0 2px 0 !important;
  font-size: var(--font-size-m);
  line-height: var(--line-height-l);
  color: var(--orange-dark);
}
.establishment-card__time {
  margin: 0 !important;
  font-size: var(--font-size-m);
  line-height: var(--line-height-l);
}.establishments {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .establishments {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }
}.main-navigation {
  padding: 24px;
  border: var(--hq-border-outset);
}
@media screen and (max-width: 768px) {
  .main-navigation {
    padding: 24px 20px;
  }
}
.main-navigation__title {
  margin-bottom: 28px;
  color: var(--wp--preset--color--white);
  text-shadow: var(--font-shadow);
  font-weight: var(--font-weight-l);
  font-size: var(--font-size-h2);
  line-height: var(--line-height-xl);
}
.main-navigation__list {
  display: flex;
  justify-content: space-between;
  gap: 2px;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .main-navigation__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, 84px);
    justify-content: start;
    gap: 14px;
  }
}
@media screen and (max-width: 375px) {
  .main-navigation__list {
    column-gap: 39px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 425px) {
  .main-navigation__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 375px) {
  .main-navigation__list {
    column-gap: 16px;
  }
}.hero {
  margin-bottom: 24px;
}
.hero__text {
  margin-bottom: 24px;
}
.hero .hero__title {
  margin-bottom: 16px !important;
  font-size: var(--font-size-xxl) !important;
  line-height: 100% !important;
}
@media screen and (max-width: 1280px) {
  .hero .hero__title {
    font-size: var(--font-size-xl) !important;
  }
}
@media screen and (max-width: 1024px) {
  .hero .hero__title {
    font-size: 32px !important;
    line-height: 32px !important;
    margin-bottom: 14px !important;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero__title {
    font-size: 28px !important;
    line-height: 28px !important;
    margin-bottom: 8px !important;
  }
}
@media screen and (max-width: 425px) {
  .hero .hero__title {
    font-size: 24px !important;
    line-height: 24px !important;
  }
}
.hero__subtitle {
  max-width: 678px;
  margin: 0 !important;
  margin-bottom: 24px !important;
  font-size: var(--font-size-l) !important;
  line-height: var(--line-height-xxl) !important;
  font-family: var(--wp--preset--font-family--druk-wide);
}
@media screen and (max-width: 1280px) {
  .hero__subtitle {
    max-width: 655px;
    margin-bottom: 20px !important;
    font-size: 24px !important;
    line-height: 24px !important;
  }
}
@media screen and (max-width: 1024px) {
  .hero__subtitle {
    max-width: 430px;
    font-size: 20px !important;
    line-height: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .hero__subtitle {
    max-width: 370px;
    font-size: 16px !important;
    line-height: 16px !important;
  }
}
@media screen and (max-width: 425px) {
  .hero__subtitle {
    max-width: 100%;
    margin-bottom: 16px !important;
  }
}
.hero__video-wrapper {
  margin-bottom: 24px;
  position: relative;
  aspect-ratio: 1920/821;
}
@media screen and (max-width: 1280px) {
  .hero__video-wrapper {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .hero__video-wrapper {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .hero__video-wrapper {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 425px) {
  .hero__video-wrapper {
    margin-bottom: 12px;
  }
}
.hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.hero__description {
  margin: 0 !important;
  margin-bottom: 52px !important;
  max-width: 66%;
  font-size: 20px !important;
  line-height: 26px !important;
  font-weight: var(--font-weight-l) !important;
  font-family: var(--wp--preset--font-family--druk-wide);
}
@media screen and (max-width: 1024px) {
  .hero__description {
    max-width: 100%;
  }
}
.hero__description._selected {
  background-color: var(--bs-orange);
}
@media screen and (max-width: 1280px) {
  .hero__description {
    margin-bottom: 44px !important;
    font-size: var(--font-size-m) !important;
    line-height: var(--line-height-xl) !important;
  }
}
@media screen and (max-width: 425px) {
  .hero__description {
    margin-bottom: 24px !important;
    font-size: var(--font-size-xxs) !important;
    line-height: var(--line-height-s) !important;
  }
}.index {
  max-width: 1400px;
  margin: 0 auto;
}
.index__navigation {
  margin-bottom: 48px;
}
@media screen and (max-width: 1280px) {
  .index__navigation {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .index__navigation {
    margin-bottom: 24px;
    margin-inline: -1.25em;
  }
}
@media screen and (min-width: 769px) {
  .index__reviews-link {
    display: none;
  }
}