

/* Start:/local/templates/movement-first/components/bitrix/news.list/collective-info/style.css?17726313062410*/
.page_participants__content {
    width: 100%;
}

.page_participants__info-content {
    margin: 50px 0;
}

.page_participants__info-content__down {
    display: grid;
    grid-template-columns: 363px auto;
    gap: 32px;
    align-items: center;
}

.page_participants__info-content__down ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.topic-page-3__slider--small {
    padding: 0 48px;
    position: relative;
    min-width: 0;
    max-height: 460px;
    min-height: 400px;
    height: 100%;
    aspect-ratio: 924 / 460;
}

.video__player {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.topic-page-3__slider--small iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.iframe-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

.iframe-poster:before {
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background-image: url('/local/templates/movement-first/icons/play.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    position: absolute;
}

@media (max-width: 1279px) {
    .page_participants__info-content__down {
        grid-template-columns: 300px auto;
        gap: 16px;
    }
    .topic-page-3__slider--small {
        min-height: 300px;
    }
}

@media (max-width: 1023px) {
    .page_participants__info-content__down {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .page_participants__info-content__down ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .topic-page-3__slider--small {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .topic-page-3__slider--small {
        min-height: 240px;
    }
}

@media (max-width: 767px) {
    .page_participants__info-content__down {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }
    .page_participants__info-content__down ul {
        gap: 24px;
        padding: 16px 0 24px;
        flex-direction: column;
        justify-content: flex-start;
    }
    .page_participants__info-content {
        margin: 30px 0;
    }
}

@media(max-width: 500px) {
    .topic-page-3__slider--small {
        aspect-ratio: unset;
    }
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/news/collective-participants/style.css?17719145222463*/
.box-section:has(.empty-message) .UI_navigation-swiper-red {
    display: none;
}

.collective-slider__thumbs, .collective-slider {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.collective-slider__thumbs {
    margin-bottom: 62px;
}

.collective-slider__item {
    display: none;
    flex-direction: column;
    gap: 64px;
    padding: 40px;
    border-radius: 20px;
    background: linear-gradient(98deg, #ff4f4f 11.15%, #e10b17 93.66%);
    height: fit-content;
    transition: all .3s ease-in-out;
}

.collective-slider__item.active {
    display: flex;
}

.collective-slider__item.active  a {
    color: white;
}

.collective-slider__thumbs .swiper-slide {
    height: fit-content;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(218, 227, 244, 1);
    overflow: hidden;
    border-radius: 12px;
    width: 210px;
    padding: 12px;
    margin-right: 16px;
}

.collective-slider__thumbs .swiper-slide.active {
    border-color: rgba(225, 11, 23, 1);
}

.collective-slider__thumbs .swiper-slide img {
    width: 100%;
    height: auto;
    aspect-ratio: 210 / 143;
    object-fit: contain;
    display: block;
}

/* Стили для заглушки поиска */
.search-empty-state {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 12px;
    margin: 20px 0;
}

.search-empty-state__icon {
    margin-bottom: 24px;
    opacity: 0.6;
}

.search-empty-state__title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 0 16px 0;
}

.search-empty-state__text {
    font-size: 16px;
    color: #666;
    margin: 0 0 12px 0;
    line-height: 1.5;
}

.search-empty-state__hint {
    font-size: 14px;
    color: #999;
    margin: 0;
    line-height: 1.4;
}
.page_collective-participants__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}
.page_collective-participants__group-contact {
    border: none!important;
}
.page_collective-participants__group-img {
    width: 148px;
    height: 99px;
    overflow: hidden;
    border-radius: 20px;
    background-color: white;
    flex-shrink: 0;
}
.page_collective-participants__group-img > img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
@media (max-width: 1279px) {
    .collective-slider__thumbs {
        margin-bottom: 32px
    }

    .collective-slider .swiper-slide {
        padding: 24px;
    }
}



/* End */
/* /local/templates/movement-first/components/bitrix/news.list/collective-info/style.css?17726313062410 */
/* /local/templates/movement-first/components/bitrix/news/collective-participants/style.css?17719145222463 */
