.promo {
  position: relative;
  padding-top: 24.375rem;
  margin-bottom: 8.75rem;
}
.promo__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  z-index: -1;
  height: 95.3125rem;
}
.promo__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.promo__container {
  text-align: center;
}
.promo__title {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto 1.25rem;
  color: var(--white);
  background: linear-gradient(-165deg, #FF7300 0%, #FEA550 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promo__text {
  max-width: 42.1875rem;
  width: 100%;
  margin: 0 auto 2.5rem;
}
.promo__button {
  margin-bottom: 1.25rem;
}
.promo__row {
  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__row:not(:last-child) {
  margin-bottom: 0.75rem;
}
.promo__price {
  font-size: max(0.875rem, 12px);
  line-height: 140%;
}
.promo__price strong {
  background: linear-gradient(-165deg, #FF7300 0%, #FEA550 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promo__label {
  position: relative;
  padding: 0.125rem 0.6875rem;
  border-radius: 0.4375rem;
  font-weight: 700;
  text-align: center;
  margin-left: 0.375rem;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.promo__label strong {
  font-weight: 700;
  background: linear-gradient(140deg, #b5f289 0%, #57c2a7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promo__label::before, .promo__label::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 0.4375rem;
}
.promo__label::before {
  top: -0.075rem;
  left: -0.075rem;
  right: -0.075rem;
  bottom: -0.075rem;
  background: linear-gradient(165deg, #B5F289 0%, #1F8F73 100%);
}
.promo__label::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0.4375rem;
  background-color: var(--bg);
}
.promo__descr {
  font-size: max(0.75rem, 12px);
  line-height: 140%;
  font-weight: 300;
  color: var(--white-06);
}
.promo__descr strong {
  color: var(--white);
}
.promo__quantity {
  padding: 0 0.25rem;
  color: var(--black);
  margin-left: 0.1875rem;
  font-size: max(0.875rem, 12px);
  line-height: 140%;
  border-radius: 0.1875rem;
  background: -webkit-gradient(linear, left top, right top, from(#FF7300), to(#FEA550));
  background: linear-gradient(90deg, #FF7300 0%, #FEA550 100%);
}
@media (max-width: 768px) {
  .promo {
    padding-top: 290px;
    margin-bottom: 105px;
  }
  .promo__bg {
    left: 50%;
    right: unset;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 768px;
    height: 1736px;
  }
  .promo__row:not(:last-child) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
  }
  .promo__quantity {
    padding: 0 0.25rem;
    color: var(--black);
    margin-left: 0.1875rem;
    font-size: max(0.875rem, 12px);
    line-height: 140%;
    border-radius: 0.1875rem;
    background: -webkit-gradient(linear, left top, right top, from(#FF7300), to(#FEA550));
    background: linear-gradient(90deg, #FF7300 0%, #FEA550 100%);
  }
  .promo__descr {
    white-space: nowrap;
  }
}
/*# sourceMappingURL=promo.css.map */