html, body, #map{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

#phoneBar {
    background-color: #007BFF;
    color: white;
    padding: 5px;
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 1000;
    bottom: 0;
    font-size: 5vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1.2;
    padding: 10px; 
}

#phoneBar p{
    margin: 0;
    text-align: center;
}

#phoneBar a {
    font-size: 60px;
    text-decoration: none;
    color: white;
}

#phoneBar a:hover {
    text-decoration: underline;
}

.ymaps-2-1-79-balloon__content {
    font: 36px Arial, sans-serif !important;
}

.ymaps-2-1-79-b-cluster-tabs {
    font: 36px Arial, sans-serif !important
}

#my-listbox {
    top: auto;
    left: auto;
}

#my-listbox-header {
    width: 310px !important;
    font: 36px Arial, sans-serif !important;
}

.listboxItem {
    width: 400px !important;
    height: 40px !important;
    line-height: 40px !important;
    font: 28px Arial, sans-serif !important;
}

.listboxItem a {
    line-height: 40px !important;
    height: 40px !important;
}