.branches_list {
    display: table;
    width: 100%;
} 

.branches_list .item {
    margin-top: 30px;
}

.branches_list #yamap {
    width: 100%;
    height: 555px;
    padding: 2px; 
    padding-bottom: 3px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #c0c0c0;
    border-left: 1px solid #fff;
    box-shadow: 1px 1px 2px #888888;
    border-radius: 4px; 
}

.branches_list .separator {
    height: 1px;
    margin-top: 30px;
    border-bottom: 1px solid #c7c7c7;
    border-top: 1px solid #fff;
}

.branches_list span.name {
    display: inline-block;
    border-bottom: 1px dashed #666564;
    cursor: pointer;
    margin-bottom: 10px;
}

.branches_list .item.active span.name {
    cursor: text;
    border-bottom: none;
    font-weight: bold;
    color:#010101;
}

.branches_contacts .item {
    margin-top: 0px;
    margin-bottom: 30px;
}

.branches_contacts .item .address {
    display: none;
}

.branches_contacts .item.active .address {
    display: block;
    margin-bottom: 0px !important;
}

.branches_contacts .item .phone {
    display: block;
}

.branches_contacts .item.active .phone {
    color:#000;
    font-size: 22px;
}

@media (min-width: 992px) { 
    .branches_list .item:nth-child(3n+1) {
        clear: both; 
    }
}

@media (min-width: 768px) and (max-width: 991px) { 
    .branches_list .item:nth-child(2n+1) {
        clear: both; 
    }
}

@media (max-width: 768px) { 
    .branches_list #yamap {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) { 
    .branches_list #yamap {
        height: 300px;
    }
}