.yandex-map-dark iframe {
    filter: invert(90%)
            hue-rotate(180deg)
            brightness(85%)
            contrast(110%);
}
/* Контейнер карты */
.yandex-map-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

/* iframe Яндекс.Карты */
.yandex-map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}

/* Тёмная тема */
.yandex-map-wrap iframe {
    filter: invert(90%)
            hue-rotate(180deg)
            brightness(85%)
            contrast(110%);
}
