*,
*::after,
*::before{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.right-wrapper{
    height: auto;
    width: 300px;
    margin-top: -2px;
}
.current-song-block{
    position: relative;
    height: 170px;
}
.current-song-block img{
    width: 100%;
    height: 136px;
}
.current-song-block .time{
    /*position: absolute;*/
    top: 0;
    left: 0;
}
.current_song_title{
    width: 285px;
    /*display: flex;*/
    /*flex-direction: column;*/
    /*justify-content: flex-start;*/
    position: absolute;
    bottom: 0;
    left: 0;
}
.current_song_title span{
    color: white;
}
/* это для того что бы фон выделялся красным в текущей песyе*/
@media screen and (min-width: 768px){
    #right-page #fixed {
        background: #fff;
    }
    #currentSong span {
        padding: 3px 7px!important;
    }
}
#currentSong .current-song-block .current_song_title span{
    line-height: 1.5;
    color: #fff;
    width: auto;
    /*float: left;*/
    padding: 3px 7px;
    /*display: inline-table;*/
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
/* пока не удалять*/
/*.current_song_title span{*/
/*display: inline-table;*/
/*color: #fff;*/
/*padding: 2px 7px;*/
/*background: #df2721;*/
/*}*/
.current-song-block .current_song_title span a {
    color: #fff;
}
.rightYuotubeBtn{
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}
#songsList{
    display: flex;
    flex-direction: column;
}
.play_youtube{
    position: absolute;
    top: 0;
    right: 0;
}
.previously_sounded{
    margin-top: 11px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.banner{
    margin-top: 16px;
    margin-bottom: 13px;
}
.fixed-stop{position: fixed;top: 60px;width: 300px;}

#soc-block{
    margin-bottom: 8px;
}
/*.in_mobile{*/
/*margin-top: 8px;*/
/*}*/
#singer0{font-weight: 600;}
#youtube0,
#youtube1,
#youtube2,
#youtube3{
    height: 170px;
}
#singer0 a,
#song0 a{
    padding: unset;
}

.song-item .current_song_title{
    bottom: 0;
}