.buy__packet {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.disabled__melody{
    display: block;
    height: 70px;
    z-index: 5000;
    position: relative;
    width: 900px;
}

.footer__app-apple_ru {
    display: inline-block;
    width: 130px;
    height: 40px;
    margin-left: 19px;
    vertical-align: top;
    background: url('../img/ios-ru.png') 50% 50% no-repeat;
    background-size: contain;
}

.footer__app-apple_en {
    display: inline-block;
    width: 130px;
    height: 40px;
    margin-left: 19px;
    vertical-align: top;
    background: url('../img/ios-en.png') 50% 50% no-repeat;
    background-size: contain;
}

.footer__app-apple_kz {
    display: inline-block;
    width: 130px;
    height: 40px;
    margin-left: 19px;
    vertical-align: top;
    background: url('../img/ios-en.png') 50% 50% no-repeat;
    background-size: contain;
}

.footer__app-google_ru {
    display: inline-block;
    width: 130px;
    height: 40px;
    margin-left: 16px;
    vertical-align: top;
    background: url('../img/gp-ru.png') 50% 50% no-repeat;
    background-size: contain;
}

.footer__app-google_en {
    display: inline-block;
    width: 130px;
    height: 40px;
    margin-left: 16px;
    vertical-align: top;
    background: url('../img/gp-en.png') 50% 50% no-repeat;
    background-size: contain;
}

.footer__app-google_kz {
    display: inline-block;
    width: 130px;
    height: 40px;
    margin-left: 16px;
    vertical-align: top;
    background: url('../img/gp-kz.png') 50% 50% no-repeat;
    background-size: contain;
}

.my-melody__artist {
    cursor: pointer;
}

.promo__artist {
    text-decoration: none;
}

.promo__song {
    text-decoration: none; !important;
}

.mini-player__artist {
    text-decoration: none;
}

.footer .inner {
    box-sizing: border-box;
    width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
li.artist__line {
    cursor: pointer;
}
