.heating_houses__map {
    width: 100%;
    min-height: calc(100vh - 420px);
    margin-bottom: 80px;
}

.heating_houses_status {
    padding: 6px 12px;
    border: 2px solid #ddd;
    border-radius: 6px;
    background: white;
    font-size: 13px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
}

.problem-btn {
    background: #dbe6f8;
    color: #35558A;
    border: 1px solid #C8D3E3;
    border-radius: 6px;
}

.problem-btn:hover {
    background: #E9EFF8;
    border-color: #9FB1CC;
}

.heating_houses__title-block_wrapper {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.heating_houses__title-block_wrapper p {
    width: 100%;
}