.uc-header-phone .tn-atom:before 
{
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 12px;
    background: #F2901F;
    border-radius: 999px;
    display: inline-block;
    /* Анимация мигания */
    animation: blink 3s infinite;
}

.uc-theme-depo .uc-header-phone .tn-atom:before {
    background: #E5651F;
}

/* Определение анимации мигания */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.uc-offers .t-feed__post-bgimg {
    border-radius: 12px !important;
}

.uc-contact-btn .tn-molecule,
.uc-contact-btn .tn-molecule .tn-atom {
    transition: all .2s ease-in;
}

.uc-contact-btn .tn-molecule:hover {
    background-color: #E5651F !important;
}

.uc-contact-btn .tn-molecule:hover .tn-atom {
    color: #FFFFFF !important;
}

.uc-contact-btn .tn-molecule:hover .tn-atom.t-bgimg {
    background-image: url('https://static.tildacdn.com/tild6664-6230-4062-a430-386362313864/White.png') !important;
}

.t-feed__post-popup__text.t-text,
.t-form__errorbox-item,
.t-form__successbox,
.t-input-error {
    font-family: 'GraphikTT',Arial,sans-serif !important;
}

.uc-branches {
    position: relative !important;
    z-index: 23 !important;
    background: none !important;;
}

#allrecords .uc-branches .t-item.t-card__col .t-card__title .t-card__link {
    transition: all .2s ease-in;
}


#allrecords .uc-branches .t-item.t-card__col:hover .t-card__title .t-card__link {
    color: #F2901F !important;
}

#allrecords .uc-branches .t-item.t-card__col .t692__blockimg {
    transition: all .2s ease-in;
}

#allrecords .uc-branches .t-item.t-card__col:hover .t692__blockimg {
    transform: scale(0.98); !important;
}