/* BVI (Button Visually Impaired) Plugin Styles */

/* Panel Toggle Button */
.bvi-panel-toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    background: hsl(145, 39%, 50%);
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    display: none;
}

.bvi-panel-toggle:hover {
    background: #3fa067;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

/* Panel */
.bvi-panel {
    position: fixed;
    max-width: 600px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.bvi-panel-inner {
    background: white;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
}

.bvi-panel-header {
    background: #4fb279;
    color: white;
    padding: 20px;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.bvi-panel-title {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
}

.bvi-panel-close {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

.bvi-panel-close:hover {
    background: rgba(255, 255, 255, 0.2);
}

.bvi-panel-body {
    padding: 20px;
}

.bvi-panel-group {
    margin-bottom: 20px;
}

.bvi-panel-group-title {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1c1c1c;
    font-family: "Manrope", sans-serif;
}

.bvi-panel-group-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.bvi-panel-group-content button {
    background: #f7f7f7;
    border: 2px solid #e0e0e0;
    color: #1c1c1c;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    transition: all 0.3s ease;
}

.bvi-panel-group-content button:hover {
    background: #4fb279;
    color: white;
    border-color: #4fb279;
}

.bvi-panel-group-content button.active {
    background: #4fb279;
    color: white;
    border-color: #4fb279;
}

.bvi-panel-footer {
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.bvi-reload {
    background: #ff6b6b;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-family: "Manrope", sans-serif;
    font-weight: 500;
    transition: background 0.3s ease;
}

.bvi-reload:hover {
    background: #ff5252;
}

/* BVI Body Classes */
.bvi-body {
    font-family: Arial, sans-serif !important;
}

.bvi-body-fixed {
    overflow: hidden;
}

.bvi-body-hide .bvi-panel-toggle {
    display: none;
}

/* Font Size Styles */
.bvi-body {
    font-size: 16px !important;
}

/* Specific font size classes for better control */
.bvi-font-size-12 { font-size: 12px !important; }
.bvi-font-size-13 { font-size: 13px !important; }
.bvi-font-size-14 { font-size: 14px !important; }
.bvi-font-size-15 { font-size: 15px !important; }
.bvi-font-size-16 { font-size: 16px !important; }
.bvi-font-size-17 { font-size: 17px !important; }
.bvi-font-size-18 { font-size: 18px !important; }
.bvi-font-size-19 { font-size: 19px !important; }
.bvi-font-size-20 { font-size: 20px !important; }
.bvi-font-size-21 { font-size: 21px !important; }
.bvi-font-size-22 { font-size: 22px !important; }
.bvi-font-size-23 { font-size: 23px !important; }
.bvi-font-size-24 { font-size: 24px !important; }
.bvi-font-size-25 { font-size: 25px !important; }
.bvi-font-size-26 { font-size: 26px !important; }
.bvi-font-size-27 { font-size: 27px !important; }
.bvi-font-size-28 { font-size: 28px !important; }
.bvi-font-size-29 { font-size: 29px !important; }
.bvi-font-size-30 { font-size: 30px !important; }
.bvi-font-size-31 { font-size: 31px !important; }
.bvi-font-size-32 { font-size: 32px !important; }
.bvi-font-size-33 { font-size: 33px !important; }
.bvi-font-size-34 { font-size: 34px !important; }
.bvi-font-size-35 { font-size: 35px !important; }
.bvi-font-size-36 { font-size: 36px !important; }
.bvi-font-size-37 { font-size: 37px !important; }
.bvi-font-size-38 { font-size: 38px !important; }
.bvi-font-size-39 { font-size: 39px !important; }

/* Apply font size to all elements except BVI panel, Yandex Maps and Mobile Menu */
.bvi-font-size-12 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) { font-size: 12px !important; }
.bvi-font-size-13 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) { font-size: 13px !important; }
.bvi-font-size-14 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) { font-size: 14px !important; }
.bvi-font-size-15 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) { font-size: 15px !important; }
.bvi-font-size-16 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) { font-size: 16px !important; }
.bvi-font-size-17 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) { font-size: 17px !important; }
.bvi-font-size-18 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) { font-size: 18px !important; }
.bvi-font-size-19 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) { font-size: 19px !important; }
.bvi-font-size-20 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) { font-size: 20px !important; }
.bvi-font-size-21 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) { font-size: 21px !important; }
.bvi-font-size-22 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) { font-size: 22px !important; }
.bvi-font-size-23 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 23px !important; }
.bvi-font-size-24 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 24px !important; }
.bvi-font-size-25 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 25px !important; }
.bvi-font-size-26 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 26px !important; }
.bvi-font-size-27 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 27px !important; }
.bvi-font-size-28 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 28px !important; }
.bvi-font-size-29 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 29px !important; }
.bvi-font-size-30 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 30px !important; }
.bvi-font-size-31 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 31px !important; }
.bvi-font-size-32 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 32px !important; }
.bvi-font-size-33 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 33px !important; }
.bvi-font-size-34 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 34px !important; }
.bvi-font-size-35 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 35px !important; }
.bvi-font-size-36 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 36px !important; }
.bvi-font-size-37 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 37px !important; }
.bvi-font-size-38 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 38px !important; }
.bvi-font-size-39 *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *) { font-size: 39px !important; }

