.t1196__item.filtered { display: none !important; }
.t1196__item { transition: opacity 0.3s; } /* Плавное скрытие */

@media (max-width: 320px) {
  .custom-map {
    margin: 0 auto !important;
    max-width: calc(100vw - 40px) !important;
  }
  .custom-map div {
    width: calc(100vw - 40px) !important;
    height: auto !important;
    padding-bottom: 107% !important;
    position: relative;
  }
  .custom-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 375px) {
  .custom-map {
    margin: 0 auto !important;
    max-width: calc(100vw - 40px) !important;
  }
  .custom-map div {
    width: calc(100vw - 40px) !important;
    height: auto !important;
    padding-bottom: 107% !important;
    position: relative;
  }
  .custom-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 425px) {
  .custom-map {
    margin: 0 auto !important;
    max-width: calc(100vw - 40px) !important;
  }
  .custom-map div {
    width: calc(100vw - 40px) !important;
    height: auto !important;
    padding-bottom: 107% !important;
    position: relative;
  }
  .custom-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media (max-width: 768px) {
  .custom-map {
    margin: 0 auto !important;
    max-width: calc(100vw - 40px) !important;
  }
  .custom-map div {
    width: calc(100vw - 40px) !important;
    height: auto !important;
    padding-bottom: 107% !important;
    position: relative;
  }
  .custom-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}