:root {
  --max-width: 1920;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Montserrat;
}

/* ВАЖНО! ХЭДЕР НЕ УБИРАТЬ! ПРЫГАЕТ СТРАНИЦА! */
.header-placeholder {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: antiquewhite;
  position: relative;
  z-index: 500;
}

.error {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50dvh;
  padding: 24px;
  font-weight: 800;
  font-size: 22px;
}

.btnH {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.16);
}

@media (min-width: 769px) {
  .header-placeholder {
    height: 64px;
  }
}
