.login_button
{
	width: 160px;
	height: 100%;
	background: #f3f3f3;
	text-align: center;
}
.login_button a
{
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	color: var(--sec-color);

}
.login_button a.lang_active {
	color: var(--prim-color);

	text-decoration: underline;
	text-underline-offset: 4px;

}

.menu_mm a.lang_active {
	color: var(--prim-color);
	text-decoration: underline;
	text-underline-offset: 4px;
}