

/* 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/categories_servise/style.css?17834137915260*/
.categories-section {padding: 80px 0px;}
.categories-section .categories-wrapper {width: 95%; margin: 0 auto; display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; padding-bottom: 60px;}
.categories-section .categories-wrapper .categories-title {font-size: 64px; line-height: 1;  width: 25%;}
.categories-section .categories-wrapper .categories-grid {display: flex; flex-wrap: wrap; gap: 20px; flex: 1 1 auto; min-width: 0; justify-content: center;}

.categories-section .categories-wrapper .categories-grid .cat-item { position: relative; overflow: hidden;transition: transform 0.3s ease; width: 470px; height: 736px;}
.categories-section .categories-wrapper .cat-item {position: relative; overflow: hidden; min-width: 420px; aspect-ratio: 9 / 15; transition: transform 0.3s ease; }
.categories-section .categories-wrapper .cat-item__link {display: block;width: 100%; height: 100%; text-decoration: none; color: #fff;  position: relative;  z-index: 5;}
.categories-section .categories-wrapper .cat-item__image {position: absolute; inset: 0; z-index: 0;}
.categories-section .categories-wrapper .cat-item__image img {width: 100%; height: 100%; object-fit: cover; display: block;transition: transform 0.6s ease;}
.categories-section .categories-wrapper .cat-item:hover .cat-item__image img { transform: scale(1.05);}
.categories-section .categories-wrapper .cat-item__overlay { position: absolute; inset: 0; background: rgba(42, 67, 138, 0.3); transition: background 0.3s ease; z-index: 1;}
.categories-section .categories-wrapper .cat-item:hover .cat-item__overlay { background: rgba(42, 67, 138, 0.6);}
.categories-section .categories-wrapper .cat-item__content {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; 
	text-align: center;  z-index: 3; pointer-events: none; padding: 0px 5px; min-height: 130px;}
.categories-section .categories-wrapper .cat-item__title {font-size: 45px; text-transform: uppercase; line-height: 1.06;}
.categories-section .categories-wrapper .cat-item__subtitle {font-size: 32px;line-height: 1; opacity: 0; transform: translateY(10px); transition: all 0.4s ease;}
.categories-section .categories-wrapper .cat-item:hover .cat-item__subtitle {opacity: 1;}
.categories-section .categories-wrapper .cat-item:hover .cat-item__more { opacity: 1; }
.categories-section .categories-wrapper .cat-item__more {position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
    font-size: 16px; line-height: 1; border-bottom: 1px solid rgba(255, 255, 255, 0.4); padding-bottom: 6px; opacity: 0; transition: all 0.4s ease; z-index:5;}

@media (max-width: 1760px) {
.categories-section .categories-wrapper .categories-title {width: 20%;}
}

@media (max-width: 1620px) {
.categories-section .categories-wrapper .categories-grid {justify-content: flex-end;}
}

@media (max-width: 1420px) {
.categories-section .categories-wrapper .categories-title {width: 100%; margin-bottom:50px;}
.categories-section .categories-wrapper {display:block;}
.categories-section .categories-wrapper .categories-grid {justify-content: space-around;}
}

@media (max-width: 1279px) {
.categories-section .categories-wrapper .cat-item .cat-item__subtitle,
.categories-section .categories-wrapper .cat-item .cat-item__more { opacity: 1; }
.categories-section .categories-wrapper .cat-item:hover .cat-item__image img {transform: scale(1);}
.categories-section .categories-wrapper .cat-item:hover .cat-item__overlay {background: rgba(42, 67, 138, 0.3);}
.categories-section .categories-wrapper .categories-grid .cat-item {min-width: 420px;}
.categories-section .categories-wrapper .categories-grid .cat-item--3 {height:420px;}
}

@media (max-width: 1080px) {
.categories-section .categories-wrapper .categories-grid .cat-item {width: 420px; height: 680px;}
.categories-section .categories-wrapper .categories-grid {justify-content: space-between;}
}

@media (max-width: 910px) {
.categories-section .categories-wrapper .categories-grid .cat-item {min-width: 360px; width: 360px; height: 520px;}
}

@media (max-width: 780px) {
.categories-section .categories-wrapper .categories-grid .cat-item {min-width: auto;width: 100%;height: 520px;}
}

@media (max-width: 480px) {
.categories-section .categories-wrapper .cat-item__title {font-size: 35px; line-height: 1;}
.categories-section .categories-wrapper .cat-item__more {bottom: 10px;}
.categories-section .categories-wrapper .categories-title {font-size: 48px;}
.categories-section .categories-wrapper .cat-item__subtitle {font-size: 20px;}
.categories-section .categories-wrapper .categories-grid .cat-item {height: 260px;}
.categories-section .categories-wrapper .categories-grid .cat-item--1 .cat-item__image {top: -285px;}
.categories-section .categories-wrapper {padding-bottom: 40px;}
}

@media (max-width: 410px) {
.categories-section .categories-wrapper .cat-item__title {font-size: 28px; line-height: 1;}
.categories-section .categories-wrapper .cat-item__subtitle {font-size: 20px;}
.categories-section .categories-wrapper .cat-item__more {bottom: 10px; font-size:14px;}
.categories-section .categories-wrapper .categories-grid .cat-item--1 .cat-item__image {top: -170px;}
.categories-section .categories-wrapper {padding-bottom: 0px;}
}
/* 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/categories_servise/style.css?17834137915260 */
