.price__top {
  font-size: max(1.5rem, 12px);
  line-height: 140%;
  text-align: center;
  margin-bottom: 3.75rem;
}
.price__top strong {
  font-weight: 700;
  color: var(--orange);
}
.price__top > *:not(:last-child) {
  margin-bottom: 1.25rem;
}
.price__block {
  position: relative;
  text-align: center;
  border-radius: 2rem;
}
.price__block::before {
  content: "";
  position: absolute;
  top: -0.0625rem;
  right: -0.0625rem;
  bottom: -0.0625rem;
  left: -0.0625rem;
  z-index: -1;
  border-radius: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#FADFCF), color-stop(50%, #FF8017), to(#FADFCF));
  background: linear-gradient(to right, #FADFCF 0%, #FF8017 50%, #FADFCF 100%);
}
.price__wrapper {
  position: relative;
  z-index: 2;
  padding: 2.5rem;
  background-color: var(--bg);
  border-radius: 2rem;
}
.price__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  border-radius: 2rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.price__text {
  margin-bottom: 2.5rem;
}
.price__descr {
  font-size: max(0.8125rem, 12px);
  line-height: 125%;
  margin-bottom: 0.5rem;
  color: var(--gray);
}
.price__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.price__button .btn {
  min-width: 21.875rem;
}
@media (max-width: 768px) {
  .price__top {
    font-size: 18px;
  }
  .price__block {
    border-radius: 20px;
  }
  .price__block::before {
    border-radius: 20px;
  }
  .price__wrapper {
    padding: 32px 20px;
    border-radius: 20px;
  }
  .price__wrapper::before {
    border-radius: 20px;
  }
  .price__button .btn {
    width: 100%;
    min-width: unset;
  }
}
/*# sourceMappingURL=price.css.map */
/*# sourceMappingURL=price.css.map */