header {
  justify-content: space-between;
  padding: 18px 40px;
  height: var(--header-height);
  max-height: var(--header-height);
}

.header-logo__group {
  gap: 20px;
}

.header-geopoint {
  width: 17px;
}

.header-address {
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.header-logo {
  width: 88px;
}

.header-links {
  align-items: center;
}

.burger__container {
  display: none !important;
  align-items: center;
}

.burger__container > button {
  height: fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
  border: none;
}

@media (max-width: 1590px) {
  .header-address {
    display: none !important;
  }
}

@media (max-width: 1430px) {
  .header-links {
    display: none !important;
  }

  .burger__container {
    display: flex !important;
  }
}
