#ImportanceSection {
    --font-family: HelveticaNeueCyr;
    margin-top: 115px;
    @media (max-width: 1239px) {
        margin-top: 27px;
    }
    .Section {
        position: relative;
        overflow: hidden;
        background-color: #101010;
        min-height: 650px;
        @media (max-width: 1239px) {
            min-height: 775px;
        }
    }
    .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) {
            white-space: nowrap;
            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;
        }
    }
    .Photo {
        position: absolute;
        img, video {
            width: 364.755px;
            height: 487.125px;
            border-radius: 150px;
            object-fit: cover;
        }
        top: 161px;
        left: 50%;
        transform: translate(-50%, 0);
        @media (max-width: 1239px) {
            top: 94px;
            img {
                width: 255.324px;
                height: 340.989px;
                object-fit: cover;
                border-radius: 39.2% / 29.3%;
            }
        }
    }
    .LeadMobileContainer {
        position: absolute;
        top: 503px;
        display: flex;
        flex-direction: column;
    }
    .BottomLead {
        padding-top: 26px;
        padding-bottom: 26px;
        border-bottom: 1px solid #404040;
        color: #fff;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 17px;
        font-style: normal;
        font-weight: 550;
        line-height: 17.944px;
        /* 105.556% */
        display: flex;
    }
    .BottomLead>.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-left: 5px;
        margin-right: 45px;
    }
    .BottomLead.Appear {
        animation: Importance_LeadEasy 600ms;
    }
    .Lead1 {
        position: absolute;
        top: 215px;
        right: 51px;
        width: 291px;
        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% */
    }
    .Lead1 .Accent {
        color: #C9C7C2;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 30px;
        display: block;
    }
    .Lead1.Appear {
        animation: Importance_LeadRight 600ms;
    }
    .Lead2 {
        position: absolute;
        top: 309px;
        left: 78px;
        width: 277px;
        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% */
    }
    .Lead2 .Accent {
        color: #C9C7C2;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 30px;
        display: block;
    }
    .Lead2.Appear {
        animation: Importance_LeadLeft 600ms;
    }
    .Lead3 {
        position: absolute;
        top: 546px;
        right: 29px;
        width: 313px;
        color: #fff;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 21px;
        font-style: normal;
        font-weight: 550;
        line-height: 21.913px;
        /* 104.348% */
    }
    .Lead3 .Accent {
        color: #C9C7C2;
        leading-trim: both;
        text-edge: cap;
        font-family: HelveticaNeueCyr;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 30px;
        display: block;
    }
    .Lead3.Appear {
        animation: Importance_LeadRight 600ms;
    }
}
@keyframes Importance_LeadLeft {
    from {
        opacity: .4;
        transform: translate(-40px);
    }
}
@keyframes Importance_LeadRight {
    from {
        opacity: .4;
        transform: translate(40px);
    }
}
@keyframes Importance_LeadEasy {
    from {
        opacity: .4;
        transform: translate(-20px);
    }
}