.t-popup .t-descr_xxs{
    font-size: 18px !important;
}

/* Только мобильные устройства */
@media screen and (max-width: 1200px) {
    /* Разблокируем скролл */
    body.t-body-scroll-lock {
        overflow: auto !important;
        position: relative !important;
    }
    
    /* Куки-блок с разделением pointer-events */
    .t887 {
        pointer-events: none;
    }
    
    .t887__container,
    .t887__close-button {
        pointer-events: auto;
    }
    
    /* Ваши стили для крестика */
    .t887 {
        top: 0px !important;
    }
    
    .t887__close-button {
        width: 24px !important;
        height: 24px !important;
    }
    
    .t887__close-button svg {
        width: 16px !important;
        height: 16px !important;
    }
}

/* Десктоп — оставляем как есть */
@media screen and (min-width: 1201px) {
    .t887__close-button {
        pointer-events: auto !important;
        cursor: pointer !important;
    }
}


/*Телеграм*/
.t-store__prod-popup__text a[href*="t.me"]:before {
    /*ссылка на иконку*/
    background-image: url(https://static.tildacdn.com/tild6364-3931-4062-a663-373030663266/logo_tg.svg);
}
.t-store__prod-popup__text a[href*="t.me"] {
    color: #ffffff !important; /* — цвет надписи*/
    background-color: #039BE5; /* — цвет фона кнопки*/
}
.t-store__prod-popup__text a[href*="t.me"]:hover {
    background-color: #0082C2; /* — цвет фона при наведении*/
}