.politica {
  display: block;
  background: #fff;
  position: absolute;
  /* top: calc(100% - 20px); */
  bottom: 0;
  padding: 20px;
}

.cookies {
  display: flex;
  position: absolute;
  bottom: 0;
  /* left: 50%; */
  right: 50%;
  padding: 20px;
  background: #000;
  color: #fff;
  border-radius: 12px;
  transform: translate(50%, -50%);
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  z-index: 999;
}
.cookies a {
  color: #fff;
}
.cookies_btm {
  background: #464242;
  padding: 20px;
  border-radius: 12px;
  cursor: pointer;
}
.cookies_btm:hover {
  opacity: 0.8;
}
