/* ANNEXX */ 
/* ANX014 внешний вид тела страницы */ 
.t-records { 
 background-color: #ffffff; 
} 
body.t-body { 
 background-color: !important; 
 background-image: url(); 
 background-repeat: repeat; 
 background-attachment: fixed; 
} 

@supports not (-webkit-touch-callout: none) { 
 body.t-body { 
 background-position: center; 
 } 
} 
/* ANNEXX конец кода */ 

.t-feed__post-popup__content img, .t-slds__bgimg, .t-slds__item, .t-slds__container{
    border-radius: 12px;
}
    
.t-feed__post-popup.t-popup_show, .t-feed__post-popup__close-wrapper.t-feed__post-popup__close-wrapper_loading{
    background-color: #ecedf4 !important;
}
 