.banner_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  padding: 15px 30px;
  font-size: 11px;
  background-color: rgba(0, 0, 0,  0.9);
  color: #fff;
  box-sizing: border-box;
}

.link_cookie {
  color: #fff;
  text-decoration: underline !important;
}

.btns {
  display: flex;
  column-gap: 12px;
  margin-top: 22px;
}

.btns button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  font-size: 11px;
  font-weight: 600;
  background-color: #c3c3c3;
  color: #333;
}
.btns .btn-confirm {
  color: #fff;
  background-color: #d70000;
}