header {
  background: var(--light-gray);
}

header button.navbar-toggler {
  color: var(--black);
}

header button.navbar-toggler i {
  font-size: 30px;
}

header .sticker-header-cta {
  gap: 20px;
}

header .noise-finder-sticky .finder-sticky {
  width: max-content;
  font-size: 18px;
  background: #fff;
  padding: 3px 15px;
  border: 1px solid var(--black);
  border-radius: 5px;
  color: var(--black);
  cursor: pointer;
}

header .noise-finder-sticky .finder-sticky:hover {
  background: var(--blue);
  color: var(--light-gray);
  border: 1px solid var(--blue);
}

header .sticky-header span {
  font-size: 16px;
}

header .get--quote a {
  color: #fff !important;
  border-radius: 5px;
  background: var(--blue);
  color: #fff;
  font-size: 18px;
  padding: 8px 15px;
  transition: 0.5s;
  cursor: pointer;
}

.quote-pop {
  display: none;
}

header .get--quote a:hover {
  background: var(--black);
}

.main--header {
  gap: 20px;
}

header .desktop-view-image {
  width: 15%;
}

header .header-main {
  width: 85%;
  padding-left: 10px;
  border-left: 1px solid var(--gray);
}

header .header-main .row {
  border-bottom: 1px solid var(--gray);
  padding: 10px 0;
}

header .main-menu-class a:hover {
  color: var(--blue) !important;
}

header div#search-icon i {
  cursor: pointer;
  font-size: 20px;
}

header .main-menu-class .active > a {
  color: var(--blue) !important;
  font-weight: 600;
  border-bottom: 2px solid var(--blue);
}

header a.navbar-brand img {
  width: 100%;
  padding-left: 10px;
}

header .social-contacts i {
  font-size: 20px;
}

header .sub-menu {
  display: none;
  background: var(--light-gray);
  flex-direction: column;
  flex-wrap: wrap;
  height: 250px;
  width: 735px;
  transition: 0.6s;
  top: 35px;
  position: absolute;
  padding: 30px;
  margin: 0;
  z-index: 10000;
}

header .menu-item:hover .sub-menu {
  display: flex;
}

header .sub-menu li {
  padding: 5px 0;
}

header .social-contacts i:hover {
  color: var(--blue) !important;
}

.scrolled-header {
  background-color: #f8f8f8 !important;
}

.scrolled-header *,
.scrolled-header .navbar-nav a,
.scrolled-header span,
.scrolled-header .country p,
.scrolled-header .social-contacts i {
  color: #000 !important;
}

header .main-menu-class {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 25px;
  position: relative;
}

header .main-menu-class li {
  list-style: none;
}

header .main-menu-class li a {
  font-size: 18px;
  padding: 13px 0px;
  font-family: "GTWalsheim";
  transition: 0.5s;
  color: var(--black);
  font-weight: 600;
}

header .current-menu-item a {
  color: var(--blue) !important;
  font-weight: 500;
}

header .current-menu-item .sub-menu a {
  color: var(--black) !important;
}

header .sub-menu li a {
  color: var(--black);
  font-family: "GTWalsheim";
  font-weight: 500;
}

header .main-menu-class li a:hover i {
  color: var(--blue);
}

div#navbarSupportedContent {
  gap: 20px;
  padding-left: 50px;
}

header .social-contacts i {
  color: var(--black);
}

header .social-contacts {
  gap: 20px;
}

header .country p {
  font-size: 18px;
}

header .gt_float_switcher .gt_options {
  position: absolute;
  background: var(--light-gray);
  width: max-content;
  transform: translateX(-66px) !important;
}

header .gt_float_switcher .gt-selected .gt-current-lang {
  padding: 0;
}

header span.gt_float_switcher-arrow {
  display: none !important;
}

header .gt_float_switcher img {
  width: 21px;
  margin: 0;
}

header .gt-selected {
  background-color: var(--light-gray) !important;
}

@media (max-width: 1400px) {
  header .main-menu-class {
    gap: 15px;
  }
}

@media (max-width: 1300px) {
  header a.navbar-brand img {
    width: 130px;
  }

  header div#search-icon i,
  header .social-contacts i {
    font-size: 18px;
  }

  header .social-contacts {
    gap: 15px;
  }
}

@media (max-width: 1260px) {
  header .main-menu-class {
    gap: 15px;
  }

  header .desktop-view-image {
    width: 15%;
  }

  header .main--header {
    gap: 5px;
  }

  header a.navbar-brand img {
    width: 145px;
  }

  header .header-main {
    width: 90%;
  }
}

@media (min-width: 1200px) {
  ul.sub-menu {
    display: none;
  }
}

@media (max-width: 1199px) {
  header .header-main {
    width: 100%;
    border-left: none;
  }

  header i.fa.fa-solid.fa-bars {
    color: var(--blue) !important;
    font-size: 35px;
  }

  header div#navbarNavAltMarkup {
    position: absolute !important;
    top: 100%;
    width: 100%;
    z-index: 1000;
  }

  header .navbar-nav,
  header .search-icon {
    margin-bottom: 15px;
  }

  header .main-menu-class {
    flex-direction: column;
  }

  /* header .products-sub-menu {
    display: none !important;
  } */
  header .sub-menu {
    height: unset;
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    top: 0;
  }

  header .main-menu-class .active > a {
    border-bottom: none;
  }

  header div#navbarNavAltMarkup {
    padding: 15px;
    background: var(--light-gray);
  }

  header div#navbarNavAltMarkup a {
    color: var(--black);
  }

  header .social-contacts {
    justify-content: flex-start !important;
    margin-bottom: 5px;
  }

  header div#search-icon i,
  header .social-contacts i {
    font-size: 20px;
  }

  header .gt_float_switcher .gt_options {
    transform: translateX(-15px) !important;
  }
}

@media (max-width: 991px) {
  header .sticky-header .row {
    gap: 10px;
  }

  header .sticky-header p {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sticky-header .get--quote {
    justify-content: center !important;
  }

  header .sticky-header .row {
    gap: 10px;
  }

  header .sticky-header span.text-light {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
  }
}

@media (max-width: 515px) {
  header .sticker-header-cta {
    flex-direction: column;
    align-items: center;
  }
}
