#cookie-notification {
	box-sizing: unset;
	position: fixed;
	display: none;
	align-items: center;
	justify-content: space-around;
	z-index: 1000;
	bottom: 30px;
	left: 30px;
	background-color: #F6F7F8;
	box-shadow: 0 2px 25px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	padding: 16px;
	width: 463px;
	height: 36px;
	font-size: 13px;
	line-height: normal;
	font-family: Arial, serif;
}

#cookie-notification a {
	text-decoration: none;
	color: #000000;
}

#cookie-notification p {
	color: #939393;
	font-size: 13px;
	margin: 0;
}

#accept-cookies {
	background-color: #666666;
	width: 91px;
	height: 33px;
	color: #FFFFFF;
	border-radius: 3px;
	border-color: unset;
	border-style: none;
	cursor: pointer;
	font-family: Arial, serif;
}

#accept-cookies p {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	#cookie-notification {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media (max-width: 622px) {
	#cookie-notification {
		bottom: 90px;
	}
}

@media (max-width: 505px) {
	#cookie-notification {
		width: 326px;
		height: 42px;
	}
}
