span.fixed-width-100 {
  display:block;
  float:left;
  width:100px;
  height:2em;
}
span.fixed-width-130 {
  display:block;
  float:left;
  width:130px;
  height:2em;
}

body.no-sticky-header-animation header.main-header.layout-logo-menu .first-row .logo-wrapper {
  min-height: 0;
}

body.no-sticky-header-animation .fixed-header-box .logo-wrapper .logo img {
  height:46px;
}