.free-days-price__title {
  font-size: 24px;
  font-weight: 600;
  color: #64994d;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-top: -20px;
}

.free-days-price__title span {
  color: #060e09;
}

.free-days-price.show-full .free-days-price__title {
  font-size: 20px;
  margin-top: 0;
}

.payment__description {
  font-size: 16px;
  font-weight: 500;
  color: #2e4638;
  margin-top: 10px;
}

.payment__name {
  margin-bottom: 4px !important;
}

.info__subscription .plan__card {
  gap: 10px !important;
}

.plan__card-top {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.plan__btns {
  margin-top: 0;
}

._free_days .free-days-price__title {
  margin-top: 0;
  font-size: 20px;
}

.free-days-price__title,
.subscription-info__text {
  white-space: normal; /* Разрешить перенос строк */
  overflow-wrap: break-word; /* Переносить слова при необходимости */
  word-break: break-word; /* При необходимости делить длинные слова */
}

/* ------------------------------ */
/* Subscription Info */
.subscription-info {
  padding-top: 10px;
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.subscription-info._sub {
  gap: 10px;
}

.subscription-info__text {
  font-size: 16px;
  font-weight: 500;
  color: #7b7b7b;
}

.subscription-info__dark {
  color: #060e09;
}

.subscription-info__red {
  color: #dc264a;
}
