

/* 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/history_timeline/style.css?17846199085536*/
.history-page {
    width: 95%;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
}

/* === НАВИГАЦИЯ === */
.history-page .nav-controls {
    display: flex;
    justify-content: space-between;
    margin-top: -40px; margin-bottom: -65px;
    position: relative;
    z-index: 120;
}

.history-page .nav-btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #2a438a;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
    padding: 0;
    flex-shrink: 0;
}

.history-page .nav-btn:hover {
    background: #2a438a;
    color: #fff;
    border-color: #2a438a;
}

.history-page .nav-btn:disabled,
.history-page .nav-btn:disabled:hover {
    cursor: not-allowed;
    border: 1px solid hsl(224.37deg 53.33% 35.29% / 30%);
    background: #fff;
}

.history-page .nav-btn svg {
    width: 38px;
    height: 38px;
    transition: all 0.5s ease;
}

.history-page .nav-btn:hover svg {
    filter: grayscale(1) brightness(1000%);
}

.history-page .nav-btn:disabled svg {
    filter: none;
}

/* === ТАЙМЛАЙН === */
.history-page .timeline-wrapper {
    width: 98%;
    height: 3px;
    margin: 0 auto;
    background: linear-gradient(to right,
        #2A438A 0px,
        #2A438A 40px,
        transparent 40px,
        transparent 80px);
    background-size: 80px 100%;
}

/* === КАРУСЕЛЬ === */
.history-page .slideshow-wrapper {
    position: relative;
    overflow: hidden;
}

.history-page .slideshow-viewport {
    width: 100%;
    overflow: hidden; padding-top: 65px;
}

.history-page .slideshow-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform;
}

/* === КАРТОЧКА === */
.history-page .history-card {
    min-width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
    opacity: 0.4;
    transition: opacity 0.4s ease;
    position: relative;
}

.history-page .card-year:before {
    content: "";
    display: block;
    width: 28px;
    height: 28px;
    background: #2a438a;
    position: absolute;
    z-index: 50;
    top: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
}

.history-page .history-card.active {
    opacity: 1;
}

/* === КОНТЕНТ КАРТОЧКИ === */
.history-page .card-year {
    font-size: 64px;
    margin-bottom: 20px;
    line-height: 1;
    text-align: center; position: relative;
}

.history-page .history-card-content {
    border: 1px solid rgba(42, 67, 138, 0.5);
}

.history-page .card-content {
    margin-bottom: 20px;
    line-height: 1;
    padding: 30px 30px 0px 30px;
    min-height: 240px;
}

.history-page .card-content h3 {
    font-size: 35px;
    text-transform: uppercase;
    padding: 0px 0px 20px 0px;
}

.history-page .card-content p {
    font-size: 20px;
    line-height: 1.4;
}

.history-page .card-image {
    overflow: hidden;
}

.history-page .card-image img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    display: block;
    transition: filter 0.6s ease;
}

/* === МЕДИА 1480px === */
@media (max-width: 1480px) {
    .history-page .card-content {
        padding: 30px 10px 0px 10px;
        min-height: 380px;
    }
    .history-page .card-image img {
        height: 320px;
    }
    .history-page .card-content h3 {
        font-size: 32px;
        min-height: 120px;
        padding: 0;
    }
}

/* === МЕДИА 780px — МОБИЛЬНЫЕ: 1 карточка на весь экран === */
@media (max-width: 780px) {
    .history-page .history-card {
        min-width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0 10px;
    }
    
    .history-page .card-year {
        font-size: 35px;
    }
    
    .history-page .card-content {
        min-height: auto;
        padding: 20px 15px 0px 15px;
    }
    
    .history-page .card-content p {
        font-size: 14px;
    }
    
    .history-page .card-image img {
        height: 330px;
    }
    
    .history-page .card-content h3 {
        font-size: 20px;
        min-height: auto;
        padding: 0px 0px 15px 0px;
    }
    
    .history-page .nav-btn {
        width: 50px;
        height: 50px;
    }
    
    .history-page .timeline-wrapper {
        height: 2px;
    }
    
    .history-page .nav-controls {
        margin-top: -25px;
    }
    
    .history-page .card-year:before {
        top: -25px;
    }
}

@media (prefers-color-scheme: dark) {
    .history-page .card-year:before {background: #b0bcdd;}
	.history-page .nav-btn:hover,
	.history-page .nav-btn {background: rgb(135 167 255 / 30%);}
	.history-page .history-card-content,
	.shipyard-hero_container-istoriya-verfi .shipyard-main-image,
	.shipyard-hero_container-istoriya-verfi .shipyard-sub-image,
	.history-page .history-card-content {border: 1px solid rgb(226 234 255 / 50%);}
    .history-page .timeline-wrapper {background: linear-gradient(to right, #b0bcdd 0px, #b0bcdd 40px, transparent 40px, transparent 80px);}
	.history-page .nav-btn:disabled,
	.history-page .nav-btn:disabled:hover {background: #2a438a;}
	.history-page .nav-btn:disabled svg path {fill: #2a438a;}
}
/* 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/history_timeline/style.css?17846199085536 */
