.stage-page-header {
    height: 100vh;
    padding-bottom: 32px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.stage {

}

header {
    border-bottom: 1px solid #949592;
    height: 76px;
}

.stage-page-header .container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.stage-page-header__date {
    display: flex;
    padding-top: 120px;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 28px;
    line-height: 120%;
    color: #fff;
}

.stage-page-header__date-value {
    font-weight: 900;
    font-size: 28px;
    line-height: 120%;
    color: #db0404;
    margin-left: 16px;
}

.stage-page-header__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 16px;
    text-align: left;
    overflow-wrap: break-word;
    white-space: normal;
}

.stage-page-header__desc {
    margin-bottom: 32px;
    font-weight: 300;
    font-size: 18px;
    line-height: 156%;
    color: #fff;
    overflow-wrap: break-word;
    white-space: normal;
}

.stage-page-header__btns {
    display: flex;
    gap: 16px;
}

.stage-page-header__btns .btn {
    padding: 12px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;

    font-family: "Inter", serif;
}

.stage-page-header__btns .btn--white {
    color: #000;
    border: none;
}

.stage-page-header__bottom-btns {
    width: 100%;
    display: flex;
    margin-top: auto;

}

.stage-page-header__bottom-btn {
    border-radius: unset;
    border-bottom: 2px solid #e2e5eb;
    color:white;
}

.stage-page-header__bottom-btn--active {
    border-bottom: 2px solid #3259e8;
}

.stage-block-1 {
    padding: 32px 0 64px 0;
    background: #3259e8;
}

.stage-block-1__links {
    display: flex;
    gap: 12px;
    margin-bottom: 96px;
}

.stage-block-1__link {
    width: 100%;
    border: 2px solid #fff;
    border-radius: 8px;
    padding: 12px;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.stage-block-1__link .arrow-svg {
    margin-left: auto;
}

.stage-block-1__content {
    display: flex;
    align-items: center;
    gap: 64px;
    justify-content: space-between;
}

.stage-block-1 img {
    max-width: 50%;
}

.stage-block-1__info {

}

.stage-block-1__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 24px;
}

.stage-block-1__desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 32px;
}

.stage-block-2 {
    padding: 64px 0 48px 0;
    background: #fff;
}

.stage-block-2__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #000;
    margin-bottom: 32px;
}

.stage-block-2__desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #181d27;
    margin-bottom: 32px;
}

.stage-block-2 img {
    width: 100%;
}
.stage-block-2 .btn, .stage-block-1 .btn {
    max-width: max-content;
}

.stage-block-program {
    padding: 64px 0;
}

.stage-block-program__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #000;
    margin-bottom: 32px;
}

.stage-block-program__desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #181d27;
    margin-bottom: 48px;
}

.stage-block-program__content {
    display: flex;
    width: 100%;
    gap: 48px;
}

.stage-block-program__column {
    width: 100%;
}

.stage-block-program__column-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #3259e8;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #a2abb8;
    width: 100%;
}

.stage-block-program__value {
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e5eb;
}
.stage-block-program__value + .stage-block-program__value {
    margin-top: 32px;
}

.stage-block-program__time {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    margin-bottom: 4px;
}

.stage-block-program__event {
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    color: #000;
}

.stage-block-program__link {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #3259e8;
    margin-top: 12px;
    display: block;
}

.stage-block-gallery {
    padding: 64px 0;
}
.stage-block-gallery__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #000;
    margin-bottom: 48px;
}

.stage-block-faq {
    padding: 64px 0;
}

.stage-block-faq__title {
    font-weight: 500;
    font-size: 40px;
    line-height: 120%;
    color: #000;
    margin-bottom: 48px;
}

.stage-block-gallery    .splide__slide img {
    width: 100%;
}

.stage-block-gallery .splide__slide img {
    width: auto;
    height: 400px;
}

.stage-block-gallery .splide__slide {
    width: max-content !important;
}

.stage-block-2--white-bg {
    background: white;
}

.stage-block-2--white-bg div, .stage-block-2--white-bg p {
    color: #000000;
}

#participants-block {
    padding-top: 32px;
}

@media (max-width: 1100px) {
    .stage-block-program__content {
        flex-wrap: wrap;
    }
}


@media (max-width: 850px) {
    .stage-block-1__content {
        flex-direction: column;
    }
    .stage-block-program__content {
        flex-direction: column;
    }

    .stage-page-header__date {
        font-size: 24px;
    }

    .stage-page-header__title {
        font-size: 30px;
    }
    .stage-block-1__title, .stage-block-2__title {
        font-size: 24px;
    }

    .stage-block-1 img {
        max-width: 100%;
    }

    .stage-block-program__content {
        padding: 0 32px;
    }

    .stage-block-1__info + img {
        order: -1;
    }

    .stage-block-2 .btn, .stage-block-1 .btn {
        margin-left: auto;
        margin-right: auto;
    }

    .stage-block-1 img {
        max-width: 100%;
    }
}



@media (max-width: 650px) {
    .stage-block-program__content {
        padding: 0 16px;
    }

    .stage-block-1__links {
        flex-direction: column;
    }

    .stage-page-header__btns {
        flex-wrap: wrap;
    }

    .stage-block-gallery .splide__slide img {
        width: auto;
        height: auto;
        max-width: 100vw;
    }

}