.l-playlist-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l-playlist-page * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.l-playlist-page__header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}

.l-playlist-page__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.icon-star:before {
    color: #fac917;
}

.l-playlist-page .star-box-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.star-box__item {
    width: 24px !important;
    height: 24px !important;
    font-size: 18px !important;
    padding-left: 3px;
    padding-top: 3px;
}

.l-playlist-page .star-box__item.color1::before {
    color: #d7dfe1;
}

.l-playlist-page .star-box__item.color2::before {
    color: #fac917;
}

.l-playlist-page .star-box__item.color4::before {
    color: #d7dfe1;
}

.l-playlist-page .star-box__item.star-active:hover {
    cursor: pointer;
}

.l-playlist-page__similar {
    border-bottom: 1px solid #eeeeee;
}

.c-playlist {
    padding: 15px 30px;
    background-color: #f3faff;
    border-bottom: 2px solid #f0f7fd;
}

.c-playlist__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
}

.c-playlist__content {
    margin: 0 -15px;
    border-radius: 6px;
    padding: 0 30px;
    background: #555555;
    background: linear-gradient(122deg, #505050 0%, #737373 10%, #727272 20%, #656565 30%, #4f4f4f 40%, #454545 50%, #4e4e4e 60%, #505050 70%, #626262 80%, #565656 90%, #4c4c4c 100%);
}

.editlink {
    width: 200px;
}

.c-playlist-main {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: 0%;
    overflow: hidden;
}

.c-playlist-bg {
    position: absolute;
    padding: 100% 100% 0 0 !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    filter: blur(90px);
    opacity: .1;
    margin-top: -34% !important;
}

.c-playlist-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 29px 25px;
}

.c-playlist-content__cover {
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    opacity: 0.95;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.c-playlist-content__cover source, .c-playlist-content__cover img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.c-playlist-content__summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative;
    margin: 20px 0 25px 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.c-playlist-content__title {
    position: relative;
}

.c-playlist-content__title h1 {
    position: absolute;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #f6f6f6;
    font-weight: 500;
    font-size: 21px;
    margin: 0;
    padding: 0;
    line-height: normal;
    letter-spacing: 0.1px;
}

.c-playlist-content__count {
    font-size: 15px;
    color: #b6b6b6;
    margin-top: 18px;
    margin-left: 1px;
    margin-right: -20px;
    order: 1;
    font-weight: 400;
}

.c-playlist-content__count a {
    color: #b6b6b6;
}

.c-playlist-content__count br {
    display: none;
}

.c-playlist-content__genre {
    margin: 18px 10px 0 1px;
    order: 1;
}

.c-playlist-content__genre a {
    font-size: 15px;
    color: #b6b6b6;
    font-weight: 400;
}

.link_group {
    margin-left: 6px;
}

.c-playlist-content__rating {
    margin-bottom: 15px;
    position: absolute;
    right: 0;
    top: 55px;
}

.c-playlist-content__socials {
    position: absolute;
    right: 0;
    bottom: 0;
}

.c-media-playlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 0 30px;
    overflow: hidden;
}

.c-media-playlist .music-popular-wrapper:first-child {
    border-top: 1px solid #eee;
}

.c-media-playlist__sort {
    height: 68px;
}

.c-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 106px;
    height: 38px;
    padding-top: 1px;
    border-radius: 40px;
    letter-spacing: 0.1px;
    background-color: #1a81f6;
    color: #f6f6f6;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    font-weight: 400;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .05), 0 4px 10px 0 rgba(0, 0, 0, .04);
}

.c-button.pause .icon-music-player-play::before {
    content: "\e907";
}

.c-button:hover,
.c-button.active,
.c-button.pause {
    background-color: #2787f5;
    text-decoration: none;
}

.c-button span.icon-music-player-play {
    margin-right: 6px;
    margin-top: -1px;
    font-size: 9px;
}

.c-button.pause span.icon-music-player-play {
    font-size: 10px;
    margin-right: 5px;
}

.c-button [class^="icon-"]:before {
    color: #feffff;
}

.c-sort, .genre-sort {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.c-sort__icon {
    position: absolute;
    left: 0;
}

.c-sort__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 30px;
    list-style: none;
}

.c-sort__item:not(:last-child) {
    margin-right: 26px;
}

