/*XL*/
@media screen and (min-width: 1201px) {
    #section-promo {
    	padding-top: 85px;
	}
	
	.main-menu {
		position: fixed;
		top: 0px;
		z-index: 999;
		padding-bottom: 30px;
		max-width: 1440px;
	}
}

.main-menu {
	transition: background .3s linear;
}

.main-menu.bg {
	background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 24%, rgba(255,255,255,1) 100%);
}