.lang-block {
	direction: ltr;
	opacity: 0;
	display: flex;
	position: fixed;
	align-items: flex-start;
	z-index: 1000100;
	right: 0;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	border: 2px solid #e0e2e7;
	border-top: none;
	border-right: none;
	border-radius: 0 0 0 6px;
	/* padding: 8px; */
	background: #fff;
	transition: all 1s;
}
.lang-block a {
	text-decoration: none;
	display: flex;
	align-items: center;
	height: 100%;
	padding: 8px;
	/* padding-left: 10px; */
	/* padding-right: 3px; */
	/* color: #000; */
	max-height: 30px;
	cursor: pointer;
}
.lang-block img {
	height: 18px;
	margin-top: -5px;
	margin-left: 4px;

	vertical-align: middle;
}
.lang-block li {
	font-size: 14px;
	line-height: 30px;
	display: block;
	height: 30px;
	list-style-type: none;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	/* border-bottom: 1px solid #bfbfbf; */
	border-left: 2px solid #e9e7e7;
	border-right: 2px solid #ede7e7;
	background-color: #fff;
}
.lang-block .act {
	position: absolute;
	top: -30px;
	right: 0;
	/* width: 58px; */
	border-bottom-left-radius: 5px;
}
.lang-block .select-options {
	top: 100% !important;
}
.lclosed {
	/* display: none; */
	/* height: 131px; */
	overflow: hidden;
	/* height: 30px; */
	/* width: 115px; */
	transition: all 1s;
}
.lang-block span {
	color: #000000;
	margin: 0 3px;
	font-size: 14px;
	line-height: 0;
	transform: scaleX(0.8);
}
.langlink span {
	margin: 0 3px;
	font-size: 17px;
	line-height: 0;
	/* transform: scaleX(0.8); */
}
.langlink {
	direction: ltr;
	position: fixed;
	z-index: 1000100;
	margin: 0 3px;
	background-color: #fff;
	font-size: 17px;
	line-height: 3px;
	transform: scaleX(0.8);
	text-decoration: none;
	display: flex;
	align-items: center;
	flex-direction: row;
	height: 100%;
	padding: 8px;
	/* padding-left: 10px; */
	/* padding-right: 3px; */
	/* color: #000; */
	max-height: 30px;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 0 0 0 8px;
	border: 2px solid #d3d4d2;
	border-top: none;
	border-right: none;
	right: -13px;
}
.langlink .flag-icon {
	margin: 0 5px;
}
.lang-block li span:last-child {
	transform: scaleX(0.8);
	margin: 0 3px;
}


.popup__close {
	width: 20px;
	height: 20px;
	position: sticky;
	top: 0px;
	/* left: 0; */
	align-items: auto;
	align-self: flex-end;
	flex-shrink: 0;
	transition: all 0.2s;
}

.popup__close::before {
	position: absolute;
	/* left: 0; */
	top: 50%;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #6e6c6c;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	transition: 0.2s;
}

.popup__close::after {
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #918e8f;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: 0.2s;
}
.popup__close:hover::before {
	background-color: #000;
	transition: 0.2s;
}
.popup__close:hover::after {
	background-color: #000;
	transition: 0.2s;
}

input[type="radio"]:checked + .text {
	color: #f53f4f;
}
input[type="radio"]:checked + .text {
	color: #f53f4f;
}
.lang-container {
	display: flex;
}
.lang-radio {
	display: none;
	/* width: 9px; */
	/* height: 0; */
}
.lang-radio:checked + .lang-label {
	background-color: #bfbfbf;
	transition: all 0.2s;
	/* margin-left: 10px; */
}
.lang-label {
	transition: all 0.2s;
	padding: 0 12px;
	cursor: pointer;
}
.lang-block .select {
	height: auto;
	min-height: 32px;
	max-width: 89px;
}
.lang-block {
	overflow: visible;
}
.lang-block .select-styled {
	width: 88px;
	min-height: 32px;
	border: none;
	text-transform: none;
}
.lang-block .select-options li {
	height: auto;
	min-height: 32px;
	padding: 0 10px;
}
.lang-block .select-block {
	padding-top: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}
.lang-block .accept-button {
	border-radius: 8px;
	width: auto;
	height: auto;
	/* padding: 10px; */
	/* margin: 23px 10px; */
	margin: 0 13px;
}
.lang-block .cancel-button {
	position: absolute;
	right: 0;
	border-radius: 8px;
	padding: 8px;
	margin: 8px;
	width: 40px;
	height: 40px;
	background-color: #c6c5c5;
	flex-grow: 0;
	top: 0;
	/* transform: translate(-100%, -100%); */
}
.lang-block .popup__close {
	order: -1;
	position: absolute;
	top: 10px;
	right: 10px;
}
.lang-container {
	transition: all 0.2s;
}
.lang-container:hover {
	background-color: #c6c5c5;
}
.lang-options {
	display: flex;
	flex-direction: row;
	transition: all 0.6s;
}
.lang-options li {
	border: none;
}
.lang-options .lang-label {
	width: 100%;
	min-width:75px;
	text-align: left;
}
.lang-options .select-options {
	width: 100%;
}
.lang-options .select-options li {
	max-width: 100%;
	min-width: 0;
}

.lang-block-close {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	z-index: 1000020;
	display: none;
}
.lang-block2-close {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	z-index: 100000;
	display: none;
}
.disp {
	display: block;
}
.flag-icon {
	vertical-align: sub;
}
.langcancel {
    cursor: pointer;
}
