#header .lang {
	padding-left: 5rem;
	flex-shrink: 0;
	position: relative;
}
@media (max-width: 991.98px) {
	#header .lang {
		margin-left: auto;
		padding-left: 0;
	}
	#header .lang + .mobile-btns {
		margin-left: 0;
	}
}
#header .language-select ~ .select2 .select2-selection--single {
	height: 2.6rem;
	font-size: 1.4rem;
	border: 1px solid #eef4f9;
	border-radius: 99px;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	font-weight: 500;
	outline: 0;
	box-shadow: none !important;
}
@media (max-width: 767.98px) {
	#header .language-select ~ .select2 .select2-selection--single {
		font-size: 1rem;
		height: 2.1rem;
	}
}
#header .language-select ~ .select2 .select2-selection--single .select2-selection__rendered {
	line-height: 2.4rem;
	color: inherit;
	position: relative;
	padding-left: 3rem;
	text-transform: uppercase;
	padding-right: 2.4rem;
	min-width: 7.6rem;
	outline: 0;
}
@media (max-width: 767.98px) {
	#header .language-select ~ .select2 .select2-selection--single .select2-selection__rendered {
		min-width: 5rem;
		padding-right: 0.8rem;
		line-height: 1.9rem;
		padding-left: 2.5rem;
	}
}
#header .language-select ~ .select2 .select2-selection--single .select2-selection__rendered::before {
	content: "";
	position: absolute;
	left: 1rem;
	top: 50%;
	width: 1.6rem;
	height: 1.6rem;
	background: url("../images/ico-globe-language.svg") no-repeat;
	background-size: contain;
	transform: translate(0, -50%);
}
@media (max-width: 767.98px) {
	#header .language-select ~ .select2 .select2-selection--single .select2-selection__rendered::before {
		width: 1.5rem;
		height: 1.5rem;
		left: 0.8rem;
	}
}
#header .language-select ~ .select2 .select2-selection--single .select2-selection__rendered span:nth-child(n+3) {
	display: none;
}
#header .language-select ~ .select2 .select2-selection--single .select2-selection__arrow {
	height: auto;
	bottom: 1px;
	width: 3.2rem;
	background: url("../images/ico-arrow-down.svg") no-repeat 50% 50%;
	background-size: 0.9rem auto;
	transition: all 0.3s ease-out;
}
@media (max-width: 767.98px) {
	#header .language-select ~ .select2 .select2-selection--single .select2-selection__arrow {
		display: none;
	}
}
#header .language-select ~ .select2 .select2-selection--single .select2-selection__arrow b {
	display: none;
}
#header .language-select ~ .select2.select2-container--open .select2-selection__arrow {
	transform: scale(1, -1);
}
#header .select2-container:not(.select2) {
	top: 100% !important;
	left: auto !important;
	right: 0;
	padding: 0.5rem 0;
}
@media (max-width: 767.98px) {
	#header .select2-container:not(.select2) {
		left: 0 !important;
		right: auto;
	}
}
#header .select2-container:not(.select2) .select2-dropdown {
	margin: 0 !important;
	padding: 0.3rem 1rem;
	min-width: 13.4rem;
	position: relative;
	border: 0;
	border-radius: 1rem;
	font-size: 1.4rem;
	color: #6b6b6b;
	box-shadow: 0px 4px 24px rgba(127, 147, 157, 0.18);
}
@media (max-width: 767.98px) {
	#header .select2-container:not(.select2) .select2-dropdown {
		font-size: 1.2rem;
	}
}
#header .select2-container:not(.select2) .select2-dropdown .select2-results__options {
	display: block;
	border: 0;
	color: inherit;
	padding: 0;
	max-height: none;
}
#header .select2-container:not(.select2) .select2-dropdown .select2-results__options > li {
	border-bottom: 0;
	font-weight: inherit !important;
	position: relative;
	padding: 0.5rem 0;
	background: none !important;
	color: inherit;
}
#header .select2-container:not(.select2) .select2-dropdown .select2-results__options > li + li {
	border-top: 1px solid #eee;
}
#header .select2-container:not(.select2) .select2-dropdown .select2-results__options > li:hover {
	color: #333;
}
#header .select2-container:not(.select2) .select2-dropdown .select2-results__options > li[aria-selected=true] {
	font-weight: bold !important;
	color: #333;
	padding-right: 2rem;
}
#header .select2-container:not(.select2) .select2-dropdown .select2-results__options > li[aria-selected=true]::after {
	position: absolute;
	content: "";
	width: 1.5rem;
	height: 1.5rem;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	background: url("../images/ico-check-03.svg") no-repeat;
}

@media (min-width: 1200px) {
	#header .nav-bar {
		padding-right: 0;
	}
}
/*# sourceMappingURL=language-select.css.map */
