.cookie-popup {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	background: rgba(7, 106, 43, 0.95);
	z-index: 100000;
	padding: 20px 0;
	font-family: Poppins, sans-serif;
}
.cookie-popup__content {
	margin: 0 auto;
	line-height: 20px;
	position: relative;
	max-width: 1310px;
	width: 100%;
	padding: 8px 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cookie-popup__info {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
}
.cookie-popup__action {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.cookie-popup__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	color: #fff;
}
.cookie-popup__text {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	float: left;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cookie-popup__text a {
	color: #fff !important;
}
#btn-accept-cookies {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #fff;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out,
		background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		-webkit-box-shadow 0.15s ease-in-out;
}
