.c-download-app-banner {
    bottom: 0;
    z-index: 1000;
    color: #fff;
    position: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 20px;
    border-radius: 8px 8px 0 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    font-size: 1.143rem;
    line-height: 34px;
    background-color: rgba(35, 41, 51, .97);
}

.c-download-app-banner__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.c-download-app-banner, .c-download-app-banner__title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0px;
}

.c-download-app-banner__title img {
    width: 40px;
    height: 40px;
    margin-left: 16px;
}

.c-download-app-banner button {
    width: 24px;
    height: 24px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
}