.promo {
  position: relative;
  padding-top: 10rem;
  margin-bottom: 11.25rem;
}
.promo__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 81.25rem;
  z-index: -1;
}
.promo__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo__container {
  text-align: center;
}
.promo__title {
  margin-bottom: 1.875rem;
}
.promo__title div {
  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;
}
.promo__title span {
  position: relative;
  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;
  width: 6.5625rem;
  height: 6.5625rem;
  margin: 0 1.25rem;
  -webkit-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  transform: rotate(-4deg);
  -webkit-filter: drop-shadow(-6px 15px 69px rgba(128, 0, 0, 0.67));
  filter: drop-shadow(-6px 15px 69px rgba(128, 0, 0, 0.67));
}
.promo__title span > svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo__text {
  max-width: 32.5rem;
  width: 100%;
  margin: 0 auto 1.875rem;
}
.promo__price {
  font-size: max(4rem, 12px);
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-align: center;
  background: linear-gradient(173deg, #fff8f8 0%, #ffc0c0 77.46%, #ff7f7f 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.125rem;
}
.promo__list {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.75rem;
  margin-bottom: 3.125rem;
}
.promo__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.75rem;
  padding: 0.9375rem 1.5625rem;
  -webkit-box-shadow: inset 0 0 18px 0 rgba(255, 0, 0, 0.25);
  box-shadow: inset 0 0 18px 0 rgba(255, 0, 0, 0.25);
  background-color: var(--white);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-weight: 500;
}
.promo__list > li > svg {
  width: 1.46875rem;
  height: 1.46875rem;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 0.625rem;
}
.promo__list > li > p {
  background: linear-gradient(141deg, #211 0%, #fb5036 48.35%, #fb5036 68.97%, #211 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .promo {
    padding-top: 140px;
    margin-bottom: 155px;
  }
  .promo__bg {
    height: 950px;
  }
  .promo__title {
    margin-bottom: 20px;
  }
  .promo__text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .promo__price {
    font-size: 40px;
    line-height: 85%;
    margin-bottom: 20px;
  }
  .promo__list {
    gap: 3px;
    margin-bottom: 43px;
  }
  .promo__list > li {
    border-radius: 6px;
    padding: 7.75px 12.7px;
    -webkit-box-shadow: inset 0 0 9px 0 rgba(255, 0, 0, 0.25);
    box-shadow: inset 0 0 9px 0 rgba(255, 0, 0, 0.25);
  }
  .promo__list > li > svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
  .promo__list > li > p {
    font-size: 10px;
    line-height: 120%;
  }
  .promo__button .btn {
    width: 100%;
  }
}
/*# sourceMappingURL=promo.css.map */
/*# sourceMappingURL=promo.css.map */