.uc-locations {
  position: relative;
  background: #efe8d9 !important;
  color: #2e2d2c;
  font-family: 'Tenor', Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.uc-locations .t396__artboard {
  display: flex;
  align-items: center;
}

.uc-locations .t396__elem.tn-elem,
.uc-locations .tn-atom.tn-atom__html {
  width: 100% !important;
}

.uc-locations .t396__elem.tn-elem {
  left: unset !important;
  top: unset !important;
  height: unset !important;
}

@media (max-width: 1279px) {
  .top-locations__content,
  .top-locations__poster {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 719px) {
  .top-locations__content {
    gap: 16px;
  }
}

.top-locations {
  --padding-inline: 120px;

  display: flex;
  align-items: center;
  gap: 120px;
  width: 100vw;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: var(--padding-inline);
}

@media (max-width: 1600px) {
  .top-locations {
    gap: 100px;
  }
}

@media (max-width: 1439px) {
  .top-locations {
    --padding-inline: 40px;
    gap: 70px;
  }
}

@media (max-width: 1279px) {
  .top-locations {
    flex-direction: column;
    gap: 64px;
    padding-inline: var(--padding-inline);
  }
}

@media (max-width: 767px) {
  .top-locations {
    --padding-inline: 34px;
  }
}

.top-locations * {
  box-sizing: border-box;
}

.top-locations__left {
  width: 620px;
  flex-shrink: 0;
}

@media (max-width: 1600px) {
  .top-locations__left {
    width: 540px;
  }
}

@media (max-width: 1439px) {
  .top-locations__left {
    width: unset;
  }
}

@media (max-width: 1279px) {
  .top-locations__left {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 42px;
  }
}

.top-locations__title {
  font-weight: 400;
  line-height: 1;
  font-size: 44px;
}

@media (max-width: 1600px) {
  .top-locations__title {
    font-size: 40px;
  }
}

@media (max-width: 1439px) {
  .top-locations__title {
    font-size: 48px;
  }
}

@media (max-width: 1279px) {
  .top-locations__title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .top-locations__title {
    font-size: 28px;
  }
}

.top-locations__text {
  margin-top: 16px;
  max-width: 540px;
}

@media (max-width: 1600px) {
  .top-locations__text {
    max-width: 500px;
  }
}

@media (max-width: 1439px) {
  .top-locations__text {
    max-width: 430px;
  }
}

@media (max-width: 1279px) {
  .top-locations__text {
    max-width: none;
  }
}

@media (max-width: 1023px) {
  .top-locations__text {
    max-width: 100%;
  }
}

.top-locations__poster {
  display: block;
  width: 100%;
  max-width: 620px;
  height: auto;
  object-fit: cover;
  aspect-ratio: 60 / 29;
  margin-top: 40px;
}

@media (max-width: 1279px) {
  .top-locations__poster {
    max-width: none;
    margin-top: 0;
    height: 290px;
  }
}

@media (max-width: 1023px) {
  .top-locations__poster {
    display: none;
  }
}

.top-locations__right {
  min-width: 0;
  flex: 1;
}

@media (max-width: 1279px) {
  .top-locations__right {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .top-locations__right {
    width: 100%;
    order: 2;
  }
}

.top-locations-slider-shell {
  position: relative;
  overflow: visible;
}

.top-locations-slider {
  --slide-height: 690px;
  --content-max-height: 308px;
}

@media (max-width: 1600px) {
  .top-locations-slider {
    --slide-height: 620px;
  }
}

@media (max-width: 1439px) {
  .top-locations-slider {
    --slide-height: 560px;
  }
}

@media (max-width: 1279px) {
  .top-locations-slider {
    --slide-height: 500px;
    overflow: visible;
  }
}

@media (max-width: 1023px) {
  .top-locations-slider {
    --slide-height: 660px;
  }
}

@media (max-width: 767px) {
  .top-locations-slider {
    --slide-height: 700px;
  }
}

.top-locations-slider .swiper-wrapper {
  align-items: stretch;
}

.top-locations-slide {
  display: flex;
  flex-direction: column;
  height: var(--slide-height);
  width: 480px;
  transition: opacity 0.3s ease;
  cursor: pointer;
}

@media (max-width: 1279px) {
  .top-locations-slide {
    width: 440px;
  }
}

@media (max-width: 1023px) {
  .top-locations-slide {
    width: 400px;
  }
}

@media (max-width: 767px) {
  .top-locations-slide {
    width: 342px;
  }
}

.top-locations-slide.swiper-slide-active .top-locations-slide__content {
  max-height: var(--content-max-height);
  opacity: 1;
  transform: translateY(0);
  margin-top: 24px;
}

.top-locations-slide:not(.swiper-slide-active) .top-locations-slide__content {
  pointer-events: none;
}

.top-locations-slide__media {
  position: relative;
  width: 100%;
  min-height: 0;
  flex: 1 1 auto;
  overflow: hidden;
  background: #d8d1c6;
  transition: flex-basis 0.3s ease, min-height 0.3s ease;
}

.top-locations-slide__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.top-locations-slide__time {
  font-size: 56px;
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 2;
  color: #FFFBF7;
  white-space: nowrap;
}

@media (max-width: 1439px) {
  .top-locations-slide__time {
    font-size: 48px;
  }
}

@media (max-width: 767px) {
  .top-locations-slide__time {
    font-size: 32px;
  }
}

.top-locations-slide__content {
  flex: 0 0 auto;
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  padding-top: 0;
  transition: max-height 0.3s ease,
  opacity 0.3s ease,
  transform 0.3s ease,
  padding-top 0.3s ease;
}

.top-locations-slide__name {
  font-size: 24px;
}

.top-locations-slide__desc {
  margin-top: 16px;
}

.top-locations-slider__nav {
  --size: 60px;

  position: absolute;
  top: 50%;
  z-index: 2;
  width: var(--size);
  height: var(--size);
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

@media (max-width: 767px) {
  .top-locations-slider__nav {
    --size: 48px;
  }
}

.top-locations-slider__nav img {
  display: block;
  width: 100%;
  height: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .top-locations-slider__nav:hover {
    transform: translateY(-50%) scale(1.05);
  }
}

.top-locations-slider__nav--prev {
  left: -28px;
}

@media (max-width: 1279px) {
  .top-locations-slider__nav--prev {
    left: 0;
  }
}

.top-locations-slider__nav--next {
  right: 28px;
}

@media (max-width: 1279px) {
  .top-locations-slider__nav--next {
    right: 0;
  }
}

.top-locations-slider__nav--next img {
  transform: rotate(180deg);
}

.top-locations-slider__nav.swiper-button-disabled {
  pointer-events: none;
}
