@charset "UTF-8";
/*
 $borders-color - USING ON:
	  stroke-button borders,
	  logo-buttons flags,
	  fields borders,
	  borders of some mind blocks,
	  borders of some blocks,
	  password progress-line bg,
	  other borders */
/*
 $borders-hash - USING ON:
	  posts where images bordered (autoposts, link-post) */
/*
 $font-medium - USING ON:
	  all buttons
	  some titles
	  all links */
/*
 $font-light - USING ON:
	  "Check your email" popup, */
/*
	$color-08 - USING ON:
	cards hover overlay */
/*
	$color-white-05 - USING ON:
	cards buttons after hover with dark-bg, hover on text, etc. */
/*
	$color-white-03 - USING ON:
	hover on $color-white-05 */
/*
	$color-white-01 - USING ON:
	progress-bar on add track at add album */
/*
 $color-03 - USING ON:
	  disabled btns - pledges activity
		longArrow and disable text  - manage campaign */
/*
 $color-02 - USING ON:
	  applause icons */
/*
 $color-01 - USING ON:
	  applause icons hover
		notice in price-popup(on album for sale and crowd. album) */
/*
 $gray-hover - USING ON (only gray links when you hover on):
		post's time
		"Describe more" in "add post"
		"Add photo, video" in "add post" */
/*
 $color-03 - USING ON:
		as background in payout(pending step) */
/*
 $green - USING ON:
	  buttons "fan" ("become a fan")
	  buttons "buy", "pledge",
		confirmation progress lines */
/*
 $green - USING ON:
	  buttons "fan" ("become a fan")
	  buttons "buy", "pledge", */
/*
 $placeholder-color - USING ON:
		placeholder */
/*
	альбом плашка с applause и другими функциями */
/*
 $red - USING ON:
	  hover on delete button,
	  password tips,
	  notice titles, */
/*
 $line-height-* - USING ON:
	  buttons
		text */
/*
 $box-shadow - USING ON:
	  tips */
/*
 $box-shadow - USING ON:
	  posts (news-feed, profiles, post-page) */
/*
 $box-shadow - USING ON:
	  video posts */
/*
 $drop-down-shadow - USING ON:
	  drop-downs (only, without selectized fields) */
/*
 $select-shadow - USING ON:
	  selectized fields (only, without drop-downs) */
/*
	from "organizer.sass" */
*::-webkit-input-placeholder {
  color: #000;
  opacity: 0.5; }

*:-moz-placeholder {
  color: #000;
  opacity: 0.5; }

*:-ms-input-placeholder {
  color: #000;
  opacity: 0.5; }

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }

