@font-face {
  font-family: Futura PT;
  src: url("https://cdn.lentochka.lenta.com/assets/1d95e86d-ab6d-4028-a0a7-9559b8e56f42/FuturaPTBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  src: url("https://cdn.lentochka.lenta.com/assets/1d95e86d-ab6d-4028-a0a7-9559b8e56f42/FuturaPTLight.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  src: url("https://cdn.lentochka.lenta.com/assets/1d95e86d-ab6d-4028-a0a7-9559b8e56f42/FuturaPTBook.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  src: url("https://cdn.lentochka.lenta.com/assets/1d95e86d-ab6d-4028-a0a7-9559b8e56f42/FuturaPTDemi.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  src: url("https://cdn.lentochka.lenta.com/assets/1d95e86d-ab6d-4028-a0a7-9559b8e56f42/FuturaPTHeavy.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Futura PT;
  src: url("https://cdn.lentochka.lenta.com/assets/1d95e86d-ab6d-4028-a0a7-9559b8e56f42/FuturaPTMedium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

.swiper {
  position: relative;
  z-index: 1;
  display: block;
  list-style: none;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}

.swiper-slide {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
}

.text-image *:focus {
  outline: none;
}

.text-image *:focus-visible {
  outline: 2px solid #003c96;
  outline-offset: 3px;
  border-radius: 2px;
}

.text-image .center {
  text-align: center;
}

.promotional-carousel {
  position: relative;
  box-sizing: border-box;
  margin-top: 32px;
  width: 100%;
  font-family: "Futura PT", sans-serif;
}

.promotional-carousel .swiper {
  margin: -8px;
  padding: 8px;
}

.promotional-carousel .swiper-slide {
  width: 278px;
}

@media (max-width: 768px) {
  .promotional-carousel .swiper-slide {
    width: 260px;
  }
}

@media (max-width: 768px) {
  .promotional-carousel {
    margin-top: 20px;
  }
}

.promotional-carousel * {
  box-sizing: inherit;
}

.promotional-carousel__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

.promotional-carousel__title {
  margin: 0;
  margin-bottom: 12px;
  color: #111;
  font-size: 24px;
  line-height: 120%;
  line-height: 1.5;
}

.promotional-carousel__inner {
  position: relative;
}

.promotional-carousel__slider-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 48px;
  height: 48px;
  background-color: #fff;
  color: #003c96;
  border: 0px;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  padding: 0px;
  margin: 0px;
  transform: translateY(-50%);
  transition: 0.2s;
  opacity: 0;
}

.promotional-carousel__slider-btn svg {
  transition: color 0.2s;
  height: 24px;
  width: 24px;
}

.promotional-carousel__slider-btn--prev {
  left: 10px;
}

.promotional-carousel__slider-btn--next {
  right: 10px;
}

.promotional-carousel__slider-btn--prev svg {
  transform: rotate(180deg);
}

.promotional-carousel__slider-btn:hover {
  background-color: #e0e3f1;
  color: #fff;
}

.promotional-carousel__slider-btn.swiper-button-disabled,
.promotional-carousel__slider-btn.swiper-button-lock {
  display: none;
}

.promotional-carousel:hover .promotional-carousel__slider-btn {
  opacity: 1;
}

.promotional-carousel__card {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  color: #111;
  text-decoration: none;
  border-radius: 12px;
  box-shadow: 0 2px 7.5px rgba(0, 0, 0, .1);
}

.promotional-carousel__card:hover .promotional-carousel__image img {
  transform: scale(1.05);
}

.promotional-carousel__image {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 192px;
}

.promotional-carousel__image img {
  position: absolute;
  inset: 0px;
  z-index: 0;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.2s linear;
}

.promotional-carousel__text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-grow: 1;
  box-sizing: border-box;
  min-height: 168px;
  padding: 16px 12px 24px;
}

@media (max-width: 768px) {
  .promotional-carousel__text {
    min-height: 152px;
  }
}

.promotional-carousel__date {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  color: #898989;
}

@media (max-width: 768px) {
  .promotional-carousel__date {
    line-height: 17px;
    font-size: 13px;
  }
}

.promotional-carousel__subtitle {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  font-weight: 600;
  color: #111;
  font-size: 17px;
  line-height: 22px;
}

.promotional-carousel__descr {
  margin: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  font-weight: 400;
  color: var(--text-secondary, #898989);
  font-size: 17px;
  -webkit-line-clamp: 3;
  line-height: 23px;
}

@media (max-width: 768px) {
  .promotional-carousel__descr {
    font-size: 15px;
    line-height: 19px;
  }
}
