.tariffs {
  padding: 5rem 0 3.75rem;
  background-color: #e4dfc4;
}
.tariffs .section-top {
  margin-bottom: 12.1875rem;
}
.tariffs .section-subtitle {
  padding-bottom: 2.1875rem;
}
.tariffs .section-title span::before {
  top: -0.8125rem;
  left: -1.75rem;
  right: -0.9375rem;
  height: 3.5625rem;
  -webkit-transform: rotate(-5.6deg);
  -ms-transform: rotate(-5.6deg);
  transform: rotate(-5.6deg);
  background-image: url('data:image/svg+xml,%3Csvg viewBox="0 0 349 57" preserveAspectRatio="none" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M174.305 0.5C222.419 0.500003 265.967 3.68365 297.476 8.82715C313.234 11.3996 325.958 14.4588 334.731 17.8447C339.121 19.5387 342.491 21.3037 344.756 23.1104C347.028 24.9228 348.109 26.7118 348.109 28.4531C348.109 30.1946 347.028 31.9843 344.756 33.7969C342.491 35.6035 339.121 37.3686 334.731 39.0625C325.958 42.4484 313.234 45.5077 297.476 48.0801C265.967 53.2236 222.419 56.4072 174.305 56.4072C126.19 56.4072 82.6418 53.2236 51.1328 48.0801C35.3746 45.5077 22.6509 42.4483 13.8779 39.0625C9.48892 37.3686 6.11822 35.6035 3.85352 33.7969C1.58134 31.9843 0.5 30.1946 0.5 28.4531C0.500188 26.7118 1.58154 24.9228 3.85352 23.1104C6.11822 21.3037 9.4889 19.5386 13.8779 17.8447C22.6509 14.4589 35.3746 11.3995 51.1328 8.82715C82.6418 3.68361 126.19 0.5 174.305 0.5Z" stroke="black" /%3E%3C/svg%3E');
}
.tariffs__container {
  position: relative;
}
.tariffs__bg {
  position: absolute;
  top: -15.9375rem;
  left: 0;
  right: 0;
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
  height: 20.625rem;
  pointer-events: none;
}
.tariffs__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tariffs__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px -1.5rem;
}
.tariffs__cards > * {
  margin: 0 12px 1.5rem;
  width: calc(33.3333333333% - 24px);
}
.tariffs__card {
  position: relative;
  font-family: var(--font-kharkiv);
  padding: 0 2.5rem 2.5rem;
  background-color: var(--white);
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tariffs__card-month {
  position: relative;
  margin: -50% auto 0;
  width: 16.25rem;
  height: 16.625rem;
  text-align: center;
}
.tariffs__card-month > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tariffs__card-month > span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: max(1.5rem, 12px);
  line-height: 100%;
  color: var(--white);
}
.tariffs__card-economy {
  height: 1.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 1.25rem auto;
}
.tariffs__card-economy > span {
  display: block;
  padding: 0.25rem 0.375rem;
  line-height: 100%;
  letter-spacing: -0.04em;
  text-align: center;
  background-color: #e4dfc4;
  border-radius: 0.25rem;
}
.tariffs__card-price {
  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;
  margin-bottom: 1.875rem;
}
.tariffs__card-price > span {
  display: block;
}
.tariffs__card-price > span:nth-child(1) {
  -webkit-text-stroke: 1px var(--black);
  margin-bottom: 0.5rem;
}
.tariffs__card-price > span:nth-child(2) {
  font-size: max(1.5rem, 12px);
  line-height: 100%;
}
.tariffs__card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.875rem;
}
.tariffs__card-row > span {
  font-size: max(1.5rem, 12px);
  line-height: 100%;
}
.tariffs__card-row > span:nth-child(1) {
  text-decoration: line-through;
  color: #f00;
  margin-right: 0.5rem;
  -webkit-text-stroke: 1px #f00;
}
.tariffs__card-row > span:nth-child(2) {
  -webkit-text-stroke: 1px var(--black);
}
.tariffs__card-button {
  margin-top: auto;
}
.tariffs__card-button .btn {
  font-size: max(1.5rem, 12px);
}
.tariffs__card.is-recommended::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  border: 0.5rem solid #ca6033;
  border-radius: 1rem;
  pointer-events: none;
}
.tariffs__descr {
  font-family: var(--font-kharkiv);
  text-align: center;
  margin-top: 2.8125rem;
}
@media (max-width: 768px) {
  .tariffs {
    padding-bottom: 45px;
  }
  .tariffs .section-top {
    margin-bottom: 180px;
  }
  .tariffs .section-subtitle {
    padding-bottom: 25px;
  }
  .tariffs .section-title span::before {
    right: -35px;
    height: 50px;
    -webkit-transform: rotate(-2.6deg);
    -ms-transform: rotate(-2.6deg);
    transform: rotate(-2.6deg);
  }
  .tariffs__cards {
    margin: unset;
  }
  .tariffs__cards > * {
    margin: unset;
    width: 100%;
  }
  .tariffs__card {
    position: relative;
    padding: 0 30px 40px;
    min-height: 480px;
  }
  .tariffs__card-bg {
    position: absolute;
    width: 1080px;
    height: 248px;
    top: -168px;
  }
  .tariffs__card-bg > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .tariffs__card-month {
    width: 200px;
    height: 204px;
    text-align: center;
    margin-top: -102px;
  }
  .tariffs__card-month > span {
    font-size: 18px;
  }
  .tariffs__card-economy {
    margin: 40px auto 30px;
  }
  .tariffs__card-price > span:nth-child(1) {
    font-size: 48px;
  }
  .tariffs__card-button {
    margin-top: auto;
  }
  .tariffs__card-button .btn {
    font-size: 24px;
    width: 100%;
  }
  .tariffs__card:not(:last-child) {
    margin-bottom: 155px;
  }
  .tariffs__card:nth-child(3n+1) .tariffs__card-bg {
    left: -12px;
  }
  .tariffs__card:nth-child(3n+2) .tariffs__card-bg {
    top: -185px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .tariffs__card:nth-child(3n+3) .tariffs__card-bg {
    top: -177px;
    right: -12px;
  }
  .tariffs__card.is-recommended::before {
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-width: 6px;
  }
}
/*# sourceMappingURL=tariffs.css.map */
/*# sourceMappingURL=tariffs.css.map */