.cookies {
	position: fixed;
	top: unset;
	bottom: 20px;
	left: 20px;
	right: une;
	margin: auto;
	height: max-content;
	max-width: 300px;
	padding: 20px;
	z-index: 1000;
	background: #8eae2f;
	box-shadow: 0 0 10px 0 #11111187;
}

.cookies-text {
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	gap: 20px
}

.cookies-text small {
	font-size: 16px
}

.cookies-text a {
	color: #fff;
	text-decoration: underline
}

.cookie-accept.btn,.cookie-accept.button {
	padding: 10px 15px;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
	background: #fff;
	color: #7b9b1d;
	border: 0;
	margin: 0 auto;
	display: block;
}

.cookie-accept.button {
	background-color: #8EAE30;
	color: #fff;
	cursor: pointer;
}

.cookie-accept.btn:hover {
	background: #fff;
	color: #8EAE30
}

.cookies * {
	color: #fff;
	font-weight: 500;
}

.cookies h3 {
	margin-top: 0;
	margin-bottom: 10px;
}


@media(max-width: 768px){
	.cookies {
		max-width: 100%;
		right: 20px;
	}
}