.pricing {
  display: flex;
  text-align: center;
  gap: 3px;
  flex-wrap: nowrap;
  align-items: stretch;
  margin-top: max(3.125vw, 30px);
  margin-bottom: 30px;
}
.pricing__row {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 10px 8px;
  font-size: 13px;
  flex: 1;
}
.pricing__double {
  display: flex;
  gap: 3px;
  align-items: stretch;
  min-height: 52px;
}
.pricing__low .pricing__title {
  background: #6eadab;
  display: block;
}
.w_day {
  text-transform: uppercase;
  color: #fff!important;
}
.pricing__title {
  color: #fff;
  font-weight: bold;
}
.pricing__col-title .pricing__row,
.pricing__col-title .pricing__title {
  background: var(--c-grey-l);
  color: inherit;
  font-weight: normal;
}
.pricing__col-title .pricing__double .pricing__row:only-child {
  flex: 1 1 100%;
}
.pricing * {
  box-sizing: border-box;
}
.pricing__col {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-self: stretch;
}
.pricing__row {
  background: var(--c-grey-l);
  border-radius:4px;
}
.pricing__mid .pricing__title {
  background: #6eadab;
  display: block;
}


.pricing__hig .pricing__title {
  background: #6eadab;
  display: block;
}
.pricing__col-title {
  width: 116px;
}
.pricing__title>span {
  display: block;
}
.pricing__col-default {
  width: calc((100% - 116px - 3px) / 3 - 3px * 2 / 3);
}
.pricing_wrap--mobile {
  display: none;
}
.pricing_wrap--mobile > .pricing_wrap {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.pricing_wrap--mobile .pricing {
  width: 100%;
}
.pricing_wrap--mobile .pricing__col-default {
  width: calc((100% - 116px - 3px));
}
.pricing__col-2 {
  width: calc((100% - 116px - 6px) / 2);
}
.pricing__col-1 {
  width: calc((100% - 116px - 3px));
}

.table-block {
  max-width: var(--container);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--15s);
  overflow-x: auto;
}
.table-block .mobile_table {
  display: none;
}
.table-block .mobile_table table {
  display: flex;
  justify-content: flex-start;
}
.table-block .mobile_table table tbody tr:nth-child(2) td {
  border-color: #ffffff;
  background: var(--c-hover);
  color: #ffffff;
}
.table-block .mobile_table table:not(.table_2_3) tbody tr:nth-child(4n + 1) td {
  background: var(--c-hover);
}
.table-block .mobile_table table tbody tr td {
  background: var(--c-grey-l);
}
.table-block .mobile_table table:not(.table_2_3) tbody tr:nth-child(4n + 1) td *:not(p) {
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  font-size: max(14px, var(--16));
  color: var(--c-head);
}
.table-block .mobile_table table:not(.table_2_3) tbody tr:nth-child(4n + 1) td p {
  margin-bottom: 0;
  font-size: max(12px, var(--14));
  color: white;
/*   opacity: 0.7; */
} /*# sourceMappingURL=block.css.map */

.table-block .mobile_table table.table_2_3 tbody tr:nth-child(5n + 2) td,
.table-block .mobile_table table.table_2_3 tbody tr:nth-child(5n + 1) td {
  background: var(--c-hover);
}
.table-block .mobile_table table.table_2_3 tbody tr:nth-child(5n + 2) td *:not(p),
.table-block .mobile_table table.table_2_3 tbody tr:nth-child(5n + 1) td *:not(p) {
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  font-size: max(14px, var(--16));
  color: var(--c-head);
}
.table-block .mobile_table table.table_2_3 tbody tr:nth-child(5n + 2) td p,
.table-block .mobile_table table.table_2_3 tbody tr:nth-child(5n + 1) td p {
  margin-bottom: 0;
  font-size: max(12px, var(--14));
  color: white;
  /*   opacity: 0.7; */
}

.table-block table {
  width: 100%;
  margin-top: var(--60to30);
  margin-bottom: var(--30s);
  border-collapse: unset;
  display: flex;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.table-block table tbody {
  row-gap: var(--10s);
}
.table-block table tbody tr td {
  padding: 10px 15px;
  font-size: max(14px, var(--16));
  border-color: #cbd8de;
  color: var(--c-text);
  white-space: nowrap;
	background:var(--c-hover);
}
.table-block .base-table table tbody tr:nth-child(1) {
  background: #cbd8de;
}
.table-block .base-table table tbody tr:nth-child(2) td {
  border-color: #ffffff;
  background: var(--c-hover);
  color: #ffffff;
}
.table-block .base-table table tbody tr:nth-child(n + 3) td {
  background: var(--c-grey-l);
}
.table-block .base-table table tbody tr:first-child td *:not(p) {
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  font-size: max(14px, var(--16));
  color: var(--c-head);
}
.table-block .base-table table tbody tr:first-child td p {
  margin-bottom: 0;
  font-size: max(12px, var(--14));
  color: white;
  opacity:1;
} /*# sourceMappingURL=block.css.map */
@media (min-width: 901px) {
  .table-block .mobile_table {
    display: none;
  }
}
@media (max-width: 900px) {
  .table-block .base-table {
    display: none;
  }
  .table-block .mobile_table {
    display: block;
  }
  .table-block .pricing_wrap--desktop {
    display: none;
  }
  .table-block .pricing_wrap--mobile {
    display: block;
  }
}
@media (max-width: 498px) {
  .table-block .mobile_table table tbody tr td {
    padding: 5px;
  }
  .pricing {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .pricing_wrap {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.g_title {
  .pricing__row {
    background: #6eadab;
  }
}

.g_title_wr, .pricing__col-title .pricing__title.g_title_wr {
  background: #6eadab;
}
.title_sw {
  color: #2b4755;
}
.subtitle_sw {
  color: white;
}
