.countdown {
  font-family: Istok Web, sans-serif;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  color: #CE2E21;
}
.countdown-number {
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.countdown-number::after {
  content: ":";
  font-size: 15px;
  font-weight: 700;
}
.countdown-number:last-child::after {
  content: "";
}
.countdown-time {
  display: inline-block;
}

.offers-timer {
  position: absolute;
  border-radius: 7.5px;
  padding: 10px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FCEBEB;
  gap: 5px;
}
.offers-timer.offers-timer--ended {
  background-color: #F8F8F8;
}
.offers-timer.offers-timer--ended .offers-timer__text {
  color: #787A82;
}
.offers-timer.offers-timer--ended .offers-timer__text:before {
  background-image: url("../images/icons/timer-grey.svg");
}
.offers-timer__text {
  text-align: center;
  position: relative;
  padding-left: 20px;
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.3%;
  color: #19191B;
  line-height: 1.2;
  color: #B32E5D;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .offers-timer__text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .offers-timer__text {
    font-size: 14px;
  }
}
.offers-timer__text:before {
  content: "";
  position: absolute;
  top: 1px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-image: url("../images/icons/timer-red.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.offers__carousel {
  padding-top: 0;
}
.offers__carousel-item {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.offers__carousel-item__background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.offers__carousel-item__background:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: #1C4680;
  background: linear-gradient(180deg, #000 0%, #1C4680 100%);
  opacity: 0.35;
}
.offers__carousel-item__background__file {
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.offers__carousel-item__background--small {
  display: none;
}
@media screen and (max-width: 650px) {
  .offers__carousel-item__background--small {
    display: block;
  }
}
.offers__carousel-item__background--large {
  display: block;
}
@media screen and (max-width: 650px) {
  .offers__carousel-item__background--large {
    display: none;
  }
}
.offers__carousel-item__background__file {
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.offers__carousel-overlay {
  position: relative;
  max-width: 85%;
  margin: 0 auto;
  height: 860px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  z-index: 3;
}
@media screen and (max-width: 1700px) {
  .offers__carousel-overlay {
    max-width: 90%;
  }
}
@media screen and (max-width: 1500px) {
  .offers__carousel-overlay {
    max-width: 100%;
    height: 624px;
  }
}
@media screen and (max-width: 870px) {
  .offers__carousel-overlay {
    max-width: 100%;
    height: 493px;
  }
}
.offers__carousel-overlay-wrapper {
  width: 50%;
}
@media screen and (max-width: 1500px) {
  .offers__carousel-overlay-wrapper {
    width: 75%;
    padding-inline: 64px;
  }
}
@media screen and (max-width: 768px) {
  .offers__carousel-overlay-wrapper {
    padding-inline: 24px;
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .offers__carousel-overlay-wrapper {
    padding-inline: 12px;
  }
}
.offers__carousel-overlay__title {
  font-size: 64px;
  font-family: "Hobo std", sans-serif;
  line-height: 1em;
  margin-bottom: 8px;
  color: #FFFFFF;
}
@media screen and (max-width: 1280px) {
  .offers__carousel-overlay__title {
    font-family: "Hobo std", serif;
    font-weight: 700;
    font-size: 48px;
    letter-spacing: -1%;
    color: #19191B;
    line-height: 1.2;
    line-height: 1em;
    color: #FFFFFF;
  }
}
@media screen and (max-width: 1280px) and (max-width: 1024px) {
  .offers__carousel-overlay__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .offers__carousel-overlay__title {
    font-size: 32px;
  }
}
.offers__carousel-overlay__description {
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0%;
  color: black;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 8px;
}
@media (max-width: 1024px) {
  .offers__carousel-overlay__description {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .offers__carousel-overlay__description {
    font-size: 22px;
  }
}
.offers__content .section__title {
  margin-bottom: 32px;
}
.offers__content__item {
  display: flex;
  padding: 16px;
  gap: 32px;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #82BAF9;
}
@media screen and (max-width: 992px) {
  .offers__content__item {
    flex-direction: column;
  }
}
.offers__content__item:not(:last-child) {
  margin-bottom: 32px;
}
.offers__content__item-image {
  max-width: 686px;
  border-radius: 14px;
}
.offers__content__item-image-wrapper {
  position: relative;
}
.offers__content__item-content {
  flex: 1 1 0;
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .offers__content__item-content {
    flex-basis: 50%;
  }
}
.offers__content__item-content__title {
  font-family: "Hobo std", serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.3%;
  color: #19191B;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .offers__content__item-content__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .offers__content__item-content__title {
    font-size: 24px;
  }
}
.offers__content__item-content__description {
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2%;
  color: #5A5C62;
  line-height: 1.2;
}
@media (max-width: 1024px) {
  .offers__content__item-content__description {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .offers__content__item-content__description {
    font-size: 14px;
  }
}
.offers__plan {
  background-color: #ECF5FE;
}
