@charset "utf-8";
.header {
	/* [disabled]max-width: 1400px; */
	display: grid;
	grid-template-columns: 1fr 0.1fr  5fr;
	background-color: white;
	align-items: center;
	padding-left: 90px;
	min-height: 55px;
	position: fixed;
	top: 0;
	width: 100%;
	
}


.header .logo{
	margin-left: 120px;
}
.header .menu img {
}

@media screen and (max-width: 720px)  {
	.header {
		display: flex;
		flex-direction: column;
		padding: 5px;
		align-items: flex-start;
		max-width: 50px;
		max-height: 45px;
		margin-left: 0px;
}
		.header .logo{
		margin-left: 15px;
	
}
}
