.cookie-popup {
	position: fixed;
	z-index: 99999;
	bottom: 0;
	left: -2.1%;
	/* transform: translateX(-50%); */
	max-width: 625px;
	width: 100%;
	overflow: auto;
	padding: 20px 60px;
	max-height: 100vh;
}

@media (max-width:1439.98px) {
	.cookie-popup {
		padding: 10px;
	}
}

.cookie-content {
	width: 100%;
	padding: 20px;
	border-radius: 8px;
	box-shadow: none;
	background: #fff;
}

@media (min-width:991.98px) {
	.cookie-content {
		display: flex;
	}
}

.cookie-icon {
	width: 98px;
	height: 98px;
	object-fit: contain;
	flex-shrink: 0;
	margin-right: 23px;
	margin-bottom: 0px;
}

@media (max-width: 1439.98px) {
	.cookie-icon {
		margin-right: 15px;
		width: 70px;
		height: 70px;
	}
	.cookie-popup {		
		left: 20px;		
	}
}

@media (max-width: 991.98px) {
	.cookie-icon {
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

.cookie-text {
	flex-grow: 1;
}

.cookie-text p {	
	font-weight: 400;			
	font-size: 14px;			
	line-height: 1.4;
	letter-spacing: 0;
	color: #181618;
	margin: 0;
}

.cookie-text p a {
	text-decoration:  underline;
	/* text-underline-offset: 3px; */
	color: #181618;
}

.cookie-buttons {
	display: flex;
	flex-direction: column;
	width: 100%;
}

@media (min-width:991.98px) {
	.cookie-buttons {
		max-width: 85px;
		margin-left: 18px;
	}
	.accept  {
		margin:  auto;
	}
}

@media (min-width:991.98px) and (max-width: 1439.98px) {
	
}

@media (max-width: 991.98px) {
	.cookie-buttons {
		margin-top: 15px;
	}
}

.cookie-btn {
	display: flex;
	align-items: center;
	justify-content: center;	
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.03em;
	border: 1px solid #940491;
	text-transform:  uppercase;
	border-radius: 6px;
	min-height: 40px;
	cursor: pointer;
	color:  #940491;
}

@media (max-width:1439.98px) {
	.cookie-btn {
		font-size: 14px;
	}
}

@media (any-hover: hover) {
	.cookie-btn:hover {
		opacity: 0.9;
	}
}

.accept {
	background: transparent;
	color: #940491;
	font-size:  14px;
	font-weight:  600;
	text-transform:  uppercase;
	border:  1px solid #940491;
	padding:  8px 32px;
	border-radius:  6px;
	
}

.settings {
	background: none;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

@media (max-width: 767px)  {
	.cookie-popup  {
		left:  0;
		width:  100%;
		padding:  20px;
	}
}