.map-block {
    height: 480px;
    position: relative;
    background: #f5f5f5;
    margin-bottom: 60px;
}
.map-block__frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-block_mt {
    margin-top: 10px;
}
.map-block_installer_detail {
    height: 375px;
}
.map-block_personal {
    height: 250px;
    margin-bottom: 0;
}
.map-block_modal {
    margin: 42px -40px 0!important;
    width: auto!important;
}
@media screen and (max-width: 767px) {
    .map-block {
        max-height: 60vh;
    }
    .map-block_installer_detail {
        margin-top: 32px;
    }
    .map-block_modal {
        margin: 24px -20px 0!important;
    }
}

.map-popover {
    max-width: 212px;
    padding: 10px 0 10px 12px;
}
.map-popover__img {
    max-height: 135px;
    max-width: 200px;
    margin-bottom: 20px;
}

.ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
    padding: 0!important;
}
.ymaps-2-1-79-b-cluster-tabs {
    padding: 0;
}
.ymaps-2-1-79-b-cluster-tabs__section_type_content {
    padding-left: 0!important;
}
.ymaps-2-1-79-b-cluster-tabs__menu-item {
    display: flex!important;
    align-items: center;
    min-height: 34px;
    padding: 3px 10px 3px 5px;
    cursor: pointer;
}
.ymaps-2-1-79-b-cluster-tabs__menu-item-text {
    color: #000000!important;
}
.ymaps-2-1-79-b-cluster-tabs__menu-item:not(.ymaps-2-1-79-b-cluster-tabs__menu-item_current_yes):hover .ymaps-2-1-79-b-cluster-tabs__menu-item-text {
    color: #C8102E!important;
}
.ymaps-2-1-79-b-cluster-tabs__menu-item_current_yes {
    background: #C8102E!important;
    border-radius: 0!important;
}
.ymaps-2-1-79-b-cluster-tabs__menu-item_current_yes .ymaps-2-1-79-b-cluster-tabs__menu-item-text,
.ymaps-2-1-79-b-cluster-tabs__menu-item_current_yes .ymaps-2-1-79-b-cluster-tabs__menu-item-text:hover {
    color: #fff!important;
}