html {
    scroll-behavior: smooth;
}

.uc-partner {
    z-index: 100 !important;
    position: relative;
}

.menu-st {
    transition:  all 0.4s cubic-bezier(0, 0, 0.8, 1.0)
}

.uc-scrollmenu .t396__artboard {
    transform: translateY(-100%)
    
}

.uc-scrollmenu .t396__artboard.show-menu { 
    transform: translateY(0%)
    
}

.uc-scrollmenu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;    
}

.uc-scrollmenu { 
    pointer-events:none
}
.menu-st.show-menu { 
    pointer-events:all
}

.uc-shirina {
text-align: justify !important;
text-justify: distribute;

}

.auto-wid {
    background-size: 100vw auto;
}