#main-header {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 82px;
  background: #be0000;
  color: white;
  text-align: center;
  z-index: 999;
}
#main-header .container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 82px;
  width: 100%;
  max-width: 1280px;
}
#main-header .logo {
  display: inline-block;
  width: 160px;
  height: 82px;
  background: transparent no-repeat center;
  background-size: contain;
  background-image: url("//c.bearingnet.net/images/fastenit/logo/logo-fastenit-200x75.png");
  background-image: url("//c.bearingnet.net/images/fastenit/logo/logo-fastenit-160x82.png");
  color: transparent;
  vertical-align: middle;
}
#main-header .menu-hamburger {
  background-color: transparent;
  border: 0;
  display: inline-block;
  line-height: 50px;
  margin: 0 24px 0 10px;
  padding: 0;
  font-size: 38px;
  vertical-align: middle;
}
#main-header #navigation {
  flex-grow: 1;
}
#main-header #navigation .nav-container {
  margin-left: 20px;
}
#main-header #navigation ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
  flex-shrink: 1;
  width: auto;
}
#main-header #navigation li {
  list-style: none;
  display: inline-block;
}
#main-header #navigation .menu-item {
  position: relative;
}
#main-header #navigation .menu-item:not(:first-child):not(.menu-item-right):after {
  content: "";
  display: block;
  background: #fff;
  height: 30%;
  width: 1px;
  position: absolute;
  top: 34%;
}
#main-header #navigation .menu-item:not(.language-switch):not(.btn-wrapper) a:focus:before, #main-header #navigation .menu-item:not(.language-switch):not(.btn-wrapper) a:hover:before {
  content: "";
  display: block;
  width: calc(100% - 32px);
  height: calc(100% - 8px);
  position: absolute;
  background: transparent;
  left: 16px;
  border-bottom: 2px dashed;
  z-index: -1;
  text-decoration: underline;
}
#main-header #navigation .menu-item.menu-item-right {
  margin-left: auto;
  align-self: flex-end;
}
#main-header #navigation .menu-item.menu-item-right + .menu-item-right {
  margin-left: 10px;
}
#main-header #navigation .menu-item a {
  display: inline-block;
  color: #fff;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  padding: 0 16px;
  border: 0 none;
  box-sizing: content-box;
  transition: border-color 0.3s ease;
  white-space: nowrap;
  text-decoration: none;
}
#main-header #navigation .menu-item.language-switch {
  position: relative;
  margin-left: 20px;
  height: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#main-header #navigation .menu-item.language-switch .language {
  display: block;
  height: 26px;
  width: 34px;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.2);
}
#main-header #navigation .menu-item.language-switch .language.en {
  background-image: url(https://c.bearingnet.net/icons/f/flggb.gif);
  background-image: url(https://c.bearingnet.net/icons/flags-svg/gb.svg);
}
#main-header #navigation .menu-item.language-switch .language.pl {
  background-image: url(https://c.bearingnet.net/icons/f/flgpol.gif);
}
#main-header #navigation .menu-item.language-switch .language.de {
  background-image: url(https://c.bearingnet.net/icons/f/flgger.gif);
  background-image: url(https://c.bearingnet.net/icons/flags-svg/de.svg);
}
#main-header #navigation .menu-item.language-switch .language.es {
  background-image: url(https://c.bearingnet.net/icons/f/flgspn.gif);
}
#main-header #navigation .menu-item.language-switch .language.it {
  background-image: url(https://c.bearingnet.net/icons/f/flgi.gif);
  background-image: url(https://c.bearingnet.net/icons/flags-svg/it.svg);
}
#main-header #navigation .menu-item.language-switch .language:focus, #main-header #navigation .menu-item.language-switch .language:hover {
  opacity: 0.6;
}
#main-header #navigation .menu-item.language-switch .language img {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4901960784);
  display: block;
  height: 26px;
  width: 34px;
  margin-top: 4px;
  box-sizing: border-box;
}
#main-header #navigation .menu-item.language-switch .en + .other-langs .en,
#main-header #navigation .menu-item.language-switch .pl + .other-langs .pl,
#main-header #navigation .menu-item.language-switch .es + .other-langs .es,
#main-header #navigation .menu-item.language-switch .it + .other-langs .it,
#main-header #navigation .menu-item.language-switch .de + .other-langs .de {
  display: none;
}
#main-header #navigation .menu-item.language-switch .other-langs {
  position: absolute;
  top: 35px;
  background: #be0000;
  padding: 0 19px 0px;
  border-radius: 2px;
  left: -20px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
}
#main-header #navigation .menu-item.language-switch .other-langs .language {
  background: none;
  box-shadow: none;
}
#main-header #navigation .menu-item.language-switch .other-langs .language {
  height: 0;
}
#main-header #navigation .menu-item.language-switch .other-langs .language img {
  display: none;
}
#main-header #navigation .menu-item.language-switch:after {
  left: -20px;
}
#main-header #navigation .menu-item.language-switch:has(:focus) .other-langs, #main-header #navigation .menu-item.language-switch:hover .other-langs {
  padding: 0 20px 10px;
}
#main-header #navigation .menu-item.language-switch:has(:focus) .other-langs .language, #main-header #navigation .menu-item.language-switch:hover .other-langs .language {
  height: 30px;
}
#main-header #navigation .menu-item.language-switch:has(:focus) .other-langs .language img, #main-header #navigation .menu-item.language-switch:hover .other-langs .language img {
  display: block;
}

