.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;
}

/* Определение анимации мигания */
@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: #1E9BD7 !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;
}