.menu-item a img {
  margin-right: 5px;
}

.mls-lang-banner {
	position: fixed;
	right: 20px;
	z-index: 99999;
	box-sizing: border-box;
	width: max-content;
	max-width: calc(100% - 40px);
	padding: 18px 20px;
	background: rgba(60, 60, 60, 0.92);
	color: #fff;
	border-radius: 10px;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
	font-size: 15px;
	line-height: 1.6;
}

.mls-lang-banner--top {
	top: 20px;
}

.mls-lang-banner--bottom {
	bottom: 20px;
}

.mls-lang-banner__text {
	margin: 0 0 10px;
	color: #fff;
	text-align: right;
}

.mls-lang-banner__link {
	display: block;
	text-align: right;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.mls-lang-banner__link:hover,
.mls-lang-banner__link:focus {
	color: #fff;
	text-decoration: underline;
}

.mls-lang-banner__arrow {
	margin-left: 4px;
}

.mls-lang-banner__close {
	position: absolute;
	top: -10px;
	right: -10px;
	width: 26px;
	height: 26px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1a1a1a;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 16px;
	line-height: 1;
	cursor: pointer;
}

.mls-lang-banner__close:hover,
.mls-lang-banner__close:focus {
	background: #000;
}

@media (max-width: 600px) {
	.mls-lang-banner {
		right: 12px;
		left: 12px;
		width: auto;
		max-width: none;
	}

	.mls-lang-banner--top {
		top: 12px;
	}

	.mls-lang-banner--bottom {
		bottom: 12px;
	}
}