.header-fixed {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.header-fixed + #main .page-heading {
  margin-top: 30px;
}

.rfq-ticker {
  max-height: 30px;
  background: #383838;
  color: white;
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.2);
  transform: translateY(-30px);
  transition: transform 0.6s ease;
}
.rfq-ticker.ready {
  transform: translateY(0px);
}
.rfq-ticker .searches {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--dark-color);
}
.rfq-ticker .searches .bx-wrapper, .rfq-ticker .searches .bx-viewport {
  background: var(--dark-color);
  border: 0;
  box-shadow: none;
}
.rfq-ticker .searches .activity-title {
  white-space: nowrap;
  color: white;
  font-size: 14px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  padding-right: 20px;
  font-weight: bold;
}
.rfq-ticker .searches .bx-custom-wrapper {
  flex-grow: 1;
  display: inline-block;
  padding: 0 0 0 16px;
  margin: 0;
  vertical-align: middle;
}
.rfq-ticker .searches .parts-list {
  display: inline-block;
  line-height: 30px;
}
.rfq-ticker .searches .parts-list li {
  display: inline-block;
  padding: 0 16px;
  max-width: 100%;
  width: auto !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  color: white;
  transform: translateZ(0) !important;
  backface-visibility: hidden !important;
  -webkit-font-smoothing: subpixel-antialiased;
}
.rfq-ticker .searches .parts-list a {
  color: white;
  text-decoration: none;
}
.rfq-ticker .searches .parts-list a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1279px) {
  #main-header .container {
    flex-wrap: nowrap;
    max-width: calc(100% - 40px);
  }
  #main-header .logo {
    width: 46px;
    height: 46px;
    background-size: cover;
    background-position: left;
    background-image: url("/favicon.svg");
  }
  #main-header #main-header #navigation .nav-container {
    margin-left: 0;
  }
  .activity-title {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1150px) {
  body:has(.nav-main.visible) {
    padding-top: 82px;
  }
  #main-header {
    padding: 0;
    box-shadow: none;
  }
  #main-header .container {
    justify-content: center;
    height: 100%;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }
  #main-header .logo {
    width: 160px;
    height: 82px;
    background-size: contain;
    background-image: url("//c.bearingnet.net/images/fastenit/logo/logo-fastenit-160x82.png");
    background-image: url("//c.bearingnet.net/images/fastenit/logo/logo-white-trans.svg");
  }
  #main-header .menu-hamburger {
    outline: none;
    position: absolute;
    right: 10px;
    line-height: 82px;
    margin: 0 10px 0 10px;
    cursor: pointer;
  }
  #main-header .menu-hamburger .fa {
    color: white;
  }
  #main-header .mobile-header {
    width: 100%;
    height: 100%;
    padding: 0 10px;
    position: relative;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    background: #be0000;
  }
  #main-header:has(.nav-main.visible) {
    position: fixed;
    top: 0;
    max-width: 100vw;
  }
  #main-header #navigation {
    display: block;
    position: fixed;
    top: 82px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background: white;
    width: 100%;
    max-width: 100vw;
    max-width: 100vw;
    text-align: center;
    max-height: calc(100vh - 56px);
    overflow: auto;
    transform: translateY(-150vh);
    transition: transform 0.5s ease;
    z-index: 9998;
  }
  #main-header #navigation .menu-item.language-switch {
    position: relative;
    margin: 0px auto;
    display: block;
  }
  #main-header #navigation .menu-item.language-switch:hover .language,
  #main-header #navigation .menu-item.language-switch .language {
    height: 46px !important;
  }
  #main-header #navigation .menu-item.language-switch a {
    display: inline-block;
  }
  #main-header #navigation .menu-item.language-switch > .language {
    display: none;
  }
  #main-header #navigation .menu-item.language-switch .other-langs {
    background: transparent;
    display: inline-block;
    position: static;
    width: auto;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
  }
  #main-header #navigation .menu-item.language-switch .other-langs .language {
    height: 46px;
    display: inline-block !important;
  }
  #main-header #navigation .nav-container {
    padding: 16px 0;
    margin-left: 0;
  }
  #main-header #navigation.visible {
    transform: translateY(0);
  }
  #main-header #navigation ul {
    color: #383838;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #main-header #navigation ul .menu-item {
    width: 300px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  #main-header #navigation ul .menu-item #trial {
    margin: 0 auto;
    display: inline-block;
    white-space: nowrap;
  }
  #main-header #navigation ul .menu-item:after {
    content: none !important;
    display: none !important;
  }
  #main-header #navigation ul .menu-item a {
    color: #383838;
    font-size: 22px;
    margin: 0;
    height: 46px;
    line-height: 46px;
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  #main-header #navigation ul .menu-item a.btn {
    color: white;
  }
  #main-header #navigation ul .menu-item.menu-item-right {
    margin-left: auto !important;
    align-self: center;
    margin-top: 10px;
  }
  #main-header #navigation li {
    display: block;
  }
}
@media only screen and (min-width: 1150px) {
  .hidden-on-desktop {
    display: none !important;
  }
}
@media only screen and (max-width: 860px) {
  .home-page #main .homepage-header h1 {
    width: 310px;
  }
  .home-page #main .homepage-header .overlay {
    height: auto;
  }
  .home-page #main .homepage-header .container {
    justify-content: center;
    flex-direction: column;
    gap: 40px;
    padding: 40px 0 90px;
  }
  .home-page #main .homepage-header .short-trial-form {
    width: 310px;
    box-sizing: border-box;
    position: static;
  }
  .home-page #main .homepage-header .short-trial-form .first-stage .form-fields {
    grid-template-columns: 1fr;
  }
  .home-page #main .start-trial {
    flex-direction: column;
    padding: 30px !important;
  }
  .home-page #main .start-trial .content {
    max-width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .home-page #main .recent-activity .container {
    flex-direction: column;
  }
  .home-page #main .recent-activity .container .parts,
  .home-page #main .recent-activity .container .offers,
  .home-page #main .recent-activity .container .wanted {
    margin-bottom: 0;
    border: 0 none;
    width: 100%;
  }
  .home-page #main .recent-activity .container .searches .bx-custom-wrapper {
    width: 100%;
    display: block;
    padding: 0;
    margin: 16px 0px;
    border: 0 none;
  }
  .home-page #main .recent-activity .container .searches .parts-list {
    display: block;
    line-height: 60px;
  }
  .home-page #main .recent-activity .container .searches .activity-title {
    margin-top: 24px;
  }
  .home-page #main .recent-activity .container .searches .activity-title,
  .home-page #main .recent-activity .container .searches .activity-footer {
    display: block;
    text-align: center;
    width: 100%;
  }
  .home-page #main .recent-activity .container .searches .activity-title a,
  .home-page #main .recent-activity .container .searches .activity-footer a {
    display: block;
  }
  .home-page #main .intro .container #intro-form,
  .home-page #main .intro .container #outro-form,
  .home-page #main .outro .container #intro-form,
  .home-page #main .outro .container #outro-form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-page #main .intro .container #intro-form label,
  .home-page #main .intro .container #outro-form label,
  .home-page #main .outro .container #intro-form label,
  .home-page #main .outro .container #outro-form label {
    padding: 0;
  }
  .home-page #main .intro .container #intro-form label + label,
  .home-page #main .intro .container #outro-form label + label,
  .home-page #main .outro .container #intro-form label + label,
  .home-page #main .outro .container #outro-form label + label {
    margin-top: 16px;
  }
  #main-footer .container {
    padding: 50px;
    padding-bottom: 0px;
    flex-direction: column;
  }
  #main-footer .container > div {
    margin-bottom: 32px;
    text-align: center;
    line-height: 32px;
  }
  #main-footer .container > div h3 {
    text-transform: uppercase;
  }
  #main-footer .container > div.other {
    background-position: bottom center;
    align-items: center;
  }
  #main-footer .container > div.terms-and-thanks {
    margin-top: 20px;
  }
  .modal-content {
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    margin-left: 0;
    bottom: 20px;
    height: 100%;
    max-height: calc(100% - 40px);
  }
  .modal-content .close-modal {
    width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .home-page #main .info-cols {
    padding: 50px 0;
  }
  .home-page #main .info-cols .container {
    align-items: flex-start;
  }
  .home-page #main .info-cols .split-cols-4 {
    flex-direction: column;
    align-items: center;
  }
  .home-page #main .info-cols .split-cols-4 .list-header {
    font-weight: 400;
  }
  .home-page #main .info-cols .split-cols-4 > div {
    max-width: 300px;
    margin: 20px 20px 0;
    font-weight: 400;
  }
  .home-page #main .info-cols .split-cols-4 > div img {
    max-width: 300px;
  }
  .home-page #main .info-cols .split-cols-4 .find-out-more video {
    margin-bottom: 10px;
  }
  .home-page #main .info-cols .split-cols-4 .find-out-more .magazines {
    margin-bottom: 30px;
  }
  .home-page #main .info-cols .split-cols-4 .industry-news .news-entry {
    margin-bottom: 10px;
    text-align: justify;
  }
  .home-page #main .info-cols .split-cols-4 .industry-news .news-entry:last-child {
    padding-bottom: 0 !important;
  }
  .home-page #main .info-cols .split-cols-4 .industry-news img {
    float: left;
    margin-right: 5px;
  }
  .home-page #main .info-cols .split-cols-4 .motdBG {
    text-align: justify;
  }
}
@media only screen and (max-width: 600px) {
  .home-page #main .what-looking {
    padding-bottom: 20px;
  }
  .home-page #main .what-looking .container {
    flex-wrap: wrap;
  }
  .home-page #main .what-looking .container .part-type {
    width: 50%;
    text-align: center;
    margin-bottom: 50px;
  }
  .home-page #main .what-looking .container .part-type .part-icon {
    margin: 0 auto 16px;
  }
  #main-footer .container > div.terms-and-thanks {
    flex-direction: column;
  }
  h1 {
    font-size: 50px;
  }
}

/*# sourceMappingURL=header.css.map */
