/* stylelint-disable */
.tariff-premium {
  padding: 16px;
  width: 100%;
  max-width: 586px;
  border: 2px solid #00ad42;
  border-radius: 12px;
  box-shadow: 0 0 5px 0 rgba(31, 31, 31, 0.05), 0 4px 12px 0 rgba(31, 31, 31, 0.08);
  background-color: #fff;
  pointer-events: none;
}
@media only screen and (max-width: 992px) {
  .tariff-premium {
    max-width: 100%;
  }
}
.tariff-premium__inner {
  width: 100%;
}
.tariff-premium__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  gap: 8px;
}
@media only screen and (max-width: 576px) {
  .tariff-premium__head {
    flex-direction: column;
    align-items: flex-start;
  }
}
.tariff-premium__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #181818;
}
.tariff-premium__price {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: #009a36;
}
.tariff-premium__list-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #1f1f1f;
}
.tariff-premium__list {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
  padding-left: 18px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #676b67;
  gap: 4px;
}
.tariff-premium__list mark {
  color: #1f1f1f;
}
.tariff-premium__item {
  list-style-type: disc;
}

/*# sourceMappingURL=tariff-premium.output.css.map */
