.promo {
  position: relative;
  padding-top: 13.75rem;
  margin-bottom: 19.375rem;
}
.promo__bg {
  height: 69.375rem;
  bottom: unset;
}
.promo__bg img {
  -o-object-position: 0 -5rem;
  object-position: 0 -5rem;
}
.promo__container {
  text-align: center;
}
.promo__label {
  font-weight: 500;
  border-radius: 0.75rem;
  padding: 0.625rem 1.5625rem;
  margin: 0 auto 0.53125rem;
  -webkit-box-shadow: inset 0 0 18px 0 rgba(255, 0, 0, 0.25), inset 0 0 18px 0 rgba(255, 0, 0, 0.25), -4px 12px 52px 0 rgba(128, 0, 0, 0.67), -5px 7px 53px 0 #ff0b0b;
  box-shadow: inset 0 0 18px 0 rgba(255, 0, 0, 0.25), inset 0 0 18px 0 rgba(255, 0, 0, 0.25), -4px 12px 52px 0 rgba(128, 0, 0, 0.67), -5px 7px 53px 0 #ff0b0b;
  background-color: var(--white);
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  width: 100%;
  max-width: 30rem;
}
.promo__label p {
  background: linear-gradient(97.46deg, #211 9.27%, #fb5036 51.73%, #fb5036 69.84%, #211 97.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promo__title {
  font-size: max(8.1875rem, 12px);
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.05em;
  background: linear-gradient(137.17deg, #fff8f8 74.45%, #ffc0c0 79.5%, #ff7f7f 80.96%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.5rem;
}
.promo__text {
  max-width: 35.9375rem;
  width: 100%;
  margin: 0 auto 1.5625rem;
}
.promo__text p {
  background: linear-gradient(100.62deg, rgba(255, 255, 255, 0.7) 48.96%, rgba(255, 209, 209, 0.7) 100.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promo__price {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}
.promo__price > span {
  display: block;
  margin-bottom: 0.25rem;
  background: linear-gradient(100.62deg, #fff 48.83%, #ffd1d1 100.38%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promo__price > p {
  font-size: max(4rem, 12px);
  line-height: 100%;
  font-weight: 700;
  letter-spacing: -0.05em;
  background: linear-gradient(137.17deg, #fff8f8 69.42%, #ffc0c0 83.5%, #ff7f7f 87.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0.3125rem;
}
.promo__button {
  margin-top: 1.75rem;
}
.promo__banner {
  position: relative;
  margin: 11.25rem auto 0;
  max-width: 49.5rem;
  width: 100%;
}
.promo__banner-bg {
  position: absolute;
  left: 50%;
  bottom: -12.8125rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: 73.75rem;
  height: 48.75rem;
}
.promo__banner-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 768px) {
  .promo {
    padding-top: 155px;
    margin-bottom: 200px;
  }
  .promo__bg {
    height: 725px;
  }
  .promo__bg img {
    -o-object-position: unset;
    object-position: unset;
  }
  .promo__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo__label {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-radius: 7px;
    padding: 6px 15px;
    margin: -8px auto 30px;
    -webkit-box-shadow: inset 0 0 11px 0 rgba(255, 0, 0, 0.25), inset 0 0 11px 0 rgba(255, 0, 0, 0.25), -3px 7px 31px 0 rgba(128, 0, 0, 0.67), -3px 4px 32px 0 #ff0b0b;
    box-shadow: inset 0 0 11px 0 rgba(255, 0, 0, 0.25), inset 0 0 11px 0 rgba(255, 0, 0, 0.25), -3px 7px 31px 0 rgba(128, 0, 0, 0.67), -3px 4px 32px 0 #ff0b0b;
    max-width: 288px;
    font-size: 12px;
    line-height: 120%;
  }
  .promo__title {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    font-size: 54px;
    margin-bottom: unset;
  }
  .promo__text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 16px;
  }
  .promo__price {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .promo__price > p {
    font-size: 40px;
  }
  .promo__button {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 20px;
  }
  .promo__banner {
    margin-top: 140px;
    max-width: 400px;
  }
  .promo__banner-bg {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 707px;
    height: 468px;
  }
}
/*# sourceMappingURL=promo.css.map */