#pannel-rgpd-deny {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60%;
	min-height: 300px;
	background: #f2f2f2;
	z-index: 1000;
	border-radius: 45px;
}

.pannel__content {
	text-align: center;
	color: #212121;
	padding: 20px;
}
