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

.banner_cookie .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1300px;
  min-height: 120px;
  padding: 20px 0;
  margin: 0 auto;
  box-sizing: border-box;
}

.banner_cookie .text {
  flex-shrink: 0;
  width: 775px;
  padding-right: 40px;
  box-sizing: border-box;
}

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

.btns {
  display: flex;
  justify-content: center;
  column-gap: 25px;
}

.btns button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  padding: 15px;
  height: 55px;
  font-size: 18px;
  font-weight: 600;
  background-color: #c3c3c3;
  color: #333;
}

.btns .btn-confirm {
  color: #fff;
  background-color: #d70000;
}