

.wrapper {
  padding: 32px;
}

.cookie-container {
  position: fixed;
  bottom: -100%;
  color: #f5f6fa;
  padding: 0 32px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  transition: 400ms;
  height: 4%;
  background-color: #171717;
  z-index: 1111;
 
}
.btn-close {
   position: fixed;
    font-size: 22px;
    /* top: 50px; */
    right: 2px;
    background: none;
    border: none;
    width: 1em;
    height: 0em;
    padding: 0;
    z-index: 3;
    color:white;
    cursor: pointer;
}

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

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

.cookie-btn {
  
}
