.menu_button {
    position: fixed;
    display: block;
    width: 33px;
    height: 40px;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    height: 23px;
    justify-content: space-between;
    top: 19px;
    right: 20px;
    opacity: 0.9;
}

.menu_button div {
    height: 2px;
    width: 100%;
    background-color: #0069b4;
}

.menu-mobile {
    position: fixed;
    right: -1300px;
    max-width: 450px;
    width: 100%;
    height: 100%;
    bottom: 0px;
    background-color: White;
    opacity: 1;
    z-index: 1002;
    border-left: 1px Solid #eaebee;
    overflow-x: auto;
}

.menu-mobile .button-close {
    position: absolute;
    top: 24px;
    right: 20px;
    height: 40px;
    width: 40px;
    z-index: 1005;
    display: flex;
    flex-direction: column;
    height: 23px;
    justify-content: space-between;
}

.menu-mobile .button-close div {
    height: 1px;
    width: 100%;
    background-color: #b0b0b0;
}

.menu-mobile .logo {
    height: 92px;
    border-bottom: 0px Solid #eaebee;
}

.menu-mobile .logo img {
    height: 60px;
    padding: 18px;
}

.menu-mobile .logo .org_name {
    font-family: VekaBold;
    font-size: 18px;
    color: #0069b4;
    position: absolute;
    text-transform: uppercase;
    top: 15px;
    left: 105px;
}

.menu-mobile .logo .org_info {
    font-family: VekaLight;
    font-size: 14px;
    color: #84858A;
    position: absolute;
    top: 35px;
    left: 105px;
    line-height: 13px;
}

.menu-mobile .top_menu {
    position: inherit;
    display: block;
    height: calc(100% - 100px);
    width: 100%;
}

/* =========================================Меню=================================== */
#mainmenu {
	height: 100%;
	width: 100%;
	display: flex;
	font-size: 16px;
    overflow: auto;
}

#mainmenu ul {
    height: calc(100% - 30px);
    text-transform: uppercase;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

#mainmenu ul li {
    position: relative;
    height: auto;
    padding: 0;
    margin: 0;
    float: none;
}

#mainmenu ul li a {
    display: block;
    text-decoration: none;
    padding: 13px 22px;
    border-bottom: 1px Solid #ededed;
    font-size: 16px;
    color: #0B1742;
}

#mainmenu .li_counter {
    position: relative;
    background-color: #28a6ff;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    margin-right: 0px;
    top: 0px;
    left: -10px;
    display: none;
}