/* Контрастность мелких текстов формы (WCAG AA) - добавлено 27.07.2026 */
.t702__form-bottom-text,
.t702 .t-checkbox__control,
.t702 .t-input-subtitle {
    color: #2C5C57 !important;
}
.t702 .t-checkbox__control a {
    color: #2C5C57 !important;
    text-decoration: underline;
}

/* Оригинальные (брендовые) цвета иконок мессенджеров - добавлено 30.07.2026 */
.t-sociallinks__item_telegram > a,
.t-sociallinks__item_maxmessenger > a {
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
}
.t-sociallinks__item_telegram svg path {
    fill: #1d98dc;
}
.t-sociallinks__item_maxmessenger svg path {
    fill: #4db7ff;
}
