

/* 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/photo_albums_all/style.css?17830648535690*/
/* ==================== GALLERY ALL PAGE ==================== */

/* --- Секция и контейнер --- */
.gallery-all-section { padding: 60px 0 100px; /*background: #fff;*/ }
.gallery-list-container { max-width: 2500px; margin: 0 auto; }

/* --- Фильтр по годам (всегда виден) --- */
.gallery-filter-bar { margin: 0 auto 40px; text-align: center; }
.gallery-filter-years {
    display: flex; flex-wrap: wrap; gap: 10px;
    align-items: center; justify-content: center;
}
.year-btn {
    padding: 10px 24px; background: #f0f0f0; border: none;
    border-radius: 50px; font-weight: 400; font-size: 14px;
    color: #54585A; cursor: pointer; transition: all 0.3s;
}
.year-btn:hover { background: rgba(42, 67, 138, 0.1); color: #2A438A; }
.year-btn.active { background: #2A438A; color: #fff; }

/* --- Сетка альбомов (Динамическая) --- */
.photo-albums-grid-all {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 30px; margin-bottom: 60px;
}
/* 1 элемент → на всю ширину */
.photo-albums-grid-all.photo-albums-grid--1-item { grid-template-columns: 1fr; }
/* 2 элемента → 2 колонки */
.photo-albums-grid-all.photo-albums-grid--2-items { grid-template-columns: repeat(2, 1fr); }
/* 3+ элемента → 3 колонки */
.photo-albums-grid-all.photo-albums-grid--3-plus { grid-template-columns: repeat(3, 1fr); }

/* --- Карточка и Обложка --- */
.photo-album-item { position: relative; margin-bottom: 0; }
.album-clickable-area { display: block; text-decoration: none; color: inherit; }

.album-cover-wrapper {
    position: relative; width: 100%;
    max-height: 500px; /* 🔹 Ограничение высоты (десктоп) */
    aspect-ratio: auto; overflow: hidden;
    border-radius: 8px; z-index: 2;
}
.album-cover-wrapper img {
    width: 100%; height: 100%; object-fit: cover;
    object-position: center; display: block;
    transition: transform 0.5s ease;
}
.photo-album-item:hover .album-cover-wrapper img { transform: scale(1.05); }

/* Инфо */
.album-info { padding: 15px 0 0; background: transparent; }
.album-year { font-size: 14px; color: #777; margin-bottom: 5px; }
.album-title { font-size: 18px; font-weight: 500; color: #2A438A; margin: 0; }

/* Оверлей */
.album-overlay {
    position: absolute; inset: 0;
    background: rgba(42, 67, 138, 0.85);
    display: flex; align-items: flex-end; justify-content: center;
    padding: 20px; opacity: 0; transition: opacity 0.3s;
    pointer-events: none; border-radius: 8px;
}
.photo-album-item:hover .album-overlay { opacity: 1; }
.album-overlay-content {
    width: 100%; display: flex; flex-direction: column;
    gap: 12px; text-align: center;
}
.album-download-hint {
    color: #fff; font-size: 13px; margin: 0 0 15px 0;
    line-height: 1.2; opacity: 0.9;
}

/* Счётчик фото */
.album-photo-count {
    position: absolute; top: 15px; right: 15px;
    color: #2A438A;
    padding: 5px 12px; border-radius: 20px;
    font-size: 12px; font-weight: 500; z-index: 3;
}

/* Кнопка скачать */
.album-download-btn {
    position: absolute; bottom: 85px; left: 50%;
    transform: translateX(-50%) translateY(10px);
    display: flex; align-items: center; gap: 10px;
    padding: 10px 20px; background: #fff; color: #2A438A;
    border-radius: 40px; font-weight: 500; font-size: 12px;
    text-decoration: none; box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    opacity: 0; visibility: hidden;
    transition: all 0.3s ease; z-index: 10; pointer-events: auto;
}
.photo-album-item:hover .album-download-btn {
    opacity: 1; visibility: visible;
    transform: translateX(-50%) translateY(0);
}
.album-download-btn:hover { background: #f0f4ff; }

/* Пагинация */
.gallery-pagination {
    display: flex; justify-content: center; align-items: center;
    gap: 8px; margin-top: 60px;
}
.gallery-pagination a, .gallery-pagination span {
    display: flex; align-items: center; justify-content: center;
    width: 40px; height: 40px; border-radius: 50%;
    font-size: 14px; text-decoration: none; transition: all 0.3s;
}
.gallery-pagination a { color: #54585A; border: 1px solid rgba(42, 67, 138, 0.2); }
.gallery-pagination a:hover { color: #2A438A; border-color: #2A438A; }
.gallery-pagination span.current { background: #2A438A; color: #fff; border: 1px solid #2A438A; }
.gallery-pagination a.nav-next, .gallery-pagination a.nav-prev {
    width: auto; padding: 0 20px; border-radius: 50px;
    font-size: 13px; text-transform: uppercase;
}

/* ==================== АДАПТИВ ==================== */
@media (max-width: 1024px) {
    .gallery-all-section { padding: 40px 0 80px; }
    /* На планшете всегда 1 колонка */
    .photo-albums-grid-all,
    .photo-albums-grid-all.photo-albums-grid--1-item,
    .photo-albums-grid-all.photo-albums-grid--2-items,
    .photo-albums-grid-all.photo-albums-grid--3-plus { grid-template-columns: 1fr !important; }
    
    .album-cover-wrapper { max-height: 400px; }
}

@media (max-width: 768px) {
    .gallery-filter-bar { margin-bottom: 30px; }
    .year-btn { padding: 8px 18px; font-size: 13px; }
    .album-cover-wrapper { max-height: 300px; }
    .album-title { font-size: 16px; }
    .album-download-hint { font-size: 12px; }
    .album-download-btn { bottom: 60px; padding: 8px 16px; font-size: 11px; }
    .gallery-pagination { gap: 6px; }
    .gallery-pagination a, .gallery-pagination span { width: 36px; height: 36px; font-size: 13px; }
}
/* 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/photo_albums_all/style.css?17830648535690 */
