.cookies-infobar {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: center;
}

.cookies-infobar.cookies-infobar_accepted {
  display: none;
}

.cookies-infobar_wrapper {
  margin: 10px;
}

.cookies-infobar a {
  color: inherit;
}

.cookies-infobar_btn {
  display: inline-block;
  padding: 5px 10px;
  //background: #0d9999;
  background: #f39200;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
}












