

/* Start:/local/templates/main/components/bitrix/news.list/regional_offices/style.css?17800512943604*/
/* ===== Regional Offices — list ===== */

.ro-page {
    padding: 40px 0 70px;
    background: #f8f9fb;
}

/* --- Фильтр --- */
.ro-filter-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.ro-filter-wrap .nav {
    flex-wrap: wrap;
    gap: 6px;
}
.ro-filter-btn {
    padding: 5px 14px !important;
    border-radius: 20px !important;
    font-size: 0.8rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    background: #fff !important;
    color: #5a6680 !important;
    border: 2px solid #e2e8f0 !important;
    transition: background 0.15s, color 0.15s, border-color 0.15s !important;
    white-space: nowrap;
    line-height: 1.5;
    margin: 0 !important;
}
.ro-filter-btn:hover,
.ro-filter-btn.active {
    background: #2388ED !important;
    color: #fff !important;
    border-color: #2388ED !important;
}

/* --- Сетка --- */
.ro-grid {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0;
    padding: 0;
    margin: 0 -10px;
    list-style: none;
}

/* --- Элемент-обёртка --- */
.ro-item {
    width: 25%;
    padding: 0 10px 20px;
    height: 240px;
    box-sizing: border-box;
}
@media (max-width: 1199px) { .ro-item { width: 33.333%; } }
@media (max-width: 767px)  { .ro-item { width: 50%; } }
@media (max-width: 480px)  { .ro-item { width: 100%; } }

/* --- Карточка --- */
.ro-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 2px 14px rgba(35,136,237,0.07);
    overflow: hidden;
    text-decoration: none !important;
    transition: box-shadow 0.2s, transform 0.2s;
    color: inherit;
    border-top: 3px solid #2388ED;
}
.ro-card:hover {
    box-shadow: 0 8px 28px rgba(35,136,237,0.2);
    transform: translateY(-4px);
    text-decoration: none !important;
    border-top-color: #1a6fc7;
}

/* Логотип */
.ro-card-logo {
    background: #f4f8fe;
    height: 100px;
    min-height: 100px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
}
.ro-card-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.10));
}
.ro-card-logo .fa-building {
    font-size: 2rem;
    color: #c0cfe8;
}

/* Тело */
.ro-card-body {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    padding: 12px 14px 6px;
    display: flex;
    flex-direction: column;
    gap: 3px;
    border-top: 1px solid #f0f4fa;
}
.ro-card-region {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    color: #2388ED;
    font-weight: 600;
    line-height: 1.3;
}
.ro-card-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #1a2540;
    line-height: 1.4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Футер */
.ro-card-footer {
    flex-shrink: 0;
    padding: 8px 14px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #2388ED;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
.ro-card-footer i {
    transition: transform 0.2s;
    font-size: 0.65rem;
}
.ro-card:hover .ro-card-footer {
    color: #1a6fc7;
}
.ro-card:hover .ro-card-footer i {
    transform: translateX(4px);
}

/* Isotope overrides */
.sort-destination-loader {
    min-height: 0 !important;
    margin-bottom: 0;
}
.portfolio-list.ro-grid {
    margin-bottom: 0 !important;
}

/* End */
/* /local/templates/main/components/bitrix/news.list/regional_offices/style.css?17800512943604 */