.main-button {
  display: inline-block;
  border: none;
  padding: 0 12px;
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 30px;
  color: #fff;
  border-radius: 2px;
  white-space: nowrap; }
  .main-button:first-letter {
    text-transform: capitalize; }
  .main-button.notification-btn {
    font-size: 13px;
    letter-spacing: -0.4px;
    height: 40px;
    line-height: 40px; }
  .main-button.main-button-hover:hover {
    background-color: #fff;
    color: #000;
    cursor: pointer; }
  .main-button.main-button-sm {
    padding: 0 10px; }
  .main-button.main-button-logo svg {
    margin-right: 10px; }
  .main-button.disabled, .main-button[disabled] {
    cursor: default !important;
    background-color: #e5e5e5 !important;
    color: rgba(0, 0, 0, 0.2); }
    .main-button.disabled:hover, .main-button[disabled]:hover {
      color: rgba(0, 0, 0, 0.2) !important;
      background-color: #e5e5e5 !important; }
  .main-button.button-select {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer; }
  .main-button.main-button-notify-ok {
    color: #000; }
    .main-button.main-button-notify-ok:hover {
      background-color: #48ea8d;
      cursor: pointer; }
    .main-button.main-button-notify-ok svg {
      margin-right: 14px; }
    .main-button.main-button-notify-ok:hover {
      background-color: #08b888; }
    .main-button.main-button-notify-ok.button-Tofollow {
      color: #000;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.07);
      border-radius: 2px; }
      .main-button.main-button-notify-ok.button-Tofollow .svg.svgfff {
        fill: rgba(0, 0, 0, 0.07); }
  .main-button.main-button-share {
    background-color: #ccc; }
  .main-button.main-button-transparent {
    background-color: transparent;
    border: 1px solid #000;
    padding: 0 12px;
    color: #000; }

.notification-btn {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  width: 20%;
  text-align: center;
  z-index: 3; }

.inbox-chats-top {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .inbox-chats-top input {
    padding: 13px 14px 12px 14px;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 600;
    width: 100%; }
  .inbox-chats-top svg {
    opacity: .5; }
  .inbox-chats-top label {
    position: absolute;
    top: 14px;
    left: 10px;
    line-height: 13px; }

.inbox-chats-middle-item {
  display: flex;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  cursor: pointer;
  position: relative; }
  .inbox-chats-middle-item:hover {
    background-color: rgba(0, 0, 0, 0.07); }
  .inbox-chats-middle-item .follow-item {
    flex-shrink: 0;
    width: 220px;
    margin: 0; }
    .inbox-chats-middle-item .follow-item .follow-item-img {
      width: 30px; }
      .inbox-chats-middle-item .follow-item .follow-item-img span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        letter-spacing: -0.2px; }
    .inbox-chats-middle-item .follow-item p {
      line-height: 30px;
      white-space: nowrap;
      margin-left: 0;
      padding-left: 15px;
      width: calc(100% - 50px);
      overflow: hidden;
      text-overflow: ellipsis; }
  .inbox-chats-middle-item .count-msg {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 10px;
    letter-spacing: 0;
    min-width: 18px;
    line-height: 18px;
    padding: 0 5px; }

.inbox-people-r {
  background-color: #fafafa; }
  .inbox-people-r .follow-item {
    padding: 10px;
    cursor: pointer; }
    .inbox-people-r .follow-item.current {
      background-color: #e8e8e8; }
      .inbox-people-r .follow-item.current .inbox_amount {
        display: none; }

.inbox-text {
  max-width: calc(100% - 220px); }
  .inbox-text p {
    margin-bottom: 6px;
    font-size: 13px;
    letter-spacing: -0.4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .inbox-text span {
    color: rgba(0, 0, 0, 0.5); }

.inbox-chats-middle-l {
  width: calc(100% - 240px); }
  .inbox-chats-middle-l.inbox-chats-middle-l-fan {
    width: 100%; }

.inbox-people-r {
  width: 240px; }

.inbox-people-search {
  width: 100%;
  height: 100%;
  display: flex; }

.inbox-in-bot-wrap {
  width: 600px;
  margin: 0 auto;
  overflow-y: auto; }

.inbox-people-search-l {
  padding-bottom: 10px;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  width: 360px;
  height: 100%; }
  .inbox-people-search-l.inbox-people-search-in-bot {
    width: 100%;
    border-right: 0;
    padding: 10px 0 0;
    border: none; }
  .inbox-people-search-l .follow-item {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 0;
    cursor: pointer; }
    .inbox-people-search-l .follow-item.current {
      background-color: rgba(0, 0, 0, 0.07); }
    .inbox-people-search-l .follow-item .icon-check {
      margin-left: 5px;
      flex-shrink: 0;
      color: #fff;
      height: 14px;
      width: 14px;
      background: #dedede;
      border-radius: 100%;
      font-size: 7px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-bottom: 1px; }
      .inbox-people-search-l .follow-item .icon-check.green {
        background-color: #48ea8d; }
    .inbox-people-search-l .follow-item .follow-item-img {
      width: 30px;
      flex-shrink: 0; }
      .inbox-people-search-l .follow-item .follow-item-img span {
        width: 30px;
        height: 30px; }
    .inbox-people-search-l .follow-item p {
      line-height: 30px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }

.chat-name-icons {
  margin-left: auto; }
  .chat-name-icons .post_menu.active {
    z-index: 11; }
  .chat-name-icons .post_menu_list {
    right: 0; }

.inbox-people-search-r .main-chat-bottom > .scroll-content.scroll-scrolly_visible {
  padding-right: 0; }

.main-chat-bottom {
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  overflow-y: auto; }
  .main-chat-bottom .main-chat-bottom-scroll {
    display: flex;
    flex-direction: column-reverse;
    width: 600px;
    margin: 0 auto;
    padding-right: 7px; }

.last_access {
  display: flex;
  width: 600px;
  margin: 10px auto;
  color: rgba(0, 0, 0, 0.5); }
  .last_access time {
    margin-left: 4px; }

.chat-name-icons-r {
  position: relative; }
  .chat-name-icons-r .uy_aq-menu {
    width: 125px;
    left: auto;
    top: -10px;
    right: 0; }

.inbox-people-search-r {
  display: flex;
  flex-direction: column;
  padding: 0 60px;
  padding-bottom: 10px;
  width: calc(100% - 360px);
  position: relative; }
  .inbox-people-search-r .loader {
    position: absolute; }

.main-chat-bottom-wr {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex-basis: 100%;
  position: relative;
  height: calc(100% - 60px); }
  .main-chat-bottom-wr .main-chat-bottom-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 100%; }

.main-chat-top {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 17px 0;
  width: 600px;
  margin: 0 auto; }
  .main-chat-top .chat-name {
    display: flex;
    align-items: center; }
  .main-chat-top .avatar-wrapper {
    margin-right: 14px;
    flex-shrink: 0;
    width: 30px;
    height: 30px; }
  .main-chat-top .mute {
    margin-left: 12px;
    font-size: 14px;
    letter-spacing: -0.4px;
    color: rgba(0, 0, 0, 0.2); }
  .main-chat-top .icon-volume {
    display: none; }
  .main-chat-top h4 {
    font-size: 14px;
    letter-spacing: -0.4px;
    font-weight: 600; }
    .main-chat-top h4 [data-page-name]:hover {
      color: rgba(0, 0, 0, 0.5); }

.enter-chat-img {
  width: 30px;
  height: 30px;
  flex-shrink: 0; }

.enter-chat-w {
  position: relative;
  width: 600px;
  margin: 0 auto; }
  .enter-chat-w.blocked .enter-chat-img {
    display: none; }
  .enter-chat-w .enter-chat-img {
    margin-top: 20px;
    margin-right: 15px; }
  .enter-chat-w .enter-chat-wr {
    min-height: 80px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    position: relative; }
  .enter-chat-w .enter-chat-drag {
    position: absolute;
    bottom: 19px;
    left: 50%;
    margin-left: -10px; }
    .enter-chat-w .enter-chat-drag .enter-chat-drag-s {
      width: 20px;
      height: 1px;
      background-color: #e5e5e5;
      margin-bottom: 1px; }
  .enter-chat-w svg {
    cursor: pointer;
    position: absolute;
    top: 28px;
    right: 0; }
  .enter-chat-w .enter-chat-area {
    overflow: auto;
    max-height: 150px;
    width: calc(100% - 45px); }
    .enter-chat-w .enter-chat-area.scroll-content {
      flex-grow: 1; }
    .enter-chat-w .enter-chat-area.scroll-wrapper {
      display: flex; }
    .enter-chat-w .enter-chat-area textarea {
      width: 90%;
      border: none;
      background-color: transparent;
      resize: none;
      height: 30px;
      font-size: 13px;
      letter-spacing: -0.4px;
      padding: 0; }
      .enter-chat-w .enter-chat-area textarea.error {
        color: #ff2051; }

.inbox-people-search-in .top-filter {
  width: 600px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .inbox-people-search-in .top-filter input {
    padding: 18px 0 17px;
    border: none;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #000;
    width: 100%; }

.chat-wr {
  display: flex; }
  .chat-wr .chat-post-img {
    width: 380px;
    margin-left: 40px; }
    .chat-wr .chat-post-img .follows-item-top-img {
      border-radius: 14px 14px 0 0;
      overflow: hidden; }
      .chat-wr .chat-post-img .follows-item-top-img .img-l-2, .chat-wr .chat-post-img .follows-item-top-img .img-r-2 {
        height: 190px; }
    .chat-wr .chat-post-img .chat-post-img-bottom {
      border-radius: 0 0 14px 14px;
      border: 1px solid rgba(0, 0, 0, 0.07);
      padding: 10px 15px; }
      .chat-wr .chat-post-img .chat-post-img-bottom h4 {
        font-size: 14px;
        letter-spacing: -0.4px;
        line-height: 18px; }
      .chat-wr .chat-post-img .chat-post-img-bottom .follows-descr-l {
        margin-top: 12px; }
  .chat-wr .chat-post-feed-txt {
    max-width: 380px;
    width: 100%;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 10px 15px;
    margin-left: 40px; }
    .chat-wr .chat-post-feed-txt .music50-item-r {
      width: 100%; }
    .chat-wr .chat-post-feed-txt .chat-post-audio-items {
      padding: 5px 0; }
    .chat-wr .chat-post-feed-txt h5 {
      font-size: 14px;
      letter-spacing: -0.4px;
      line-height: 18px;
      font-weight: 600; }
    .chat-wr .chat-post-feed-txt h4 {
      font-size: 14px;
      letter-spacing: -0.4px;
      line-height: 18px; }
    .chat-wr .chat-post-feed-txt > p {
      font-size: 12px;
      letter-spacing: -0.2px; }
      .chat-wr .chat-post-feed-txt > p span {
        color: #a3a3a3; }
    .chat-wr .chat-post-feed-txt .follows-descr-l {
      margin-top: 12px; }
  .chat-wr .chat-video {
    max-width: 380px;
    margin-left: 40px; }
    .chat-wr .chat-video .chat-video-in video {
      border-radius: 14px 14px 0 0; }
    .chat-wr .chat-video .mejs__controls {
      height: 100%;
      top: 0;
      right: 0;
      bottom: 0; }
    .chat-wr .chat-video .mejs__button {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -20px;
      margin-top: -20px; }
    .chat-wr .chat-video video {
      border-radius: 14px; }
  .chat-wr .chat-album {
    margin-left: 10px; }
    .chat-wr .chat-album .chat-album-top img {
      border-radius: 14px 14px 0 0; }
  .chat-wr .pr-hover-top {
    width: 81.4%;
    margin-left: 40px; }
    .chat-wr .pr-hover-top .muz-name {
      border: 1px solid rgba(0, 0, 0, 0.07);
      border-left: none;
      border-radius: 0 14px 14px 0; }
      .chat-wr .pr-hover-top .muz-name .muz-name-in {
        bottom: 12px; }
        .chat-wr .pr-hover-top .muz-name .muz-name-in strong {
          max-height: 2.4em;
          line-height: 1.2em;
          display: block;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          box-sizing: content-box;
          margin-right: 20px; }
        .chat-wr .pr-hover-top .muz-name .muz-name-in span {
          font-weight: 300; }
    .chat-wr .pr-hover-top .logo-muz-sm img {
      border-radius: 14px 0 0 14px; }
  .chat-wr:hover .open-mnu-btn {
    display: block; }
  .chat-wr .chat-img {
    max-width: 380px;
    margin-left: 40px; }
    .chat-wr .chat-img img {
      border-radius: 14px; }
  .chat-wr .chat-msg {
    position: relative;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    padding: 11px 16px;
    max-width: 480px;
    border-radius: 14px;
    margin-left: 10px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-word; }
    .chat-wr .chat-msg i {
      font-style: normal; }
    .chat-wr .chat-msg a {
      color: #fff;
      border-bottom: 1px solid #fff;
      transition: all 0.3s; }
      .chat-wr .chat-msg a:hover {
        color: rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .chat-wr .chat-msg.chat-msg-removed {
      color: rgba(255, 255, 255, 0.5); }
      .chat-wr .chat-msg.chat-msg-removed span {
        color: #fff;
        font-weight: 600;
        cursor: pointer;
        transition: color .3s ease; }
        .chat-wr .chat-msg.chat-msg-removed span:hover {
          color: rgba(255, 255, 255, 0.5); }
    .chat-wr .chat-msg.chat-msg-another {
      color: #000;
      background-color: rgba(0, 0, 0, 0.07); }
      .chat-wr .chat-msg.chat-msg-another.chat-msg-removed {
        color: rgba(0, 0, 0, 0.5); }
      .chat-wr .chat-msg.chat-msg-another a {
        border-bottom: 1px solid #000; }
        .chat-wr .chat-msg.chat-msg-another a:hover {
          color: rgba(0, 0, 0, 0.5);
          border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    .chat-wr .chat-msg .uy_aq-menu {
      left: -141px; }
    .chat-wr .chat-msg .open-mnu-btn {
      position: absolute;
      left: -35px;
      top: 6px; }

.chat-item {
  margin-top: 1px; }
  .chat-item.chat-msg-another {
    padding-left: 40px; }
    .chat-item.chat-msg-another .chat-msg {
      background-color: rgba(0, 0, 0, 0.07);
      margin-left: 0;
      color: #000; }
      .chat-item.chat-msg-another .chat-msg a {
        color: #000;
        border-bottom: 1px solid #000; }
        .chat-item.chat-msg-another .chat-msg a:hover {
          color: rgba(0, 0, 0, 0.5);
          border-bottom: 1px solid rgba(0, 0, 0, 0.5); }
    .chat-item.chat-msg-another .chats-w {
      justify-content: flex-start; }
    .chat-item.chat-msg-another .chat-time {
      text-align: left; }
    .chat-item.chat-msg-another.chat-item-first {
      padding-left: 0; }
      .chat-item.chat-msg-another.chat-item-first .chat-msg {
        border-radius: 0 14px 14px 14px;
        margin-left: 10px; }
      .chat-item.chat-msg-another.chat-item-first .chat-time {
        margin-left: 40px; }
  .chat-item.chat-item-first {
    margin-top: 12px; }
    .chat-item.chat-item-first .chat-post-img {
      margin-left: 10px; }
      .chat-item.chat-item-first .chat-post-img .follows-item-top-img {
        border-radius: 14px 0 0; }
      .chat-item.chat-item-first .chat-post-img.chat-post-img-another .follows-item-top-img {
        border-radius: 0 14px 0 0; }
    .chat-item.chat-item-first .chat-post-feed-txt {
      border-radius: 14px 0 14px 14px;
      margin-left: 10px; }
      .chat-item.chat-item-first .chat-post-feed-txt.chat-post-feed-txt-another {
        border-radius: 0 14px 14px; }
    .chat-item.chat-item-first .chat-video {
      margin-left: 10px; }
      .chat-item.chat-item-first .chat-video .chat-video-in video {
        border-radius: 14px 0 0; }
      .chat-item.chat-item-first .chat-video video {
        border-radius: 14px 0 14px 14px; }
      .chat-item.chat-item-first .chat-video.chat-video-another .chat-video-in video {
        border-radius: 0 14px 0 0; }
      .chat-item.chat-item-first .chat-video.chat-video-another video {
        border-radius: 0 14px 14px; }
    .chat-item.chat-item-first .chat-album .chat-album-top img {
      border-radius: 14px 0 0 0; }
    .chat-item.chat-item-first .chat-album.chat-album-another .chat-album-top img {
      border-radius: 0 14px 0 0; }
    .chat-item.chat-item-first .pr-hover-top {
      margin-left: 10px; }
      .chat-item.chat-item-first .pr-hover-top .muz-name {
        border-radius: 0 0 14px 0; }
      .chat-item.chat-item-first .pr-hover-top .logo-muz-sm img {
        border-radius: 14px 0 0 14px; }
      .chat-item.chat-item-first .pr-hover-top.pr-hover-top-another .muz-name {
        border-radius: 0 14px 14px 0; }
      .chat-item.chat-item-first .pr-hover-top.pr-hover-top-another .logo-muz-sm img {
        border-radius: 0 0 0 14px; }
    .chat-item.chat-item-first .chat-msg {
      margin-left: 10px;
      border-radius: 14px 0 14px 14px; }
    .chat-item.chat-item-first .chat-img {
      margin-left: 10px; }
      .chat-item.chat-item-first .chat-img img {
        border-radius: 14px 0 14px 14px; }
      .chat-item.chat-item-first .chat-img.chat-img-another img {
        border-radius: 0 14px 14px 14px; }
  .chat-item .chats-w {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; }
    .chat-item .chats-w:hover .post_menu {
      visibility: visible; }
    .chat-item .chats-w .post_menu {
      visibility: hidden;
      flex-shrink: 0;
      margin-top: 8px; }
      .chat-item .chats-w .post_menu.active {
        visibility: visible; }
    .chat-item .chats-w .post_menu_list {
      right: 0; }
    .chat-item .chats-w .edited-label .icon-pencil {
      color: rgba(0, 0, 0, 0.2);
      margin-top: 12px;
      margin-left: 10px;
      display: block; }
    .chat-item .chats-w .edited-label .edited-time {
      position: absolute;
      visibility: hidden;
      z-index: 1;
      background-color: #fff; }

.chat-album-top {
  position: relative;
  width: 380px; }
  .chat-album-top .logo-muz {
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px; }

.chat-video-bot-link {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 10px 15px 13px; }
  .chat-video-bot-link h4 {
    font-size: 14px;
    letter-spacing: -0.4px;
    margin-bottom: 10px; }

.chat-album-bot {
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 0 0 14px 14px; }
  .chat-album-bot .chat-event {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 14px; }
  .chat-album-bot h5 {
    font-size: 14px;
    letter-spacing: -0.4px;
    font-weight: 600; }
  .chat-album-bot .asdf {
    padding: 10px 15px; }
    .chat-album-bot .asdf > p {
      font-size: 12px;
      letter-spacing: -0.2px;
      line-height: 14px; }
      .chat-album-bot .asdf > p span {
        color: #a1a1a1; }

.chat-date {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 11px 0 17px; }

.chat-time,
.chat-time-another {
  font-size: 11px;
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0.5);
  margin: 4px 0; }

.chat-time {
  text-align: right; }

.chat-time-another {
  margin-left: 40px; }

.edit-msg .mfp-close {
  cursor: pointer;
  position: absolute;
  right: -38px;
  top: 50%;
  z-index: 1;
  font-size: 16px;
  color: #fff;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  line-height: 22px; }

.edit-msg-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 12px 12px 12px 20px;
  position: relative; }
  .edit-msg-top h5 {
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 36px; }
  .edit-msg-top .main-button {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    letter-spacing: -0.4px; }

.edit-msg-bottom {
  min-height: 100px;
  padding: 20px 30px; }
  .edit-msg-bottom p {
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 25px;
    outline: none;
    white-space: pre-wrap;
    word-wrap: break-word; }

.popup .popup-top.popup-top_invitation h4 {
  margin-left: 20px;
  text-align: left; }

.popup .popup-top .main-button {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 36px;
  line-height: 36px;
  cursor: pointer; }

.popup .popup-top-middle ul li {
  position: relative;
  cursor: pointer;
  padding: 19px 30px 18px;
  border-top: 1px solid #ededed;
  display: block;
  font-size: 14px;
  letter-spacing: -0.4px; }
  .popup .popup-top-middle ul li svg {
    position: absolute;
    top: 24px;
    right: 30px; }
  .popup .popup-top-middle ul li.report-no-act {
    color: rgba(0, 0, 0, 0.5); }
  .popup .popup-top-middle ul li.report-act svg {
    display: inline; }

.popup .popup-top-middle ul .report-comment {
  min-height: 200px;
  position: relative;
  border-top: 1px solid #ededed; }
  .popup .popup-top-middle ul .report-comment p {
    outline: none;
    font-size: 14px;
    letter-spacing: -0.4px; }
  .popup .popup-top-middle ul .report-comment span {
    position: absolute;
    left: 30px;
    top: 18px;
    opacity: .5;
    font-size: 14px;
    letter-spacing: -0.4px; }

.invitationPopup-bot {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 24px 30px; }
  .invitationPopup-bot p {
    outline: none;
    min-height: 26px;
    font-size: 16px;
    letter-spacing: -0.4px; }

.pr-hover {
  width: 360px;
  background-color: #fff; }
  .pr-hover.pr-hover-muz .pr-hover-bot-img {
    background-position: center;
    height: 80px; }
  .pr-hover .pr-hover-bot .main-button {
    position: absolute;
    right: 20px;
    bottom: 20px; }
  .pr-hover .open-mnu-btn {
    display: block;
    top: 6px;
    right: 5px;
    position: absolute; }

.pr-hover-top {
  position: relative; }
  .pr-hover-top .muz-name {
    position: relative;
    height: 100px;
    width: calc(100% - 100px); }
    .pr-hover-top .muz-name .muz-name-in {
      position: absolute;
      bottom: 0;
      left: 20px;
      right: 0; }
      .pr-hover-top .muz-name .muz-name-in a {
        display: inline-block;
        max-width: 100%; }
        .pr-hover-top .muz-name .muz-name-in a:hover {
          color: rgba(0, 0, 0, 0.5); }
      .pr-hover-top .muz-name .muz-name-in strong {
        font-size: 16px;
        letter-spacing: -0.4px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: break-word;
        box-sizing: content-box;
        margin-right: 20px; }

.pr-hover-bot-f {
  margin-right: 16px; }
  .pr-hover-bot-f p {
    font-size: 12px;
    letter-spacing: -0.2px; }
    .pr-hover-bot-f p span {
      color: #a1a1a1; }

.newsFeed-center {
  margin-left: 40px;
  width: calc(50% - 60px);
  max-width: 560px; }
  .newsFeed-center:last-child {
    margin-right: 40px; }

.newsFeedTabs {
  position: relative;
  left: 50%; }
  .newsFeedTabs ul {
    position: relative;
    left: -50%; }

.newsfeed-top {
  background-color: #fff;
  padding-top: 60px; }

.feed-logo-img {
  width: 60px; }
  .feed-logo-img img {
    width: 100%; }

.feed-logo p {
  font-weight: 300;
  line-height: 60px;
  margin-left: 18px;
  font-size: 14px;
  letter-spacing: -0.4px; }
  .feed-logo p strong {
    margin-right: 12px;
    font-weight: 600; }

.page-post-wr {
  width: calc(100% - 200px);
  padding-top: 40px; }
  .page-post-wr .follows-item {
    max-width: 720px;
    margin: 0 auto; }

.newsFeed-main-l {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px; }
  .newsFeed-main-l.newsFeed-main-l-page {
    position: static; }
  .newsFeed-main-l ul {
    padding: 30px 0 20px 40px;
    border-bottom: 1px solid #dedede; }
    .newsFeed-main-l ul li {
      display: block; }
      .newsFeed-main-l ul li.nesw-active a {
        color: #000;
        font-weight: 600; }
      .newsFeed-main-l ul li a {
        display: block;
        font-size: 14px;
        letter-spacing: -0.4px;
        line-height: 30px;
        color: #a1a1a1; }
        .newsFeed-main-l ul li a:first-letter {
          text-transform: capitalize; }

.newsFeed-main-r {
  width: 360px;
  position: absolute;
  top: 70px;
  right: 0; }

.auth_box {
  float: right;
  height: 40px;
  min-width: 40px;
  margin-right: 20px; }

.main-navbar {
  border-bottom: 1px solid #dedede;
  padding: 75px 0 0;
  position: relative; }
  .main-navbar nav {
    position: relative;
    top: 1px; }
  .main-navbar ul {
    padding-left: 40px; }
  .main-navbar li {
    font-size: 16px;
    letter-spacing: -0.4px;
    margin-right: 21px; }
    .main-navbar li a {
      color: #a1a1a1;
      padding-bottom: 13px;
      transition: opacity .3s ease;
      display: inline-block; }
      .main-navbar li a:first-letter {
        text-transform: capitalize; }
    .main-navbar li:hover a {
      opacity: .5; }
  .main-navbar li.nav-active a {
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #000; }
  .main-navbar li.nav-active:hover a {
    opacity: 1; }

.profile-descr {
  line-height: 23px; }

.profile-about {
  width: 84%; }
  .profile-about > p {
    margin: 14px 0 12px;
    line-height: 20px; }
  .profile-about > a {
    font-size: 12px;
    letter-spacing: -0.2px;
    font-weight: 600;
    transition: opacity .3s ease; }
    .profile-about > a:hover {
      opacity: .5; }

.profile-f-l {
  width: 25%; }
  .profile-f-l span {
    color: #a1a1a1;
    display: inline-block; }
    .profile-f-l span:first-letter {
      text-transform: capitalize; }

.profile-f-r {
  width: 70%;
  margin-left: 8px; }

.main-item-wrap {
  width: 100%;
  display: block;
  float: left;
  margin-right: 1.46%;
  text-decoration: none;
  overflow: hidden; }
  .main-item-wrap:hover .main-item-text-hid {
    display: block;
    background-color: rgba(0, 0, 0, 0.85); }
  .main-item-wrap:hover .main-item-top .main-item-img img {
    transform: scale(1.2); }
  .main-item-wrap:hover .text-hid-it-1 {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  .main-item-wrap .up-item-text {
    padding: 42px 0; }
  .main-item-wrap:last-child {
    margin-right: 0; }

.main-item-top {
  position: relative; }
  .main-item-top .main-item-img img {
    transition: all .4s ease;
    width: 100%;
    display: block; }
  .main-item-top > span {
    line-height: 13px;
    color: #fff;
    opacity: .8;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 1; }
  .main-item-top > strong {
    line-height: 13px;
    color: #fff;
    background-color: #000;
    border-radius: 2px;
    padding: 3px 10px 5px;
    display: inline-block;
    font-weight: 600;
    position: absolute;
    left: 8px;
    bottom: 19px;
    z-index: 1; }
    .main-item-top > strong sup {
      font-size: 8px;
      letter-spacing: 0;
      line-height: 14px;
      vertical-align: super;
      position: static; }
  .main-item-top .item-sm-stripe-wrap {
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 1; }
    .main-item-top .item-sm-stripe-wrap .item-sm-stripe-xs {
      height: 3px;
      background-color: #000;
      width: 10px;
      float: left; }
    .main-item-top .item-sm-stripe-wrap .item-sm-stripe-stripe {
      width: calc(100% - 10px);
      float: left; }
    .main-item-top .item-sm-stripe-wrap .item-sm-stripe {
      height: 3px;
      background-color: #000; }

.main-item-bot {
  padding-top: 16px;
  padding-left: 18px;
  padding-bottom: 4px;
  position: relative;
  bottom: 1px;
  background-color: #fff;
  min-height: 130px; }
  .main-item-bot h4 {
    width: 63%;
    margin: 0 0 1px;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #000;
    word-wrap: break-word;
    line-height: 16px;
    font-weight: 600; }
  .main-item-bot span {
    font-size: 15px;
    letter-spacing: -0.4px;
    line-height: 15px;
    color: #000; }
  .main-item-bot p {
    position: absolute;
    left: 20px;
    bottom: 18px;
    margin: 0;
    line-height: 16px;
    color: #000;
    width: 90%;
    opacity: .6; }
  .main-item-bot .item-button-bl {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 1.45;
    color: #fff;
    font-weight: 600;
    font-style: normal;
    padding: 4px 10px 3px;
    display: inline-block;
    background-color: #000;
    border-radius: 2px; }
    .main-item-bot .item-button-bl:first-letter {
      text-transform: capitalize; }
    .main-item-bot .item-button-bl i {
      color: #a3a3a3;
      padding: 0;
      display: block;
      font-size: 12px;
      letter-spacing: -0.2px;
      font-style: normal;
      text-transform: capitalize; }

.artist-hid {
  display: inline-block;
  margin-left: 4px;
  cursor: pointer; }
  .artist-hid .artist-sp {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    padding: 0 18px 8px 18px;
    z-index: 1;
    color: #000;
    background-color: #FFF;
    display: none; }
  .artist-hid:hover .artist-sp {
    display: block; }
  .artist-hid svg {
    position: relative;
    top: 3px; }
  .artist-hid .moreArtist {
    opacity: .2; }

.main-item-text-hid {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .4s ease; }
  .main-item-text-hid p {
    color: #a1a1a1;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 12px;
    margin: 0; }
    .main-item-text-hid p span {
      color: #fff; }
  .main-item-text-hid strong {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 28px;
    color: #fff;
    font-weight: 600; }
    .main-item-text-hid strong span {
      font-weight: 300; }
    .main-item-text-hid strong sup {
      font-size: 12px;
      letter-spacing: -0.2px; }
  .main-item-text-hid strong.text-hid-it-1-conf {
    color: #fff;
    text-transform: capitalize; }
  .main-item-text-hid .text-hid-sm {
    margin-top: 72px; }

.text-hid-it-1 {
  margin-left: 20px;
  margin-top: 14px;
  transition: all .2s ease;
  opacity: 0; }

.main-item-wrap-private .main-item-bot {
  background-color: #000; }
  .main-item-wrap-private .main-item-bot h4, .main-item-wrap-private .main-item-bot strong, .main-item-wrap-private .main-item-bot p, .main-item-wrap-private .main-item-bot span {
    color: #fff; }
  .main-item-wrap-private .main-item-bot .item-button-bl {
    background-color: #FFF;
    color: #000; }
  .main-item-wrap-private .main-item-bot .artist-hid .moreArtist {
    fill: #fff;
    opacity: 1; }
  .main-item-wrap-private .main-item-bot .artist-hid .artist-sp {
    color: #fff;
    background-color: #000; }

.likes-with {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .likes-with p {
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #a1a1a1; }
    .likes-with p span {
      color: #000; }

.follows-item {
  max-width: 560px;
  min-width: 500px; }
  .follows-item .pr-hover {
    width: 100%;
    padding: 20px 20px 0; }
    .follows-item .pr-hover.pr-hover-muz .pr-hover-bot-img {
      height: 120px; }
    .follows-item .pr-hover .org-fans-img-w {
      margin-top: 18px; }
      .follows-item .pr-hover .org-fans-img-w .org-fans-img {
        width: 20px;
        margin-right: 1px; }
      .follows-item .pr-hover .org-fans-img-w .org-fans-count {
        font-size: 12px;
        letter-spacing: -0.2px;
        line-height: 20px;
        margin-left: 9px;
        opacity: .5; }
    .follows-item .pr-hover .pr-hover-bot {
      border-left: 1px solid rgba(0, 0, 0, 0.07);
      border-right: 1px solid rgba(0, 0, 0, 0.07); }
      .follows-item .pr-hover .pr-hover-bot.pr-hover-bot-post-org {
        border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .follows-item.follows-item-other .follows-item-top-other {
    position: relative; }
    .follows-item.follows-item-other .follows-item-top-other .follows-item-h4 {
      padding: 14px 0 0; }
  .follows-item.follows-item-other .other-video-desc {
    position: relative;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    .follows-item.follows-item-other .other-video-desc h5 {
      font-size: 16px;
      letter-spacing: -0.4px; }
  .follows-item.follows-item-black .follows-item-top-audio-more {
    background-color: #1a1a1a;
    color: #fff; }
    .follows-item.follows-item-black .follows-item-top-audio-more p {
      opacity: .5; }
  .follows-item .open-mnu-btn {
    z-index: 2;
    display: none;
    padding: 9px 4px;
    border-radius: 2px;
    width: auto; }
    .follows-item .open-mnu-btn .open-mnu-btnc {
      height: 2px;
      width: 2px; }

.post-album-span {
  margin: 14px 0 24px; }
  .post-album-span p {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 12px; }
  .post-album-span span {
    line-height: 15px;
    display: block; }

.media-main-popup-r .open-mnu-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  display: none; }

.media-main-popup-r:hover .open-mnu-btn {
  display: block; }

.follows-item .open-mnu-sm {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  background-color: #fff;
  padding: 10px 20px;
  min-width: 100px;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.07);
  display: none; }
  .follows-item .open-mnu-sm li {
    cursor: pointer;
    display: block;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 30px;
    font-weight: 600;
    transition: opacity .3s ease; }
    .follows-item .open-mnu-sm li:hover {
      opacity: .5; }
    .follows-item .open-mnu-sm li:first-letter {
      text-transform: capitalize; }

.open-mnu-btn {
  padding: 10px 5px;
  border-radius: 3px;
  cursor: pointer; }
  .open-mnu-btn .open-mnu-btnc {
    margin-right: 3px;
    height: 3px;
    width: 3px;
    background-color: #cccccc; }
    .open-mnu-btn .open-mnu-btnc:last-child {
      margin-right: 0; }

.ddrop .ddrop-btn {
  width: 4px;
  height: 2px;
  background-color: #c6c6c6;
  margin-bottom: 4px; }
  .ddrop .ddrop-btn:last-child {
    margin-bottom: 0; }

.follow-item-img {
  width: 40px;
  text-align: center; }
  .follow-item-img img {
    width: 100%; }

.post-album-icons {
  padding-bottom: 16px; }
  .post-album-icons .open-mnu-btn {
    padding: 7px 3px 8px;
    margin-left: 17px; }
  .post-album-icons .post-like-album-plus {
    margin-left: 20px;
    margin-top: 2px;
    cursor: pointer; }
  .post-album-icons .album-circle-icon {
    margin-left: 20px;
    cursor: pointer; }

.people-likes {
  min-width: 210px;
  background-color: #fff;
  padding: 20px;
  border-right: 5px solid #fff;
  overflow-y: auto;
  max-height: 550px; }
  .people-likes .people-likes-item {
    display: block;
    margin-top: 10px; }
    .people-likes .people-likes-item:first-child {
      margin-top: 0; }
    .people-likes .people-likes-item p {
      margin: 10px 0 0 20px;
      font-weight: 600; }

.tool_mask {
  position: absolute;
  left: -20px;
  top: -40px;
  width: 360px;
  height: 180px;
  z-index: -1; }

.images .follows-item-top-img {
  position: relative; }
  .images .follows-item-top-img img {
    margin: 0 auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 540px; }

.img-l-2, .img-r-2 {
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.img-l-2 {
  width: 66%; }

.img-r-2 {
  width: 34%;
  position: relative; }
  .img-r-2 span {
    display: block;
    margin-top: -10px;
    margin-left: -7px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1; }
  .img-r-2.img-r-opacity:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6); }

.follows-item-h4.follows-item-h4-album h4 {
  font-weight: 600; }

.follows-item-h4 h4 {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 30px;
  word-wrap: break-word; }

.follows-item-h4 p {
  font-size: 12px;
  letter-spacing: -0.2px; }

.post-album-audio-top {
  position: relative;
  padding: 15px 20px 0 20px; }

.follows-item-top-audio {
  padding: 20px 20px 0; }
  .follows-item-top-audio.post-album-audio-bot {
    padding: 0; }

.album-post-stripe {
  height: 1px;
  background-color: rgba(0, 0, 0, 0.07);
  margin: 0 20px; }

.follows-descr.follows-descr-popup {
  margin-top: 11px; }

.follows-descr-top > a.right {
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 20px;
  color: #a1a1a1; }

.follows-descr-l p {
  line-height: 20px;
  font-size: 12px;
  letter-spacing: -0.2px;
  color: #000; }
  .follows-descr-l p span {
    color: #a1a1a1; }

.share-circle {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #01d2c0;
  border-radius: 50%;
  position: relative;
  top: 6px;
  margin: 0 9px 0 6px; }

.follows-descr-item {
  margin-left: 16px;
  cursor: pointer;
  position: relative; }
  .follows-descr-item[data-liked="true"] .svgccc {
    fill: #48ea8d; }
  .follows-descr-item svg {
    display: block; }
  .follows-descr-item .svg-album-ok {
    display: none; }
  .follows-descr-item strong {
    display: block;
    line-height: 15px;
    font-weight: 600;
    transition: opacity .3s ease; }
    .follows-descr-item strong:hover {
      opacity: .5; }
  .follows-descr-item .open-mnu-btn {
    display: block;
    background-color: transparent; }
    .follows-descr-item .open-mnu-btn .open-mnu-btnc {
      background-color: #c9c9c9; }

.follows-item-top-image {
  background-color: rgba(0, 0, 0, 0.07); }

.feed-multimedia-wrap {
  position: relative; }
  .feed-multimedia-wrap .video-del {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    display: block; }

.feed-img {
  overflow: hidden; }
  .feed-img img {
    height: 100%;
    max-height: 500px;
    width: auto;
    margin: 0 auto; }

.activity-item {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #dedede; }
  .activity-item h5 {
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 16px;
    font-weight: 600; }
  .activity-item span {
    display: block;
    font-size: 12px;
    letter-spacing: -0.2px; }
  .activity-item p {
    position: absolute;
    left: 20px;
    bottom: 16px;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 16px;
    color: #a1a1a1; }

.activity-item-l {
  width: 60%;
  margin: 0 0 26px; }

.activity-item-r {
  width: 100px; }
  .activity-item-r img {
    width: 100%;
    height: auto; }

.profile-last {
  margin: 40px 0 0; }

.profile-curated {
  margin: 52px 0 0; }

.follow-item {
  margin-bottom: 0;
  position: relative; }

.profile-follow {
  margin: 52px 0 0; }
  .profile-follow.newsFeed-cur.newsFeed-follow {
    border-bottom: 1px solid #dedede;
    padding-bottom: 14px; }
    .profile-follow.newsFeed-cur.newsFeed-follow.inbox-people-r {
      margin: 0;
      border-bottom: none;
      padding: 20px;
      height: 100%; }
    .profile-follow.newsFeed-cur.newsFeed-follow .follow-item-img {
      width: 30px; }
      .profile-follow.newsFeed-cur.newsFeed-follow .follow-item-img span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
        letter-spacing: -0.2px; }
    .profile-follow.newsFeed-cur.newsFeed-follow .follow-item {
      margin-bottom: 14px; }
  .profile-follow.newsFeed-follow {
    padding-left: 40px;
    margin: 24px 0 0; }
    .profile-follow.newsFeed-follow .follow-items-wrap {
      margin-bottom: 16px; }
    .profile-follow.newsFeed-follow .profile-last-top {
      margin: 0 0 14px; }
      .profile-follow.newsFeed-follow .profile-last-top p {
        font-size: 12px;
        letter-spacing: -0.2px; }
    .profile-follow.newsFeed-follow .main-button.main-button-transparent {
      border: 1px solid #dedede;
      font-weight: 600; }
    .profile-follow.newsFeed-follow .follow-item-img {
      width: 20px; }
      .profile-follow.newsFeed-follow .follow-item-img span {
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 11px;
        letter-spacing: 0; }
    .profile-follow.newsFeed-follow .follow-item p {
      margin-left: 12px;
      line-height: 20px; }
    .profile-follow.newsFeed-follow .follow-item .newsfeed-cur {
      margin-left: 12px; }
      .profile-follow.newsFeed-follow .follow-item .newsfeed-cur p {
        line-height: 12px;
        margin-left: 0; }
      .profile-follow.newsFeed-follow .follow-item .newsfeed-cur span {
        display: block;
        font-size: 12px;
        letter-spacing: -0.2px;
        opacity: .5; }

.profile-last-top {
  margin: 0 0 10px; }
  .profile-last-top p {
    float: left;
    color: #a1a1a1;
    font-size: 14px;
    letter-spacing: -0.4px;
    font-weight: 600; }
  .profile-last-top a {
    float: right;
    font-size: 12px;
    letter-spacing: -0.2px;
    font-weight: 600;
    transition: opacity .3s ease; }
    .profile-last-top a:hover {
      opacity: .5; }

.curated-item {
  width: 28%;
  margin-right: 5.6%;
  margin-top: 18px; }
  .curated-item:nth-child(3n) {
    margin-right: 0; }
  .curated-item:first-child, .curated-item:nth-child(2), .curated-item:nth-child(3) {
    margin-top: 0; }
  .curated-item p {
    margin: 10px 0 0;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 15px;
    color: #000;
    width: 100%; }

.curated-item-img {
  height: 100px;
  overflow: hidden; }
  .curated-item-img img {
    width: 100%; }

.follow-item {
  margin-bottom: 10px; }
  .follow-item p {
    margin-left: 15px;
    line-height: 40px;
    font-size: 12px;
    letter-spacing: -0.2px; }

.profile-top {
  background-color: #fff;
  padding-top: 60px;
  height: 170px; }
  .profile-top .open-mnu-sm {
    top: 70px; }
  .profile-top .open-mnu-btn {
    padding: 8px 3px;
    display: block;
    top: 100px;
    position: absolute;
    right: 20px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    border-radius: 2px; }
    .profile-top .open-mnu-btn .open-mnu-btnc {
      height: 2px;
      width: 2px; }

.profile-top-l {
  position: absolute;
  top: 90px;
  left: 70px; }

.profile-top-r {
  margin-top: 40px; }
  .profile-top-r .pr-hover-bot-f p {
    line-height: 30px; }

.no-img-loader {
  background-color: #dedede;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.profile-top-img {
  position: relative;
  z-index: 1;
  width: 140px;
  height: 140px;
  overflow: hidden; }
  .profile-top-img img {
    width: 100%; }

.profile-top-img-overlay {
  text-align: center;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer; }

.profile-top-name {
  margin-left: 20px; }
  .profile-top-name strong {
    display: block;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 22px;
    font-weight: 600; }
  .profile-top-name span {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 18px;
    opacity: .5;
    font-weight: 300; }

.profile-campaign-l {
  width: 82.2%;
  padding: 0 40px 140px 0;
  border-right: 1px solid #dedede; }
  .profile-campaign-l.profile-nav-active {
    display: block; }

.profile-campaign-settings {
  display: none; }

.campaign-item-wrap {
  display: block; }

.profile-campaign-r {
  padding: 46px 0 0 42px;
  width: 17.8%; }
  .profile-campaign-r li {
    display: block;
    line-height: 30px;
    padding-left: 8px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer; }
    .profile-campaign-r li:first-letter {
      text-transform: capitalize; }
      .profile-campaign-r li:first-letter a {
        display: block; }
    .profile-campaign-r li svg {
      position: relative;
      top: 2px;
      margin-left: 10px; }
    .profile-campaign-r li.profile-nav-active {
      font-weight: 600;
      color: black; }

.campaign-no-create h4 {
  font-size: 18px;
  letter-spacing: -0.6px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5); }

.campaign-create {
  margin-top: 40px; }
  .campaign-create p {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 30px;
    opacity: 0.5;
    margin-right: 18px; }

.campaign-item-wrap-wrap {
  margin: 40px 0 62px; }
  .campaign-item-wrap-wrap.campaign-item-fun-wrap-wrap {
    margin: 40px 0 0; }
    .campaign-item-wrap-wrap.campaign-item-fun-wrap-wrap > h5 {
      font-size: 18px;
      letter-spacing: -0.6px;
      font-weight: 300;
      opacity: .5; }
  .campaign-item-wrap-wrap.ccampaign-item-archive-wrap-wrap > h5 {
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 14px;
    font-weight: 600;
    color: #a1a1a1; }
  .campaign-item-wrap-wrap.ccampaign-item-archive-wrap-wrap .campaign-item {
    background-color: transparent; }
  .campaign-item-wrap-wrap.ccampaign-item-archive-wrap-wrap .campaign-item-l {
    border-left: 1px solid #dedede;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede; }
  .campaign-item-wrap-wrap.ccampaign-item-archive-wrap-wrap .campaign-item-top h5 {
    opacity: .5; }
  .campaign-item-wrap-wrap.ccampaign-item-archive-wrap-wrap .campaign-sm-item {
    opacity: .5; }
  .campaign-item-wrap-wrap.campaign-item-archive-refund {
    margin-top: 40px; }
    .campaign-item-wrap-wrap.campaign-item-archive-refund .campaign-item, .campaign-item-wrap-wrap.campaign-item-archive-refund .fans-bot {
      background-color: #eaeaea; }
    .campaign-item-wrap-wrap.campaign-item-archive-refund .fans-bot {
      border-top: 1px solid #dedede; }
    .campaign-item-wrap-wrap.campaign-item-archive-refund .fans-bot-item {
      border-bottom: 1px solid #dedede; }

.fans-bot {
  padding: 0 20px 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  background-color: #fbfbfb; }
  .fans-bot.fans-bot-other {
    border-top: 1px solid #f1f1f1;
    background-color: #fff;
    padding: 0; }
    .fans-bot.fans-bot-other .fans-bot-item {
      padding: 20px 20px 19px 30px; }
      .fans-bot.fans-bot-other .fans-bot-item .viewCode {
        font-size: 12px;
        letter-spacing: -0.2px;
        transition: color .3s ease;
        cursor: pointer;
        margin-right: 20px; }
        .fans-bot.fans-bot-other .fans-bot-item .viewCode:hover {
          color: #a0a0a0; }
        .fans-bot.fans-bot-other .fans-bot-item .viewCode strong {
          font-weight: 600; }
  .fans-bot .fans-bot-item {
    padding: 10px 0 9px;
    border-bottom: 1px solid #f1f1f1;
    position: relative; }
    .fans-bot .fans-bot-item .vieopiy {
      display: none;
      position: absolute;
      right: 0;
      top: 40px;
      background-color: #fff;
      z-index: 1;
      padding: 40px 50px 50px;
      box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.07); }
      .fans-bot .fans-bot-item .vieopiy p {
        margin-top: 50px;
        font-size: 12px;
        letter-spacing: -0.2px;
        line-height: 18px;
        opacity: .5; }
      .fans-bot .fans-bot-item .vieopiy .vieopiyImg {
        margin-top: 10px; }
        .fans-bot .fans-bot-item .vieopiy .vieopiyImg img {
          width: 100%; }
      .fans-bot .fans-bot-item .vieopiy .vieopiycode {
        font-size: 20px;
        letter-spacing: -0.6px; }
        .fans-bot .fans-bot-item .vieopiy .vieopiycode strong {
          margin-right: 4px;
          font-weight: 600; }
    .fans-bot .fans-bot-item:last-child {
      border-bottom: none; }
    .fans-bot .fans-bot-item.fans-bot-item-top {
      padding: 20px 0 19px; }
      .fans-bot .fans-bot-item.fans-bot-item-top p, .fans-bot .fans-bot-item.fans-bot-item-top span {
        font-weight: 600;
        opacity: 1; }
      .fans-bot .fans-bot-item.fans-bot-item-top p span {
        color: #ff2051; }
    .fans-bot .fans-bot-item p {
      font-size: 12px;
      letter-spacing: -0.2px; }
      .fans-bot .fans-bot-item p strong {
        font-weight: 600; }
      .fans-bot .fans-bot-item p i {
        color: #a1a1a1; }
    .fans-bot .fans-bot-item > span {
      width: 115px;
      text-align: right;
      opacity: .6; }

.fans-botImNot {
  background-color: #fbfbfb;
  padding: 80px 120px 100px; }
  .fans-botImNot h5 {
    font-weight: 600; }
  .fans-botImNot p {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px; }

.campaign-item {
  background-color: #fff;
  margin-top: 20px; }
  .campaign-item.campaign-item-fan .button-buy {
    height: 30px;
    line-height: 30px;
    cursor: pointer; }

.campaign-item-l {
  padding: 15px 26px 11px 20px;
  height: 190px;
  width: 69%;
  position: relative; }
  .campaign-item-l h5 {
    font-size: 18px;
    letter-spacing: -0.6px;
    font-weight: 600;
    width: 80%; }
  .campaign-item-l p {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 16px;
    opacity: .5; }

.campaign-item-r {
  width: 31%; }
  .campaign-item-r img {
    width: 100%; }

.campaign-sm-item {
  margin-right: 16px; }
  .campaign-sm-item span {
    color: #6b6b6b;
    font-size: 12px;
    letter-spacing: -0.2px;
    display: inline-block; }
    .campaign-sm-item span:first-letter {
      text-transform: capitalize; }
  .campaign-sm-item strong {
    font-size: 12px;
    letter-spacing: -0.2px;
    font-weight: 600;
    display: inline-block; }
    .campaign-sm-item strong:first-letter {
      text-transform: capitalize; }

.campaign-item-bot {
  margin-top: 11px; }

.campaign-item-by {
  position: absolute;
  top: 12px;
  right: 12px; }
  .campaign-item-by p {
    margin-right: 10px;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 30px;
    opacity: .7; }

.campaign-item-mon-w {
  position: absolute;
  bottom: 14px;
  left: 20px; }

.campaign-item-wrap {
  height: 190px; }

.campaign-item-mon > span {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.2px;
  margin-left: 8px;
  opacity: .5; }

.campaign-item-mon .main-button {
  height: 24px;
  line-height: 24px; }

.img-sm-wrap {
  display: inline-block;
  width: 30px;
  text-align: center; }
  .img-sm-wrap img {
    width: 100%; }
  .img-sm-wrap span {
    font-size: 16px;
    letter-spacing: -0.4px;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    color: #e0e0e0;
    text-transform: capitalize; }

.campaign-item-big-bot {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 25px 0 25px 20px; }
  .campaign-item-big-bot p {
    line-height: 30px;
    opacity: .7; }
  .campaign-item-big-bot > span {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 30px;
    margin-left: 28px; }

.pay-out-btn {
  margin-left: 10px;
  position: relative;
  height: 28px;
  padding: 0 12px 0 35px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px; }
  .pay-out-btn span {
    font-weight: 600;
    font-size: 12px;
    letter-spacing: -0.2px;
    display: inline-block;
    line-height: 28px; }
  .pay-out-btn .out-btn {
    position: absolute;
    top: 9px;
    left: 9px; }

.out-btn {
  background-color: #48ea8d;
  width: 10px;
  height: 10px;
  border-radius: 50%; }

.pages-item-wrap {
  margin-top: 20px;
  padding-bottom: 200px; }

.campaign-no-create {
  margin-top: 40px; }

.pages-item-top-l {
  padding: 16px 0 0 20px;
  width: 53%; }
  .pages-item-top-l .follow-btn-wrap {
    margin-top: 14px; }

.pages-item-top-r {
  width: 100px; }
  .pages-item-top-r img {
    width: 100%; }

.pages-item-bot {
  position: absolute;
  bottom: 12px;
  left: 20px; }

.pages-item-bot-item {
  margin-right: 15px; }
  .pages-item-bot-item span {
    font-size: 12px;
    letter-spacing: -0.2px;
    opacity: .7; }
  .pages-item-bot-item strong {
    font-size: 12px;
    letter-spacing: -0.2px;
    font-weight: 600;
    opacity: .7; }

.seth3-wrap {
  border-bottom: 1px solid #dedede;
  padding: 34px 0; }
  .seth3-wrap.seth3-wrap-payments {
    border-bottom: none; }
  .seth3-wrap h3 {
    font-size: 22px;
    letter-spacing: -0.6px;
    line-height: 22px; }
  .seth3-wrap p {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 22px;
    opacity: .5; }
    .seth3-wrap p strong {
      font-weight: 600; }
  .seth3-wrap p.kyc-pp {
    opacity: 1; }
    .seth3-wrap p.kyc-pp span {
      color: #ff2051;
      margin-right: 7px; }
    .seth3-wrap p.kyc-pp svg {
      position: relative;
      top: 3px; }
  .seth3-wrap p.kyc-ok {
    opacity: 1;
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #000;
    font-weight: 600; }
    .seth3-wrap p.kyc-ok span {
      opacity: 0.5;
      margin-left: 8px; }
  .seth3-wrap p.kyc-cc {
    opacity: 1; }
    .seth3-wrap p.kyc-cc span {
      opacity: 0.5;
      margin-right: 8px; }

.payments-table {
  margin-top: -16px;
  border-collapse: collapse;
  width: 100%; }
  .payments-table th {
    text-align: left;
    color: #a1a1a1;
    font-size: 12px;
    letter-spacing: -0.2px;
    padding: 16px 0; }
    .payments-table th:last-child, .payments-table th:nth-child(4) {
      text-align: right; }
  .payments-table td {
    padding: 17px 0 16px;
    border-top: 1px solid #dedede;
    vertical-align: middle; }
    .payments-table td:first-child {
      font-weight: 600; }
    .payments-table td:last-child {
      text-align: right;
      font-weight: 600; }
    .payments-table td:nth-child(4) {
      text-align: right; }
    .payments-table td.table-pending {
      color: #ff2051; }
    .payments-table td.table-executed {
      color: rgba(0, 0, 0, 0.5); }
    .payments-table td p {
      line-height: 18px; }
    .payments-table td svg {
      margin-left: 4px; }

.gen-ga-wr {
  margin-top: 36px; }

.gen-ga-l {
  width: 26.1%; }
  .gen-ga-l h5 {
    font-size: 16px;
    letter-spacing: -0.4px;
    line-height: 16px; }

.gen-ga-r {
  padding-bottom: 30px; }

.ga-check {
  position: relative;
  margin-bottom: 10px; }
  .ga-check label {
    display: block;
    margin-left: 32px; }
  .ga-check.ga-check-se {
    margin-left: 30px; }
  .ga-check.ga-check-disabled label {
    color: rgba(0, 0, 0, 0.5); }
    .ga-check.ga-check-disabled label:before {
      background-color: transparent; }

.stripe-sm {
  background-color: #dedede;
  width: 240px;
  height: 1px; }
  .stripe-sm.stripe-smm {
    margin: 30px 0; }
  .stripe-sm.stripe-smmm {
    margin: 10px 0 30px; }

.ccq-rio strong {
  margin-left: 5px;
  font-size: 12px;
  letter-spacing: -0.2px;
  font-weight: 600;
  opacity: .5; }

.general-pro-wr-wr > p {
  margin-top: 30px;
  font-size: 12px;
  letter-spacing: -0.2px;
  text-align: right;
  cursor: pointer;
  transition: opacity .3s ease; }
  .general-pro-wr-wr > p:hover {
    opacity: .7; }
  .general-pro-wr-wr > p span {
    font-weight: 600;
    color: #2e87ff; }

.general-pro-wr {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #dedede; }
  .general-pro-wr .main-button {
    position: absolute;
    top: 40px;
    right: 0;
    cursor: pointer; }

.general-kcw-wr {
  position: relative;
  padding: 35px 0; }
  .general-kcw-wr .main-button {
    position: absolute;
    top: 40px;
    right: 0;
    cursor: pointer; }
  .general-kcw-wr p {
    width: 78%; }
    .general-kcw-wr p span {
      margin-right: 11px;
      color: #ffde00; }
  .general-kcw-wr h5 {
    margin: 0 0 10px;
    width: 78%;
    font-size: 16px;
    letter-spacing: -0.4px; }

.general-pro-l {
  width: 26.1%; }
  .general-pro-l h5 {
    margin: 4px 0 0;
    font-size: 16px;
    letter-spacing: -0.4px; }

.general-pro-m {
  width: 26.1%;
  line-height: 30px; }
  .general-pro-m span {
    display: block;
    opacity: .5; }

.general-pro-r {
  width: 26.1%;
  line-height: 30px; }
  .general-pro-r span {
    display: block; }

.edit-whithNot > h3 {
  font-size: 18px;
  letter-spacing: -0.6px;
  width: 65%;
  margin: 36px 0 20px 26.1%; }

.edit-whithNot > p {
  margin: 0 0 20px 26.1%;
  width: 65%; }
  .edit-whithNot > p span {
    font-weight: 600;
    color: #ff4152;
    margin-right: 7px; }

.album-people-wr {
  margin-bottom: 140px; }
  .album-people-wr h3 {
    font-size: 20px;
    letter-spacing: -0.6px;
    font-weight: 300;
    opacity: .5; }
  .album-people-wr .album-people-item-w {
    margin-top: 36px; }

.general-pro-wr-edit {
  display: none; }

.general-pro-wr-edit-l.general-pass-edit-l {
  width: 34.8%; }
  .general-pro-wr-edit-l.general-pass-edit-l h5 {
    margin: 24px 0 0; }

.general-pro-wr-edit-l {
  width: 26.1%;
  min-height: 1px; }
  .general-pro-wr-edit-l h4 {
    margin: 20px 0 0;
    font-size: 16px;
    letter-spacing: -0.4px; }
  .general-pro-wr-edit-l h5 {
    margin: 40px 0 0;
    opacity: .5; }

.general-pass-edit-r {
  width: 65.2%;
  padding-top: 20px; }
  .general-pass-edit-r .in-wr-ge-wr {
    max-width: 400px; }

.general-pass-edit-l p {
  max-width: 240px;
  margin: 8px 0 0;
  font-size: 12px;
  letter-spacing: -0.2px;
  opacity: .5; }

.general-pro-wr-edit-r {
  width: 65.3%;
  padding-top: 20px; }

.album-descr-edit {
  position: relative;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 20px;
  min-height: 120px; }
  .album-descr-edit p {
    padding: 27px 0 6px;
    outline: none;
    min-height: 25px;
    padding-left: 11px;
    width: 95%;
    font-size: 16px;
    letter-spacing: -0.4px; }
  .album-descr-edit strong {
    position: absolute;
    display: inline-block;
    top: 7px;
    left: 11px;
    font-size: 12px;
    letter-spacing: -0.2px;
    color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    cursor: text; }
  .album-descr-edit span {
    font-size: 16px;
    letter-spacing: -0.4px;
    opacity: .3;
    position: absolute;
    left: 11px;
    top: 27px; }

.se-wr-ge-wr, .in-wr-ge-wr {
  position: relative;
  margin-bottom: 20px; }
  .se-wr-ge-wr label, .in-wr-ge-wr label {
    position: absolute;
    display: inline-block;
    top: 7px;
    left: 11px;
    font-size: 12px;
    letter-spacing: -0.2px;
    color: rgba(0, 0, 0, 0.5);
    z-index: 1; }
    .se-wr-ge-wr label svg, .in-wr-ge-wr label svg {
      margin-left: 6px;
      position: relative;
      top: 3px;
      cursor: pointer; }
    .se-wr-ge-wr label:first-letter, .in-wr-ge-wr label:first-letter {
      text-transform: capitalize; }

.se-wr-ge-wr label {
  cursor: pointer; }

.in-wr-ge-wr.in-wr-ge-wr-medium input {
  font-weight: 600;
  border-radius: 0;
  border-left: none;
  border-right: none; }

.in-wr-ge-wr label {
  cursor: text; }

#JustListen {
  margin-bottom: 20px; }
  #JustListen label {
    width: 50%; }

.sy-wr-50i .in-wr-ge-wr {
  width: 50%; }
  .sy-wr-50i .in-wr-ge-wr:nth-child(1) input {
    border-radius: 2px 0 0 2px; }
  .sy-wr-50i .in-wr-ge-wr:nth-child(2) input {
    border-radius: 0 2px 2px 0;
    border-left: none; }

.sy-wr-50 .se-wr-ge-wr, .sy-wr-50 .in-wr-ge-wr {
  width: 50%; }

.sy-wr-50 .se-wr-ge-wr .selectize-input {
  border-radius: 2px 0 0 2px; }

.sy-wr-50 .in-wr-ge-wr input {
  border-radius: 0 2px 2px 0;
  border-left: none; }

.sy-wr-50 .se-wr-ge-wr-2 .selectize-input {
  border-radius: 0 2px 2px 0;
  border-left: none; }

.sy-wr-33-checkCurrency .in-wr-ge-wr {
  width: 25%; }

.sy-wr-33-checkCurrency.sy-wr-33-checkCurrencyAct .se-wr-ge-wr, .sy-wr-33-checkCurrency.sy-wr-33-checkCurrencyAct .in-wr-ge-wr {
  margin-bottom: 10px; }

.sy-wr-33-checkCurrency.sy-wr-33-checkCurrencyAct .in-wr-ge-wr {
  width: 50%; }

.sy-wr-33-checkCurrency .se-wr-ge-wr {
  width: 50%; }
  .sy-wr-33-checkCurrency .se-wr-ge-wr:first-child .selectize-input {
    border-radius: 2px 0 0 2px; }
  .sy-wr-33-checkCurrency .se-wr-ge-wr:last-child {
    width: 25%; }
    .sy-wr-33-checkCurrency .se-wr-ge-wr:last-child .selectize-input {
      border-radius: 0 2px 2px 0; }

.sy-wr-33 .se-wr-ge-wr {
  width: 33.33%; }
  .sy-wr-33 .se-wr-ge-wr:nth-child(1) .selectize-input {
    border-radius: 2px 0 0 2px;
    border-right: none; }
  .sy-wr-33 .se-wr-ge-wr:nth-child(2) .selectize-input {
    border-radius: 0;
    border-right: 0; }
  .sy-wr-33 .se-wr-ge-wr:nth-child(3) .selectize-input {
    border-radius: 0 2px 2px 0; }

.sy-wr-50-se .in-wr-ge-wr {
  width: 50%; }

.sy-wr-50-se .se-wr-ge-wr {
  width: 50%; }
  .sy-wr-50-se .se-wr-ge-wr:nth-child(1) .selectize-input {
    border-radius: 2px 0 0 2px; }
  .sy-wr-50-se .se-wr-ge-wr:nth-child(2) .selectize-input {
    border-radius: 0 2px 2px 0;
    border-left: none; }

.sy-wr-50-se.sy-wr-50-su .in-wr-ge-wr input {
  border-left: none;
  border-radius: 0 2px 2px 0; }

.sy-wr-50-se.sy-wr-50-sy .in-wr-ge-wr input {
  border-radius: 2px 0 0 2px; }

.sy-wr-50-se.sy-wr-50-se-check {
  margin-bottom: 20px; }
  .sy-wr-50-se.sy-wr-50-se-check .sy-wr-50-se-check-w {
    margin-bottom: 10px; }
  .sy-wr-50-se.sy-wr-50-se-check .se-wr-ge-wr, .sy-wr-50-se.sy-wr-50-se-check .in-wr-ge-wr {
    margin-bottom: 0; }

.pro-w-all-st {
  margin: 20px 0;
  width: 91.3%;
  height: 1px;
  background-color: #dedede; }
  .pro-w-all-st.pro-w-pass-st {
    width: 280px;
    margin: 30px 0 8px; }
  .pro-w-all-st.pro-w-pass-sst {
    width: 280px;
    margin: 23px 0 11px; }

.general-pro-wr-edit-r-2 {
  padding-top: 16px; }

.kyc-bottom {
  display: none; }

.kyc-bottom-item.kyc-bottom-item-last {
  border-bottom: none; }

.kyc-bottom-item {
  margin-top: 10px;
  padding-bottom: 46px;
  border-bottom: 1px solid #dedede;
  position: relative; }
  .kyc-bottom-item > .main-button {
    margin-top: 10px; }
  .kyc-bottom-item .main-button {
    height: 24px;
    line-height: 24px;
    cursor: pointer; }
  .kyc-bottom-item .warn55 {
    position: absolute;
    bottom: 16px;
    left: 0;
    color: #ff2051;
    font-size: 12px;
    letter-spacing: -0.2px; }
  .kyc-bottom-item strong {
    font-size: 15px;
    letter-spacing: -0.4px;
    font-weight: 400; }
  .kyc-bottom-item > p {
    max-width: 700px;
    margin: 6px 0 0;
    font-size: 12px;
    letter-spacing: -0.2px;
    opacity: .7; }
  .kyc-bottom-item:nth-child(1) {
    margin-top: 0; }
  .kyc-bottom-item svg {
    margin-left: 6px; }
  .kyc-bottom-item .kyc-button-edit {
    bottom: 10px;
    left: 0;
    right: auto;
    top: auto;
    padding: 3px 8px 2px; }

.bigbtns-btn.bigbtns-pass-btn {
  margin-top: 30px;
  margin-left: 34.8%; }
  .bigbtns-btn.bigbtns-pass-btn .main-button {
    padding: 0 184px; }

.bigbtns-btn {
  margin-left: 26.1%; }
  .bigbtns-btn .main-button {
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 60px;
    height: 60px;
    padding: 0 112px;
    cursor: pointer; }
  .bigbtns-btn > span {
    margin-left: 34px;
    font-size: 14px;
    letter-spacing: -0.4px;
    opacity: .5;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .3s ease; }
    .bigbtns-btn > span:hover {
      opacity: .3; }
  .bigbtns-btn > p {
    width: 85%;
    margin: 26px 0 24px;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 16px; }
    .bigbtns-btn > p span {
      font-weight: 600;
      color: #ff4152;
      margin-right: 7px; }

.name-document-pdf {
  position: absolute;
  bottom: 12px;
  right: 0; }
  .name-document-pdf span {
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #000; }
  .name-document-pdf svg {
    cursor: pointer;
    position: relative;
    top: 2px; }

.general-pro-wr-pass-r {
  width: 73.9%; }

.general-pro-pass {
  margin-top: 12px; }

.ch-pass-wrap {
  margin-top: 20px;
  position: relative; }
  .ch-pass-wrap .main-button {
    position: absolute;
    top: 8px;
    right: 0; }

.ch-pass-l span, .ch-pass-r span {
  display: block; }
  .ch-pass-l span:last-child, .ch-pass-r span:last-child {
    margin-top: 10px; }

.ch-pass-l {
  width: 120px; }
  .ch-pass-l span {
    opacity: 0.5; }

.pass-edit-in .in-wr-ge-wr input {
  border-bottom: none; }

.pass-edit-in .in-wr-ge-wr:last-child input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.profile-pass-edit-w {
  margin-top: 20px;
  display: none; }

.general-pro-lang {
  margin-top: 40px; }
  .general-pro-lang > p {
    color: rgba(0, 0, 0, 0.5);
    line-height: 30px; }
    .general-pro-lang > p strong {
      color: #000;
      margin-left: 22px; }

.general-pro-edit-lang .se-wr-ge-wr {
  max-width: 400px; }

.general-pro-edit-lang .selectize-input {
  padding: 17px 12px 17px 11px; }

.follows-item-top-video video {
  max-width: 100%; }

.follows-item-top-audio-more {
  margin-top: 3px;
  background-color: #fff;
  padding-left: 100px; }
  .follows-item-top-audio-more p {
    cursor: pointer;
    font-size: 12px;
    letter-spacing: -0.2px;
    opacity: .5;
    font-weight: 600; }

.follows-item-top-audio-l {
  width: 50px; }

.follows-item-top-audio-r {
  position: relative;
  width: calc(100% - 50px);
  height: 50px; }

.follows-item-top-audio-item {
  position: relative; }
  .follows-item-top-audio-item p {
    position: absolute;
    top: 16px;
    left: 50px; }
    .follows-item-top-audio-item p strong {
      font-weight: 600; }

.media-main-popup {
  margin: 0 auto;
  width: 100%;
  height: 100%; }
  .media-main-popup .flexslider {
    margin: 0;
    background: transparent;
    border: none; }
    .media-main-popup .flexslider .slides img {
      width: auto;
      margin: 0 auto;
      height: auto;
      max-height: 940px;
      max-width: 100%; }

.media-main-popup-fl {
  width: calc(100% - 360px);
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center; }
  .media-main-popup-fl .flexslider .flex-direction-nav .flex-prev {
    left: 10px; }
  .media-main-popup-fl .flexslider .flex-direction-nav .flex-next {
    right: 10px; }
  .media-main-popup-fl.media-main-popup-fl-toggle {
    width: 100%; }
    .media-main-popup-fl.media-main-popup-fl-toggle .svg_arrow_white {
      transform: rotate(180deg); }
  .media-main-popup-fl .slides {
    display: flex;
    align-items: center; }

.media-main-popup-l {
  width: 100%; }

.media-main-popup-r {
  width: 360px;
  height: 100vh;
  background-color: #fff;
  padding: 15px; }

.main-qwerty-form .h4-count {
  position: absolute;
  top: 7px;
  right: 11px;
  font-size: 12px;
  letter-spacing: -0.2px;
  opacity: .5; }
  .main-qwerty-form .h4-count.h4-count-red {
    color: #ff3d4f; }

.main-qwerty-form .download-all-fast {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1; }
  .main-qwerty-form .download-all-fast svg {
    display: block; }

.main-qwerty-form.main-qwerty-form-act {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
  .main-qwerty-form.main-qwerty-form-act .qwerty-h4 {
    padding-top: 16px; }

.qw-audio-wrap {
  padding-right: 10px; }

.qw-audio {
  position: relative;
  min-height: 120px;
  margin-bottom: 5px;
  background-color: #f8f8f8; }
  .qw-audio .track-load-wr {
    width: 240px;
    margin-left: -120px; }
  .qw-audio .audSVG {
    position: absolute;
    z-index: 1;
    top: 0;
    cursor: pointer; }
  .qw-audio .delSVG {
    right: 0; }
  .qw-audio .editSVG {
    right: 19px; }
  .qw-audio .mejs__controls {
    z-index: 1;
    width: 50px;
    left: 63px;
    bottom: auto;
    top: 10px; }
    .qw-audio .mejs__controls .mejs__play > button, .qw-audio .mejs__controls .mejs__replay > button {
      background: url(../img/play-black.svg);
      background-repeat: no-repeat;
      background-position: 9px 3px; }
    .qw-audio .mejs__controls .mejs__pause > button {
      background: url(../img/pause-black.svg);
      background-repeat: no-repeat;
      background-position: 9px 3px; }
  .qw-audio .qw-audio-o {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .qw-audio .qw-audio-o .audio-descr1 {
      width: 120px; }
      .qw-audio .qw-audio-o .audio-descr1 .audio-descr-img {
        width: 60px;
        height: 60px;
        position: relative; }
        .qw-audio .qw-audio-o .audio-descr1 .audio-descr-img img {
          width: 100%; }
        .qw-audio .qw-audio-o .audio-descr1 .audio-descr-img .audio-label-dwn {
          position: absolute;
          top: 10px;
          left: 10px;
          cursor: pointer;
          width: 40px;
          height: 40px;
          display: block;
          border-radius: 50%;
          background-color: #fff;
          text-align: center; }
          .qw-audio .qw-audio-o .audio-descr1 .audio-descr-img .audio-label-dwn svg {
            margin: 12px auto; }
    .qw-audio .qw-audio-o .audio-descr2 .audio-descr2-1 {
      padding: 10px 24px 10px 0;
      border-bottom: 1px solid #e6e6e6; }
      .qw-audio .qw-audio-o .audio-descr2 .audio-descr2-1:last-child {
        border-bottom: none;
        padding: 10px 24px 10px 0; }
      .qw-audio .qw-audio-o .audio-descr2 .audio-descr2-1 label {
        display: block;
        font-size: 12px;
        letter-spacing: -0.2px;
        opacity: .5;
        cursor: pointer; }
    .qw-audio .qw-audio-o .audio-descr3 .audio-descr3-1-select-1 {
      border-bottom: 1px solid #e6e6e6; }
    .qw-audio .qw-audio-o .audio-descr3 .audio-descr3-1 {
      padding: 9px 24px 8px 0;
      border-bottom: 1px solid #e6e6e6; }
      .qw-audio .qw-audio-o .audio-descr3 .audio-descr3-1 input {
        border: none;
        background-color: transparent; }
    .qw-audio .qw-audio-o .audio-descr3 .audio-descr3-1-select .selectize-input {
      padding: 7px 24px 8px 0;
      border: none;
      background-color: transparent; }
      .qw-audio .qw-audio-o .audio-descr3 .audio-descr3-1-select .selectize-input * {
        font-size: 13px;
        letter-spacing: -0.4px; }
    .qw-audio .qw-audio-o .audio-descr3 .audio-descr3-1-select .selectize-control.single .selectize-input.dropdown-active:after, .qw-audio .qw-audio-o .audio-descr3 .audio-descr3-1-select .selectize-control.single .selectize-input:after {
      display: none; }
    .qw-audio .qw-audio-o .audio-descr3 .audio-descr3-1-select .selectize-control.multi .selectize-input > div {
      background: transparent; }
    .qw-audio .qw-audio-o .audio-descr3 .audio-descr3-1-select .optgroup-header {
      font-size: 13px;
      letter-spacing: -0.4px;
      font-weight: 600; }
    .qw-audio .qw-audio-o .audio-descr3 .audio-descr3-1-select .option.selected {
      background-image: url(../img/maxcheckbox-black.svg);
      background-position: right 5px center;
      background-repeat: no-repeat; }

.other-posters-wrap {
  position: absolute;
  z-index: 2;
  bottom: 10px;
  right: 5px; }
  .other-posters-wrap label {
    background-position: center;
    background-size: cover; }
    .other-posters-wrap label .qwu1 {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -12px;
      margin-top: -8px; }
  .other-posters-wrap label, .other-posters-wrap .sm-img {
    position: relative;
    width: 96px;
    height: 54px;
    background-color: #fff;
    overflow: hidden;
    margin-right: 5px;
    cursor: pointer; }
    .other-posters-wrap label img, .other-posters-wrap .sm-img img {
      height: 100%; }
  .other-posters-wrap .qwu3 {
    position: absolute;
    top: 0;
    right: 0; }
  .other-posters-wrap .qwu2 {
    display: none;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -5px;
    margin-right: -7px; }
  .other-posters-wrap .sm-img-toggle.sm-img-active .qwu2 {
    display: block; }
  .other-posters-wrap .sm-img-toggle.sm-img-active:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); }

.qwerty-descr {
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-right: 20px; }
  .qwerty-descr p {
    line-height: 20px;
    outline: none; }

.qwerty-bot {
  margin-top: 20px; }
  .qwerty-bot > span {
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 36px;
    font-weight: 600;
    cursor: pointer;
    transition: opacity .3s ease; }
  .qwerty-bot .main-button {
    font-size: 14px;
    letter-spacing: -0.4px;
    height: 36px;
    line-height: 36px;
    padding: 0 22px; }
  .qwerty-bot .qwerty-add-ph {
    margin-right: 30px;
    cursor: pointer;
    transition: opacity .3s ease; }
    .qwerty-bot .qwerty-add-ph.qwerty-add-co {
      display: block; }
      .qwerty-bot .qwerty-add-ph.qwerty-add-co input {
        display: none; }
    .qwerty-bot .qwerty-add-ph:hover {
      opacity: .5; }
    .qwerty-bot .qwerty-add-ph span {
      font-size: 12px;
      letter-spacing: -0.2px;
      line-height: 36px;
      opacity: .5; }
    .qwerty-bot .qwerty-add-ph svg {
      position: relative;
      margin-right: 3px;
      top: 3px; }

.qwerty-photo {
  padding-bottom: 20px; }

.qw-photo-item.qw-audio-download {
  width: 100%;
  margin-top: 10px;
  height: 60px; }
  .qw-photo-item.qw-audio-download span {
    width: 100%;
    height: 60px;
    line-height: 60px; }

.qw-photo-item, .qw-photo-audio {
  position: relative;
  text-align: center;
  margin-right: 10px;
  width: 80px;
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .qw-photo-item:hover > svg, .qw-photo-audio:hover > svg {
    display: block; }
  .qw-photo-item > svg, .qw-photo-audio > svg {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0; }
  .qw-photo-item span, .qw-photo-audio span {
    display: inline-block;
    cursor: pointer;
    font-size: 34px;
    letter-spacing: -1px;
    line-height: 78px;
    width: 78px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    color: #cccccc; }

.qw-photo-audio {
  margin-bottom: 10px; }

.qw-photo-del {
  position: absolute;
  top: 0;
  right: 0; }

/*
	.track-load-wr
		position: absolute
		width: 70px
		background-color: $borders-color
		top: 50%
		left: 50%
		margin-left: -35px
		margin-top: -1px
		z-index: 1
		.track-load
			width: 0
			height: 3px
			background-color: $green */
.cr-pages-w {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }
  .cr-pages-w h4 {
    margin-bottom: 14px;
    font-size: 18px;
    letter-spacing: -0.6px;
    opacity: .5;
    font-weight: 300; }
  .cr-pages-w .flexslider {
    margin: 0;
    padding: 20px 0 20px 20px;
    border: 0; }
  .cr-pages-w .album-people-item {
    width: auto; }
    .cr-pages-w .album-people-item .album-people-item-img {
      width: 130px; }
    .cr-pages-w .album-people-item .album-people-item-de span {
      opacity: .5; }

.flex-direction-nav a {
  width: 40px;
  height: 40px;
  background-color: #eee;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center; }
  .flex-direction-nav a::before {
    display: none; }

.flex-direction-nav .flex-prev {
  background-image: url(../img/arrow-l.svg);
  left: 10px; }

.flex-direction-nav .flex-next {
  background-image: url(../img/arrow-r.svg); }

.cr-page-wr {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .cr-page-wr .flexslider:hover .flex-direction-nav .flex-prev {
    left: 30px;
    opacity: 1; }
  .cr-page-wr .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 30px; }
  .cr-page-wr .cr-page-parent {
    width: 100%;
    height: 100vh;
    display: table;
    min-height: 660px; }
    .cr-page-wr .cr-page-parent .cr-page-inner {
      display: table-cell;
      vertical-align: middle; }
      .cr-page-wr .cr-page-parent .cr-page-inner .cr-page {
        display: inline-block;
        width: 100%;
        position: relative;
        bottom: 140px; }
        .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-bot-form1 .main-button {
          margin-left: 20px; }
        .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-bot-form1 .selectize-input {
          padding: 17px 20px;
          min-height: 60px; }
        .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-top {
          padding-bottom: 34px; }
          .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-top h1 {
            font-size: 40px;
            letter-spacing: -1.4px;
            font-weight: 600; }
            .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-top h1 span {
              font-weight: 300; }
          .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-top p {
            font-size: 18px;
            letter-spacing: -0.6px;
            font-weight: 300;
            opacity: .5; }
        .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-bot {
          padding-top: 34px;
          border-top: 1px solid rgba(0, 0, 0, 0.07); }
          .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-bot h3 {
            font-size: 18px;
            letter-spacing: -0.6px;
            font-weight: 300; }
          .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-bot p {
            font-size: 12px;
            letter-spacing: -0.2px;
            color: rgba(0, 0, 0, 0.5); }
            .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-bot p .main-button {
              margin: 0 4px;
              padding: 0 6px;
              height: 30px;
              line-height: 30px;
              cursor: pointer; }
              .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-bot p .main-button:first-letter {
                text-transform: lowercase; }
        .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-bot-form-txt {
          margin-bottom: 13px; }
          .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-bot-form-txt textarea {
            padding: 10px 15px;
            min-width: 400px;
            min-height: 100px;
            border: 1px solid rgba(0, 0, 0, 0.07);
            font-size: 12px;
            letter-spacing: -0.2px; }
        .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-bot-form {
          padding-top: 40px; }
        .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .main-button {
          height: 60px;
          line-height: 60px;
          font-size: 14px;
          letter-spacing: -0.4px;
          padding: 0 43px; }
        .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .choose-code-txt .main-button {
          padding: 0 10px;
          margin: 0 4px;
          height: 30px;
          line-height: 30px;
          font-size: 12px;
          letter-spacing: -0.2px;
          cursor: pointer; }
        .cr-page-wr .cr-page-parent .cr-page-inner .cr-page .cr-bot-form1-l {
          width: 480px; }

.cr-bot-form-choose-code .choose-code-txt {
  margin-top: 30px; }
  .cr-bot-form-choose-code .choose-code-txt p {
    font-size: 12px;
    letter-spacing: -0.2px; }

.cr-bot-form-choose-code form {
  padding-bottom: 80px;
  border-bottom: 1px solid #ebebeb; }

.cr-bot-form-choose-code .input-code input {
  border: 1px solid #ededed;
  border-radius: 2px;
  text-indent: 20px;
  width: 480px;
  padding: 17px 0 16px;
  font-size: 16px;
  letter-spacing: -0.4px; }

.cr-bot-form-choose-code .btn-code {
  margin-left: 20px; }

.cr-dropdown-own {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 0 0 2px 2px;
  padding: 5px 5px 5px 0;
  z-index: 3; }
  .cr-dropdown-own.hesh-dropdown i {
    font-size: 12px;
    letter-spacing: -0.2px;
    opacity: .5; }
  .cr-dropdown-own .cr-dropdown-own-content {
    padding: 5px 6px 5px 10px; }
    .cr-dropdown-own .cr-dropdown-own-content .option {
      padding: 6px 10px 6px 11px;
      font-size: 13px;
      letter-spacing: -0.4px;
      cursor: pointer; }
      .cr-dropdown-own .cr-dropdown-own-content .option:hover {
        background-color: rgba(0, 0, 0, 0.07); }

.cr-container {
  max-width: 1440px;
  margin: 0 auto; }

.mus-bg {
  position: relative; }
  .mus-bg .logo-muz {
    left: 50%;
    bottom: 20px;
    margin-left: -20px; }

.logo-muz-sm {
  width: 100px;
  height: 100px; }
  .logo-muz-sm:hover .avatar:after {
    opacity: 0.45; }
  .logo-muz-sm .avatar {
    position: relative; }
  .logo-muz-sm img {
    width: 100%; }

.logo-muz {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  bottom: 10px;
  left: 10px;
  cursor: pointer;
  text-align: center; }
  .logo-muz svg {
    position: relative;
    margin-top: 12px; }
  .logo-muz.img-upload {
    text-align: center; }
    .logo-muz.img-upload svg {
      margin-left: 0; }

.musician-item {
  margin-bottom: 54px; }
  .musician-item.musician-item-add h5 {
    padding-bottom: 4px; }
  .musician-item h5 {
    font-size: 14px;
    letter-spacing: -0.4px;
    padding-bottom: 14px;
    color: #a1a1a1;
    font-weight: 600;
    border-bottom: 1px solid #dedede; }
  .musician-item p {
    margin-top: 14px;
    margin-bottom: 4px; }
  .musician-item .main-button {
    cursor: pointer; }
    .musician-item .main-button:hover {
      background-color: #f1f1f1;
      color: #000; }

.musician-item-add-w-2 {
  border-radius: 2px;
  border: 3px solid #cfecff;
  margin-bottom: 10px; }

.musician-item-a {
  border-bottom: 1px solid #cfecff; }
  .musician-item-a span {
    margin-left: 9px;
    font-size: 12px;
    letter-spacing: -0.2px;
    opacity: .5; }
  .musician-item-a p {
    width: 85%;
    line-height: 20px;
    margin: 3px 0 10px 9px;
    outline: none; }
  .musician-item-a:last-child {
    border-bottom: none; }
    .musician-item-a:last-child p {
      margin: 3px 0 14px 9px; }

.musician-item-a-btns span {
  margin-left: 14px;
  font-size: 12px;
  letter-spacing: -0.2px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity .3s ease;
  font-weight: 600; }
  .musician-item-a-btns span:hover {
    opacity: 0.3; }

.photo-video-item-wrap {
  margin-top: 20px;
  padding-bottom: 100px; }

.photo-video-item {
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 215px;
  height: 215px; }
  .photo-video-item:nth-child(4n) {
    margin-right: 0; }

.video-play {
  background-color: #000;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  left: 5px;
  text-align: center; }
  .video-play svg {
    position: relative;
    top: 9px; }

.muz-add-album {
  padding-bottom: 20px; }

.muz-add-track {
  margin: 20px 0; }

.audio-search {
  position: relative;
  margin: 40px 0 0; }
  .audio-search svg {
    position: absolute;
    top: 7px;
    left: 7px;
    opacity: .2; }
  .audio-search input {
    width: 100%;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    letter-spacing: -0.2px;
    padding: 6px 0 5px;
    text-indent: 34px; }

.music50-item-l {
  width: 60px; }
  .music50-item-l img {
    width: 100%; }

.music50-item-r {
  width: calc(100% - 60px);
  position: relative; }
  .music50-item-r .track_info {
    width: calc(100% - 50px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 50px; }
    .music50-item-r .track_info strong {
      font-weight: 600;
      margin-right: 5px; }

.album50-wr {
  border-bottom: 1px solid #dedede; }

.album50-item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 215px;
  position: relative; }
  .album50-item .album50-item-img {
    position: relative; }
  .album50-item:nth-child(4n) {
    margin-right: 0; }
  .album50-item .album50-item-hover {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: background-color .4s ease; }
    .album50-item .album50-item-hover span {
      font-size: 10px;
      letter-spacing: 0;
      padding: 1px 10px;
      text-transform: uppercase;
      color: rgba(255, 255, 255, 0.5);
      display: inline-block;
      border: 1px solid rgba(255, 255, 255, 0.1);
      transition: opacity .4s ease;
      opacity: 0; }
  .album50-item:hover .album50-item-hover {
    display: flex;
    background-color: rgba(0, 0, 0, 0.7); }
    .album50-item:hover .album50-item-hover span {
      opacity: 1; }
  .album50-item strong {
    display: block;
    margin-top: 4px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px; }
  .album50-item p {
    width: 90%;
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #979797;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.music50-item-wr {
  padding-bottom: 20px; }

.more-btn-wr {
  text-align: center;
  margin: 14px 0 40px; }
  .more-btn-wr .more-btn {
    padding: 5px 12px 4px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #dedede;
    cursor: pointer;
    font-size: 12px;
    letter-spacing: -0.2px;
    font-weight: 600;
    transition: opacity .3s ease; }
    .more-btn-wr .more-btn:hover {
      opacity: .5; }

.back-to {
  margin: 25px 0; }
  .back-to svg {
    position: relative;
    top: 3px; }
  .back-to span {
    margin-left: 4px;
    font-size: 12px;
    letter-spacing: -0.2px;
    line-height: 18px;
    opacity: .5;
    font-weight: 600; }

.buy-album-logo-r {
  margin-right: 30px; }

.buy-album {
  background-color: #fff;
  margin-bottom: 50px; }

.album-people-item {
  width: 20%; }
  .album-people-item .album-people-item-img {
    width: 100px; }
    .album-people-item .album-people-item-img img {
      width: 100%; }

.album-people-item-de {
  margin-left: 12px;
  width: 48%; }
  .album-people-item-de p {
    margin-top: -2px;
    font-size: 14px;
    letter-spacing: -0.4px;
    line-height: 18px;
    font-weight: 600; }
  .album-people-item-de span {
    display: block;
    margin-top: -2px;
    font-size: 12px;
    letter-spacing: -0.2px; }

.album-sh {
  background-color: #000;
  padding: 12px 9px 11px; }

.buy-album-wr {
  margin-top: 40px; }

.album-text {
  padding-top: 18px; }

.buy-album-top-l {
  width: 70%;
  position: relative;
  min-height: 360px;
  padding: 0 0 0 30px; }
  .buy-album-top-l.buy-album-top-l-own {
    min-height: 215px; }
  .buy-album-top-l .main-button-fan-p {
    margin-top: 30px;
    cursor: pointer; }
  .buy-album-top-l .main-button.main-button-transparent {
    border-color: rgba(0, 0, 0, 0.07);
    font-size: 14px;
    letter-spacing: -0.4px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5); }
  .buy-album-top-l .buy-album-h3 h3 {
    font-size: 30px;
    letter-spacing: -1px;
    font-weight: 600; }
    .buy-album-top-l .buy-album-h3 h3 span {
      opacity: .5; }
  .buy-album-top-l .buy-album-p p > span {
    color: #979797; }

.albumIcons {
  position: absolute;
  top: 21px;
  z-index: 1;
  cursor: pointer; }
  .albumIcons.albumIconsDelete {
    right: 41px; }
  .albumIcons.albumIconsEdit {
    right: 80px; }

.buy-album-top-r {
  width: 30%;
  position: relative; }
  .buy-album-top-r.buy-album-top-r-own {
    width: 215px; }
  .buy-album-top-r img {
    width: 100%; }
  .buy-album-top-r .logo-muz svg {
    margin-top: 13px; }

.album-price {
  margin-top: 4px;
  margin-left: 14px; }
  .album-price strong {
    display: block;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.6px;
    line-height: 24px; }
  .album-price p {
    font-size: 11px;
    letter-spacing: 0;
    opacity: .5; }

.by-btn-wrap {
  margin-top: 24px; }
  .by-btn-wrap .main-button {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    letter-spacing: -0.4px;
    padding: 0 30px; }
    .by-btn-wrap .main-button.main-button-notify {
      font-size: 14px;
      letter-spacing: -0.4px; }
    .by-btn-wrap .main-button.main-button-notify-ok {
      font-size: 12px;
      letter-spacing: -0.2px;
      line-height: 40px;
      height: 40px; }
  .by-btn-wrap .button-buy {
    cursor: pointer; }

.album-descr {
  margin-top: 24px;
  position: absolute;
  bottom: 26px;
  left: 30px; }
  .album-descr p {
    font-size: 12px;
    letter-spacing: -0.2px; }
    .album-descr p span {
      color: #979797; }
    .album-descr p strong {
      font-weight: 600;
      color: #979797; }
    .album-descr p svg {
      position: relative;
      top: 2px;
      margin-left: 4px; }

.buy-album-middle {
  background-color: #fbfbfb;
  padding: 23px 30px 22px; }
  .buy-album-middle .follows-descr-item:first-child {
    margin-left: 0; }
  .buy-album-middle .open-mnu-btn {
    padding: 6px 8px; }
  .buy-album-middle .post-like-2-album {
    margin-left: 16px;
    margin-top: 1px; }
    .buy-album-middle .post-like-2-album p {
      line-height: 13px; }
  .buy-album-middle .uy_aq-menu {
    top: -17px; }

.album-right-icons {
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  background-color: #fff;
  top: 0;
  right: 16px;
  bottom: 1px;
  z-index: 1; }

.select-name {
  line-height: 20px;
  width: calc(100% - 30px); }

.audio-stripe {
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.07); }

/*
	.newsFeedTabs
		li
			padding: 0 12px
			line-height: 32px
			opacity: .5
			border-radius: 4px
			cursor: pointer
			&.newsActive
				font-weight: $font-medium
				font-size: 12px
				letter-spacing: $letter-spacing-12
				line-height: 30px
				opacity: 1
				border: 1px solid #000

	.trackEdit
		margin: 0 auto
		max-width: 960px
		background-color: #fff
		position: relative

	.trackEdit-top
		min-height: 59px
		position: relative
		border-bottom: 1px solid $borders-color
		.newsFeedTabs-wr
			padding: 0
			position: relative
			top: 1px
			.newsFeedTabs
				li
					font-size: 12px
					letter-spacing: $letter-spacing-12
					line-height: 59px
					border-radius: 0
					padding: 0
					&:first-child
						margin-right: 22px
					&.actTabPop
						opacity: 1
						line-height: 58px
						border-bottom: 1px solid #000
		h5
			position: absolute
			left: 20px
			top: 12px
			font-size: 14px
			letter-spacing: $letter-spacing-13
			line-height: 36px
		.main-button
			height: 36px
			line-height: 36px

	.albumEdit-top-r
		position: absolute
		top: 12px
		right: 10px
		&.albumEdit-top-rAlbum
			top: -44px
			right: 15px
			span
				font-size: 12px
				letter-spacing: $letter-spacing-12
				margin-right: 12px
				font-weight: $font-medium
				cursor: pointer
				transition: opacity .3s ease
				&:hover
					opacity: .5

	.trackEdit-bot
		padding: 30px

	.trackEdit-l
		width: 56.7%

	.trackEdit-r
		width: 43.3%
		padding-left: 30px
		.trackEditTopImg
			position: relative
			overflow: hidden
			height: 360px
		.trackEdit-rp
			margin-top: 18px
			&.trackEditAlbum-rp
				margin-top: 0
			p
				margin-top: 20px
				font-size: 12px
				letter-spacing: $letter-spacing-12
				opacity: .5
				line-height: 18px
				&:first-child
					margin-top: 0
				&.error-p
					color: #FE3D4F
					font-weight: $font-medium

	.uy_aq
		display: inline-block
		cursor: pointer
		margin-right: 12px
		span
			line-height: 36px
			font-size: 12px
			letter-spacing: $letter-spacing-12
			margin-right: 2px
		svg
			position: relative
			bottom: 1px */
.in-wr-ge-wr-two {
  margin-bottom: 20px; }
  .in-wr-ge-wr-two .se-wr-ge-wr, .in-wr-ge-wr-two .in-wr-ge-wr {
    margin-bottom: 0; }
  .in-wr-ge-wr-two .sy-wr-50-se .se-wr-ge-wr .selectize-input {
    border-radius: 2px 0 0 2px;
    border-top: 0; }
  .in-wr-ge-wr-two .sy-wr-50-se .in-wr-ge-wr .selectize-input {
    border-radius: 0 2px 2px 0;
    border-left: none;
    border-top: 0; }

/*
	.albumDrag-wwr
		position: relative

	.albumDrag-wr
		min-height: 488px */
.is-dragover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(35, 34, 36, 0.9);
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: -1px; }

/*
	.audio-DrugDrop
		text-align: center
		padding-top: 145px
		min-height: 428px
		position: relative
		h3
			display: block
			font-weight: $font-light
			opacity: .5
			font-size: 24px
			letter-spacing: $letter-spacing-24

		span
			display: block
			margin-bottom: 14px
			font-size: 14px
			letter-spacing: $letter-spacing-13
			opacity: .5


	.albumAudioOk
		padding: 30px
		.track-load-wr
			width: 240px
			margin-left: -120px
		.qw-photo-item
			width: 100%
			height: 60px
			margin-bottom: 10px
			display: block
			span
				width: 100%
				height: 60px
				line-height: 60px

	.trackEditFile
		background-color: #f8f8f8
		padding: 15px 15px 15px 20px
		p
			font-size: 14px
			letter-spacing: $letter-spacing-13
			line-height: 30px

	.selectAudio_bot
		background-color: $main-bg-color
		text-align: center
		padding: 11px 0
		p
			font-size: 12px
			letter-spacing: $letter-spacing-12
			opacity: .5

	.albumAudioOk-footer
		background-color: #000
		height: 60px
		padding: 0 20px
		position: relative
		.track-load-wr
			background-color: #1a1a1a
			width: 240px
			margin-left: -120px
		p
			font-size: 14px
			letter-spacing: $letter-spacing-13
			line-height: 60px
			color: #000
			color: rgba(255,255,255,0.5)
			strong
				color: #fff
		>span
			font-weight: $font-medium
			font-size: 14px
			letter-spacing: $letter-spacing-13
			line-height: 60px
			color: #fff
			cursor: pointer
			transition: opacity .3s ease
			&:hover
				opacity: .7 */
.sein-check {
  position: relative;
  margin-bottom: 14px; }
  .sein-check.sein-check-music:last-child {
    margin-bottom: 0; }
  .sein-check:last-child {
    margin-bottom: 10px; }
  .sein-check label {
    margin-left: 30px;
    font-size: 13px;
    letter-spacing: -0.4px;
    line-height: 20px;
    display: block; }
    .sein-check label.label-red {
      color: #FE3D4F;
      font-weight: 600; }

.crop-img-popup .crop-top .main-button {
  height: 36px;
  line-height: 36px; }

.crop-img-popup .crop-top .crop-ok {
  position: absolute;
  right: 12px;
  top: 12px; }

.crop-img-popup .crop-top > span {
  font-size: 14px;
  letter-spacing: -0.4px;
  line-height: 60px;
  display: inline-block; }

input[type="checkbox"] + label {
  cursor: pointer; }

.checkboxType2 label {
  width: 24px;
  height: 14px;
  background-color: #cccccc;
  border-radius: 14px;
  position: relative;
  display: block;
  cursor: pointer; }
  .checkboxType2 label::before {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left .1s ease; }

.checkboxType2 input[type="checkbox"]:checked + label {
  background-color: #48ea8d; }

.checkboxType2 input[type="checkbox"]:checked + label::before {
  left: 12px; }

.checkboxType1 input[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0; }

.checkboxType1 input[type="checkbox"]:checked + label::before {
  background: url("../img/checkbox.svg") #000;
  border: none;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-position: 3px 4px; }

.datetimepicker {
  top: 60px !important;
  border-radius: 0;
  padding: 10px 0;
  position: absolute;
  background-color: #fff;
  width: 480px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  display: none; }
  .datetimepicker th, .datetimepicker td {
    border-radius: 0;
    vertical-align: middle;
    height: 48px; }
  .datetimepicker td {
    width: 50px; }
  .datetimepicker table {
    border-collapse: collapse;
    border-spacing: 5px;
    user-select: none;
    width: 100%; }
    .datetimepicker table tr td.new, .datetimepicker table tr td.old {
      opacity: .2; }
      .datetimepicker table tr td.new:hover, .datetimepicker table tr td.old:hover {
        background: transparent; }
    .datetimepicker table tr td span {
      height: 60px;
      line-height: 60px;
      width: 70px;
      margin: 10px 20px;
      border-radius: 0;
      font-size: 13px;
      letter-spacing: -0.4px; }
      .datetimepicker table tr td span:hover {
        background-color: rgba(0, 0, 0, 0.07); }
    .datetimepicker table tr th:hover {
      background-color: rgba(0, 0, 0, 0.07); }
    .datetimepicker table .prev {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%; }
    .datetimepicker table .next {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%; }

.datetimepicker table tr td.day:hover {
  background-color: rgba(0, 0, 0, 0.07); }

.datetimepicker-days {
  padding: 0 40px; }
  .datetimepicker-days table {
    border-collapse: separate;
    border-spacing: 5px; }
    .datetimepicker-days table thead tr:nth-child(1) th:nth-child(1) {
      background-image: url(../img/maxprev.svg);
      background-position: center top 30px;
      background-repeat: no-repeat;
      width: 38px; }
    .datetimepicker-days table thead tr:nth-child(1) th:nth-child(2) {
      font-size: 13px;
      letter-spacing: -0.4px;
      text-align: left;
      padding: 15px 0 15px 20px;
      position: relative;
      bottom: 5px; }
    .datetimepicker-days table thead tr:nth-child(1) th:nth-child(3) {
      background-image: url(../img/maxnext.svg);
      background-repeat: no-repeat;
      background-position: center top 30px;
      width: 38px; }
    .datetimepicker-days table tfoot th {
      padding: 20px 0 10px;
      font-size: 10px;
      letter-spacing: 0;
      opacity: .5; }
      .datetimepicker-days table tfoot th:hover {
        background: none;
        cursor: default; }

.datetimepicker-months td, .datetimepicker-years td {
  padding: 15px 26px 25px; }

.datetimepicker-months th:nth-child(1), .datetimepicker-years th:nth-child(1) {
  background-image: url(../img/maxprev.svg);
  background-position: center top 30px;
  background-repeat: no-repeat;
  width: 40px; }

.datetimepicker-months th:nth-child(2), .datetimepicker-years th:nth-child(2) {
  font-size: 13px;
  letter-spacing: -0.4px;
  text-align: left;
  padding: 15px 0 15px 20px;
  display: block;
  margin: 0 auto;
  width: 380px; }

.datetimepicker-months th:nth-child(3), .datetimepicker-years th:nth-child(3) {
  width: 40px;
  background-image: url(../img/maxnext.svg);
  background-repeat: no-repeat;
  background-position: center top 30px; }

.datetimepicker table tr td span.active.active,
.datetimepicker table tr td span.active.disabled.active,
.datetimepicker table tr td span.active.disabled:active,
.datetimepicker table tr td span.active.disabled:hover.active,
.datetimepicker table tr td span.active.disabled:hover:active,
.datetimepicker table tr td span.active:active,
.datetimepicker table tr td span.active:hover.active,
.datetimepicker table tr td span.active:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active:hover:active {
  font-weight: 700;
  background-image: none;
  background-color: #000;
  border-radius: 0; }

[class*=" datetimepicker-dropdown"]:after,
[class*=" datetimepicker-dropdown-top"]:after,
[class*=" datetimepicker-dropdown"]:before,
[class*=" datetimepicker-dropdown-top"]:before {
  display: none; }

.video-video {
  position: relative;
  min-height: 100px; }
  .video-video video {
    width: 100%; }
  .video-video > svg {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 1; }

.mejs__controls:not([style*="display: none"]) {
  background: none; }

.follows-item-top-video .mejs__mediaelement, .video-video .mejs__mediaelement {
  position: static; }

.follows-item-top-video .mejs__button, .video-video .mejs__button {
  background-color: #000;
  width: 40px;
  border-radius: 2px;
  cursor: pointer; }
  .follows-item-top-video .mejs__button > button, .video-video .mejs__button > button {
    margin: 10px 5px;
    width: 30px; }

.follows-item-top-video .mejs__play > button, .follows-item-top-video .mejs__replay > button, .video-video .mejs__play > button, .video-video .mejs__replay > button {
  background: url(../img/max/play-white.svg);
  background-repeat: no-repeat;
  background-position: 9px 3px; }

.follows-item-top-video .mejs__pause > button, .video-video .mejs__pause > button {
  background: url(../img/maxpause-white.svg);
  background-repeat: no-repeat;
  background-position: 9px 3px; }

.follows-item-top-video .mejs__controls, .video-video .mejs__controls {
  padding: 0 10px;
  bottom: 10px; }

.follows-item-top-video .mejs__container, .video-video .mejs__container {
  background: transparent; }

.mejs__time {
  color: #000;
  opacity: .5;
  font-size: 13px;
  letter-spacing: -0.4px;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 26px;
  height: auto;
  font-weight: 400;
  overflow: visible; }
  .mejs__time span {
    display: none; }
  .mejs__time span.mejs__duration {
    display: block; }

/*
	.albumAudioOk
		&.albumAudioOk-edit
			.albumAudioItem-wr
				&:last-child
					>.trackEdit
						display: none
		.albumAudioItem-wr
			margin-top: 1px
			position: relative
			background-color: $audio-bg-color
			min-height: 60px
			&:last-child
				>div
					display: block
			&.albumAudioItem-wr-active
				margin: 20px 0
				box-shadow: $box-shadow
				.albumAudioItem
					&:hover
						.ddrop, >svg
							display: none
				.trackEdit-l
					width: 61%
				.trackEdit-r
					width: 38%
			.mejs__controls
				height: 60px
			.mejs__button
				margin-left: 17px
				margin-top: 20px
			.albumAudioItem
				position: relative
				min-height: 60px
				.ddrop
					position: absolute
					top: 23px
					right: 13px
					z-index: 1
					display: none
				>svg
					display: none
				&:hover
					.ddrop, >svg
						display: block
					.mejs__time
						display: none
				p
					position: absolute
					z-index: 1
					top: 20px
					left: 50px
					font-size: 13px
					letter-spacing: $letter-spacing-13

					strong
						font-weight: $font-medium */
.btn-preview {
  font-size: 12px;
  letter-spacing: -0.2px;
  height: 18px;
  line-height: 20px;
  text-transform: uppercase;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  color: #a3a3a3;
  padding: 3px 9px 2px;
  margin-left: 10px; }

.music50-item .music50-item-r .mejs__controls {
  height: 60px; }

.music50-item .music50-item-r .mejs__button {
  margin-left: 17px;
  margin-top: 20px; }

.music50-item-by-wr {
  border-top: 1px solid #f1f1f1; }
  .music50-item-by-wr.music50-item-by-edit-wr {
    border-top: none;
    margin-bottom: 20px; }
    .music50-item-by-wr.music50-item-by-edit-wr .music50-item-by {
      margin-bottom: 10px;
      position: relative; }
      .music50-item-by-wr.music50-item-by-edit-wr .music50-item-by p {
        top: 10px; }
      .music50-item-by-wr.music50-item-by-edit-wr .music50-item-by > span {
        position: absolute;
        font-size: 12px;
        letter-spacing: -0.2px;
        opacity: .5;
        bottom: 10px;
        left: 50px; }
      .music50-item-by-wr.music50-item-by-edit-wr .music50-item-by .mejs__container {
        background-color: #f8f8f8; }
  .music50-item-by-wr .music50-item-by p {
    position: absolute;
    left: 50px;
    top: 10px; }
    .music50-item-by-wr .music50-item-by p strong {
      font-weight: 600; }
  .music50-item-by-wr .music50-item-by .mejs__controls {
    height: 60px; }
  .music50-item-by-wr .music50-item-by .mejs__button {
    margin-left: 17px;
    margin-top: 20px; }

.qw-audio .mejs__container {
  background: #f8f8f8; }

.follows-item-top-audio .mejs__play > button, .follows-item-top-audio .mejs__replay > button, .music50-item-r .mejs__play > button, .music50-item-r .mejs__replay > button, .music50-item-by .mejs__play > button, .music50-item-by .mejs__replay > button, .albumAudioItem .mejs__play > button, .albumAudioItem .mejs__replay > button {
  background: url(../img/play-black.svg);
  background-position: 4px 3px; }

.follows-item-top-audio .mejs__pause > button, .music50-item-r .mejs__pause > button, .music50-item-by .mejs__pause > button, .albumAudioItem .mejs__pause > button {
  background: url(../img/pause-black.svg);
  background-position: 4px; }

.follows-item-top-audio .mejs__button, .music50-item-r .mejs__button, .music50-item-by .mejs__button, .albumAudioItem .mejs__button {
  margin-top: 15px;
  margin-left: 16px;
  height: 20px;
  width: 20px;
  cursor: pointer; }
  .follows-item-top-audio .mejs__button > button, .music50-item-r .mejs__button > button, .music50-item-by .mejs__button > button, .albumAudioItem .mejs__button > button {
    background-repeat: no-repeat;
    margin: 0; }

.follows-item-top-audio .mejs__container, .music50-item-r .mejs__container, .music50-item-by .mejs__container, .albumAudioItem .mejs__container {
  background: #f8f8f8; }

.follows-item-top-audio .mejs__controls, .music50-item-r .mejs__controls, .music50-item-by .mejs__controls, .albumAudioItem .mejs__controls {
  background: none;
  padding: 0;
  height: 50px; }

.follows-item-top-audio .mejs__time-total, .music50-item-r .mejs__time-total, .music50-item-by .mejs__time-total, .albumAudioItem .mejs__time-total {
  background: transparent;
  margin: 0;
  height: 1px;
  padding-top: 5px;
  bottom: 0; }

.follows-item-top-audio .mejs__time-buffering, .follows-item-top-audio .mejs__time-current, .follows-item-top-audio .mejs__time-float, .follows-item-top-audio .mejs__time-float-corner, .follows-item-top-audio .mejs__time-float-current, .follows-item-top-audio .mejs__time-handle, .follows-item-top-audio .mejs__time-loaded, .follows-item-top-audio .mejs__time-marker, .music50-item-r .mejs__time-buffering, .music50-item-r .mejs__time-current, .music50-item-r .mejs__time-float, .music50-item-r .mejs__time-float-corner, .music50-item-r .mejs__time-float-current, .music50-item-r .mejs__time-handle, .music50-item-r .mejs__time-loaded, .music50-item-r .mejs__time-marker, .music50-item-by .mejs__time-buffering, .music50-item-by .mejs__time-current, .music50-item-by .mejs__time-float, .music50-item-by .mejs__time-float-corner, .music50-item-by .mejs__time-float-current, .music50-item-by .mejs__time-handle, .music50-item-by .mejs__time-loaded, .music50-item-by .mejs__time-marker, .albumAudioItem .mejs__time-buffering, .albumAudioItem .mejs__time-current, .albumAudioItem .mejs__time-float, .albumAudioItem .mejs__time-float-corner, .albumAudioItem .mejs__time-float-current, .albumAudioItem .mejs__time-handle, .albumAudioItem .mejs__time-loaded, .albumAudioItem .mejs__time-marker {
  height: 1px; }

.follows-item-top-audio .mejs__time-current, .music50-item-r .mejs__time-current, .music50-item-by .mejs__time-current, .albumAudioItem .mejs__time-current {
  background: #48ea8d;
  bottom: 0; }

.follows-item-top-audio .mejs__time-rail, .music50-item-r .mejs__time-rail, .music50-item-by .mejs__time-rail, .albumAudioItem .mejs__time-rail {
  width: auto !important;
  right: 0;
  margin: 0;
  height: 1px;
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0; }

.follows-item-top-audio .mejs__container {
  background: #fff; }

.follows-item-top-audio-item .mejs__controls {
  height: 40px; }

.follows-item-top-audio-item .mejs__button {
  margin-top: 8px; }

.input-file-wr {
  height: 36px;
  width: 282px;
  margin: 14px auto 0;
  position: relative;
  overflow: hidden; }
  .input-file-wr input[type=file] {
    display: none; }

.input-otherfile-wr input[type=file] {
  position: absolute;
  left: 0;
  top: -100px;
  width: 100%;
  height: 100%;
  transform: scale(20);
  opacity: 0;
  z-index: 1;
  cursor: pointer; }

.input-otherfile-wr-wr {
  position: relative;
  height: 40px;
  width: 120px; }

.input-otherfile-wr {
  position: absolute;
  left: 12px;
  top: 12px;
  display: none;
  overflow: hidden;
  cursor: pointer; }

.input-file-wr button {
  color: #9a9a9a;
  font-size: 13px;
  letter-spacing: -0.4px;
  line-height: 13px;
  padding: 12px 15px;
  background-color: #f2f2f2;
  border-radius: 2px;
  display: inline-block;
  border: none;
  cursor: pointer;
  outline: none; }

.crop-popup {
  margin: 0 auto;
  width: 480px;
  background-color: #fff;
  position: relative; }

.steps-wr {
  position: relative;
  max-height: 1114px; }

#filedrag {
  text-align: center;
  color: #555;
  border: 1px dashed transparent;
  border-radius: 2px;
  cursor: default;
  height: 594px; }
  #filedrag.hover {
    background-color: #393839; }
    #filedrag.hover h3 {
      color: #fff;
      margin-top: 270px; }
    #filedrag.hover span, #filedrag.hover .input-file-wr {
      display: none; }
  #filedrag h3 {
    font-size: 24px;
    letter-spacing: -1px;
    margin-top: 200px;
    font-weight: 200;
    opacity: 0.5; }
  #filedrag > span {
    font-size: 14px;
    letter-spacing: -0.4px;
    font-weight: 200;
    opacity: 0.5; }

.step-3 {
  margin-top: 60px;
  padding-bottom: 60px;
  display: none; }

.step-3.step-video-3 {
  display: block; }

.step-2 {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  white-space: nowrap;
  font-size: 0;
  display: none; }
  .step-2 h5 {
    font-weight: 300;
    margin: 0 0 26px;
    display: block;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 24px;
    opacity: .5; }
  .step-2:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }

.st-h5-wr {
  margin-top: -60px; }

.st-3-wr {
  display: inline-block;
  white-space: normal;
  vertical-align: middle; }

.top-button {
  border-radius: 2px;
  font-size: 13px;
  letter-spacing: -0.4px;
  font-weight: 700;
  color: #9a9a9a;
  position: absolute;
  padding: 10px 12px;
  top: 12px;
  cursor: pointer;
  border: none; }

.top-button-light {
  background-color: #f2f2f2;
  top: 0; }

.top-button-black {
  right: 12px;
  color: #fff;
  display: none;
  background-color: #000;
  text-transform: capitalize;
  transition: all .3s ease; }
  .top-button-black:hover {
    background-color: #f7f7f7;
    color: #323232; }

.top-crop {
  height: 59px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  text-align: center; }
  .top-crop span {
    font-size: 14px;
    letter-spacing: -0.4px;
    display: inline-block;
    margin-top: 20px; }

.page-top-album {
  padding-top: 60px;
  background-color: #fff;
  height: 120px; }
  .page-top-album .main-button {
    margin-top: 15px;
    margin-right: 10px; }
  .page-top-album .open-mnu-btn {
    display: block;
    margin-top: 20px;
    margin-right: 20px; }

.album-img {
  width: 60px; }

.album-name {
  margin-left: 20px; }
  .album-name p {
    font-weight: 600;
    line-height: 60px;
    font-size: 14px;
    letter-spacing: -0.4px; }
    .album-name p span {
      font-weight: 300;
      margin-left: 4px; }

.total-crop {
  background-color: rgba(0, 0, 0, 0.07);
  width: 240px;
  margin: auto; }

.sold-crop {
  height: 3px;
  width: 0;
  background-color: #48ea8d; }

#preview {
  width: 100% !important;
  height: auto !important; }

.mfp-close-btn-in.mfp-white .mfp-close {
  color: #000; }

.popup-exit {
  position: absolute;
  cursor: pointer;
  top: 22px; }
  .popup-exit.popup-main-exit {
    top: 15px;
    right: 48px;
    z-index: 2; }

.popup-invite .follow-item-popup {
  margin-top: 10px; }
  .popup-invite .follow-item-popup .main-button {
    margin-top: 10px; }
  .popup-invite .follow-item-popup .in-page-fan {
    line-height: 50px;
    margin-right: 5px; }
    .popup-invite .follow-item-popup .in-page-fan span {
      font-size: 12px;
      letter-spacing: -0.2px;
      margin-left: 10px; }
  .popup-invite .follow-item-popup .invite-ok {
    line-height: 50px;
    font-size: 12px;
    letter-spacing: -0.2px;
    opacity: .5;
    margin-right: 20px; }
  .popup-invite .follow-item-popup .follow-item-img {
    width: 50px; }
    .popup-invite .follow-item-popup .follow-item-img a:hover .avatar {
      position: relative; }
      .popup-invite .follow-item-popup .follow-item-img a:hover .avatar:after {
        content: "";
        background-color: #000000;
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0.45; }
    .popup-invite .follow-item-popup .follow-item-img span {
      line-height: 50px;
      font-size: 18px;
      letter-spacing: -0.6px; }

.popup-swipe {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 18px;
  height: 16px;
  text-align: center;
  z-index: 2;
  cursor: pointer; }
  .popup-swipe .svg_arrow_white {
    display: block;
    height: 16px; }

.mfp-feed .mfp-container {
  padding: 0; }

.mfp-close-btn-in .mfp-close, .popup-exit {
  color: #fff; }

.tooltip_templates {
  display: none; }

.tooltipster-sidetip .tooltipster-box {
  background-color: #fff;
  border: none;
  border-radius: 2px;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.07); }

.tooltipster-sidetip .tooltipster-content {
  font-size: 12px;
  letter-spacing: -0.2px;
  line-height: 18px;
  color: #000; }

.albumsPops {
  text-align: center;
  position: relative; }
  .albumsPops h4 {
    font-size: 20px;
    letter-spacing: -0.6px;
    line-height: 27px;
    font-weight: 300; }
    .albumsPops h4 span {
      display: block;
      text-align: center; }
  .albumsPops .albumsPops-text-bot {
    text-align: center;
    margin-top: 30px; }
    .albumsPops .albumsPops-text-bot .main-button {
      font-size: 14px;
      letter-spacing: -0.4px;
      height: 36px;
      line-height: 36px; }
    .albumsPops .albumsPops-text-bot span {
      font-size: 14px;
      letter-spacing: -0.4px;
      font-weight: 600;
      margin-right: 14px;
      transition: opacity .3s ease;
      cursor: pointer; }
      .albumsPops .albumsPops-text-bot span:hover {
        opacity: .5; }

.track-cover .respon-img {
  user-select: none; }
  .track-cover .respon-img .follows-item-top-img img {
    height: auto;
    width: 100%; }

.follows-item-top-img {
  display: block;
  position: relative; }

.svgccc {
  fill: #ccc; }

/* temp */
.home .center {
  max-width: 560px; }

.follows-item .follows-item-de p {
  font-size: 14px;
  letter-spacing: -0.4px;
  line-height: 22px; }

.info_block.about .info {
  line-height: 20px;
  font-size: 13px;
  letter-spacing: -0.4px; }

.profiles .content.home .right-side {
  flex-shrink: 0;
  flex-basis: 320px;
  max-width: 320px; }

@media (max-width: 1679px) {
  .profiles .content.home .right-side {
    flex-shrink: 1;
    min-width: 300px; } }

@media (max-width: 1199px) {
  .profiles .content.home .right-side {
    min-width: 320px;
    order: 3;
    flex-basis: auto;
    flex-shrink: 0;
    max-width: calc(100% - 600px); } }

/* end temp */
