img.lang-switch-icon {
    width: 20px;
    /* height: 20px; */
}
.lang-switch-icon.active {
    /* border-bottom: solid 2px; */

}
.language_switch_place {
	display: flex;
	justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
}


.language_switch_place {
	display: flex;
	flex-direction: row;
	/* flex-wrap: nowrap; */
	/* border: 1px solid transparent; */
	/* align-items: center; */
}


.language_switch_active, .language_switch{
	display: flex;
	/* flex-direction: row; */
	/* flex-wrap: nowrap; */
	align-items: center;
	/* border: 1px solid transparent; */
	justify-content: center;
}

div.language_switch_place {
    /* border: 1px solid transparent; */
}
img.language_switch_place {
    /* border: 1px solid transparent; */
    width: 2em;
    height: 2em;}

.language_switch_active {
    border: 2px solid #f00;
    border-radius: 15px;
}

.language_switch, .language_switch_active {
    width: 25px;
    height: 25px;
}