@media screen and (max-width: 1260px) and (min-width: 768px) {
  #page-header {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 11;
    flex-grow: 1;
    padding: 26px 20px;
  }
  #page-header .page-header__mobile {
    width: 720px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  #page-header .page-header__mobile .theme-10web__logo {
    width: 94px;
    height: 26px;
    background-image: url(../../../../../../../uploads/tenweb-theme/images/logos/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 1;
  }
  #page-header .page-header__mobile .theme-10web__logo a {
    display: inline-block;
    width: 94px;
    height: 26px;
  }
  #page-header .page-header__mobile .menu_button {
    display: inline-block;
    text-decoration: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  #page-header .page-header__mobile .menu_button .close-icon {
    background-image: url(../../../../../../../uploads/tenweb-theme/images/logos/phone_menu_icon.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    right: 15px;
  }
  #page-header .page-header__mobile .glossary-search-icon {
    width: 24px;
    height: 24px;
    background: url(../../../../../../../uploads/tenweb-theme/images/icons/search/ds-search-button.svg) no-repeat center;
    background-size: 18px;
  }
}
