

/* 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/video_materials_all/style.css?17830639006644*/
/* ==================== VIDEO ARCHIVE PAGE ==================== */

/* --- Секция и контейнер --- */
.video-archive-page { padding: 80px 0 120px; /*background: #fff;*/ }
.varc-wrapper { max-width: 2500px; margin: 0 auto; padding: 0 40px; }

/* --- Фильтр по годам (всегда виден) --- */
.varc-filter-bar { margin: 0 auto 40px; text-align: center; }
.varc-years-row {
    display: flex; flex-wrap: wrap; gap: 10px;
    align-items: center; justify-content: center;
}
.varc-year-btn {
    padding: 10px 24px; background: #eef0f4; border: none;
    border-radius: 50px; font-size: 14px; color: #54585A;
    cursor: pointer; transition: all 0.3s;
}
.varc-year-btn:hover { background: rgba(42, 67, 138, 0.1); color: #2A438A; }
.varc-year-btn.active { background: #2A438A; color: #fff; }

/* --- Сетка видео (Динамическая) --- */
.varc-grid {
    display: grid; grid-template-columns: repeat(3, 1fr);
    gap: 30px; margin-bottom: 60px;
}
/* 1 элемент → на всю ширину */
.varc-grid.varc-grid--1-item { grid-template-columns: 1fr; }
/* 2 элемента → 2 колонки */
.varc-grid.varc-grid--2-items { grid-template-columns: repeat(2, 1fr); }
/* 3+ элемента → 3 колонки */
.varc-grid.varc-grid--3-plus { grid-template-columns: repeat(3, 1fr); }

/* --- Карточка видео --- */
.varc-card { display: flex; flex-direction: column; gap: 16px; }

/* 🔹 Контейнер видео — ИСПРАВЛЕНО: возвращаем aspect-ratio */
.varc-video-box {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9; /* 🔑 Ключевое: задаём пропорцию */
    max-height: 500px;  /* 🔹 Но ограничиваем высоту на широких экранах */
    overflow: hidden;
    background: #f0f0f0;
    border-radius: 0;
    cursor: pointer;
}

/* Картинка и видео внутри */
.varc-video-box img,
.varc-video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Постер (картинка-заглушка) */
.varc-poster {
    position: absolute;
    inset: 0;
    z-index: 1;
    transition: opacity 0.3s;
}
.varc-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.varc-video-box:hover .varc-poster img {
    transform: scale(1.03);
}

/* Видео (автоплей при наведении) */
.varc-autoplay {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    z-index: 2;
}
.varc-video-box.is-playing .varc-autoplay {
    opacity: 1; visibility: visible;
}
.varc-video-box.is-playing .varc-poster {
    opacity: 0; visibility: hidden; pointer-events: none;
}

/* === Иконка Play (центральная) === */
.varc-play-icon {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 80px; height: 80px;
    z-index: 3;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.varc-play-circle {
    position: relative;
    width: 80px; height: 80px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.varc-play-triangle {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-45%, -50%);
    width: 0; height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #2A438A;
    z-index: 4;
}

/* --- Инфо о видео --- */
.varc-info { display: flex; flex-direction: column; gap: 6px; }
.varc-date { font-size: 14px; color: #888; }
.varc-name {
    font-size: 18px; line-height: 1.3; color: /*#000*/;
    margin: 0; font-weight: 500;
}

.varc-empty {
    text-align: center; padding: 60px;
    font-size: 18px; color: #888;
}

/* --- Пагинация --- */
.varc-pagination {
    display: flex; justify-content: center;
    margin-top: 60px; gap: 8px;
}
.varc-pagination a, .varc-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;
    color: #54585A; border: 1px solid rgba(42, 67, 138, 0.2);
}
.varc-pagination a:hover { color: #2A438A; border-color: #2A438A; }
.varc-pagination span.current { background: #2A438A; color: #fff; border: 1px solid #2A438A; }

/* ==================== АДАПТИВ ==================== */

/* Планшет (≤ 1024px) */
@media (max-width: 1024px) {
    .video-archive-page { padding: 60px 0 100px; }
    .varc-wrapper { padding: 0 20px;}
    
    /* Сетка: всегда 1 колонка на планшете */
    .varc-grid,
    .varc-grid.varc-grid--1-item,
    .varc-grid.varc-grid--2-items,
    .varc-grid.varc-grid--3-plus {
        grid-template-columns: 1fr !important;
    }
    
    /* Видео: уменьшаем высоту (но сохраняем пропорцию 16/9) */
    .varc-video-box { max-height: 400px; }
    
    /* Иконка Play: компактнее */
    .varc-play-icon { width: 60px; height: 60px; }
    .varc-play-circle { width: 60px; height: 60px; }
    .varc-play-triangle {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 13px solid #2A438A;
    }
}

/* Мобильный (≤ 768px) */
@media (max-width: 768px) {
    .video-archive-page { padding: 40px 0 80px; }
    .varc-wrapper { padding: 0 16px; }
    
    .varc-filter-bar { margin-bottom: 30px; }
    .varc-year-btn { padding: 8px 18px; font-size: 13px; }
    
    /* Видео: ещё компактнее */
    .varc-video-box { max-height: 300px; }
    
    /* Текст */
    .varc-name { font-size: 16px; }
    .varc-date { font-size: 13px; }
    
    /* Иконка Play: минимальная */
    .varc-play-icon { width: 50px; height: 50px; }
    .varc-play-circle { width: 50px; height: 50px; }
    .varc-play-triangle {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid #2A438A;
    }
    
    /* Пагинация */
    .varc-pagination { gap: 6px; }
    .varc-pagination a, .varc-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/video_materials_all/style.css?17830639006644 */
