.backdrop {
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 640px) {
h1.js-feed-post-title.t-feed__post-popup__title.t-title.t-title_xxs {
    margin-top: 50px;
    }
}

a.t-menu__link-item[href^="tel:"] {
        display: flex !important;
        align-items: center;
        gap: 6px;
        transition: color 0.2s ease;
    }
    
    /* Иконка трубки */
    a.t-menu__link-item[href^="tel:"]::before {
        content: "\01F4DE";
        font-size: 16px;
        line-height: 1;
        flex-shrink: 0;
        transition: transform 0.2s ease;
    }
    
    a.t-menu__link-item[href^="tel:"]:hover {
        color: #0077cc !important;
        text-decoration: underline;
        text-underline-offset: 4px;
    }
    
    a.t-menu__link-item[href^="tel:"]:hover::before {
        transform: scale(1.15);
    }

@media screen and (min-width: 641px) {
        #rec847281881 .t-menu-base__rightwrapper {
            position: relative !important;
            left: -590px !important;
        }
    }
