.promo {
  position: relative;
  padding: 11.5625rem 0 4.5rem;
  min-height: 56.25rem;
}
.promo__bg {
  position: absolute;
  top: 0;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 0;
  z-index: -1;
}
.promo__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0 0 3.75rem 3.75rem;
}
.promo__container {
  max-width: 62.8125rem;
  width: 100%;
}
.promo__subtitle {
  font-size: max(1.25rem, 12px);
  line-height: 120%;
  font-weight: 500;
  text-transform: uppercase;
  background: linear-gradient(91.48deg, #6071f3 0.13%, #f8baff 120.35%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 1.5rem;
}
.promo__title {
  font-size: max(3.5rem, 12px);
  line-height: 110%;
}
.promo__title strong {
  font-weight: 700;
  color: var(--purple);
}
.promo__wrapper {
  position: relative;
  margin-bottom: 4rem;
}
.promo__label {
  position: absolute;
  right: 6.25rem;
  bottom: 1.25rem;
  background-color: var(--white-01);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  padding: 0.5rem 1rem;
  font-size: max(2rem, 12px);
  line-height: 110%;
  font-weight: 500;
  color: var(--purple);
  border-radius: 1.25rem;
}
.promo__text {
  font-weight: 700;
  max-width: 40.9375rem;
  width: 100%;
}
.promo__text span {
  font-weight: 400;
  color: var(--white-07);
}
.promo__text strong {
  color: var(--purple);
}
.promo__text > p:not(:last-child) {
  margin-bottom: 1.5rem;
}
.promo__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 5.9375rem;
}
.promo__button {
  margin-right: 2.5rem;
}
.promo__price {
  font-size: max(2.5rem, 12px);
  line-height: 120%;
  font-weight: 700;
  color: var(--purple);
}
.promo__price s {
  color: var(--white);
}
@media (max-width: 1500px) {
  .promo__title {
    font-size: 3rem;
  }
  .promo__label {
    font-size: max(1.75rem, 12px);
    right: 200px;
  }
}
@media (max-width: 1280px) {
  .promo__label {
    right: 180px;
  }
}
@media (max-width: 991px) {
  .promo__label {
    right: 160px;
  }
}
@media (max-width: 768px) {
  .promo {
    padding: 130px 0;
    min-height: 1180px;
  }
  .promo__bg {
    left: 10px;
    right: 10px;
  }
  .promo__bg img {
    border-radius: 0 0 40px 40px;
    -o-object-position: right;
    object-position: right;
  }
  .promo__subtitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .promo__title {
    font-size: 28px;
  }
  .promo__title br {
    display: none;
  }
  .promo__wrapper {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin-bottom: 95px;
  }
  .promo__label {
    right: 0;
    bottom: -5px;
    -webkit-transform: rotate(-3deg) translateY(100%);
    -ms-transform: rotate(-3deg) translateY(100%);
    transform: rotate(-3deg) translateY(100%);
    padding: 4px 8px;
    font-size: 16px;
    border-radius: 10px;
  }
  .promo__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
  }
  .promo__button {
    margin-right: unset;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=promo.css.map */
/*# sourceMappingURL=promo.css.map */