.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 17px 0;
  z-index: 700;
  background: rgba(32, 30, 31, 0.8);
}
.cookies-main {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
}
.cookies-desc {
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: 0.02em;
  color: #f9f9f9;
}
.cookies-close {
  display: flex;
  min-width: 44px;
  padding: 4px 9px;
  font-size: 16px;
  line-height: 1;
  color: #f9f9f9;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
}
.cookies-close:hover {
  color: var(--chernyy);
  background: var(--belyy);
}