.info_cookies_banner {
	position: fixed;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: white;
	background: #353535;
	left: 0;
	right: 0;
	margin-top: -8px;
	padding: 7px 0;
	z-index: 999;
	opacity: 0.95;
	filter: alpha(opacity=95);
}