.tariffs-table .container {
  max-width: 112.5rem;
}
.tariffs-table__headline {
  font-weight: 600;
}
.tariffs-table__wrapper {
  border-radius: 3rem;
  background-color: var(--white-005);
  border: 1px solid var(--white-01);
}
.tariffs-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tariffs-table__row > * {
  width: 14.2857142857%;
}
.tariffs-table__row:first-child .tariffs-table__cell {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tariffs-table__row:first-child .tariffs-table__cell--selected:last-child::before {
  border-radius: 0 3rem 0 0;
}
.tariffs-table__row:last-child .tariffs-table__cell--selected:last-child::before {
  border-radius: 0 0 3rem 0;
}
.tariffs-table__row .tariffs-table__cell:not(:last-child) {
  border-right: 1px solid var(--white-01);
}
.tariffs-table__row:not(:last-child) {
  border-bottom: 1px solid var(--white-01);
}
.tariffs-table__cell {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.5rem;
}
.tariffs-table__cell:first-child {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tariffs-table__cell--selected {
  position: relative;
}
.tariffs-table__cell--selected::before {
  content: "";
  position: absolute;
  top: -0.5px;
  left: -0.5px;
  right: -0.5px;
  bottom: -0.5px;
  z-index: -1;
  border: 1px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#222222)), -webkit-gradient(linear, left top, right top, from(rgba(70, 251, 101, 0.1)), to(rgba(245, 252, 68, 0.1)));
  background-image: linear-gradient(#222222, #222222), linear-gradient(to right, rgba(70, 251, 101, 0.1) 0%, rgba(245, 252, 68, 0.1) 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.tariffs-table__ico::after {
  background-image: url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M15 5.25L7.5 12.75L3.75 9" stroke="black" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cpath d="M15 5.25L7.5 12.75L3.75 9" stroke="url(%23paint0_linear_3781_10381)" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_3781_10381" x1="3.75" y1="5.25" x2="15.29" y2="5.898" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23E9FF8F" /%3E%3Cstop offset="1" stop-color="%238BF258" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.tariffs-table__ico.not-included::after {
  background-image: url('data:image/svg+xml,%3Csvg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M4.75391 13.2441L13.2392 4.75886" stroke="%23FB4646" stroke-width="1.5" stroke-linecap="round" /%3E%3Cpath d="M4.75977 4.75879L13.245 13.2441" stroke="%23FB4646" stroke-width="1.5" stroke-linecap="round" /%3E%3C/svg%3E');
}
.tariffs-table__title {
  line-height: 100%;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.tariffs-table__price {
  font-size: max(3rem, 12px);
  line-height: 100%;
  letter-spacing: -0.02em;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tariffs-table__text {
  text-align: center;
  color: var(--white-08);
}
.tariffs-table__text > p:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .tariffs-table .swiper {
    display: none;
  }
}
@media (max-width: 991px) {
  .tariffs-table {
    overflow: hidden;
  }
  .tariffs-table .mobile-show {
    display: block !important;
  }
  .tariffs-table .swiper {
    overflow: visible;
  }
  .tariffs-table .swiper-slide {
    height: auto;
  }
  .tariffs-table__headline {
    font-size: 32px;
    font-weight: 500;
  }
  .tariffs-table__wrapper {
    display: none;
  }
  .tariffs-table__column {
    width: 315px;
    border-radius: 24px;
    border: 1px solid var(--white-01);
    background-color: var(--white-005);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tariffs-table__column--selected {
    position: relative;
  }
  .tariffs-table__column--selected::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 24px;
    border: 1px solid transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#222222)), -webkit-gradient(linear, left top, right top, from(rgba(70, 251, 101, 0.1)), to(rgba(245, 252, 68, 0.1)));
    background-image: linear-gradient(#222222, #222222), linear-gradient(to right, rgba(70, 251, 101, 0.1) 0%, rgba(245, 252, 68, 0.1) 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
  }
  .tariffs-table__column--selected .tariffs-table__cell:first-child {
    border-radius: 24px 24px 0 0;
  }
  .tariffs-table__column--selected .tariffs-table__cell:last-child {
    border-radius: 0 0 24px 24px;
  }
  .tariffs-table__column--selected .tariffs-table__cell:not(:last-child) {
    position: relative;
    border-bottom: unset;
  }
  .tariffs-table__column--selected .tariffs-table__cell:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(70, 251, 101, 0.1)), to(rgba(245, 252, 68, 0.1)));
    background: linear-gradient(to right, rgba(70, 251, 101, 0.1) 0%, rgba(245, 252, 68, 0.1) 100%);
  }
  .tariffs-table__cell .btn {
    width: 100%;
  }
  .tariffs-table__cell:not(:first-child) {
    padding: 20px;
  }
  .tariffs-table__cell:not(:last-child) {
    border-bottom: 1px solid var(--white-01);
  }
  .tariffs-table__cell:last-child {
    margin-top: auto;
  }
  .tariffs-table__name {
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .tariffs-table__title {
    margin-bottom: 16px;
  }
  .tariffs-table__price {
    line-height: 100%;
    letter-spacing: -0.03em;
  }
}
/*# sourceMappingURL=tariffs-table.css.map */
/*# sourceMappingURL=tariffs-table.css.map */