.header-upperRow-nav {
	display: flex;
	align-items: center;
	gap: 28px;
}

.lang-switch {
	position: relative;
	z-index: 10;
	border-radius: 12px;
	background: #FFF;
	box-shadow: 0px 0px 6px rgba(0,0,0,.16);
}
.lang-switch.is-open {
	border-radius: 12px 12px 0 0;
}

.lang-switch__label {
	color: #333333;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.8;
}

.lang-switch__trigger {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 4px 32px 5px 20px;
	border: none;
	background: transparent;
	border-radius: 0;
	color: #333333;
	font-size: 11px;
	font-weight: 900;
	line-height: 1.2;
	letter-spacing: 0.05em;
}

.lang-switch__trigger::before {
	content: "";
	position: relative;
	top: 0;
	margin-right: 5px;
	vertical-align: middle;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url("../images/icon_earth.svg") no-repeat center center / contain;
}

.lang-switch__trigger::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -1px;
	transform: translateY(-50%) rotate(45deg);
	vertical-align: middle;
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-left: 8px;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
}

.is-open .lang-switch__trigger::after {
	transform: translateY(-50%) rotate(-135deg);
	margin-top: 3px;
}

.lang-switch__navi {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #FFF;
	border-radius: 0 0 12px 12px;
}

.lang-switch__navi__item {

}

.lang-switch__navi__item a {
	position: relative;
	display: block;
	width: 100%;
	padding: 3px 19px;
	font-weight: 700;
	font-size: 11px;
	color: #333333;
	transition: 0.4s;
}
.lang-switch__navi__item a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 23px;
	transform: translateY(-50%) rotate(45deg);
	width: 5px;
	height: 5px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
}

.lang-switch__navi__item a:hover {
	transition: .3s;
	opacity: .7;
}


@media(max-width: 767px) {
	.lang-switch {
		box-shadow: none;
		margin-bottom: 50px;
		border-radius: 20px;
		border: 1px solid #CCCCCC;
		max-width: 245px;
	}
	.translated-ltr .header-hamburger-inner {
		padding-top: max(80px,21.3333vw);
	}
	.translated-ltr .header-hamburger .hamburger-close-button {
		top: max(80px,21.3333vw);
	}
	.lang-switch.is-open {
		border-radius: 20px;
	}
	.lang-switch.is-open {
		
	}
	.lang-switch__trigger {
		padding: 12px 22px;
		font-size: 12px;
	}
	.lang-switch__trigger::after {
		right: 20px;
	}
	.lang-switch__navi {
		position: relative;
		bottom: auto;
		left: auto;
		padding-bottom: 5px;
		border-radius: 0 0 20px 20px;
	}
	.lang-switch__navi__item a {
		padding: 2px 40px;
		font-size: 12px;
	}
	.lang-switch__navi__item a::after {
		right: 20px;
	}
}
