.c-cookie {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #444;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: 300;
	line-height: 1.4em;
	background: #fff;
	z-index: 9999;
	box-sizing: content-box;
}
.c-cookie a,
.c-cookie__settings a {
	color: #799d1a;
}
.c-cookie__inner {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	flex-direction: column;
	width: calc(100% - 60px);
	max-width: 1200px;
	margin: auto;
	padding: 30px;
}
.c-cookie__note {
	width: 100%;
}
.c-cookie__close,
.c-cookie__deny {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;  
	width: auto;
	height: 32px;
	margin: 1em 0.5em 0em 0.5em;
	padding: 0em 1.2em;
	font-size: 14px;
	font-weight: 300;
	text-decoration: none;
	vertical-align: middle;
	border: 0 none;
	border-radius: 25px;
	background-color: #cce981;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	cursor: pointer;
} 
.c-cookie__deny {
	background: #ffd6cd;
} 
.c-cookie .u-icon {
	width: auto;
	height: 18px;
	margin-left: 15px;
	align-self: center;
	vertical-align: middle;
}
.c-cookie__settings .u-icon {
	width: auto;
	height: 24px;
	align-self: center;
	vertical-align: middle;
}
.c-cookie__settings {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	padding: 15px;
	color: #555;
	text-align: center;
	fill: #555;
	background: #fff;
	border-radius: 0 50% 0 0;
	cursor: pointer;
	z-index: 9999;
	box-sizing: content-box;
}
