.selected-menu a{
    font-size: 15px!important;
}
.selected-menu {
    margin: 4px 0!important;
}
.child_wrapp > ul > .selected-menu ~ li {
    margin:0 10px;
}
.menu-block {
    width: 27%;
    float: left;
    display: inline-block;
    display: block;
}
.menu-block ul {
    display: block!important;
}
ul.menu li .child ul {
    width: auto!important;
}
/*.menu-block{
    width: 25% !important;
}*/
/*.submenu_list{
    width: 240px !important;
}*/
li.lvl_1 a, li.lvl_2 a{
    color: #8b0901 !important;
    font-size: 15px !important;
}
li.lvl_1 a.current{
    color: #000 !important;
}
li.lvl_2{
    margin-top: 10px !important;
}
li.lvl_3 a:not(.current){
    color: #000 !important;
}
li.lvl_3 a.current{
    color: #8b0901 !important;
}
ul.menu li .child ul li a{
    white-space: nowrap;
}
.child_wrapp .menu-block:nth-child(3){
    margin-left: 5%;
}