#LevelSection {

    --font-family: HelveticaNeueCyr;

    margin-top: 120px;

    @media (max-width: 1239px) {
        margin-top: 80px;
    }

    .Section {
        position: relative;

        overflow: hidden;

        background-color: #101010;

        min-height: 1430px;

        @media (max-width: 1239px) {
            min-height: 1313px;
        }
    }

    .SectionViewport {
        display: flex;
        flex-direction: column;
    }

    .Photo {
        position: absolute;

        left: 50%;
        transform: translate(-50%, 0);

        top: 0;
    }

    .Photo img {
        width: 1200px;
        height: 450px;
        object-fit: cover;
        border-radius: 10px;

        @media (max-width: 1239px) {
            width: 95vw;
            height: 240px;
            object-fit: cover;
            border-radius: 10px;
        }
    }

    .LeftSide {
        box-sizing: border-box;

        position: absolute;

        height: 100px;

        left: 50%;
        transform: translate(calc(-50% - 300px), 0);

        top: 584px;

        width: 600px;

        padding-right: 104px;

        @media (max-width: 1239px) {
            transform: unset;
            top: 324px;
            left: unset;

            margin-left: 10px;
            padding-right: unset;
        }
    }

    .LeftSideHeading {
        color: #C7C5C1;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;

        margin-top: 14px;

        @media (max-width: 1239px) {
            margin-top: unset;
        }
    }

    .LeftSideMotto {
        margin-top: 44px;

        color: #FFF;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 36px;
        font-style: normal;
        font-weight: 550;
        line-height: 36px;
        /* 100% */

        @media (max-width: 1239px) {
            margin-top: 38px;

            color: #FFF;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: 25px;
            font-style: normal;
            font-weight: 550;
            line-height: 25.893px;
            /* 103.571% */

            width: 90vw;
        }
    }

    .LeftSideMotto.Appear {
        animation: Level_Motto 600ms;
    }

    .LeftSideMotto>.Accent {
        color: #555;
    }

    .LeftSideDescription {
        margin-top: 364px;

        color: #fff;
        opacity: 0.6;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 22px;
        font-style: normal;
        font-weight: 550;
        line-height: 22.957px;
        /* 104.348% */

        @media (max-width: 1239px) {
            margin-top: 71px;
            width: 90vw;

            color: #fff;
            opacity: 0.6;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: 18px;
            font-style: normal;
            font-weight: 550;
            line-height: 18.947px;
            /* 105.263% */
        }
    }

    .LeftSideDescription.Appear {
        animation: Level_Description 600ms;
    }

    .RightSide {
        box-sizing: border-box;

        position: absolute;

        height: 100px;

        left: 50%;
        transform: translate(calc(-50% + 300px), 0);

        top: 584px;

        width: 600px;

        @media (max-width: 1239px) {
            transform: unset;
            left: unset;
            width: unset;
            top: 640px;
        }
    }

    .RightSideVideoContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .RightSideVideo {
        width: 100%;
        max-width: 296px;
        height: 400px;

        background-color: #EEE;
        border-radius: 32px;

        overflow: hidden;

        animation: Level_Video_UnHover 300ms;

        @media (max-width: 1239px) {
            height: 266px;
            width: 46vw;
            border-radius: 10px;
        }
    }

    .RightSideVideo:hover {
        transform: translate(0, -6px);
        animation: Level_Video_Hover 300ms;
    }

    .RightSideVideo video {
        border: 0;

        border-radius: 12px;

        width: 100%;
        object-fit: cover;
    }

    .RightSideLeadContainer {
        margin-top: 80px;

        display: flex;
        flex-direction: column;
    }

    .RightSideLead {
        padding-top: 20px;
        padding-bottom: 20px;

        border-bottom: 1px solid #282828;

        color: #fff;
        font-family: HelveticaNeueCyr;
        font-weight: 500;
        font-size: 18px;
        line-height: 20.9px;
        /* 110% */

        display: flex;

        @media (max-width: 1239px) {
            padding-top: 15px;
            padding-bottom: 15px;

            color: #fff;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: 15px;
            font-style: normal;
            font-weight: 550;
            line-height: 15.938px;
            /* 106.25% */
        }
    }

    .RightSideLead.Appear {
        animation: Level_Lead 400ms;
    }

    .RightSideLead>.Accent {
        color: #fff;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;

        opacity: 0.5;

        margin-right: 45px;
    }

    .RightSideActionButton {
        margin-top: 50px;

        border-radius: 24px;

        padding-top: 30px;
        padding-bottom: 30px;

        padding-left: 30px;
        padding-right: 30px;

        background-color: #1D75FF;

        display: flex;
        flex-direction: row;
        justify-content: center;

        color: #FFF;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;

        text-decoration: none;

        animation: Level_Button_UnHover 300ms;

        @media (max-width: 1239px) {
            margin-top: 60px;

            padding-top: min(5.24vw, 30px);
            padding-bottom: min(5.24vw, 30px);
            padding-left: min(19vw, 80px);
            padding-right: min(19vw, 80px);

            border-radius: min(20px, 4.76vw);

            font-size: min(3.8vw, 20px);
            font-style: normal;
            font-weight: 400;
            line-height: normal;
        }
    }

    .RightSideActionButton:hover {
        color: #FFF;
        background-color: #171717;
        animation: Level_Button_Hover 300ms;
    }
}

@media (max-width: 1239px) {

    @keyframes Level_Motto {
        from {
            opacity: .4;
            transform: translate(0, 10px);
        }
    }
}

@media (min-width: 1240px) {

    @keyframes Level_Motto {
        from {
            opacity: .4;
            transform: translate(-20px);
        }
    }
}

@keyframes Level_Description {
    from {
        opacity: .4;
        transform: translate(0, -20px);
    }
}

@keyframes Level_Lead {
    from {
        opacity: .6;
        transform: translate(-10px);
    }
}

@keyframes Level_VideoMember {
    from {
        opacity: 0.1;
        transform: translate(-5px) rotate(-10deg);
    }
}

@keyframes Level_Video_Hover {
    from {
        transform: translate(0);
    }

    to {
        transform: translate(0, -6px);
    }
}

@keyframes Level_Video_UnHover {
    from {
        transform: translate(0, -6px);
    }

    to {
        transform: translate(0);
    }
}

@keyframes Level_Button_Hover {
    from {
        color: #FFF;
        background-color: #1D75FF;
    }

    to {
        color: #FFF;
        background-color: #171717;
    }
}

@keyframes Level_Button_UnHover {
    to {
        color: #FFF;
        background-color: #1D75FF;
    }

    from {
        color: #FFF;
        background-color: #171717;
    }
}