/* 
--bg: #15172c
--blue: #0d8ee5, 
--violet: #e150f8
 */

img {
    max-width: 100%;
}

body {
  background: #15172c;
  /*color: #ffffff;*/
}

a, a:hover {
    color: white;
}

button {
  outline: none !important;
  cursor: pointer;
}


/*LAYOUT*/

.container-fluid {
    max-width: 1170px !important;
    color: #ffffff;
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    justify-content: space-between;
    color: #ffffff;
}

.header__nav {
}

.header__navlist {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.header__navitem:not(:last-child) {
    margin-right: 50px;
}


.header__navlink {
    opacity: .5;
    font-weight: 500;
}

.header__navlink:hover {
    opacity: 1;
}

.header__navlink.is-active {
    opacity: 1;
    color: #0d8ee5;
}


.header__logo {
    width: 130px;
    height: 55px;
    flex-shrink: 0;
    background-image: url(../img/mp3party/logo.svg);
}

.header__logo img{
    max-width: 100%;
    
}

.site-wrapper {
    color: #ffffff;
    /*padding-top: 100px;*/
}

.main-wrapper {
  margin-right: 0 !important;
  margin-left: 30px;
}

.aside-content {
    top: 0;
}

.site-footer {
  background: #212443;
  z-index: 5
}

.site-content__plh {
  background: url(../img/mp3party/note.svg);
  background-repeat: no-repeat;
  background-size: 55px;
  width: 221px;
  margin: auto;
  height: 150px;
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  text-align: center;
  font-style: normal;
  background-position: center top;
}


@media (max-width: 768px) {

  .site-wrapper.container-fluid {
    padding: 20px 0 0;
  }

  .site-header {
      font-size: 20px;
  }


  .main-wrapper {
      margin: 0;
      padding: 16px;

  }

  .header {
      flex-wrap: wrap;
  }

  .header__nav {
    order: 1;
    width: 100%;
    margin-top: 6px;
  }

  .header__navlist {
    justify-content: space-between;
    width: 100%;
    display: flex;
    max-width: 320px;
    margin: auto;
  }

  .header__navitem:not(:last-child) {
      margin-right: 32px;
  }

  .header__logo {
    width: 120px;
    height: 57px;
    background-size: 120px;
    background-repeat: no-repeat;
  }

  .site-footer {
    height: 60px;
  }


}
/*LAYOUT*/



/*Page-header*/


.page-header {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
  flex-wrap: wrap;
}

.page-header__title {
  font-weight: 500;
  font-size: 22px;
}


.page-header__btn {
    background: url(../img/mp3party/play.svg), linear-gradient(75deg, #0d8ee5, #e150f8);
    height: 44px;
    padding: 0 30px 0 60px; 
    border: none;
    border-radius: 44px;
    color: white;
    background-size: 16px, cover;
    background-position: 30px center, center center;
    background-repeat: no-repeat;
    outline: none !important;
    cursor: pointer;
    min-width: 192px;
    line-height: 1;
    align-items: center;
}
.page-header__btn:hover {
    background-color: #0d8ee5;
    background-image: url(../img/mp3party/play.svg);

}

.page-header__btn.is-playing {
    background-image: url(../img/mp3party/pause.svg), linear-gradient(75deg, #0d8ee5, #e150f8);
}

.page-header__btn.is-playing:hover {
    background-color: #0d8ee5;
    background-image: url(../img/mp3party/pause.svg);

}
  

@media(max-width: 768px) {
  .page-header {
      margin-bottom: 0;
  }
}






/*Page-header*/


/*Search*/

.searchbar {
    max-width: 320px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.search-wrapper {
    background: white;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px;
}

.searchbar__btn {
  background-color: transparent; 
  background-image: url(../img/search.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  width: 40px;
}

.searchbar__input {
    max-width: calc(100% - 40px);
    background: transparent;
    border: none;
    color: white;
    outline: none;
}

.search-plh {
    margin-bottom: 5px;
    display: block;
}



@media (max-width: 768px) {
  .search-wrapper {
    border-radius: 0;
    margin-bottom: 10px;
  }

  .searchbar {
      width: calc(100% - 146px);
      margin-left: 16px;
  }

  .searchbar__btn {
      display: block;
      flex-shrink: 0;
  }


.searchbar__input {
    max-width: calc(100% - 40px);
}


}

/*Search*/



/*Categories*/


.categories {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.categories__item {
  margin: 10px;
  width: calc(50% - 20px);
  text-align: center;
}

.categories__item img{
  width: 100%;
  border-radius: 6px;
  height: 130px;
  object-fit: cover;
  object-position: center;
}


@media(max-width: 768px) {

  .categories::-webkit-scrollbar {
    height: 0px;
    background-color: #212443; /* or add it to the track */
  }

  .categories::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3); 
    border-radius: 5px;
  }


  .categories__toggler {
      display: none;
  }

  .categories__btn.is-active {
      display: flex !important;
  }

  .categories {
      display: flex !important;
      height: auto !important;

      flex-wrap: nowrap;
      flex-direction: row;
      overflow-y: hidden;
      overflow-x: auto;
      margin: 6px 0;
      padding: 0 8px;
  }

  .categories__item {
      width: 88px;
      margin: 6px;
      flex-shrink: 0;
      font-size: 13px;
  }

  .categories__item img{
    height: 88px;
  }

  .categories:after {
    content: "";
    width: 8px;
    display: block;
    flex-shrink: 0;
}


  .categories__btn {
      height: 40px !important;
  }

}

/*Categories*/



/*Footer-banner*/
.footer-banner {
    background: transparent;
    padding: 0 0 50px;
    color: rgba(255, 255, 255, 0.5);
}

.footer-banner__image {
    margin-bottom: 10px;
} 


.footer-banner__link {
    font-weight: 500;
    font-size: 14px;
    text-decoration: none !important;
}

.footer-banner__col:not(._links) a {
    opacity: .5;
}

.footer-banner__header {
  color: white;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.footer-banner__header h2 {
  font-weight: 500;
}


@media(max-width: 768px) {
  .footer-banner {
    margin: 0;
  }

  .footer-banner__col._links {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
  }

  .footer-banner__col._text {
      text-align: left;
  }

  .footer-banner__header {
      align-items: center;
  }

  .ya-share2.footer-banner__shared.ya-share2_inited {
      margin: 0;
  }

  .footer-banner__header h2 {
      margin: 0;
  }

}


/*Footer-banner*/






/*Publication*/
.publication     {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 64px;
    border-radius: 4px;
    flex: 1;
    margin: 0;
}

.publication__btn {
    min-width: 44px;
    height: 100%;
    background-repeat: no-repeat;
    border: none;
    background-position: 62%;
    border-radius: 50%;
    min-width: 44px;
    height: 44px;
    cursor: pointer;
    margin-right: 10px;
    background: linear-gradient(75deg, #0d8ee5, #e150f8);
    position: relative;
}


.publication__btn_play.play-button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 14px;
    background-position: 58%;
    background-repeat: no-repeat;
    background-image: url(../img/mp3party/play.svg) 
}

.publication__btn_play.play-button.playing:after {
    background-size: 14px;
    background-position: 50%;
    background-image: url(../img/mp3party/pause.svg);
}

.publication__btn:not(.publication__btn_goodok):hover {
  background: #0092e4;
}

/*.publication__btn:active {
    box-shadow: 0px -2px #880ba2;
}*/
.publication__btn_download {
    /*background: transparent url(../img/mp3party/download.svg) no-repeat left*/
}

.publication__btn_goodok{
    background-image: url("../img/goodok.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75%;
}

.publication__img {
    width: 44px;
    height: 44px;
    margin-right: 8px
}

.publication__info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex: 1;
    width: calc(100% - 184px)
}

.publication__link {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;

    justify-content: flex-start;
}
.publication__artist, 
.publication__name {
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    width: 100%;
    /*max-width: 220px;*/
}


.publication__artist {
    font-weight: 500;
    width: auto;
    flex-shrink: 0;
}


.publication__title {
    flex-grow: 1;
    position: relative;
    overflow: visible;
}

.publication__title:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #04041b;
    position: absolute;
    bottom: -14px;
}

.publication__name {
    font-weight: 400;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    width: auto;
    opacity: .6;
    font-size: 12px;
}


.publication__time {
    margin-right: 0;
}


@media(max-width: 768px) {
  .publication__name, .publication__artist {
      overflow: hidden;
      max-width: calc(100vw - 145px);
  }
}


/*Publication*/
    

.show-more  {
    font-weight: 400;
    border-radius: 40px;
    color: white;
    box-shadow: 4px 5px 4px rgba(0, 0, 0, 0.19);
    outline: none !important;
    background: linear-gradient(75deg, #0d8ee5, #e150f8);
    border: none;
}

.show-more:hover {
  background: #0092e4;
}

.show-more:active {
    /*box-shadow: 0px -2px #880ba2;*/
}


@media(max-width: 768px) {
    .show-more {
        margin-bottom: 16px;
        margin-top: 16px;
    }
}


/*Footer*/
.site-footer {
    min-height: 60px;
}


.footer-full {
    background: #15172c;
}

.footer-full .container-fluid {
    padding-bottom: 0px;
}

@media(max-width: 768px) {
    .footer-full {
        text-align: center;
    }
}





/*PLAYER*/


.site-player {
    width: auto;
    margin: 0 -6px;
    min-height: 55px;
    padding: 0;
    display: flex;
    align-items: center;
}

.jp-progress {
    position: absolute;
    width: 100%;
    left: 0;
    position: fixed;
    bottom: 52px;
}

.jp-seek-bar, .jp-volume-bar {
    border-radius: 0;
    border: none;
    background: silver;
    background: transparent;

}

.jp-volume-bar-value, .jp-play-bar {
    height: 4px;
    background: #fff;
    border-radius: 0 7px 7px 0;
}

.jp-volume-bar-value:after, .jp-play-bar:after {
    background: #e22e49;
}

.jp-play-bar:after {
    display: none;
}

.jp-play {
    background-size: 40px;
    width: 40px;
    height: 40px;
    padding: 0;
    background-position: center;
    background-image: url(../img/mp3party/play-player.svg);
}

.jp-state-playing .jp-play{
    background-size: 40px;
    background-position: center;
    background-image: url(../img/mp3party/pause-player.svg);

}


.jp-next, .jp-prev {
    width: 40px;
    height: 40px;
    padding: 0;
    background-size: 40px;
    background-position: center;
    background-color: transparent;
    border: none; 
    background-image: url(../img/mp3party/ff.svg);
}

.jp-prev {
  transform: scaleX(-1);
}

.jp-audio {
    flex-grow: 1;
}

.jp-details {
    width: 30%;
    display: flex;
    align-items: center;
}

.jp-controls-holder {
    display: flex;
    width: 20%;
    flex-grow: 0;
    margin-left: auto;
    margin-right: 300px;
}


.jp-volume-bar-value:after, .jp-play-bar:after {
    display: none;
}

.jp-stop {
    font-size: 0;
    padding: 0;
    height: 26px;
    width: 26px;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    outline: none !important;
    cursor: pointer;
    display: none;
}

.jp-stop:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #007bfb;
    position: absolute;
    border-radius: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.jp-repeat {
    font-size: 0;
    padding: 0;
    height: 26px;
    width: 26px;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    outline: none;
    cursor: pointer;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: .6;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3e%3cpath d='M69.816 256H0l93.096 93.096L186.2 256h-69.816c.224-77.016 62.6-139.4 139.616-139.632 22.672.432 44.952 6 65.16 16.296l34.896-34.896A207.988 207.988 0 00256 69.832C153.296 70.112 70.104 153.296 69.816 256zm325.8 0c-.224 77.016-62.6 139.4-139.616 139.632-22.672-.432-44.952-6-65.16-16.296l-34.896 34.896A207.988 207.988 0 00256 442.168c102.696-.296 185.88-83.472 186.184-186.168H512l-93.096-93.096L325.8 256h69.816z' data-original='%23161C27' class='active-path' data-old_color='%23161C27' fill='%23fff2cc'/%3e%3c/svg%3e");
}

.jp-forward {
    outline: none !important;
    font-size: 0;
    padding: 0;
    height: 26px;
    width: 26px;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    outline: none;
    cursor: pointer;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 373.333 373.333' width='512' height='512'%3e%3cpath data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23fff2cc' d='M0 314.667l181.333-128L0 58.667zM192 58.667v256l181.333-128z'/%3e%3c/svg%3e");
}

.jp-rewind {
    outline: none !important;
    font-size: 0;
    padding: 0;
    height: 26px;
    width: 26px;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    position: relative;
    outline: none;
    cursor: pointer;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    transform: scaleX(-1);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 373.333 373.333' width='512' height='512'%3e%3cpath data-original='%23000000' class='active-path' data-old_color='%23000000' fill='%23fff2cc' d='M0 314.667l181.333-128L0 58.667zM192 58.667v256l181.333-128z'/%3e%3c/svg%3e");
}


.jp-repeat {
    display: none;
}

.jp-state-looped .jp-repeat {
    opacity: 1;
}

.jp-plh {
    opacity: .6;
    font-style: italic;
}

.jp-title {
  display: flex;
    flex-direction: column;
    line-height: 1;
    font-size: 13px;
    color: white;
}

.jp-title ._minus {
    display: none;
}


.jp-title > span:first-child {
    font-weight: 500;
}

.jp-title > span:last-child {
    color: white;
    opacity: .5;

}




.jp-volume-controls {
    display: none;
}

.jp-gui.jp-interface {
    flex-direction: row;
    justify-content: flex-start;
}

.jp-controls-holder {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
}


.jp-details {
    width: auto;
    max-width: calc(100% - 120px);
}

.jp-gui.jp-interface {
    max-width: 100%;
}

.jp-title {
    overflow: hidden;
}

.jp-current-time-duration {
    position: absolute;
    width: 100%;
    padding: 0 16px;
    bottom: 0;
    line-height: 13px;
    color: white;
    z-index: 2;
}

.jp-current-time-duration {
    height: 1px;
}

.jp-current-time, .jp-duration {
    width: auto;
    position: relative;
    transform: translateY(-12px);
}


@media(max-width: 768px) {
    .jp-interface {
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 4px;
    }

    .jp-controls-holder {
        margin: 0;
        width: auto;
    }

    .jp-details {
        width: 100%;
    }

    .jp-play {
        background-position: center;
    }
    .jp-title {
        margin: auto;
        max-width: 100%;
    }

    .site-player {
        width: calc(100% + 12px);
    }

    .jp-gui.jp-interface {
        flex-direction: column;
    }

    .jp-audio {
      flex-grow: 0;
      margin: 0;
    }

    .jp-title {
        display: flex;
    }

    .jp-title > span {
        max-width: calc(100vw - 150px);
        overflow: hidden;
        text-overflow: ellipsis;
    }



}

/*PLAYER*/



/*SONG*/
.song {
    padding: 0 0 20px 0;
}

.song__image {
    width: 200px;
    height: 200px;
    position: relative;
}

.song__image .publication__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.song__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


.song__meta {
    display: flex;
    font-size: 12px;
}

.song__meta>div:not(:last-child) {
    margin-right: 24px;
}


.song__meta>div>span {
    color: white;
}



.song__descr {
    font-size: 12px;
}

.song__name {
    display: none;
}


.song__buttons {
    width: auto;
    padding: 0;
    height: 40px;
}

.song__btn {
    margin-left: 7px;
    cursor: pointer;
    border-color: #0092e4;
    color: #0092e4;
    border-radius: 40px;
}

.song__btn.rbt-item-musicfun {
    border-color: #be5af5;
    color: #be5af5;
}

.song__title {
    color: white;
    display: flex;
    flex-direction: column;
}

.song__title>span:last-child {
    color: white;
    font-weight: 400;
    opacity: .5;
    font-size: 18px;
}

@media(max-width: 768px) {
      
  
  .song__play {
      font-size: 14px;
      width: 100%;
  }


  .song__btn {
      flex-grow: 1;
  }

  .song__buttons {
      margin-left: -7px;
      width: calc(100% - -7px);
      margin-top: 7px;
      height: auto;
  }

  .song__btn {
      text-align: center;
      align-items: center;
      justify-content: center;
      padding: 0;
      height: 40px;
  }

  .song__btn .purchase {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
  }

  .song__row {
    text-align: center;
    align-items: center;
  }

  .song__meta>div:not(:last-child) {
      margin-right: 14px;
  }

  .song__meta {
      display: flex;
      justify-content: center;
      width: 100%;
  }

  .song__text {
      width: 100%;
  }


  .song__meta>div>span {
  }

  .song__meta>div {
      max-width: 80px;
      overflow: hidden;
      text-overflow: ellipsis;
      flex-shrink: 0;
  }


}

/*Song*/





/*/*loader*/
.loader:before, 
.spinner:before {
    content: "Загрузка...";
    animation: none;
    width: 20em;
    height: 20em;
    background: url(../img/mp3party/note.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    overflow: visible;
}

.loader:after,
.spinner:after {
  background: #15172c
}


/*loader*/



/*Artist Page*/
.artist-page {

}
.artist-page__image {
  text-align: center;
}

.artist-page__image img{
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}



/*artist-list*/

.artist-list__char{
  font-weight: normal;
  margin-bottom: 0;
  opacity: .5
}

/*.artist-list__item{
    display: flex;
    margin-bottom: 16px;
    overflow-y: hidden;
    overflow-x: auto;  
}
*/
.artist-list__row {
    display: flex;
    margin: 0 -5px;
    flex-wrap: wrap;
    margin-bottom: 16px;
    /*overflow-y: hidden;*/
    /*overflow-x: auto;  */

    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    margin-bottom: 40px;
}

.artist-list__row::-webkit-scrollbar {
  height: 0px;
  background-color: #212443; /* or add it to the track */
}

.artist-list__row::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3); 
    border-radius: 5px;
  }

.artist-list__link {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    margin-right: 10px;
    flex-shrink: 0;
    margin: 5px;
    /*width: calc(14.2857% - 10px);*/
    width: 100%;
    align-items: flex-start;


    margin: 0 5px;
    width: calc(50% - 10px);
    height: 50px;
    border-bottom: 1px solid black;
    display: flex;
    align-items: center;
    line-height: 1;
    text-align: left;
    flex-direction: row;
}

.artist-list__link:hover {
    /*color: #0d8ee5;*/
}

.artist-list__image {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50%;
    display: none !important;
}






@media(max-width: 768px) {
  .artist-list__link {
      /*flex-shrink: 0;*/
      /*width: 80px;*/
      width: 100%;
  }

  .artist-list__row {
    margin-bottom: 28px; 
      /*flex-wrap: nowrap;*/
      /*overflow-y: hidden;*/
  }
}

/*artist-list*/



/*genre-list*/
.genre-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.genre-list__item {
  margin: 0 5px;
  width: calc(50% - 10px);
  height: 50px;
  border-bottom: 1px solid black;
  display: flex;
  align-items: center;
  line-height: 1;
}

@media(max-width: 768px) {
  .genre-list__item {
      width: 100%;
  }
}

.about {
  font-size: 14px;
}