@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" */
.main-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 121; }
  .main-header .header-inner {
    position: relative;
    background: inherit;
    width: 100%;
    z-index: 100;
    max-width: 1920px;
    min-width: 980px; }
    .main-header .header-inner .main-header-wrap {
      background: #fff; }
  .main-header .space {
    display: none;
    width: 100%; }
  .main-header .head-middle {
    height: 61px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .main-header.show-second .header-inner .head-middle {
    display: none; }
  .main-header.show-second .header-inner .top_notice {
    display: none; }

.nav-down .header-inner {
  transform: translate3d(0, 60px, 0); }

.nav-up.avatar-menu .header-inner {
  transition: none; }

.nav-up-active .header-inner {
  transform: translate3d(0, 60px, 0); }

.nav-up-active.avatar-menu .header-inner {
  transition: none; }

.nav-up .header-inner,
.nav-down .header-inner,
.nav-up-active .header-inner {
  transition: transform 0.3s ease-in-out;
  position: fixed;
  top: -60px; }

.nav-up .space,
.nav-down .space,
.nav-up-active .space {
  display: block;
  height: 60px; }

.nav-up .header-inner.no-transform,
.nav-down .header-inner.no-transform,
.nav-up-active .header-inner.no-transform {
  top: 0;
  transform: none;
  transition: none; }

.nav-up .header-inner #header-block #user-menu-scroll, .nav-up .header-inner #header-block #add-new-scroll,
.nav-down .header-inner #header-block #user-menu-scroll,
.nav-down .header-inner #header-block #add-new-scroll,
.nav-up-active .header-inner #header-block #user-menu-scroll,
.nav-up-active .header-inner #header-block #add-new-scroll {
  max-height: calc(100vh - 80px) !important; }

.nav-up.show-always-second .space,
.nav-down.show-always-second .space,
.nav-up-active.show-always-second .space {
  height: 120px; }

.nav-up.avatar-menu .header-inner,
.nav-down.avatar-menu .header-inner,
.nav-up-active.avatar-menu .header-inner {
  top: -60px;
  transform: translate3d(0, 60px, 0); }

.toast-without-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1100; }
  .toast-without-header .toast-wrapper {
    overflow: visible; }

.toast-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  pointer-events: none;
  z-index: 1100;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 20px; }
  .toast-wrapper#addToastPlace {
    top: 0; }

