header {
  background: #0005 !important;
  padding: 0 !important;
}

header .sticky-header span {
  font-weight: 700;
}

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

.quote-pop{
  display: none;
}


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

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

header div#search-icon i {
    color: #fff;
    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 .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: .6s;
    top: 35px;
    position: absolute;
    padding: 30px;
    margin: 0;
}

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 .sticky-header {
  padding: 10px 0;
  border-bottom: 1px solid #888888;
}

header div#navbarNavAltMarkup {
  padding-left: 30px;
}

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

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

header .products-sub-menu {
  position: absolute;
  top: 100%;
  left: 31%;
  width: 54%;
  background: var(--light-gray);
  padding: 15px;
  row-gap: 10px;
  transition: 0.5s;
  display: none;
}

header .products-sub-menu a {
  width: 50%;
  font-size: 18px;
  color: var(--black);
  font-family: "GTWalsheimProRegular";
}

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

header .main-menu-class li a {
  color: #fff;
  font-size: 18px;
  padding: 13px 0px;
  font-family: "GTWalsheimProRegular";
  transition: 0.5s;
}

header .sub-menu li a {
    color: var(--black);
    font-family: 'GTWalsheimProBold';
}

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

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

header .social-contacts i {
  color: #fff;
}

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

header .country {
  gap: 5px;
  cursor: pointer;
  line-height: 45px;
  padding: 0 10px;
}

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

header .country img {
  height: 14px;
}

.country-hover {
  display: none;
  flex-direction: column;
  z-index: 100;
  right: 0;
  top: 45px;
  background: var(--light-gray);
  padding: 8px 10px;
  gap: 5px;
}

.country-hover img {
  height: 11px;
}

.country-hover p {
  font-size: 15px;
  color: var(--black) !important;
}

.country-hover .country {
  gap: 5px;
  padding: 0;
}

nav .country:hover .country-hover {
  display: flex !important;
}

.country-hover .country {
  line-height: normal !important;
}

@media (min-width: 1600px) {
  header div#navbarNavAltMarkup {
    padding-left: 115px;
  }
}

@media (max-width: 1500px) {
  header div#navbarNavAltMarkup {
    padding-left: 70px;
  }
}

@media (max-width: 1400px) {
  header div#navbarNavAltMarkup {
    padding-left: 40px;
  }
}

@media (max-width: 1300px) {
  header div#navbarNavAltMarkup {
    padding-left: 25px;
  }
}

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

  header div#navbarNavAltMarkup {
    padding-left: 10px;
  }
}

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

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

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

  header .products-sub-menu {
    display: none !important;
  }

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

  header div#navbarNavAltMarkup {
    padding-left: 0;
  }

  header .social-contacts {
    justify-content: flex-start !important;
  }

  header .country-hover {
    left: 0;
  }
}

@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;
  }

  header .get--quote a {
    font-size: 14px;
    padding: 4px 11px;
  }
}