

/* 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/media_mentions/style.css?17830636713207*/
/* ==================== MEDIA MENTIONS SECTION ==================== */
.media-mentions-section {
    padding: 80px 0 120px;
    /*background: #fff;*/
}

.media-mentions-section .section-title {
    font-weight: 400;
    font-size: 64px;
    line-height: 100%;
    text-transform: uppercase;
    color: #2A438A;
    margin: 0 0 60px 40px;
}

/* Сетка СМИ */
.media-mentions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 60px;
}

.media-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #fff;
}

/* Изображение анонса */
.media-image {
    width: 100%;
    height: 337px;
    overflow: hidden;
    background: #F3F3F3;
}

.media-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Placeholder для изображения (если нет картинки) */
.media-image-placeholder {
    width: 100%;
    height: 337px;
    background: #F3F3F3;
}

.media-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 10px;
}


.media-header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 15px;
}

/* Логотип СМИ в кружке */
.media-logo-wrapper {
    width: 56px;
    height: 56px;
    background: rgba(42, 67, 138, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.media-logo-wrapper img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.media-logo-placeholder {
    font-weight: 400;
    font-size: 12px;
    color: #2A438A;
    text-align: center;
    line-height: 1;
}

.media-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin: 0;
    flex-grow: 1;
}

.media-text {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    color: #000000;
    margin: 0;
}

/* Ссылка "Читать подробнее" */
.media-link {
    font-weight: 300;
    font-size: 20px;
    line-height: 140%;
    color: #2A438A;
    text-decoration-line: underline;
    text-decoration-color: #2A438A;
    transition: all 0.3s;
    display: inline-block;
}

.media-link:hover {
    color: #1a2f6e;
    text-decoration-color: #1a2f6e;
}

/* Пагинация */
.media-pagination {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

/* Адаптив */
@media (max-width: 1024px) {
    .media-mentions-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .media-mentions-section .section-title {
        font-size: 48px;
        margin-left: 20px;
    }
    .media-mentions-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .media-title {
        font-size: 20px;
        line-height: 24px;
    }
    .media-text {
        font-size: 14px;
        line-height: 17px;
    }
    .media-link {
        font-size: 16px;
    }
}

/* 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/media_mentions/style.css?17830636713207 */
