.cookie-agreement {
  position: fixed;
  left: 20px;
  bottom: 30px;
  z-index: 10000;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px 25px;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  gap: 15px;
  align-items: center;
  max-width: 100%;
}
@media (max-width: 500px) {
  .cookie-agreement {
    right: 20px;
  }
}
@media (max-width: 380px) {
  .cookie-agreement {
    flex-direction: column;
  }
}
@media (max-width: 380px) {
  .cookie-agreement_col__text {
    text-align: center;
  }
}
.cookie-agreement_col__button {
  flex: 1;
  display: flex;
  justify-content: end;
}
.cookie-agreement .btn {
  padding: 0 20px;
  font-size: 14px;
}

/*# sourceMappingURL=style.css.map */
