body { 
    background: radial-gradient(90vw 55vh at 50% 95vh, rgba(248, 188, 213, 0.7) 0%, rgba(252, 231, 239, 0) 70%), linear-gradient(180deg, #EEF1FB 0%, #F1EEF8 25%, #F8E9F1 55%, #FBF1F4 75%, #FCE7EF 92%, #FFFFFF 100%); 
}
    
.t-feed__post-popup.t-popup_show {
    background: none !important;
}

.t-feed__post-popup__relevants-bgimg {
    border-radius: 16px;
}
    
@media screen and (max-width: 960px) {
    .t-col {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    .t-feed__post-popup, .t-feed__post-popup.t-popup {
        padding: 0 10px;
    }
    
    .t-feed__post-popup.t-popup_show .t-popup__container.t-popup__container-static {
        padding: 40px 0;
    }
}

@media screen and (max-width: 640px) {
    .t-feed__post-popup__title {
        font-size: 24px;
    }
    
    .t-feed__post-popup__text {
        font-size: 14px;
    }
    
    .t-feed__post-popup__cover-wrapper .t-img {
        border-radius: 12px;
    }
}