/* Webpurse header branding */
.header-inner {
  position: relative;
}

.header .brand {
  float: none;
  display: block;
  width: 100%;
  text-align: center;
}

.webpurse-header-logo {
  display: inline-block;
  width: 300px;
  max-width: 62%;
  height: auto;
}

.header-search {
  position: absolute;
  right: 0;
  top: 36px;
}

#content .moduletable > .custom > p > img[src$="webmoney-bookmkers-2017.png"] {
  display: none;
}

@media (max-width: 767px) {
  .webpurse-header-logo {
    max-width: 100%;
  }

  .header-search {
    position: static;
    float: none;
    text-align: center;
    margin-top: 10px;
  }
}
