mb-20 {
    margin-bottom: 20px;
}

svg.player__btn--load.spin {
    width: 30px;
}

.player__btn--load {
    color: #fff;

    height: 100%;
    fill: currentColor;
}

svg:not(:root) {
    overflow-clip-margin: content-box;
    overflow: hidden;
}

.player {
    background: #2f2b5a;
    color: #fff;
    padding: 13px 18px;
    box-shadow: 1px 2px 4px #1b1b1b;
}

.player-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.player__title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    min-width: 120px;
}

.player__progress {
    width: 100%;
        background-color: #1198fb;
        height: 10px;
    position: relative;
    cursor: pointer;


}

.player__progress-line {
    width: 1%;
    height: 100%;
    background: #fff;
}

.player-row__bottom {
    margin-top: 9px;
}

.player-row__space-between {
    justify-content: space-between;
}

.player-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.player__btn {
    color: #fff;
    width: 36px;
    height: 36px;
    background: ##7270fa;
    box-shadow: none;

    box-sizing: border-box;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    outline: none;
    cursor: pointer;
}

.player__after,
.player__before {
    flex: 1;
    font-family: Montserrat, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    transition: all 0.25s ease-in-out;
}

.player__btn--pause,
.player__btn--play {
    transition: all 0.25s ease-in-out;
    display: block;
    height: 50%;
    width: 50%;
    margin-left: auto;
     margin-right: auto;
}



button,
select {
    text-transform: none;
}

.is-before .player__before,
.player__before:active {
    background: #1198fb;
}

.is-after .player__after,
.player__after:active {
    background: #1198fb;
}


@media screen and (max-width: 479px) .player__btn {
    margin-right: 6px;

    .play-cont-bc {
        height: auto;
    }
