.switch-cross{
	font-weight: 900;
    font-size: 26px;
    color: black;
    line-height: 0.6;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: -16px;
    z-index: 20;
    cursor: pointer;
}
.lang-switch {
	font-size: 0;
	margin: 0;
	padding: 0;
	transition: 0.2s ease-out;
}

.lang-switch>li {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	display: none;
}

.lang-switch>li.is-selected {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.switch-triangle::after{
	position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border: 5px solid transparent;
    border-left-color: #000;
    top: 35%;
    right: -3px;
    cursor: pointer;
}

.lang-switch>li+li {
	margin: 2px 5px;
}
.lang-switch>li{
	margin: 2px 5px;
}
.lang-switch>li>a {
	line-height: 28px;
	display: block;
	width: 39px;
	height: 28px;
	cursor: pointer;
	text-decoration: none;
}

.switch-bg{
    background-color: rgba(0, 0, 0, .5);
    border: 1px solid transparent;
    border-radius: 4%;
}

.lang-switch>li>a>img {
	width: 35px;
	height: 24px;
	vertical-align: middle;
	border-radius: 6px;
}
.lang-switch>li>a>img:hover{
	border: 2px solid #80b733
}

.lang-switch>li.is-selected>a>img {
	width: 39px;
	height: 28px;
	border: 2px solid #80b733
}

.lang-switch-pos {
	position: absolute;
    left: 220px;
	top: 0px;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 150px;
    padding: 10px 0;
    height: 40px;
    overflow: hidden;
}

@media (max-width: 768px) {
	.lang-switch-pos {
	    left: unset;
    	right: calc(50% - 210px);
	}
}

@media (max-width: 500px) {
	.lang-switch-pos {
	    position: relative;
	    margin: 0 auto;
    	right: -10px;
	    margin-bottom: 10px;
	}
	.switch-cross{
		font-weight: 900;
	    font-size: 36px;
	    color: black;
	    line-height: 0.8;
	    display: inline-block;
	    position: absolute;
	    top: 0px;
	    right: -23px;
	    z-index: 20;
	    cursor: pointer;
	}
}