.promo {
  padding-top: 8.25rem;
  margin-bottom: 12.5rem;
  position: relative;
}
.promo .title-3 {
  line-height: 110%;
}
.promo__blur {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
.promo__blur img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.promo__title {
  margin-bottom: 2.5rem;
}
.promo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promo__wrapper {
  margin: 1.25rem 3.75rem 0 0;
  width: 48.9%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.promo__subtitle {
  margin-bottom: 1.5rem;
}
.promo__list {
  margin-bottom: 2.5rem;
}
.promo__list > li {
  color: rgba(255, 255, 255, 0.6);
}
.promo__list > li:not(:last-child) {
  margin-bottom: 0.1875rem;
}
.promo__price {
  font-size: max(1.5rem, 12px);
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.promo__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.promo__descr {
  font-size: max(0.8125rem, 12px);
  line-height: 125%;
  color: var(--gray);
  margin-bottom: 0.5rem;
}
.promo__button {
  min-width: 21.875rem;
  width: 100%;
}
.promo__button .btn {
  width: 100%;
}
@media (max-width: 768px) {
  .promo {
    margin-bottom: 7.5rem;
  }
  .promo .title-3 {
    font-size: 28px;
  }
  .promo__blur {
    bottom: 0;
  }
  .promo__blur img {
    height: 100%;
  }
  .promo__wrapper {
    margin: unset;
    width: 100%;
    text-align: center;
  }
  .promo__subtitle {
    margin-bottom: 12px;
  }
  .promo__list {
    text-align: start;
    margin-bottom: 24px;
  }
  .promo__list > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .promo__price {
    font-size: 20px;
    text-align: start;
    margin-bottom: 24px;
  }
  .promo__block {
    width: 100%;
    max-width: unset;
  }
  .promo__button {
    min-width: unset;
  }
}
/*# sourceMappingURL=promo.css.map */
/*# sourceMappingURL=promo.css.map */