#rec377777138 .tn-elem[data-elem-id="1676031630440"],#rec414120723 .tn-elem[data-elem-id="1676032402482"],#rec453249396 .tn-elem[data-elem-id="1676032866182"] {z-index: 1000!important;}
@media screen and (max-width: 640px)
.t-uptitle_sm {
    font-size: 14px;
}
.t001__uptitle {
    padding-top: 30px;
    padding-bottom: 60px;
    color: #ffffff;
    font-size: 14px;
}

.t-feed__post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: 700;
}


.t-feed__post-descr {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
}

.t-feed__parts-switch-btn {
    font-weight: 400;
    border: 1px solid #000000;
    border-radius: 0;
    font-size: 13px;
}

.t499__blockdescr {
    padding-right: 20px;
}

.uc-hiddenContent {
    display: none; /* Скрываем блок по умолчанию */
    transition: all 0.3s ease; /* Добавляем плавный переход */
}

.toggleButton {
    width: 200px !important; /* Ширина кнопки */
    height: 55px !important; /* Высота кнопки */
    background-color: #1D1D1D !important; /* Цвет фона кнопки */
    border-radius: 30px !important; /* Скругление углов */
    font-family: 'GraphikTT', sans-serif !important; /* Шрифт */
    font-weight: bold !important; /* Жирный стиль */
    font-size: 18px !important; /* Размер шрифта */
    color: white !important; /* Цвет текста */
    border: none !important; /* Убираем границы */
    cursor: pointer !important; /* Указываем, что это кнопка */
    transition: background-color 0.3s, color 0.3s !important; /* Плавный переход для фона и цвета текста */
    
    /* Центрирование текста */
    display: flex !important; /* Устанавливаем флекс-контейнер */
    justify-content: center !important; /* Центрирование по горизонтали */
    align-items: center !important; /* Центрирование по вертикали */
}

.toggleButton:hover {
    background-color: white !important; /* Цвет фона при наведении */
    color: #1D1D1D !important; /* Цвет текста при наведении */
}

/* Убираем конфликтующий фон */
.toggleButton:focus {
    outline: none !important; /* Убираем контур при фокусировке */
}





