

/* Start:/bitrix/templates/template_edugo/components/bitrix/news.list/slider-block/style.css?17574259631086*/
.slider-block__list.rows-1 {
    display: flex;
    flex-wrap: nowrap;
}

.slider-block__list.rows-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.slider-block__list.rows-2 .swiper-slide {
    /*height: calc((100% - 20px) / 2);
    margin-top: 10px;
    margin-bottom: 10px;*/
    /*margin: 10px !important;*/
    margin: 0 !important;
    flex: 0 0 calc(50% - 4rem); /* 2 элемента в строку с отступом */
}

.slider-block__list.rows-2 .slider-block__item {
    /*height: auto;
    margin-bottom: 0;*/
    /*flex: 1;*/
}

/* Стили для Swiper */
.slider-block__list.rows-2.swiper-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 20px;
}

.slider-block__slider.swiper-container {
    overflow: hidden;
    padding: 10px 0;
}

@media (max-width: 768px) {
    .slider-block__list.rows-2 .swiper-slide {
        height: auto;
    }
    
    .slider-block__list.rows-2.swiper-wrapper {
        flex-direction: column;
    }
}

.sectionitems__text {
    line-height: 1.2;
}

/* End */


/* Start:/bitrix/templates/template_edugo/components/bitrix/news.list/slider-block-video/style.css?17574277262817*/
.slider-block__list.rows-1 {
    display: flex;
    flex-wrap: nowrap;
}

.slider-block__list.rows-2 {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.slider-block__list.rows-2 .swiper-slide {
    /*height: calc((100% - 20px) / 2);
    margin-top: 10px;
    margin-bottom: 10px;*/
    /*margin: 10px !important;*/
    margin: 0 !important;
    flex: 0 0 calc(50% - 4rem); /* 2 элемента в строку с отступом */
}

.slider-block__list.rows-2 .slider-block__item {
    /*height: auto;
    margin-bottom: 0;*/
    /*flex: 1;*/
}

/* Стили для Swiper */
.slider-block__list.rows-2.swiper-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 20px;
}

.slider-block__slider.swiper-container {
    overflow: hidden;
    padding: 10px 0;
}

@media (max-width: 768px) {
    .slider-block__list.rows-2 .swiper-slide {
        height: auto;
    }
    
    .slider-block__list.rows-2.swiper-wrapper {
        flex-direction: column;
    }
}

.sectionitems__main {
    justify-content: center !important;
}

.sectionitems__text {
    line-height: 1.2;
}


/* Стили для YouTube видео в отзывах */
.video-thumbnail {
    display: block;
    text-decoration: none;
    position: relative;
    text-align: center;
    /* Центрирование видео в родительском блоке */
    margin: 0 auto;
    max-width: 100%;
}

.video-preview {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    /* Центрирование изображения */
    margin: 0 auto;
}

/* Контейнер для видео с центрированием */
.video-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 10px 0;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.play-button-bg {
    fill: #ff0000;
    transition: fill 0.3s ease;
}

.play-button:hover .play-button-bg {
    fill: #cc0000;
}

.play-button-icon {
    fill: #ffffff;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    /*.youtube-video {
        max-width: 100%;
    }*/

    .play-button svg {
        width: 50px;
        height: 35px;
    }
    
    .video-container {
        margin: 8px 0;
    }
}

/* Стили для fslightbox попапа */
.fslb {
    z-index: 9999;
}

.fslb-content {
    border-radius: 8px;
    overflow: hidden;
}

.fslb-content iframe {
    border: none;
    border-radius: 8px;
}

.sectionitems__name {
    font-size: 1rem !important;
}

/* End */
/* /bitrix/templates/template_edugo/components/bitrix/news.list/slider-block/style.css?17574259631086 */
/* /bitrix/templates/template_edugo/components/bitrix/news.list/slider-block-video/style.css?17574277262817 */
