.notification-cookie {
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 30;
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.36);
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.36);
  background-color: #30abe4;
  width: 100%;
  padding: 32px 16px;
  display: none; 
  z-index: 100000;
}
  .notification-cookie.active {
    display: block; }
  .notification-cookie__wrapper {
    max-width: 900px;
    margin: 0 auto;
    text-align: center; }
  .notification-cookie__content {
    color: #fff;
    font: 400 14px/120% 'OpenSans-Regular',sans-serif;
    margin: 0 0 20px; }
    .notification-cookie__content span {
      font-weight: bold; }
  .notification-cookie__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .notification-cookie__buttons .button {
      width: auto;
      padding: 0 20px; }
