.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: #556B2F;
  margin-left: 25px;
  margin-right: 45px;
  width: 1260px;
  padding-left: 85px;
  padding-right: 85px;
  z-index: 998;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-cookies .msg-cookies,
.box-cookies .btn-cookies {
  text-align: center;
  padding: 15px;
  color: #fff;
  font-size: 18px;
}

.box-cookies .btn-cookies {
  background: #7aba1e;
  cursor: pointer;
  align-self: normal;
}

@media screen and (max-width: 600px) {
  .box-cookies {
    flex-direction: column;
  }
}