.img-top_section {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.img-top_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img-top_section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #00000033 20%, transparent);
  pointer-events: none;
}

.splide--offer {
  width: 100%;
}

.info-container--offer a {
  max-width: 240px;
  width: 100%;
  margin-top: 30px;
}

.info-container--offer h4 {
  margin-bottom: 20px;
}

.info-container--offer h3 {
  margin-bottom: 50px;
  text-align: center;
}

.info-slider-section--offer {
  padding-top: 0;
  gap: 40px;
  justify-content: flex-start;
}

.offer-page {
  margin-bottom: 50px;
}

.offer-page h3 {
  text-align: center;
}

.offer-page .offers-list__content {
  padding: 0;
}

.offer-page .news__card {
  width: calc((100% - 60px) / 3) !important;
}

.news-content {
  display: flex;
  gap: 50px;
  margin-bottom: 140px;
}

.news-content__text {
  max-width: 796px;
  width: 100%;
}

.news-content__text p {
  font-size: 16px;
  line-height: 130%;
  font-weight: 400;
  color: var(--grey);
}

.news-content__text h2 {
  font-size: 62px;
  color: var(--gold);
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
}

.news-content__text h3 {
  font-size: 40px;
  color: var(--gold);
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}

.news-content__text h4 {
  font-weight: 500;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--grey);
}

.news-content__text span {
  font-size: 14px;
  line-height: 115%;
  font-weight: 400;
  color: #AAAAAA;
}

.news-content__img {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 413px;
}

.news-content__img img {
  max-width: 413px;
  width: 100%;
  height: 266px;
  object-fit: cover;
}

.news-mobile-slider {
  display: none;
}

.news-mobile-slider .info-slider-content {
  height: 100%;
  width: 100%;
}

.news-mobile-slider .info-slider-image-main {
  width: 100%;
  height: 100%;
}

.news-mobile-slider .info-slider-image-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-mobile-slider .info-slider-pagination {
  margin-top: 20px;
}

.offer-modal-overlay,
.news-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer-modal-container,
.news-modal-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: white;
  overflow-y: auto;
}

.offer-modal-close,
.news-modal-close {
  position: fixed;
  top: 10px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10000;
}

.offer-modal-close:hover,
.news-modal-close:hover {
  background: #ffffff42;
}

.offer-modal-content,
.news-modal-content {
  height: 100%;
  overflow-y: auto;
}

.more-details {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  text-transform: uppercase;
  display: inline-block;
}

.info-container--offer .splide__list {
  aspect-ratio: 1.1;
}
.info-slider-image-main {
  height: 100%;
}
.splide__track img {
  height: 100%;
}

.tabs-viewport {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

@media (max-width: 1202px) {
  .offer-page .news__card {
    width: 100% !important;
  }

  .news-content {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .news-content__img {
    display: none;
  }

  .news-mobile-slider {
    display: block;
    width: 100%;
  }

  .news-content {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 80px;
  }

  .news-content__text {
    max-width: 100%;
  }

  .news-content__text p {
    font-size: 14px;
    line-height: 140%;
  }

  .news-content__text h2 {
    font-size: 32px;
    line-height: 100%;
    text-align: left;
  }

  .news-content__text h3 {
    font-size: 24px;
    line-height: 110%;
  }

  .news-content__text h4 {
    font-size: 16px;
    line-height: 120%;
  }

  .news-content__text span {
    font-size: 12px;
    margin-top: 20px;
    display: block;
  }

  @media (max-width: 480px) {
   
    .news-content__text h2 {
      font-size: 28px;
    }

    .news-content__text h3 {
      font-size: 22px;
    }
  }
}