.prices {
  padding-top: 0;
  padding-bottom: 88px;
}
.prices .col-left {
  width: 490px;
}
.prices .col-right {
  flex: 1;
  padding-left: 32px;
}
.prices__tabs .tabs__link {
  padding: 26px 32px 24px 60px;
  text-transform: uppercase;
  font-size: 16px;
}
.prices__tabs .tabs__link span {
  text-transform: none;
}

.price__list {
  display: block;
  padding: 28px 0;
}
.price__row {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
}
.price__row:not(:last-child) {
  margin-bottom: 36px;
}
.price__delimiter {
  flex: 1;
  border-bottom: 1px solid var(--clr-08);
  min-width: 40px;
}
.price__val {
  font-weight: 600;
  flex-shrink: 0;
}
.price__book {
  padding-left: 20px;
}

@media (max-width: 79.99875em) {
  .prices .col-left {
    width: 400px;
  }
  .prices .col-right {
    padding-left: 24px;
  }
  .prices__tabs .tabs__link {
    padding: 22px 20px 20px 32px;
  }
  .price__row {
    flex-wrap: wrap;
  }
  .price__book {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 61.99875em) {
  .price__delimiter {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .prices {
    padding: 0 0 60px;
  }
  .price__list {
    font-size: 14px;
    line-height: 114%;
    margin-bottom: 20px;
    margin-bottom: 0;
    padding: 16px 0 6px;
  }
  .price__row:not(:last-child) {
    margin-bottom: 30px;
  }
  .price__title {
    text-transform: uppercase;
  }
  .price__title em {
    font-style: normal;
    text-transform: none;
    white-space: nowrap;
  }
}
@media (max-width: 29.99875em) {
  .price .container {
    padding: 0;
  }
  .price__title {
    text-transform: uppercase;
  }
  .price__title > span > span {
    display: block;
  }
}
.payments {
  margin-bottom: 80px;
}
.payments__wrapper {
  padding: 40px;
}
.payments .h2 {
  margin-bottom: 16px;
}
.payments .row {
  margin-top: 34px;
  margin-bottom: 42px;
}
.payments .col {
  flex: 1;
}
.payments__text {
  font-size: 16px;
}
.payments__logo img {
  display: block;
  margin: 0 auto;
  height: 63px;
}

@media (max-width: 79.99875em) {
  .payments__logo img {
    height: 56px;
  }
}
@media (max-width: 61.99875em) {
  .payments__logo img {
    height: 48px;
  }
}
@media (max-width: 47.99875em) {
  .payments {
    margin-bottom: 60px;
  }
  .payments .h2 {
    margin-bottom: 36px;
  }
  .payments .row {
    margin-top: 24px;
    margin-bottom: 40px;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    gap: 10px;
  }
  .payments .col {
    flex: unset;
    padding: 0 10px;
  }
  .payments__logo img {
    height: 36px;
  }
  .payments__text span {
    display: block;
  }
}
@media (max-width: 29.99875em) {
  .payments {
    margin-bottom: 8px;
  }
  .payments__wrapper {
    padding: 36px 20px 68px;
    margin-left: calc(-0.5 * var(--containerPadding));
    margin-right: calc(-0.5 * var(--containerPadding));
  }
  .payments .row {
    gap: 0;
  }
}