

/* Start:/bitrix/templates/verfmos/css/title.css?1782719503811*/
.title-head {background: #2A438A; color: #fff; overflow: hidden; width: 100%;}
.title-head h1 {text-transform: uppercase;font-size: 90px;line-height: 1;padding: 160px 0px 40px 0px;}
.title-head .marquee-track {display: flex; width: max-content;}
.title-head .marquee-line {display: flex; flex-shrink: 0;}
.title-head .marquee-item {display: inline-flex; align-items: center; flex-shrink: 0; padding-right: 0;}
.title-head .marquee-item::after {content: '\2022'; display: inline-block; margin: 0 32px; color: inherit; font-size: 0.6em; vertical-align: middle;}

@media (max-width: 980px) {
.title-head h1 {font-size: 35px; padding: 100px 0px 10px 0px;}
}

@media (max-width: 480px) {
.title-head h1 {padding: 80px 0px 10px 0px;}
}

@media (max-width: 360px) {
.title-head h1 {font-size: 26px;}
}
/* End */


/* Start:/bitrix/templates/verfmos/components/bitrix/breadcrumb/breadcrumb-site/style.css?17830665251963*/
.bx-breadcrumb {display: flex; color: #2a438a; width: 95%; margin: 0px auto; padding: 20px 0px; align-items: center;  justify-content: flex-start; max-width: 2500px;}
.bx-breadcrumb span {opacity: 0.5; }
.bx-breadcrumb span.breadcrumb-separator {opacity: 1; margin:-5px 10px 0px 10px;}
.bx-breadcrumb a {text-decoration: none;}
.bx-breadcrumb a span {color: #2a438a;  opacity: 1;}
.bx-breadcrumb a:hover {text-decoration: underline; }
.bx-breadcrumb .bx-breadcrumb-item {display: flex;	white-space: nowrap;line-height: 1;align-items: center;}
.bx-breadcrumb .bx-breadcrumb-item span {font-size: 22px;white-space: normal;}
.bx-breadcrumb .bx-breadcrumb-item span svg {margin-top: 10px;}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {text-decoration:none;}

@media screen and (max-width: 980px) {
.breadcrumb {background:#2a438a;}
.bx-breadcrumb span  {color: #ffffff;}
.bx-breadcrumb a span {color: #ffffff; opacity: 1;}
.bx-breadcrumb span.breadcrumb-separator {filter: grayscale(1) brightness(1000%); margin:-2px 10px 0px 10px;}
.bx-breadcrumb .bx-breadcrumb-item span svg {margin-top: 0px;}
.bx-breadcrumb .bx-breadcrumb-item span {font-size: 16px;}
.bx-breadcrumb .bx-breadcrumb-item {display:inline-block; vertical-align:top}
.bx-breadcrumb {overflow-x: scroll;overflow-y: hidden;white-space: nowrap;display: block;}
.bx-breadcrumb::-webkit-scrollbar{height:0px;}
}

@media screen and (max-width: 640px) {
.bx-breadcrumb .bx-breadcrumb-item span {font-size: 14px;margin: -2px 1px 0px 1px;}
.bx-breadcrumb {padding: 0;}
}

@media screen and (max-width: 480px) {
.bx-breadcrumb span.breadcrumb-separator {margin:0px 10px 0px 10px;}
.bx-breadcrumb .bx-breadcrumb-item span {font-size: 12px;}
}

@media (prefers-color-scheme: dark) {
.bx-breadcrumb a span,
.bx-breadcrumb {color: #fff !important;}
.bx-breadcrumb .bx-breadcrumb-item span svg path {fill: #ffffff;}
}

/* End */


/* Start:/bitrix/templates/verfmos/components/bitrix/news.list/news_all/style.css?17830632366550*/
/* ==================== NEWS LIST PAGE ==================== */
.news-list-container {
    max-width: 2500px;
    margin: 0 auto;
    padding: 80px 40px 100px;
}

/* Фильтр */
.news-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 30px;
    border: 1px solid #2A438A;
    border-radius: 50px;
    background: transparent;
    color: #2A438A;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto 30px auto;
    transition: all 0.3s;
    width: fit-content;
}

.news-filter-toggle:hover { 
    background: #2A438A; 
    color: #fff; 
}

.news-filter-bar {
    display: none;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 40px;
    /* Центрируем содержимое панели фильтра */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.news-filter-bar.active { 
    display: flex; /* Меняем на flex для работы align-items */
    flex-direction: column;
    align-items: center;
}

/* Контейнер поиска — центрируем и ограничиваем ширину */
.news-filter-search { 
    position: relative; 
    margin-bottom: 30px;
    width: 100%;
    max-width: 600px; /* Ограничение ширины */
    margin:10px auto;
}

.news-filter-search input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    border-bottom: 1px solid rgba(42, 67, 138, 0.3);
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 16px;
    color: #2A438A;
    outline: none;
    background: transparent;
}

.news-filter-search input:focus { 
    border-color: #2A438A; 
    box-shadow: 0 0 0 3px rgba(42, 67, 138, 0.1); 
}

.news-filter-search svg { 
    position: absolute; 
    right: 20px; 
    top: 50%; 
    transform: translateY(-50%); 
    color: rgba(42, 67, 138, 0.5); 
}

/* Кнопки годов — центрируем */
.news-filter-years { 
    display: flex; 
    flex-wrap: wrap; 
    gap: 10px; 
    justify-content: center; /* Центрируем кнопки */
    width: 100%;
}

.year-btn {
    padding: 10px 20px;
    border: 1px solid rgba(42, 67, 138, 0.3);
    background: #fff;
    border-radius: 20px;
    color: #2A438A;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
}

.year-btn:hover, .year-btn.active { 
    background: #2A438A; 
    color: #fff; 
    border-color: #2A438A; 
}
/* Сетка */
.news-list-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-bottom: 80px; }

/* Карточка */
.news-item { background: #fff; display: flex; flex-direction: column; transition: transform 0.3s ease; }
.news-item:hover { transform: translateY(-5px); }

.news-item__image { width: 100%; height: 280px; overflow: hidden; border-radius: 4px; margin-bottom: 20px; }
.news-item__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.news-item:hover .news-item__image img { transform: scale(1.05); }

.news-item__content { flex: 1; display: flex; flex-direction: column; padding: 10px;}
.news-item__date { font-size: 14px; color: rgba(42, 67, 138, 0.6); margin-bottom: 10px; }
.news-item__title { font-size: 24px; line-height: 1.3; font-weight: 400; margin: 0 0 15px 0; color: #2A438A; }
.news-item__title a { color: inherit; text-decoration: none; }
.news-item__title a:hover { opacity: 0.7; }
.news-item__anons { font-size: 16px; line-height: 1.5; color: rgba(42, 67, 138, 0.8); margin-bottom: 25px; flex-grow: 1; }

.news-item__footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; padding-top: 20px; border-top: 1px solid rgba(42, 67, 138, 0.1); }
.news-item__link { display: inline-flex; align-items: center; font-size: 16px; color: #2A438A; text-decoration: none; font-weight: 400; }
.news-item__link .arrow { margin-left: 8px; transition: transform 0.3s; }
.news-item__link:hover .arrow { transform: translateX(5px); }
.news-item__year { font-size: 14px; color: rgba(42, 67, 138, 0.5); font-weight: 400; }

/* ==================== ПАГИНАЦИЯ КРУЖОЧКАМИ ==================== */
.news-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 60px 0 20px;
}

.pager-circles {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.pager-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F0F2F5;
    color: #2A438A;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s;
}

.pager-circle:hover { background: #E2E6EB; }

.pager-circle.active {
    background: #2A438A;
    color: #FFFFFF;
    pointer-events: none;
}

/* Адаптив */
@media (max-width: 1024px) {
    .news-list-grid { grid-template-columns: repeat(2, 1fr); }
    .news-item__footer { flex-direction: column; align-items: flex-start; gap: 10px; }
}
@media (max-width: 768px) {
    .news-list-grid { grid-template-columns: 1fr; }
    .news-list-container { padding: 60px 20px; }
}
/* ==================== ПАГИНАЦИЯ КРУЖОЧКАМИ ==================== */
.news-pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 60px 0 20px;
}

/* Скрываем стандартный текст Битрикса */
.news-pagination .nav,
.news-pagination .page,
.news-pagination .page-prev,
.news-pagination .page-next,
.news-pagination .page-first,
.news-pagination .page-last,
.news-pagination .page-num,
.news-pagination .nav-text {
    display: none !important;
}

/* Контейнер для кружочков */
.pager-circles {
    display: flex;
    gap: 12px;
    justify-content: center;
}

/* Кружочек */
.pager-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #F0F2F5;
    color: #2A438A;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.3s;
}

.pager-circle:hover {
    background: #E2E6EB;
}

/* Активный кружочек */
.pager-circle.active {
    background: #2A438A;
    color: #FFFFFF;
    pointer-events: none;
}
/* End */
/* /bitrix/templates/verfmos/css/title.css?1782719503811 */
/* /bitrix/templates/verfmos/components/bitrix/breadcrumb/breadcrumb-site/style.css?17830665251963 */
/* /bitrix/templates/verfmos/components/bitrix/news.list/news_all/style.css?17830632366550 */
