

/* Start:/local/components/pervye/banner/templates/.default/style.css?17863667613710*/
.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%);
}
@media(max-width: 767px) {
    .main-banner__slide.swiper-slide:before {
        z-index: 1;
    }
}

.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?17863667611946*/
.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;
    width: 100%;
}

.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/components/pervye/qr.landing/templates/.default/style.css?17863667619714*/
.qr-pushkin {
    margin: 5em auto 5rem;
    padding: 0 2.5rem;
    max-width: 92.5rem;
    box-sizing: border-box;
}

.qr-pushkin__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #E3121E url('/local/components/pervye/qr.landing/templates/.default/images/pushkin-card-banner.png') center/cover no-repeat;
    border-radius: 3.125rem;
    overflow: hidden;
    height: 38.8125rem;
    box-sizing: border-box;
}

.qr-pushkin__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 0;
    padding: 0;
    min-width: 0;
}

.qr-pushkin__bust {
    flex: 0 0 auto;
    width: 30rem;
    min-width: 28rem;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.qr-pushkin__bust-img,
.qr-pushkin__bust svg {
    display: flex;
    justify-content: center;
    align-items: center;
    scale: 1.05;
}

.qr-pushkin__content {
    flex: 7 0 0;
    min-width: 0;
    z-index: 1;
    padding: 2.5rem 2.5rem 0 0;
    overflow: hidden;
}

.qr-pushkin__title {
    font-family: Pragmatica Extended, sans-serif;
    font-weight: 700;
    font-size: 3.25rem;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0 0 2.5rem 0;
}

.qr-pushkin-description{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.qr-pushkin__title-strong {
    font-weight: 700;
}

.qr-pushkin__title p,
.qr-pushkin__title span,
.qr-pushkin__title br {
    color: inherit;
}

.qr-pushkin__text-wrapper {
    max-width: 37.9375rem;
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    font-family: Pragmatica Extended;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.qr-pushkin__text {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    opacity: 1;
}

.qr-pushkin__desc {
    font-family: Pragmatica Extended;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #FFFFFF;
}

.qr-pushkin__text p {
    margin: 0 0 0.75rem 0;
}

.qr-pushkin__text p:last-child {
    margin-bottom: 0;
}

.qr-pushkin__list-title {
    font-family: Pragmatica, sans-serif;
    font-weight: 500;
    font-size: 1.3125rem;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
}

.qr-pushkin__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.qr-pushkin__list-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: Pragmatica, sans-serif;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 100%;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

.qr-pushkin__list-icon {
    flex: 0 0 auto;
    width: 2.5rem;
    height: 2.5rem;
}

.qr-pushkin__list-icon svg,
.qr-pushkin__list-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.qr-pushkin__right {
    flex: 0 0 13rem;
    min-width: 13rem;
    margin-left: 1.875rem;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 1;
}

.qr-pushkin__qr-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    background: #FFFFFF;
    border-radius: 0.75rem;
    padding: 0.5rem;
    box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.12);
    margin-top: auto;
    margin-bottom: 2rem;
}

.qr-pushkin__qr-code {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
}

.qr-pushkin__qr-code svg {
    display: block;
    width: 100%;
    height: auto;
}

.qr-pushkin__button {
    display: inline-block;
    color: var(--default-text-color-red);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s;
    margin-top: 0.5rem;
}

.qr-pushkin__button:hover {
    opacity: 0.7;
}

.qr-pushkin__qr-hint {
    font-size: 0.75rem;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
}

.qr-pushkin__icons-bar {
    flex: 0 0 auto;
    background: #FFFFFF;
    width: 100%;
    height: 4rem;
    padding: 0;
    box-sizing: border-box;
    border-radius: 1.25rem;
}

.qr-pushkin__icons {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 100%;
    margin-top: 0.9375rem;
}

.qr-pushkin__icon-link {
    text-decoration: none;
}

.qr-pushkin__icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    flex: 0 0 auto;
}

.qr-pushkin__icon-img {
    width: 2.5rem;
    height: 2.5rem;
    object-fit: contain;
}

