.map-b__category {
    max-height: 300px;
}

.map-b__filter-item > .map-b__filter-value {
    font-weight: 500;
}

body.block_map .map-b .ymaps3x0--marker {
    /*filter: grayscale(1);*/
    pointer-events: none;
    cursor: wait;
}
body.block_map .map-b {
    cursor: wait;
}

.map-b__foot h1 {
    font-size: unset;
    font-weight: unset;
    line-height: unset;
    margin: unset;
    color: unset;
    display: inline;
}

.sub-b {
    z-index: 1;
}
.map-b__filter-content {
    z-index: 9;
}

.map-b__filter {
    z-index: 1;
}

.map-b__filter-close {
    right: 20px;
    top: 28px;
}

.map-b__select {
    z-index: 1;
    top: 8px;
}

.ymaps3x0--map-container {
    z-index: 0;
}

.map-b__select-scroll {
    padding: 0;
}

.map_cluster-text {
    background-color: var(--color-accent);
    color: var(--color-light);
    border-radius: 50%;
    padding: 10px 0;
    font-size: 12px;
    width: 35px;
    height: 36px;
    display: block;
    text-align: center
}

.map_cluster-button {
    cursor: pointer;
}

.map-b__pin_master {
    background: #979797;
    width: 32px;
    height: 32px;
}
.map-b__pin_master svg {
    width: 20px;
    height: 20px;
}
.map-b__pin_master-contract {
    background: var(--color-button-hover);
}

@media (max-width: 1350px) {
    .catalog-filter-b:has(.catalog-filter-b__item) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 750px) {
    .map-b__select {
        bottom: 12px;
    }
}