.menu-sidebar>.menu-link {
	margin-bottom: 1rem;
}
.menu-sidebar>p {
	flex-grow: unset !important;
}
.menu-sidebar>.menu-btn.login_block {
	padding: 1rem .5rem;
}
footer>.footer-brands {
	max-width: calc(100% - 258px);
}
@media screen and (max-width:768px) {
	footer>.footer-brands {
		max-width: 100%;
	}
}