/* Фон для попапа поста Tilda Feed */
.t-feed__post-popup .t-popup__container.t-popup__container-static{
  background-image: url("https://static.tildacdn.com/tild6133-6237-4134-b938-393832396261/Frame_125.svg") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

/* На всякий случай укрепим стиль в показанном состоянии */
.t-feed__post-popup .t-popup__container.t-popup__container-static {
  background-image: url("https://static.tildacdn.com/tild6133-6237-4134-b938-393832396261/Frame_125.svg") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}


.t-feed__post-popup__close-wrapper.t-feed__post-popup__close-wrapper_loading {
    background-color: rgba(0, 0, 0, 0.2) ! IMPORTANT;
}

.t-feed__post-popup__close-wrapper {
    background-color: rgba(0, 0, 0, 0.2) ! IMPORTANT;
}

@media screen and (max-width: 980px) {
    .t-feed__post-popup, .t-feed__post-popup.t-popup {
        padding: 0px;
    }
    
    .t-feed__post-popup__content-wrapper, .t-feed__post-popup__relevants {
        padding: 0 20px;
}
