.cookie-panel {
	position: fixed;
	right: 0;
	bottom: 10px;
	left: 0;
	z-index: 2147483647;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: calc(100% - 40px);
	max-height: 90%;
	max-width: 525px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	color: #393939;
	border-radius: 3px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 0 rgba(57, 57, 57, .59);
	box-shadow: 0 0 20px 0 rgba(57, 57, 57, .59);
	overflow: auto;
	-webkit-transition: .5s ease;
	transition: .5s ease;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

}	
.cookie-panel.cookie-panel--hidden{display:none;}
.cookie-panel__manage-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	padding: 16px;
}
.cookie-panel__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 32px;
	font-weight:400;
}
.cookie-panel__text--link {
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.cookie-panel__text--link:hover {
	opacity: .75;
}
.cookie-panel__button-group-one {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	margin-top: 8px;
}
.cookie-panel__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	grid-column: span 1;
	margin: 0;
	padding: 10px 20px;
	font-family: inherit;
	font-size: inherit;
	line-height: 14px;
	color: #fff;
	font-weight:500;
	background-color: #651FFF;
	border: 0;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.cookie-panel__button:last-child {
	grid-column: span 2;
}
.cookie-panel__button:hover {
	opacity: .75;
}
.cookie-panel-advanced {
	max-width: 860px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cookie-panel__close {
	position: absolute;
	top: 16px;
	right: 16px;
	max-width: unset;
	min-width: unset;
	width: 11px;
	height: 11px;
	display: block;
	padding: 0;
	opacity: .25;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	cursor: pointer;
}
.cookie-panel__close:after, .cookie-panel__close:before {
	content: '';
	position: absolute;
	top: 50%;
	width: 13px;
	height: 2px;
	display: block;
	background: #393939;
}
.cookie-panel__close:before {
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
}
.cookie-panel__close:after {
	-webkit-transform: translate(0, -50%) rotate(-45deg);
	transform: translate(0, -50%) rotate(-45deg);
}
.cookie-panel__close:hover {
	opacity: 1;
}
.cookie-panel__title {
	font-family: inherit;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}
.cookie-panel-advanced .cookie-panel__text {
	max-width: 75%;
}
.cookie-panel__button-group-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
		;
	gap: 8px;
	margin-top: 8px;
}
.cookie-panel__settings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
		;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	gap: 8px;
	padding-right: 25px;
}
.cookie-panel__settings-group {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
		;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 10px;
	line-height: 18px;
}
.cookie-panel__settings-group .cookie-panel__setting-input {
	width: initial;
	height: initial;
	display: none;
	margin: 0;
	padding: 0;
}
.cookie-panel__settings-group .cookie-panel__setting-label {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
		;
	cursor: pointer;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.cookie-panel__settings-group .cookie-panel__setting-label:before {
	content: '';
	position: relative;
	width: 14px;
	height: 14px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #888;
	border-radius: 2px;
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.cookie-panel__settings-group .cookie-panel__setting-input:checked+.cookie-panel__setting-label:before {
	border: 1px solid #651FFF;
}
.cookie-panel__settings-group .cookie-panel__setting-label:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	width: 10px;
	height: 10px;
	background-color: transparent;
	border-radius: 1px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.cookie-panel__settings-group .cookie-panel__setting-input:checked+.cookie-panel__setting-label:after {
	background-color: #651FFF;
}
@media (max-width: 1024px) {
	.cookie-panel-advanced {
		max-width: 600px;
	}
	.cookie-panel__button-group-two {
		display: grid;
	}
	.cookie-panel-advanced .cookie-panel__text {
		max-width: 65%;
	}
}
@media (max-width: 767px) {
	.cookie-panel__manage-form {
		overflow-y: scroll;
	}
	.cookie-panel__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 16px;
	}
	.cookie-panel__button-group-one {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex		;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		grid-template-columns: unset;
	}
	.cookie-panel-advanced {
		max-width: unset;
		width: 94%;
	}
	.cookie-panel__button-group-two {
		max-width: unset;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.cookie-panel-advanced .cookie-panel__text {
		max-width: 100%;
	}
}