.cookie-popup {
	display: none;
	position: fixed;
	left: 10px;
	bottom: 10px;
	z-index: 500;
	background: #fff;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	max-width: 500px;
	padding: 16px 20px 18px 20px;
}

.cookie-popup .row {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
}

.cookie-popup-l {
	padding: 0 10px;
}

.cookie-popup-r {
	padding: 0 10px;
}

.cookie-popup a {
	color: #C09B4D;
	text-decoration: underline !important;
}

.cookie-popup a:hover {
	text-decoration: none !important;
}

.cookie-popup .row {
	margin: 0 -10px;
}

.cookie-popup p:not(:last-child) {
	margin: 0 0 7px 0;
}

@media (max-width: 1365px) {

}

@media (max-width: 1024px) {

	.cookie-popup {
		left: 10px;
		right: 10px;
	}

	.cookie-popup .row {
		flex-wrap: wrap;
	}

	.cookie-popup-l {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.cookie-popup-r {
		margin-top: 10px;
	}
}
