#cisHeader {
    background: #444;
    line-height: 40px;
    width: 100%;
    right: 0;
    height: 40px;
    text-align: center;
    z-index: 9999;
    position: relative;
}

#cisheader:after {
    content: "";
    display: table;
    clear: both;
}

.cis-bar-text {
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    overflow: hidden;
    text-decoration: none;
    text-overflow: ellipsis;
    margin: 10px 0;
    float: left;
    width: 100%;
    font-family: "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "PingFang SC", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cis-bar-text-br {
    display: none;
}

#cisHeader~#globalheader>#globalnav,
#cisHeader~#ac-globalnav[lang='en-BY'],
#cisHeader~.ac-gn-blur {
    top: 40px;
}

@media only screen and (max-width: 767px) {
    #cisHeader {
        height: 44px;
    }
    .cis-bar-text {
        line-height: 24px;
    }
    .ac-gn-blur {
        display: none !important;
    }
    #cisHeader~#globalheader>#globalnav,
    #cisHeader~#ac-globalnav[lang='en-BY'],
    #cisHeader~.ac-gn-blur {
        top: 44px;
    }
}

@media only screen and (max-width: 540px) {
    #cisHeader {
        height: 50px;
    }
    #cisHeader~#globalheader>#globalnav,
    #cisHeader~#ac-globalnav[lang='en-BY'],
    #cisHeader~.ac-gn-blur {
        top: 50px;
    }
    .cis-bar-text {
        font-size: 12px;
        line-height: 1.4;
    }
    .cis-bar-text-br {
        display: inline-block;
    }
}