.branches-container {
    max-width: 100%;
    margin: 0 auto;
}
.tabs-header {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #ddd;
}
.tab-header {
    cursor: pointer;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-bottom: none;
    background: #f9f9f9;
    margin-right: 5px;
    transition: background 0.3s;
}
.tab-header.active {
    background: #fff;
    font-weight: bold;
    border-top: 2px solid #BF9E77;
    color: #BF9E77;
}
.tabs-content {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.ymaps-2-1-79-map ymaps, .ymaps-2-1-79-map ymaps:after, .ymaps-2-1-79-map ymaps:before{
   width:100%;
}
@media (max-width:728px) {
.tab-content.active > .branch-content {
    flex-direction: column;
}
.tabs-header {
    width: 100%;
    overflow-y: auto;
}
.tab-header {
    width: 33.33%;
    margin-right: 0!important;
    text-align: center;
}
}
.eael-offcanvas-toggle-icon.fas.fa-bars::before {
    display: none;
}
.eael-offcanvas-widget-content {
    display: flex;
    flex-direction: column;
    line-height: 0;
}
