.t344__descr li {
    font-weight: 500;
    transition: color 0.3s ease; /* Плавное изменение цвета */
}

.t344__descr li:hover {
    color: #55b8ba; /* Цвет при наведении */
}
@media all and (min-width: 960px) {
    .t794__tooltip-menu {
        margin-left: 70px;
    }
}

.uc-form-universal a {
    color: #ffffff!important;
    text-decoration: underline!important;
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.uc-form-universal a:hover {
    color: #55b8ba!important;
    text-decoration: none!important;
}

.t-checkbox__indicator {
    border: 2px solid #ffffff;
}
.t-checkbox__indicator:after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}
