/* Tariffs */
.tariffs-wrap {
  width: 1160px;
  margin: 160px auto 0;
  box-sizing: border-box; }
  .tariffs-wrap__items {
    margin-top: 51px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .tariffs-wrap__item {
    width: 376px;
    height: 466px;
    border-radius: 24px;
    padding: 34px 38px 25px 38px;
    box-sizing: border-box;
    border: 1px solid #E2E5F3; }
    .tariffs-wrap__item-button {
      margin-top: 41px; }
    .tariffs-wrap__item.active {
      background-color: #F1F3FE;
      border: none; }
    .tariffs-wrap__item .tariff-title {
      font-size: 24px; }
    .tariffs-wrap__item .tariff-desc {
      font-size: 18px;
      margin-top: 18px; }
    .tariffs-wrap__item .tariff-price {
      display: flex;
      margin-top: 34px;
      flex-wrap: wrap;
      column-gap: 9px; }
      .tariffs-wrap__item .tariff-price__prefix {
        color: #787878;
        line-height: 39px; }
      .tariffs-wrap__item .tariff-price__value {
        font-size: 36px;
        color: #1F1F1F; }
      .tariffs-wrap__item .tariff-price__suffix {
        color: #787878;
        line-height: 24px; }
    .tariffs-wrap__item .tariff-list {
      font-size: 18px;
      margin-top: 35px; }
    .tariffs-wrap__item .tariff-list__item {
      padding-left: 30px;
      margin-bottom: 15px;
      background-image: url("../img/tariff-item-bg.svg");
      background-repeat: no-repeat;
      background-position: -2px -3px; }
      .tariffs-wrap__item .tariff-list__item:last-child {
        margin-bottom: 0; }
  .tariffs-wrap__mobile {
    width: 110px;
    height: 110px;
    position: absolute;
    margin-top: 14px;
    z-index: 333;
    display: none; }
    .tariffs-wrap__mobile-icon video {
      width: 100%;
      height: 100%; }
  .tariffs-wrap-table {
    display: grid;
    grid-template-columns: 599px 161px 241px 161px;
    margin-top: 66px;
    padding: 16px 0 16px 4px; }
    .tariffs-wrap-table .table-header__item {
      font-size: 24px; }
      .tariffs-wrap-table .table-header__item-value {
        margin-bottom: 15px;
        letter-spacing: 0.8px;
        padding-left: 25px; }
      .tariffs-wrap-table .table-header__item-button {
        font-size: 16px;
        width: 160px; }
      .tariffs-wrap-table .table-header__item.m1 {
        font-size: 18px;
        padding-top: 70px;
        padding-left: 12px; }
      .tariffs-wrap-table .table-header__item:nth-child(3) {
        padding-left: 40px; }
        .tariffs-wrap-table .table-header__item:nth-child(3) .table-header__item-value {
          padding-left: 22px; }
    .tariffs-wrap-table .table-cell__item {
      font-size: 18px;
      color: #1F1F1F;
      height: 48px;
      line-height: 48px;
      text-align: center; }
      .tariffs-wrap-table .table-cell__item:nth-child(4n+1) {
        text-align: left;
        padding-left: 12px; }
      .tariffs-wrap-table .table-cell__item.m1 {
        color: #4C4C4C; }
      .tariffs-wrap-table .table-cell__item.mt-1 {
        margin-top: 33px; }
      .tariffs-wrap-table .table-cell__item.check {
        background-image: url("../img/tariff-item-bg-lr.svg");
        background-repeat: no-repeat;
        background-position: center; }
      .tariffs-wrap-table .table-cell__item.row-bg {
        background-color: #F1F3FE; }

/* END Tariffs */
/* Mobile Tariffs */
@media only screen and (max-width: 544px) {
  .tariffs-wrap {
    width: 345px;
    margin-top: 119px;
    position: relative; }
    .tariffs-wrap__items {
      margin-top: 39px;
      display: block; }
    .tariffs-wrap__item {
      width: 345px;
      height: 456px;
      padding: 25px;
      margin-bottom: 8px; }
      .tariffs-wrap__item:last-child {
        margin-bottom: 0; }
    .tariffs-wrap__mobile {
      display: block; }
    .tariffs-wrap-table {
      margin-top: 38px;
      width: 100%;
      overflow-x: auto;
      grid-template-columns: 175px 150px 180px 150px;
      scrollbar-color: #90A1FF #fff; }
      .tariffs-wrap-table .table-header__item.m1 {
        font-size: 16px;
        padding-top: 71px;
        padding-left: 9px;
        padding-bottom: 2px;
        position: sticky;
        left: -5px;
        z-index: 222;
        background-color: #fff; }
      .tariffs-wrap-table .table-header__item-button {
        width: 150px; }
      .tariffs-wrap-table .table-header__item:nth-child(3) {
        padding-left: 15px; }
      .tariffs-wrap-table .table-cell__item:nth-child(4n+1) {
        padding-left: 9px; }
      .tariffs-wrap-table .table-cell__item {
        height: auto;
        line-height: 22px;
        padding: 11px 0 15px 0;
        font-size: 18px;
        background-color: #fff; }
        .tariffs-wrap-table .table-cell__item.m1 {
          font-size: 16px;
          position: sticky;
          z-index: 22;
          left: -5px;
          width: 175px;
          box-sizing: border-box; } }
/* END Mobile Tariffs */

/*# sourceMappingURL=tariffs.css.map */
