@media screen and (min-width: 1024px) {
	.user-links-wrapper {top: calc(100% + 8px);}
	#navigation .product-schedule .level-b li {width: calc(100% / 5);}
}
@media screen and (min-width: 1200px) {
	#navigation {top: calc(100% - 35px);}
}