How to do that by clicking on the language selection icon, a list of available languages (UA, EN, IT) drops out. When you click on one of them, the list of languages is hidden and the selected one appears in this icon?
header .leftSide,
header .rightSide
{
display: flex;
align-items: center;
}
<div class="language">
<ul>
<li><a id="LANG" href="#">RU</a></li>
<li><a id="LANG" href="#">ENG</a></li>
<li><a id="LANG" href="#">IT</a></li>
</ul>
</div>