
.is-swiping .swiper-slide .stage-project-cover {
    pointer-events: none;
}

.video-wrap {
    padding-top: 30px !important;
    padding-bottom: 48px !important;
    overflow: hidden;
}

.video-wrap .video-block + .video-block {
    margin-top: 55px;
}

.video-wrap .video-block__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-bottom: 18px;
}

.video-wrap .video-block__title {
    margin-bottom: 0;
    font-family: "Intro", sans-serif;
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.video-wrap .video-block__title::before {
    top: .5em;
}

.video-wrap .video-block__slider {
    overflow: visible;
}

.stage-project-item {
    margin-top: 0 !important;
}

@media (max-width: 1023px) {
    .video-wrap .btn-user {
        padding: 0 2.3rem !important;
        line-height: 3.9rem !important;
    }
}

@media (min-width: 1024px) {
    .video-wrap {
        padding-top: 104px !important;
        padding-bottom: 104px !important;
    }

    .video-wrap .video-block__slider {
        overflow: hidden;
    }

    .video-wrap .video-block + .video-block {
        margin-top: 80px !important;
    }

    .video-wrap .video-block__top {
        margin-bottom: 24px !important;
    }

    .video-wrap .video-block__title {
        font-size: 30px !important;
    }
}
