.t802__bgimg {
  border-radius: 10px;
    
}


.t802__hover-wrapper {
    border-radius: 10px;
}



.t-feed__post-bgimg {
        border-radius: 10px;
}




/* Стили для карточек в блоке 1 */

.js-feed-container.t-feed__container.t897__container .js-feed-post {
    margin: 10px; /* Отступы между карточками */

}




:root{--app-height:100%}.page__noise{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;height:var(--app-height);background-image:url(https://static.tildacdn.com/tild3830-3138-4531-a133-346265356461/Mask_groups.jpg);background-size:170px;opacity:0;transition:opacity 0.3s ease;pointer-events:none;z-index:9999}.page__noise--visible{opacity:0.06; mix-blend-mode: normal;}class-1{position:relative;z-index:10000}document.addEventListener('DOMContentLoaded',(evt)=>{document.body.insertAdjacentHTML('beforeend','');window.setInterval(fuzz,100);function fuzz(){document.querySelector('.page__noise').style.backgroundPosition=`${Math.floor(Math.random()*100)}% ${Math.floor(Math.random()*100)}%`}});window.addEventListener('load',(e)=>{document.querySelector('.page__noise').classList.add('page__noise--visible')});function appHeight(){const dc=document.documentElement;dc.style.setProperty('--app-height',`${window.innerHeight}px`)}appHeight();window.addEventListener('resize',appHeight)