

/* Start:/bitrix/templates/simai.framework/components/simai/sf.iblock.list/pkgh-buttons/style.css?17818677931417*/
.main-footer-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 25px;
    border-radius: 12px;
    text-decoration: none !important;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    transition: transform 0.2s, opacity 0.2s;
    gap: 12px;
}

.banner-footer-buttons {
    display: flex;
    gap: 15px;
    width: 100%;
    margin-top: 20px;
}

.main-footer-btn:hover {
    color: white !important;
	text-decoration: none !important;
}

.main-footer-btn:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* Цвета из макета */
.btn-color-blue {
    background-color: #296BF4;
}

.btn-color-orange {
    background-color: #FC781F;
}

/* Контейнер для SVG */
.btn-svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.btn-svg-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Если SVG черная, а нужна белая, можно добавить фильтр: */
    filter: brightness(0) invert(1); 
}

.btn-text {
    line-height: 1.2;
}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {
    .banner-footer-buttons {
        flex-direction: column;
    }
    .main-footer-btn {
        width: 100%;
        padding: 15px;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-date-line/style.css?17887696743028*/
.timeline-box {
    padding: 0 0 40px 0;
    overflow: hidden;
}

.timeline-title { text-align: center; margin-bottom: 30px; font-size: 32px; }

/* Кнопки переключения */
.timeline-nav-tabs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 80px;
}

.swiper {
    position: relative;
    overflow: visible !important;
}

p.line-time-p {
    font-weight: normal;
    color: black;
}

/* Контент */
.t-tab-content { display: none; }
.t-tab-content.active { display: block; }


.swiper-wrapper-time {
    display: flex;
    position: relative;
    width: 100%;
    z-index: 1;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-slide-time {
    flex-shrink: 0;
    width: auto;
    min-width: 150px;
    padding: 0 10px;
    position: relative;
}

.t-line {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #d0e1ff;
    z-index: 0; /* Опускаем линию в самый низ */
}

.swiper-slide-time { width: auto; min-width: 150px; padding: 0 10px; }

/* Элемент даты */
.t-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
    z-index: 5;
}

.t-dot {
    width: 24px;
    height: 24px;
    background: #fff;
    border: 4px solid #296BF4;
    border-radius: 50%;
    z-index: 10; /* Точка выше линии */
    margin-bottom: 10px;
    transition: 0.3s;
}

.t-date {
    color: #296BF4;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
}

.t-btn {
    background: #fff;
    border: 2.2px solid #296BF4;
    color: #296BF4;
    padding: 16px 22px;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 600;
}

.t-btn.active {
    background: #296BF4;
    color: #fff;
}

/* Окошко при наведении */
.t-popover {
	margin-bottom: 20px;
    position: absolute;
    bottom: 45px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    font-size: 14px;
    font-weight: bold;
    color: #296BF4;
    width: max-content;
    max-width: 350px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s;
}

.t-popover::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}

.t-item:hover .t-popover {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.t-item:hover .t-dot {
    background: #FC781F;
    border-color: #ff8227;
}

/* Если дат слишком много для экрана, Swiper позволит их крутить */
@media (max-width: 1000px) {
    .swiper-wrapper-time { justify-content: flex-start; }
    .t-line { width: 2000px; } /* Делаем линию длиннее для скролла */
}
/* End */
/* /bitrix/templates/simai.framework/components/simai/sf.iblock.list/pkgh-buttons/style.css?17818677931417 */
/* /bitrix/templates/.default/components/simai/sf.iblock.list/pkgh-priem-date-line/style.css?17887696743028 */
