.history__button{
display: block;
margin: 0 auto;
border-radius: 10px;
}
.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;
}