.header-notifications{
	background: #b50000;
	padding: 12px 40px 10px 40px;
	line-height: 1;
	font-size: 18px;
}

@media(max-width: 768px){
	.header-notifications{
		padding: 8px 0 6px 0;
	}
}

.header:has(.header-notifications) + .main{
	padding-top: 240px;
}