  @media (min-width: 981px) {
    .t-feed__post-popup__container {
        flex-direction: unset;
    }

.t-feed .t-feed__post-popup.t-popup, .t-feed .t-feed__post-popup {
    padding: 20px 20px;
}

   .t-prefix_2 {
    padding-left: 5%;
}

.t-feed__post-popup__cover-wrapper {
    max-width: 700px;
}
img.js-feed-post-image.t-feed__post-popup__img.t-img {
    border-radius: 12px;
}
}
@media screen and (max-width: 480px) {
.t-feed__col-grid__post-wrapper {
    border-radius: 12px;
    max-width: 280px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}
.t-feed__col-grid__post-wrapper {
    border-radius: 12px;
}
}


    
.t-feed__col-grid__post-wrapper .t-feed__post-bgimg {
   border-radius:12px;
}
.t-feed__post-popup__relevants-bgimg {
border-radius:3px;
}
.t-feed__post-popup__content img {
    border-radius:12px;
}
.js-feed-relevants t-feed__post-popup__relevants {
width: 30%;
}

.t-feed__post-popup__relevants-wrapper {
    position: sticky;
    top: 180px;
}
.t-prefix_2 {
     position: sticky;
    top: 0;
}
.t-feed__post-popup__relevants-title {
    margin: 116px 0 37px;
}

.js-feed-post-image.t-feed__post-popup__img.t-img {
    min-width: 100%;
    min-height: 100%;
    flex-shrink: 0;
}
.t-col_6 {
    max-width: 560px;

img.js-feed-post-image.t-feed__post-popup__img.t-img {
    border-radius: 12px;
}