.filials-fast {
    margin: 10px 0 20px;
}

.filials-fast-list {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.filials-fast-item {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 12px;
    background: #fff;
}

.filials-fast-title {
    font-size: 17px;
    line-height: 1.2;
    margin: 0 0 4px;
}

.filials-fast-title a {
    text-decoration: none;
}

.filials-fast-type {
    font-size: 13px;
    color: #666;
    margin: 0 0 6px;
}

.filials-fast-addr,
.filials-fast-phone {
    font-size: 14px;
    margin: 0 0 6px;
}

.filials-fast-phone {
    margin-bottom: 0;
}

.filials-fast-pager {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.filials-fast-page {
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
    padding: 4px 9px;
    font-size: 13px;
    text-decoration: none;
    color: #444;
    background: #fff;
}

.filials-fast-page:hover {
    border-color: #bdbdbd;
}

.filials-fast-page_active {
    border-color: #2684d8;
    color: #0f5f9f;
    background: #eef6fd;
}

.filials-fast-empty {
    margin: 10px 0;
    color: #666;
}
