.t336 .t336__text {
    margin-top: 12px;!important; 
    
}

@media screen and (min-width: 1500px) {
    .t830m_close .t830m__top.t830m__top_padd {
        padding-top: 40px !important;
    }
}

.t830__logo__container {
    position: relative;
    z-index: 999;
    margin-bottom: 40px !important;
}


.t830m__list-title {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.t830m__list {
    list-style-type: none;
    margin: 0;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 8px; /* Расстояние между элементами списка */
}

/* Меню */
#rec865505118 .t830m__list-item {
    display: inline-block; /* Блок по длине текста */
    padding: 12px 26px;
    background-color: #f2f2f2; /* Серый фон */
    border-radius: 30px; /* Закругление углов */
    transition: background-color 0.3s ease; /* Плавный переход */
    width: max-content; /* Подстраивается под контент */
}

#rec865505118 .t830m__list-item:hover {
    background-color: #d0d0d0; /* Чуть темнее при наведении */
}

/* Тонировка изображения */
.t-feed__post-bgimg {
   position: relative;
    
}

.t-feed__post-bgimg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05); /* Черный слой 5% */
    pointer-events: none; /* Чтобы не мешало кликам */
      border-radius: 30px; /* Повторяем закругление */
}


@media (max-width: 768px) {
    .t336 .t336__textwrapper {
        padding: 15px 20px; /* Уменьшаем отступы для мобильных блока с текстом на фото */
    }


    .t336 .t336__textwrapper__content {
    position: relative;
    margin: 15px auto; /* Уменьшаем верхние и нижние отступы для текста на фото */
    } 

    #rec864763903 .t-feed__post-bgimg::after, 
    #rec864863851 .t-feed__post-bgimg::after,
    #rec864763909 .t-feed__post-bgimg::after,
    #rec864763905 .t-feed__post-bgimg::after,
    #rec677398185 .t-feed__post-bgimg::after {
        border-radius: 10px; /* Повторяем закругление */
    }

    #rec864763903 .t-feed__grid-col,
    #rec864863851 .t-feed__grid-col,
    #rec864763909 .t-feed__grid-col,
    #rec864763905 .t-feed__grid-col,
    #rec677398185 .t-feed__grid-col {
        margin-top: 20px !important;
    }

    .t692 .t692__col {
        margin-top: 25px !important;
        margin-bottom: 0px;
    }

    .t692 .t-card__title {
        margin-top: 0px;
}

    #rec864869687 .t-section__title {
        padding-bottom: 20px !important;
}

}

