.agree_cookie {
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0px;
  left: 0px;
  background-color: #314657;
  font-family: 'Open Sans', sans-serif;
  color: white;
  z-index: 15;
}
.agree_cookie .agree_cookie_content {
  margin: 0px auto;
  max-width: 900px;
  padding: 5px;
  font-size: 14px;
  line-height: 18px;
}
.agree_cookie .agree_btn {
  display: inline-block;
  padding: 5px 10px;
  background-color: #0db280;
  color: #fff;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}
.agree_cookie a {
  color: white;
  text-decoration: underline;
}
.agree_cookie.show {
  display: block;
}
