@media (max-width: 1024px) {
	.header-menu {
		margin-left: auto;
		height: 100%;
	}
	
	.header-menu .fusion-menu {
		top: calc(100% + 15px) !important;
	}
}