

/* Start:/local/templates/kristallgold/components/bitrix/news.list/contacts/style.css?17854520221325*/
.team-slider-container {
    margin: 0 auto;
    position: relative;
}

.swiper {
    width: 100%;
    height: 100%;
}

.employee-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
}

.employee-photo {
    height: 500px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .employee-photo {
        height: 300px;
    }
}

.employee-name {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 8px;
    color: #333;
}

.employee-position {
    font-size: 16px;
    color: #666;
    font-style: italic;
}

/* Навигационные кнопки */
.swiper-button-next, .swiper-button-prev {
    color: #333;
    background-color: rgba(255, 255, 255, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-size: 20px;
    font-weight: bold;
}

/* Точки пагинации */
.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #333;
}
/* End */
/* /local/templates/kristallgold/components/bitrix/news.list/contacts/style.css?17854520221325 */
