.cookiesAlert {
	color: #fff;
	background: #000;
	padding:20px;
	position:fixed;
	bottom:0;
	left:0;
	right:0;
	text-align:center;
	z-index: 9999;
}
.cookiesAlert a{
	color: #e3b384;
}
.zmizet{
	display:none;
}
#zavrit-cookie {
	font-weight: bold;
	font-size: 110%;
	cursor: pointer;
	display:inline-block;
	padding:10px 20px;
	color:#000;
	margin:10px 20px 0 0;
	background-color: #e3b384;
}
#zavrit-cookie:hover {
	background-color: #999;
}