#cookie-popup {
	position: fixed;
	display: flex;
	bottom: 20px;
	left: 20px;
	right: 20px;
	max-width: 600px;
	opacity: 0;
	transform: scale(0.3);
	transition: .5s ease-in;
	padding: 15px;
	border-radius: 10px;
	align-items: center;
	align-content: center;
	z-index: 7;
	background: #fff;
	background: #ffffff;
	background: #;
	background: #;
}
#cookie-popup.active {
	opacity: 1;
	transform: scale(1);
	box-shadow: -2px 2px 12px -6px #000;
}
#cookie-popup img {
	max-width: 60px;
	flex: 1;
}
#cookie-popup a {
	text-decoration: underline;
	font-size: 12px;
	color: #0086d3;
	color: #000000;
	color: #ff9700;
	color: #;
}
#cookie-popup p {
	flex: 6;
	font-size: 12px;
	padding: 0 2%;
	margin: 0;
	color: #000;
	color: #7b7b7b;
	color: #;
	color: #;
}
#cookie-popup .accept {
	flex: 1;
	padding: 10px 15px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	border-radius: 8px;
	color: #fff;
	color: #ffffff;
	color: #
	color: #;
	background: #4caf50;
	background: #63cf16;
	background: #;
	background: #;
	transition: .1s ease-in;
}
#cookie-popup .accept:focus,
#cookie-popup .accept:hover {
	cursor: pointer;
	box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
	transform: scale(1.05);
}
body.popup-active #cookie-popup {
	z-index: 900;
}
@media (max-width: 768px) {
	#cookie-popup {
		bottom: 5px;
		left: 5px;
		right: 5px;
		padding: 5px;
		border-radius: 10px;
		flex-wrap: wrap;
	}
	#cookie-popup img {
		display: none;
	}
	#cookie-popup p {
		min-width: 210px;
		padding: 0;
	}
	#cookie-popup p,
	#cookie-popup .accept {
		margin: 5px;
	}
	#cookie-popup p,
	#cookie-popup a {
		text-align: center;
		font-size: 10px;
	}
}
@media (max-width: 480px) {
	body.chat-on #cookie-popup {
		right: 90px;
	}
}

/*167918.1.86.38.2d90439*/