

/* Start:/local/templates/theme_design/components/bitrix/catalog.section.list/service_new/style.css?1727331260796*/

.ya-map-marker {
    position: relative;

    width: var(--radius, 20px);
    height: var(--radius, 20px);

    border-radius: 50%;
    background-color: #2b4c9b;
}

.ya-map-marker::before {
    position: absolute;
    top: 50%;
    left: 50%;

    display: inline-block;

    width: 50%;
    height: 50%;

    content: '';

    border-radius: 50%;
    background: no-repeat center center #fff;
    background-image: var(--icon);

    transform: translate3d(-50%, -50%, 0);
}

.ya-map-marker__info{
    background: #fff;
    padding: 5px;
    width:100px;
    position: absolute;
    display: block;
    top: -30px;
    left: 25px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 12px;
}


#map{
    width: 100%;
    height: 500px;
}
/* End */
/* /local/templates/theme_design/components/bitrix/catalog.section.list/service_new/style.css?1727331260796 */