.qr-pushkin__icon-placeholder {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    background: #F0F0F0;
}

.qr-pushkin__icon-label {
    font-size: 1rem;
    font-weight: 700;
    color: #252525;
    white-space: nowrap;
}

@media (max-width: 1400px) {
    .qr-pushkin {
        padding: 0 1rem;
        margin-bottom: 2.5rem;
    }
    .qr-pushkin__inner {
        height: auto;
    }
    .qr-pushkin__body {
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 1rem;
        gap: 1rem;
    }
    .qr-pushkin__bust {
        display: none;
    }
    .qr-pushkin__content {
        flex: 1 1 auto;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .qr-pushkin-description {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .qr-pushkin__text-wrapper {
        align-items: center;
    }
    .qr-pushkin__title {
        font-size: 2rem;
    }
    .qr-pushkin__list-item {
        text-align: left;
    }
    .qr-pushkin__right {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .qr-pushkin__qr-block {
        max-width: 16rem;
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {
    .qr-pushkin {
        padding: 0 1rem;
        margin-bottom: 2.5rem;
    }
    .qr-pushkin__inner {
        height: auto;
    }
    .qr-pushkin__body {
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 1rem;
        gap: 1rem;
    }
    .qr-pushkin__bust {
        display: none;
    }
    .qr-pushkin__content {
        flex: 1 1 auto;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .qr-pushkin-description {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .qr-pushkin__text-wrapper {
        align-items: center;
    }
    .qr-pushkin__title {
        font-size: 2rem;
    }
    .qr-pushkin__list-item {
        text-align: left;
    }
    .qr-pushkin__right {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .qr-pushkin__qr-block {
        max-width: 16rem;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .qr-pushkin {
        padding: 0 1rem;
        margin-bottom: 2.5rem;
    }
    .qr-pushkin__inner {
        height: auto;
    }
    .qr-pushkin__body {
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 1rem;
        gap: 1rem;
    }
    .qr-pushkin__bust {
        display: none;
    }
    .qr-pushkin__content {
        flex: 1 1 auto;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .qr-pushkin-description {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .qr-pushkin__text-wrapper {
        align-items: center;
    }
    .qr-pushkin__title {
        font-size: 2rem;
    }
    .qr-pushkin__list-item {
        text-align: left;
    }
    .qr-pushkin__right {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .qr-pushkin__qr-block {
        max-width: 16rem;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .qr-pushkin__icons-bar {
        display: none;
    }
}

@media (max-width: 412px) {
    .qr-pushkin {
        padding: 0 0.5rem;
    }
    .qr-pushkin__inner {
        height: auto;
    }
    .qr-pushkin__body {
        flex-direction: column;
        align-items: center;
        padding: 1.5rem 1rem;
        gap: 1rem;
    }
    .qr-pushkin__bust {
        display: none;
    }
    .qr-pushkin__content {
        flex: 1 1 auto;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .qr-pushkin-description {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .qr-pushkin__text-wrapper {
        align-items: center;
        gap: 0.75rem;
    }
    .qr-pushkin__title {
        font-size: 1.5rem;
        margin-bottom: 1rem;
    }
    .qr-pushkin__desc {
        font-size: 1rem;
    }
    .qr-pushkin__list-item {
        text-align: left;
    }
    .qr-pushkin__right {
        flex: 0 0 auto;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
    }
    .qr-pushkin__qr-block {
        max-width: 16rem;
        margin-bottom: 0;
    }
    .qr-pushkin__button {
        font-size: 1rem;
    }
    .qr-pushkin__qr-hint {
        font-size: 0.875rem;
    }
    .qr-pushkin__icons-bar {
        display: none;
    }
}

/* End */


/* Start:/local/templates/movement-first/components/bitrix/highloadblock.view/media-gallery/style.css?17712459475285*/
.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?17863667613710 */
/* /local/components/pervye/indicators.banner/templates/.default/style.css?17863667611946 */
/* /local/components/pervye/qr.landing/templates/.default/style.css?17863667619714 */
/* /local/templates/movement-first/components/bitrix/highloadblock.view/media-gallery/style.css?17712459475285 */
