body .banner__menu-product{
	margin-top: 0;
}
body .banner{
	min-height: calc(700px - 103px - 40px);	
}
@media(max-width: 1500px){
	body .banner {
	    min-height: calc(600px - 103px - 40px);
	}
}
@media(max-width: 1199px){
	body .banner {
	    min-height: inherit;
	}
}