.promo {
  margin: 6.875rem 0 5.9375rem;
}
.promo__container {
  position: relative;
}
.promo__wrapper {
  position: relative;
  padding: 2.5rem 3.75rem 4.375rem;
  min-height: 43.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.promo__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../img/promo/bg.png");
}
.promo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.promo__info {
  max-width: 43.75rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.promo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 1rem;
  margin-bottom: 2.8125rem;
}
.promo__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-size: max(1.125rem, 14px);
  line-height: 140%;
  font-weight: 700;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.32);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.32);
  background-color: var(--dark);
  border-radius: 3.5rem;
  padding: 0.375rem 1rem;
}
.promo__tag::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  -webkit-animation: fadeAnimation 1s linear infinite;
  animation: fadeAnimation 1s linear infinite;
  background: linear-gradient(132deg, #f00 0%, #ffa7a7 100%);
  margin-right: 0.5rem;
  -webkit-box-shadow: 0 0 6px 0 #ea1f1f;
  box-shadow: 0 0 6px 0 #ea1f1f;
}
.promo__subtitle {
  font-weight: 500;
  color: var(--orange);
  margin-left: 1.5rem;
}
.promo__subtitle strong {
  text-transform: uppercase;
}
.promo__title {
  font-size: max(2.75rem, 12px);
  line-height: 100%;
  font-weight: 700;
  margin-bottom: 2rem;
}
.promo__title span {
  color: var(--orange);
}
.promo__descr {
  font-size: max(1.5rem, 12px);
  line-height: 120%;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 1.75rem;
  max-width: 32rem;
  width: 100%;
}
.promo__descr strong {
  color: var(--orange);
}
.promo__text {
  max-width: 35rem;
  width: 100%;
  margin-bottom: 1.625rem;
}
.promo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5rem;
}
.promo__list > li {
  position: relative;
  padding: 0.5625rem 0;
  font-weight: 500;
  color: var(--orange);
  background-color: #FFEEDE;
  -webkit-box-shadow: 50px 25px 120px rgba(255, 128, 23, 0.35), -50px -25px 120px rgba(255, 128, 23, 0.35), 0 0 8px rgba(255, 238, 222, 0.7215686275);
  box-shadow: 50px 25px 120px rgba(255, 128, 23, 0.35), -50px -25px 120px rgba(255, 128, 23, 0.35), 0 0 8px rgba(255, 238, 222, 0.7215686275);
}
.promo__list > li::before, .promo__list > li::after {
  content: "";
  position: absolute;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 1.375rem;
  top: 0;
  bottom: 0;
}
.promo__list > li::after {
  right: -1.375rem;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="22" height="40" preserveAspectRatio="none" viewBox="0 0 22 40" fill="none"%3E%3Cg clip-path="url(%23clip0_2024_330)"%3E%3Cpath d="M-133.183 3.02899C-133.982 1.69594 -133.022 0 -131.468 0H8.86761C9.57014 0 10.2212 0.368598 10.5826 0.971009L21.3826 18.971C21.7626 19.6044 21.7626 20.3956 21.3826 21.029L10.5826 39.029C10.2212 39.6314 9.57014 40 8.86762 40H-131.468C-133.022 40 -133.982 38.3041 -133.183 36.971L-123.617 21.029C-123.237 20.3956 -123.237 19.6044 -123.617 18.971L-133.183 3.02899Z" fill="%23FFEEDE"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_2024_330"%3E%3Crect width="22" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
}
.promo__list > li:first-child {
  padding-left: 1.25rem;
  border-radius: 2px 0 0 2px;
}
.promo__list > li:not(:first-child)::before {
  left: -1.375rem;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="22" height="40" preserveAspectRatio="none" viewBox="0 0 22 40" fill="none"%3E%3Cg clip-path="url(%23clip0_2024_330)"%3E%3Cpath d="M1.8174 3.02899C1.01757 1.69594 1.97779 0 3.53238 0H143.868C144.57 0 145.221 0.368598 145.583 0.971009L156.383 18.971C156.763 19.6044 156.763 20.3956 156.383 21.029L145.583 39.029C145.221 39.6314 144.57 40 143.868 40H3.53238C1.97779 40 1.01757 38.3041 1.8174 36.971L11.3826 21.029C11.7626 20.3956 11.7626 19.6044 11.3826 18.971L1.8174 3.02899Z" fill="%23FFEEDE"/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id="clip0_2024_330"%3E%3Crect width="22" height="40" fill="white"/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E');
}
.promo__list > li:not(:last-child) {
  margin-right: 2.5rem;
}
.promo__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 38.125rem;
  width: 100%;
}
.promo__button {
  margin-right: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.promo__places {
  font-size: max(0.875rem, 12px);
  line-height: 120%;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
.promo__img {
  position: relative;
  max-width: 26.6875rem;
  width: 100%;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: -2.5rem;
}
.promo__img::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 117.5%;
}
.promo__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.promo__timer {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1.5rem;
  border-radius: 2rem;
  -webkit-box-shadow: inset 0 0 30px 20px rgba(255, 128, 23, 0.35);
  box-shadow: inset 0 0 30px 20px rgba(255, 128, 23, 0.35);
  width: 34.65%;
  height: 21.2%;
}
.promo__timer-title {
  font-size: max(0.875rem, 12px);
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.25rem;
  color: var(--orange);
}
.promo__timer-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.promo__timer-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .promo__wrapper {
    min-height: 550px;
  }
}
@media (max-width: 768px) {
  .promo {
    margin: 90px 0 75px;
  }
  .promo .container {
    padding: 0 20px;
  }
  .promo__wrapper {
    padding: 28px 16px 75px;
    min-height: unset;
  }
  .promo__bg {
    background-image: url("../../img/promo/bg-mobile.jpg");
    border-radius: 24px;
  }
  .promo__info {
    max-width: unset;
    margin-right: unset;
    margin-bottom: 60px;
  }
  .promo__row {
    margin-bottom: 12px;
    row-gap: 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo__tag {
    font-size: 15px;
  }
  .promo__subtitle {
    font-size: 14px;
    line-height: 140%;
    margin: 0 auto;
  }
  .promo__title {
    font-size: 24px;
    margin-bottom: 12px;
    text-align: center;
    text-wrap: balance;
  }
  .promo__descr {
    font-size: 18px;
    color: var(--white);
    margin: 0 auto 12px;
    text-align: center;
  }
  .promo__text {
    font-size: 13px;
    line-height: 140%;
    margin: 0 auto 8px;
  }
  .promo__list {
    margin: 0 auto 10px;
  }
  .promo__list > li {
    padding: 5px 0;
    font-size: 9px;
    line-height: 140%;
  }
  .promo__list > li:not(:last-child) {
    margin-right: 36px;
  }
  .promo__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -60px auto 0;
  }
  .promo__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: unset;
    width: 100%;
  }
  .promo__places {
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    color: var(--white);
  }
  .promo__img {
    margin: 0 auto;
  }
  .promo__timer {
    position: relative;
    padding: 16px;
    border-radius: 24px;
    width: 100%;
    height: auto;
    margin-top: 20px;
  }
  .promo__timer-bg img {
    border-radius: 24px;
  }
  .promo__timer-title {
    line-height: 120%;
  }
}
@media (max-width: 500px) {
  .promo__list {
    margin-left: unset;
  }
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.timer__item {
  font-size: clamp(20px, 3.35vw, 48px);
  line-height: 100%;
  font-weight: 700;
  color: var(--white);
  text-shadow: 50px 25px 161px rgba(255, 128, 23, 0.81), -50px -25px 161px rgba(255, 128, 23, 0.81), 0 0 16px #ffeede;
}
.timer__item-wrapper {
  position: relative;
  text-align: center;
}
.timer__item-wrapper:not(:last-child) {
  padding-right: 1.875rem;
  margin-right: 0.75rem;
}
.timer__item-wrapper:not(:last-child)::before {
  content: ":";
  position: absolute;
  top: 0;
  right: 0;
  font-size: clamp(20px, 3.35vw, 48px);
  line-height: 100%;
  font-weight: 700;
  color: #e4e4ff;
  text-shadow: 50px 25px 161px rgba(255, 128, 23, 0.81), -50px -25px 161px rgba(255, 128, 23, 0.81), 0 0 16px #ffeede;
}
.timer__item-text {
  font-size: max(0.875rem, 12px);
  line-height: 120%;
  font-weight: 300;
  color: var(--white-09);
  margin-top: 0.3125rem;
}
@media (max-width: 1024px) {
  .timer__item {
    font-size: clamp(20px, 3.35vw, 48px);
  }
  .timer__item-wrapper:not(:last-child) {
    padding-right: 1.25rem;
    margin-right: 0.375rem;
  }
  .timer__item-wrapper:not(:last-child)::before {
    content: ":";
    position: absolute;
    top: 0;
    right: 0;
    font-size: clamp(20px, 3.35vw, 48px);
    line-height: 100%;
    font-weight: 700;
    color: #e4e4ff;
    text-shadow: 50px 25px 161px rgba(75, 75, 214, 0.8), -50px -25px 161px rgba(75, 75, 214, 0.8), 0 0 16px #d2d6fd;
  }
  .timer__item-text {
    font-size: max(0.875rem, 12px);
    line-height: 120%;
    font-weight: 300;
    color: rgba(240, 240, 240, 0.9);
  }
}
@media (max-width: 768px) {
  .timer__item {
    font-size: 32px;
  }
  .timer__item-wrapper:not(:last-child) {
    padding-right: 23px;
  }
  .timer__item-wrapper:not(:last-child)::before {
    font-size: 32px;
  }
}
/*# sourceMappingURL=promo.css.map */
/*# sourceMappingURL=promo.css.map */