

/* Start:/bitrix/components/bitrix/breadcrumb/templates/irz_breadcrumb/style.css?1751104907585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/.default/components/bitrix/news.list/irz_news_new/style.css?176311301510902*/
/* Убедимся, что шрифт Inter подключен */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');

/* Базовые стили страницы */
.news-page {
    padding: 10px 0;
}
.catalog-nav {
    justify-content: center;
}

.news-page .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

.news-page h1 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
}

/* Стили для фильтров - центрированные табы с разделителями */
.news-filter-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 60px;
    background: none;
    padding: 0;
    position: relative;
}

.news-filter-tab {
    padding: 12px 32px;
    position: relative;
    cursor: pointer;
    background: none;
    transition: color 0.3s ease;
}

/* Общая полоса под всеми табами */
.news-filter-tabs::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 64px);
    max-width: 400px;
    height: 1px;
    background: #DBE0E6;
    z-index: 0;
}

/* Активный таб - желтая полоса поверх общей */
.news-filter-tab.tab-active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #F9D613;
    z-index: 1;
}

.news-filter-tab a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
    display: block;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.news-filter-tab.tab-active a {
    color: #000000;
}

/* Ховер эффекты для табов */
.news-filter-tab:hover:not(.tab-active) a {
    color: #011747;
}

.news-filter-tab a:focus {
    outline: none;
}

.news-filter-tab:focus {
    outline: none;
}

/* Стили для карточек новостей - без скруглений */
.news-articles-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1260px;
    margin: 0 auto;
}

/* Стили для кликабельной карточки */
.news-article-card {
    background: #FFFFFF;
    border: 1px solid #DBE0E6;
    border-radius: 0;
    position: relative;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
    animation: fadeInUp 0.6s ease;
}

.news-article-card__link {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 20px;
}

.news-article-card__link:hover {
    text-decoration: none;
    color: inherit;
}

/* Ховер эффекты для карточек */
.news-article-card:hover {
    border-color: #083966;
}

/* Эффект для карточки при фокусе */
.news-article-card:focus-within {
    border-color: #083966;
}

.news-article-card__content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.news-article-card__image {
    flex: 0 0 260px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.news-article-card__image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

/* Плавное увеличение изображения */
.news-article-card:hover .news-article-card__image img {
    transform: scale(1.03);
}

.news-article-card__info {
    flex: 1;
    min-width: 0;
    padding-right: 20px;
}

.news-article-card__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-family: 'Inter', sans-serif;
}

.news-article-card__date {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #546371;
}

.news-article-card__category {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #546371;
}

.news-article-card__category::before {
    content: "•";
    margin-right: 5px;
}

/* Стили для заголовков карточек новостей */
.news-article-card__title {
    margin: 0 0 15px 0;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #000000;
    
    /* Десктоп (по умолчанию) */
    font-size: 32px;
    line-height: 40px;
}

