.block-wrapper .prices.block {
  max-width: 1128px;
}

.prices-title {
  color: var(--white-100);

  margin-bottom: 8px;
  text-align: center;
}

.prices-description {
  color: var(--white-200);

  margin-bottom: 60px;
  text-align: center;
}

.subscription-toggle {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--white-16p);
  border-radius: 40px;
  background-color: var(--black-200);
  overflow: hidden;
  padding: 4px;

  margin-bottom: 64px;
  gap: 4px;
}

.subscription-option {
  position: relative;

  color: var(--white-300);
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: transparent;
  border: none;

  width: 147px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 4px;
}

.subscription-option .subscription-option__text {
  padding-left: 8px;
  padding-right: 8px;
}

.subscription-option.active {
  background-color: var(--black-600);
  color: var(--white-100);
  border-radius: 32px;
}

.subscription-discount {
  color: var(--green-100);
  background-color: #9FEF4329;
  padding: 2px 8px;
  border-radius: 24px;
  margin-left: auto;
}

.swiper.prices-swiper.prices__content {
  max-width: 100%;
  overflow-y: visible;
}

.swiper.prices-swiper.prices__content .swiper-wrapper.prices__content-items {
  max-width: 100%;
  justify-content: flex-start;
}

.prices__content-items {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}

.prices__content-items__item {
  padding: 20px;

  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  transition: height 0.5s ease;

  position: relative;
  margin-top: 29px;
  min-height: 517px;
}

.prices__content-items__item:last-of-type {
  margin-right: 0 !important;
}

.prices__content-items__item--bordered {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.prices__content-items__item.prices__content-items__item--individual .prices__content-items__item-divider {
  margin-top: 90px;
}

.prices__content-items__item-title {
  background: linear-gradient(62.12deg, #3ece31 5.42%, #32e4e4 91.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;

  margin-bottom: 12px;
}

.prices__content-items__item-price {
  display: flex;
  gap: 4px;

  margin-bottom: 4px;

  align-items: flex-end;
}

.prices__content-items__item-price-prefix {

  margin-right: 1px;
  margin-bottom: 2px;
  color: #FFFFFF;
}

.prices__content-items__item-price-value {
}

.prices__content-items__item-price-value_post {
  margin-bottom: 2px;
}

.prices__content-items__item-price_sub {
  color: var(--white-300);
}

.prices__content-items__item-price_sub span {
  font: inherit;
  text-decoration: unset;
  color: var(--white-300);
}

.prices__content-items__item-price_sub span.strike {
  font: inherit;
  text-decoration: line-through;
  color: var(--white-300);
  margin-right: 6px;
}

.prices__content-items__item-count {
  display: flex;
  flex-direction: column;

  align-items: center;

  margin-bottom: 24px;
}

.prices__content-items__item-count-value {
}
.prices__content-items__item-count-sub {
}

.prices__content-items__item-divider {
  width: calc(100% + 26px);
  height: 1px;
  background-color: #ffffff;
  opacity: 0.1;
  margin: 0 -13px;
}

.prices__content-items__item-dropdown {
  margin-top: 24px;

  display: flex;

  flex-direction: column;
  margin-bottom: 16px;
}

.prices__content-items__item-dropdown-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.prices__content-items__item-dropdown-head-title {
  background: linear-gradient(62.12deg, #3ece31 5.42%, #32e4e4 91.44%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.prices__content-items__item-dropdown-head svg {
  transform: rotate(180deg);
  transition: transform 0.5s ease;
}

.prices__content-items__item-dropdown-content {
  display: none;
  flex-direction: column;
  gap: 4px;
  overflow: hidden;

  transition: height 0.5s ease;

  margin-top: 16px;
}

.prices__content-items__item-dropdown--active .prices__content-items__item-dropdown-content {
  display: flex;
}

.prices__content-items__item-dropdown--active .prices__content-items__item-dropdown-head svg {
  transform: rotate(0);
}

.prices__content-items__item-dropdown-content__item {
  display: flex;
  gap: 8px;
}

.prices__content-items__item-dropdown-content__item-icon {
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 8px;
  max-width: 8px;
}

.prices__content-items__item-dropdown-content__item-text {
  color: var(--white-100);
}

.prices__content-items__item-bonus {
  display: flex;

  padding: 6px 0;
  justify-content: center;
  align-items: center;
  gap: 4px;

  background-color: #FFFFFF;

  position: absolute;

  top: 0;
  left: 0;
  transform: translateY(-100%);

  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
  border-bottom: 1px solid #1F2535;
}

.prices__content-items__item-bonus span {
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0;

  color: var(--white-100);
}

.prices__content-items__item-bonus img {
  height: 16px;
  width: auto;
  margin: unset;
}

.prices__content-items__item-btn {
  color: var(--black-200);

  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;

  background: var(--green-100);

  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 6px;
  margin-top: 16px;
}

.prices-swiper .swiper-pagination {
  bottom: -32px !important;
  height: 16px;
}

.prices-swiper .swiper-pagination .swiper-pagination-bullet {
  background: var(--black-600);
  opacity: 100%;
}

.prices-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--green-100);
}

@media (max-width: 800px) {
  .block-wrapper .prices.block {
    max-width: calc(100vw - 32px);
  }
  .subscription-option {
    width: 158px;
    padding: 4px 9.5px;
  }

  .prices-description {
    margin-bottom: 32px;
  }

  .subscription-toggle {
    margin-bottom: 36px;
  }
}

