

/* Start:/local/components/pervye/banner/templates/.default/style.css?17707470363609*/
.main-banner {
    .swiper__button-prev, .swiper__button-next {
        bottom: 10%;
        top: auto;
    }

    .swiper__button-prev {
        left: 40px;
    }

    .swiper__button-next {
        right: 40px;
    }

    & .swiper-pagination {
        width: fit-content;
        left: 50%;
        transform: translateX(-50%);
    }

    & .swiper-pagination-bullet {
        border: none;
        width: 26px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        height: 3px;
        background-color: white;
        opacity: 1;
    }

    & .swiper-pagination-bullet-active {
        background-color: #E10B17;
    }
}

.main-banner__container {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

.main-banner__slide.swiper-slide {
    position: relative;
    height: 840px;
    border-radius: 20px;
    overflow: hidden;
}

.main-banner__slide.swiper-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(37, 37, 37, 0.5) 10%, rgba(37, 37, 37, 0.25) 40%, rgba(37, 37, 37, .2) 80%);
}

.main-banner__slide.swiper-slide img {
    object-fit: cover;

    width: 100%;
    height: 100%;
}

.main-banner__content {
    position: relative;
    z-index: 7;
    padding: 204px 40px 0;
}


.main-banner__content > h2 {
    margin-bottom: 40px;
    color: #fff;
    font-weight: 800;
    font-size: 60px;
    font-family: Pragmatica Extended, arial, sans-serif;
    line-height: 100%;
    text-transform: uppercase;
}

.main-banner__content > h3 {
    margin-bottom: 40px;
    color: #fff;
    font-weight: 700;
    font-family: Pragmatica Extended, arial, sans-serif;
    font-size: 24px;
    line-height: 120%;
}

.main-banner__content .UI_button-main {
    width: fit-content;
}

@media (max-width: 1919px) {
    .main-banner__slide.swiper-slide {
        height: 796px;
    }
}

@media (max-width: 1365px) {
    .main-banner__slide.swiper-slide {
        height: 745px;
    }
}

@media (max-width: 1279px) {
    .main-banner__slide.swiper-slide {
        height: 586px;
    }

    .main-banner__content {
        padding: 256px 20px 64px;
    }


    .main-banner__content > h2 br {
        display: none;
    }

    .main-banner__content > h2 {
        margin-bottom: 32px;
        font-size: 48px;
    }

    .main-banner__content > h3 {
        margin-bottom: 32px;
    }
}

@media (max-width: 1023px) {
    .main-banner__slide.swiper-slide {
        height: 437px;
    }
    .main-banner__content {
        padding: 170px 20px 64px;
    }

    .main-banner__content > h2 {
        margin-bottom: 24px;
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .main-banner .swiper-wrapper {
        align-items: stretch;
    }
    .main-banner__slide.swiper-slide {
        height: auto;
        min-height: 320px;
    }
    .main-banner__container {
        position: static;
    }
    .main-banner__content > h2 {
        margin-bottom: 24px;
        font-size: 32px;
    }

    .main-banner__content > h3 {
        margin-bottom: 16px;
        font-size: 16px;
    }

    .main-banner__slide.swiper-slide img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .main-banner__content {
        padding: 102px 16px 56px;
    }

    .main-banner .swiper__button {
        bottom: 10px;
    }
}

@media (max-width: 411px) {
    .main-banner__content > h2 {
        font-size: 28px;
    }
    .main-banner__content {
        padding: 85px 16px 49px;
    }
}


/* End */


/* Start:/local/components/pervye/indicators.banner/templates/.default/style.css?17707470361929*/
.topic-page-3__slider--small .swiper-slide {
    width: 100%;
    height: auto;
    aspect-ratio: 924 / 460;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
    max-height: 460px;
}
.topic-page-3__slider--small {
    padding: 0 48px;
}

.js-participants-slider {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    list-style: none;
}

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

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

.topic-page-3__slider--small .swiper-slide 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;
}
.video__player {
    width: 100%;
    height: 100%;
}

.iframe-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1023px) {
    .page_participants__info-content .swiper__button {
        position: static;
        transform:translateY(0);
    }

    .topic-page-3__slider-nav {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 16px;
        order: -1;
    }

    .topic-page-3__slider--small {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding: 0;
    }

    .topic-page-3__slider--small .swiper-slide {
        min-height: 240px;
    }
}
/* End */


