

/* Start:/bitrix/templates/tkhistheme/components/bitrix/main.include/map/style.css?1756987071923*/
.map #map {height: 600px; border-top: 1px solid #CCCCCC;}
.map {position: relative; line-height: 1.3; font-size: 1.1rem;}
.map label {font-size: 1rem; font-weight: 600;}
.map .bg {transition: all .30s ease-in;  opacity:1; visibility: visible; width: 100%; height: 100%; top: 0; left: 0; position: absolute; background: rgba(15, 64, 96, 0.15); z-index: 1;}
.map:hover .bg {visibility: hidden; opacity: 0;}
.map:hover [class*="ymaps-2-1"][class*="-ground-pane"] {
    filter: none;
    -webkit-filter: none; 
}
.map.css_filter [class*="placemark-overlay"] ymaps ymaps {
    filter:grayscale(1) brightness(0%) var(--OPTION_BASE_COLOR_FILTER);
}
.map [class*="placemark-overlay"] ymaps ymaps {
    -webkit-animation: marker-animation 1s infinite;
    animation: marker-animation 1s infinite;
}

@-webkit-keyframes marker-animation {
    0% {top: -105px; }
    50% {top: -110px;}
    100% {top: -105px; } 
}
/* End */
/* /bitrix/templates/tkhistheme/components/bitrix/main.include/map/style.css?1756987071923 */
