/* Стили для блока согласия и капчи в формах */
.form-captcha-block {
    margin: 16px 0 12px;
}
.form-consent {
    display: block;
    margin-bottom: 12px;
    font-size: 0.85rem;
    color: #555;
    line-height: 1.45;
}
.form-consent input[type="checkbox"] {
    margin-right: 8px;
}
.form-consent a {
    color: #253056;
    text-decoration: underline;
}
.smart-captcha {
    margin: 8px 0;
}
