/* ====COOKIES BANNER==== */
.cookie-bar {
  display: none;
  background-color: #000000;
  color: #ffffff;
  padding: 4px 16px;
  text-align: right;
  font-family: Helvetica;
  font-size: 13px;
  line-height: 19px;
  position: fixed;
  bottom: 0;
  left: calc((100% - 1076px) / 2);
  width: 100%;
  z-index: 9998;
  transform: translateY(0);
  transition: transform 0.6s ease-in-out;
  transition-delay: 0.3s;
  max-width: 1080px;
  border-radius: 4px;
}
.cookie-bar,
.cookie-bar * {
  box-sizing: border-box;
}
.cookie-bar {
  padding: 16px !important;
  background-color: #000000 !important;
}
.cookie-bar .ccb__wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1800px;
  margin: 0 auto;
  letter-spacing: 0.02em;
  padding: 0px 10px;
}
.cookie-bar .ccb__wrapper {
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: space-between !important;
  max-width: 1800px;
  margin: 0 auto !important;
  letter-spacing: 0.02em;
  gap: 16px;
}
.cookie-bar,
.cookie-bar * {
  box-sizing: border-box;
}
.cookie-bar .cookie-left {
  align-self: center;
  text-align: left;
  margin: 10px 0;
  max-width: 700px;
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .cookie-bar {
    left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .cookie-bar {
    padding: 16px !important;
    background-color: #000000 !important;
  }
}
@media only screen and (max-width: 767px) {
  .cookie-bar .ccb__wrapper {
    flex-wrap: wrap !important;
  }
}
.cookie-bar .cookie-left {
  align-self: center;
  text-align: left;
  margin: 10px 0;
  max-width: 700px;
  width: 100%;
}
.cookie-buttons button {
  background-color: #f79321;
  padding: 10px;
  cursor: pointer;
  margin: 0 10px;
  border-radius: 5px;
  border: 0;
  color: #ffffff;
  font-size: 14px;
}
.cookie-r-text a {
  color: #fff;
  font-size: inherit;
  font-weight: 600;
}

/* ====COOKIES BANNER==== */
