#fw-section-header {

.header {
      background-color: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0 0 4px 4px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    max-height: 58px;
    position: fixed;
  width: 100%;
}
.header__logo-image {
  max-height: 56px;
}
.header__grid {
    padding-top: 0;
    padding-bottom: 0;
}
.header__list-item {
  text-shadow: 2px 2px 4px #000000;
}
.header__icon svg {
  -webkit-filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .7));
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .7));
}
.header__link-icon {
      filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, .7));
}
@media (max-width: 1090px) {
  .header {
      background-color: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0 0 4px 4px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    max-height: 112px !important;
    position: fixed;
  width: 100%;
      padding-top: 10px;
    padding-bottom: 10px;
}
}
@media (max-width: 800px) {
  .header {
      background-color: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0 0 4px 4px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    max-height: 250px !important;
    position: fixed;
  width: 100%;
      padding-top: 10px;
    padding-bottom: 10px;
}
}
@media (max-width: 639px) {
  .header {
      background-color: rgba(255, 255, 255, 0.05);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0 0 4px 4px;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    max-height: 56px !important;
    position: fixed;
  width: 100%;
    padding-top: 0px;
}
  .header__size--md {
    height: 56px;
  }
}


}