.search_bar {
	position: relative;
}
.searcher {
	position: absolute;
	top: 25px;
	right: 30px;
}
.lang {
	padding: 5px 10px;
	background: #29292D;
	border-radius: 5px;
	font-family: Calibri;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	margin:20px
}

.child__menu {
	display: none;
	position: absolute;
	left: 0;
	padding: 0!important;
	top: 0;
	width: -webkit-fill-available;
	height: -webkit-fill-available;
	background-color: #FAFAFA;
	overflow: hidden;
}

.child__menu.active {
	display: block;
}