body {
  --Black: #020202;
  --White: #fff;
  --Gray: #a7aac6;
  --Green: #4ca19a;
  --Dark-gray: #1a1a1a;
  --Dark-blue: #0c0e13;
  --Medium-gray: #373a43;
  --Medium-blue: #0f1116;
  --Light-gray: #666a6f;
  --textWidthDesktop: 750px;
}

.cookie {
  border: 2px solid var(--Medium-blue);
  background-color: var(--Dark-blue);
  border-radius: 16px;
  align-items: center;
  gap: 24px;
  max-width: 800px;
  padding: 24px;
  display: flex;
  position: fixed;
  bottom: 32px;
  right: 100px;
}

.cookie .text {
  color: var(--Gray, #a7aab0);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.cookie button {
  color: var(--Black, #020202);
  background: var(--White, #fff);
  cursor: pointer;
  white-space: pre;
  border-radius: 126px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
}

@media screen and (width <= 1310px) {
  .cookie {
    width: calc(100% - 64px);
    max-width: none;
    margin: 0 32px;
    bottom: 0;
    right: auto;
  }
}

@media screen and (width <= 768px) {
  .cookie {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: calc(100% - 64px);
    margin: 0 32px;
    bottom: 0;
    right: auto;
  }

  .cookie .text {
    font-size: 12px;
    line-height: 18px;
  }

  .cookie button {
    padding: 8px 16px;
    font-size: 12px;
    font-weight: 600;
  }
}

/*# sourceMappingURL=index.59d33f08.css.map */
