#cookies {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #bbb;
  color: white;
  font-family: "HelveticaNeue-Thin";
  letter-spacing: 0.5px;
  z-index: 99999999;
  transition: height 0.5s;
}

#cookies a {
  text-decoration: underline;
}

#cookies a:hover,
#cookies a:visited,
#cookies a:focus {
  color: white;
  text-decoration: underline;
}

#cookies-close-btn {
  position: absolute;
  width: 19px;
  height: 19px;
  right: 0;
  top: -1px;
  background: url(../img/cookies_close.svg);
  background-size: 19px 19px;
  cursor: pointer;
}

#cookies-close-btn.more {
  margin-top: 30px;
}

#cookies-content {
  margin-top: 13px;
  margin-bottom: 9px;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
}

#cookies-more {
  display: none;
  max-height: 548px;
  overflow-y: scroll;
  margin-right: 30px;
  margin-top: 30px;
  padding-bottom: 30px;
}

#cookies-more b {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

#cookies-more h1 {
  font-size: 22px;
  font-family: "HelveticaNeue-Thin";
  text-transform: none;
}

#cookies-more-button {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-decoration: none !important;
}

#cookies-txt {
  margin-right: 30px;
  display: inline;
}

@media (max-width: 1499px) {
  #cookies-close-btn {
    top: 3px;
  }

  #cookies-txt {
    display: inline-grid;
  }
}
