footer a.tn-atom {
border-radius: 0 !important;
overflow: visible !important;
}
.t-feed__post-popup__content-wrapper {
    margin-top: 100px !important;
}
.t-feed__post-popup__relevants-bgimg {
    border-radius: 12px;
}
/* FD302 - ТВОЙ точный селектор */
.js-feed-post-image.t-feed__post-popup__img.t-img {
  width: 100% !important;
  height: 450px !important; /* Задай нужную высоту */
  object-fit: cover !important;
  object-position: center !important;
}

/* Контейнер изображения */
.t-feed__post-popup__img {
  height: 450px !important;
  overflow: hidden !important;
}

/* Мобильная */
@media (max-width: 640px) {
  .js-feed-post-image.t-feed__post-popup__img.t-img {
    height: 250px !important;
  }
}
.t-feed__post-popup__relevants-title {
    margin: 100px 0 25px;
}


