h1 {font-weight: 500 !important;}

.t532__textwrapper {
    padding: 0px 20px !important;
}

.t-input-error {opacity: 0 !important;}

/*.t698 .t-input {opacity: 0.1;}*/

.t-feed__post-popup__title-wrapper {
    padding-top: 55px !important;
}

@media screen and (max-width: 350px) {
    .t-feed__post-tag {
        font-size: 11px !important;
    }
    .t-feed__post-date {
        font-size: 11px !important;
    }
}

@media screen and (max-width: 960px) {
    .t795__title {
        margin-bottom: 15px !important;
    }
    .t118 {
        padding-top: 10px !important;
        padding-bottom: 20px !important;
    }
}

@media screen and (max-width: 460px) {
    .t1004__container_mobile-flex .t-feed__grid-col {
        padding-right: 15px !important;
        min-width: 43% !important;
        max-width: 43% !important;
    }
}

@media screen and (max-width: 960px) {
    /* ОТСТУП МЕЖДУ КАРТОЧКАМИ ПОТОКОВ НА МОБИЛЬНОЙ */
    .t-feed__grid-col:not(.t-slds__item) {
        margin-top: 20px !important;
    }
    .t-feed__container_inrow1 .t-feed__post:first-child,
    .t-feed__container_inrow2 .t-feed__post:nth-child(-n+2),
    .t-feed__container_inrow3 .t-feed__post:nth-child(-n+3),
    .t-feed__container_inrow4 .t-feed__post:nth-child(-n+4) {
        margin-top: 20px !important;
    }
    
.t668__title {
    font-size: 15px !important;
}
}

/*

*/

.t282__positionfixed {
    z-index: 99999 !important;
}

.t-feed__col-grid__post-wrapper .t-feed__post-imgwrapper {
    margin-bottom: -20px !important;
}

/* Хлебные крошки фиксация */    
.t758 {
    position: fixed;
    top: 100px;
    width: 100%;
    padding: 8px 0px 5px 0px;  
    z-index: 999 !important;
    transition: opacity 0.5s ease; /* Плавное скрытие */
    opacity: 1; /* Начальное состояние видимости */
}
 .t758__link-item_active {
    color: #8aa8be !important !important;
}