body {
    font-family: 'Ubuntu', sans-serif;
    color: white;
    margin: 0px;
    height: 64px;
}
.smartappbanner {
    display: flex;
    color: white;
    padding: 7px 15px;
    align-items: center;
    height: 64px;
    box-sizing: border-box;
    background: #222222;
    justify-content: space-between;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.10), inset 0 0 0 0 #9A9A9A;
}
.smartappbanner__row {
    display: flex;
    flex-direction: column;
}
.smartappbanner__logo {
    background-image: url(https://s5o.ru/storage/dumpster/0/12/95bbaf2c5db1a982988380ebe7147.svg);
    width: 48px;
    height: 48px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.smartappbanner__logo--tribuna {
    background-image: url(https://s5o.ru/storage/dumpster/b/99/b12a8e326f6e39c2c38f3720ec3c9.svg);
}
.smartappbanner__app-info {
    display: flex;
}
.smartappbanner__subheader {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
}
.smartappbanner__header {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 24px;
}
.smartappbanner__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    width: 96px;
    height: 24px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    background: #00A0F0;
    border-radius: 3px;
}
