.ymap_baloon_wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 16px;
}

.w_newsList__item>ymaps {
    background: #fff;
    border-radius: 10px;
    font-size: 12px;
}

.cluster_placemark_wrapper {
    background: #EB62473D;
    border-radius: 100%;
    padding: 4px;
}

.cluster_placemark {
    background: #EB6247;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Geologica";
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 3.8;
    text-align: center;
}

.place_marker {
    display: block;
    position: absolute;
    top: 0;
    margin: 9px 10px;
    display: block;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 20px;
    min-height: 20px;
}

.ymap_baloon_wrapper .mapBaloon__content {
    padding-top: 16px;
}

.ymap_baloon_wrapper .mapBaloon__content > div {
    margin-top: 8px;
}

.mapBaloon__content a.mapBaloon__content-title {
    color: #141414;
    margin-bottom: 8px;
    display: inline-block;
    font-family: "Geologica Roman";
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
}

.mapBaloon__content {
    font-family: "Geologica";
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    text-align: left;
    color: #707070;
}

.__contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin-top: 20px !important;
}

.__contacts .__contacts-link {
    color: #141414;
}

.__contacts .__social-link {
    display: flex;
    min-width: 20px;
    min-height: 20px;
    margin-left: 12px;
}

.__contacts .__social-link img {
    width: 100%;
}

.__contacts .__social {
    display: flex;
    align-items: center;
}
.__buttons {
    margin-top: 20px!important;
}
.mapBaloon__close {
    display: none;
}

.mapBaloon__coast-bar {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    top: 15px;
    right: 15px;
}

.mapBaloon__coast-bar > div {
    font-family: 'Geologica';
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    border-radius: 80px;
    margin-left: 10px;
    background: #fff;
    color: var(--Grey, #707070);
    text-align: center;
    padding: 14px 30px;
}

.mapBaloon__coast-bar .mapBaloon__coast {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 80px;
    background: #fff;
    top: unset;
    left: unset;
    right: unset;
}

.mapBaloon__coast-bar > div.__price,
.mapBaloon__coast-bar>div.__rating {
    color: #141414;
}

.mapBaloon__coast-bar>div.__rating img {
    margin-top: 1px;
}

.c-places-map .places_page_filter {
    position: sticky;
    top: 0;
    z-index: 1;
    margin-top: -175px;
}
.c-places-map .pk-two {
    margin-top: -130px;
}

@media (max-width: 1000px) {
    .c-places-map .places_page_filter {
        position: relative;
        margin-top: 0;
    }
}