/* Слайдер с годами/этапами */
#horizontal-timeline-slider-1 {
    position: relative;
}
#horizontal-timeline-slider-1 .owl-stage-outer {
    height: 4rem;
    padding: 0;
}
#horizontal-timeline-slider-1 .owl-nav {
    font-size: 1.5rem;
    position: relative;
    font-weight: 600;
    color: var(--bs-primary);
    display: flex !important;
    justify-content: center;
    right: 0;
}
#horizontal-timeline-slider-1 .owl-nav button.owl-prev {
    padding: 0.5rem 1rem !important;
}
#horizontal-timeline-slider-1 .owl-nav button.disabled {
    color: #dee2e6;
}
#horizontal-timeline-slider-1 .owl-nav button.owl-next {
    padding: 0.5rem 1rem !important;
}
#horizontal-timeline-slider-1 .owl-item {
    text-align: center;
}
.horizontal-timeline-year {
    width: 100%;
    display: block;
    padding: 0.5rem 0 0.5rem 0;
    border-bottom: 2px solid #dee2e6 !important;
    transition: 0.5s;
}
.center .horizontal-timeline-year {
    padding: 0.5rem 0 0.8rem 0;
    border-bottom: 2px solid var(--bs-primary) !important;
}

/* Кнопка закрытия модалки */
.btn-close-modal {
    position: absolute;
    right: 0rem;
    top: 0rem;
    z-index: 1;
    width: 2rem;
    height: 2rem;
    border-radius: 0 0 0 0.8rem;
    background-color: var(--bs-light);
    opacity: 0.8;
}