body {
	overflow-x: hidden;
}

.langs {
	display: inline-block;
	position: absolute;
	bottom: 100%;
	right: 0;
	text-transform: uppercase;
	font-weight: 400;
	padding: 5px;
	background-color: #fff;
	font-size: 22px;
	z-index: 5;
	order: -1;
}

.langs.rtl .langs__item-flag {
	margin-left: 10px;
	margin-right: 0;
}

.langs__heading {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.langs__heading::after {
	content: '';
	width: 10px;
	height: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/flags/arrow.svg');
	margin: 0 10px;
	transition: 0.3s;
}

.langs__heading.active {
	padding: 0;
}

.langs__heading.active::after {
	transform: rotate(180deg);
}

.langs__dropdown {
	display: none;
	background-color: #fff;
	border: 1px solid #000;
	box-sizing: border-box;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 5px;
	box-sizing: content-box;
	width: calc(100% - 12px);
}

.langs__item {
	display: flex;
	align-items: center;
	padding: 5px;
	transition: 0.2s;
}

.langs__item:hover {
	color: #117187;
}

.langs__item-flag {
	margin-right: 10px;
	flex: 0 0 auto;
}

.header {
	overflow: visible;
}

.slider-main {
	overflow: hidden;
}

.header__menu {
	display: flex;
	align-items: center;
	justify-content: center;
}

.merits {
	position: relative;
	z-index: 2;
}

@media screen and (max-width: 992px) {
	.nav {
		font-size: 16px;
		width: 70%;
	}
}

@media screen and (max-width: 768px) {
	.langs {
		right: auto;
		left: auto;
		transform: none;
		position: relative;
		padding: 0;
	}
}
