/* ===== Tilda Lightbox background (универсально) ===== */
.pswp__bg,                 /* PhotoSwipe */
.mfp-bg,                   /* Magnific Popup */
.t-popup__overlay,
.t-popup__bg,
.t-gallery__overlay,
.t-zoom__bg,
.t-zoom__overlay,
.t-zoomer__bg,
.t-zoomer__overlay {
  background-color: #1A181B !important;
  background: #1A181B !important;
  opacity: 1 !important;
}

/* Иногда белый “фон” — это не оверлей, а контейнер попапа */
.mfp-wrap,
.mfp-container,
.mfp-content,
.t-popup,
.t-popup__container {
  background: transparent !important;
}