header {
  background-color: black;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 1000;
}

.header2 {
  background: #FF8552;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  top: 0;
  z-index: 1000;
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
}

.ht {
  align-items: center;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.header__logo {
  margin-left: 65%;
  width: 106px;
  height: auto;
}

.links-container {
  margin-right: 5%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.links-container .links-container__link {
  color: white;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.03em;
  padding-bottom: 8px;

  transition: border-width 0.2s linear;
  margin-left: 32px;
  margin-right: 32px;
}
.links-container .links-container__link:hover {
  border-bottom: 8px solid white;
}

.hamburger-icon {
  display: none;
}

box-icon[name=x] {
  display: none;
}

.hamburger-panel {
  display: none;
  transition: 1s display;
}

@media only screen and (max-width: 576px) {
  .header2 {
    
    height: 60px;
    
  }
  header {
    height: 49px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    z-index: 1000;
  }
  .logo__container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .header--open {
    height: 775px;
  }
  .header--open .hamburger-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    margin-top: 26px;
  }
  .category__links {
    margin-top: 17px;
    gap: 13px;
    flex-direction: column;
    transition: 1s display;
    margin-bottom: 25px;
  }
  .category__links .links__link {
    color: #fafafa;
    font-size: 14px;
    margin-left: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
  }
  .hamburger__link-big {
    color: white;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    padding: 12px 100px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: hsl(0deg, 0%, 32%);
    border-radius: 12px;
    text-align: center;
    margin-bottom: 6px;
  }
  .hamburger__category {
    display: flex;
    margin-top: 8px;
    
    flex-direction: column;
  }
  .hamburger__link--container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid hsl(0deg, 0%, 32%);
    border-bottom: 1px solid hsl(0deg, 0%, 32%);
    margin-left: 14px;
    margin-right: 14px;
    /* width: 100%; */
  }

  .serwis-fix {
    margin-left: 0 !important;
    border: none !important;
  }

  .hamburger__link {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 13px;
    padding-bottom: 7px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 11px;
    color: white;
    border-bottom: 1px solid hsl(0deg, 0%, 32%);
  }
  .category__links {
    display: none;
  }
  .header__logo {
    margin-left: 17px;
    width: 111px;
    height: 22px;
    margin-top: 14px;
  }
  .links-container {
    display: none;
  }
  .hamburger-icon {
    display: block;
    cursor: pointer;
    align-self: flex-end;
    margin-right: 8px;
  }
  .hamburger__label {
    margin-left: 14px;
    margin-top: 21px;
    margin-bottom: 21px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.011em;
    color: hsl(0deg, 0%, 60%);
  }
  .language__link {
    margin-left: 14px;
    color: #fafafa;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 13px;
  }
  box-icon[name=x] {
    display: none;
    cursor: pointer;
    align-self: flex-end;
    width: 48px;
    height: 48px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 1024px) {
  header {
    height: 49px;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .logo__container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
  }
  .header--open {
    height: 775px;
  }
  .header--open .hamburger-panel {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: white;
    margin-top: 26px;
  }
  .category__links {
    margin-top: 17px;
    gap: 13px;
    flex-direction: column;
    transition: 1s display;
    margin-bottom: 25px;
  }
  .category__links .links__link {
    color: #fafafa;
    font-size: 14px;
    margin-left: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
  }
  .hamburger__link-big {
    color: white;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    padding: 12px 125px;
    margin-left: 12px;
    margin-right: 12px;
    background-color: hsl(0deg, 0%, 32%);
    border-radius: 12px;
    text-align: center;
    margin-bottom: 6px;
  }
  .hamburger__category {
    display: flex;
    margin-top: 8px;
    cursor: pointer;
    flex-direction: column;
  }
  .hamburger__link--container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid hsl(0deg, 0%, 32%);

    border-bottom: 1px solid hsl(0deg, 0%, 32%);
    margin-left: 14px;
    margin-right: 14px;
  }
  .hamburger__link {
    margin-left: 14px;
    margin-right: 14px;
    padding-top: 13px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 11px;
    color: white;
    border-bottom: 1px solid hsl(0deg, 0%, 32%);
  }
  .category__links {
    display: none;
  }
  .header__logo {
    margin-left: 17px;
    width: 111px;
    height: 22px;
    margin-top: 14px;
  }
  .links-container {
    display: none;
  }
  .hamburger-icon {
    display: block;
    cursor: pointer;
    align-self: flex-end;
    margin-right: 8px;
  }
  box-icon[name=x] {
    display: none;
    cursor: pointer;
    align-self: flex-end;
    width: 48px;
    height: 48px;
  }
  .hamburger__label {
    margin-left: 14px;
    margin-top: 21px;
    margin-bottom: 21px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -0.011em;
    color: hsl(0deg, 0%, 60%);
  }
  .language__link {
    margin-left: 14px;
    color: #fafafa;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 13px;
  }
  
  .serwis-fix {
    margin-left: 0 !important;
    border: none !important;
  }
  #service-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}/*# sourceMappingURL=navbar.css.map */