.wrap-cookies {
	position: fixed;
	left: 0;
	bottom: 0;
	color: #fff;
	background-color: #787878;
	z-index: 100000000;
	padding: 0.375rem 0.625rem;
	text-align: center;
	width: 100%;
	line-height: 1.8;
	font-size: 1rem;
	opacity: .92;
}
.wrap-cookies__in {
	max-width: 70%;
	margin: auto;
}
.wrap-cookies__in h2 {
	padding: 0.625rem;
	font-size: 1.125rem;
	line-height: 1.25rem;
	font-weight: bold;
}
.wrap-cookies__in a {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	white-space: nowrap;
	color: #ffffff;
}
.wrap-cookies__in__button {
	max-width: 100%;
	padding: 0.125rem 1.25rem;
	cursor: pointer;
	font-weight: 700;
	line-height: 1.8;
	margin: 0.625rem auto auto;
	color: #ffffff;
}
.wrap-cookies__in__button--marketing {
	width: 34.375rem;
	font-size: 1.375rem;
	margin-bottom: 1.875rem;
	background-color: #E26F38;
}
.wrap-cookies__in__button--tech {
	width: 21.875rem;
	font-size: 0.8125rem;
	margin-bottom: 0.625rem;
	text-decoration: underline;
}

@media screen and (max-width:63.9375em) {
 .wrap-cookies__in {
	max-width: 95%;
}
}

@media screen and (max-width:47.9375em) {
.wrap-cookies__in__button--marketing {
	font-size: 1.25rem;
}
}