/* Bitrix24 — соглашение: серый цвет + подчёркивание */
.b24-form .b24-form-agreement,
.b24-form .b24-form-agreement a,
.b24-form .b24-form-agreement span,
.b24-form .b24-form-control-agreement,
.b24-form .b24-form-control-agreement a {
    color: #8a8a8a !important;
    text-decoration: underline !important;
}
/* Bitrix24 agreement: убрать фантомное подчёркивание */
.b24-form .b24-form-agreement,
.b24-form .b24-form-control-agreement {
    text-decoration: none !important;
}

/* подчёркиваем ТОЛЬКО текст-ссылку */
.b24-form .b24-form-agreement a,
.b24-form .b24-form-control-agreement a {
    text-decoration: underline !important;
}
/* =========================================================
   BITRIX24 FORM — БЕЗОПАСНОЕ СКРУГЛЕНИЕ
   БЕЗ overflow:hidden
========================================================= */

.b24-form,
.b24-form-wrapper {
    border-radius: 20px !important;
}

/* Мобилки */
@media (max-width: 640px) {
    .b24-form,
    .b24-form-wrapper {
        border-radius: 16px !important;
    }
}