.cont-cookie-poup {
  z-index: 67;
}
.cont-cookie-poup {
  position: fixed;
  bottom: 60px;
  right: 60px;
  background: #fff;
  box-shadow: 0px 0px 20px rgb(0 0 0/5%);
  border-radius: 10px;
  padding: 32px;
  z-index: 7;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  will-change: transform, opacity;
  width: 827px;
  line-height: 160%;
  font-size: 18px;
}
.cont-cookie-poup.show {
  visibility: visible;
  opacity: 1;
  transition: 0.5s;
}
.justify-start {
  justify-content: flex-start;
}
.direction-row {
  flex-direction: row;
  gap:24px;
}
.align-items-center {
  align-items: center !important;
}
.justify-center {
  justify-content: center;
}
.left-cookie {
  font-weight: 400;
  color: #444;
}

@media only screen and (max-width: 700px) {
.cont-cookie-poup {width: 95%;max-width: 95%;right: 0; margin: 0 2.5%;box-sizing: border-box;text-align: center;}
  .btn-accept-cookie {
    font-size: 14px;
  }
}
@media only screen and (max-width: 520px) {
.direction-row {flex-direction: column; gap: 10px;}
}
