    .uc-dopmenu{
    position: relative;
    z-index: 100;
    }
    .page, .submenu{
    border-left: 1px solid #b6995a;
    padding-left: 20px;
    transition: all .3s ease
    }

    .nav{
    transition: all .3s ease
    }
    .nav:hover{
    opacity: .5
}
    ::marker {
    color: #b6995a;

}ul {
    list-style-type: square !important; 
}
label.t-checkbox__control.t-checkbox__control_flex.t-text.t-text_xs {
    font-size: 12px;
    line-height: 1.5;
    align-items: flex-start;
}