#InteractionSection {
    --font-family: HelveticaNeueCyr;
    margin-top: 130px;
    @media (max-width: 1239px) {
        margin-top: 72px;
    }
    .Section {
        position: relative;
        overflow: hidden;
        background-color:  #101010;
        min-height: 1736px;
        @media (max-width: 1239px) {
            min-height: 1590px;
        }
    }
    .SectionViewport {
        display: flex;
        flex-direction: column;
    }
    .Horizontal {
        opacity: 0.4;
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='white' stroke-width='2' stroke-dasharray='9%2c 9' stroke-dashoffset='5' stroke-linecap='butt'/%3e%3c/svg%3e");
        height: 1px;
        width: 386px;
    }
    .Vertical.Appear {
        animation: Interaction_VerticalLine 3000ms;
    }
    .Dot.Appear {
        animation: Interaction_Dot 500ms;
    }
    .Horizontal.Appear {
        animation: Interaction_HorizontalLine 300ms;
    }
    .Vector.Appear {
        animation: Interaction_Vector 400ms;
    }
    .Line1 {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 102px;
        width: 1px;
        height: 1050px;
        background-color: #fff;
        opacity: .2;

        @media (max-width: 1239px) {
            top: 90px;
            left: 7vw;
        }
    }
    .Line2 {
        position: absolute;
        left: 50%;
        transform: translate(-100%, 0);
        top: 371px;
    }
    .Line3 {
        position: absolute;
        left: 50%;
        top: 641px;
    }
    .Line4 {
        position: absolute;
        left: 50%;
        transform: translate(-100%, 0);
        top: 905px;
    }
    .Vector1 {
        position: absolute;
        left: 168px;
        top: 353px;
    }
    .Vector1 {
        position: absolute;
        left: 168px;
        top: 353px;
    }
    .Vector2 {
        position: absolute;
        top: 627px;
        right: 184px;
    }
    .Vector3 {
        position: absolute;
        left: 168px;
        top: 892px;
    }
    .Dot1 {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 91px;
        width: 11px;
        height: 11px;
        background-color: #fff;
        border-radius: 11px;
        @media (max-width: 1239px) {
            display: none;
        }
    }
    .Dot2 {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 366px;
        width: 11px;
        height: 11px;
        background-color: #fff;
        border-radius: 11px;
        @media (max-width: 1239px) {
            top: 278px;
            left: 7vw;
        }
    }
    .Dot3 {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 635px;
        width: 11px;
        height: 11px;
        background-color: #fff;
        border-radius: 11px;
        @media (max-width: 1239px) {
            top: 568px;
            left: 7vw;
        }
    }
    .Dot4 {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        top: 902px;
        width: 11px;
        height: 11px;
        background-color: #fff;
        border-radius: 11px;
        @media (max-width: 1239px) {
            top: 860px;
            left: 7vw;
        }
    }
    .Motto {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        color: #fff;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 36px;
        font-style: normal;
        font-weight: 550;
        line-height: normal;
        @media (max-width: 1239px) {
            color: #fff;
            text-align: center;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: 25px;
            font-style: normal;
            font-weight: 550;
            line-height: normal;
        }
    }
    .LeadContainer {
        position: absolute;
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 30px;
        padding-left: 20px;
        background-color: #2f2f2f;
        border-radius: 10px;
        width: 353px;
        box-sizing: border-box;
        @media (max-width: 1239px) {
            width: 71vw;
            padding-top: 16px;
            padding-left: 16px;
            padding-right: 16px;
            padding-bottom: 30px;
        }
    }
    .LeadTop {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        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% */
        @media (max-width: 1239px) {
            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% */
        }
    }
    .LeadTop img {
        margin-right: 30px;
        width: 77px;
        height: 77px;
        border-radius: 10px;
        @media (max-width: 1239px) {
            margin-right: 18px;
            width: 60px;
            height: 60px;
        }
    }
    .LeadTop>.Accent {
        color: #fff;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 40px;
        margin-left: 20px;
    }
    .LeadBottom {
        margin-top: 64px;
        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: 50px;
            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% */
        }
    }
    .LeadContainer.Appear {
        @media (max-width: 1239px) {
            animation: Interaction_LeadContainer 500ms;
        }
    }
    .Lead1Container {
        top: 254px;
        left: 50%;
        transform: translate(calc(-50% + 274px), 0);
        @media (max-width: 1239px) {
            top: 185px;
            left: 19vw;
            transform: unset;
        }
    }
    .Lead1Container.Appear {
        @media (min-width: 1240px) {
            animation: Interaction_LeadContainerRight 600ms;
        }
    }
    .Lead2Container {
        top: 527px;
        left: 50%;
        transform: translate(calc(-50% - 274px), 0);
        @media (max-width: 1239px) {
            top: 482px;
            left: 19vw;
            transform: unset;
        }
    }
    .Lead2Container.Appear {
        @media (min-width: 1240px) {
            animation: Interaction_LeadContainerLeft 600ms;
        }
    }
    .Lead3Container {
        top: 790px;
        left: 50%;
        transform: translate(calc(-50% + 274px), 0);
        @media (max-width: 1239px) {
            top: 764px;
            left: 19vw;
            transform: unset;
        }
    }
    .Lead3Container.Appear {
        @media (min-width: 1240px) {
            animation: Interaction_LeadContainerRight 600ms;
        }
    }
    .Motto2 {
        position: absolute;
        top: 1290px;
        left: 50%;
        transform: translate(-50%, 0);
        color: #fff;
        text-align: center;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 36px;
        font-style: normal;
        font-weight: 550;
        line-height: 36px;
        /* 100% */
        width: 740px;
        @media (max-width: 1239px) {
            top: 1240px;
            transform: translate(-50%, 0);
            color: #fff;
            text-align: center;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: 25px;
            font-style: normal;
            font-weight: 550;
            line-height: 25.893px;
            font-size: min(5.9vw, 35px);
            font-style: normal;
            font-weight: 400;
            line-height: min(6vw, 35px);
            width: 85vw;
        }
    }
    .Motto2>.Accent {
        color: #1D76FF;
    }
    .ActionButton {
        cursor: pointer;
        position: absolute;
        animation: Interaction_ActionButton_Reverse 400ms;
        top: 1486px;
        left: 50%;
        transform: translate(-50%, 0);
        padding-left: 58px;
        padding-right: 58px;
        box-sizing: border-box;
        padding-top: 26px;
        padding-bottom: 26px;
        background-color: #F4F4F4;
        border-radius: 24px;
        color: #0C0D0D;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 20px;
        font-style: normal;
        font-weight: 550;
        line-height: normal;
        @media (max-width: 1239px) {
            top: 1395px;
            padding-top: 24px;
            padding-bottom: 24px;
            padding-left: 40px;
            padding-right: 40px;
            color: #0C0D0D;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: 16px;
            font-style: normal;
            font-weight: 550;
            line-height: normal;
            white-space: nowrap;
        }
    }
    .ActionButton:hover {
        color: #F4F4F4;
        background-color: #1D75FF;
        animation: Interaction_ActionButton_Hover 400ms;
    }
    .ActionButton i {
        margin-left: 12px;
        font-size: 125%;
    }
    .ClientDialog {
        position: absolute;
        top: 1659px;
        left: 50%;
        transform: translate(-50%, 0);
        width: 380px;
        color: #fff;
        text-align: center;
        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) {
            top: 1530px;
            color: #fff;
            text-align: center;
            leading-trim: both;
            text-edge: cap;
            font-family: HelveticaNeueCyr;
            font-size: 12px;
            font-style: normal;
            font-weight: 550;
            line-height: 14.4px;
            /* 120% */
            width: 74vw;
        }
    }
}
@keyframes Interaction_VerticalLine {
    from {
        height: 0px;
    }
}
@keyframes Interaction_HorizontalLine {
    from {
        opacity: 0;
    }
}
@keyframes Interaction_Dot {
    from {
        transform: translate(-50%, 0) scale(0);
    }
    to {
        transform: translate(-50%, 0) scale(1);
    }
}
@keyframes Interaction_Vector {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}
@keyframes Interaction_LeadContainer {
    from {
        opacity: .3;
        margin-left: -20px;
    }
}
@keyframes Interaction_LeadContainerLeft {
    from {
        opacity: .3;
        margin-left: 40px;
    }
}
@keyframes Interaction_LeadContainerRight {
    from {
        opacity: .3;
        margin-left: -40px;
    }
}
@keyframes Interaction_ActionButton_Hover {
    from {
        color: #0C0D0D;
        background-color: #F4F4F4;
    }
    to {
        color: #F4F4F4;
        background-color: #1D75FF;
    }
}
@keyframes Interaction_ActionButton_Reverse {
    to {
        color: #0C0D0D;
        background-color: #F4F4F4;
    }
    from {
        color: #F4F4F4;
        background-color: #1D75FF;
    }
}