.menu__fixed__phone {
	position: relative;
	left:10px;
	top:10px;
}

.dealer{
	display: flex; align-items: center;
}

@media screen and (max-width: 575px) {

	.dealer{
		display: flex; flex-direction: column; align-items: center;
	}
}