

/* Start:/local/templates/72snab/components/bitrix/news.list/promo/style.css?17764376222487*/

.news-promo-wrapper {
    width: 1240px;
    display: inline-flex;
    gap: 20px;
    margin: 64px auto 64px auto;
}

.news-promo-card {
    width: 400px;
    padding: 40px;
    background: white;
    box-shadow: 0px 2.8px 2.27px rgba(0, 0, 0, 0.02), 0px 14px 14px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    text-decoration: none;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04), 0px 20px 20px rgba(0, 0, 0, 0.06);
}

.news-promo-title {
    align-self: stretch;
    color: #333333;
    font-family: 'Inter Tight', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    word-wrap: break-word;
}

.news-promo-text {
    align-self: stretch;
    color: #989795;
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    word-wrap: break-word;
}

/* Градиентная карточка (3-я) */
.news-promo-card--gradient {
    background: linear-gradient(225deg, #E74F01 0%, #C71201 100%);
    box-shadow: 0px 2.8px 2.27px rgba(150, 36, 0, 0.07), 0px 14px 14px rgba(150, 36, 0, 0.14);
}

.news-promo-card--gradient:hover {
    box-shadow: 0px 4px 4px rgba(150, 36, 0, 0.09), 0px 20px 20px rgba(150, 36, 0, 0.18);
}

.news-promo-card--gradient .news-promo-title {
    color: white;
}

.news-promo-card--gradient .news-promo-text {
    color: rgba(255, 255, 255, 0.50);
}

/* Медиа-запросы */
@media (max-width: 1240px) {
    .news-promo-wrapper {
        width: 100%;
        flex-wrap: wrap;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .news-promo-card {
        flex: 1;
        min-width: 300px;
    }
}

@media (max-width: 1024px) {
    .news-promo-card {
        width: 100%;
        padding: 32px;
    }
    
    .news-promo-title {
        font-size: 24px;
        line-height: 1.3;
    }
    
    .news-promo-text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .news-promo-wrapper {
        flex-direction: column;
        gap: 16px;
    }
    
    .news-promo-card {
        width: 100%;
        padding: 24px;
        gap: 20px;
    }
    
    .news-promo-title {
        font-size: 20px;
    }
    
    .news-promo-text {
        font-size: 14px;
    }
}

/* End */


/* Start:/local/templates/72snab/components/bitrix/news.list/etapy/style.css?17764376224266*/
.chronology-wrapper {
    width: 1240px;
    margin: 0 auto;
}

.chronology-card {
    width: 100%;
    min-height: 197px;
    position: relative;
    background: white;
    box-shadow: 0px 2.8px 2.27px rgba(0, 0, 0, 0.02), 0px 14px 14px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    box-sizing: border-box;
    padding: 0 40px;
    display: flex;
    align-items: center;
}

/* Заголовок */
.chronology-header {
    width: 360px;
    flex-shrink: 0;
}

.chronology-header h2,
.chronology-header {
    color: #333333;
    font-family: 'Inter Tight', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    word-wrap: break-word;
    margin: 0;
}

/* Разделитель */
.chronology-divider {
    width: 2px;
    height: 149px;
    background: #E6E6E7;
    border-radius: 1px;
    flex-shrink: 0;
    margin: 0 20px;
}

/* Текст анонса */
.chronology-content {
    flex: 1;
    max-width: 348px;
    padding: 0 20px;
}

.chronology-text {
    color: #989795;
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    word-wrap: break-word;
    transition: opacity 0.3s ease;
}

/* Прокрутка по датам */
.chronology-dates {
    width: 370px;
    height: 168px;
    flex-shrink: 0;
    position: relative;
}

.chronology-dates-scroll {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-right: 20px;
}

/* Кастомный скроллбар - точно как в сайдбаре детальной страницы */
.chronology-dates-scroll::-webkit-scrollbar {
    width: 4px;
}

.chronology-dates-scroll::-webkit-scrollbar-track {
    background: #F2F2F3;
    border-radius: 900px;
}

.chronology-dates-scroll::-webkit-scrollbar-thumb {
    background: #D0D0D1;
    border-radius: 93px;
    min-height: 46px;
}

.chronology-dates-scroll::-webkit-scrollbar-thumb:hover {
    background: #D0D0D1;
}

/* Спейсер для центрирования */
.chronology-date-spacer {
    height: 56px;
    flex-shrink: 0;
}

/* Элемент даты */
.chronology-date-item {
    width: 100%;
    height: 56px;
    padding: 0 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A1A1A1;
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    scroll-snap-align: center;
    flex-shrink: 0;
    box-sizing: border-box;
}

.chronology-date-item:hover {
    color: #333333;
    
}

/* Активный элемент */
.chronology-date-item--active {
    background: linear-gradient(225deg, #E74F01 0%, #C71201 100%);
    border-radius: 6px;
    color: white;
}

.chronology-date-item--active:hover {
    color: white;
    background: linear-gradient(225deg, #E74F01 0%, #C71201 100%);
}

/* Медиа-запросы */
@media (max-width: 1240px) {
    .chronology-wrapper {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media (max-width: 1024px) {
    .chronology-card {
        flex-wrap: wrap;
        padding: 24px;
        min-height: auto;
        gap: 20px;
    }
    
    .chronology-header {
        width: 100%;
    }
    
    .chronology-header h2,
    .chronology-header div {
        font-size: 24px;
    }
    
    .chronology-divider {
        display: none;
    }
    
    .chronology-content {
        width: 100%;
        max-width: none;
        padding: 0;
        order: 2;
    }
    
    .chronology-dates {
        width: 100%;
        height: 168px;
        order: 3;
    }
    
    .chronology-dates-scroll {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .chronology-card {
        padding: 16px;
    }
    
    .chronology-header h2,
    .chronology-header div {
        font-size: 20px;
        line-height: 1.3;
    }
    
    .chronology-text {
        font-size: 14px;
    }
    
    .chronology-date-item {
        font-size: 14px;
        height: 48px;
    }
    
    .chronology-date-spacer {
        height: 48px;
    }
    
    .chronology-dates {
        height: 144px;
    }
}

/* End */


/* Start:/local/templates/72snab/components/bitrix/news.list/team/style.css?17764376223226*/
/* Блок Наша команда - по Figma */

.team-section {
    width: 1240px;
    margin: 0 auto 64px auto;
}

.team-title {
    color: #333333;
    font-family: 'Inter Tight', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
    margin: 0 0 20px 0;
    word-wrap: break-word;
}

.team-grid {
    width: 1240px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-content: flex-start;
}

/* Карточка сотрудника */
.team-card {
    width: 295px;
    padding: 12px 12px 32px 12px;
    background: white;
    box-shadow: 0px 2.8px 2.27px rgba(0, 0, 0, 0.02), 0px 14px 14px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23px;
    box-sizing: border-box;
 transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.team-card:hover {
transform: translateY(-4px);
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 
                0px 20px 20px rgba(0, 0, 0, 0.06);
}

/* Фото сотрудника */
.team-photo {
    width: 100%;
    height: 271px;
    background: white;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.team-photo-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}

.team-photo-placeholder svg {
    width: 170px;
    height: 179px;
}

/* Информация о сотруднике */
.team-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.team-name {
    color: #333333;
    font-family: 'Inter Tight', sans-serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    word-wrap: break-word;
}

.team-position {
    color: #989798;
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    word-wrap: break-word;
}

.team-contact {
    width: 157px;
    color: #989798;
    font-family: 'Inter Tight', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    word-wrap: break-word;
}

/* Медиа-запросы */
@media (max-width: 1240px) {
    .team-grid {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    
    .team-card {
        width: calc(25% - 15px);
        min-width: 250px;
    }
}

@media (max-width: 1024px) {
    .team-card {
        width: calc(33.333% - 14px);
        min-width: 220px;
    }
}

@media (max-width: 768px) {
    .team-title {
        font-size: 24px;
        line-height: 1.3;
        padding: 0 20px;
    }
    
    .team-card {
        width: calc(50% - 10px);
        min-width: 200px;
        padding: 12px 12px 24px 12px;
        gap: 16px;
    }
    
    .team-photo {
        height: 220px;
    }
    
    .team-name {
        font-size: 16px;
    }
    
    .team-position,
    .team-contact {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .team-card {
        width: 100%;
        min-width: auto;
    }
    
    .team-photo {
        height: 280px;
    }
}
/* End */
/* /local/templates/72snab/components/bitrix/news.list/promo/style.css?17764376222487 */
/* /local/templates/72snab/components/bitrix/news.list/etapy/style.css?17764376224266 */
/* /local/templates/72snab/components/bitrix/news.list/team/style.css?17764376223226 */
