[class$=-balloon-pane] ymaps {
    border: none !important;
    box-shadow: none !important;
    padding: 0;
}

.ymaps-2-1-79-b-cluster-tabs__section_type_content {
    width: 215px;
}

.ymaps-2-1-79-b-cluster-tabs__section_type_nav {
    width: 190px !important;
}

.ymaps-2-1-79-b-cluster-tabs__menu-item:hover {
    cursor: pointer;
}

.map-model-widget .map-model__info .info-phone .phone, [class$=-balloon__layout] .map-model__info .info-phone .phone {
    color: #ffa500;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[class$=-balloon__layout] .map-model__info .info-phone span {
    color: #ffb800;
    font-size: 14px;
    line-height: 16px;
    margin-left:10px;
}

.map-model-widget .map-model__info .info-title, [class$=-balloon__layout] .map-model__info .info-title {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.map-model-widget .map-model .map-model__images img, [class$=-balloon__layout] .map-model .map-model__images img {
    width: 100%;
    max-width: 200px;
    aspect-ratio: 5/7;
    object-fit: cover;
    border-radius: 10px;
}

.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
    background: #000000;
    margin-right: 0 !important;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
}

.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content .ymaps-2-1-79-b-cluster-content {
    height: 350px !important;
    width: 415px !important;
}

.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content .ymaps-2-1-79-b-cluster-content .ymaps-2-1-79-b-cluster-content__header {
    display: none;
}

[class$=-balloon__close] [class$=-balloon__close-button] {
    height: 25px;
    position: relative;
    width: 25px;
    background: #272727;
    border-radius: 5px;
    opacity: 1;
}

[class$=-balloon__close] [class$=-balloon__close-button]:before {
    background: #000;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(45deg);
    width: 100%;
}

[class$=-balloon__close] [class$=-balloon__close-button]:after {
    background: #000;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(-45deg);
    width: 100%;
}

.ymaps-2-1-79-b-cluster-tabs__section_type_nav {
    height: 100%;
}

.ymaps-2-1-79-b-cluster-tabs__section_type_nav .ymaps-2-1-79-b-cluster-tabs__menu-item.ymaps-2-1-79-b-cluster-tabs__menu-item_current_yes span {
    background-color: #1c1c1c;
    color: #ffa500;
}

.ymaps-2-1-79-b-cluster-tabs__section_type_nav .ymaps-2-1-79-b-cluster-tabs__menu-item span {
    background-color: #000;
    border-bottom: 1px solid #3e3e3e;
    color: #b5b5b5;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
    text-decoration: none !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 10px;
}

.ymaps-2-1-79-b-cluster-tabs__menu-item_current_yes {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: transparent;
}

.ymaps-2-1-79-b-cluster-tabs__menu-item {
    margin: 0 !important;
    height: 33px;
}

.ymaps-2-1-79-b-cluster-tabs__menu-item-text {
    width: 100%;
}


@media (max-width: 767px) {
    .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content .ymaps-2-1-79-b-cluster-content {
        height: 260px !important;
        width: 270px !important;
    }

    .ymaps-2-1-79-b-cluster-tabs__section_type_content {
        width: 140px;
    }

    .ymaps-2-1-79-b-cluster-tabs__section_type_nav {
        width: 130px !important;
    }

    .map-model-widget .map-model .map-model__images img, [class$=-balloon__layout] .map-model .map-model__images img {
        width: 100%;
        max-width: 140px;
        aspect-ratio: 5/7;
        object-fit: cover;
        border-radius: 10px;
    }
    #ya-map {
        height: 400px;
    }
}
