

/* Start:/local/templates/.default/components/bitrix/news.list/map/style.css?17556029802013*/
.block-hidden{
    display: none;
}
.map-section .map-section__close{
    z-index: 9!important;
}
.store-bankomat{
    fill: #FF8B00!important;
    stroke-width: 0px!important;
}
.floor [data-place].is-section path.store-bankomat{
    fill: #FF8B00!important;
}
.scheme__map .floor-store .-bg-full path{
    fill: #FF8B00!important;
    stroke-width: 0px!important;
    stroke: transparent!important;
}
.scheme__map .floor-store .-bg-full path{
    fill: #FF8B00!important;
    stroke-width: 0px!important;
    stroke: transparent!important;
}
.floor [data-place].is-section.-bg-full path {
    fill: #FF8B00!important;
}
.floor [data-place].is-current path {
    animation: flickerAnimation .5s 2;
    fill: #FF8B00;
}

@keyframes flickerAnimation {
    0%   { fill: #fff; }
    50%  { fill: #FF8B00; }
    100% { fill: #fff; }
}
.map-section .map-section__close .close-btn {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: 2px solid rgba(255,255,255,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .25s;
    transition: .25s;
}

.scheme__map .floor-store .-no-stroke {
    path {
        stroke: none;
    }
}


.floor-control-wrap .floor-control .floor-level .btn-floor svg {
  transition: 300ms;
    max-width: 60%;
    height: unset;
}
.floor-control-wrap .floor-control .floor-level .btn-floor.is-selected svg, .floor-control-wrap .floor-control .floor-level .btn-floor:hover svg {
  filter: invert(1);
}

.scheme__container[current-floor="fl-street"] .scheme__bg {
    display: none;
}

.floor-street [data-place]:not(:hover) path {
    fill: var(--bg-fill, #F3F3F3) !important;
}

.floor-street [data-place][shop-id=""] {
    pointer-events: none;
}

.floor-street .floor-store path {
    stroke: none !important;
}

.floor-level {
    align-items: center;
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/map/style.css?17556029802013 */
