/* Вариант формы №5 (hero-bg) с partner_program_form.html — обратная связь на страницах сайта */
.site-feedback-form-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.site-feedback-form-section.hero-bg {
  background: linear-gradient(135deg, #0eb3eb 0%, #11356e 100%);
  color: #fff;
}
.site-feedback-form-section .form-control {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.site-feedback-form-section .form-control:focus {
  border-color: #0eb3eb;
  box-shadow: 0 0 0 0.2rem rgba(14, 179, 235, 0.2);
}
.site-feedback-form-section label.display-7 {
  color: rgba(255, 255, 255, 0.95);
}
.site-feedback-form-section .calc-step-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .site-feedback-form-section #site-feedback-submit {
    font-size: 1rem;
  }
}
