.DivToScroll{
background-color: #F5F5F5;
border: 1px solid #DDDDDD;
border-radius: 4px 0 4px 0;
color: #3B3C3E;
font-size: 12px;
font-weight: bold;
left: -1px;
padding: 10px 7px 5px;
}
.DivWithScroll{
height:120px;
overflow:scroll;
overflow-x:hidden;
}
.menu_mobile {
position: fixed;
display: block;
width: 60%;
left: -100%;
top: 142px;
z-index: 30;
background: #f7f7f9;
transition: left 0.8s;
overflow: scroll;
bottom: 0;
}