

.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: white;
  color: black;
  padding: 0 32px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  z-index:999999;
  transition: 400ms;
}

.cookie-container.active {
  bottom: 0;
}

.cookie-container a {
  /*color: #f5f6fa;*/
}

.cookie-btn {
    background: #ff6602;
    border: 0;
    color: #f5f6fa;
    padding: 7px 15px;
    font-size: 15px;
    margin-bottom: 16px;
    border-radius: 8px;
    cursor: pointer;
    float: right;
}
