.lang-menu{
	display:flex;
}

.lang-select {
	border: 1px solid white;
	display: block;
	width: 52px;
	text-align: center;
	padding: 5px 5px;
	border-radius: 50px;
	height: auto;
	max-height: 600px;
  transition: max-height 2s;
	

.flag-img {
	height:40px;
	width: 40px;
	display: none;
	padding: 5px 5px;
}

.lang-show {
	display: block;
}

.lang-selected {
	display: block;
	&:hover {
		cursor: pointer;
	}
}
}