div.cookies-info {
	position: fixed;
	display: none;
	bottom: -100px;
	opacity: 0;
	width: 100%;
	z-index: 50;
	text-align: left;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
	background: white;
	transition: .3s;
}
div.cookies-info.active {
	bottom: 0;
	opacity: 1;
}
div.cookies-info .article {
	padding-top: 30px;
	padding-bottom: 30px;
}
div.cookies-info div.buttons {
	margin-top: 20px;
	margin-bottom: 0;
}
div.cookies-info a.button.close {
	position: absolute;
	top: 0;
	right: 0;
	border-radius: 0;
	z-index: 10;
}