

/* Start:/bitrix/templates/aspro_max/components/bitrix/news.list/pressa/style.css?17849035583524*/
:root {
    --hatber-red: #e60012;
    --text: #242424;
    --muted: #8e949c;
    --line: #e8e8e8;
    --line-dark: #dddddd;
}
.press-page { /*padding: 44px 0 54px;*/ background: #fff; max-width: 1420px; margin: 0 auto; /*padding-left: 28px; padding-right: 28px;*/ }
.press-breadcrumbs { color: #a7adb5; font-size: 13px; margin-bottom: 8px; }
.press-breadcrumbs span { margin: 0 10px; color: #c4c7cc; }
.press-title { margin: 0 0 30px; font-weight: 400; font-size: 42px; line-height: 1.1; }
.press-categories { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 18px; }
.press-category { height: 126px; border: 1px solid var(--line-dark); background: #fff; border-radius: 3px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 18px 16px; transition: border-color .2s, box-shadow .2s; cursor: pointer; }
.press-category:hover { border-color: #cfcfcf; }
.press-category.is-active { border-color: var(--hatber-red); box-shadow: 0 8px 24px rgba(0,0,0,.025); }
.press-category__logo { height: 50px; /* увеличил */ margin-bottom: 10px; display: flex; align-items: center; justify-content: center; }
.press-category__logo img { max-height: 50px; /* было 36px */ width: auto; }
.logo-fallback { font-size: 28px; font-weight: bold; color: var(--hatber-red); }
.press-category__name { font-size: 15px; font-weight: 700; }
.press-category__count { margin-top: 5px; color: #6f7580; }
.press-category.is-active .press-category__count { color: var(--hatber-red); font-weight: 700; }
.press-active-line { width: 44px; height: 3px; background: var(--hatber-red); margin: 0 auto 14px; }
.press-list { border: 1px solid var(--line); background: #fff; }
.press-item { display: grid; grid-template-columns: 100px minmax(0, 1fr) auto; /* последняя колонка теперь auto */ gap: 20px; align-items: center; min-height: 76px; padding: 14px 20px; border-bottom: 1px solid var(--line); }
.press-item:last-child { border-bottom: 0; }
.press-item--hidden { display: none; }
.press-item__logo { display: flex; align-items: center; justify-content: flex-start; min-width: 0; }
.press-item__logo img { max-height: 80px; /* было 40px */ width: auto; }
.press-item__title { font-size: 15px; line-height: 1.25; color: var(--hatber-red); font-weight: 700; text-transform: uppercase; margin-bottom: 5px; }
.press-item__title a { color: var(--hatber-red); }
.press-item__desc { font-weight: 700; color: #252525; line-height: 1.35; }
.press-item__date { text-align: right; color: #8d939c; white-space: normal; /* убрал nowrap */ word-break: break-word; max-width: 180px; }
.press-more { margin: 26px auto 0; width: 220px; height: 42px; border: 1px solid var(--hatber-red); display: flex; align-items: center; justify-content: center; gap: 12px; text-transform: uppercase; font-size: 12px; font-weight: 700; background: #fff; color: #333; cursor: pointer; }
.press-more:after { content: ''; width: 8px; height: 8px; border-right: 1px solid #8c9198; border-bottom: 1px solid #8c9198; transform: rotate(45deg); margin-top: -5px; }
.press-more:hover { background: #f5f5f5; }

@media (max-width: 860px) {
    .press-categories {
        /*grid-template-columns: 1fr;*/
        display: flex;
        overflow: auto;
    }
    .press-category {
        width: 190px;
        flex: none;
        height: 139px;
    }
    .press-item { grid-template-columns: 1fr; gap: 8px; padding: 18px; }
    .press-item__date { text-align: left; }
}
/* End */
/* /bitrix/templates/aspro_max/components/bitrix/news.list/pressa/style.css?17849035583524 */