/* Theme Styles */
.bvi-theme-white {
    background: white !important;
    color: black !important;
}

.bvi-theme-white *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) {
    background: white !important;
    color: black !important;
}

.bvi-theme-black {
    background: black !important;
    color: white !important;
}

.bvi-theme-black *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) {
    background: black !important;
    color: white !important;
}

.bvi-theme-blue {
    background: #003366 !important;
    color: #ffffff !important;
}

.bvi-theme-blue *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) {
    background: #003366 !important;
    color: #ffffff !important;
}

.bvi-theme-brown {
    background: #4a2c2a !important;
    color: #ffffff !important;
}

.bvi-theme-brown *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) {
    background: #4a2c2a !important;
    color: #ffffff !important;
}

.bvi-theme-green {
    background: #2d5016 !important;
    color: #ffffff !important;
}

.bvi-theme-green *:not(.bvi-panel):not(.bvi-panel *):not(ymaps):not(ymaps *):not(#yandex-map):not(#yandex-map *):not(.contacts__map):not(.contacts__map *):not(.contacts__map-container):not(.contacts__map-container *):not(.header__mobile-menu):not(.header__mobile-menu *):not(.mobile-menu-btn):not(.mobile-menu-btn *):not(.mobile-menu-btn__line) {
    background: #2d5016 !important;
    color: #ffffff !important;
}

/* Image Styles */
.bvi-images-off img {
    display: none !important;
}

.bvi-images-grayscale img {
    filter: grayscale(100%) !important;
}

.bvi-images-on img {
    display: block !important;
}

/* Letter Spacing Styles */
.bvi-letter-spacing-normal * {
    letter-spacing: normal !important;
}

.bvi-letter-spacing-average * {
    letter-spacing: 0.1em !important;
}

.bvi-letter-spacing-big * {
    letter-spacing: 0.2em !important;
}

/* Line Height Styles */
.bvi-line-height-normal * {
    line-height: normal !important;
}

.bvi-line-height-average * {
    line-height: 1.8 !important;
}

.bvi-line-height-big * {
    line-height: 2.2 !important;
}

/* Font Family Styles */
.bvi-font-family-arial * {
    font-family: Arial, sans-serif !important;
}

.bvi-font-family-times * {
    font-family: "Times New Roman", serif !important;
}

/* Built Elements Styles */
.bvi-built-elements-off iframe,
.bvi-built-elements-off video,
.bvi-built-elements-off audio,
.bvi-built-elements-off embed,
.bvi-built-elements-off object {
    display: none !important;
}

/* Special Classes */
.bvi-hide {
    display: none !important;
}

.bvi-show {
    display: block !important;
}

.bvi-no-styles {
    all: initial !important;
}

.bvi-speech {
    cursor: pointer;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .bvi-panel-inner {
        max-height: 90vh;
    }
    
    .bvi-panel-toggle {
        font-size: 12px;
        padding: 8px 12px;
    }
    
    .bvi-panel-group-content {
        flex-direction: column;
    }
    
    .bvi-panel-group-content button {
        width: 100%;
        text-align: center;
    }
}

/* Accessibility Improvements */
.bvi-panel-toggle:focus,
.bvi-panel-close:focus,
.bvi-panel-group-content button:focus,
.bvi-reload:focus {
    outline: 3px solid #4fb279;
    outline-offset: 2px;
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
    .bvi-panel-toggle {
        border: 2px solid white;
    }
    
    .bvi-panel-inner {
        border: 2px solid black;
    }
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .bvi-panel-toggle,
    .bvi-panel-close,
    .bvi-panel-group-content button,
    .bvi-reload {
        transition: none;
    }
}

