#FeatureSection {

    --font-family: HelveticaNeueCyr;
    
    margin-top: 130px;

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


    .Section {
        position: relative;
        overflow: hidden;

        background-color: #101010;

        min-height: 740px;

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

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

    .LeftSide {
        box-sizing: border-box;

        position: absolute;

        height: 100px;

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

        top: 0px;

        width: 600px;
    }

    .LeftSideMotto {
        color: #fff;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 37px;
        font-style: normal;
        font-weight: 550;
        line-height: 37px; /* 100% */

        margin-top: 122px;
        margin-left: 40px;
        padding-right: 240px;

        @media (max-width: 1239px) {
            margin-top: unset;
            margin-left: unset;
            padding-right: unset;

            text-align: center;
            position: absolute;

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

            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% */
        }
    }

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

    .LeftSideVideo {
        width: 360px;
        height: 450px;

        background-color: #EEE;

        border-radius: 32px;
        margin-top: 60px;

        overflow: hidden;

        animation: Feature_UnHover 300ms;

        @media (max-width: 1239px) {
            width: 92vw;
            height: 260px;

            margin-top: 5px;
            border-radius: 10px;
        }
    }

    .LeftSideVideo:hover {
        animation: Feature_Hover 300ms;
        transform: translate(0, -5px);
    }

    .LeftSideVideo.Appear {
        animation: Feature_Lead 600ms;
    }

    .LeftSideVideo video {
        border: 0;

        border-radius: 12px;

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

    .RightSide {
        box-sizing: border-box;

        position: absolute;

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

        top: 0px;

        width: 600px;

        padding-bottom: 58px;
        padding-top: 83px;
        padding-left: 30px;
        padding-right: 30px;

        background-color:  #2f2f2f;

        border-radius: 24px;

        display: flex;
        flex-direction: row;
        flex-wrap: wrap;

        @media (max-width: 1239px) {
            left: unset;
            width: 95vw;
            transform: unset;

            flex-direction: column;

            padding-top: unset;
            padding-bottom: 40px;
            padding-left: 5px;
            padding-right: 5px;
        }
    }

    .RightSideTopContainer {
        @media (max-width: 1239px) {
            padding-top: 90px;
            padding-bottom: 150px;
        }
    }

    .Row {
        display: flex;
        flex: 1 1 0;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .RightSideLead {
        border-radius: 12px;
        height: 216px;

        background-color: #515151;

        padding-top: 27px;
        padding-bottom: 33px;
        padding-left: 20px;
        padding-right: 20px;

        margin-bottom: 7px;

        box-sizing: border-box;

        animation: Feature_UnHover 300ms;

        @media (max-width: 1239px) {
            height: unset;
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 22px;
            padding-bottom: 38px;
        }
    }

    .RightSideLead:hover {
        transform: translate(0, -5px);
        animation: Feature_Hover 300ms;
    }

    .RightSideLeadParent.Appear {
        animation: Feature_Lead 600ms;
    }

    @media (max-width: 1239px) {
        .RightSideLead.Appear {
            animation: Feature_Lead 600ms;
        }
    }

    .RightSideLead1 {
        width: 277px;
        margin-right: 6px;

        @media (max-width: 1239px) {
            margin-right: unset;
            border-radius: 10px;

            width: calc(47vw - 6px);
            height: auto;
        }
    }

    .RightSideLead2 {
        width: 249px;

        @media (max-width: 1239px) {
            margin-right: unset;
            border-radius: 10px;

            width: calc(47vw - 6px);
            height: auto;
        }
    }

    .RightSideLead3 {
        width: 249px;
        margin-right: 6px;

        @media (max-width: 1239px) {
            margin-right: unset;
            border-radius: 10px;

            width: calc(47vw - 6px);
            height: auto;
        }
    }

    .RightSideLead4 {
        width: 277px;

        @media (max-width: 1239px) {
            margin-right: unset;
            border-radius: 10px;

            width: calc(47vw - 6px);
            height: auto;
        }
    }

    .RightSideLead5 {
        height: 113px;

        @media (max-width: 1239px) {
            padding-top: 30px;
            padding-bottom: 48px;
        }
    }

    .RightSideLeadHeadTarget {
        width: 10px;
        height: 10px;
        aspect-ratio: 1/1;

        background-color: #fff;

        margin-left: auto;
        border-radius: 20px;

        @media (max-width: 1239px) {
            margin-left: auto;
            aspect-ratio: 1/1;
        }
    }

    .RightSideLeadHead {
        height: 44px;

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

        display: flex;
        flex-direction: row;
        align-items: center;

        @media (max-width: 1239px) {
            height: unset;
            
            color: #fff;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: 18px;
            font-style: normal;
            font-weight: 550;
            line-height: 18.947px; /* 105.263% */
        }
    }

    .RightSideLeadBody {
        margin-top: 90px;

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

        opacity: 0.6;

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

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

@media (max-width: 1239px) {
    @keyframes Feature_Motto {
        from {
            opacity: .4;
            transform: translate(-50%, 20px);
        }
    }    
}

@media (min-width: 1240px) {
    @keyframes Feature_Motto {
        from {
            opacity: .4;
            transform: translate(0, -30px);
        }
    }        
}

@keyframes Feature_Lead {
    from {
        opacity: .6;
        transform: scale(.8);
    }
}

@keyframes Feature_Hover {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(0, -5px);
    }
}

@keyframes Feature_UnHover {
    from {
        transform: translate(0, -5px);
    }
    to {
        transform: translate(0, 0);
    }
}