.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;
}
.img-vrach .tn-atom.t-bgimg {
    background-size: contain !important;
}

@media (max-width: 768px) {
    .js-feed-post-title {
        margin-top: 40px !important;
    }
}




/* Базовое выравнивание только для этих конкретных кнопок Tilda */
.t396__elem.tn-elem__10941946911749551870350 .tn-atom__button-content,
.t396__elem.tn-elem__10941946911749540312586 .tn-atom__button-content {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
}

.t396__elem.tn-elem__10941946911749551870350 .tn-atom__button-text,
.t396__elem.tn-elem__10941946911749540312586 .tn-atom__button-text {
    vertical-align: middle !important;
    line-height: 1 !important;
    display: block !important;
}

/* Десктоп ховер-эффекты только для указанных элементов */
@media (min-width: 1025px) {
    /* Плавность только для конкретных элементов */
    .t396__elem.tn-elem__10941946911749539154661 .tn-atom, /* WhatsApp */
    .t396__elem.tn-elem__10941946911749551870350 .tn-atom, /* Заказать звонок */
    .t396__elem.tn-elem__10941946911749540312586 .tn-atom, /* Запись на приём */
    .t396__elem.tn-elem__10941946911749542493754 .tn-atom, /* Поиск */
    .accessibility-toggle-placeholder {
        transition: transform 0.3s ease !important;
        display: inline-block !important;
    }
    
    /* Ховер-эффекты для кнопок */
    .t396__elem.tn-elem__10941946911749551870350:hover .tn-atom, /* Заказать звонок */
    .t396__elem.tn-elem__10941946911749540312586:hover .tn-atom, /* Запись на приём */
    .accessibility-toggle-placeholder:hover {
        transform: scale(1.05) !important;
    }
    
    /* Ховер-эффекты для иконок */
    .t396__elem.tn-elem__10941946911749539154661:hover .tn-atom, /* WhatsApp */
    .t396__elem.tn-elem__10941946911749542493754:hover .tn-atom { /* Поиск */
        transform: scale(1.1) !important;
    }
    
    /* Ховер для адреса (изменение цвета при наведении) */
    .t396__elem.tn-elem__10941946911735217263892:hover a {
        color: #55b8ba !important;
        transition: color 0.3s ease !important;
    }
    
    /* Плавность для адреса */
    .t396__elem.tn-elem__10941946911735217263892 a {
        transition: color 0.3s ease !important;
    }
}


