#StandardSection {

    margin-top: 0px;

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

        .LineDescription.Appear {
            animation: AppearBottom 600ms;
        }

        .LineVideo.Appear {
            animation: AppearInside 600ms;
        }
    }
    
    @media (min-width: 1240px) {    
        .LineMotto.Appear {
            animation: AppearBottom 600ms;
        }

        .LineDescription.Appear {
            animation: AppearBottom 600ms;
        }

        .LineVideo.Appear {
            animation: AppearLeft 600ms;
        }
    }

    .Section {
        position: relative;

        overflow: hidden;

        background-color: #101010;

        display: flex;
    }

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

        background-color: #101010;

        height: auto;
    }

    .Content {
        display: flex;
        flex-direction: column;

        margin-bottom: 261px;

        @media (max-width: 1239px) {
            margin-bottom: 100px;
        }
    }

    .Line {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;

        margin-top: 10px;

        @media (max-width: 1239px) {
            flex-direction: column;
        }
    }

    .LineMotto {
        color: #fff;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;

        margin-right: 120px;

        @media (max-width: 1239px) {
            width: 85vw;
            margin-right: unset;
            margin-bottom: 70px;

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

    .LineMotto>.Accent {
        color: #1D75FF;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;

        @media (max-width: 1239px) {
            color: #1D75FF;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: 16px;
            font-style: normal;
            font-weight: 550;
            line-height: 100%;
            /* 16px */
        }
    }

    .LineVideo {
        flex-shrink: 0;

        width: 100%;
        max-width: 561px;
        height: 300px;

        z-index: 99;

        background-color: #EEE;

        border-radius: 32px;

        overflow: hidden;

        poHelveticaNeueCyr-events: none;

        position: relative;
    }

    .LineVideo iframe {
        border: 0;

        border-radius: 32px;

        width: 300%;
        height: 100%;
        margin-left: -100%;
    }

    .LineDescription {
        color: #9F9F9F;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 26px;
        font-style: normal;
        font-weight: 400;
        line-height: 27.857px;

        margin-right: 120px;

        @media (max-width: 1239px) {
            width: 79vw;
            margin-right: unset;
            margin-left: 10px;
            margin-top: 20px;
            margin-bottom: 85px;
            align-self: flex-start;

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