/* FOUC Prevention - Исключение BVI панели из тем оформления */
/* Панель должна сохранять свой внешний вид независимо от выбранной темы */

.bvi-theme-white .bvi-panel,
.bvi-theme-black .bvi-panel,
.bvi-theme-blue .bvi-panel,
.bvi-theme-brown .bvi-panel,
.bvi-theme-green .bvi-panel {
    background: rgba(0, 0, 0, 0.8) !important;
}

.bvi-theme-white .bvi-panel-inner,
.bvi-theme-black .bvi-panel-inner,
.bvi-theme-blue .bvi-panel-inner,
.bvi-theme-brown .bvi-panel-inner,
.bvi-theme-green .bvi-panel-inner {
    background: white !important;
    color: #1c1c1c !important;
}

.bvi-theme-white .bvi-panel-header,
.bvi-theme-black .bvi-panel-header,
.bvi-theme-blue .bvi-panel-header,
.bvi-theme-brown .bvi-panel-header,
.bvi-theme-green .bvi-panel-header {
    background: #4fb279 !important;
    color: white !important;
}

.bvi-theme-white .bvi-panel-group-content button,
.bvi-theme-black .bvi-panel-group-content button,
.bvi-theme-blue .bvi-panel-group-content button,
.bvi-theme-brown .bvi-panel-group-content button,
.bvi-theme-green .bvi-panel-group-content button {
    background: #f7f7f7 !important;
    border: 2px solid #e0e0e0 !important;
    color: #1c1c1c !important;
}

.bvi-theme-white .bvi-panel-group-content button:hover,
.bvi-theme-black .bvi-panel-group-content button:hover,
.bvi-theme-blue .bvi-panel-group-content button:hover,
.bvi-theme-brown .bvi-panel-group-content button:hover,
.bvi-theme-green .bvi-panel-group-content button:hover,
.bvi-theme-white .bvi-panel-group-content button.active,
.bvi-theme-black .bvi-panel-group-content button.active,
.bvi-theme-blue .bvi-panel-group-content button.active,
.bvi-theme-brown .bvi-panel-group-content button.active,
.bvi-theme-green .bvi-panel-group-content button.active {
    background: #4fb279 !important;
    color: white !important;
    border-color: #4fb279 !important;
}

.bvi-theme-white .bvi-panel-close,
.bvi-theme-black .bvi-panel-close,
.bvi-theme-blue .bvi-panel-close,
.bvi-theme-brown .bvi-panel-close,
.bvi-theme-green .bvi-panel-close {
    color: white !important;
    background: transparent !important;
}

.bvi-theme-white .bvi-panel-title,
.bvi-theme-black .bvi-panel-title,
.bvi-theme-blue .bvi-panel-title,
.bvi-theme-brown .bvi-panel-title,
.bvi-theme-green .bvi-panel-title {
    color: white !important;
}

.bvi-theme-white .bvi-panel-group-title,
.bvi-theme-black .bvi-panel-group-title,
.bvi-theme-blue .bvi-panel-group-title,
.bvi-theme-brown .bvi-panel-group-title,
.bvi-theme-green .bvi-panel-group-title {
    color: #1c1c1c !important;
}


/* ===============================
   YANDEX MAP PROTECTION SHIELD
   =============================== */
/* Map shield: полностью исключаем карту от BVI-стилей */
.bvi-body #yandex-map,
.bvi-body #yandex-map *,
.bvi-body .contacts__map,
.bvi-body .contacts__map *,
.bvi-body .contacts__map-container,
.bvi-body .contacts__map-container * {
    all: unset !important;
}

.bvi-body #yandex-map,
.bvi-body .contacts__map,
.bvi-body .contacts__map-container {
    all: revert !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    background: #f5f5f5 !important;
}

/* Keep map images visible when images are off */
.bvi-images-off #yandex-map img,
.bvi-images-off .contacts__map img,
.bvi-images-off .contacts__map-container img {
    display: block !important;
    filter: none !important;
}

/* Keep map iframe visible when built elements are off */
.bvi-built-elements-off #yandex-map iframe,
.bvi-built-elements-off .contacts__map iframe,
.bvi-built-elements-off .contacts__map-container iframe {
    display: block !important;
}

