.header__nav .lang{
    margin: 5px;
    display: inline-block;
    width: 36px;
    height: 26px;

    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;

    opacity: 0.5;
}

.header__nav .lang.ru{
  background-image: url('../images/ru2.svg?1');
}
.header__nav .lang.en{
  background-image: url('../images/us.svg?1');
}
.header__nav .lang.ua{
  background-image: url('../images/ua.svg?1');
}

.header__nav .lang:hover{
  opacity: 1;
}
.header__nav .lang.selected{
  opacity: 1;
}

.header__nav nav ul{
	list-style: none;
}

.header__nav
{
	justify-content: center;
	/*width: 920px;*/
	margin-top: 230px;
}

.topPanel-lang{
	justify-content: center;
	/*width:1300px;*/
	/*width:1200px;*/
	/*padding-left:25px;*/
	margin:0 auto;
	position:relative;
	/*justify-content:space-between;
	border-bottom:1px solid rgba(255,255,255,0.1)*/
} 

.topPanel2 {
    position: fixed;
    width: 100%;
	/*top: 100px;*/
	top: -133px;
	/*margin-top: 100px;*/
    left: 0;
    right: 0;
    transition: 0.3s;
    z-index: 19;
}
