.page-wrap { max-width: 900px; margin: 0 auto; padding: 1.5rem 1rem 3rem; }
.page-nav { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; margin: 1rem 0 2rem; font-size: 0.95rem; }
.page-nav a { color: #0693e3; text-decoration: none; }
.page-nav a:hover { text-decoration: underline; }
.page-content h1 { margin: 0 0 1rem; font-size: 1.75rem; }
.page-content h2 { margin: 1.25rem 0 0.5rem; font-size: 1.15rem; }
.page-content p, .page-content li { margin: 0 0 0.85rem; line-height: 1.55; color: #333; }
.page-content ul { margin: 0 0 1rem 1.25rem; }
.page-content a { color: #0693e3; }
.page-header { display: flex; justify-content: center; padding: 1rem 0; border-bottom: 1px solid #eee; }

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1rem 1.25rem;
  background: rgba(11, 26, 72, 0.96);
  color: #fff;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
}

#cookie-banner p {
  margin: 0;
  max-width: 720px;
  line-height: 1.45;
  font-size: 0.95rem;
}

#cookie-banner a {
  color: #f1c40f;
  text-decoration: underline;
}

#cookie-banner .cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#cookie-banner button {
  border: none;
  border-radius: 6px;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  cursor: pointer;
}

#accept-cookies {
  background: #f1c40f;
  color: #0b1a48;
  font-weight: 600;
}

#reject-cookies {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
}

#anchor_variation,
#feedbacks {
  scroll-margin-top: 80px;
  scroll-margin-bottom: 90px;
}

@media (min-width: 801px) {
  .header {
    grid-template-columns: 1fr auto 1fr !important;
    align-items: center;
    gap: 1rem;
    padding: 0 1.5rem;
  }

  .header__burger {
    cursor: default;
    justify-self: start;
  }

  .header__burger > svg {
    display: none;
  }

  .header__burger .menu-list {
    position: static;
  }

  #menu-nav {
    display: block !important;
    position: static !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #header-main-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #header-main-menu .menu-item {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
  }

  #header-main-menu a {
    font-size: 0.8rem;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
  }

  #header-main-menu a:hover {
    color: #437fc1;
  }

  .menu-list ul li {
    padding: 0;
    border: none;
    font-size: inherit;
  }

  .header__logo {
    justify-self: center;
    margin: 0;
  }

  .header__contacts {
    justify-self: end;
  }
}

@media (max-width: 800px) {
  .header__burger {
    position: relative;
    z-index: 10000000;
    cursor: pointer;
  }

  .header__burger > svg {
    display: block;
  }
}
