#cookie-popup {
  display: block;
  margin: 0 auto;
  padding: 0;
  right: 0;
  text-align: center;
  width: 100%;
  z-index: 99999;
  color: #fff;
}

#cookie-popup .cookie-notice__content {
	background-color: #999;
  border: 0 none;
  display: block;
  margin: 0 auto;
	overflow: hidden;
	padding: 20px 61px;
	position: relative;
}

#cookie-popup .cookie-notice__content #cookie-notice__text {
  color: #fff;
  float: left;
  text-align: left;
  max-width: 50%;
	display: block;
	font-size: 19px;
	font-weight: normal;
}

#cookie-popup .cookie-notice__content #cookie-notice__text h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

#cookie-popup .cookie-notice__content #cookie-notice__text p {
	margin: 8px 0 0;
}

#cookie-popup .cookie-notice__content #cookie-notice__text p a {
	color: #fff;
}

#cookie-popup .cookie-notice__content #cookie-notice__text h2,
#cookie-popup .cookie-notice__content #cookie-notice__text p {
	line-height: 1.45;
	padding: 0;
}

#cookie-popup .cookie-notice__content #cookie-notice__button {
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	color: black;
	line-height: 0;
	padding: 24px 19px;
	cursor: pointer;
}