/* Страница отзывов: аккуратнее форма, понятная оценка. Дизайн тот же. */

.reviews-new__hint,
.reviews-new__login {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.45;
  color: #6b6b6b;
}

.reviews-new__login a {
  color: #3c2cb7;
  text-decoration: underline;
}

.reviews-page .reviews-new__form .form-group {
  margin-bottom: 18px;
}

.reviews-page .rate-area {
  gap: 14px;
  flex-wrap: wrap;
}

.reviews-page .rate-area .tit {
  display: block;
  margin: 0;
  font-family: Mont, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #3c2cb7;
  white-space: nowrap;
}

.reviews-page .star-row {
  width: auto;
  gap: 6px;
}

.reviews-page .star-row:not(:checked) > label {
  width: 22px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.reviews-page .star-row svg {
  display: block;
  width: 18px;
  height: 16px;
}

.reviews-page__img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 520px;
  width: 100%;
  margin-left: auto;
}

.reviews-page__img img {
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
}

@media (max-width: 991px) {
  .reviews-page__img {
    max-width: 280px;
    margin: 8px auto 0;
  }
}
