.cookie-txt {
  margin: 22px 200px;
  line-height: 2;
  color: #000000;
}

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

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

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

.cookie-btn {
  background: #017c38;
  border: 0px;
  color: #ffffff;
  padding: 12px 38px;
  font-size: 18px;
  margin-bottom: 16px;
  margin-top: 16px;
  border-radius: 8px;
  cursor: pointer;
  margin-right: 10px;
}
