[hidden] {
	display: none !important;
}

.zinkit-cookie-banner {
	position: fixed;
	z-index: 2147483000;
	left: 50%;
	bottom: 15px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 25px;
	box-sizing: border-box;
	width: calc(100% - 30px);
	max-width: 1250px;
	min-height: 126px;
	padding: 25px;
	transform: translateX(-50%);
	background: #ffffff;
	box-shadow: 0 4px 15px rgba(2, 33, 105, 0.15);
	font-family: "Open Sans", Arial, sans-serif;
}

.zinkit-cookie-banner__content {
	flex: 1 1 auto;
	max-width: 885px;
	min-width: 0;
}

.zinkit-cookie-banner__text,
.zinkit-cookie-banner__description {
	box-sizing: border-box;
	margin: 0;
	font-size: 14px;
	line-height: 17px;
}

.zinkit-cookie-banner__text {
	font-weight: 600;
	color: #08516b;
}

.zinkit-cookie-banner__text a {
	color: inherit;
	text-decoration: underline;
}

.zinkit-cookie-banner__text a:hover,
.zinkit-cookie-banner__text a:focus {
	color: #08516b;
	text-decoration: none;
}

.zinkit-cookie-banner__description {
	margin-top: 8px;
	font-weight: 400;
	color: rgba(8, 81, 107, 0.75);
}

.zinkit-cookie-banner__accept {
	flex: 0 0 227px;
	box-sizing: border-box;
	width: 227px;
	height: 55px;
	padding: 12px 45px;
	border: 0;
	border-radius: 0;
	outline: 0;
	background: #ff6666;
	box-shadow: none;
	color: #f6f7f8;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 19px;
	text-align: center;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
}

.zinkit-cookie-banner__accept:hover,
.zinkit-cookie-banner__accept:focus {
	background: #f45555;
	color: #ffffff;
}

.zinkit-cookie-banner__accept:focus {
	box-shadow: 0 0 0 3px rgba(8, 81, 107, 0.25);
}

@media (max-width: 1024px) {
	.zinkit-cookie-banner {
		align-items: stretch;
	}

	.zinkit-cookie-banner__accept {
		align-self: center;
		flex-basis: 190px;
		width: 190px;
	}
}

@media (max-width: 767px) {
	.zinkit-cookie-banner {
		bottom: 10px;
		flex-direction: column;
		align-items: stretch;
		gap: 18px;
		width: calc(100% - 20px);
		min-height: 0;
		max-height: calc(100vh - 20px);
		padding: 20px;
		overflow-y: auto;
	}

	.zinkit-cookie-banner__content {
		max-width: none;
	}

	.zinkit-cookie-banner__accept {
		align-self: stretch;
		flex: 0 0 50px;
		width: 100%;
		height: 50px;
	}
}
