*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
}

body{
	background: #fff;
}
.header{
	z-index: 1;
	background: #f2f3f5;
	position: fixed;
	width: calc(100% - 0%);
	height: 60px;
	display: flex;
	top: 0;
}

.header .header-menu{
	width: calc(100% - 0%);
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	padding-left: 35px;
}