.toast {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 240px;
  padding: 12px 20px;
  min-height: 40px;
  line-height: 1.2;
  font-size: 12px;
  letter-spacing: -0.2px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 2px;
  margin-bottom: 10px;
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  animation-name: fadeInToast;
  animation-duration: 135ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; }
  .toast:hover strong {
    color: rgba(255, 255, 255, 0.5); }
  .toast.removing {
    animation-name: fadeOutToast;
    animation-duration: 215ms; }
  .toast strong {
    color: #fff; }

@keyframes fadeInToast {
  0% {
    opacity: 0;
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeOutToast {
  0% {
    opacity: 1;
    margin-top: 0;
    visibility: visible; }
  50% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 0;
    margin-top: -50px;
    visibility: hidden; } }

.cookie-wr {
  background-color: #f2f2f2;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .cookie-wr.white {
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .cookie-wr ~ .main_cont_block #user-menu-scroll, .cookie-wr ~ .main_cont_block #add-new-scroll {
    max-height: calc(100vh - 140px) !important; }
  .cookie-wr ~ .email_notice ~ .main_cont_block #user-menu-scroll, .cookie-wr ~ .email_notice ~ .main_cont_block #add-new-scroll {
    max-height: calc(100vh - 200px) !important; }
  .cookie-wr .cookie-tx {
    display: inline-block;
    padding: 0px; }
    .cookie-wr .cookie-tx span {
      color: #000;
      font-size: 13px;
      letter-spacing: -0.4px; }
    .cookie-wr .cookie-tx strong {
      margin: 0 0 0 20px; }
    .cookie-wr .cookie-tx i {
      font-style: normal;
      color: #000;
      font-size: 13px;
      letter-spacing: -0.4px; }
      .cookie-wr .cookie-tx i a {
        font-weight: 600;
        color: #000;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        text-decoration: none; }
        .cookie-wr .cookie-tx i a:hover {
          opacity: .5; }

.email_notice {
  background-color: #000;
  color: #fff;
  width: 100%;
  left: 0;
  line-height: 60px;
  height: 60px;
  text-align: center;
  position: relative;
  z-index: 9; }
  .email_notice span {
    margin-right: 20px;
    font-size: 13px;
    letter-spacing: -0.4px; }
  .email_notice .payout_count {
    font-weight: 600; }
  .email_notice strong {
    font-weight: 600; }
  .email_notice > strong {
    margin-right: 15px;
    cursor: pointer; }
  .email_notice ~ .main_cont_block #user-menu-scroll, .email_notice ~ .main_cont_block #add-new-scroll {
    max-height: calc(100vh - 140px) !important; }
  .email_notice .btn-white-24 {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: -0.4px;
    display: inline-block;
    line-height: 23px;
    height: 24px;
    padding: 0 9px;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    border-radius: 2px;
    vertical-align: middle; }
    .email_notice .btn-white-24:hover {
      color: rgba(0, 0, 0, 0.5); }

.manage-page.payout_notice {
  position: relative; }
  .manage-page.payout_notice .right {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex; }
    .manage-page.payout_notice .right .manage-btn {
      margin-right: 19px;
      font-size: 13px;
      letter-spacing: -0.4px;
      font-weight: 600;
      cursor: pointer; }
      .manage-page.payout_notice .right .manage-btn:last-child {
        margin-right: 0; }
  .manage-page.payout_notice .payout_text {
    color: #fff;
    margin-right: 5px; }
  .manage-page.payout_notice .payout_count {
    font-weight: 600;
    margin-left: 20px;
    margin-right: 10px;
    color: #fff; }

.toast-shift {
  margin-top: 50px; }

.page-campaign .edit-container ~ .payout_notice_row {
  display: none; }

.page-campaign .edit-container ~ .head-middle {
  display: none; }

.page-campaign .edit-container.hidden ~ .payout_notice_row {
  display: block; }

.page-campaign .edit-container.hidden ~ .head-middle {
  display: flex; }

.page-campaign .payout_notice {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: content-box;
  font-size: 13px;
  letter-spacing: -0.4px; }
  .page-campaign .payout_notice .payout_text {
    color: #fff;
    margin-right: 5px; }
  .page-campaign .payout_notice .payout_count {
    font-weight: 600;
    margin-left: 20px;
    margin-right: 10px;
    color: #fff; }
  .page-campaign .payout_notice .btn-white-30 {
    border-radius: 2px;
    font-weight: 600;
    margin-left: 10px; }
  .page-campaign .payout_notice.manage-page {
    padding-top: 0; }

.payout_notice_row .payout_notice .tooltip_ask:hover svg path {
  fill: rgba(255, 255, 255, 0.7); }

.payout_notice_row .payout_notice .tooltip_ask svg path {
  fill: rgba(255, 255, 255, 0.5);
  transition: fill 0.3s; }

.payout_notice_row .payout_notice .right-buttons {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 20px; }
  .payout_notice_row .payout_notice .right-buttons .btn-link {
    color: #fff;
    margin-left: 20px;
    line-height: 1; }
    .payout_notice_row .payout_notice .right-buttons .btn-link:hover {
      color: rgba(255, 255, 255, 0.5); }

.main-header-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  height: 60px; }
  .main-header-wrap #user-menu-scroll, .main-header-wrap #add-new-scroll {
    max-height: calc(100vh - 80px) !important;
    overflow-y: auto; }
  .main-header-wrap .left {
    flex: 1;
    font-weight: 600;
    display: flex; }
    .main-header-wrap .left .logo-wrap {
      font-weight: 300; }
    .main-header-wrap .left .tooltip-wrapper {
      position: relative; }
    .main-header-wrap .left a {
      transition: opacity 0.3s, color 0.3s; }
      .main-header-wrap .left a svg {
        fill: #000;
        transition: opacity 0.3s; }
      .main-header-wrap .left a:hover svg {
        opacity: 0.5; }
    .main-header-wrap .left .tooltip_ask {
      position: absolute;
      left: calc(100% + 10px);
      top: 0;
      z-index: 1;
      margin: 0; }
    .main-header-wrap .left .beta {
      cursor: pointer;
      font-size: 12px;
      color: rgba(0, 0, 0, 0.5); }
  .main-header-wrap .logo-wrap {
    margin: 0;
    padding-left: 0px;
    display: inline-block; }
    .main-header-wrap .logo-wrap svg {
      vertical-align: middle; }
  .main-header-wrap .header-tabs {
    position: static;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    animation-name: fadeIn;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
    .main-header-wrap .header-tabs .carousel-wrapper {
      overflow: hidden;
      max-width: 100%; }
    .main-header-wrap .header-tabs.without-search ul .search-btn {
      display: none; }
    .main-header-wrap .header-tabs.without-search ul .search_field {
      display: none; }
    .main-header-wrap .header-tabs .loader-inner {
      display: none; }
    .main-header-wrap .header-tabs ul {
      position: static;
      font-size: 0; }
      .main-header-wrap .header-tabs ul.active li > .nav-link {
        line-height: 58px;
        color: rgba(0, 0, 0, 0.5); }
        .main-header-wrap .header-tabs ul.active li > .nav-link:hover {
          color: rgba(0, 0, 0, 0.3); }
      .main-header-wrap .header-tabs ul li {
        margin: 0;
        margin-right: 24px; }
        .main-header-wrap .header-tabs ul li > .nav-link {
          text-transform: uppercase;
          display: block;
          font-size: 11px;
          letter-spacing: 0;
          line-height: 60px;
          padding-bottom: 0px;
          color: #000;
          font-weight: 600; }
          .main-header-wrap .header-tabs ul li > .nav-link:hover {
            color: rgba(0, 0, 0, 0.5); }
        .main-header-wrap .header-tabs ul li.search-btn {
          display: none;
          margin-right: 0;
          cursor: pointer; }
        .main-header-wrap .header-tabs ul li.head-act-li .nav-link {
          color: #000;
          border-bottom: 2px solid #000; }
          .main-header-wrap .header-tabs ul li.head-act-li .nav-link:hover {
            color: #000; }
    .main-header-wrap .header-tabs.search-active {
      flex: 1;
      width: 720px;
      align-self: flex-start;
      margin-top: 10px;
      z-index: 9999;
      -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp;
      background: #fff;
      opacity: 0; }
      .main-header-wrap .header-tabs.search-active.back {
        -webkit-animation-name: fadeOut;
        animation-name: fadeOut; }
      .main-header-wrap .header-tabs.search-active > ul {
        display: none; }
      .main-header-wrap .header-tabs.search-active .carousel-wrapper ul {
        display: none; }
      .main-header-wrap .header-tabs.search-active .search_field {
        position: relative;
        display: block;
        width: 100%;
        line-height: 1;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
        .main-header-wrap .header-tabs.search-active .search_field .search_field_label {
          position: relative; }
          .main-header-wrap .header-tabs.search-active .search_field .search_field_label .search_input {
            font-weight: 600;
            background: #fff;
            color: #000;
            width: 720px;
            padding-left: 45px;
            padding-right: 40px;
            line-height: 1.2;
            height: 50px;
            font-size: 13px;
            letter-spacing: -0.4px;
            border: none;
            border-radius: 0;
            border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
            .main-header-wrap .header-tabs.search-active .search_field .search_field_label .search_input::placeholder {
              color: rgba(0, 0, 0, 0.5); }
          .main-header-wrap .header-tabs.search-active .search_field .search_field_label .svg_search {
            visibility: visible;
            opacity: 1;
            transition: all 0.3s ease 0.2s; }
          .main-header-wrap .header-tabs.search-active .search_field .search_field_label .close_search {
            cursor: pointer;
            visibility: visible;
            opacity: 1;
            transition: all 0.3s ease 0.2s; }
            .main-header-wrap .header-tabs.search-active .search_field .search_field_label .close_search:hover {
              opacity: 0.5; }
        .main-header-wrap .header-tabs.search-active .search_field .search_input_result {
          display: block;
          z-index: 20;
          position: relative;
          width: 100%;
          padding: 7px 10px 20px;
          max-height: none;
          min-height: 50px;
          overflow-y: unset;
          transition: all 0.3s ease 0.1s;
          opacity: 1;
          visibility: visible;
          transform: translate3d(0, 0, 0); }
          .main-header-wrap .header-tabs.search-active .search_field .search_input_result .loader {
            display: none; }
          .main-header-wrap .header-tabs.search-active .search_field .search_input_result.hide {
            opacity: 0;
            visibility: hidden;
            transform: translate3d(10px, 0, 0); }
            .main-header-wrap .header-tabs.search-active .search_field .search_input_result.hide ~ .loaderInner {
              display: block !important;
              position: absolute;
              top: calc(50% + 25px);
              transform: translateY(-50%); }
          .main-header-wrap .header-tabs.search-active .search_field .search_input_result .search-item {
            height: 40px;
            overflow: hidden;
            line-height: 32px;
            padding: 5px;
            cursor: pointer;
            text-overflow: ellipsis; }
          .main-header-wrap .header-tabs.search-active .search_field .search_input_result .search-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 10px 18px 5px;
            font-size: 12px;
            letter-spacing: -0.2px; }
            .main-header-wrap .header-tabs.search-active .search_field .search_input_result .search-title span {
              padding: 0;
              color: rgba(0, 0, 0, 0.5); }
            .main-header-wrap .header-tabs.search-active .search_field .search_input_result .search-title .btn-clear {
              padding: 0;
              background: none;
              border: none;
              color: rgba(0, 0, 0, 0.5);
              cursor: pointer;
              font-weight: 400; }
              .main-header-wrap .header-tabs.search-active .search_field .search_input_result .search-title .btn-clear:hover {
                color: rgba(0, 0, 0, 0.3); }
          .main-header-wrap .header-tabs.search-active .search_field .search_input_result .recent-list .recent-list-container .search-item {
            padding: 0;
            padding-left: 37px;
            position: relative;
            height: 30px;
            line-height: 30px;
            cursor: pointer;
            font-size: 13px;
            letter-spacing: -0.4px; }
            .main-header-wrap .header-tabs.search-active .search_field .search_input_result .recent-list .recent-list-container .search-item.select {
              background: rgba(0, 0, 0, 0.07); }
            .main-header-wrap .header-tabs.search-active .search_field .search_input_result .recent-list .recent-list-container .search-item svg {
              position: absolute;
              display: block;
              left: 12px;
              fill: rgba(0, 0, 0, 0.2);
              top: 50%;
              transform: translateY(-50%);
              width: 10px;
              height: 10px; }
          .main-header-wrap .header-tabs.search-active .search_field .search_input_result .suggestions-list .suggestions-list-container .search-item {
            padding: 0;
            padding-left: 37px;
            position: relative;
            height: 30px;
            line-height: 30px;
            cursor: pointer;
            font-size: 13px;
            letter-spacing: -0.4px; }
            .main-header-wrap .header-tabs.search-active .search_field .search_input_result .suggestions-list .suggestions-list-container .search-item.select {
              background: rgba(0, 0, 0, 0.07); }
            .main-header-wrap .header-tabs.search-active .search_field .search_input_result .suggestions-list .suggestions-list-container .search-item svg {
              position: absolute;
              display: block;
              left: 12px;
              fill: rgba(0, 0, 0, 0.2);
              top: 50%;
              transform: translateY(-50%);
              width: 10px;
              height: 10px; }
          .main-header-wrap .header-tabs.search-active .search_field .search_input_result .quick-list .quick-list-container .search-item {
            padding: 5px; }
            .main-header-wrap .header-tabs.search-active .search_field .search_input_result .quick-list .quick-list-container .search-item.select {
              background: rgba(0, 0, 0, 0.07); }
            .main-header-wrap .header-tabs.search-active .search_field .search_input_result .quick-list .quick-list-container .search-item .quick_link {
              display: flex;
              align-items: center;
              position: relative; }
              .main-header-wrap .header-tabs.search-active .search_field .search_input_result .quick-list .quick-list-container .search-item .quick_link .search-item-img {
                position: absolute;
                left: 0;
                width: 20px;
                height: 20px;
                margin-right: 0;
                top: 50%;
                transform: translateY(-50%); }
              .main-header-wrap .header-tabs.search-active .search_field .search_input_result .quick-list .quick-list-container .search-item .quick_link .svg_play {
                position: absolute;
                left: 12px;
                width: 6px;
                height: 8px;
                fill: rgba(0, 0, 0, 0.2);
                top: 50%;
                transform: translateY(-50%); }
              .main-header-wrap .header-tabs.search-active .search_field .search_input_result .quick-list .quick-list-container .search-item .quick_link .avatar {
                position: absolute;
                left: 5px;
                width: 20px;
                height: 20px;
                margin-right: 0;
                top: 50%;
                transform: translateY(-50%);
                text-transform: uppercase;
                font-weight: 600;
                display: flex;
                background-color: #dedede;
                color: rgba(0, 0, 0, 0.2);
                justify-content: center;
                align-items: center; }
              .main-header-wrap .header-tabs.search-active .search_field .search_input_result .quick-list .quick-list-container .search-item .quick_link .line-text {
                font-size: 13px;
                letter-spacing: -0.4px;
                padding-left: 37px; }
                .main-header-wrap .header-tabs.search-active .search_field .search_input_result .quick-list .quick-list-container .search-item .quick_link .line-text .name {
                  margin-right: 8px; }
                .main-header-wrap .header-tabs.search-active .search_field .search_input_result .quick-list .quick-list-container .search-item .quick_link .line-text .type {
                  color: rgba(0, 0, 0, 0.5); }
          .main-header-wrap .header-tabs.search-active .search_field .search_input_result .empty-list {
            padding: 13px 35px 0px 5px; }
            .main-header-wrap .header-tabs.search-active .search_field .search_input_result .empty-list span {
              font-size: 12px;
              letter-spacing: -0.2px;
              color: rgba(0, 0, 0, 0.5); }
    .main-header-wrap .header-tabs .search_field {
      line-height: 1;
      -webkit-backface-visibility: hidden; }
      .main-header-wrap .header-tabs .search_field .search_input_result {
        display: none; }
      .main-header-wrap .header-tabs .search_field .search_field_label .svg_search {
        visibility: hidden;
        opacity: 0; }
      .main-header-wrap .header-tabs .search_field .svg_search {
        position: absolute;
        left: 15px;
        z-index: 2;
        fill: rgba(0, 0, 0, 0.2);
        width: 15px;
        height: 15px;
        top: 50%;
        transform: translateY(-50%); }
      .main-header-wrap .header-tabs .search_field .close_search {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        right: 15px;
        z-index: 2;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        outline: 0;
        padding: 0; }
        .main-header-wrap .header-tabs .search_field .close_search .svg-close {
          width: 16px;
          height: 16px;
          fill: rgba(0, 0, 0, 0.2); }
      .main-header-wrap .header-tabs .search_field .search_input {
        padding: 0;
        padding-left: 12px;
        width: 240px;
        border: 1px solid rgba(0, 0, 0, 0.1);
        line-height: 1.2;
        height: 34px;
        color: #000;
        font-size: 11px;
        letter-spacing: 0;
        box-sizing: border-box;
        outline: 0;
        text-indent: 0px;
        border-radius: 2px;
        font-weight: 600;
        transition: border-color 0.3s; }
        .main-header-wrap .header-tabs .search_field .search_input:hover {
          border-color: rgba(0, 0, 0, 0.2); }
        .main-header-wrap .header-tabs .search_field .search_input::placeholder {
          color: rgba(0, 0, 0, 0.5);
          text-transform: uppercase; }
  .main-header-wrap .right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .main-header-wrap .right .auth_box {
      position: relative;
      margin: 0;
      transition: color 0.3s; }
      .main-header-wrap .right .auth_box:hover {
        background-color: #000000; }
        .main-header-wrap .right .auth_box:hover .avatar {
          opacity: 0.55; }
      .main-header-wrap .right .auth_box .avatar {
        opacity: 1;
        transition: opacity 0.3s; }
      .main-header-wrap .right .auth_box > span {
        height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        line-height: 1;
        align-items: center;
        background: #dedede;
        color: rgba(0, 0, 0, 0.2);
        font-size: 18px;
        font-weight: 600; }
      .main-header-wrap .right .auth_box .all-messages-count {
        right: 4px;
        top: 2px;
        background-color: #ff2051;
        transform: translate(50%, -50%);
        z-index: 1; }
    .main-header-wrap .right .main-nav {
      display: inline-block;
      margin: 0px;
      padding: 0;
      font-size: 0; }
      .main-header-wrap .right .main-nav.logged {
        display: none !important; }
      .main-header-wrap .right .main-nav li {
        position: static;
        bottom: 0;
        display: inline-block;
        margin-right: 24px;
        float: none; }
        .main-header-wrap .right .main-nav li.active a {
          border-bottom: 2px solid #000; }
        .main-header-wrap .right .main-nav li a {
          display: block;
          line-height: 58px;
          font-weight: 600;
          text-transform: uppercase;
          font-size: 11px;
          letter-spacing: 0; }
          .main-header-wrap .right .main-nav li a:hover {
            color: rgba(0, 0, 0, 0.5); }
        .main-header-wrap .right .main-nav li:last-child {
          margin-right: 0; }
        .main-header-wrap .right .main-nav li.reglink a {
          color: #fff;
          background: #000;
          display: inline-block;
          padding: 0 13px;
          line-height: 36px;
          border-radius: 2px; }
          .main-header-wrap .right .main-nav li.reglink a:hover {
            background-color: rgba(0, 0, 0, 0.7);
            color: #fff;
            opacity: 1; }
    .main-header-wrap .right .add-new {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      z-index: 110;
      line-height: 60px;
      height: 60px; }
      .main-header-wrap .right .add-new .icon-plus-thin {
        font-size: 18px;
        color: #000000;
        padding: 7px; }
      .main-header-wrap .right .add-new .create-tooltip {
        position: absolute;
        z-index: 1;
        padding: 0 20px 0 19px;
        white-space: nowrap;
        background: #000;
        color: #fff;
        height: 40px;
        display: flex;
        align-items: center;
        right: calc(100% + 15px);
        top: 50%;
        transform: translate3d(0, -50%, 0);
        cursor: default;
        transition: opacity 0.3s ease-out, visibility 0.3s ease-out, transform 0.3s ease-out;
        visibility: visible;
        opacity: 1;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
        .main-header-wrap .right .add-new .create-tooltip:before {
          content: "";
          position: absolute;
          left: 100%;
          top: 50%;
          transform: translateY(-50%);
          border-top: 5px solid transparent;
          border-bottom: 5px solid transparent;
          border-left: 5px solid #000;
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
        .main-header-wrap .right .add-new .create-tooltip.hide-tip {
          transform: translate3d(-5px, -50%, 0);
          visibility: hidden;
          opacity: 0;
          pointer-events: none; }
      .main-header-wrap .right .add-new > .text {
        font-weight: 600;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 0;
        cursor: pointer;
        transition: color 0.3s;
        height: 100%;
        display: flex;
        align-items: center; }
        .main-header-wrap .right .add-new > .text:hover {
          color: rgba(0, 0, 0, 0.5); }
      .main-header-wrap .right .add-new .header-add-menu {
        position: absolute;
        right: -10px;
        top: calc(100% - 1px);
        width: 210px;
        background: #fff;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
        font-size: 12px;
        letter-spacing: -0.2px;
        line-height: 1;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.3s ease, opacity 0.3s ease; }
        .main-header-wrap .right .add-new .header-add-menu.active-menu, .main-header-wrap .right .add-new .header-add-menu.hover-effect {
          visibility: visible;
          opacity: 1; }
          .main-header-wrap .right .add-new .header-add-menu.active-menu.hasScroll .list, .main-header-wrap .right .add-new .header-add-menu.hover-effect.hasScroll .list {
            max-height: none !important; }
            .main-header-wrap .right .add-new .header-add-menu.active-menu.hasScroll .list .scroll-y, .main-header-wrap .right .add-new .header-add-menu.hover-effect.hasScroll .list .scroll-y {
              display: none; }
        .main-header-wrap .right .add-new .header-add-menu .block-pages {
          font-size: 12px;
          letter-spacing: -0.2px;
          padding-bottom: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.07);
          line-height: 1.2; }
          .main-header-wrap .right .add-new .header-add-menu .block-pages.active .current {
            border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
            .main-header-wrap .right .add-new .header-add-menu .block-pages.active .current .arrow .svg-arrow {
              transform: rotate(270deg); }
          .main-header-wrap .right .add-new .header-add-menu .block-pages.active .list {
            display: block; }
          .main-header-wrap .right .add-new .header-add-menu .block-pages .current {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            cursor: pointer;
            padding: 10px;
            transition: background-color 0.3s; }
            .main-header-wrap .right .add-new .header-add-menu .block-pages .current:hover {
              background: rgba(0, 0, 0, 0.07); }
            .main-header-wrap .right .add-new .header-add-menu .block-pages .current [data-id="curuserImage"] > span {
              display: flex;
              justify-content: center;
              align-items: center;
              background: #dedede;
              color: rgba(0, 0, 0, 0.2);
              width: 30px;
              height: 30px;
              box-sizing: content-box; }
            .main-header-wrap .right .add-new .header-add-menu .block-pages .current [data-id="curuserImage"] img {
              width: 30px;
              height: 30px; }
            .main-header-wrap .right .add-new .header-add-menu .block-pages .current .name {
              display: flex;
              justify-content: flex-start;
              overflow-x: hidden;
              font-weight: 600;
              padding: 0px 10px; }
              .main-header-wrap .right .add-new .header-add-menu .block-pages .current .name .name-inner {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap; }
              .main-header-wrap .right .add-new .header-add-menu .block-pages .current .name span {
                padding-right: 5px;
                color: rgba(0, 0, 0, 0.5); }
            .main-header-wrap .right .add-new .header-add-menu .block-pages .current .arrow {
              margin-left: auto;
              cursor: pointer; }
              .main-header-wrap .right .add-new .header-add-menu .block-pages .current .arrow .svg-arrow {
                width: 7px;
                height: 10px;
                fill: rgba(0, 0, 0, 0.5);
                transform: rotate(90deg); }
        .main-header-wrap .right .add-new .header-add-menu .list {
          display: none;
          max-height: 250px;
          margin: 10px 5px 10px 10px; }
          .main-header-wrap .right .add-new .header-add-menu .list > .scroll-content {
            margin: 0;
            padding-right: 0; }
          .main-header-wrap .right .add-new .header-add-menu .list .list-block {
            display: flex;
            align-items: center;
            padding: 10px;
            padding-right: 0;
            overflow: hidden;
            cursor: pointer;
            margin-right: 5px;
            transition: background-color 0.3s; }
            .main-header-wrap .right .add-new .header-add-menu .list .list-block:hover {
              background: rgba(0, 0, 0, 0.07); }
            .main-header-wrap .right .add-new .header-add-menu .list .list-block .block-image {
              flex-shrink: 0; }
              .main-header-wrap .right .add-new .header-add-menu .list .list-block .block-image > img {
                width: 30px;
                height: 30px;
                box-sizing: content-box; }
              .main-header-wrap .right .add-new .header-add-menu .list .list-block .block-image > span {
                display: flex;
                justify-content: center;
                align-items: center;
                background: #dedede;
                color: rgba(0, 0, 0, 0.2);
                width: 30px;
                height: 30px;
                box-sizing: content-box;
                flex-shrink: 0; }
            .main-header-wrap .right .add-new .header-add-menu .list .list-block .block-text {
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              overflow: hidden;
              padding-left: 12px; }
              .main-header-wrap .right .add-new .header-add-menu .list .list-block .block-text .block-name {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                margin-right: 10px; }
              .main-header-wrap .right .add-new .header-add-menu .list .list-block .block-text .block-type {
                color: rgba(0, 0, 0, 0.5); }
            .main-header-wrap .right .add-new .header-add-menu .list .list-block .arrow {
              margin-left: auto; }
              .main-header-wrap .right .add-new .header-add-menu .list .list-block .arrow .svg_proven {
                margin: 0px 10px;
                width: 13px;
                height: 10px;
                fill: #000; }
        .main-header-wrap .right .add-new .header-add-menu .block-function {
          padding: 10px 10px; }
        .main-header-wrap .right .add-new .header-add-menu .function {
          display: inline-block;
          width: 100%;
          font-weight: 600;
          padding: 0px 10px;
          line-height: 32px;
          cursor: pointer; }
          .main-header-wrap .right .add-new .header-add-menu .function:hover {
            background: rgba(0, 0, 0, 0.07); }
    .main-header-wrap .right .notifications {
      margin-left: 20px;
      margin-right: 12px;
      display: flex;
      float: right; }
      .main-header-wrap .right .notifications .notifications-wrap {
        position: relative;
        float: none;
        margin-right: 5px; }
        .main-header-wrap .right .notifications .notifications-wrap .notif-icon {
          cursor: pointer; }
          .main-header-wrap .right .notifications .notifications-wrap .notif-icon:hover .notification-svg {
            opacity: 0.5; }
        .main-header-wrap .right .notifications .notifications-wrap .notification-svg {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 40px;
          width: 40px;
          border: none;
          transition: opacity 0.3s; }
          .main-header-wrap .right .notifications .notifications-wrap .notification-svg svg {
            position: static;
            fill: #000; }
            .main-header-wrap .right .notifications .notifications-wrap .notification-svg svg.message {
              margin-top: 3px; }
        .main-header-wrap .right .notifications .notifications-wrap .badge {
          background-color: #ff2051; }
        .main-header-wrap .right .notifications .notifications-wrap .notification-number {
          position: absolute;
          top: 0;
          left: 27px;
          right: auto; }
        .main-header-wrap .right .notifications .notifications-wrap .point {
          position: absolute;
          bottom: 0px;
          left: 19px;
          height: 5px;
          width: 5px;
          border-radius: 50%;
          background: #ff2051;
          transform: translateX(-50%); }
    .main-header-wrap .right .user-avatar {
      position: relative;
      z-index: 120;
      height: 60px;
      display: flex;
      align-items: center; }
      .main-header-wrap .right .user-avatar:hover .header-user-menu {
        transition-delay: 0.3s; }
      .main-header-wrap .right .user-avatar .avatar {
        cursor: pointer; }
      .main-header-wrap .right .user-avatar img {
        height: 40px;
        width: 40px; }
      .main-header-wrap .right .user-avatar .header-user-menu {
        position: absolute;
        right: -10px;
        top: calc(100% - 1px);
        width: 240px;
        background-color: #fff;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
        font-size: 12px;
        letter-spacing: -0.2px;
        line-height: 1;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.3s ease, opacity 0.3s ease;
        padding: 5px 0; }
        .main-header-wrap .right .user-avatar .header-user-menu.active-menu {
          visibility: visible;
          opacity: 1; }
        .main-header-wrap .right .user-avatar .header-user-menu.hasScroll {
          padding: 0; }
          .main-header-wrap .right .user-avatar .header-user-menu.hasScroll .list {
            display: none; }
        .main-header-wrap .right .user-avatar .header-user-menu.noScroll #user-menu-scroll {
          max-height: none !important; }
        .main-header-wrap .right .user-avatar .header-user-menu .block-info {
          padding: 5px 10px 10px 10px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
          .main-header-wrap .right .user-avatar .header-user-menu .block-info a {
            padding: 0px 10px;
            display: inline-block;
            height: 50px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: flex-start; }
            .main-header-wrap .right .user-avatar .header-user-menu .block-info a:hover {
              background: rgba(0, 0, 0, 0.07); }
          .main-header-wrap .right .user-avatar .header-user-menu .block-info .user-name {
            font-weight: 600;
            margin-bottom: 6px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 100%; }
          .main-header-wrap .right .user-avatar .header-user-menu .block-info .user-type {
            color: rgba(0, 0, 0, 0.5); }
        .main-header-wrap .right .user-avatar .header-user-menu .block-invitations {
          padding: 15px 10px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
          .main-header-wrap .right .user-avatar .header-user-menu .block-invitations .invitations {
            display: inline-block;
            width: 100%;
            line-height: 30px;
            background: #48ea8d;
            color: #fff;
            padding-left: 10px;
            bakground: -webkit-linear-gradient(left, #48ea8d, #48eab7);
            background: -o-linear-gradient(right, #48ea8d, #48eab7);
            background: -moz-linear-gradient(right, #48ea8d, #48eab7);
            background: linear-gradient(to right, #48ea8d, #48eab7);
            background-position: 0px;
            transition: background-position 0.3s ease;
            font-weight: 600; }
            .main-header-wrap .right .user-avatar .header-user-menu .block-invitations .invitations:hover {
              bakground: -webkit-linear-gradient(left, #48eab7, #48ea8d);
              background: -o-linear-gradient(right, #48eab7, #48ea8d);
              background: -moz-linear-gradient(right, #48eab7, #48ea8d);
              background: linear-gradient(to right, #48eab7, #48ea8d);
              background-position: 220px; }
        .main-header-wrap .right .user-avatar .header-user-menu .block-notif {
          display: none; }
        .main-header-wrap .right .user-avatar .header-user-menu .block-wallet {
          padding: 15px 0px;
          border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
          .main-header-wrap .right .user-avatar .header-user-menu .block-wallet a {
            display: inline-block;
            width: calc(100% - 20px);
            font-weight: 600;
            padding: 10px 10px 8px;
            cursor: pointer;
            margin: 0 10px;
            font-size: 13px; }
            .main-header-wrap .right .user-avatar .header-user-menu .block-wallet a:hover {
              background: rgba(0, 0, 0, 0.07); }
            .main-header-wrap .right .user-avatar .header-user-menu .block-wallet a span {
              color: rgba(0, 0, 0, 0.5);
              margin-left: 10px; }
        .main-header-wrap .right .user-avatar .header-user-menu .block-function {
          padding: 15px 0px; }
        .main-header-wrap .right .user-avatar .header-user-menu .block-settings {
          padding: 15px 0px 10px;
          border-top: 1px solid rgba(0, 0, 0, 0.07); }
        .main-header-wrap .right .user-avatar .header-user-menu .change-profile {
          border-top: 1px solid rgba(0, 0, 0, 0.07);
          display: flex;
          justify-content: space-between;
          align-items: center;
          height: 60px;
          cursor: pointer;
          padding: 0 20px; }
          .main-header-wrap .right .user-avatar .header-user-menu .change-profile .text {
            font-weight: 600;
            font-size: 12px;
            letter-spacing: -0.2px; }
          .main-header-wrap .right .user-avatar .header-user-menu .change-profile .img img {
            width: 30px;
            height: 30px; }
          .main-header-wrap .right .user-avatar .header-user-menu .change-profile .ask_tooltip {
            display: inline-block;
            padding-left: 6px;
            position: relative;
            vertical-align: middle; }
            .main-header-wrap .right .user-avatar .header-user-menu .change-profile .ask_tooltip:hover .description-information {
              display: block; }
            .main-header-wrap .right .user-avatar .header-user-menu .change-profile .ask_tooltip .symbol_ask {
              width: 14px;
              height: 14px;
              fill: rgba(0, 0, 0, 0.2); }
            .main-header-wrap .right .user-avatar .header-user-menu .change-profile .ask_tooltip .description-information {
              display: none;
              padding: 50px 20px;
              position: absolute;
              top: 100%;
              left: 0%;
              transform: translate(-50%, -50%);
              width: 200px;
              height: 200px;
              overflow: auto;
              background: #fff;
              box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15); }
        .main-header-wrap .right .user-avatar .header-user-menu .function {
          display: inline-block;
          width: calc(100% - 20px);
          font-weight: 600;
          padding: 10px 10px;
          cursor: pointer;
          margin: 0 10px; }
          .main-header-wrap .right .user-avatar .header-user-menu .function:hover {
            background: rgba(0, 0, 0, 0.07); }
        .main-header-wrap .right .user-avatar .header-user-menu .list {
          padding-left: 10px;
          margin-right: 5px;
          max-height: 150px;
          line-height: 1.2;
          margin-top: 5px; }
          .main-header-wrap .right .user-avatar .header-user-menu .list > .scroll-content {
            margin-top: 0;
            padding-left: 0; }
          .main-header-wrap .right .user-avatar .header-user-menu .list .list-block {
            display: flex;
            padding: 10px;
            padding-right: 0;
            margin-right: 5px;
            overflow-x: hidden;
            cursor: pointer; }
            .main-header-wrap .right .user-avatar .header-user-menu .list .list-block:hover {
              background: rgba(0, 0, 0, 0.07); }
            .main-header-wrap .right .user-avatar .header-user-menu .list .list-block > img {
              width: 30px;
              height: 30px;
              box-sizing: content-box; }
            .main-header-wrap .right .user-avatar .header-user-menu .list .list-block > span {
              display: flex;
              justify-content: center;
              align-items: center;
              background: #dedede;
              color: rgba(0, 0, 0, 0.2);
              width: 30px;
              height: 30px;
              box-sizing: content-box;
              flex-shrink: 0; }
            .main-header-wrap .right .user-avatar .header-user-menu .list .list-block .block-text {
              display: flex;
              flex-direction: column;
              justify-content: center;
              overflow: hidden;
              padding-left: 12px; }
              .main-header-wrap .right .user-avatar .header-user-menu .list .list-block .block-text .block-name {
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                margin-right: 10px;
                margin-bottom: 2px; }
              .main-header-wrap .right .user-avatar .header-user-menu .list .list-block .block-text .block-type {
                color: rgba(0, 0, 0, 0.5); }

.headerBlack .header-inner .main-header-wrap {
  background-color: #000000; }

.headerBlack .main-header-wrap {
  border-bottom: none; }
  .headerBlack .main-header-wrap .left .beta {
    color: rgba(255, 255, 255, 0.5); }
  .headerBlack .main-header-wrap .left a svg {
    fill: #fff; }

.headerBlack .header-tabs {
  padding-right: 0 !important; }
  .headerBlack .header-tabs ul li .head-act-li .nav-link {
    color: #fff;
    border-bottom: none; }
    .headerBlack .header-tabs ul li .head-act-li .nav-link:hover {
      color: rgba(255, 255, 255, 0.5); }
  .headerBlack .header-tabs ul li > .nav-link {
    color: #fff; }
    .headerBlack .header-tabs ul li > .nav-link:hover {
      color: rgba(255, 255, 255, 0.5); }
  .headerBlack .header-tabs ul.active li.head-act-li > .nav-link {
    border-bottom: 2px solid #ffffff; }
    .headerBlack .header-tabs ul.active li.head-act-li > .nav-link:hover {
      color: #fff; }
  .headerBlack .header-tabs ul.active li > .nav-link {
    color: #fff; }
    .headerBlack .header-tabs ul.active li > .nav-link:hover {
      color: rgba(255, 255, 255, 0.5); }
  .headerBlack .header-tabs .search_field .search_input {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #000; }
    .headerBlack .header-tabs .search_field .search_input:hover {
      border-color: rgba(255, 255, 255, 0.3); }
    .headerBlack .header-tabs .search_field .search_input::placeholder {
      color: rgba(255, 255, 255, 0.5);
      text-transform: uppercase; }

.headerBlack .notification-svg svg {
  fill: #fff; }

.headerBlack .button-head {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff; }

.headerBlack .button-head:hover {
  color: #fff;
  background-color: #000;
  border: 2px solid #fff; }

.headerBlack .logo-wrap {
  fill: #fff;
  color: #fff; }

.headerBlack .hamburger__bottom-bun {
  background-color: #fff; }

.headerBlack .hamburger__top-bun {
  background-color: #fff; }

.headerBlack .img-menu-wrap span {
  color: #fff;
  border: 1px solid #fff; }

.headerBlack .main-nav-hidden .img-menu-wrap span {
  color: #000; }

.headerBlack .main-search-black {
  fill: #fff; }

.headerBlack .right .main-nav li.active a {
  border-bottom-color: #fff; }

.headerBlack .right .main-nav li a:hover {
  color: #fff; }

.headerBlack .right .main-nav li.reglink a {
  background: #fff;
  color: #000; }
  .headerBlack .right .main-nav li.reglink a:hover {
    background-color: #b3b3b3;
    color: #000;
    opacity: 1; }

.headerBlack .right .main-nav li a {
  color: #fff; }

.headerBlack .right .add-new .icon-plus-thin {
  color: white; }

.headerBlack .right .add-new .text {
  color: #fff; }
  .headerBlack .right .add-new .text:hover {
    color: rgba(255, 255, 255, 0.5); }

.headerBlack .right .add-new .create-tooltip {
  box-shadow: none;
  background: #fff;
  color: #000; }
  .headerBlack .right .add-new .create-tooltip:before {
    border-left-color: #fff;
    box-shadow: none; }

.headerBlack .right .notifications .notifications-wrap .notification-svg svg {
  fill: #fff; }

.head-middle {
  width: 100%;
  background: #fff;
  height: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0;
  padding-right: 20px; }
  .head-middle .artist {
    position: relative;
    height: 100%;
    max-width: 33.33%;
    white-space: nowrap;
    display: flex;
    align-items: center; }
    .head-middle .artist .artist-avatar {
      display: inline-block;
      height: 100%;
      margin-right: 20px;
      vertical-align: middle;
      height: 60px;
      width: 60px;
      flex-shrink: 0;
      font-size: 30px; }
      .head-middle .artist .artist-avatar:hover span:after {
        visibility: visible;
        opacity: 0.45; }
      .head-middle .artist .artist-avatar > span {
        position: relative;
        font-size: 30px;
        letter-spacing: -1px;
        font-weight: 600;
        display: flex;
        height: 100%;
        background-color: #dedede;
        color: rgba(0, 0, 0, 0.2);
        justify-content: center;
        align-items: center;
        cursor: pointer; }
        .head-middle .artist .artist-avatar > span:after {
          content: '';
          visibility: hidden;
          opacity: 0;
          background-color: #000000;
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 1;
          transition: all 0.3s; }
    .head-middle .artist .tag_draft {
      vertical-align: middle;
      margin-left: 15px;
      padding: 4px 10px;
      font-size: 10px;
      color: rgba(0, 0, 0, 0.5);
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 2px; }
    .head-middle .artist .artist-name {
      display: inline-block;
      font-weight: 600;
      font-size: 14px;
      line-height: 1.2;
      letter-spacing: -0.4px;
      margin-right: 10px;
      vertical-align: middle;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 100%; }
      .head-middle .artist .artist-name a:hover {
        color: rgba(0, 0, 0, 0.5); }
    .head-middle .artist .artist-type {
      display: inline-block;
      font-weight: 300;
      font-size: 14px;
      letter-spacing: -0.4px;
      vertical-align: middle;
      flex-shrink: 0; }
    .head-middle .artist .proven {
      vertical-align: middle; }
    .head-middle .artist .tooltip_ask {
      position: static;
      flex-shrink: 0;
      white-space: initial; }
      .head-middle .artist .tooltip_ask:hover .tooltip_ask-inner {
        pointer-events: auto; }
      .head-middle .artist .tooltip_ask:hover .tooltip-information {
        visibility: visible;
        transition-delay: 0.5s;
        opacity: 1; }
      .head-middle .artist .tooltip_ask .icon-check {
        line-height: 14px;
        padding-bottom: 0px; }
      .head-middle .artist .tooltip_ask .tooltip_ask-inner {
        display: flex;
        width: 100%;
        position: absolute;
        left: 20px;
        top: calc(50% + 7px);
        padding-top: 10px;
        overflow: visible;
        pointer-events: none; }
      .head-middle .artist .tooltip_ask .tooltip-information {
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.3s, opacity 0.3s;
        transition-delay: 0.3s;
        position: static;
        margin-left: auto;
        flex-shrink: 0;
        margin-right: -173px; }
        .head-middle .artist .tooltip_ask .tooltip-information:hover {
          visibility: visible;
          transition-delay: 0.5s;
          opacity: 1;
          z-index: 1; }
  .head-middle .artist .icon-check {
    color: #fff;
    height: 14px;
    width: 14px;
    background: #dedede;
    border-radius: 100%;
    font-size: 7px;
    display: flex;
    margin-left: 5px;
    justify-content: center;
    align-items: center;
    padding-bottom: 1px;
    flex-shrink: 0; }
    .head-middle .artist .icon-check.green {
      background-color: #48ea8d; }
  .head-middle .artist-btn {
    display: flex;
    align-items: center;
    z-index: 2; }
    .head-middle .artist-btn .followers, .head-middle .artist-btn .following {
      display: inline-block;
      vertical-align: middle;
      margin-right: 40px;
      font-size: 12px;
      letter-spacing: -0.2px;
      cursor: pointer; }
      .head-middle .artist-btn .followers:hover, .head-middle .artist-btn .following:hover {
        color: rgba(0, 0, 0, 0.5); }
      .head-middle .artist-btn .followers.no-hover:hover, .head-middle .artist-btn .following.no-hover:hover {
        color: #000; }
      .head-middle .artist-btn .followers span, .head-middle .artist-btn .following span {
        position: relative;
        color: rgba(0, 0, 0, 0.5);
        margin-left: 5px; }
        .head-middle .artist-btn .followers span:hover .tooltip-info, .head-middle .artist-btn .following span:hover .tooltip-info {
          visibility: visible;
          opacity: 1;
          transition-delay: 0.5s; }
      .head-middle .artist-btn .followers .tooltip-info, .head-middle .artist-btn .following .tooltip-info {
        position: absolute;
        top: 100%;
        margin-top: 6px;
        left: 50%;
        transform: translateX(-50%);
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.3s, opacity 0.3s;
        transition-delay: 0.3s;
        background-color: rgba(0, 0, 0, 0.9);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
        cursor: default;
        border-radius: 2px; }
        .head-middle .artist-btn .followers .tooltip-info .count, .head-middle .artist-btn .following .tooltip-info .count {
          font-size: 12px;
          letter-spacing: -0.2px;
          color: #fff;
          line-height: 24px;
          word-wrap: break-word;
          height: 24px;
          padding: 0 7px;
          border-radius: 2px;
          min-width: 24px;
          text-align: center;
          display: block;
          margin-left: 0; }
    .head-middle .artist-btn .menu {
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px;
      line-height: 16px; }
      .head-middle .artist-btn .menu a {
        vertical-align: middle;
        color: rgba(0, 0, 0, 0.5);
        font-weight: 600;
        font-size: 12px;
        letter-spacing: -0.2px;
        margin-right: 25px; }
        .head-middle .artist-btn .menu a:last-child {
          margin-right: 0; }
        .head-middle .artist-btn .menu a span {
          display: inline-block;
          margin-left: 5px;
          font-weight: 700;
          line-height: 16px;
          border-radius: 10px;
          background-color: #000;
          color: #fff;
          font-size: 10px;
          letter-spacing: 0;
          padding: 0px 5px 0 4px;
          min-width: 16px;
          text-align: center; }
    .head-middle .artist-btn .btn-logo-stroked {
      font-size: 12px;
      letter-spacing: -0.2px;
      vertical-align: middle; }
    .head-middle .artist-btn .btn-black-30 {
      vertical-align: middle; }
    .head-middle .artist-btn .btn-stroked {
      font-size: 12px;
      letter-spacing: -0.2px;
      vertical-align: middle;
      margin-right: 10px; }
    .head-middle .artist-btn .btn-logo-green-30 {
      vertical-align: middle; }
  .head-middle .draft-text {
    padding-left: 20px;
    font-size: 13px;
    letter-spacing: -0.4px;
    color: rgba(0, 0, 0, 0.5); }
    .head-middle .draft-text span {
      font-weight: 600;
      margin-right: 10px;
      color: #000; }
  .head-middle .draft-btn {
    z-index: 2;
    font-weight: 600; }
    .head-middle .draft-btn .preview {
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px;
      font-size: 13px;
      letter-spacing: -0.4px;
      color: rgba(0, 0, 0, 0.5);
      cursor: pointer; }
    .head-middle .draft-btn .btn_green {
      display: inline-block;
      vertical-align: middle;
      padding: 0 22px;
      margin: 0; }
  .head-middle .post_menu {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
    .head-middle .post_menu + .follow-panel, .head-middle .post_menu + .btn-stroked, .head-middle .post_menu + .btn-black-30 {
      margin-left: 16px; }
    .head-middle .post_menu .post_menu_list {
      right: 16px;
      top: 0;
      display: block !important;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease; }
    .head-middle .post_menu.active .post_menu_list {
      opacity: 1;
      visibility: visible; }

/*************** SCROLLBAR BASE CSS ***************/
.main-header {
  /*************** SIMPLE INNER SCROLLBAR ***************/ }
  .main-header .scroll-wrapper {
    overflow: hidden; }
    .main-header .scroll-wrapper > .scroll-content {
      border: none !important;
      box-sizing: content-box !important;
      height: auto;
      left: 0;
      margin: 0;
      max-height: none;
      max-width: none !important;
      overflow: scroll !important;
      padding: 0;
      position: relative !important;
      top: 0;
      width: auto !important; }
  .main-header .scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0; }
  .main-header .scroll-wrapper:hover .scroll-x.scroll-scrollx_visible, .main-header .scroll-wrapper:hover .scroll-y.scroll-scrolly_visible {
    visibility: visible;
    opacity: 1; }
  .main-header .scroll-element {
    display: none;
    transition: visibility 0.3s, opacity 0.3s; }
  .main-header .scroll-element, .main-header .scroll-element div {
    box-sizing: content-box; }
  .main-header .scroll-element.scroll-x.scroll-scrollx_visible,
  .main-header .scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
    visibility: hidden;
    opacity: 0; }
  .main-header .scroll-element .scroll-bar,
  .main-header .scroll-element .scroll-arrow {
    cursor: default; }
  .main-header .scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999; }
  .main-header .scroll-textarea > .scroll-content {
    overflow: hidden !important; }
  .main-header .scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important; }
  .main-header .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0; }
  .main-header .scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 5px;
    left: 0;
    width: 100%; }
  .main-header .scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 0px;
    top: 0;
    width: 5px; }

.loader {
  background: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999; }

.loaderContent {
  height: 100%;
  width: 100%;
  z-index: 99990;
  position: relative; }

body > .loader {
  z-index: 99999; }
  body > .loader .loader-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  body > .loader svg {
    width: 24px;
    height: 40px;
    -webkit-animation-direction: alternate;
    animation-name: pulseLoader;
    animation-iteration-count: infinite;
    animation-duration: .4s;
    animation-direction: alternate; }

body.with-player > .loader {
  z-index: 1040; }

body.with-player .loaderContent {
  z-index: 1030; }

body.with-player .email_notice ~ .main_cont_block #user-menu-scroll, body.with-player .email_notice ~ .main_cont_block #add-new-scroll {
  max-height: calc(100vh - 140px - 53px) !important; }

body.with-player .cookie-wr ~ .main_cont_block #user-menu-scroll, body.with-player .cookie-wr ~ .main_cont_block #add-new-scroll {
  max-height: calc(100vh - 140px - 53px) !important; }

body.with-player .cookie-wr ~ .email_notice ~ .main_cont_block #user-menu-scroll, body.with-player .cookie-wr ~ .email_notice ~ .main_cont_block #add-new-scroll {
  max-height: calc(100vh - 200px - 53px) !important; }

body.with-player .main-header-wrap #user-menu-scroll, body.with-player .main-header-wrap #add-new-scroll {
  max-height: calc(100vh - 80px - 53px) !important; }

body.with-player .nav-up .header-inner #header-block #user-menu-scroll, body.with-player .nav-up .header-inner #header-block #add-new-scroll,
body.with-player .nav-down .header-inner #header-block #user-menu-scroll,
body.with-player .nav-down .header-inner #header-block #add-new-scroll,
body.with-player .nav-up-active .header-inner #header-block #user-menu-scroll,
body.with-player .nav-up-active .header-inner #header-block #add-new-scroll {
  max-height: calc(100vh - 80px - 53px) !important; }

@keyframes pulseLoader {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.loaderInner, .loaderInner-img {
  height: 20px;
  width: 20px;
  margin-top: -10px;
  margin-left: -10px;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: rotate .4s infinite linear;
  animation: rotate .4s infinite linear;
  border: 1px solid #000;
  border-right-color: transparent; }

.load-proc .loaderInner {
  border: 1px solid white;
  border-right-color: transparent; }

.loaderInner {
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.loaderInner-img {
  background-color: #dedede; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.img-menu-wrap {
  width: 30px;
  height: 30px; }

.mfp-hide {
  display: none; }

.info_panel .followers.no-hover:hover,
.info_panel .following.no-hover:hover {
  color: #000; }

.info_panel .followers span,
.info_panel .following span {
  position: relative; }
  .info_panel .followers span:hover .tooltip-info,
  .info_panel .following span:hover .tooltip-info {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.5s;
    z-index: 1; }

.info_panel .followers .tooltip-info,
.info_panel .following .tooltip-info {
  position: absolute;
  top: 100%;
  margin-top: 6px;
  left: 50%;
  transform: translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s;
  transition-delay: 0.3s;
  background-color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  cursor: default;
  border-radius: 2px;
  z-index: 0; }
  .info_panel .followers .tooltip-info .count,
  .info_panel .following .tooltip-info .count {
    font-size: 12px;
    letter-spacing: -0.2px;
    color: #fff;
    line-height: 24px;
    word-wrap: break-word;
    height: 24px;
    padding: 0 7px;
    border-radius: 2px;
    min-width: 24px;
    text-align: center;
    display: block;
    margin-left: 0; }

.with-player .scroll-wrapper.notif-list {
  max-height: calc(100vh - 60px - 60px - 40px - 50px); }

.with-player .cookie-wr ~ .main_cont_block .scroll-wrapper.notif-list {
  max-height: calc(100vh - 60px - 60px - 40px - 60px); }

.with-player .cookie-wr ~ .email_notice ~ .main_cont_block .scroll-wrapper.notif-list {
  max-height: calc(100vh - 60px - 60px - 40px - 60px); }

.with-player .email_notice ~ .main_cont_block .scroll-wrapper.notif-list {
  max-height: calc(100vh - 60px - 60px - 40px - 60px); }

.with-player .crisp-button {
  bottom: 65px; }

.with-player .crisp-agree {
  margin-bottom: 4px; }

.cookie-wr ~ .main_cont_block .scroll-wrapper.notif-list {
  max-height: calc(100vh - 60px - 60px - 40px - 60px); }

.cookie-wr ~ .email_notice ~ .main_cont_block .scroll-wrapper.notif-list {
  max-height: calc(100vh - 60px - 60px - 40px - 60px - 60px); }

.email_notice ~ .main_cont_block .scroll-wrapper.notif-list {
  max-height: calc(100vh - 60px - 60px - 40px - 60px); }

.notif-common .notif-container {
  visibility: hidden;
  opacity: 0;
  transition: linear 0.3s;
  transition-property: opacity, visibility;
  background-color: #fff;
  position: absolute;
  max-height: calc(100vh - 60px - 40px);
  top: calc(100% + 10px);
  right: 0;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  width: 480px;
  font-size: 13px;
  letter-spacing: -0.4px;
  z-index: 3; }
  .notif-common .notif-container.open {
    visibility: visible;
    opacity: 1;
    overflow: hidden; }

.notif-common .top-bar {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
  .notif-common .top-bar .title {
    font-size: 14px;
    flex: 1; }
  .notif-common .top-bar .tabs {
    display: flex; }
    .notif-common .top-bar .tabs li {
      line-height: 58px;
      cursor: pointer; }
      .notif-common .top-bar .tabs li:hover span {
        color: rgba(0, 0, 0, 0.3); }
      .notif-common .top-bar .tabs li span {
        color: rgba(0, 0, 0, 0.5);
        transition: color 0.3s; }
      .notif-common .top-bar .tabs li.active {
        border-bottom: 2px solid #000; }
        .notif-common .top-bar .tabs li.active span {
          color: #000;
          font-weight: 600; }
          .notif-common .top-bar .tabs li.active span:hover {
            color: rgba(0, 0, 0, 0.8); }
      .notif-common .top-bar .tabs li:first-child {
        margin-right: 20px; }

.notif-common .settings {
  text-align: right;
  flex: 1; }
  .notif-common .settings a {
    font-weight: 600;
    transition: color 0.3s; }
    .notif-common .settings a:hover {
      color: rgba(0, 0, 0, 0.5); }

.notif-common .scroll-wrapper.notif-list {
  height: 540px;
  max-height: calc(100% - 60px); }

.notif-common .scroll-wrapper > .scroll-element.scroll-y {
  height: calc(100% - 20px);
  top: 10px; }

.notif-common .notification-loader .loaderInner {
  display: block !important; }

.notif-common .notif-list.scroll-content {
  overflow-y: auto; }

.notif-common .empty-notifications {
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

.notif-common .notif-item {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  cursor: pointer;
  transition: background-color 0.3s; }
  .notif-common .notif-item:hover {
    background-color: rgba(0, 0, 0, 0.07); }
  .notif-common .notif-item:first-child {
    border-top: none; }
  .notif-common .notif-item.reply .comment {
    display: flex; }
    .notif-common .notif-item.reply .comment i {
      display: flex;
      align-items: center;
      flex-shrink: 0;
      height: 18px;
      margin-right: 10px; }
      .notif-common .notif-item.reply .comment i span {
        display: block;
        flex-shrink: 0;
        height: 3px;
        width: 3px;
        margin-right: 2px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.3); }

.notif-common .more {
  cursor: default;
  position: relative; }
  .notif-common .more:hover {
    background: none; }
  .notif-common .more .notif-item-inner {
    min-height: 80px;
    align-items: center;
    justify-content: center;
    padding-right: 0; }

.notif-common .push-notif {
  padding-left: 30px;
  padding-right: 30px;
  background-color: rgba(0, 0, 0, 0.03);
  cursor: default; }
  .notif-common .push-notif:hover {
    background-color: rgba(0, 0, 0, 0.03); }
  .notif-common .push-notif .notif-item-inner {
    display: block;
    padding-right: 0; }
  .notif-common .push-notif .push-title {
    font-weight: 600;
    margin-bottom: 15px; }
  .notif-common .push-notif .buttons {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .notif-common .push-notif .buttons .btn-black-30 {
      margin-right: 20px; }

.notif-common .new, .notif-common .old {
  padding-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600; }

.notif-common .notif-item-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  padding-right: 20px; }
  .notif-common .notif-item-inner.has-img {
    padding-right: 0; }

.notif-common .left-img {
  height: 40px;
  width: 40px;
  flex-shrink: 0;
  margin-right: 20px;
  position: relative; }
  .notif-common .left-img.flag {
    display: flex;
    justify-content: center; }

.notif-common .micro-img {
  position: absolute;
  height: 20px;
  width: 20px;
  right: -4px;
  bottom: -4px; }

.notif-common .description {
  line-height: 18px; }
  .notif-common .description.green-icon .text, .notif-common .description.red-icon .text {
    position: relative;
    text-indent: 20px; }
    .notif-common .description.green-icon .text:before, .notif-common .description.red-icon .text:before {
      font-family: icomoon;
      position: absolute;
      left: -20px; }
  .notif-common .description.green-icon.green-icon .text:before, .notif-common .description.red-icon.green-icon .text:before {
    content: '\e901';
    color: #48ea8d; }
  .notif-common .description.green-icon.red-icon .text:before, .notif-common .description.red-icon.red-icon .text:before {
    content: '\e908';
    color: #ff2051; }
  .notif-common .description .text a {
    font-weight: 600;
    transition: color 0.3s;
    word-break: normal; }
    .notif-common .description .text a:hover {
      color: rgba(0, 0, 0, 0.5); }
  .notif-common .description .comment {
    background-color: rgba(0, 0, 0, 0.07);
    border-radius: 13px;
    padding: 10px 20px 10px 15px;
    margin-top: 5px; }
  .notif-common .description .time {
    font-size: 12px;
    letter-spacing: -0.2px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 5px; }

.notif-common .right-img {
  height: 40px;
  width: 80px;
  padding-left: 20px;
  flex-shrink: 0;
  margin-left: auto;
  text-align: right; }
  .notif-common .right-img.campaign .img {
    width: 60px; }
  .notif-common .right-img .img {
    display: inline-block;
    height: 100%;
    width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.premium-subscription-popup .mfp-content > div {
  padding-top: 70px;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 100px; }

.premium-subscription-popup .top-panel-premium {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 80px; }
  .premium-subscription-popup .top-panel-premium p {
    font-size: 18px;
    flex-basis: 100%;
    text-align: center;
    margin-top: 25px;
    letter-spacing: -0.6px; }

.premium-subscription-popup .avatar {
  height: 80px;
  width: 80px;
  font-size: 35px; }

.premium-subscription-popup .middle-panel-premium > div {
  width: 50%;
  padding-bottom: 90px;
  position: relative; }
  .premium-subscription-popup .middle-panel-premium > div button {
    position: absolute;
    bottom: 0;
    left: 0; }

.premium-subscription-popup .middle-panel-premium .left-part {
  padding-right: 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.07); }
  .premium-subscription-popup .middle-panel-premium .left-part .price {
    color: rgba(0, 0, 0, 0.2); }

.premium-subscription-popup .middle-panel-premium .right-part {
  padding-left: 60px; }
  .premium-subscription-popup .middle-panel-premium .right-part button {
    left: 60px; }

.premium-subscription-popup .middle-panel-premium .member-type {
  font-size: 40px;
  letter-spacing: -1.4px;
  font-weight: 600;
  margin-bottom: 10px; }

.premium-subscription-popup .middle-panel-premium .price {
  font-size: 70px;
  letter-spacing: -1.4px;
  font-weight: 300;
  white-space: nowrap;
  margin-bottom: 35px; }
  .premium-subscription-popup .middle-panel-premium .price span {
    font-size: 20px;
    letter-spacing: -0.6px; }

.premium-subscription-popup .middle-panel-premium .advantages-list li {
  font-size: 16px;
  letter-spacing: -0.4px;
  position: relative;
  margin-bottom: 10px; }
  .premium-subscription-popup .middle-panel-premium .advantages-list li span {
    font-size: 10px;
    display: inline-block;
    margin-right: 15px;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    line-height: 16px;
    text-align: center; }
  .premium-subscription-popup .middle-panel-premium .advantages-list li:nth-child(n+3) span {
    background-color: #48ea8d;
    border-radius: 50%;
    color: #fff; }

.premium-subscription-popup .mfp-close {
  font-size: 16px;
  letter-spacing: -0.4px;
  color: #000;
  line-height: 36px;
  opacity: 1;
  top: 20px;
  width: 36px;
  height: 36px;
  right: 14px; }

#premium-subscription-popup .middle-panel-premium {
  display: flex; }
  #premium-subscription-popup .middle-panel-premium.is-follow .left-part {
    color: rgba(0, 0, 0, 0.2); }

#premium-subscription-info-popup .top-panel-premium {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 60px; }

#premium-subscription-info-popup .middle-panel-premium {
  text-align: center;
  max-width: 720px;
  margin: 0 auto; }
  #premium-subscription-info-popup .middle-panel-premium h3 {
    font-size: 20px;
    letter-spacing: -0.6px;
    font-weight: 300;
    margin-bottom: 20px; }
  #premium-subscription-info-popup .middle-panel-premium p {
    font-size: 13px;
    letter-spacing: -0.4px;
    line-height: 18px; }
  #premium-subscription-info-popup .middle-panel-premium button {
    margin-top: 40px; }

.premium-subscription-popup-album {
  display: flex;
  justify-content: center; }
  .premium-subscription-popup-album .subscribe-album-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .premium-subscription-popup-album .subscribe-album-content .top-panel-premium {
      display: block; }
    .premium-subscription-popup-album .subscribe-album-content .middle-panel-premium > div {
      padding-bottom: 0px; }
    .premium-subscription-popup-album .subscribe-album-content .middle-panel-premium .btn-green-50 {
      margin-top: 30px; }
    .premium-subscription-popup-album .subscribe-album-content .middle-panel-premium .advantages-list li span {
      background-color: #48ea8d;
      border-radius: 50%;
      color: #fff; }
    .premium-subscription-popup-album .subscribe-album-content .middle-panel-premium .advantages-list li:nth-child(n+4) span {
      background-color: #fff;
      color: #000; }

.follow-panel {
  display: flex;
  align-items: center; }
  .follow-panel .btn-logo-stroked {
    margin-right: 10px; }
  .follow-panel .btn-green-30 {
    display: inline-block;
    vertical-align: middle; }

.onboarding-area {
  display: block;
  opacity: 0;
  visibility: hidden;
  height: 0;
  width: 0; }
  .onboarding-area .overlay {
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0; }
  .onboarding-area .tip {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.3s; }

.onboarding .s4m {
  position: relative;
  z-index: 121; }

.onboarding .follows-wrap {
  z-index: 99; }

.onboarding-head .main-header {
  z-index: 122; }

html[class*="onboarding"] {
  overflow-y: scroll; }
  html[class*="onboarding"] .header-add-menu {
    transition: none !important; }

body:not([class*="onboarding"]) .profile_top_info .top_notice {
  z-index: 1; }
  body:not([class*="onboarding"]) .profile_top_info .top_notice:before {
    z-index: 1; }
  body:not([class*="onboarding"]) .profile_top_info .top_notice .top_notice-inner {
    z-index: 2; }

body[class*="onboarding"] {
  pointer-events: none;
  overflow: hidden;
  height: 100vh; }
  body[class*="onboarding"] .active_onboarding {
    position: relative;
    z-index: 8; }
    body[class*="onboarding"] .active_onboarding .active-zone {
      position: relative;
      background: white;
      z-index: 3; }
      body[class*="onboarding"] .active_onboarding .active-zone:before {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        right: -10px;
        width: 41px;
        z-index: -1;
        height: 62px;
        background: white; }
    body[class*="onboarding"] .active_onboarding .onboarding-area {
      opacity: 1;
      visibility: visible; }
      body[class*="onboarding"] .active_onboarding .onboarding-area .overlay {
        opacity: 1;
        visibility: visible; }
      body[class*="onboarding"] .active_onboarding .onboarding-area .tip {
        opacity: 1;
        visibility: visible;
        position: absolute;
        background-color: #fff;
        z-index: 999;
        padding: 20px;
        width: 400px;
        color: #000;
        font-weight: 400;
        text-align: left;
        pointer-events: all; }
        body[class*="onboarding"] .active_onboarding .onboarding-area .tip.with-margin {
          margin-top: 35px;
          margin-left: -8px; }
          body[class*="onboarding"] .active_onboarding .onboarding-area .tip.with-margin.campaign-tips {
            right: 100%;
            margin-right: -33px; }
        body[class*="onboarding"] .active_onboarding .onboarding-area .tip .title {
          font-size: 15px;
          letter-spacing: -0.4px;
          font-weight: 600;
          margin-bottom: 20px; }
        body[class*="onboarding"] .active_onboarding .onboarding-area .tip .text {
          font-size: 13px;
          letter-spacing: -0.4px;
          line-height: 18px;
          margin-bottom: 30px; }
          body[class*="onboarding"] .active_onboarding .onboarding-area .tip .text > a {
            font-weight: 600; }
        body[class*="onboarding"] .active_onboarding .onboarding-area .tip .btn-black-36 {
          margin-right: 20px; }
  body[class*="onboarding"] .top_info_inner {
    z-index: 7; }
    body[class*="onboarding"] .top_info_inner .active_onboarding .tip {
      top: calc(100% + 20px);
      left: 20px; }
    body[class*="onboarding"] .top_info_inner .active_onboarding .ava {
      z-index: 1;
      pointer-events: none; }
    body[class*="onboarding"] .top_info_inner .active_onboarding .btn-insert-img {
      visibility: visible;
      opacity: 1; }
  body[class*="onboarding"] .top_notice .active_onboarding .overlay {
    z-index: 4; }
  body[class*="onboarding"] .top_notice .active_onboarding .btn-green-36 {
    position: relative;
    z-index: 4;
    pointer-events: none; }
  body[class*="onboarding"] .top_notice .active_onboarding .tip {
    right: 0;
    top: calc(100% + 20px); }
  body[class*="onboarding"] .profile_info .tabs .active_onboarding {
    z-index: 7; }
    body[class*="onboarding"] .profile_info .tabs .active_onboarding .tip {
      white-space: normal;
      left: -10px;
      top: calc(100% + 20px);
      cursor: auto; }
    body[class*="onboarding"] .profile_info .tabs .active_onboarding > a {
      background-color: #f2f2f2;
      color: rgba(0, 0, 0, 0.5);
      padding: 16px 15px;
      left: -10px;
      margin: 0;
      position: absolute;
      z-index: 2; }
  body[class*="onboarding"] .profile_info .right-side .active_onboarding {
    z-index: 7; }
  body[class*="onboarding"] .profile_info .right-side .tip {
    right: calc(100% + 40px);
    top: -20px; }
  body[class*="onboarding"] .profile_info .right-side .about-inner {
    position: relative;
    z-index: 1;
    background-color: #f2f2f2;
    left: -20px;
    top: -20px;
    padding: 20px; }
  body[class*="onboarding"] .profile_info .main-qwerty-form .active_onboarding {
    z-index: 7; }
    body[class*="onboarding"] .profile_info .main-qwerty-form .active_onboarding .tip {
      top: calc(100% + 20px);
      left: 0; }
    body[class*="onboarding"] .profile_info .main-qwerty-form .active_onboarding .qwerty-h4 {
      background-color: #fff;
      position: relative;
      z-index: 1; }
  body[class*="onboarding"] .newsFeed-center-wr .tabs .active_onboarding {
    z-index: 7; }
    body[class*="onboarding"] .newsFeed-center-wr .tabs .active_onboarding .tip {
      top: calc(100% + 20px);
      left: 0;
      cursor: auto; }
    body[class*="onboarding"] .newsFeed-center-wr .tabs .active_onboarding > a {
      position: relative;
      z-index: 3;
      padding: 10px;
      background-color: #f2f2f2; }
  body[class*="onboarding"] .left_side_inner {
    z-index: 7; }
    body[class*="onboarding"] .left_side_inner .active_onboarding .overlay {
      display: block; }
    body[class*="onboarding"] .left_side_inner .active_onboarding .tip {
      top: calc(100% + 20px);
      left: -15px; }
    body[class*="onboarding"] .left_side_inner .active_onboarding > a {
      position: relative;
      z-index: 2;
      background-color: #f2f2f2;
      padding: 5px 15px;
      left: -15px;
      transition: none; }
  body[class*="onboarding"] .header-tabs {
    position: relative;
    z-index: 999; }
    body[class*="onboarding"] .header-tabs .active_onboarding .overlay {
      height: 100vh; }
    body[class*="onboarding"] .header-tabs .active_onboarding .tip {
      top: calc(100% + 20px);
      left: 0;
      z-index: 9999999999; }
    body[class*="onboarding"] .header-tabs .active_onboarding .nav-link {
      position: relative;
      z-index: 9999999999;
      background-color: #fff;
      padding: 0 15px; }
  body[class*="onboarding"] .add-new.active_onboarding {
    z-index: 999; }
    body[class*="onboarding"] .add-new.active_onboarding .tip {
      top: calc(100% + 20px);
      right: 0; }
    body[class*="onboarding"] .add-new.active_onboarding #add-new-btn {
      position: relative;
      z-index: 2;
      background-color: #fff;
      padding: 0 15px;
      right: -10px; }
    body[class*="onboarding"] .add-new.active_onboarding #header-add-new-menu {
      visibility: visible;
      opacity: 1;
      z-index: 1;
      box-shadow: none; }
      body[class*="onboarding"] .add-new.active_onboarding #header-add-new-menu > .scroll-wrapper {
        background: #fff;
        z-index: 1; }
  body[class*="onboarding"] .main-qwerty-form.open.follows-item {
    z-index: 7; }

@media only screen and (max-width: 1439px) {
  .main-header-wrap .header-tabs.search-active .search_field .search_field_label .search_input {
    width: 100%; }
  body[class*="onboarding"] .top_info_inner .active_onboarding .tip {
    top: 0;
    left: 100%; } }

@media only screen and (max-width: 1199px) {
  .main-header-wrap .header-tabs .search_field {
    display: none; }
  .main-header-wrap .header-tabs ul li.search-btn {
    display: block; }
  .main-header-wrap .header-tabs ul li.search {
    display: none; }
  .main-header-wrap .header-tabs ul.search-active li {
    display: none; }
    .main-header-wrap .header-tabs ul.search-active li.search-btn {
      display: none; } }

@-webkit-keyframes fadeInUp {
  0% {
    transform: translate3d(0, -10px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0px, 0);
    opacity: 1; } }

@keyframes fadeInUp {
  0% {
    transform: translate3d(0, -10px, 0);
    opacity: 0; }
  100% {
    transform: translate3d(0, 0px, 0);
    opacity: 1; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#crisp-chatbox .crisp-kquevr.crispS4mIcon {
  visibility: hidden !important; }

#crisp-chatbox [data-is-ongoing].crispS4mIcon {
  visibility: hidden !important; }

.crisp-button {
  position: fixed;
  bottom: 20px;
  right: 0;
  margin-right: 24px;
  border-radius: 100%; }
  .crisp-button .crisp-button-wrap {
    border-radius: 60px;
    background-color: #2A2A2A;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    width: 60px;
    height: 60px;
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .crisp-button .crisp-button-wrap svg {
      display: block;
      cursor: pointer;
      fill: #fff; }
      .crisp-button .crisp-button-wrap svg circle {
        fill: #000; }

.crisp-agree {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  max-width: 400px;
  width: calc(100% - 20px);
  padding: 35px 40px 40px 39px;
  background-color: #fff;
  margin-right: 25px;
  margin-bottom: 7px; }
  .crisp-agree p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 26px; }
  .crisp-agree .line-buttons {
    display: flex; }
  .crisp-agree .btn-black-36 {
    margin-right: 19px; }
  .crisp-agree .btn-link {
    font-size: 14px; }
