.cookie-agree {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: linear-gradient(10deg, #e6e9f0 0.19%, #eef1f5 80.38%);
  border: 1px solid #bdbdbd;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.cookie-agree-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 70px;
  padding: 20px 35px;
}
@media (max-width: 490px) {
  .cookie-agree-wrapper {
    flex-direction: column;
    padding: 10px 35px;
    gap: 10px;
  }
}
.cookie-agree__text {
  max-width: 900px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}
.cookie-agree__text a {
  font-weight: 600;
  color: #006070 !important;
  text-decoration: none;
}
@media (max-width: 490px) {
  .cookie-agree__text {
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */