.menu__language {}
	.menu__language a {
		font-size: 18px;
		font-weight: 400;
	}
	.menu__language div:first-of-type {
		margin-right: 15px;
	}
@media only screen and (max-width:1460px) {
	.menu__language div:first-of-type {
		margin-right: 1vw;
	}
}