.news-article-card__preview {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #546371;
    margin-bottom: 10px;
    max-height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Пагинация */
.news-pagination {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    text-align: center;
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
}

.news-pagination .page-item {
    margin: 0 5px;
    display: inline-block;
}

.news-pagination .page-link {
    border: 1px solid #DBE0E6;
    color: #546371;
    padding: 8px 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: block;
}

.news-pagination .page-link:hover {
    background: #083966;
    color: #FFFFFF;
    border-color: #083966;
}

.news-pagination .current .page-link {
    background: #F9D613;
    color: #000000;
    border-color: #F9D613;
    font-weight: 600;
}

/* Анимация появления карточек */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Эффект загрузки */
.news-articles-list.loading {
    opacity: 0.6;
    pointer-events: none;
    position: relative;
}

.news-articles-list.loading::after {
    content: 'Загрузка...';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Inter', sans-serif;
    color: #546371;
    font-size: 18px;
}

/* Стили для активного состояния при тач-устройствах */
@media (hover: none) {
    .news-article-card:active {
        border-color: #083966;
    }
    
    .news-filter-tab:active:not(.tab-active) a {
        color: #011747;
    }
}

/* Адаптивность для планшетов */
@media (max-width: 1300px) {
    .news-articles-list {
        max-width: 100%;
        margin: 0 20px;
    }
    
    .news-pagination {
        max-width: 100%;
        margin: 50px 20px 0;
    }
}

@media (max-width: 1024px) {
    .news-filter-tabs {
        gap: 40px;
    }
    
    .news-filter-tab a {
        font-size: 18px;
        padding: 0 15px;
    }
    
    .news-article-card__title {
        font-size: 28px;
        line-height: 36px;
    }
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .news-page {
        padding: 20px 0;
    }
    
    .news-page .container {
        padding: 0 15px;
    }
    
    .news-page h1 {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px;
    }
    
    .news-filter-tabs {
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin-bottom: 40px;
    }
    
    .news-filter-tabs::after {
        display: none;
    }
    
    .news-filter-tab {
        width: 200px;
        text-align: center;
        padding: 12px 0;
        border-bottom: 1px solid #DBE0E6;
    }
    
    .news-filter-tab.tab-active::after {
        display: none;
    }
    
    .news-filter-tab.tab-active {
        border-bottom: 3px solid #F9D613;
        margin-bottom: -2px;
    }
    
    .news-filter-tab a {
        font-size: 16px;
    }
    
    .news-articles-list {
        margin: 0;
        gap: 15px;
    }
    
    .news-article-card__link {
        padding: 15px;
    }
    
    .news-article-card__content {
        flex-direction: column;
        gap: 20px;
    }
    
    .news-article-card__image {
        flex: 0 0 auto;
        width: 100%;
        border-radius: 0;
    }
    
    .news-article-card__image img {
        height: 200px;
        width: 100%;
    }
    
    .news-article-card__info {
        padding-right: 0;
    }
    
    .news-article-card__title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .news-article-card__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    /* Отключаем ховер-эффекты на мобильных */
    .news-article-card:hover {
        border-color: #DBE0E6;
    }
    
    .news-article-card:hover .news-article-card__image img {
        transform: none;
    }
    
    .news-pagination {
        margin: 40px 0 0;
        padding-top: 20px;
    }
}

@media (max-width: 480px) {
    .news-page {
        padding: 15px 0;
    }
    
    .news-page .container {
        padding: 0 10px;
    }
    
    .news-page h1 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 25px;
    }
    
    .news-filter-tab {
        width: 180px;
    }
    
    .news-filter-tab a {
        font-size: 14px;
    }
    
    .news-article-card__link {
        padding: 12px;
    }
    
    .news-article-card__image img {
        height: 150px;
    }
    
    .news-article-card__title {
        font-size: 20px;
        line-height: 28px;
    }
    
    .news-article-card__date,
    .news-article-card__category,
    .news-article-card__preview {
        font-size: 14px;
        line-height: 18px;
    }
    
    .news-article-card__content {
        gap: 15px;
    }
}

/* Очень маленькие экраны (360px и меньше) */
@media (max-width: 360px) {
    .news-article-card__title {
        font-size: 18px;
        line-height: 24px;
    }
}

/* Стили для состояний загрузки и пустых состояний */
.news-articles-list:empty::before {
    content: "Новости не найдены";
    text-align: center;
    color: #666;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    padding: 40px 0;
    display: block;
}

/* Стили для хлебных крошек если нужно */
.breadcrumbs {
    margin-bottom: 20px;
}

/* Убираем все эффекты фокуса для доступности кроме необходимых */
.news-filter-tab a:focus {
    outline: none;
}

.catalog-nav__prev,
.catalog-nav__next {
    display: none;
}
.news-page .catalog-nav {
    margin: 45px;
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/irz_breadcrumb/style.css?1751104907585 */
/* /bitrix/templates/.default/components/bitrix/news.list/irz_news_new/style.css?176311301510902 */
