/* Vnymanye! Kazhdyj styl dolzhen vkljuchat .header-lang  */
/* .header-lang #form-language .language-select {
    text-align: left;
}
.header-lang #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
} 
.header-lang #form-language .dropdown-menu {
    min-width: 35px;
    text-align: center;
}

.header-lang #form-language .dropdown-menu button {
    background: transparent;
    border: 0px;
}
.header-lang .language-selected {
    color: #444;
} */
.right-blocks > div.header-lang  {
	position: absolute;
	top: 5px;
	left: 13px;
	}
@media (max-width:479px) {
	.right-blocks > div.header-lang {
		top:400px
	}
}
.header-lang {
	/* width: 100%; */
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	/* margin-right: 25px; */
	/* margin-top: -22%; */
	/* position: absolute; */
}
.telefontop .custom .header-lang {
	display:none;
}
.lang_mobile {
	display:flex;
	height: 31px;
	align-content: center;
	align-items: center;
	justify-content: center;
}
@media (max-width:419px) {
	.lang_mobile {
		margin: 0px 0px 3px;
	}
	.header-lang .icon-li span img {
		/* width:16px!important; */
	}
}
@media (min-width:420px) and (max-width:499px) {
	.lang_mobile {
		height:50px;
	}
}
@media (min-width: 500px) {
	.lang_mobile {
		/* display:none; */
		justify-content: flex-end;
		/* margin-top: -10px; */
	}
	.telefontop .custom .header-lang {
		display:flex;
		margin-right: 25px;
	}
}
@media (min-width: 768px) {
	.lang_mobile {
		margin-top: -10px;
	}
}
.header-lang .icon-li {
	line-height:0;
}
.header-lang .icon-li + .icon-li {
	margin-left: 12px;
}
.header-lang .btn-group {
	display:flex;
}
.header-lang .icon-li button {
	cursor:pointer;
	padding: 0px;
	height: auto;
	margin: 0px;
	appearance: none;
	display: flex;
	line-height: 0;
}
.header-lang .icon-li span {
	line-height:0;
}
.header-lang .icon-li span img {
	width: 22px;
}