.cookie-notification {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  width: 100%;
  color: white;
  padding: 15px;
  z-index: 1000;
}
.cookie-notification_hidden_yes {
  display: none;
}
.cookie-notification__header {
  margin-bottom: 10px;
  font-size: 23px;
}
.cookie-notification__body {
  margin-bottom: 10px;
}
.cookie-notification__buttons button {
  margin-right: 10px;
}