/* Start:/local/templates/movement-first/components/bitrix/highloadblock.view/media-gallery/style.css?17667703375285*/
.page_participants__life-gallery__content {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.page_participants__life-gallery__photos ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: space-between
}

@media (max-width: 767px) {
    .page_participants__life-gallery__photos ul {
        flex-direction: column
    }
}



.page_participants__life-gallery__photos ul img {
    object-fit: cover;
    width: 100%;
    height: 100%
}


.page_participants__life__title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 411px) {
    .page_participants__life__title {
        flex-direction: column;
        gap: 16px;
        justify-content: flex-start;
        align-items: flex-start
    }
}



@media (max-width: 767px) {
    .page_participants__life-gallery__photos ul img {
        height: 260px
    }
}

@media (max-width: 411px) {
    .page_participants__life-gallery__photos ul img {
        height: 230px
    }
}

.page_participants__life-gallery__photos ul li {
    flex-grow: 1;
    overflow: hidden;
    border-radius: 8px
}

.page_participants__life-gallery__photos ul li:nth-of-type(1) {
    width: 328px
}

@media (max-width: 1365px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(1) {
        width: 328px
    }
}

@media (max-width: 1279px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(1) {
        width: 224px
    }
}

@media (max-width: 1023px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(1) {
        order: 1;
        width: 287px
    }
}

@media (max-width: 767px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(1) {
        width: 100%
    }
}

.page_participants__life-gallery__photos ul li:nth-of-type(2) {
    width: 552px
}

@media (max-width: 1919px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(2) {
        width: 493px
    }
}

@media (max-width: 1365px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(2) {
        width: 484px
    }
}

@media (max-width: 1023px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(2) {
        order: 2;
        width: 393px
    }
}

@media (max-width: 767px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(2) {
        width: 100%
    }
}

.page_participants__life-gallery__photos ul li:nth-of-type(3) {
    width: 440px
}

@media (max-width: 1919px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(3) {
        width: 409px
    }
}

@media (max-width: 1365px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(3) {
        width: 332px
    }
}

@media (max-width: 1279px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(3) {
        width: 224px
    }
}

@media (max-width: 1023px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(3) {
        order: 3;
        width: 340px
    }
}

@media (max-width: 767px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(3) {
        width: 100%
    }
}

.page_participants__life-gallery__photos ul li:nth-of-type(4) {
    width: 663px
}

@media (max-width: 1919px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(4) {
        width: 596px
    }
}

@media (max-width: 1365px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(4) {
        width: 540px
    }
}

@media (max-width: 1279px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(4) {
        width: 562px
    }
}

@media (max-width: 1023px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(4) {
        order: 5;
        width: 393px
    }
}

@media (max-width: 767px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(4) {
        width: 100%
    }
}

.page_participants__life-gallery__photos ul li:nth-of-type(5) {
    width: 328px
}

@media (max-width: 1919px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(5) {
        width: 318px
    }
}

@media (max-width: 1365px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(5) {
        width: 302px
    }
}

@media (max-width: 1279px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(5) {
        width: 193px
    }
}

@media (max-width: 1023px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(5) {
        order: 4;
        width: 340px
    }
}

@media (max-width: 767px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(5) {
        width: 100%
    }
}

.page_participants__life-gallery__photos ul li:nth-of-type(6) {
    width: 329px
}

@media (max-width: 1919px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(6) {
        width: 316px
    }
}

@media (max-width: 1365px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(6) {
        width: 302px
    }
}

@media (max-width: 1279px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(6) {
        width: 193px
    }
}

@media (max-width: 1023px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(6) {
        order: 6;
        width: 287px
    }
}

@media (max-width: 767px) {
    .page_participants__life-gallery__photos ul li:nth-of-type(6) {
        width: 100%
    }
}
/* End */
/* /local/components/pervye/banner/templates/.default/style.css?17707470363609 */
/* /local/components/pervye/indicators.banner/templates/.default/style.css?17707470361929 */
/* /local/templates/movement-first/components/bitrix/highloadblock.view/media-gallery/style.css?17667703375285 */
