body {
  font-family: "TikTok Sans", sans-serif;
}

.cookie_down {
  position: fixed;
  left: 60px;
  bottom: 22px;
  z-index: 999;
  width: 895px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 37px 40px 38px;
  background: #eef3f9;
  border-radius: 10px;
  color: #111;
  font-size: 16px;
  line-height: 1.5;
}
.cookie_down p {
  margin: 0 0 18px;
}
.cookie_down p:last-child {
  margin-bottom: 0;
}
.cookie_down a {
  color: #ff1726;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cookie_down__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.cookie_down__close::before, .cookie_down__close::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 1px;
  width: 19px;
  height: 2px;
  background: #111;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.cookie_down__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cookie_down__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (max-width: 991px) {
  .cookie_down {
    right: 8px;
    bottom: 8px;
    left: 8px;
    width: auto;
    padding: 32px 18px 24px;
    font-size: 14px;
  }
}