.c-sort__item a {
    color: #2660af;
    white-space: nowrap;
    -webkit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.c-sort__item:hover a {
    color: #88c0ff;
}

.c-sort__item.active a {
    color: #111;
    pointer-events: none;
}

.c-sort__count {
    color: #666;
}

.c-similar {
    padding: 32px 29px 28px 29px;
}

.c-similar__title {
    line-height: inherit;
    font-size: 18px;
    color: #111111;
    padding: 0;
    line-height: 26px;
}

.c-similar__carousel {
    padding-top: 20px;
    height: 185px;
}

.playlist-about {
	border-bottom: 1px solid #eee;
}

@media (max-width: 1024px) {
    .c-sort__count {
        display: none;
    }
}

@media (max-width: 480px) {
    .c-playlist-content__socials {
        display: none;
    }

    .c-button {
        height: 36px;
    }
}

@media (max-width: 767px) {

    .c-playlist-content__genre {
        margin-top: 7px;
    }	

.c-playlist-content__count a {
    color: #b6b6b6;
	text-transform: lowercase;
	line-height: 24px;
}

    .link_group {
        margin-left: 0;
    }

    .c-playlist {
        padding: 0 15px;
    }

    .c-playlist__content {
        margin: 0 -15px;
        padding: 0 15px;
        border-radius: 5px;
    }

    .editlink {
        width: 110px;
        height: 110px;
    }

    .c-playlist-content {
        padding: 35px 15px 90px 15px;
    }

    .c-playlist-content__summary {
        margin: 10px 0 10px 20px;
        max-width: calc(100% - 130px);
    }

    .c-playlist-content__title h1 {
        font-size: 16px;
    }

    .c-playlist-bg {
        opacity: .2;
    }

    .c-playlist-content__rating {
        margin-bottom: 15px;
    }

    .c-playlist-content__count br {
        display: block;
    }

    .c-media-playlist {
        padding: 0 15px;
    }

    .c-sort {
        margin: 0 -15px;
        overflow: hidden;
    }

    .c-sort__icon {
        display: none;
    }

    .c-sort__items {
        height: 100px;
        padding: 50px 15px;
        overflow: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }

    .c-sort__item:last-child a {
        margin-right: 15px;
    }

    .c-similar {
        padding: 25px 15px;
    }

    .c-similar__carousel {
        padding-top: 26px;
        height: 171px;
    }

    .star-box__item {
        width: 23px !important;
    }

    .c-media-playlist__sort {
        height: 58px;
    }
}

.c-playlist-content__controls {
    display: flex;
    order: 2;
    margin-left: -2px;
}

.icon-image {
    display: block;
    background-size: 100%;
    background-color: white;
    width: 11px;
    height: 11px;
}

.icon-image.icon-image--shuffle {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 512 512'%3E%3Cpath d='M418.972 324.766a9.01 9.01 0 0 0-9.748-.637 8.982 8.982 0 0 0-4.549 8.629l2.624 30.327c-14.369-2.214-27.151-5.861-38.752-10.662-19.448-8.088-35.958-19.484-51.219-33.685-10.157-9.459-19.689-20.171-28.859-31.796-7.702-9.785-15.116-20.266-22.457-31.074 11.697-17.149 23.66-33.336 36.538-47.513 9.748-10.783 20.026-20.422 31.097-28.678 12.66-9.424 26.356-17.065 42.026-22.697 9.652-3.454 20.122-6.114 31.627-7.871l-2.624 30.134a8.982 8.982 0 0 0 4.549 8.629 9.01 9.01 0 0 0 9.748-.637l89.418-66.432a9.06 9.06 0 0 0 3.611-7.22 9.021 9.021 0 0 0-3.611-7.209L418.972 39.93a8.986 8.986 0 0 0-9.748-.625 8.963 8.963 0 0 0-4.549 8.617l2.96 34.057c-23.42 2.624-44.841 8.112-64.216 16.116-27.848 11.468-51.291 27.811-71.197 46.284-13.286 12.336-25.079 25.61-35.862 39.221-3.322 4.212-6.523 8.449-9.676 12.697-3.152-4.248-6.354-8.496-9.675-12.708-10.76-13.611-22.53-26.91-35.791-39.258-19.881-18.508-43.326-34.876-71.149-46.369-27.8-11.541-59.765-18.04-95.917-18.016H0v66.564h14.152c25.056.012 45.684 3.864 63.591 10.289 15.669 5.644 29.34 13.311 42.001 22.758 11.048 8.256 21.301 17.907 31.074 28.703 12.852 14.201 24.766 30.399 36.465 47.561-7.342 10.795-14.78 21.265-22.505 31.036-9.171 11.626-18.726 22.325-28.884 31.772-15.283 14.177-31.794 25.549-51.266 33.624-19.497 8.028-42.145 12.925-70.475 12.95H0v66.551h14.152c31.964.024 60.679-5.042 86.12-14.225 22.288-7.992 41.977-19.111 59.306-32.06 15.164-11.324 28.546-24.046 40.604-37.392 9.532-10.566 18.245-21.529 26.429-32.589 8.16 11.071 16.848 22.048 26.38 32.614 12.058 13.37 25.417 26.102 40.581 37.451 17.304 12.974 36.97 24.106 59.234 32.133 16.849 6.089 35.117 10.337 54.806 12.552l-2.937 33.841a8.964 8.964 0 0 0 4.549 8.617 8.985 8.985 0 0 0 9.748-.626l89.418-66.443a9.02 9.02 0 0 0 3.611-7.208 9.049 9.049 0 0 0-3.611-7.222l-89.418-66.431z'/%3E%3C/svg%3E");
}

.c-button--shuffle {
    width: 38px !important;
    height: 38px !important;
    margin-left: 8px;
    background-color: rgba(255, 255, 255, 0.05);
}

.c-button.c-button--shuffle:hover,
.c-button.c-button--shuffle:active {
    background-color: rgba(255, 255, 255, 0.08);
}

.c-button.c-button--shuffle:active {
    -webkit-transform: scale(.96);
    transform: scale(.96);
}

.c-playlist-content__artist_info {
    display: flex;
    flex-flow: row nowrap;
    color: #b6b6b6;
}

.c-playlist-content__artist_info .c-playlist-content__count {
    order: 2;
}

.c-playlist-content__artist_info .c-playlist-content__genre {
    order: 1;
}

@media screen and (max-width: 991px) and (min-width: 768px) {

.c-playlist-content__cover {
    width: 180px;
    height: 180px;
}
.c-playlist-bg {
    opacity: 0;
}
}

@media (max-width: 767px) {
    .c-playlist-content__cover {
        width: 115px;
        height: 115px;
    }

    .c-playlist-content__summary {
        margin-left: 20px;
        margin-bottom: 20px;
        justify-content: start;
        margin-top: 10px;
    }

    .c-playlist-content__rating {
        margin-bottom: 10px;
        position: absolute;
        right: 0;
        top: unset;
        bottom: -77px;
    }

    .c-playlist-content__count {
        margin-top: 43px;
        line-height: 20px;
    }

    .c-playlist-content__controls {
        position: absolute;
        bottom: -71px;
        left: -128px;
    }

    .c-button {
        height: 37px;
        width: 106px;
		letter-spacing: 0;
        font-weight: 400;
        padding-top: 0px;
        box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .05), 0 6px 20px 0 rgba(0, 0, 0, .12);
    }

    .text-listen {
		margin-bottom: 2px;
    }

    .c-button span.icon-music-player-play {
        margin-top: 0;
        font-size: 10px;
        margin-right: 5px;
    }

    .c-playlist-content__count span.text-last, .c-playlist-content__count span, .c-playlist-content__genre span {
        display: none;
    }

    .c-playlist-content__title h1 {
        font-size: 19px;
    }

    .c-button--shuffle {
        width: 37px !important;
        height: 37px !important;
    }

    .c-playlist-content__artist_info {
        flex-flow: column nowrap;
        margin-right: -10px;
    }

    .c-playlist-content__artist_info .c-playlist-content__genre {
        order: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .c-playlist-content__artist_info .c-playlist-content__genre a {
        text-wrap: nowrap;
		text-transform: lowercase;
    }
}

@media screen and (max-width: 1100px) and (min-width: 991px) {
.c-playlist-content__cover {
    width: 170px;
    height: 170px;
}
.c-playlist-content__summary {
    margin: 15px 0 15px 25px;
}
.c-playlist-content__genre a {
    font-size: 14px;
}
.c-playlist-content__artist_info .c-playlist-content__count, .c-playlist-content__genre span {
    display: none;
}
.c-similar__carousel {
    height: 168px;
}
.c-playlist-content__rating {
    top: 50px;
}
}

.playlist-about .elements-box {
    padding-bottom: 15px;
    margin-bottom: 0;
}

.playlist-about .elements-box p {
    border-left: 3px solid #88c0ff;
    border-radius: 2px;
    padding: 0 0 0 15px;
    margin: 15px 0 15px 0;
	color: #333;
    line-height: 24px;
}

.button-link {
	display: none;
}

@media screen and (max-width: 991px) {

.playlist-about {
	padding-bottom: 25px;
}

.playlist-about.unset {
	padding-bottom: 10px;
}

.playlist-about .elements-box {
	position: relative;
	overflow: hidden;
	max-height: 248px;
	padding-bottom: 0;
    margin-bottom: 8px;
}

.playlist-about .elements-box p {
    border-left: none;
    padding: 0;
    margin: 13px 0 15px 0;
}

.playlist-about.unset .elements-box {
    overflow: unset;
    max-height: unset;
}

.playlist-about.unset .button-link  {
	display: none;
}

.button-link {
	font-size: 14px;
	color: #004fa8;
	padding-left: 29px;
	display: block;
}
}

@media screen and (max-width: 767px) {

.button-link {
	padding-left: 15px;
}
}