.header_wrap {
    width: 100%;
    height: 45px;
    background: #0A7CEB;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
}

.header_wrap.sidenav_active {
    z-index: 99;
}

.header_wrap:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.header_wrap.__withPageTitle {
    text-align: center;
}

.header_wrap.withAppDownload {
    /* top: 56px; */
    top: 108px;
}

.header_wrap .icon,
.header__middle {
    color: #FFF;
}

.header_wrap [class*="-icon"] {
    height: 100%;
    padding: 0 10px;
}

.header_wrap [class*="-icon"]:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.header__left,
.header__right {
    height: 100%;
}

.header__left {
    left: 0;
    z-index: 2;
    float: left;
}

.header__middle {
    display: inline-block;
    vertical-align: middle;
}

.header__middle > :not(.search_input):not(.searHaed__search-similar) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}

.__withLogoTitle .header__middle > *:not(.search_input):not(.searHaed__search-similar) {
    position: static;
    transform: translate( 0%, 0%);
}

.header__middle a {
    height: 30px;
}

.header__middle img {
    height: 100%;
}

.header__middle .middle-title {
    font-size: 1.2em;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0;
}

.header__right {
    right: 0;
    float: right;
}

.sidenav-icon .icon-menu {
    margin-left: -4px;
    font-size: 16.8px;
}