body .cookies-warning {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 10px;
  background: #fff;
  color: #808080;
  font-size: 13px;
  z-index: 600;
  max-width: 500px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.06);
  font-weight: normal;
  display: none; }

body .cookies-warning.opened {
  display: block; }

body .cookies-warning__body {
  line-height: 1.7;
  text-align: center; }

body .cookies-warning__close {
  cursor: pointer;
  padding: 10px 15px;
  font-weight: normal;
  font-size: 11px;
  display: inline-block;
  color: white;
  line-height: 1.1;
  background: #4a374f;
  text-transform: uppercase; }
