

/* Start:/local/components/academyit/news.list/templates/header_page/style.css?1648821064150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/components/academyit/news/templates/awards/bitrix/news.list/.default/style.css?17582870542782*/
.s2_b1_kpSlider_isset {
    max-width: 138px;
}

.s1_1 {
    width: 100%;
    padding: 10px 10px 10px 10px;
}

.s2_b1_modify {
    width: 100%;
}

/* Основные стили для горизонтального меню */
.horizontal-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    background: #f8f9fa;
    border-radius: 64px;
    padding: 4px;
    width: fit-content;
    margin: 0 auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tab-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.tab-indicator {
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 50%;
    /* margin: 0 8px; */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.tab-item.active .tab-indicator {
    opacity: 1;
}

.tab-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: none;
    background: transparent;
    /* color: rgba(0, 0, 0, 0.6); */
    color: #F47C44;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 64px;
    white-space: nowrap;
    min-width: 80px;
}

.tab-item.active .tab-btn {
    background: #F47C44;
    color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}

.tab-btn:hover {
    color: #F47C44;
    background: rgba(255, 255, 255, 0.1);
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .horizontal-tabs {
        flex-direction: row;
        overflow-x: auto;
        padding: 8px 4px;
        justify-content: flex-start;
        width: 95%;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        gap: 0px;
    }

    .horizontal-tabs::-webkit-scrollbar {
        display: none;
    }

    .tab-btn {
        padding: 10px 16px;
        font-size: 13px;
        min-width: 70px;
    }

    .tab-indicator {
        width: 0;
        margin: 0 6px;
    }
}

@media (max-width: 480px) {
    .tab-btn {
        padding: 8px 12px;
        font-size: 12px;
        min-width: 60px;
    }

    .horizontal-tabs {
        gap: 2px;
        padding: 6px 2px;
    }
}

/* Анимации */
.tab-btn {
    position: relative;
    overflow: hidden;
}

.tab-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 1), transparent);
    transition: left 0.5s ease;
}

.tab-btn:hover::before {
    left: 100%;
}

@media screen and (max-width: 800px) {
    .s1_1 {

        padding: 5px 0 5px 0;
    }
}
/* End */
/* /local/components/academyit/news.list/templates/header_page/style.css?1648821064150 */
/* /local/components/academyit/news/templates/awards/bitrix/news.list/.default/style.css?17582870542782 */
