

/* 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/documents/style.css?17833544692669*/
.documents-block-wrapper { width:95%; margin:0 auto; padding:40px 0px; color:#1a1a1a; }
.documents-section { margin-bottom:56px; }
.documents-section:last-child { margin-bottom:0; }
.documents-section__title {font-size: 64px;margin: 40px 0;text-transform:uppercase;line-height: 1;}
.documents-grid {display:grid;grid-template-columns:repeat(3,1fr);gap: 20px;}
.document-card {display:flex;align-items:flex-start;gap:14px;padding:50px 30px;background: rgba(42, 67, 138, 0.1);text-decoration:none;transition:all .2s cubic-bezier(0.4,0,0.2,1);cursor:pointer;position:relative;overflow:hidden;}

.document-card:hover {background: rgba(42, 67, 138, 0.3);}

.documents-section .document-card__icon { flex-shrink:0; width:48px; height:80px; display:flex; align-items:center; justify-content:center; transition:transform .2s ease; }
.document-card:hover .document-card__icon {/* transform:scale(1.05); */}
.document-card__icon img {display:block;width: 60px;height: auto;object-fit:contain;}
.document-card__content { flex:1; min-width:0; display:flex; flex-direction:column; gap:6px; padding-top:2px; }
.documents-section .document-card__text {font-size: 20px;line-height: 1.4;color: #161616;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;}
.document-card__meta { display:flex; align-items:center; gap:6px; font-size:11px; font-weight:500; margin-top:2px; }
.document-card__ext {font-weight:700; letter-spacing:.3px; color:#666; }
.document-card__dot { color:#bbb; font-size:10px; }
.document-card__size {color: #161616;font-size: 14px;}

@media (prefers-color-scheme: dark) {
.documents-section__title,
.document-card__size,
.document-card__ext,
.documents-section .document-card__text {color:#fff;}
.documents-section .document-card__icon {filter: grayscale(1) brightness(1000%);}
.document-card {background: rgb(255 255 255 / 10%);}
}

@media(max-width:1200px){
.documents-grid {grid-template-columns: repeat(2, 1fr);}
}

@media(max-width:770px) {
.documents-grid {grid-template-columns: repeat(1, 1fr);}
.documents-section__title {margin: 0px 0px 40px 0px;}
}

@media(max-width:520px) {
.documents-grid {grid-template-columns: repeat(1, 1fr);}
.documents-section__title {font-size: 48px;}
.documents-section .document-card__text {font-size: 16px;}
}

@media(max-width:440px) {
.documents-section__title {font-size: 32px;}
}

@media(max-width:380px) {
.documents-section__title {font-size: 26px;}
.document-card {gap: 10px; padding: 30px 20px;}
.documents-section .document-card__text {line-height: 1;}
.document-card__icon img {width: 40px;}
.documents-section .document-card__icon {width: 30px; height: 50px;}
}
/* 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/documents/style.css?17833544692669 */
