.header-wrapper .header {
  max-width: 1280px;
  height: 89px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.header-wrapper .header .logo {
  width: 370px;
  margin-left: 60px;
  float: left;
  display: block;
}

.header-wrapper .header .logo img {
  max-width: 100%;
  height: auto;
  max-height: 40px;
  border-style: none;
}

.header-wrapper .header .search-header-wrapper {
  right: 9px;
  width: 472px;
  position: absolute;
  height: 82px;
}

.header-wrapper .header .search-header-wrapper .search-component {
  font-family: 'Montserrat',--montserrat-system-fallback,'Verdana',sans-serif;
  font-stretch: normal;
  text-rendering: geometricPrecision;
}

.header-wrapper .header .search-header-wrapper .search-component .search-component-field-wrapper {
  display: block;
  position: absolute;
  border: none;
  top: 18.5px;
  width: 420px;
  height: 50px;
}

.header-wrapper .header .search-header-wrapper .search-component .search-component-field-wrapper .search-component-field-wrapper-inner {
  border: 1px solid #7b7986;
  border-radius: 2px;
  -webkit-box-shadow: inset 1px 1px 1px -1px #000000;
          box-shadow: inset 1px 1px 1px -1px #000000;
  width: 420px;
  height: 50px;
}

.header-wrapper .header .search-header-wrapper .search-component .search-component-field-wrapper .search-component-field-wrapper-inner input {
  margin: auto 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 50px;
  border-radius: 0;
  width: 326px;
  border: none;
  height: 46px;
  padding-left: 23px;
  background: transparent;
  margin-top: 4px;
  top: 0;
  margin-left: 23px;
  line-height: 1.15;
  color: black;
}

.header-wrapper .header .search-header-wrapper .search-component .search-component-field-wrapper .search-component-field-wrapper-inner input:focus-visible,
.header-wrapper .header .search-header-wrapper .search-component .search-component-field-wrapper .search-component-field-wrapper-inner input:focus {
  outline: none;
}

.header-wrapper .header .search-header-wrapper .search-component .search-component-field-wrapper .search-component-field-wrapper-inner .search-button {
  left: 0;
  border: none;
  right: 0;
  height: 48px;
  background-position: 21px 14px;
  background-size: 26px;
  top: -1px;
  width: 52px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Im0yNiAyMy4wNi02LjkyNC02LjkyNEExMC4zNSAxMC4zNSAwIDAgMCAyMC44IDEwLjRDMjAuOCA0LjY1NiAxNi4xNDQgMCAxMC40IDAgNC42NTYgMCAwIDQuNjU2IDAgMTAuNGMwIDUuNzQ0IDQuNjU2IDEwLjQwMSAxMC40IDEwLjQwMSAyLjEyIDAgNC4wOTEtLjYzNiA1LjczNS0xLjcyNUwyMy4wNTkgMjYgMjYgMjMuMDZ6TTMgMTAuNUE3LjUgNy41IDAgMCAxIDEwLjUgMyA3LjUgNy41IDAgMSAxIDMgMTAuNXoiIGZpbGw9IiMwNDBGM0QiIGZpbGwtcnVsZT0ibm9uemVybyIvPgo8L3N2Zz4K") !important;
  cursor: pointer;
  position: absolute;
  z-index: 5;
  display: inline-block;
}

@media (max-width: 1279px) {
  .header-wrapper {
    position: relative;
  }

  .header-wrapper .header {
    height: 75px;
    padding: 0 20px;
    position: relative;
  }

  .header-wrapper .header .logo {
    max-width: unset;
    float: left;
    margin-left: 10px;
    width: 266px;
  }

  .header-wrapper .header .search-header-wrapper .search-component .search-component-field-wrapper {
    top: 13.5px;
    left: auto;
    right: 6px;
  }

  .header-wrapper .header .search-header-wrapper .search-component .search-component-field-wrapper .search-component-field-wrapper-inner {
    top: 0;
    width: 328px;
    right: 24px;
    left: auto;
  }

  .header-wrapper .header .search-header-wrapper .search-component .search-component-field-wrapper .search-component-field-wrapper-inner .search-button {
    background-position: 16px 13px;
    background-size: 23px;
    top: -1px;
  }
}

@media (max-width: 767px) {
  .header-wrapper .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
  }

  .header-wrapper .header .logo {
    max-width: 224px;
    margin: 15px;
  }

  .header-wrapper .header .search-header-wrapper {
    position: relative;
    right: 0;
    width: 100%;
  }

  .header-wrapper .header .search-header-wrapper .search-component .search-component-field-wrapper {
    right: 0;
    left: 0;
    width: 100%;
  }

  .header-wrapper .header .search-header-wrapper .search-component .search-component-field-wrapper .search-component-field-wrapper-inner {
    width: 100%;
    right: 0;
  }

  .header-wrapper .header .search-header-wrapper .search-component .search-component-field-wrapper .search-component-field-wrapper-inner input {
    width: calc(87% - 34px);
    padding-left: 0;
    right: 0;
    left: 25px;
  }
}

#site-menu {
  display: none;
  top: 18px;
  left: 0;
  z-index: 5;
  position: absolute;
  width: 29px;
  height: 20px;
  text-indent: -100px;
  overflow: hidden;
  float: left;
  margin-left: 20px;
  background: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyMCI+CiAgPHBhdGggZmlsbD0iIzIxMjAyNiIgZmlsbC1ydWxlPSJldmVub2RkIgogICAgICAgIGQ9Ik0xLjExIDIuMTVoMjcuMDFjLjYxIDAgMS4xMS0uNDcgMS4xMS0xLjA1IDAtLjU5LS41LTEuMDYtMS4xMS0xLjA2aC0yN0MuNS4wNCAwIC41MSAwIDEuMWMwIC41OC41IDEuMDUgMS4xMSAxLjA1em0wIDguNDVoMjcuMDFjLjYxIDAgMS4xMS0uNDggMS4xMS0xLjA2IDAtLjU4LS41LTEuMDYtMS4xMS0xLjA2aC0yN0MuNSA4LjQ4IDAgOC45NiAwIDkuNTRjMCAuNTguNSAxLjA2IDEuMTEgMS4wNnptMCA4LjQ0aDI3LjAxYy42MSAwIDEuMTEtLjQ3IDEuMTEtMS4wNiAwLS41OC0uNS0xLjA1LTEuMTEtMS4wNWgtMjdDLjUgMTYuOTMgMCAxNy40IDAgMTcuOThjMCAuNTkuNSAxLjA2IDEuMTEgMS4wNnoiLz4KPC9zdmc+Cg==") no-repeat 50% 50%;
  background-size: contain;
  cursor: pointer;
}

@media (max-width: 767px) {
  #site-menu {
    display: block;
  }
}

