#reviews_content .form_body .form-control:nth-child(3),
#reviews_content .form_body .form-control:nth-child(4) {
    opacity: 0;
    pointer-events: none;
    max-height: 0px;
    overflow: hidden;
}

/* Подсветка reCAPTCHA */
.g-recaptcha.error-highlight {
    border: 2px solid red !important;
    border-radius: 4px !important;
    transition: all 0.3s ease;
}
.form_title_span{
    font-size: 18px;
    color: black;
    font-weight: 500;
}