body.light {
  background: #eeeeee;
}

.b-article-club {
  background: #fff;
}

.b-article__title article {
  padding-top: 8px;
}

.b-article__title article > p {
  margin: 0 0 18px;
  padding: 0 4px;
  color: #1f2933;
  font-size: 18px;
  line-height: 1.62;
}

.b-article__title article > p span:first-child {
  font-weight: 700;
}

.b-article__title article > p[style*="font-size: 24px"] {
  margin: 26px 0 14px;
  padding: 14px 18px;
  color: #151515;
  background: #fff7e7;
  border-left: 5px solid #ff9f1c;
  border-radius: 4px;
  font-size: 25px !important;
  line-height: 1.25;
}

.wrapper-wide,
.wrapper-image {
  margin: 24px 0;
}

.wrapper-wide img,
.wrapper-image img {
  border-radius: 6px;
}

.feedback-form.main-order-form {
  position: relative;
  border: 1px solid #e7d4b8;
  background: linear-gradient(180deg, #fffdf8 0%, #fff6e8 100%);
  margin-top: 24px;
  margin-bottom: 28px;
}

.feedback-form.main-order-form::before {
  content: "Офіційне замовлення Tribulus Active";
  display: block;
  margin: 0 0 12px;
  padding: 10px 12px;
  color: #ffffff;
  background: #141414;
  border-radius: 4px;
  text-align: center;
  font-weight: 700;
}

.free-course-offer {
  margin: 0 0 18px;
  padding: 16px 14px;
  color: #0f172a;
  background: #fff3c4;
  border: 1px solid #e7bc55;
  border-radius: 6px;
  text-align: center;
}

.free-course-label {
  color: #d8212f;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.free-course-text {
  margin-top: 6px;
  font-size: 16px;
  font-weight: 700;
}

.feedback-form.main-order-form .feedback-fio,
.feedback-form.main-order-form .feedback-phone {
  border-color: #d8d8d8;
  border-radius: 4px;
}

.feedback-form.main-order-form .feedback-fio.input-error,
.feedback-form.main-order-form .feedback-phone.input-error {
  border-color: #d8212f;
  background: #fff5f5;
}

.order-phone-error,
.form-field-error {
  margin: -16px 0 14px;
  color: #d8212f;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.feedback-form.main-order-form .feedback-btn {
  min-height: 48px;
  border-radius: 4px;
  background: #d8212f;
  color: #fff;
  font-weight: 700;
}

.feedback-form.main-order-form .feedback-btn:hover {
  background: #a91420;
  color: #fff;
}

.feedback-form.main-order-form .feedback-btn:disabled {
  cursor: wait;
  opacity: .75;
}

.b-comments-3-comments {
  margin-top: 34px;
  padding: 20px;
  background: #f7f8fa;
  border: 1px solid #e2e5ea;
  border-radius: 8px;
}

.b-comments-3-comments__comments__title {
  display: block;
  margin: 0 0 16px;
  padding: 12px 14px;
  color: #111827 !important;
  background: #fff;
  border-left: 5px solid #ff9f1c;
  border-radius: 5px;
  font-size: 20px;
}

.b-comment.comment {
  margin: 0 0 14px;
  padding: 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, .06);
}

.b-comment__head {
  min-height: 44px;
}

.b-comment__user span {
  color: #111827;
  font-weight: 700;
}

.b-comment__datetime {
  color: #64748b;
}

.b-comment__text p {
  margin: 8px 0 0;
  color: #243041;
  font-size: 16px;
  line-height: 1.5;
}

.b-comment__rating__count {
  background: #eef8ef;
  border-radius: 4px;
}

.order-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
  width: min(360px, calc(100% - 36px));
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
  transform: translateY(24px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}

.order-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.toast-dot {
  width: 12px;
  height: 12px;
  background: #20b15a;
  border-radius: 50%;
}

.order-toast strong,
.order-toast span {
  display: block;
}

.order-toast span {
  color: #555;
  font-size: 13px;
}

@media (max-width: 720px) {
  .b-article__title article > p {
    font-size: 16px;
    line-height: 1.55;
  }

  .b-article__title article > p[style*="font-size: 24px"] {
    font-size: 21px !important;
  }

  .free-course-label {
    font-size: 25px;
  }

  .b-comments-3-comments {
    padding: 12px;
  }
}
