.cookie_banner {
	display: none;
	position: fixed;
	background: rgb(241, 245, 249);
	padding-left: 5%;
	padding-right: 18%;
	font-size: 14px;
	color: rgb(0, 0, 0);
	bottom: 0px;
	z-index: 2147483647;
}

.cookie_title {
	display: none;
	font-size: 18px;
	text-align: left;
	margin: 8px 0px;
	font-weight: bold;
	line-height: normal;
	color: rgb(47, 53, 61);
	font-family: 'SST W01 Bold';
}

.cookie_message {
	display: none;
	margin: 4px 10px 15px 0px;
	text-align: left;
	line-height: inherit;
	font-size: 16px;
	color: rgb(73, 73, 80);
	font-family: inherit;
}

.cookie_accept_button {
	position: absolute;
	top: 30%;
	right: 40px;
	border: 0px;
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	padding: 6px 32px;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 0.04em;
}

.cookie_cross {
	position: absolute;
	top: 2px;
	border: 0px;
	right: 5px;
	height: 28px;
	width: 28px;
	z-index: 100;
	cursor: pointer;
	background: rgb(241, 245, 249);
}

.cookie_policy: webkit-any-link {
	text-decoration: underline;
}

@media(max-width:1050px) {
	.cookie_banner {
		font-size: 13px;
	}
	.cookie_accept_button {
		position: absolute;
	}
}

@media(max-width:960px) {
	.cookie_accept_button {
		position: static;
		margin: 0px 60px 4px;
	}
}

@media(max-width:640px) {
        .cookie_accept_button {
                position: static;
                margin: 0px 60px 4px;
        }
}

@media(max-width:480px) {
	.cookie_accept_button {
		position: static;
		margin: 0px 60px 4px;
	}
}
