.menu__icon {
	display: block;
	width: 26px;
	height: 2px;
	right: auto;
	bottom: auto;
	background-color: gray;
	position: absolute;
	left: 11px;
	top: 55%;
}
.menu__icon::before {
	top: -9px;
	content: "";
	width: 100%;
	height: 100%;
	background-color: inherit;
	position: absolute;
	left: 0;
}