.tariff {
  padding: 7.5rem 0;
  background: linear-gradient(92.29deg, #7be986 -4.9%, #0fcbd1 57.56%, #052da4 120.03%);
}
.tariff__container {
  padding: 5rem 7.5rem;
  border-radius: 2.5rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.tariff__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.tariff__inner > * {
  width: 50%;
}
.tariff__title {
  margin-bottom: 2rem;
}
.tariff__text {
  font-size: max(1.25rem, 12px);
  line-height: 134%;
  color: var(--white-08);
}
.tariff__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: var(--green);
  margin-bottom: 2rem;
}
.tariff__price span {
  font-size: max(4rem, 12px);
  line-height: 100%;
  font-weight: 500;
  text-transform: uppercase;
}
.tariff__price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.8125rem;
  font-size: max(1.25rem, 12px);
  line-height: 134%;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.tariff__price p::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('data:image/svg+xml,%3Csvg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M7.49922 17.0164L2.32422 11.8414L4.68255 9.48307L7.49922 12.3081L15.7326 4.06641L18.0909 6.42474L7.49922 17.0164Z" fill="%237BE986" /%3E%3C/svg%3E');
}
.tariff__descr {
  font-size: max(1.125rem, 14px);
  line-height: 140%;
  margin-bottom: 3.75rem;
  text-wrap: balance;
}
.tariff__list {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style: disc;
  padding-left: 1.25rem;
  margin-bottom: -0.5rem;
  gap: 1.25rem;
}
.tariff__list > li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.tariff__button {
  margin-top: 5.5rem;
}
.tariff__button .btn {
  width: 100%;
}
@media (max-width: 768px) {
  .tariff {
    padding: 80px 0;
  }
  .tariff__container {
    padding: 40px 20px;
    border-radius: 20px;
  }
  .tariff__inner {
    gap: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tariff__inner > * {
    width: 100%;
  }
  .tariff__title {
    margin-bottom: 20px;
  }
  .tariff__text {
    font-size: 16px;
  }
  .tariff__info {
    margin-bottom: 40px;
  }
  .tariff__price span {
    font-size: 48px;
  }
  .tariff__price p {
    font-size: 16px;
  }
  .tariff__descr {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .tariff__list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    padding-left: 1.25rem;
    margin-bottom: unset;
    gap: unset;
  }
  .tariff__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 48px;
  }
}
/*# sourceMappingURL=tariff.css.map */
/*# sourceMappingURL=tariff.css.map */