body .cookies_message {
  width: 100%;
  background-color: rgba(0,0,0,0.75);
  height: 75px;
  position: fixed;
  bottom: 0;
  z-index: 300;
}
body .cookies_message .inner {
  margin: 0 auto;
  width: 928px;
  padding: 15px 25px;
  font-family: Arial;
  font-size: 13px;
  color: #fff;
}
body .cookies_message .inner span {
  display: inline-block;
}
body .cookies_message .inner span.cookies_text {
  width: 730px;
  line-height: 16px;
  cursor: default;
}
body .cookies_message .inner .button {
  padding: 10px 0;
  display: block;
  float: right;
}
body .cookies_message .inner .button .cookies_button {
  display: inline-block;
  width: 130px;
  background-color: #4a9fdf;
  color: #fff;
  text-decoration: none;
  padding: 7px 0 6px 0;
  text-align: center;
  border-radius: 12px;
  font-weight: bold;
  font-size: 15px;
}
