/* Подвал: белый цвет при наведении на ссылки */
#t-footer .t464__descr a:hover,
#t-footer .t464__descr li:hover a {
    color: #ffffff !important;
    transition: color 0.3s;
}
/* Виджет чата: белый фон при наведении, иконка чёрная */
#rec1155707201 .t825__btn_wrapper:hover {
    background: #ffffff !important;
    border-color: #ffffff !important;
}

#rec1155707201 .t825__btn_wrapper:hover .t825__icon path {
    stroke: #000000 !important;
}