.cookies-info {
  z-index: 1000;
  bottom: 1em;
  left: 0;
  position: fixed;
  width: 100%;
  display: none;
  font-size: 14px;
}

.cookies-info-body {
  max-width: 1366px;
  margin: auto;
  background-color: #f9f9f9;
  border-radius: 16px;
  padding: 18px;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 1fr 156px;
  align-items: start;
  box-shadow: 0 0 10px -3px #ccc;
  line-height: 1.4;
}

.cookies-info-body p {
  margin: 0;
  padding-right: 40px;
}

.cookies-info-body a{
  color: inherit;
}

.cookies-info-body::after {
  content: " ";
  display: table;
  clear: both;
}

/* .cookies-info-btn {
  display: inline-block;
  background: #ccc;
  padding: 4px 10px;
  text-decoration: none;
  cursor: pointer;
  border-style: none;
  height: 28px;
  text-align: center;
  width: 100%;
  margin-bottom: 15px;
}

.cookies-info-btn[data-no] {
  opacity: 0.6;
} */

@media (max-width: 768px) {
  .cookies-info {
    left: 15px;
    right: 15px;
    max-width: calc(100% - 30px);
  }
  .cookies-info-body {
    display: flex;
    flex-direction: column-reverse;
  }
  .cookies-info-body > div {
    display: flex;
  }
  .cookies-info-body > p{
    margin-right: 0;
  }
  .cookies-info-btn {
    margin-right: 15px;
    margin-bottom: 20px;
  }
}
