@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" */
.mobile * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mobile body {
  min-width: 0; }

.mobile .scroll-element.scroll-x.scroll-scrollx_visible,
.mobile .scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
  visibility: visible;
  opacity: 1; }

.mobile .toTop {
  display: none; }

.mobile .mobileHidden {
  display: none; }

.mobile .tooltipster-content .notice {
  white-space: normal;
  max-width: 400px;
  width: 90vw; }

.mobile .email_notice {
  height: auto;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  padding: 16px;
  align-items: flex-start;
  word-wrap: break-word; }
  .mobile .email_notice span {
    line-height: 18px;
    margin-right: 0;
    text-align: left;
    margin-bottom: 20px;
    max-width: 100%; }
  .mobile .email_notice .btn-white-24 {
    margin-right: auto;
    margin-top: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 12px; }
  .mobile .email_notice.payout_notice {
    box-sizing: border-box; }

.mobile .top_notice.mobileVisible {
  display: flex; }

.mobile .top_notice:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  background-color: #f2f2f2;
  width: 100%;
  height: 24px; }

.mobile .top_notice .left {
  line-height: 18px;
  margin-right: 0;
  text-align: left; }
  .mobile .top_notice .left span {
    color: #000;
    display: block;
    min-height: 36px; }
  .mobile .top_notice .left strong {
    display: block; }

.mobile .top_notice .right {
  display: flex;
  justify-content: flex-end;
  width: 100%; }

.mobile .top_notice .btn-green-36 {
  margin-top: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  font-size: 12px; }

.mobile .draft_anim {
  padding: 0;
  overflow: hidden;
  border-bottom: none;
  margin: 0;
  height: 144px; }
  .mobile .draft_anim:after {
    content: none; }
  .mobile .draft_anim.revert {
    margin-top: -145px; }
  .mobile .draft_anim .top_notice-inner {
    position: relative;
    height: 144px;
    flex-direction: column;
    padding: 16px 16px 40px;
    align-items: flex-start; }
    .mobile .draft_anim .top_notice-inner:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -1px;
      display: block;
      background-color: #f2f2f2;
      width: 100%;
      height: 24px; }

.mobile .payout_notice {
  flex-direction: row;
  flex-wrap: wrap; }
  .mobile .payout_notice .payout_text {
    order: 1;
    margin-bottom: 38px;
    width: 100%; }
  .mobile .payout_notice .btn-white-24 {
    order: 2;
    margin-right: 0; }
  .mobile .payout_notice .payout_count {
    order: 3;
    line-height: 30px;
    margin-left: 25px;
    margin-bottom: 0; }
  .mobile .payout_notice .right-buttons {
    display: none; }

.mobile .head-middle .artist {
  max-width: 100%; }
  .mobile .head-middle .artist .artist-avatar {
    margin-right: 16px; }
  .mobile .head-middle .artist .tooltip_ask .tooltip_ask-inner {
    display: none;
    left: 10px;
    width: calc(100vw - 20px); }
  .mobile .head-middle .artist .tooltip_ask .tooltip-information {
    margin: 0 auto;
    width: 100%; }

.mobile .head-middle .artist-btn {
  display: none; }

.mobile .main-header .header-inner {
  min-width: 0; }

.mobile .main-header .top_notice {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 60px;
  padding: 0 16px; }
  .mobile .main-header .top_notice:after {
    content: none; }
  .mobile .main-header .top_notice .left {
    margin: 0; }
    .mobile .main-header .top_notice .left span {
      display: none; }
  .mobile .main-header .top_notice .right {
    width: auto; }

.mobile .main-header .header-user-menu {
  display: none; }

.mobile .main-header.open-mobile-menu .header-inner {
  bottom: 0; }

.mobile .main-header.open-mobile-menu .header-user-menu {
  display: flex;
  display: -webkit-flex; }

.mobile .main-header.open-mobile-notif .header-inner {
  bottom: 0; }

.mobile #header-block .right .user-avatar .header-user-menu #user-menu-scroll {
  max-height: 100vh !important; }

.mobile #header-block .right .user-avatar .header-user-menu #user-menu-list {
  display: none; }

.mobile #header-block .right .user-avatar .header-user-menu .block-invitations .invitations {
  padding-left: 16px; }

.mobile .main-header-wrap {
  flex-wrap: wrap;
  height: 120px;
  padding: 0; }
  .mobile .main-header-wrap > .left {
    padding-left: 20px; }
  .mobile .main-header-wrap > .right {
    padding-right: 16px;
    height: 60px; }
    .mobile .main-header-wrap > .right .notifications {
      margin: 0; }
      .mobile .main-header-wrap > .right .notifications .notif-icon .notification-svg {
        display: none; }
      .mobile .main-header-wrap > .right .notifications .notifications-wrap {
        margin: 0; }
        .mobile .main-header-wrap > .right .notifications .notifications-wrap .point {
          left: 17px;
          transform: none;
          bottom: -35px; }
      .mobile .main-header-wrap > .right .notifications .badge {
        display: none !important; }
    .mobile .main-header-wrap > .right .add-new {
      margin-right: 24px; }
      .mobile .main-header-wrap > .right .add-new .create-tooltip {
        top: 100%;
        right: 50%;
        transform: translate3d(50%, 0, 0); }
        .mobile .main-header-wrap > .right .add-new .create-tooltip:before {
          top: auto;
          bottom: 100%;
          left: 50%;
          transform: translateX(-50%);
          border: none;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 5px solid #000; }
        .mobile .main-header-wrap > .right .add-new .create-tooltip.hide-tip {
          transform: translate3d(50%, 5px, 0); }
  .mobile .main-header-wrap .header-tabs {
    width: 100%;
    order: 3;
    padding: 0 20px; }
    .mobile .main-header-wrap .header-tabs ul .search-btn {
      display: block;
      margin-right: 24px; }
    .mobile .main-header-wrap .header-tabs ul .profileLink {
      margin-right: 0; }
    .mobile .main-header-wrap .header-tabs.without-search ul .search-btn {
      display: block; }
    .mobile .main-header-wrap .header-tabs.search-active {
      flex: 100%;
      padding: 0;
      margin-left: 20px;
      margin-right: 20px; }
  .mobile .main-header-wrap [data-carousel-header-menu="true"] {
    display: flex; }
    .mobile .main-header-wrap [data-carousel-header-menu="true"] .left {
      float: initial; }
    .mobile .main-header-wrap [data-carousel-header-menu="true"] .owl-item {
      flex-shrink: 0; }
      .mobile .main-header-wrap [data-carousel-header-menu="true"] .owl-item:last-child {
        margin-right: 0 !important; }
    .mobile .main-header-wrap [data-carousel-header-menu="true"] .owl-stage-outer {
      overflow: visible;
      display: flex;
      width: 100%; }
    .mobile .main-header-wrap [data-carousel-header-menu="true"] .owl-stage {
      display: flex;
      margin: 0 auto; }
    .mobile .main-header-wrap [data-carousel-header-menu="true"] ul .search-btn {
      display: block; }
    .mobile .main-header-wrap [data-carousel-header-menu="true"] ul li > .nav-link {
      text-transform: none;
      font-size: 14px;
      letter-spacing: -0.4px; }
      .mobile .main-header-wrap [data-carousel-header-menu="true"] ul li > .nav-link:first-letter {
        text-transform: uppercase; }
    .mobile .main-header-wrap [data-carousel-header-menu="true"] .search_field {
      display: none;
      max-width: 720px; }
    .mobile .main-header-wrap [data-carousel-header-menu="true"] .search_input_result {
      overflow: auto; }
  .mobile .main-header-wrap .left {
    order: 1;
    flex: 0; }
    .mobile .main-header-wrap .left .logo-wrap .afterLogin {
      display: block; }
  .mobile .main-header-wrap .right {
    order: 2; }
    .mobile .main-header-wrap .right .add-new .header-add-menu {
      right: 40px;
      transform: translateX(50%); }
    .mobile .main-header-wrap .right .about-network {
      display: none; }
    .mobile .main-header-wrap .right .user-avatar .scroll-element {
      display: none; }
    .mobile .main-header-wrap .right .user-avatar .header-user-menu {
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      z-index: 2000;
      padding: 0;
      align-items: flex-start;
      overflow-y: scroll;
      overflow-x: hidden;
      background-color: rgba(0, 0, 0, 0.6);
      visibility: visible;
      opacity: 1;
      flex-direction: column;
      -webkit-flex-direction: column; }
      .mobile .main-header-wrap .right .user-avatar .header-user-menu.active-menu .user-menu-inner {
        transform: translate3d(0, 0, 0); }
      .mobile .main-header-wrap .right .user-avatar .header-user-menu #user-menu-scroll {
        height: auto !important; }
      .mobile .main-header-wrap .right .user-avatar .header-user-menu .user-menu-inner {
        flex-grow: 1;
        width: 260px;
        margin: 0;
        margin-left: auto;
        padding: 0;
        background-color: #fff;
        min-height: 100%;
        transform: translate3d(100%, 0, 0);
        transition: 0.3s transform ease-in-out;
        display: block; }
        .mobile .main-header-wrap .right .user-avatar .header-user-menu .user-menu-inner > div {
          padding: 0; }
        .mobile .main-header-wrap .right .user-avatar .header-user-menu .user-menu-inner .function {
          position: relative;
          line-height: 30px;
          height: 32px;
          font-size: 13px;
          letter-spacing: -0.4px;
          font-weight: 600; }
        .mobile .main-header-wrap .right .user-avatar .header-user-menu .user-menu-inner .badge {
          right: 16px;
          top: 50%;
          transform: translateY(-50%);
          background-color: #ff2051; }
        .mobile .main-header-wrap .right .user-avatar .header-user-menu .user-menu-inner .block-info {
          border: none; }
          .mobile .main-header-wrap .right .user-avatar .header-user-menu .user-menu-inner .block-info a {
            height: 100px;
            justify-content: flex-start;
            padding: 16px; }
      .mobile .main-header-wrap .right .user-avatar .header-user-menu .block-notif {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
        .mobile .main-header-wrap .right .user-avatar .header-user-menu .block-notif .notif-button {
          text-align: left; }
        .mobile .main-header-wrap .right .user-avatar .header-user-menu .block-notif .point {
          position: absolute;
          right: 16px;
          top: 50%;
          transform: translateY(-50%);
          height: 5px;
          width: 5px;
          border-radius: 50%;
          background: #ff2051; }
      .mobile .main-header-wrap .right .user-avatar .header-user-menu .block-wallet a {
        width: 100%;
        line-height: 32px;
        margin: 0;
        padding: 0 20px 0 16px; }
      .mobile .main-header-wrap .right .user-avatar .header-user-menu .function {
        width: 100%;
        line-height: 32px;
        margin: 0;
        padding: 0 20px 0 16px; }
        .mobile .main-header-wrap .right .user-avatar .header-user-menu .function:first-child {
          margin-top: 8px; }
        .mobile .main-header-wrap .right .user-avatar .header-user-menu .function:last-child {
          margin-bottom: 8px; }
      .mobile .main-header-wrap .right .user-avatar .header-user-menu .user-name {
        font-size: 16px;
        letter-spacing: -0.4px;
        line-height: 1.2;
        margin: 0; }
      .mobile .main-header-wrap .right .user-avatar .header-user-menu .user-type {
        line-height: 1.5; }

.mobile .headerBlack .main-header-wrap > .right .add-new .create-tooltip:before {
  border-color: transparent;
  border-bottom-color: #fff; }

.mobile .beforeLogin {
  display: none; }

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

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

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

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

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

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

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

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

.mobile .s4m .discover_all .owl-nav {
  display: none; }

.mobile .s4m .discover_all .top_section {
  padding: 40px 16px 38px; }
  .mobile .s4m .discover_all .top_section .title {
    margin-bottom: 57px;
    margin-left: 7px;
    display: none; }
  .mobile .s4m .discover_all .top_section .owl-item:first-child .item {
    margin-left: 0; }
  .mobile .s4m .discover_all .top_section .item {
    margin-left: 8px; }

.mobile .s4m .discover_all .content {
  margin-bottom: 24px;
  background-color: #f2f2f2; }

.mobile .s4m .discover_all .tag_funded, .mobile .s4m .discover_all .tag_private {
  font-size: 11px;
  letter-spacing: 0;
  padding: 0 12px;
  line-height: 24px; }

.mobile .s4m .discover_all .content_row {
  width: 100%;
  margin-top: 24px;
  flex-direction: column;
  justify-content: flex-start; }
  .mobile .s4m .discover_all .content_row .left_side {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    height: 80px;
    padding: 16px;
    border-bottom: none; }
    .mobile .s4m .discover_all .content_row .left_side .title {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: -0.4px; }
    .mobile .s4m .discover_all .content_row .left_side .to_more {
      line-height: 20px; }
  .mobile .s4m .discover_all .content_row .right_side {
    overflow: hidden;
    width: 100%;
    padding: 0; }
    .mobile .s4m .discover_all .content_row .right_side .inner {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding: 0 16px;
      border: none; }
      .mobile .s4m .discover_all .content_row .right_side .inner .owl-stage-outer {
        overflow: visible; }
      .mobile .s4m .discover_all .content_row .right_side .inner .item {
        margin-right: 8px; }
      .mobile .s4m .discover_all .content_row .right_side .inner .owl-item:last-child .item {
        margin-right: 0; }

.mobile .s4m .discover_all .owl-stage-outer {
  width: 100%; }
  .mobile .s4m .discover_all .owl-stage-outer .owl-stage, .mobile .s4m .discover_all .owl-stage-outer .owl-item {
    display: flex; }

.mobile .s4m .discover_all .artists .right_side .inner {
  padding-bottom: 19px; }
  .mobile .s4m .discover_all .artists .right_side .inner .item {
    display: flex;
    width: 120px; }

.mobile .s4m .discover_all .crowdfunding .right_side .inner {
  padding-bottom: 21px; }
  .mobile .s4m .discover_all .crowdfunding .right_side .inner .item {
    width: 270px;
    margin-bottom: 0; }
    .mobile .s4m .discover_all .crowdfunding .right_side .inner .item .buttons-wrapper {
      display: none; }

.mobile .s4m .discover_all .music_preorder .right_side .inner {
  padding-bottom: 21px; }
  .mobile .s4m .discover_all .music_preorder .right_side .inner .item {
    width: 180px;
    margin-bottom: 0; }
    .mobile .s4m .discover_all .music_preorder .right_side .inner .item .buttons-wrapper {
      display: none; }
    .mobile .s4m .discover_all .music_preorder .right_side .inner .item .btn-green-30, .mobile .s4m .discover_all .music_preorder .right_side .inner .item .btn-stroked-gray {
      display: none; }
    .mobile .s4m .discover_all .music_preorder .right_side .inner .item .crowd_desc {
      display: none; }
    .mobile .s4m .discover_all .music_preorder .right_side .inner .item .first-row {
      margin-top: 7px;
      margin-bottom: 8px; }
    .mobile .s4m .discover_all .music_preorder .right_side .inner .item .name {
      margin: 0;
      padding: 0; }
      .mobile .s4m .discover_all .music_preorder .right_side .inner .item .name .name-inner {
        font-size: 14px;
        letter-spacing: -0.4px; }
    .mobile .s4m .discover_all .music_preorder .right_side .inner .item .applause-outer {
      display: none; }
    .mobile .s4m .discover_all .music_preorder .right_side .inner .item .event_title {
      margin-top: 0; }
    .mobile .s4m .discover_all .music_preorder .right_side .inner .item .bottom_wrapper {
      border: none; }
    .mobile .s4m .discover_all .music_preorder .right_side .inner .item .artist-wrapper {
      margin: 0; }
      .mobile .s4m .discover_all .music_preorder .right_side .inner .item .artist-wrapper .artist {
        margin-bottom: -1px; }

.mobile .s4m .discover_all .music .right_side .inner {
  padding-bottom: 20px; }
  .mobile .s4m .discover_all .music .right_side .inner .item {
    width: 180px;
    margin-bottom: 0; }
    .mobile .s4m .discover_all .music .right_side .inner .item .first-row {
      margin-bottom: 0; }
    .mobile .s4m .discover_all .music .right_side .inner .item .btn-green-30, .mobile .s4m .discover_all .music .right_side .inner .item .btn-stroked-gray {
      display: none; }
    .mobile .s4m .discover_all .music .right_side .inner .item .buttons-wrapper {
      display: none; }

.mobile .s4m .filter-mobile {
  display: flex;
  user-select: none; }
  .mobile .s4m .filter-mobile ~ .noitems {
    border-top: 1px solid rgba(0, 0, 0, 0.07); }

.mobile .s4m .content_row .owl-carousel {
  overflow: hidden; }

.mobile .s4m .content_row.top-nav {
  overflow: hidden; }
  .mobile .s4m .content_row.top-nav .owl-stage-outer {
    overflow: visible; }
  .mobile .s4m .content_row.top-nav .owl-stage {
    display: flex; }
  .mobile .s4m .content_row.top-nav ul {
    width: 100%; }
    .mobile .s4m .content_row.top-nav ul li:last-child {
      margin-right: 20px; }
    .mobile .s4m .content_row.top-nav ul li a {
      white-space: nowrap; }
  .mobile .s4m .content_row.top-nav .owl-item:last-child li {
    margin-right: 0; }

.mobile .s4m .content_row.artists .right_side .inner .item .bottom_wrapper {
  display: none; }

.mobile .s4m .content_row.artists .right_side .inner .item .image {
  margin: 0; }

.mobile .s4m .content_row.artists .right_side .inner .item .name {
  margin-top: 10px; }
  .mobile .s4m .content_row.artists .right_side .inner .item .name .name-inner {
    font-weight: 600; }

.mobile .s4m .content_row.artists .right_side .inner .item .type-wrapper {
  margin-top: 8px; }

.mobile .s4m .content_row.artists .right_side .inner .item .fans {
  margin-top: -2px; }

.mobile .s4m .content_row.crowdfunding .right_side .inner .item .btn-green-30, .mobile .s4m .content_row.crowdfunding .right_side .inner .item .btn-stroked-gray {
  display: none; }

.mobile .s4m .content_row.crowdfunding .right_side .inner .item .crowd_desc {
  display: none; }

.mobile .s4m .content_row.crowdfunding .right_side .inner .item .first-row {
  margin-top: 7px;
  margin-bottom: 8px; }

.mobile .s4m .content_row.crowdfunding .right_side .inner .item .name {
  margin: 0;
  padding: 0; }
  .mobile .s4m .content_row.crowdfunding .right_side .inner .item .name .name-inner {
    font-size: 14px;
    letter-spacing: -0.4px; }

.mobile .s4m .content_row.crowdfunding .right_side .inner .item .applause-outer {
  display: none; }

.mobile .s4m .content_row.crowdfunding .right_side .inner .item .event_title {
  margin-top: 0; }

.mobile .s4m .content_row.crowdfunding .right_side .inner .item .bottom_wrapper {
  border: none; }

.mobile .s4m .content_row.crowdfunding .right_side .inner .item .event_user {
  margin-top: 0; }

.mobile .s4m .content_row.crowdfunding .right_side .inner .item .artist-wrapper {
  margin: 0; }
  .mobile .s4m .content_row.crowdfunding .right_side .inner .item .artist-wrapper .artist {
    margin-bottom: -1px; }

.mobile .s4m .content_row.music .right_side .inner .item .applause-outer {
  display: none; }

.mobile .s4m .content_row.music .right_side .inner .item .btn-green-30, .mobile .s4m .content_row.music .right_side .inner .item .btn-stroked-gray {
  display: none; }

.mobile .s4m .content_row.music .right_side .inner .item .first-row {
  margin-top: 11px;
  margin-bottom: 8px; }

.mobile .s4m .content_row.music .right_side .inner .item .name {
  margin: 0;
  padding: 0; }
  .mobile .s4m .content_row.music .right_side .inner .item .name .name-inner {
    font-size: 14px;
    letter-spacing: -0.4px; }

.mobile .s4m .content_row.music .right_side .inner .item .applause-outer {
  display: none; }

.mobile .s4m .content_row.music .right_side .inner .item .event_title {
  margin-top: 0; }

.mobile .s4m .content_row.music .right_side .inner .item .bottom_wrapper {
  border: none; }

.mobile .s4m .content_row.music .right_side .inner .item .event_user {
  margin-top: 0; }

.mobile .s4m .content_row.music .right_side .inner .item .artist-wrapper {
  margin: 0; }

.mobile .s4m .discover_more .tag_funded, .mobile .s4m .discover_more .tag_private {
  font-size: 11px;
  letter-spacing: 0;
  padding: 0 12px;
  line-height: 24px; }

.mobile .s4m .discover_more .content_row .loaderInner {
  top: 100px; }

.mobile .s4m .discover_more .content_row .loader {
  max-width: none; }

.mobile .s4m .discover_more .content_row.top-sort {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2000;
  background: #fff;
  padding: 0;
  align-items: flex-start;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.6); }
  .mobile .s4m .discover_more .content_row.top-sort .filter_tabs .right_tab_set.open {
    padding-bottom: 215px; }
  .mobile .s4m .discover_more .content_row.top-sort.open .top {
    transform: translate3d(0, 0, 0); }
  .mobile .s4m .discover_more .content_row.top-sort .top {
    width: 260px;
    margin: 0;
    padding: 16px;
    background-color: #fff;
    min-height: 100%;
    transform: translate3d(-260px, 0, 0);
    transition: 0.3s transform ease; }
  .mobile .s4m .discover_more .content_row.top-sort .title {
    line-height: normal;
    font-size: 16px;
    letter-spacing: -0.4px;
    margin-bottom: 40px; }
  .mobile .s4m .discover_more .content_row.top-sort .filter_tabs {
    display: block; }
    .mobile .s4m .discover_more .content_row.top-sort .filter_tabs .tabs {
      padding: 0;
      margin-bottom: 24px;
      display: flex;
      flex-direction: column; }
    .mobile .s4m .discover_more .content_row.top-sort .filter_tabs li {
      line-height: 30px;
      height: 32px;
      font-size: 13px;
      letter-spacing: -0.4px;
      font-weight: 600; }

.mobile .s4m .discover_more .content_row .row_title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.4px; }

.mobile .s4m .discover_more .content_row.top_row {
  margin-bottom: 24px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start; }
  .mobile .s4m .discover_more .content_row.top_row .left_side {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    height: 80px;
    padding: 16px;
    border-bottom: none; }
  .mobile .s4m .discover_more .content_row.top_row .right_side {
    overflow: hidden;
    width: 100%;
    padding: 0; }
    .mobile .s4m .discover_more .content_row.top_row .right_side .owl-stage {
      display: flex; }
    .mobile .s4m .discover_more .content_row.top_row .right_side .owl-hidden {
      opacity: 1; }
    .mobile .s4m .discover_more .content_row.top_row .right_side .item {
      margin-right: 8px; }
    .mobile .s4m .discover_more .content_row.top_row .right_side .inner {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding: 0 16px;
      border: none; }
      .mobile .s4m .discover_more .content_row.top_row .right_side .inner .owl-item:last-child .item {
        margin-right: 0; }
  .mobile .s4m .discover_more .content_row.top_row .owl-stage-outer {
    width: 100%;
    overflow: visible; }
    .mobile .s4m .discover_more .content_row.top_row .owl-stage-outer .owl-stage, .mobile .s4m .discover_more .content_row.top_row .owl-stage-outer .owl-item {
      display: flex; }
  .mobile .s4m .discover_more .content_row.top_row.artists .right_side .inner {
    padding-bottom: 18px; }
    .mobile .s4m .discover_more .content_row.top_row.artists .right_side .inner .item {
      margin-bottom: 12px;
      width: 280px;
      margin-right: 8px; }
      .mobile .s4m .discover_more .content_row.top_row.artists .right_side .inner .item .name-inner {
        font-size: 24px;
        letter-spacing: -1px; }
      .mobile .s4m .discover_more .content_row.top_row.artists .right_side .inner .item .type-wrapper {
        margin-top: 6px; }
      .mobile .s4m .discover_more .content_row.top_row.artists .right_side .inner .item .item_part_two {
        padding-left: 15px; }

.mobile .s4m .discover_more .content_row.bottom_row {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start; }
  .mobile .s4m .discover_more .content_row.bottom_row .left_side {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    height: 80px;
    padding: 16px;
    border-bottom: none; }
  .mobile .s4m .discover_more .content_row.bottom_row .right_side {
    overflow: hidden;
    width: 100%;
    padding: 0;
    display: block; }
    .mobile .s4m .discover_more .content_row.bottom_row .right_side .owl-stage {
      display: flex; }
    .mobile .s4m .discover_more .content_row.bottom_row .right_side .item {
      margin-right: 8px;
      margin-top: 0;
      margin-bottom: 0; }
      .mobile .s4m .discover_more .content_row.bottom_row .right_side .item .item_part_two {
        width: 100%;
        padding: 0; }
    .mobile .s4m .discover_more .content_row.bottom_row .right_side .inner {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
      padding: 0;
      padding-left: 16px;
      border: none; }
    .mobile .s4m .discover_more .content_row.bottom_row .right_side .bottom_block {
      position: static;
      padding: 0;
      width: auto;
      margin: 0; }
      .mobile .s4m .discover_more .content_row.bottom_row .right_side .bottom_block .btn-stroked {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 0;
        border: none;
        line-height: 60px;
        color: rgba(0, 0, 0, 0.5);
        font-weight: 400; }
        .mobile .s4m .discover_more .content_row.bottom_row .right_side .bottom_block .btn-stroked:hover {
          color: rgba(0, 0, 0, 0.2); }
  .mobile .s4m .discover_more .content_row.bottom_row.artists .right_side .inner {
    padding-bottom: 15px; }
    .mobile .s4m .discover_more .content_row.bottom_row.artists .right_side .inner .image {
      width: 160px;
      height: 160px; }
    .mobile .s4m .discover_more .content_row.bottom_row.artists .right_side .inner .item {
      margin-bottom: 21px;
      width: 160px;
      flex-direction: column; }
  .mobile .s4m .discover_more .content_row.bottom_row.crowdfunding .right_side .inner {
    padding-bottom: 16px; }
    .mobile .s4m .discover_more .content_row.bottom_row.crowdfunding .right_side .inner .item {
      width: 328px;
      margin-bottom: 21px;
      margin-right: 8px; }
      .mobile .s4m .discover_more .content_row.bottom_row.crowdfunding .right_side .inner .item .item_part_two .bottom_wrapper:after {
        content: none; }
      .mobile .s4m .discover_more .content_row.bottom_row.crowdfunding .right_side .inner .item .item_part_two .buttons-wrapper {
        display: none; }
  .mobile .s4m .discover_more .content_row.bottom_row.all_albums .right_side .inner .item {
    width: 160px; }
  .mobile .s4m .discover_more .content_row.bottom_row.music .right_side .inner {
    padding-bottom: 16px; }
    .mobile .s4m .discover_more .content_row.bottom_row.music .right_side .inner .item {
      width: 160px;
      margin-bottom: 21px;
      margin-right: 8px; }
      .mobile .s4m .discover_more .content_row.bottom_row.music .right_side .inner .item .item_part_two .bottom_wrapper:after {
        content: none; }
      .mobile .s4m .discover_more .content_row.bottom_row.music .right_side .inner .item .item_part_two .buttons-wrapper {
        display: none; }

.mobile .main-footer .footer-wrapper {
  padding: 35px 24px;
  width: 100%; }
  .mobile .main-footer .footer-wrapper .footer-wr-text {
    margin-top: 26px; }
  .mobile .main-footer .footer-wrapper .footer-text {
    flex-direction: column;
    align-items: flex-start; }
    .mobile .main-footer .footer-wrapper .footer-text .left {
      display: none; }
    .mobile .main-footer .footer-wrapper .footer-text .right {
      margin-top: 22px; }
    .mobile .main-footer .footer-wrapper .footer-text .footer-menu {
      padding-left: 16px;
      padding-right: 16px;
      width: 100%;
      flex-basis: 100%;
      flex-wrap: wrap; }
      .mobile .main-footer .footer-wrapper .footer-text .footer-menu > li {
        flex-basis: 50%;
        margin-bottom: 20px; }
        .mobile .main-footer .footer-wrapper .footer-text .footer-menu > li > span {
          font-size: 14px;
          margin-bottom: 8px;
          line-height: 20px; }
        .mobile .main-footer .footer-wrapper .footer-text .footer-menu > li ul li {
          line-height: 20px;
          margin-bottom: 0; }
        .mobile .main-footer .footer-wrapper .footer-text .footer-menu > li a {
          font-size: 13px;
          line-height: 27px; }

.mobile .mfp-content {
  max-width: none; }
  .mobile .mfp-content .confirm h2, .mobile .mfp-content .confirm .content {
    padding-left: 16px;
    padding-right: 16px; }

.mobile #invitationPopup .popup-bot {
  padding: 16px; }

.mobile .repost-preview .popup-bot .post-src:hover {
  background-color: transparent; }

.mobile .cookie-popup {
  bottom: 0;
  height: auto; }
  .mobile .cookie-popup .cookie-agreement .agreement-inner {
    padding: 0; }
    .mobile .cookie-popup .cookie-agreement .agreement-inner .giphy-wrapper {
      height: auto; }
    .mobile .cookie-popup .cookie-agreement .agreement-inner .text {
      margin-top: 20px;
      font-size: 16px;
      padding: 0 16px; }
    .mobile .cookie-popup .cookie-agreement .agreement-inner .btn-black-36 {
      margin: 32px auto 30px 16px; }
  .mobile .cookie-popup .help_center {
    padding-top: 75px; }
    .mobile .cookie-popup .help_center .title {
      font-size: 32px; }
    .mobile .cookie-popup .help_center .help-center-inner {
      padding: 0 16px;
      max-width: 100%; }
    .mobile .cookie-popup .help_center .content-wrapper .content .list-vs-indent {
      padding-bottom: 14px;
      margin-bottom: 14px; }
      .mobile .cookie-popup .help_center .content-wrapper .content .list-vs-indent .link-underline {
        word-wrap: break-word; }

.mobile .with-mobile-responsive {
  bottom: 0;
  height: auto; }
  .mobile .with-mobile-responsive.small-width .mfp-content {
    top: 0;
    min-height: 100%;
    margin: 0 !important; }
  .mobile .with-mobile-responsive.small-width .mfp-close {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    color: rgba(0, 0, 0, 0.5); }
    .mobile .with-mobile-responsive.small-width .mfp-close:hover {
      color: rgba(0, 0, 0, 0.2); }
  .mobile .with-mobile-responsive.small-width .popup-top {
    padding-right: 60px;
    padding-left: 15px; }
    .mobile .with-mobile-responsive.small-width .popup-top h4, .mobile .with-mobile-responsive.small-width .popup-top h5, .mobile .with-mobile-responsive.small-width .popup-top .text, .mobile .with-mobile-responsive.small-width .popup-top .top-text {
      padding-right: 20px;
      line-height: 18px; }
    .mobile .with-mobile-responsive.small-width .popup-top .btn-black-36 {
      flex-shrink: 0; }
  .mobile .with-mobile-responsive.small-width .pages-registration-login {
    min-height: 640px;
    height: 100%;
    max-width: 100%;
    padding: 90px 20px 40px; }
    .mobile .with-mobile-responsive.small-width .pages-registration-login .width-360 {
      margin-bottom: 30px; }
    .mobile .with-mobile-responsive.small-width .pages-registration-login .notice-real-info {
      height: auto; }
      .mobile .with-mobile-responsive.small-width .pages-registration-login .notice-real-info p {
        max-width: 100%;
        padding-right: 20px; }
    .mobile .with-mobile-responsive.small-width .pages-registration-login .logo-icon {
      top: 25px; }
    .mobile .with-mobile-responsive.small-width .pages-registration-login .login-link {
      bottom: 30px; }
    .mobile .with-mobile-responsive.small-width .pages-registration-login .notice-real-info {
      display: none; }

.mobile .gallery-popup .mfp-content {
  bottom: 0; }

.mobile .gallery-popup #zoom-post-container {
  min-width: 0;
  flex-direction: column; }
  .mobile .gallery-popup #zoom-post-container .content-wrapper .content-inner .fullsize-img {
    max-height: 100%;
    max-width: 100%; }
  .mobile .gallery-popup #zoom-post-container .content-inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1; }
  .mobile .gallery-popup #zoom-post-container .left-side {
    bottom: 0;
    max-width: none;
    flex-basis: auto;
    height: 100%;
    flex-grow: 1; }
    .mobile .gallery-popup #zoom-post-container .left-side .top-buttons {
      top: 0px;
      right: 0px; }
      .mobile .gallery-popup #zoom-post-container .left-side .top-buttons .icon-x {
        margin-right: 0;
        z-index: 2;
        padding: 20px; }
      .mobile .gallery-popup #zoom-post-container .left-side .top-buttons .icon-arrow {
        display: none; }
    .mobile .gallery-popup #zoom-post-container .left-side .btn-arrow-prev {
      display: none;
      left: 16px; }
    .mobile .gallery-popup #zoom-post-container .left-side .btn-arrow-next {
      display: none;
      right: 16px; }
    .mobile .gallery-popup #zoom-post-container .left-side .fullsize-img {
      height: auto !important;
      max-height: 100vh; }
    .mobile .gallery-popup #zoom-post-container .left-side .to-full {
      display: none; }
    .mobile .gallery-popup #zoom-post-container .left-side .multiple {
      bottom: 0;
      right: 0;
      left: 0;
      transform: none;
      overflow: hidden;
      padding: 0 8px;
      z-index: 2; }
      .mobile .gallery-popup #zoom-post-container .left-side .multiple li {
        flex-shrink: 0; }
    .mobile .gallery-popup #zoom-post-container .left-side video {
      max-height: 100vh;
      margin: 0 auto; }
    .mobile .gallery-popup #zoom-post-container .left-side .owl-carousel .owl-stage-outer {
      display: flex;
      width: 100%; }
    .mobile .gallery-popup #zoom-post-container .left-side .owl-carousel .owl-stage {
      display: flex;
      margin: 0 auto; }
  .mobile .gallery-popup #zoom-post-container .right-side {
    display: none;
    flex-basis: auto;
    flex-grow: 1; }
    .mobile .gallery-popup #zoom-post-container .right-side [data-zoom-content="right"] {
      width: 100%; }
  .mobile .gallery-popup #zoom-post-container .jp-video-full .jp-type-single {
    height: 100%; }
  .mobile .gallery-popup #zoom-post-container .jp-video-full video {
    width: auto !important; }

.mobile #add_mood .popap_inner {
  padding: 0;
  flex-basis: 100%;
  width: 100%; }

.mobile #add_mood .add_mood {
  width: 100%;
  max-width: 480px; }
  .mobile #add_mood .add_mood .title {
    font-size: 14px;
    margin: 0;
    height: 80px;
    padding: 22px 20px; }

.mobile #add_mood .mfp-close {
  top: 12px;
  right: 12px;
  color: rgba(0, 0, 0, 0.5); }

.mobile #add_mood .area [contenteditable="true"] {
  max-width: 100vw;
  padding: 20px;
  min-height: 200px;
  padding-bottom: 62px; }

.mobile #add_mood .mood_block {
  padding: 20px 20px 0;
  box-sizing: border-box; }
  .mobile #add_mood .mood_block:after {
    background-color: #000;
    margin-top: 20px; }
  .mobile #add_mood .mood_block p {
    font-size: 30px;
    letter-spacing: -1px;
    margin-bottom: 14px; }
  .mobile #add_mood .mood_block .icon-applause {
    font-size: 18px; }
  .mobile #add_mood .mood_block .btn-x {
    top: auto;
    bottom: 20px;
    display: block;
    transform: none;
    right: 20px; }

.mobile .mfp-followers-popup .mfp-content .with-tabs .popup-top {
  padding: 0; }
  .mobile .mfp-followers-popup .mfp-content .with-tabs .popup-top h4 {
    display: none; }
  .mobile .mfp-followers-popup .mfp-content .with-tabs .popup-top .tabs span {
    margin-right: 23px; }
    .mobile .mfp-followers-popup .mfp-content .with-tabs .popup-top .tabs span:last-child {
      margin-right: 0; }

.mobile .mfp-followers-popup .invitePeople-p {
  padding-left: 16px;
  padding-right: 16px; }

.mobile .mfp-followers-popup .invitePeople-p-form {
  padding-top: 24px;
  margin-bottom: 24px; }

.mobile .mfp-followers-popup .follow-item-l {
  width: calc(100% - 130px); }

.mobile .mfp-followers-popup .follow-item-name-p {
  padding-left: 16px;
  margin-left: 0;
  width: calc(100% - 50px); }
  .mobile .mfp-followers-popup .follow-item-name-p p {
    display: inline; }
  .mobile .mfp-followers-popup .follow-item-name-p a {
    max-width: 100%; }

.mobile .popup-edit-post {
  background-color: #ffffff; }
  .mobile .popup-edit-post .mfp-content {
    display: flex;
    flex-direction: column; }
  .mobile .popup-edit-post .mfp-container:before {
    content: none; }

.mobile #edit-post-popup {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1; }
  .mobile #edit-post-popup .popup-top {
    padding-right: 60px;
    padding-left: 15px; }
    .mobile #edit-post-popup .popup-top .text {
      font-size: 12px;
      letter-spacing: -0.2px; }
  .mobile #edit-post-popup .mfp-close {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    color: rgba(0, 0, 0, 0.5); }
    .mobile #edit-post-popup .mfp-close:hover {
      color: rgba(0, 0, 0, 0.2); }
  .mobile #edit-post-popup .main-qwerty-form {
    padding-left: 16px;
    padding-right: 16px;
    flex-grow: 1; }
    .mobile #edit-post-popup .main-qwerty-form .audio-info .audio-genre .selectize-dropdown {
      margin-bottom: 20px; }
    .mobile #edit-post-popup .main-qwerty-form .qwerty-h4 {
      display: flex; }
    .mobile #edit-post-popup .main-qwerty-form .post-length {
      right: 16px; }
    .mobile #edit-post-popup .main-qwerty-form .post-body-container {
      margin: 0; }
  .mobile #edit-post-popup .post-footer-container {
    padding: 0 16px 20px; }
  .mobile #edit-post-popup .qwerty-add-ph {
    margin-right: 0; }

.mobile .mfp-about .mfp-container {
  min-width: 0; }

.mobile .mfp-about .top-buttons {
  padding: 12px 20px; }
  .mobile .mfp-about .top-buttons .btn-black-36 {
    margin-right: 14px; }
  .mobile .mfp-about .top-buttons .mfp-close {
    color: rgba(0, 0, 0, 0.5); }

.mobile .mfp-about .popap_inner {
  padding: 60px 0 0 0;
  width: 720px;
  max-width: 100%; }

.mobile .mfp-about .popap_parrent .col_left {
  flex-basis: 100%;
  max-width: 360px;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto; }

.mobile .mfp-about .popap_parrent .col_center_right {
  flex-wrap: nowrap;
  flex-basis: auto;
  max-width: none;
  flex-direction: column;
  width: 100%;
  padding: 0 16px;
  max-width: 100vw; }
  .mobile .mfp-about .popap_parrent .col_center_right .col_top {
    order: 1; }
    .mobile .mfp-about .popap_parrent .col_center_right .col_top .name {
      margin: 0;
      font-size: 26px;
      line-height: normal;
      max-width: 100%; }
    .mobile .mfp-about .popap_parrent .col_center_right .col_top .role {
      line-height: 20px; }
  .mobile .mfp-about .popap_parrent .col_center_right .col_right {
    order: 2;
    flex-basis: auto;
    padding: 0; }
    .mobile .mfp-about .popap_parrent .col_center_right .col_right .properties > ul {
      display: flex;
      flex-wrap: wrap;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
      .mobile .mfp-about .popap_parrent .col_center_right .col_right .properties > ul li {
        display: flex;
        margin: 0;
        padding: 15px 20px 15px 0; }
        .mobile .mfp-about .popap_parrent .col_center_right .col_right .properties > ul li:first-child {
          flex-basis: 100%;
          padding-top: 0;
          border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
        .mobile .mfp-about .popap_parrent .col_center_right .col_right .properties > ul li:last-child {
          padding-right: 0; }
        .mobile .mfp-about .popap_parrent .col_center_right .col_right .properties > ul li .prop_name {
          flex-basis: auto;
          margin-right: 4px; }
        .mobile .mfp-about .popap_parrent .col_center_right .col_right .properties > ul li .prop_value {
          margin: 0; }
  .mobile .mfp-about .popap_parrent .col_center_right .col_center {
    order: 3;
    padding-top: 24px; }
    .mobile .mfp-about .popap_parrent .col_center_right .col_center .about-limit-container {
      margin: 0;
      margin-bottom: 22px; }
    .mobile .mfp-about .popap_parrent .col_center_right .col_center .ab-lim-cont-double {
      margin: 0;
      margin-bottom: 22px; }
      .mobile .mfp-about .popap_parrent .col_center_right .col_center .ab-lim-cont-double .about-cont-full {
        margin-top: 12px; }
    .mobile .mfp-about .popap_parrent .col_center_right .col_center .properties {
      margin: 0; }
      .mobile .mfp-about .popap_parrent .col_center_right .col_center .properties .mobile-multiline [data-info] {
        display: flex;
        flex-direction: column;
        align-content: flex-start; }
        .mobile .mfp-about .popap_parrent .col_center_right .col_center .properties .mobile-multiline [data-info] > span {
          display: none; }
      .mobile .mfp-about .popap_parrent .col_center_right .col_center .properties li {
        margin: 0;
        line-height: 18px;
        margin-bottom: 12px; }
        .mobile .mfp-about .popap_parrent .col_center_right .col_center .properties li:last-child {
          margin-bottom: 0; }
        .mobile .mfp-about .popap_parrent .col_center_right .col_center .properties li .prop_name {
          flex-basis: 145px; }
        .mobile .mfp-about .popap_parrent .col_center_right .col_center .properties li .prop_value {
          max-width: calc(100% - 145px);
          padding: 0;
          margin-bottom: 0; }
      .mobile .mfp-about .popap_parrent .col_center_right .col_center .properties .own_info .age .empty {
        margin-left: 0; }
      .mobile .mfp-about .popap_parrent .col_center_right .col_center .properties .own_info .prop_value {
        word-wrap: break-word;
        max-width: calc(100% - 120px); }

.mobile .mfp-content .popap_parrent .top-buttons {
  padding: 12px 20px;
  position: fixed;
  top: 0 !important;
  background-color: #ffffff; }

.mobile .mfp-content .popap_parrent .col_center .field-activity .selectize-dropdown {
  width: 100% !important; }

.mobile .about-edit .top-buttons {
  padding: 12px 20px; }
  .mobile .about-edit .top-buttons .btn-link:not([data-draft-flag]) {
    order: 2;
    margin-right: 10px;
    margin-left: 24px; }
  .mobile .about-edit .top-buttons .btn-black-36 {
    order: 1;
    margin-right: 0;
    flex-shrink: 0; }

.mobile .about-edit .edit_img .btn-insert-img {
  visibility: visible;
  opacity: 1;
  transition: none; }

.mobile .about-edit .popap_inner {
  padding: 60px 0 0 0; }

.mobile .about-edit .clients .field-outer .js-sort-remove {
  visibility: hidden;
  opacity: 0; }

.mobile .about-edit .clients .field-outer .field {
  transition: width 0.3s ease; }
  .mobile .about-edit .clients .field-outer .field .dropdown-outer {
    transition: width 0.3s ease; }
  .mobile .about-edit .clients .field-outer .field.open {
    width: calc(100% - 30px); }
    .mobile .about-edit .clients .field-outer .field.open ~ .js-sort-remove {
      visibility: visible;
      opacity: 1;
      display: block;
      transition: opacity 0.3s ease 0.3s, visibility 0.3s ease 0.3s;
      transform: translateX(-30px) translateY(-50%); }

.mobile .about-edit .clients .field-outer .sort-handler {
  display: none; }

.mobile .about-edit .member-item:not(.empty) .btn-x {
  visibility: hidden;
  opacity: 0; }

.mobile .about-edit .member-item:not(.empty) .field {
  transition: width 0.3s ease; }
  .mobile .about-edit .member-item:not(.empty) .field .selectize-dropdown {
    width: 100% !important;
    transition: width 0.3s ease; }

.mobile .about-edit .animate-width:not(.empty) .field {
  width: calc(100% - 30px); }
  .mobile .about-edit .animate-width:not(.empty) .field ~ .btn-x {
    visibility: visible;
    opacity: 1;
    display: block;
    transition: opacity 0.3s ease 0.3s, visibility 0.3s ease 0.3s;
    transform: translateX(-30px) translateY(-50%); }

.mobile .about-edit .col_left {
  flex-basis: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px; }
  .mobile .about-edit .col_left .recommends {
    margin-top: 20px; }
    .mobile .about-edit .col_left .recommends p {
      display: inline;
      margin: 0; }

.mobile .about-edit .col_center {
  width: auto; }
  .mobile .about-edit .col_center .fields .field-activity .selectize-dropdown {
    width: calc(100% + 1px) !important; }

.mobile .about-edit .col_center_right {
  flex-wrap: nowrap;
  flex-basis: auto;
  max-width: none;
  flex-direction: column;
  width: 100%;
  padding: 0 16px; }
  .mobile .about-edit .col_center_right .fields .tooltip_ask {
    display: none; }
  .mobile .about-edit .col_center_right .fields .text-area-outer {
    width: auto; }
  .mobile .about-edit .col_center_right .artist_names {
    flex-direction: column; }
    .mobile .about-edit .col_center_right .artist_names .field {
      margin-bottom: 0;
      border-radius: 2px;
      flex-basis: auto; }
    .mobile .about-edit .col_center_right .artist_names .first-name-field {
      border-bottom-color: #fff;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
    .mobile .about-edit .col_center_right .artist_names .second-name-field {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.07); }
  .mobile .about-edit .col_center_right .born {
    flex-wrap: wrap; }
    .mobile .about-edit .col_center_right .born .field:first-of-type {
      flex-basis: 100%; }
      .mobile .about-edit .col_center_right .born .field:first-of-type .selectize-control {
        border-bottom-color: #fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
    .mobile .about-edit .col_center_right .born .field:nth-of-type(2) {
      flex-basis: 50%; }
      .mobile .about-edit .col_center_right .born .field:nth-of-type(2) .selectize-control {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-left-color: rgba(0, 0, 0, 0.07); }
    .mobile .about-edit .col_center_right .born .field:last-of-type {
      flex-basis: 50%; }
      .mobile .about-edit .col_center_right .born .field:last-of-type .selectize-control {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }

.mobile .about-edit .col_right {
  display: none; }

.mobile .about-edit .rec_lable .selectize-dropdown, .mobile .about-edit .genres_field_error .selectize-dropdown, .mobile .about-edit .skills_field_error .selectize-dropdown {
  width: calc(100% + 2px) !important; }

.mobile #edit-comment .mfp-close {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  color: rgba(0, 0, 0, 0.5); }
  .mobile #edit-comment .mfp-close:hover {
    color: rgba(0, 0, 0, 0.2); }

.mobile #edit-comment .edit-msg-top {
  padding-right: 60px;
  padding-left: 15px; }
  .mobile #edit-comment .edit-msg-top .left {
    font-size: 12px;
    letter-spacing: -0.2px; }

.mobile .about-album {
  padding: 0; }
  .mobile .about-album .album-type, .mobile .about-album .album-name {
    font-size: 26px;
    letter-spacing: -1px; }
  .mobile .about-album .top-buttons {
    background-color: #fff; }
  .mobile .about-album .popap_inner {
    width: 100%; }
    .mobile .about-album .popap_inner .album-details {
      margin-top: 6px;
      margin-bottom: 28px;
      line-height: 20px;
      font-size: 14px;
      letter-spacing: -0.4px; }
    .mobile .about-album .popap_inner .wrapper {
      width: 720px;
      max-width: 100%; }
      .mobile .about-album .popap_inner .wrapper .top {
        order: 2;
        margin: 0;
        padding: 16px 16px 0; }
        .mobile .about-album .popap_inner .wrapper .top .top-inner, .mobile .about-album .popap_inner .wrapper .top .album-details {
          width: 100%; }
        .mobile .about-album .popap_inner .wrapper .top .top-inner {
          display: flex;
          flex-wrap: wrap; }
          .mobile .about-album .popap_inner .wrapper .top .top-inner .album-label {
            order: 1;
            width: 100%;
            margin-bottom: 8px; }
          .mobile .about-album .popap_inner .wrapper .top .top-inner .album-name {
            order: 2; }
          .mobile .about-album .popap_inner .wrapper .top .top-inner .album-type {
            order: 3; }
      .mobile .about-album .popap_inner .wrapper .center-side {
        order: 1;
        width: 100%;
        margin: 0; }
        .mobile .about-album .popap_inner .wrapper .center-side img {
          width: 100%;
          height: auto; }
      .mobile .about-album .popap_inner .wrapper .desc-wrapper {
        order: 4;
        margin-top: 24px;
        padding: 0 16px;
        margin-bottom: 60px; }
      .mobile .about-album .popap_inner .wrapper .right-side {
        order: 3;
        width: 100%;
        flex-basis: 100%;
        padding: 0 16px; }
        .mobile .about-album .popap_inner .wrapper .right-side .info-column {
          display: flex;
          margin-bottom: 12px;
          font-size: 13px;
          line-height: 18px; }
          .mobile .about-album .popap_inner .wrapper .right-side .info-column:last-child {
            margin-bottom: 0; }
          .mobile .about-album .popap_inner .wrapper .right-side .info-column span {
            flex-basis: 120px;
            flex-shrink: 0; }
          .mobile .about-album .popap_inner .wrapper .right-side .info-column a {
            max-width: calc(100% - 120px);
            word-wrap: break-word; }
        .mobile .about-album .popap_inner .wrapper .right-side .label-column, .mobile .about-album .popap_inner .wrapper .right-side .genre-column {
          flex-wrap: wrap; }
          .mobile .about-album .popap_inner .wrapper .right-side .label-column a:nth-child(n+3), .mobile .about-album .popap_inner .wrapper .right-side .genre-column a:nth-child(n+3) {
            padding-left: 120px;
            width: 100%;
            max-width: 100%; }

.mobile .zoom-sponsor-popup .mfp-content {
  top: 0;
  min-height: 100%;
  margin: 0 !important; }

.mobile .zoom-sponsor-popup .mfp-close {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: none;
  color: rgba(0, 0, 0, 0.5); }
  .mobile .zoom-sponsor-popup .mfp-close:hover {
    color: rgba(0, 0, 0, 0.2); }

.mobile .zoom-sponsor-popup .popup-top {
  padding-right: 60px;
  padding-left: 15px; }

.mobile .zoom-sponsor-popup .popup-bot {
  display: flex;
  flex-direction: column;
  padding: 20px 16px; }
  .mobile .zoom-sponsor-popup .popup-bot .sponsor-watch-bot-l {
    margin-top: 0;
    width: 100%;
    justify-content: flex-start; }
  .mobile .zoom-sponsor-popup .popup-bot .sponsor-watch-bot-r {
    width: 100%; }
    .mobile .zoom-sponsor-popup .popup-bot .sponsor-watch-bot-r h3 {
      margin-top: 20px;
      font-size: 20px;
      line-height: 24px; }
    .mobile .zoom-sponsor-popup .popup-bot .sponsor-watch-bot-r p {
      width: 100%;
      margin-top: 10px;
      font-size: 13px;
      line-height: 18px; }
    .mobile .zoom-sponsor-popup .popup-bot .sponsor-watch-bot-r a {
      margin-top: 20px; }

.mobile .price-popup .price-popup-top {
  padding-right: 60px; }

.mobile .price-popup .price-popup-center {
  flex-direction: column; }
  .mobile .price-popup .price-popup-center .right {
    padding-top: 30px; }

.mobile .mfp-bg.cropPopupContainer {
  height: 100vh;
  background-color: #fff;
  opacity: 1; }

.mobile .cropPopupContainer .mfp-content {
  width: 100%; }
  .mobile .cropPopupContainer .mfp-content .crop-top {
    padding-right: 60px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    .mobile .cropPopupContainer .mfp-content .crop-top .link_black {
      display: none; }
  .mobile .cropPopupContainer .mfp-content .cr-slider-wrap {
    max-width: 480px; }
  .mobile .cropPopupContainer .mfp-content .icon-x-thin {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    color: rgba(0, 0, 0, 0.5); }
    .mobile .cropPopupContainer .mfp-content .icon-x-thin:hover {
      color: rgba(0, 0, 0, 0.2); }

.mobile .cropPopupContainer input[type=range]::-webkit-slider-runnable-track {
  height: 4px; }

.mobile .cropPopupContainer input[type=range]::-moz-range-track {
  height: 4px; }

.mobile .cropPopupContainer input[type=range]::-ms-track {
  height: 4px; }

.mobile .cropPopupContainer input[type=range]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  background: #000000;
  cursor: pointer;
  margin-top: -6px;
  top: auto; }

.mobile .cropPopupContainer input[type=range]::-moz-range-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  background: #000000;
  cursor: pointer;
  margin-top: -6px;
  top: auto; }

.mobile .cropPopupContainer input[type=range]::-ms-thumb {
  height: 16px;
  width: 16px;
  border-radius: 100px;
  background: #000000;
  cursor: pointer;
  margin-top: -6px;
  top: auto; }

.mobile .cropPopupContainer .slider-range-container {
  height: 4px;
  top: 28px; }
  .mobile .cropPopupContainer .slider-range-container .slider-change-range {
    height: 4px; }

.mobile #crop_image_container_popup .crop-panel-container {
  width: 100%;
  max-width: 480px;
  height: auto;
  margin: 0 auto; }

.mobile .premium-subscription-popup .mfp-close {
  position: fixed; }

.mobile .premium-subscription-popup .top-panel-premium {
  padding: 0 16px;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 27px; }
  .mobile .premium-subscription-popup .top-panel-premium .avatar {
    flex-shrink: 0;
    margin-right: 16px;
    font-size: 18px;
    height: 40px;
    width: 40px; }
  .mobile .premium-subscription-popup .top-panel-premium p {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    margin: 0; }
    .mobile .premium-subscription-popup .top-panel-premium p .name {
      display: block;
      font-size: 16px;
      font-weight: 600; }
    .mobile .premium-subscription-popup .top-panel-premium p strong {
      font-weight: 400; }

.mobile .premium-subscription-popup .middle-panel-premium {
  flex-direction: column;
  padding: 0 16px; }
  .mobile .premium-subscription-popup .middle-panel-premium .member-type {
    font-size: 13px;
    letter-spacing: -0.4px; }
  .mobile .premium-subscription-popup .middle-panel-premium .price {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-bottom: 25px; }
    .mobile .premium-subscription-popup .middle-panel-premium .price span {
      font-size: 13px;
      letter-spacing: -0.4px; }
  .mobile .premium-subscription-popup .middle-panel-premium .advantages-list li {
    position: relative;
    font-size: 13px;
    letter-spacing: -0.4px;
    line-height: 18px;
    margin-bottom: 8px;
    padding-left: 26px; }
    .mobile .premium-subscription-popup .middle-panel-premium .advantages-list li .icon-check {
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 2px;
      margin-right: 10px; }
  .mobile .premium-subscription-popup .middle-panel-premium .left-part {
    order: 2;
    width: 100%;
    border-right: none;
    padding: 0;
    padding-top: 30px; }
    .mobile .premium-subscription-popup .middle-panel-premium .left-part .btn-black-50 {
      margin-top: 15px;
      position: relative;
      left: auto;
      bottom: auto;
      width: 100%; }
    .mobile .premium-subscription-popup .middle-panel-premium .left-part .btn-logo-stroked {
      margin-top: 15px;
      position: relative;
      left: auto;
      bottom: auto; }
  .mobile .premium-subscription-popup .middle-panel-premium .right-part {
    order: 1;
    width: 100%;
    padding: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07); }
    .mobile .premium-subscription-popup .middle-panel-premium .right-part .btn-green-50 {
      margin-top: 15px;
      position: relative;
      left: auto;
      bottom: auto;
      width: 100%; }

.mobile #edit_draft_popap .top-buttons .close-it {
  order: 2; }

.mobile #edit_draft_popap .popap_inner {
  padding-top: 100px; }
  .mobile #edit_draft_popap .popap_inner > .description {
    padding: 0 16px 15px;
    position: static; }

.mobile .player-top .bar {
  height: 9px; }

.mobile .player-bottom {
  height: 50px; }
  .mobile .player-bottom .player-icons {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2; }
  .mobile .player-bottom .prev, .mobile .player-bottom .next {
    display: none; }
  .mobile .player-bottom .player-icons .play-pause .jp-play, .mobile .player-bottom .player-icons .play-pause .jp-pause {
    width: 23px; }
    .mobile .player-bottom .player-icons .play-pause .jp-play:hover, .mobile .player-bottom .player-icons .play-pause .jp-pause:hover {
      fill: rgba(255, 255, 255, 0.75); }
  .mobile .player-bottom .player-icons .play-pause svg {
    fill: #fff; }
  .mobile .player-bottom .track-name {
    margin-left: 15px; }
  .mobile .player-bottom .player-cover-descr {
    max-width: calc(100% - 50px); }
    .mobile .player-bottom .player-cover-descr .track-btns {
      margin-left: 0; }
      .mobile .player-bottom .player-cover-descr .track-btns .buy-label {
        display: none; }
    .mobile .player-bottom .player-cover-descr .track-inner {
      max-width: calc(100% - 50px);
      overflow: hidden;
      position: relative; }
      .mobile .player-bottom .player-cover-descr .track-inner.long:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 24px;
        background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
        z-index: 1; }
      .mobile .player-bottom .player-cover-descr .track-inner.long:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 24px;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        z-index: 1; }
      .mobile .player-bottom .player-cover-descr .track-inner.animate .full-block {
        transition: transform 5s linear;
        transform: translate3d(-100%, 0, 0); }
    .mobile .player-bottom .player-cover-descr .track-inner .full-block {
      transform: translate3d(0, 0, 0); }
    .mobile .player-bottom .player-cover-descr .track-cover {
      flex-shrink: 0;
      width: 50px;
      background-color: inherit; }
    .mobile .player-bottom .player-cover-descr .name-of-song {
      max-width: none;
      overflow: visible; }
  .mobile .player-bottom .player-time-vulume-2 {
    display: none; }
  .mobile .player-bottom .player-time-vulume-1 {
    width: auto;
    margin-left: 0;
    padding: 0 10px; }
  .mobile .player-bottom .player-time-vulume-3 .open-player {
    width: 50px;
    padding: 17px 18px 17px 15px; }

.mobile #bottomPlayer .player-bottom .jp-current-time {
  visibility: visible; }

.mobile #bottomPlayer .player-bottom .player-icons-right {
  display: none; }

.mobile .with-interface .jp-mute {
  display: none; }

.mobile .with-interface .jp-seek-bar-video {
  height: 9px; }

.mobile .post-page .post-single-page {
  margin: 24px auto; }

.mobile .main-qwerty-form .audio-info {
  max-width: 100%; }
  .mobile .main-qwerty-form .audio-info .audio-name input {
    padding-right: 0; }
  .mobile .main-qwerty-form .audio-info .artist-field-select .artist_input input {
    padding-right: 0; }

.mobile .main-qwerty-form .selectize-input {
  padding: 0; }

.mobile .main-qwerty-form .audio-container {
  flex-wrap: wrap; }

.mobile .main-qwerty-form .audio-info {
  padding: 0 16px; }

.mobile .main-qwerty-form .poster-audio .btn-insert-img {
  display: block; }

.mobile .main-qwerty-form .icon-addfile {
  margin-right: 0; }

.mobile .main-qwerty-form .addfile-text {
  display: none; }

.mobile .main-qwerty-form .video-preview-images {
  max-height: none;
  width: calc(100% - 100px); }

.mobile .main-qwerty-form .video-obj {
  margin: 0 -16px; }

.mobile .main-qwerty-form .preview-video-image {
  flex-basis: 50px;
  width: 50px;
  height: 50px; }
  .mobile .main-qwerty-form .preview-video-image label {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.mobile .main-qwerty-form .post-body-container {
  margin: 0 16px; }

.mobile .main-qwerty-form .other-preview-images .select-img {
  width: 50px;
  height: 50px; }

.mobile .activity > .left_side {
  display: none; }

.mobile .activity .feed-just-now {
  display: none; }

.mobile .activity .newsFeed-center-wr {
  width: 100%;
  max-width: 100%; }
  .mobile .activity .newsFeed-center-wr > .filter-tabs {
    padding-left: 16px;
    text-align: left;
    width: 100%; }
    .mobile .activity .newsFeed-center-wr > .filter-tabs li:last-child {
      margin-right: 0; }
  .mobile .activity .newsFeed-center-wr .column-wrap {
    min-width: 0;
    padding: 0; }

.mobile .activity .tag_funded, .mobile .activity .tag_private {
  font-size: 11px;
  letter-spacing: 0;
  padding: 0 12px;
  line-height: 24px; }

.mobile .activity .news-feed {
  width: 100%; }

.mobile .follows-item-promo {
  padding: 0 16px 16px 16px; }
  .mobile .follows-item-promo .show4me-logo {
    margin-bottom: 30px; }
  .mobile .follows-item-promo h4 {
    margin-bottom: 16px; }
  .mobile .follows-item-promo .buttons {
    margin-top: 56px; }
    .mobile .follows-item-promo .buttons .btn-black-36 {
      margin-right: 20px; }

.mobile .follows-item {
  min-width: 320px;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px; }
  .mobile .follows-item > .post_menu {
    top: 8px;
    right: 8px; }
    .mobile .follows-item > .post_menu .post_menu_btn {
      visibility: visible; }
  .mobile .follows-item .site-container .image img {
    min-height: 0; }
  .mobile .follows-item .tag_funded, .mobile .follows-item .tag_private {
    font-size: 11px;
    letter-spacing: 0;
    padding: 0 12px;
    line-height: 24px; }
  .mobile .follows-item .audio-tracks {
    padding: 16px 16px 0 16px; }
  .mobile .follows-item .post-metadata {
    padding-top: 16px; }
  .mobile .follows-item .posted-by {
    padding-right: 16px; }
    .mobile .follows-item .posted-by a {
      max-width: none; }
  .mobile .follows-item .images {
    min-height: 160px; }
    .mobile .follows-item .images + .follows-item-top {
      margin-top: 15px; }
      .mobile .follows-item .images + .follows-item-top .follows-item-h4-wr {
        margin-bottom: 32px; }
        .mobile .follows-item .images + .follows-item-top .follows-item-h4-wr .title-descr {
          margin-bottom: 0; }
    .mobile .follows-item .images .gallery {
      min-height: 160px; }
  .mobile .follows-item .text-content {
    padding: 15px 16px 11px 15px; }
  .mobile .follows-item .follows-item-h4 {
    padding-top: 9px; }
  .mobile .follows-item .follows-descr {
    padding: 0; }
    .mobile .follows-item .follows-descr .avatar {
      font-size: 18px; }
    .mobile .follows-item .follows-descr .follows-descr-bottom {
      padding: 0 16px; }
    .mobile .follows-item .follows-descr .applause-outer .text {
      display: none; }
    .mobile .follows-item .follows-descr .applause-outer .icon-applause {
      font-size: 18px; }
  .mobile .follows-item .follows-descr-top {
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: flex-start;
    padding-left: 66px;
    padding-right: 16px;
    height: 40px;
    margin-bottom: 16px; }
    .mobile .follows-item .follows-descr-top .follows-descr-l {
      line-height: 18px;
      padding-right: 30px; }
    .mobile .follows-item .follows-descr-top .follows-icon {
      position: absolute;
      top: 0;
      left: 16px;
      width: 40px;
      height: 40px; }
    .mobile .follows-item .follows-descr-top > a {
      line-height: 18px; }
  .mobile .follows-item .follows-item-h4-wr {
    padding: 0 16px; }
  .mobile .follows-item .autopost-content .posted-by {
    padding-right: 0; }

.mobile .post-profile .profile-tip .pr-hover-bot-inner {
  padding: 0 8px 0 16px;
  margin-bottom: 8px; }

.mobile .post-profile .pr-hover-top .muz-name .muz-name-in {
  left: 16px; }

.mobile .post-profile .follows-item-h4-wr {
  margin-bottom: 30px; }

.mobile .post-music .title-descr {
  margin-bottom: -3px; }

.mobile .post-music .audio-tracks-outer {
  margin-bottom: 32px; }

.mobile .post-music .audio-tracks .track-wrapper .track-functions .track-duration {
  width: 56px; }

.mobile .post-music .follows-item-top-other {
  margin-bottom: 16px; }
  .mobile .post-music .follows-item-top-other + .follows-item-h4-wr .follows-item-h4 {
    margin-top: -5px;
    padding: 0; }
  .mobile .post-music .follows-item-top-other + .follows-item-h4-wr .title-descr {
    margin-bottom: 10px; }

.mobile .follows-item-other .image img {
  min-height: 0; }

.mobile .follows-item-other-album .follows-item-top-audio .audio-tracks .track .track-wrapper .icon-play {
  padding-left: 0; }

.mobile .follows-item-other-album .follows-item-top-audio .audio-tracks .track .track-wrapper .track-middle .track-tags .buy-label ~ .gray-label {
  margin-left: 16px; }

.mobile .follows-item-other-album .follows-item-top-audio .audio-tracks .track .track-wrapper .track-functions .track-duration {
  width: 56px; }

.mobile .follows-item-other-album .follows-item-top-other {
  margin-bottom: 32px; }

.mobile .follows-item-other-album .follows-item-top-img {
  padding-top: 16px;
  margin: 0 16px; }
  .mobile .follows-item-other-album .follows-item-top-img:after {
    top: 16px;
    height: calc(100% - 16px); }

.mobile .follows-item-other-album .post-album-audio-top {
  padding: 12px 16px 0 13px; }

.mobile .follows-item-other-album .btn-green-36, .mobile .follows-item-other-album .btn-stroked-gray-36 {
  bottom: 8px;
  right: 8px; }

.mobile .follows-item-other-album .other-video-desc .post-album-audio-top .applause-outer {
  display: none;
  order: 1; }

.mobile .follows-item-other-album .other-video-desc .post-album-audio-top .icon-disk {
  order: 2;
  margin-left: 0; }

.mobile .follows-item-other-album .other-video-desc .post-album-audio-top .post-like-album-plus {
  order: 3;
  margin-left: 0;
  margin-top: 0; }
  .mobile .follows-item-other-album .other-video-desc .post-album-audio-top .post-like-album-plus + .icon-disk {
    margin-right: 24px; }

.mobile .follows-item-other-album .other-video-desc .post-album-audio-top .post_menu {
  order: 4;
  margin-left: 20px; }
  .mobile .follows-item-other-album .other-video-desc .post-album-audio-top .post_menu .post_menu_btn {
    visibility: visible; }

.mobile .follows-item-other-album .other-video-desc .post-album-span {
  margin: 5px 0 26px; }

.mobile .album-track {
  padding: 16px; }
  .mobile .album-track .name {
    margin-bottom: 5px; }

.mobile .autopost_event .crowdfunding .item {
  padding: 16px 16px 0; }

.mobile .autopost_event .crowdfunding .btn-green-36, .mobile .autopost_event .crowdfunding .btn-stroked-gray-36 {
  position: static;
  margin-right: -8px;
  margin-left: auto; }

.mobile .autopost_event .crowdfunding .post-album-icons {
  padding-top: 18px;
  padding-bottom: 8px; }
  .mobile .autopost_event .crowdfunding .post-album-icons .applause-outer, .mobile .autopost_event .crowdfunding .post-album-icons .post_menu {
    display: none; }

.mobile .autopost_event .crowdfunding .post-album-audio-top {
  padding-right: 16px;
  padding-left: 16px; }

.mobile .follows-item.post-video .follows-descr {
  margin-top: 32px; }

.mobile .follows-item.post-video .btn-play-square {
  left: 8px;
  bottom: 8px; }

.mobile .follows-item.post-album-track .album-track {
  margin: 0 16px 32px 16px; }

.mobile .follows-item.post-album-track .audio-tracks {
  padding: 16px 0 0 0; }
  .mobile .follows-item.post-album-track .audio-tracks .track-wrapper .track-functions .track-duration {
    width: 56px; }

.mobile .follows-item .comments-item .reply, .mobile .follows-item .comments-item .post_menu_btn {
  visibility: visible;
  opacity: 1; }

.mobile .interact-clubs {
  background-color: #fff; }
  .mobile .interact-clubs.main_side {
    padding: 0;
    width: 100%; }
  .mobile .interact-clubs .main_inner {
    max-width: 100%; }
    .mobile .interact-clubs .main_inner .title_bar {
      height: 60px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.07);
      display: flex;
      align-items: center;
      padding: 0 16px; }
    .mobile .interact-clubs .main_inner .title {
      margin: 0;
      font-size: 20px;
      letter-spacing: -0.6px;
      font-weight: 600; }
    .mobile .interact-clubs .main_inner .btn-black-30 {
      margin-left: auto; }
    .mobile .interact-clubs .main_inner .back-arrow {
      margin-right: 15px; }
      .mobile .interact-clubs .main_inner .back-arrow svg {
        opacity: 0.3;
        width: 10px;
        height: 16px;
        margin-top: 4px; }
    .mobile .interact-clubs .main_inner .noitems {
      margin: 0;
      padding: 25px 16px 0 16px; }
    .mobile .interact-clubs .main_inner .items_list {
      position: relative;
      margin: 0;
      padding: 0 16px 23px; }
      .mobile .interact-clubs .main_inner .items_list:after {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 23px;
        content: '';
        display: block;
        background-color: #f2f2f2; }
      .mobile .interact-clubs .main_inner .items_list .item {
        margin-bottom: 16px; }
      .mobile .interact-clubs .main_inner .items_list .draft .item_title {
        max-width: calc(100% - 70px); }
      .mobile .interact-clubs .main_inner .items_list .draft .gray-stroked-label {
        margin-left: 8px; }
      .mobile .interact-clubs .main_inner .items_list .img {
        width: 100px;
        height: 100px;
        font-size: 40px;
        line-height: 100px; }
      .mobile .interact-clubs .main_inner .items_list .info {
        width: auto;
        height: 100px;
        padding: 6px 0 0 15px;
        width: calc(100% - 100px); }
        .mobile .interact-clubs .main_inner .items_list .info .type {
          display: flex;
          line-height: 14px; }
          .mobile .interact-clubs .main_inner .items_list .info .type .icon-check {
            padding-right: 1px; }
      .mobile .interact-clubs .main_inner .items_list .item_state {
        bottom: 9px; }
        .mobile .interact-clubs .main_inner .items_list .item_state div {
          margin: 0;
          display: none; }
          .mobile .interact-clubs .main_inner .items_list .item_state div:first-child {
            display: flex; }
            .mobile .interact-clubs .main_inner .items_list .item_state div:first-child span {
              margin-left: 3px; }
      .mobile .interact-clubs .main_inner .items_list .curated_page_links {
        display: none; }
      .mobile .interact-clubs .main_inner .items_list .mobile-link {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: 1; }
    .mobile .interact-clubs .main_inner .filter-mobile {
      display: flex;
      user-select: none; }
    .mobile .interact-clubs .main_inner .right_side {
      position: fixed;
      top: 0;
      right: 0;
      height: 100%;
      width: 100%;
      z-index: 2000;
      background: #fff;
      padding: 0;
      align-items: flex-start;
      display: none;
      overflow-y: scroll;
      overflow-x: hidden;
      background-color: rgba(0, 0, 0, 0.6); }
      .mobile .interact-clubs .main_inner .right_side.open .right_side-inner {
        transform: translate3d(0, 0, 0); }
      .mobile .interact-clubs .main_inner .right_side .right_side-inner {
        width: 260px;
        margin: 0;
        padding: 16px;
        background-color: #fff;
        min-height: 100%;
        transform: translate3d(-260px, 0, 0);
        transition: 0.3s transform ease; }
      .mobile .interact-clubs .main_inner .right_side .title {
        float: none;
        display: block;
        line-height: normal;
        font-size: 16px;
        letter-spacing: -0.4px;
        margin-bottom: 40px;
        font-weight: 600; }
      .mobile .interact-clubs .main_inner .right_side .right_tubs > ul {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        .mobile .interact-clubs .main_inner .right_side .right_tubs > ul li {
          line-height: 30px;
          height: 32px;
          font-size: 13px;
          letter-spacing: -0.4px;
          font-weight: 600; }

.mobile:not(.disable-tracks-css) .audio-tracks.no-poster .track {
  height: 50px; }
  .mobile:not(.disable-tracks-css) .audio-tracks.no-poster .track .track-wrapper {
    height: 50px; }

.mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper.show-functions .track-functions {
  margin-left: 16px; }
  .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper.show-functions .track-functions .track-duration {
    display: none; }
  .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper.show-functions .track-functions .act_to_playlist {
    display: block; }
  .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper.show-functions .track-functions .applause {
    display: flex; }
  .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper.show-functions .track-functions .post_menu_btn {
    display: block; }

.mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-play {
  font-size: 14px;
  width: 56px; }

.mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-duration {
  width: 76px;
  padding-right: 20px;
  padding-left: 4px;
  text-align: right; }

.mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-album {
  display: none; }

.mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-info {
  padding-right: 0; }
  .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-info a {
    pointer-events: none; }
  .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-info .track-name {
    padding-right: 0; }
  .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-info .gray-stroked-label {
    display: none; }

.mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-middle {
  width: auto; }
  .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-middle a {
    pointer-events: none; }
  .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-middle .track-tags {
    width: auto; }
    .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-middle .track-tags > div:first-child {
      margin-left: 16px; }
    .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-middle .track-tags .gray-label {
      margin-right: 0; }
    .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-middle .track-tags > div:last-child {
      margin-right: 0; }

.mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-functions {
  width: auto; }
  .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-functions .track-duration {
    position: static;
    transform: none;
    display: block; }
  .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-functions .act_to_playlist {
    display: none;
    visibility: visible;
    opacity: 1; }
  .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-functions .applause {
    display: none;
    visibility: visible;
    opacity: 1; }
  .mobile:not(.disable-tracks-css) .audio-tracks .track .track-wrapper .track-functions .post_menu_btn {
    display: none;
    visibility: visible;
    opacity: 1; }

.mobile .top_info_inner {
  height: 190px;
  padding: 0; }
  .mobile .top_info_inner .left-ear {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 0;
    width: 80px;
    padding: 0;
    z-index: 1; }
    .mobile .top_info_inner .left-ear .ava {
      height: 80px;
      width: 80px;
      margin: 0; }
      .mobile .top_info_inner .left-ear .ava .avatar {
        line-height: 80px; }
      .mobile .top_info_inner .left-ear .ava .edit_img {
        display: none; }
  .mobile .top_info_inner .main-ear {
    flex-direction: column;
    flex-shrink: 0;
    flex-basis: 100%;
    justify-content: space-between;
    height: 100%; }
    .mobile .top_info_inner .main-ear .person {
      height: 80px;
      padding-left: 96px;
      align-items: flex-end; }
    .mobile .top_info_inner .main-ear .info_panel {
      align-items: center;
      padding: 8px 8px 8px 15px;
      width: 100%; }
      .mobile .top_info_inner .main-ear .info_panel .btn-black-30 {
        flex-shrink: 0; }
      .mobile .top_info_inner .main-ear .info_panel .followers,
      .mobile .top_info_inner .main-ear .info_panel .following {
        color: rgba(0, 0, 0, 0.5); }
        .mobile .top_info_inner .main-ear .info_panel .followers:not([data-count="0"]):hover,
        .mobile .top_info_inner .main-ear .info_panel .following:not([data-count="0"]):hover {
          color: rgba(0, 0, 0, 0.2); }
        .mobile .top_info_inner .main-ear .info_panel .followers span,
        .mobile .top_info_inner .main-ear .info_panel .following span {
          margin-left: 0; }
      .mobile .top_info_inner .main-ear .info_panel .followers {
        margin-right: 10px; }
      .mobile .top_info_inner .main-ear .info_panel .following {
        margin-right: auto; }
      .mobile .top_info_inner .main-ear .info_panel .post_menu {
        margin-right: 19px; }

.mobile .page_top_info > .top_notice {
  display: none; }

.mobile .page_top_info .main-ear .info_panel .post_menu {
  margin-left: auto; }

.mobile .page_top_info .cover .avatar_list {
  left: 50%;
  transform: translateX(-50%); }

.mobile .page_top_info-my.page_top_info-draft .left-ear {
  top: auto;
  bottom: 109px; }

.mobile .page_top_info-my .left-ear {
  top: 84px; }

.mobile .page_top_info-my .top_info_inner {
  height: auto; }

.mobile .page_top_info-my .main-ear {
  position: relative;
  padding-top: 84px; }
  .mobile .page_top_info-my .main-ear .person {
    padding-bottom: 70px;
    height: 150px; }
  .mobile .page_top_info-my .main-ear .curated_page_links {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    line-height: 60px;
    margin: 0;
    padding: 0 16px 24px;
    background-color: #fff; }
    .mobile .page_top_info-my .main-ear .curated_page_links:after {
      position: absolute;
      bottom: 0;
      left: 0;
      content: "";
      display: block;
      width: 100%;
      height: 24px;
      background-color: #f2f2f2; }
    .mobile .page_top_info-my .main-ear .curated_page_links.owl-carousel {
      overflow: hidden; }
      .mobile .page_top_info-my .main-ear .curated_page_links.owl-carousel .owl-stage-outer {
        overflow: visible; }
      .mobile .page_top_info-my .main-ear .curated_page_links.owl-carousel .owl-nav {
        display: none; }
      .mobile .page_top_info-my .main-ear .curated_page_links.owl-carousel .owl-stage {
        display: flex; }
      .mobile .page_top_info-my .main-ear .curated_page_links.owl-carousel .owl-item {
        flex-shrink: 0; }
        .mobile .page_top_info-my .main-ear .curated_page_links.owl-carousel .owl-item:last-child a {
          margin-right: 0; }
    .mobile .page_top_info-my .main-ear .curated_page_links a {
      margin-right: 20px;
      font-size: 13px;
      letter-spacing: -0.4px;
      flex-shrink: 0;
      font-weight: 400;
      color: rgba(0, 0, 0, 0.5); }
      .mobile .page_top_info-my .main-ear .curated_page_links a:hover {
        color: rgba(0, 0, 0, 0.5); }
      .mobile .page_top_info-my .main-ear .curated_page_links a.active {
        display: inline-block;
        color: #000;
        border-bottom: 2px solid #000; }

.mobile .page_top_info-draft .left-ear {
  top: 228px; }

.mobile .with-player .profiles .content {
  min-height: 420px; }

.mobile .with-player .main-footer .footer-wrapper {
  padding-bottom: 95px; }

.mobile .profiles {
  padding-bottom: 24px; }
  .mobile .profiles .main-ear .loaderContent .loaderInner {
    top: 100px;
    margin-top: 0; }
  .mobile .profiles .main-ear .music-library .right_side, .mobile .profiles .main-ear .photos .right_side, .mobile .profiles .main-ear .campaigns .right_side {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 2000;
    background: #fff;
    padding: 0;
    align-items: flex-start;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden;
    background-color: rgba(0, 0, 0, 0.6); }
    .mobile .profiles .main-ear .music-library .right_side.open .right_side-inner, .mobile .profiles .main-ear .photos .right_side.open .right_side-inner, .mobile .profiles .main-ear .campaigns .right_side.open .right_side-inner {
      transform: translate3d(0, 0, 0); }
    .mobile .profiles .main-ear .music-library .right_side .right_side-inner, .mobile .profiles .main-ear .photos .right_side .right_side-inner, .mobile .profiles .main-ear .campaigns .right_side .right_side-inner {
      width: 260px;
      margin: 0;
      padding: 16px;
      background-color: #fff;
      min-height: 100%;
      transform: translate3d(-260px, 0, 0);
      transition: 0.3s transform ease; }
    .mobile .profiles .main-ear .music-library .right_side .title, .mobile .profiles .main-ear .photos .right_side .title, .mobile .profiles .main-ear .campaigns .right_side .title {
      display: block;
      line-height: normal;
      font-size: 16px;
      letter-spacing: -0.4px;
      margin-bottom: 40px;
      font-weight: 600; }
    .mobile .profiles .main-ear .music-library .right_side .right_tubs > ul, .mobile .profiles .main-ear .photos .right_side .right_tubs > ul, .mobile .profiles .main-ear .campaigns .right_side .right_tubs > ul {
      padding: 0;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      .mobile .profiles .main-ear .music-library .right_side .right_tubs > ul li, .mobile .profiles .main-ear .photos .right_side .right_tubs > ul li, .mobile .profiles .main-ear .campaigns .right_side .right_tubs > ul li {
        line-height: 30px;
        height: 32px;
        font-size: 13px;
        letter-spacing: -0.4px;
        font-weight: 600; }
  .mobile .profiles .profile_info {
    padding: 0;
    max-width: 100%; }
  .mobile .profiles .content .loaderContent {
    margin: 0; }
  .mobile .profiles .content .content_center {
    min-width: 0;
    border: none; }
    .mobile .profiles .content .content_center .btn_more {
      display: block;
      width: auto;
      height: 60px;
      text-align: center;
      padding: 0;
      line-height: 60px;
      color: rgba(0, 0, 0, 0.5);
      border: none;
      border-top: 1px solid rgba(0, 0, 0, 0.07);
      background-color: #fff;
      margin: 0;
      font-weight: 400; }
  .mobile .profiles .content.home .center {
    margin-right: 0;
    min-width: 0;
    max-width: 100%;
    width: 100%; }
  .mobile .profiles .content.home .right-side {
    display: none; }
  .mobile .profiles .content.home .left-side {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
    min-width: 0;
    width: 100%; }
  .mobile .profiles .info_block.mood {
    margin: 0;
    margin-bottom: 32px; }
    .mobile .profiles .info_block.mood .title {
      font-size: 14px;
      color: #000;
      line-height: 20px;
      letter-spacing: -0.4px;
      margin-bottom: 14px; }
      .mobile .profiles .info_block.mood .title span {
        color: rgba(0, 0, 0, 0.5); }
      .mobile .profiles .info_block.mood .title:hover {
        color: rgba(0, 0, 0, 0.5); }
        .mobile .profiles .info_block.mood .title:hover span {
          color: rgba(0, 0, 0, 0.2); }
    .mobile .profiles .info_block.mood .empty p {
      font-weight: 600;
      line-height: 22px;
      font-size: 18px;
      color: rgba(0, 0, 0, 0.3); }
    .mobile .profiles .info_block.mood .empty .btn-stroked {
      line-height: 36px;
      font-size: 14px;
      letter-spacing: -0.4px;
      padding: 0 16px;
      min-width: 70px;
      height: 36px;
      margin-top: 19px; }
    .mobile .profiles .info_block.mood .info_inner > p {
      font-weight: 600;
      line-height: 22px;
      font-size: 18px; }
    .mobile .profiles .info_block.mood .info_inner .icon-applause {
      font-size: 18px; }
  .mobile .profiles .info_block.total {
    display: none; }
  .mobile .profiles .tabs {
    padding: 0 15px;
    margin-top: 20px; }
    .mobile .profiles .tabs.owl-carousel {
      overflow: hidden; }
      .mobile .profiles .tabs.owl-carousel li {
        margin-right: 23px; }
      .mobile .profiles .tabs.owl-carousel .owl-stage-outer {
        overflow: visible; }
      .mobile .profiles .tabs.owl-carousel .owl-nav {
        display: none; }
      .mobile .profiles .tabs.owl-carousel .owl-stage {
        display: flex; }
        .mobile .profiles .tabs.owl-carousel .owl-stage li {
          margin-right: 23px; }
          .mobile .profiles .tabs.owl-carousel .owl-stage li.active a:after {
            bottom: -16px; }
        .mobile .profiles .tabs.owl-carousel .owl-stage .owl-item:last-child li {
          margin-right: 0; }
    .mobile .profiles .tabs .btn-stroked {
      margin: 15px 0; }
  .mobile .profiles .noitems {
    margin: 0;
    padding: 25px 16px 0 16px; }
    .mobile .profiles .noitems .noitems_message {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 7px; }
    .mobile .profiles .noitems .noitems_desc {
      line-height: 18px;
      margin-bottom: 24px; }
  .mobile .profiles .content.artists {
    min-height: 508px;
    margin: 0;
    padding: 16px 12px 0; }
    .mobile .profiles .content.artists .noitems {
      padding: 12px 4px 16px; }
    .mobile .profiles .content.artists .item {
      width: 50%;
      padding: 0 4px;
      margin-bottom: 16px; }
      .mobile .profiles .content.artists .item .bottom_wrapper {
        display: none; }
  .mobile .profiles .music-library .content_center {
    width: 100%;
    padding: 0; }
  .mobile .profiles .music-library .right_side {
    display: none; }
  .mobile .profiles .music-library .sort-row {
    display: none; }
  .mobile .profiles .music-library .audio-tracks .track img {
    width: 50px;
    height: 50px; }
  .mobile .profiles .music-library .audio-tracks .track .track-wrapper {
    height: 50px;
    max-width: calc(100% - 50px); }
  .mobile .profiles .music-library .content_center .noitems {
    margin: 0;
    padding: 25px 16px 12px; }
  .mobile .profiles .music-library .albums-list {
    margin: 0;
    padding: 16px 12px 0;
    background-color: #ffffff; }
    .mobile .profiles .music-library .albums-list .content_center .noitems {
      padding: 12px 4px 16px; }
    .mobile .profiles .music-library .albums-list .item {
      width: 50%;
      padding: 0 4px;
      margin-bottom: 16px; }
      .mobile .profiles .music-library .albums-list .item .applause-outer {
        display: none; }
  .mobile .profiles .campaigns .tag_funded, .mobile .profiles .campaigns .tag_private {
    font-size: 11px;
    letter-spacing: 0;
    padding: 0 12px;
    line-height: 24px; }
  .mobile .profiles .campaigns .info .btn-stroked {
    position: relative;
    transform: none;
    margin-top: 10px;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0; }
  .mobile .profiles .campaigns .content_center .noitems {
    width: auto; }
  .mobile .profiles .campaigns .content_center .sub_title {
    background-color: #ffffff;
    padding: 16px 16px 44px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4px;
    font-weight: 600; }
  .mobile .profiles .campaigns .content_center .items_list {
    background-color: #ffffff;
    padding: 0 16px 4px;
    margin-bottom: 24px; }
    .mobile .profiles .campaigns .content_center .items_list:empty {
      padding: 0; }
    .mobile .profiles .campaigns .content_center .items_list:last-child {
      margin: 0; }
    .mobile .profiles .campaigns .content_center .items_list:empty {
      display: none; }
  .mobile .profiles .campaigns .content_center .item {
    margin-bottom: 22px; }
    .mobile .profiles .campaigns .content_center .item:last-child {
      margin-bottom: 0; }
    .mobile .profiles .campaigns .content_center .item .image {
      width: 100%;
      height: auto; }
    .mobile .profiles .campaigns .content_center .item .info {
      width: 100%;
      height: auto;
      padding: 16px 0; }
    .mobile .profiles .campaigns .content_center .item .item_title {
      font-size: 24px;
      line-height: 1;
      letter-spacing: -0.6px; }
    .mobile .profiles .campaigns .content_center .item .event_type {
      font-size: 12px;
      line-height: 18px;
      letter-spacing: -0.2px; }
    .mobile .profiles .campaigns .content_center .item .item_state {
      position: static;
      width: 100%;
      margin-top: 11px;
      line-height: 20px; }
    .mobile .profiles .campaigns .content_center .item .pledged_list {
      padding: 16px 0; }
      .mobile .profiles .campaigns .content_center .item .pledged_list .mobileHidden {
        display: none; }
      .mobile .profiles .campaigns .content_center .item .pledged_list .total_pledged_row {
        display: flex;
        align-items: center;
        padding: 0;
        padding-bottom: 16px; }
        .mobile .profiles .campaigns .content_center .item .pledged_list .total_pledged_row .btn-stroked, .mobile .profiles .campaigns .content_center .item .pledged_list .total_pledged_row .btn-gray-30 {
          display: none; }
      .mobile .profiles .campaigns .content_center .item .pledged_list .pledged_item_price {
        font-weight: 600; }
        .mobile .profiles .campaigns .content_center .item .pledged_list .pledged_item_price a, .mobile .profiles .campaigns .content_center .item .pledged_list .pledged_item_price button, .mobile .profiles .campaigns .content_center .item .pledged_list .pledged_item_price .btn-stroked {
          display: none; }
      .mobile .profiles .campaigns .content_center .item .pledged_list .tickets-list {
        margin-left: auto; }
        .mobile .profiles .campaigns .content_center .item .pledged_list .tickets-list .pledged_item {
          border: none; }
        .mobile .profiles .campaigns .content_center .item .pledged_list .tickets-list .pledged_item_head {
          display: none; }
        .mobile .profiles .campaigns .content_center .item .pledged_list .tickets-list .pledged_item_title {
          display: none; }
      .mobile .profiles .campaigns .content_center .item .pledged_list .paid_list {
        padding-bottom: 16px;
        padding-top: 6px; }
        .mobile .profiles .campaigns .content_center .item .pledged_list .paid_list li {
          padding-right: 16px;
          padding-left: 16px;
          flex-wrap: wrap; }
          .mobile .profiles .campaigns .content_center .item .pledged_list .paid_list li .inner-list .list-row > div:nth-child(1) {
            flex-basis: 150px;
            padding-right: 8px; }
          .mobile .profiles .campaigns .content_center .item .pledged_list .paid_list li .inner-list .list-row > div:nth-child(2) {
            padding-right: 8px; }
        .mobile .profiles .campaigns .content_center .item .pledged_list .paid_list .date {
          flex-basis: 100%; }
        .mobile .profiles .campaigns .content_center .item .pledged_list .paid_list .inner-list {
          flex-basis: 100%; }
  .mobile .profiles .photos .items_gride {
    background-color: #ffffff;
    margin: 0;
    padding: 16px 8px 8px 16px;
    min-height: 170px; }
    .mobile .profiles .photos .items_gride .noitems {
      margin: 0;
      padding: 9px 0 0; }
      .mobile .profiles .photos .items_gride .noitems .noitems_desc {
        padding: 0; }
    .mobile .profiles .photos .items_gride .item {
      width: 50%;
      padding: 0;
      padding-bottom: 50%; }
      .mobile .profiles .photos .items_gride .item .image {
        width: calc(100% - 8px);
        height: calc(100% - 8px); }
  .mobile .profiles .photos .filter-mobile {
    display: flex;
    user-select: none; }
  .mobile .profiles .media-tab [data-tab="all"] .loaderWrapper {
    background-color: #ffffff;
    height: 124px; }
  .mobile .profiles .media-tab [data-tab="noitem"] .noitems {
    margin: 0;
    padding: 28px 16px 0 16px; }
  .mobile .profiles .media-tab .content_center .sub_title {
    background-color: #ffffff;
    padding: 16px 16px 44px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.4px;
    font-weight: 600; }
  .mobile .profiles .media-tab .content_center [data-subtab] {
    margin-bottom: 24px; }
    .mobile .profiles .media-tab .content_center [data-subtab]:last-child {
      margin-bottom: 0; }
    .mobile .profiles .media-tab .content_center [data-subtab] .items_gride {
      padding-top: 0; }
  .mobile .profiles .media-tab .content_center .audio-tracks .loaderWrapper {
    background-color: #ffffff;
    height: 124px; }
  .mobile .profiles .media-tab .content_center .audio-tracks .track img {
    width: 50px;
    height: 50px; }
  .mobile .profiles .media-tab .content_center .audio-tracks .track .track-wrapper {
    height: 50px;
    max-width: calc(100% - 50px); }
  .mobile .profiles .content.music {
    flex-direction: column;
    flex-wrap: nowrap; }
    .mobile .profiles .content.music .noitems {
      margin: 0;
      padding: 25px 16px; }
    .mobile .profiles .content.music .filter_add {
      padding: 16px; }
      .mobile .profiles .content.music .filter_add .search {
        padding-right: 16px; }
      .mobile .profiles .content.music .filter_add .btn-black-30 {
        flex-shrink: 0; }
    .mobile .profiles .content.music .right_side {
      display: none; }
    .mobile .profiles .content.music .content_center {
      width: 100%;
      padding: 0; }
      .mobile .profiles .content.music .content_center .noitems {
        margin: 0;
        padding: 25px 16px; }
    .mobile .profiles .content.music .items_gride.albums {
      margin: 0;
      padding: 16px 12px 0;
      background-color: #ffffff; }
      .mobile .profiles .content.music .items_gride.albums .item {
        width: 50%;
        padding: 0 4px;
        margin: 0;
        margin-bottom: 16px; }
        .mobile .profiles .content.music .items_gride.albums .item .applause-outer {
          display: none; }

.mobile .page-membership .main_side {
  max-width: 100%;
  background-color: #ffffff;
  padding: 0;
  width: 100%; }
  .mobile .page-membership .main_side .title_bar {
    height: 60px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    padding: 0 16px; }
  .mobile .page-membership .main_side .title {
    margin: 0;
    font-size: 20px;
    letter-spacing: -0.6px;
    font-weight: 600; }
  .mobile .page-membership .main_side .back-arrow {
    margin-right: 15px; }
    .mobile .page-membership .main_side .back-arrow svg {
      opacity: 0.3;
      width: 10px;
      height: 16px;
      margin-top: 4px; }

.mobile .page-membership .main_inner {
  max-width: 100%; }
  .mobile .page-membership .main_inner .content_center.analytics {
    height: auto;
    position: relative;
    padding-bottom: 24px; }
    .mobile .page-membership .main_inner .content_center.analytics:after {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 1;
      width: 100%;
      height: 23px;
      content: '';
      display: block;
      background-color: #f2f2f2; }
    .mobile .page-membership .main_inner .content_center.analytics .noitems {
      height: calc(100vh - 310px);
      margin: 0;
      padding: 25px 16px 0 16px; }
    .mobile .page-membership .main_inner .content_center.analytics .membership {
      padding: 0px 16px;
      margin-top: 9px; }
      .mobile .page-membership .main_inner .content_center.analytics .membership li {
        display: block;
        min-height: 0;
        padding: 15px 0 14px; }
        .mobile .page-membership .main_inner .content_center.analytics .membership li:last-child {
          border-bottom: none; }
        .mobile .page-membership .main_inner .content_center.analytics .membership li:first-child {
          display: none; }
        .mobile .page-membership .main_inner .content_center.analytics .membership li .column {
          display: flex;
          flex-basis: 100% !important;
          max-width: 100% !important;
          padding: 0 !important;
          text-align: left !important;
          font-weight: 400 !important;
          line-height: 20px; }
          .mobile .page-membership .main_inner .content_center.analytics .membership li .column:last-child .text-column {
            font-weight: 600; }
          .mobile .page-membership .main_inner .content_center.analytics .membership li .column .tooltip_ask {
            vertical-align: baseline; }
          .mobile .page-membership .main_inner .content_center.analytics .membership li .column .mobile-column {
            width: 140px;
            color: rgba(0, 0, 0, 0.5); }
          .mobile .page-membership .main_inner .content_center.analytics .membership li .column .text-column {
            position: relative;
            padding-left: 30px;
            width: calc(100% - 140px); }
            .mobile .page-membership .main_inner .content_center.analytics .membership li .column .text-column .avatar-wrapper {
              left: 0px;
              width: 20px;
              height: 20px; }
              .mobile .page-membership .main_inner .content_center.analytics .membership li .column .text-column .avatar-wrapper .avatar {
                line-height: 20px;
                font-size: 12px; }

.mobile .inbox {
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden !important; }
  .mobile .inbox.with-player .email_notice:not(.hidden) ~ .main_cont_block .page-inbox {
    height: calc(100% - 59px - var(--email-height)); }
  .mobile .inbox.with-player .email_notice.hidden ~ .main_cont_block {
    padding-top: 0; }
    .mobile .inbox.with-player .email_notice.hidden ~ .main_cont_block .page-inbox {
      height: calc(100% - 59px); }
  .mobile .inbox.with-player .page-inbox {
    height: calc(100% - 59px);
    bottom: 59px; }
  .mobile .inbox .email_notice:not(.hidden) ~ .main_cont_block .main-header {
    top: 120px; }
  .mobile .inbox .email_notice:not(.hidden) ~ .main_cont_block .page-inbox {
    height: calc(100% - var(--email-height)); }
  .mobile .inbox .email_notice.hidden ~ .main_cont_block {
    padding-top: 0; }
    .mobile .inbox .email_notice.hidden ~ .main_cont_block .page-inbox {
      height: 100%; }
  .mobile .inbox.curated_page.with-player .email_notice:not(.hidden) ~ .main_cont_block .page-inbox {
    height: calc(100% - 60px - 59px - var(--email-height)); }
  .mobile .inbox.curated_page.with-player .email_notice.hidden ~ .main_cont_block {
    padding-top: 0; }
    .mobile .inbox.curated_page.with-player .email_notice.hidden ~ .main_cont_block .page-inbox {
      height: calc(100% - 60px - 59px); }
  .mobile .inbox.curated_page.with-player .page-inbox {
    height: calc(100% - 60px - 59px);
    bottom: 59px; }
  .mobile .inbox.curated_page .email_notice:not(.hidden) ~ .main_cont_block .main-header {
    top: 120px; }
  .mobile .inbox.curated_page .email_notice:not(.hidden) ~ .main_cont_block .page-inbox {
    height: calc(100% - 180px - var(--email-height)); }
  .mobile .inbox.curated_page .email_notice.hidden ~ .main_cont_block {
    padding-top: 0; }
    .mobile .inbox.curated_page .email_notice.hidden ~ .main_cont_block .page-inbox {
      height: 100%; }
  .mobile .inbox.curated_page .page-inbox {
    height: calc(100% - 60px); }
  .mobile .inbox .main-header {
    display: none; }
  .mobile .inbox .main_cont_block {
    padding-top: 0; }
  .mobile .inbox .back-arrow {
    margin-right: 15px; }
    .mobile .inbox .back-arrow svg {
      opacity: 0.3;
      width: 10px;
      height: 16px;
      margin-top: 4px; }
  .mobile .inbox .inbox-r-wr-top {
    justify-content: flex-start; }
    .mobile .inbox .inbox-r-wr-top h2 {
      margin-right: auto; }
  .mobile .inbox .inbox-people-search-l.inbox-people-search-in-bot {
    padding-top: 8px; }
  .mobile .inbox .inbox-people-search-l .follow-item {
    padding: 8px 0; }
  .mobile .inbox .page-inbox {
    height: 100%; }
    .mobile .inbox .page-inbox .inbox-people-search-l {
      border-left: none; }
    .mobile .inbox .page-inbox .inbox-r-wr-top {
      padding: 0 16px; }
    .mobile .inbox .page-inbox .write-message {
      padding-top: 0;
      min-height: 52px;
      display: inline-block !important;
      white-space: pre-wrap; }
      .mobile .inbox .page-inbox .write-message:empty {
        display: block !important; }
    .mobile .inbox .page-inbox .top-filter {
      display: flex;
      align-items: center; }
    .mobile .inbox .page-inbox .no_messages {
      width: 100%;
      margin: 27px 0 0; }
    .mobile .inbox .page-inbox .filter-field {
      margin: 16px 16px 14px; }
    .mobile .inbox .page-inbox .chat-items {
      margin: 0 16px;
      padding: 0;
      overflow-y: auto; }
  .mobile .inbox .inbox-people-search-r {
    width: 100%;
    padding: 0 0 16px; }
    .mobile .inbox .inbox-people-search-r .top-filter {
      padding: 0 16px;
      height: 60px;
      flex-shrink: 0; }
    .mobile .inbox .inbox-people-search-r .inbox-in-bot-wrap {
      padding: 0 16px; }
    .mobile .inbox .inbox-people-search-r .main-chat-top {
      padding-left: 16px;
      padding-right: 16px; }
      .mobile .inbox .inbox-people-search-r .main-chat-top .chat-name {
        margin-top: 2px; }
    .mobile .inbox .inbox-people-search-r .main-chat-bottom-wr {
      padding-left: 16px;
      padding-right: 16px; }
    .mobile .inbox .inbox-people-search-r .main-chat-bottom {
      flex-grow: 0;
      margin-top: auto;
      max-height: 100%; }
  .mobile .inbox .inbox-people-search-in-1 {
    display: none; }
    .mobile .inbox .inbox-people-search-in-1.show {
      display: flex; }
  .mobile .inbox .inbox-people-search-l {
    width: 100%;
    flex-basis: 100%; }
  .mobile .inbox .inbox-people-search-l .current {
    background-color: transparent; }
  .mobile .inbox .chat-items .follow-item {
    padding: 8px 0; }
  .mobile .inbox .enter-chat {
    display: flex; }
    .mobile .inbox .enter-chat .enter-chat-img {
      flex-shrink: 0;
      width: 46px;
      margin-right: 0;
      margin-top: 16px;
      padding-right: 16px; }
    .mobile .inbox .enter-chat .send-wrapper {
      margin-top: 16px;
      flex-shrink: 0;
      position: relative; }
      .mobile .inbox .enter-chat .send-wrapper .loaderInner {
        top: 8px; }
      .mobile .inbox .enter-chat .send-wrapper .btn-link {
        font-size: 14px; }
        .mobile .inbox .enter-chat .send-wrapper .btn-link:hover {
          color: #000; }
        .mobile .inbox .enter-chat .send-wrapper .btn-link.hide {
          visibility: hidden;
          opacity: 0;
          pointer-events: none; }
  .mobile .inbox .enter-chat-w {
    background-color: #ffffff;
    z-index: 2; }
    .mobile .inbox .enter-chat-w .enter-chat-wr {
      padding-right: 0; }
    .mobile .inbox .enter-chat-w .enter-chat-area {
      max-height: 52px;
      margin-top: 22px;
      width: auto;
      flex-grow: 1;
      padding-right: 16px; }

.mobile .album-container {
  width: auto;
  margin-top: 0;
  margin-bottom: 0; }
  .mobile .album-container .album-details {
    margin-top: 6px;
    margin-bottom: 19px; }
  .mobile .album-container .album-info {
    flex-direction: column; }
    .mobile .album-container .album-info .left-side {
      order: 2;
      padding: 16px;
      width: 100%; }
      .mobile .album-container .album-info .left-side .additional {
        padding: 0;
        padding-top: 16px; }
      .mobile .album-container .album-info .left-side .album-name {
        font-size: 26px; }
    .mobile .album-container .album-info .right-side {
      order: 1;
      width: 100%;
      height: auto; }
    .mobile .album-container .album-info .main-top-inner {
      display: flex;
      flex-wrap: wrap; }
      .mobile .album-container .album-info .main-top-inner .album-label {
        order: 1;
        width: 100%;
        margin-bottom: 8px; }
      .mobile .album-container .album-info .main-top-inner .album-name {
        order: 2; }
      .mobile .album-container .album-info .main-top-inner .album-type {
        order: 3; }
  .mobile .album-container .album-manage {
    padding-left: 16px; }
  .mobile .album-container .audio-tracks {
    margin-bottom: 37px; }
    .mobile .album-container .audio-tracks .track {
      height: 50px; }
      .mobile .album-container .audio-tracks .track .track-wrapper {
        height: 50px; }
        .mobile .album-container .audio-tracks .track .track-wrapper .track-middle {
          max-width: none; }
      .mobile .album-container .audio-tracks .track .tooltip_ask {
        overflow: initial; }
  .mobile .album-container .related {
    margin-bottom: 0; }
    .mobile .album-container .related .caption {
      padding-left: 15px;
      margin-bottom: 17px; }
    .mobile .album-container .related .music {
      flex-wrap: wrap;
      padding-left: 12px;
      padding-right: 12px; }
      .mobile .album-container .related .music .item {
        margin: 0;
        width: 50%;
        padding: 0 4px;
        margin-bottom: 40px; }
        .mobile .album-container .related .music .item .applause-outer {
          display: none; }
        .mobile .album-container .related .music .item .name {
          padding-right: 0; }

.mobile.registration-page .tooltipster-fade {
  height: auto !important;
  bottom: 0; }
  .mobile.registration-page .tooltipster-fade .tooltipster-box {
    box-shadow: none; }
  .mobile.registration-page .tooltipster-fade .tooltip-information-inner {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 0;
    bottom: 10px;
    overflow: auto; }

.mobile .page-campaign .head-items-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px; }
  .mobile .page-campaign .head-items-wrap .items {
    width: 100%;
    height: auto;
    line-height: 24px;
    display: flex;
    margin: 0; }
    .mobile .page-campaign .head-items-wrap .items > span {
      flex-basis: 120px;
      flex-shrink: 0;
      line-height: 24px; }
    .mobile .page-campaign .head-items-wrap .items > strong {
      max-width: calc(100% - 120px);
      word-wrap: break-word; }

.mobile .page-campaign .section-left-top {
  flex-wrap: wrap; }
  .mobile .page-campaign .section-left-top .section-nav {
    flex-basis: 100%;
    order: 2;
    border-top: 1px solid #eee;
    margin: 0; }
  .mobile .page-campaign .section-left-top .sect-wrap-right-top {
    flex-basis: 100%;
    order: 1;
    display: inline-block;
    margin-right: 0; }

.mobile .page-campaign .comments-item .top-comment-form input {
  width: calc(100% - 70px);
  font-size: 14px;
  padding: 4px 70px 3px 0; }

.mobile .page-campaign .comments-item .top-comment-form button {
  padding: 6px 14px; }

.mobile .page-campaign .top-comment-form input {
  font-size: 16px;
  padding: 7px 120px 7px 0; }

.mobile .page-campaign .top-comment-form button {
  padding: 11px 16px; }

.mobile .page-campaign .comment-answer {
  margin-left: 30px; }

.mobile .page-campaign .passphrase-wr {
  width: 100%; }

.mobile .page-campaign .block-pre {
  padding-left: 20px; }

.mobile .page-campaign .main-section-left-wrap {
  width: auto; }

.mobile .page-campaign .main-section-right {
  width: 100%; }

.mobile .page-campaign .tooltip-more {
  max-width: 400px; }

.mobile .page-campaign .head-main-text-wrap .head-main-text-left h1 {
  margin-top: 31px; }

.mobile .page-campaign .head-main-text-wrap .head-main-text-right.album {
  margin-right: 0; }

.mobile .page-campaign .bg-top-blur {
  width: 250%;
  margin-left: -350px;
  top: 0;
  bottom: 0; }

.mobile .page-campaign .top-dropdown-hidden {
  left: -9px;
  top: -8px; }
  .mobile .page-campaign .top-dropdown-hidden ul {
    padding-left: 65px; }

.mobile .page-campaign .head-main-text-wrap {
  margin-left: 40px; }

.mobile .page-campaign .head-items-wrap {
  position: relative;
  left: 0;
  bottom: 0;
  margin-top: 40px;
  margin-bottom: 35px; }
  .mobile .page-campaign .head-items-wrap.head-items-wrap-tour {
    bottom: 0; }

.mobile .page-campaign .head-bot .head-bot-left-wrap {
  position: relative;
  padding-bottom: 30px;
  padding-top: 60px; }
  .mobile .page-campaign .head-bot .head-bot-left-wrap .head-main-text-left .chars-wr {
    margin-top: 0; }
  .mobile .page-campaign .head-bot .head-bot-left-wrap .head-main-text-left .with-age-limit {
    padding-right: 50px; }
  .mobile .page-campaign .head-bot .head-bot-left-wrap .head-main-text-left p {
    font-size: 16px;
    letter-spacing: -0.4px; }
    .mobile .page-campaign .head-bot .head-bot-left-wrap .head-main-text-left p span {
      font-size: 16px;
      letter-spacing: -0.4px; }
  .mobile .page-campaign .head-bot .head-bot-left-wrap .more-button-wrap .h1-right {
    font-size: 16px;
    letter-spacing: -0.4px; }

.mobile .page-campaign .head-bot-right {
  display: block;
  height: auto;
  background: #000;
  position: static; }
  .mobile .page-campaign .head-bot-right img {
    width: 100%;
    display: block; }

.mobile .page-campaign .bg-top-blur-1-wrap {
  display: block; }
  .mobile .page-campaign .bg-top-blur-1-wrap:before {
    position: static; }

.mobile .page-campaign .bg-top-blur-2 {
  display: none; }

.mobile .page-campaign .head-bot-wrap {
  display: flex;
  flex-direction: column; }
  .mobile .page-campaign .head-bot-wrap .head-bot-left-wrap {
    order: 2; }
  .mobile .page-campaign .head-bot-wrap .head-bot-right {
    order: 1; }

.mobile .page-campaign .rol-slide {
  padding-left: 20px; }

.mobile .page-campaign .first-block, .mobile .page-campaign .second-block, .mobile .page-campaign .third-block, .mobile .page-campaign .fourth-block {
  padding-left: 20px; }

.mobile .page-campaign .item-s-wrap {
  width: 48.2%; }

.mobile .page-campaign .border {
  display: none; }

.mobile .page-campaign .top-head {
  padding: 14px 0; }
  .mobile .page-campaign .top-head .logo-wrap {
    margin-top: 0px;
    margin-left: 20px; }
  .mobile .page-campaign .top-head .top-head-right {
    width: 120px;
    position: absolute;
    background-color: #fff;
    right: 25px;
    top: 43px;
    padding: 8px;
    z-index: 5; }
    .mobile .page-campaign .top-head .top-head-right a {
      display: block;
      color: #000;
      margin: 0;
      padding: 3px 0; }
      .mobile .page-campaign .top-head .top-head-right a .fa {
        color: #000; }

.mobile .page-campaign .top-head-right {
  display: none; }

.mobile .page-campaign .top-head .logo-wrap {
  margin-top: 0; }

.mobile .page-campaign .top-head .top-head-right .top-icon-wrap {
  display: none; }

.mobile .page-campaign .top-head .top-head-right a {
  position: static; }

.mobile .page-campaign .head-main-text-wrap .head-items-wrap .items-two-wrap, .mobile .page-campaign .head-main-text-wrap .head-items-wrap .head-main-text-left {
  float: none; }

.mobile .page-campaign .comments-item.comment-answer .comment-text {
  width: 68%; }

.mobile .page-campaign .private-main-block .socials-wrap {
  max-width: 204px; }

.mobile .page-campaign .comments-item {
  padding: 5px 54px 5px 10px; }
  .mobile .page-campaign .comments-item .comment-text {
    width: 72%; }

.mobile .page-campaign .socials-wrap {
  max-width: 204px; }
  .mobile .page-campaign .socials-wrap .social-item {
    width: 75px; }
    .mobile .page-campaign .socials-wrap .social-item:nth-child(3) {
      margin-top: 10px;
      margin-left: 0; }
    .mobile .page-campaign .socials-wrap .social-item:nth-child(4) {
      margin-top: 10px; }

.mobile .page-campaign .tooltip-more {
  max-width: 245px; }

.mobile .page-campaign .venue-tooltip-wrap {
  width: 260px;
  left: 50%;
  transform: translateX(-50%); }
  .mobile .page-campaign .venue-tooltip-wrap .top-tooltip-venue .right-tooltip-v {
    width: 180px; }

.mobile .page-campaign .main-section {
  padding-bottom: 0; }

.mobile .page-campaign .head-main-text-wrap {
  margin-left: 16px;
  margin-right: 16px; }
  .mobile .page-campaign .head-main-text-wrap .head-main-text-left .chars-wr {
    margin-bottom: 7px; }
  .mobile .page-campaign .head-main-text-wrap .head-main-text-right {
    margin-top: 4px; }
    .mobile .page-campaign .head-main-text-wrap .head-main-text-right strong {
      font-size: 24px; }
    .mobile .page-campaign .head-main-text-wrap .head-main-text-right p {
      margin-bottom: 10px; }

.mobile .page-campaign .head-items-wrap .items {
  line-height: 18px; }
  .mobile .page-campaign .head-items-wrap .items > span {
    line-height: 18px; }

.mobile .page-campaign .Description {
  margin-top: 24px; }
  .mobile .page-campaign .Description iframe {
    width: 100%;
    height: calc(56.25vw - 18px);
    max-height: 400px; }
  .mobile .page-campaign .Description p + h3 {
    margin-top: 15px; }
  .mobile .page-campaign .Description p + .img, .mobile .page-campaign .Description p + .video {
    margin-top: 24px; }
  .mobile .page-campaign .Description h3 + h3 {
    margin-top: 16px; }
  .mobile .page-campaign .Description h3 + p {
    margin-top: 16px; }
  .mobile .page-campaign .Description h3 + .img, .mobile .page-campaign .Description h3 + .video {
    margin-top: 24px; }
  .mobile .page-campaign .Description .img + h3, .mobile .page-campaign .Description .video + h3 {
    margin-top: 24px; }
  .mobile .page-campaign .Description .img + p, .mobile .page-campaign .Description .video + p {
    margin-top: 24px; }
  .mobile .page-campaign .Description .img + .img, .mobile .page-campaign .Description .img + .video, .mobile .page-campaign .Description .video + .img, .mobile .page-campaign .Description .video + .video {
    margin-top: 24px; }

.mobile .page-campaign .sponsors-wrap .h4-spon-l {
  margin-top: 24px;
  margin-bottom: 16px; }

.mobile .page-campaign .sponsors-wrap .sponsors-item-wrap {
  margin: 0 -8px; }
  .mobile .page-campaign .sponsors-wrap .sponsors-item-wrap .sponsor_item {
    padding: 0;
    margin: 0;
    width: 50%;
    box-sizing: border-box;
    height: 0;
    padding-bottom: 50%;
    box-sizing: border-box;
    position: relative; }
    .mobile .page-campaign .sponsors-wrap .sponsors-item-wrap .sponsor_item .sponsor-item-inner {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
    .mobile .page-campaign .sponsors-wrap .sponsors-item-wrap .sponsor_item img {
      max-width: calc(100% - 16px);
      max-height: calc(100% - 16px); }

.mobile .page-campaign .tickets-wrap .first-block-wrap {
  padding: 24px 16px; }
  .mobile .page-campaign .tickets-wrap .first-block-wrap .first-block {
    padding: 0; }

.mobile .page-campaign .first-block h3 {
  font-size: 17px;
  margin-bottom: 22px; }

.mobile .page-campaign .block-pre {
  display: none !important; }

.mobile .page-campaign .first-block, .mobile .page-campaign .second-block, .mobile .page-campaign .third-block, .mobile .page-campaign .fourth-block {
  width: auto; }

.mobile .page-campaign .X {
  display: none !important; }

.mobile .page-campaign .main-section-left-wrap {
  padding: 0 16px; }
  .mobile .page-campaign .main-section-left-wrap .block-video {
    margin-bottom: 8px; }

.mobile .page-campaign .photo-gallary {
  padding: 24px 16px 30px; }
  .mobile .page-campaign .photo-gallary h3 {
    margin: 0 0 16px; }
  .mobile .page-campaign .photo-gallary .tag_funded, .mobile .page-campaign .photo-gallary .tag_private {
    font-size: 11px;
    letter-spacing: 0;
    padding: 0 12px;
    line-height: 24px; }
  .mobile .page-campaign .photo-gallary .container {
    padding: 0; }
    .mobile .page-campaign .photo-gallary .container .inner {
      width: auto; }
      .mobile .page-campaign .photo-gallary .container .inner .crowdfunding {
        flex-wrap: wrap;
        margin: 0; }
        .mobile .page-campaign .photo-gallary .container .inner .crowdfunding .item {
          padding: 0;
          display: flex;
          width: 100%;
          margin-bottom: 24px; }
          .mobile .page-campaign .photo-gallary .container .inner .crowdfunding .item:last-child {
            margin-bottom: 0; }

.mobile .page-campaign .section-fans {
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  .mobile .page-campaign .section-fans .section-fans-h3 {
    margin: 24px 0;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 24px;
    width: 100%; }
  .mobile .page-campaign .section-fans .fans-item {
    width: 50%;
    margin: 0;
    padding-right: 16px;
    height: auto;
    margin-bottom: 16px; }

.mobile .page-campaign .audio-tracks .track {
  height: 50px; }
  .mobile .page-campaign .audio-tracks .track img {
    width: 50px;
    height: 50px; }
  .mobile .page-campaign .audio-tracks .track .track-wrapper {
    height: 50px;
    max-width: calc(100% - 50px); }
  .mobile .page-campaign .audio-tracks .track .tooltip_ask {
    overflow: initial; }

.mobile .page-campaign .main-left-center .h22-wrap {
  margin-top: 26px;
  margin-bottom: 16px; }

.mobile .page-campaign .section-left-top .section-nav {
  padding-top: 15px; }
  .mobile .page-campaign .section-left-top .section-nav li a {
    font-size: 13px; }

.mobile .page-campaign .section-pad > .pladge-big-button-wrap {
  padding: 20px 16px 0; }

.mobile .page-campaign .audio-wrap .audio-text {
  font-size: 9px;
  top: 12px; }

.mobile .page-campaign .head-bot-left-bottom-no {
  overflow: hidden; }

.mobile .page-campaign .pr-bar-wrap .confpoint-wr svg {
  margin-right: 8px; }

.mobile .page-campaign .pr-bar-wrap .confpoint-wr .CP-sm {
  display: inline;
  margin-left: 8px; }

.mobile .page-campaign .pr-bar-wrap .confpoint-wr .CP-big {
  display: none; }

.mobile .page-campaign .block-wrap {
  background-color: #f8f8f8 !important; }

.mobile .page-campaign .rol-slide {
  display: block !important; }

.mobile .page-campaign .section-fans-wr .loader {
  position: static !important;
  height: 90px; }

.mobile .page-campaign .head-bot .head-bot-left-wrap {
  padding-top: 30px; }

.mobile .page-campaign .commentsTab {
  margin-top: 24px;
  max-width: 100%; }
  .mobile .page-campaign .commentsTab .top-comment-form {
    padding-bottom: 0; }

.mobile .page-campaign .follows-item {
  margin-bottom: 8px; }

.mobile .page-campaign .top-comment-form {
  margin-bottom: 0; }

.mobile .page-campaign .private-main-block .container {
  padding: 0 16px; }

.mobile .page-campaign .top-private-text p {
  width: auto; }

.mobile .page-campaign .input-private-wr-wrap .field {
  width: 100%; }

.mobile .pledge_buy {
  padding-bottom: 40px; }
  .mobile .pledge_buy .pledge_top {
    padding: 0 16px; }
    .mobile .pledge_buy .pledge_top .page_title {
      font-size: 16px; }
    .mobile .pledge_buy .pledge_top .countdown {
      text-align: right; }
    .mobile .pledge_buy .pledge_top .ticket_type {
      display: none; }
  .mobile .pledge_buy .ticket_info {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 16px; }
    .mobile .pledge_buy .ticket_info .product {
      max-width: none; }
      .mobile .pledge_buy .ticket_info .product img {
        display: none; }
    .mobile .pledge_buy .ticket_info .prices {
      flex-basis: auto;
      padding-top: 24px;
      width: 100%; }
  .mobile .pledge_buy .customer_info {
    padding: 0; }
    .mobile .pledge_buy .customer_info .radio_blocks {
      flex-direction: column; }
      .mobile .pledge_buy .customer_info .radio_blocks > div {
        margin: 0;
        margin-bottom: 24px; }
        .mobile .pledge_buy .customer_info .radio_blocks > div:last-child {
          margin-bottom: 0; }
    .mobile .pledge_buy .customer_info .otherCard ~ .btn-green-50 {
      margin-top: 24px; }
    .mobile .pledge_buy .customer_info .info_set {
      margin: 0 16px;
      padding: 0; }
    .mobile .pledge_buy .customer_info .info_subset {
      flex-direction: column; }
      .mobile .pledge_buy .customer_info .info_subset .left_column {
        width: 100%;
        padding-top: 24px;
        flex-basis: auto; }
        .mobile .pledge_buy .customer_info .info_subset .left_column .set_desc:last-child {
          margin-bottom: 0; }
      .mobile .pledge_buy .customer_info .info_subset .right_column {
        padding: 20px 0 24px;
        width: 100%; }
        .mobile .pledge_buy .customer_info .info_subset .right_column .save-card-checkbox {
          margin: 0; }
      .mobile .pledge_buy .customer_info .info_subset .field:last-child {
        margin-bottom: 0; }
    .mobile .pledge_buy .customer_info .expiration-year .field-error-message > span {
      max-width: 50vw; }
    .mobile .pledge_buy .customer_info .cardholder-name {
      flex-wrap: wrap; }
      .mobile .pledge_buy .customer_info .cardholder-name .field:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
        border-bottom-color: #fff; }
        .mobile .pledge_buy .customer_info .cardholder-name .field:first-child:focus-within + .field, .mobile .pledge_buy .customer_info .cardholder-name .field:first-child.focus + .field {
          border-top-color: #fff; }
      .mobile .pledge_buy .customer_info .cardholder-name .field:last-child {
        border-top-right-radius: 0;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        border-left: 1px solid rgba(0, 0, 0, 0.07); }
  .mobile .pledge_buy .buy-button-wrapper {
    margin-left: 16px;
    margin-right: 16px; }
  .mobile .pledge_buy .featured {
    margin-top: 40px; }
    .mobile .pledge_buy .featured .owl-stage-outer {
      padding: 0 16px; }
    .mobile .pledge_buy .featured > p {
      margin: 0 16px; }
    .mobile .pledge_buy .featured .logos a {
      flex-shrink: 0; }
  .mobile .pledge_buy .user-info {
    flex-wrap: wrap; }
    .mobile .pledge_buy .user-info .field:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 2px;
      border-top-left-radius: 2px;
      border-bottom-color: #fff; }
      .mobile .pledge_buy .user-info .field:first-child:focus-within + .field, .mobile .pledge_buy .user-info .field:first-child.focus + .field {
        border-top-color: #fff; }
    .mobile .pledge_buy .user-info .field:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px; }
  .mobile .pledge_buy .birthday {
    flex-wrap: wrap; }
    .mobile .pledge_buy .birthday .field:first-of-type {
      flex-basis: 100%; }
      .mobile .pledge_buy .birthday .field:first-of-type .selectize-control {
        border-bottom-color: #fff;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
    .mobile .pledge_buy .birthday .field:nth-of-type(2) {
      flex-basis: 50%; }
      .mobile .pledge_buy .birthday .field:nth-of-type(2) .selectize-control {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-left-color: rgba(0, 0, 0, 0.07); }
    .mobile .pledge_buy .birthday .field:last-of-type {
      flex-basis: 50%; }
      .mobile .pledge_buy .birthday .field:last-of-type .selectize-control {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }

.mobile .with-player #crisp-chatbox .crisp-ewasyx {
  bottom: 0 !important; }

.mobile .crisp-client .crisp-1rjpbb7 {
  z-index: 1041 !important; }

.mobile .mfp-wrap {
  z-index: 1044; }

.mobile .player-popup {
  z-index: 1043; }

.mobile .player-popup {
  padding-bottom: 0; }
  .mobile .player-popup .icon-x-thin {
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    color: rgba(0, 0, 0, 0.5);
    font-size: 16px; }
  .mobile .player-popup .container {
    padding: 0; }
  .mobile .player-popup .player-popup-wrap {
    min-width: 0; }
  .mobile .player-popup .player-side-l {
    min-width: 0;
    flex-basis: 100%;
    margin-bottom: 20px; }
  .mobile .player-popup .top-popup-player {
    align-items: center;
    margin: 0 0 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    height: 60px; }
    .mobile .player-popup .top-popup-player .top-popup-player-l {
      margin: 0; }
      .mobile .player-popup .top-popup-player .top-popup-player-l h3 {
        padding-left: 15px;
        margin: 0;
        line-height: 18px;
        font-size: 14px;
        letter-spacing: -0.4px; }
        .mobile .player-popup .top-popup-player .top-popup-player-l h3 span {
          color: #000; }

.mobile .pages-registration-login .user-type-reg, .mobile .pages-registration-login .login-link, .mobile .pages-registration-login .title-wrapper {
  user-select: none; }

.mobile .pages-registration-login .birthday {
  flex-wrap: wrap; }
  .mobile .pages-registration-login .birthday .field:first-of-type {
    flex-basis: 100%; }
    .mobile .pages-registration-login .birthday .field:first-of-type .selectize-control {
      border-bottom-color: #fff;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  .mobile .pages-registration-login .birthday .field:nth-of-type(2) {
    flex-basis: 50%; }
    .mobile .pages-registration-login .birthday .field:nth-of-type(2) .selectize-control {
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      border-left-color: rgba(0, 0, 0, 0.07); }
  .mobile .pages-registration-login .birthday .field:last-of-type {
    flex-basis: 50%; }
    .mobile .pages-registration-login .birthday .field:last-of-type .selectize-control {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }

.mobile .search_page .content_center {
  width: 100%; }

.mobile .search_page .search_field {
  height: 90px;
  padding: 20px 16px; }

.mobile .search_page .loader-wrapper {
  position: relative;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto; }
  .mobile .search_page .loader-wrapper .loaderInner {
    top: 100px; }

.mobile .search_page .no_results {
  padding: 0 16px; }

.mobile .search_page .left-side {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2000;
  background: #fff;
  padding: 0;
  margin: 0;
  align-items: flex-start;
  display: none;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.6); }
  .mobile .search_page .left-side.open .column-tabs {
    transform: translate3d(0, 0, 0); }
  .mobile .search_page .left-side .column-tabs {
    width: 260px;
    margin: 0;
    padding: 16px;
    background-color: #fff;
    min-height: 100%;
    transform: translate3d(-100%, 0, 0);
    transition: 0.3s transform ease-in-out; }
  .mobile .search_page .left-side .title {
    display: block;
    line-height: normal;
    font-size: 16px;
    letter-spacing: -0.4px;
    margin-bottom: 40px;
    font-weight: 600; }
  .mobile .search_page .left-side .tabs {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
    .mobile .search_page .left-side .tabs li {
      line-height: 30px;
      height: 32px;
      font-size: 13px;
      letter-spacing: -0.4px;
      font-weight: 600; }

.mobile .search_page .btn_more {
  display: block;
  width: auto;
  height: 60px;
  text-align: center;
  padding: 0;
  line-height: 60px;
  color: rgba(0, 0, 0, 0.5);
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  font-weight: 400; }

.mobile .search_page .content_center .items {
  padding-top: 0;
  padding-bottom: 0; }

.mobile .search_page .items .title {
  padding: 15px 0 45px 15px;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin: 0; }

.mobile .search_page .items.music {
  display: block; }

.mobile .search_page .items:after {
  content: '';
  display: block;
  height: 24px;
  width: 100%;
  background-color: #f2f2f2; }

.mobile .search_page .artists-row .item_outer {
  width: auto;
  padding: 0 12px; }
  .mobile .search_page .artists-row .item_outer .item {
    width: 50%;
    flex-basis: 50%;
    padding: 0 4px;
    margin: 0 0 24px; }

.mobile .search_page .crowdfunding .item_outer {
  padding: 0 16px; }
  .mobile .search_page .crowdfunding .item_outer .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 21px; }
    .mobile .search_page .crowdfunding .item_outer .item .image {
      height: 0;
      position: relative;
      padding-bottom: 100%;
      margin-bottom: 11px; }
      .mobile .search_page .crowdfunding .item_outer .item .image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .mobile .search_page .crowdfunding .item_outer .item .name {
      margin-bottom: 8px; }
    .mobile .search_page .crowdfunding .item_outer .item.event .image {
      padding-bottom: 56.25%; }

.mobile .search_page .music .item_outer {
  width: auto;
  padding: 0 12px; }
  .mobile .search_page .music .item_outer .item {
    width: 50%;
    flex-basis: 50%;
    padding: 0 4px;
    margin: 0 0 16px; }
    .mobile .search_page .music .item_outer .item .name {
      margin-top: 10px;
      margin-bottom: 4px; }
  .mobile .search_page .music .item_outer .track-item .top {
    position: relative; }
    .mobile .search_page .music .item_outer .track-item .top .img {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 50%; }
    .mobile .search_page .music .item_outer .track-item .top .track {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50%;
      height: 50%; }

.mobile .search_page .posts .follows-item {
  margin-bottom: 0;
  box-shadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07); }

.mobile .search_page .posts .btn_more {
  border-top-color: #fff; }

.mobile .blog {
  padding-top: 25px;
  padding-bottom: 70px; }
  .mobile .blog .loaderWrapper .loaderInner {
    top: 120px; }
  .mobile .blog .content {
    width: 100%;
    overflow: hidden; }
    .mobile .blog .content .page-title {
      padding: 0 16px 0 14px; }
    .mobile .blog .content .title {
      font-size: 26px;
      letter-spacing: -1px; }
  .mobile .blog .categories {
    padding: 0 16px;
    overflow: hidden; }
    .mobile .blog .categories .tabs .mobileVisible {
      display: inline-block; }
  .mobile .blog .filter-tabs {
    max-width: 100%; }
  .mobile .blog .tabs li {
    line-height: 50px; }
    .mobile .blog .tabs li.active:after {
      bottom: 10px; }
  .mobile .blog .tabs.owl-carousel .owl-stage-outer {
    overflow: visible; }
  .mobile .blog .tabs.owl-carousel .owl-nav {
    display: none; }
  .mobile .blog .tabs.owl-carousel .owl-stage {
    display: flex; }
    .mobile .blog .tabs.owl-carousel .owl-stage li {
      margin-right: 23px;
      white-space: nowrap; }
    .mobile .blog .tabs.owl-carousel .owl-stage .mobileVisible {
      margin-left: 23px; }
    .mobile .blog .tabs.owl-carousel .owl-stage .owl-item:last-child li {
      margin-right: 16px; }
  .mobile .blog .head {
    padding: 0; }
    .mobile .blog .head .title {
      line-height: 1.2;
      padding-left: 15px;
      padding-right: 16px; }
  .mobile .blog .article-menu {
    padding-right: 4px; }
  .mobile .blog .article-top {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 12px; }
  .mobile .blog .article-info {
    margin-top: 32px;
    margin-bottom: 12px;
    display: block; }
    .mobile .blog .article-info .follows-descr-top {
      flex-direction: column;
      position: relative;
      justify-content: center;
      align-items: flex-start;
      padding-left: 66px;
      padding-right: 16px;
      height: 40px;
      margin-bottom: 16px; }
      .mobile .blog .article-info .follows-descr-top .static-time {
        line-height: 18px; }
    .mobile .blog .article-info .follows-descr-l {
      max-width: 100%; }
    .mobile .blog .article-info .follows-icon {
      position: absolute;
      top: 0;
      left: 16px;
      width: 40px;
      height: 40px; }
    .mobile .blog .article-info .posted-by {
      margin-right: 0; }
    .mobile .blog .article-info .buttons {
      height: 50px;
      border-top: 1px solid rgba(0, 0, 0, 0.07);
      padding-left: 16px;
      padding-right: 16px; }
    .mobile .blog .article-info .comment-wrapper {
      margin-left: auto; }
    .mobile .blog .article-info .avatar {
      font-size: 18px; }
    .mobile .blog .article-info .applause-outer .text {
      display: none; }
    .mobile .blog .article-info .applause-outer .icon-applause {
      font-size: 18px; }
  .mobile .blog .image-author {
    padding-left: 16px;
    padding-right: 16px; }
  .mobile .blog .article-text {
    padding-left: 16px;
    padding-right: 16px; }
    .mobile .blog .article-text ul li {
      padding-left: 31px; }
    .mobile .blog .article-text blockquote {
      padding-left: 31px; }
      .mobile .blog .article-text blockquote span {
        font-size: 24px !important; }
  .mobile .blog.feed {
    padding-bottom: 0; }
    .mobile .blog.feed .page-title {
      margin-top: 2px;
      margin-bottom: 16px; }
    .mobile .blog.feed article {
      display: flex;
      flex-direction: column;
      padding-top: 19px;
      padding-bottom: 0px;
      margin-bottom: 0;
      border: none; }
      .mobile .blog.feed article:first-child {
        padding-top: 25px; }
      .mobile .blog.feed article:after {
        content: "";
        display: block;
        background-color: #f2f2f2;
        width: 100%;
        height: 24px;
        order: 5; }
    .mobile .blog.feed .head {
      order: 1; }
    .mobile .blog.feed .article-info {
      order: 4;
      margin-top: 29px;
      margin-bottom: 0;
      padding: 0; }
    .mobile .blog.feed .article-image {
      order: 2;
      margin-top: 25px; }
    .mobile .blog.feed .article-text {
      order: 3; }
      .mobile .blog.feed .article-text .read-more {
        margin-top: -2px; }
  .mobile .blog.article .head .article-info {
    display: none; }
  .mobile .blog.article .article-image {
    margin-top: 25px; }
  .mobile .blog.article .share-button {
    margin-top: 24px; }
  .mobile .blog.article .article-bottom {
    padding: 0; }
    .mobile .blog.article .article-bottom .article-info {
      padding-top: 0;
      margin-top: 32px; }
  .mobile .blog.article .article-bottom .article-info {
    border: none; }
  .mobile .blog.article .comments {
    padding: 0 16px;
    margin-bottom: 0; }
  .mobile .blog.article .top-comment-form {
    padding-bottom: 10px; }
  .mobile .blog.article .top-comment-form {
    padding-left: 0;
    padding-right: 0; }
  .mobile .blog.article .comments-item-w {
    padding-left: 0;
    padding-right: 0; }
  .mobile .blog.article .related {
    padding: 32px 16px 30px;
    margin-top: 5px; }
    .mobile .blog.article .related .related-inner {
      flex-wrap: wrap;
      max-width: 100%; }
      .mobile .blog.article .related .related-inner .related-article {
        width: 100%;
        padding: 0;
        margin-bottom: 24px; }
        .mobile .blog.article .related .related-inner .related-article:last-child {
          margin-bottom: 0; }
  .mobile .blog.article .comments h4 {
    margin-top: 29px; }

.mobile .crisp-button {
  margin-right: 16px; }

.mobile .error-wrap {
  padding: 0 16px; }
  .mobile .error-wrap h2 {
    font-size: 20px;
    line-height: 30px; }
  .mobile .error-wrap p {
    line-height: 20px; }

.mobile .error-404 .random-gif {
  width: 100%; }

.mobile .with-player .open-mobile-notif .notif-common .notif-container .notif-list {
  max-height: calc(100% - 119px); }

.mobile .with-player .open-mobile-notif .notif-common .notif-container .scroll-wrapper.notif-list {
  max-height: calc(100% - 119px); }

.mobile .notif-common .notif-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 200;
  max-height: none; }
  .mobile .notif-common .notif-container .scroll-wrapper.notif-list {
    height: 100%;
    max-height: calc(100% - 119px); }
  .mobile .notif-common .notif-container .top-bar {
    padding-left: 0;
    padding-right: 0px; }
    .mobile .notif-common .notif-container .top-bar .title {
      padding-left: 16px;
      padding-right: 16px;
      flex: 1; }
    .mobile .notif-common .notif-container .top-bar .close-notif {
      padding-left: 16px;
      padding-right: 16px;
      display: flex;
      justify-content: flex-end;
      text-align: right;
      flex: 1; }
    .mobile .notif-common .notif-container .top-bar .icon-x-thin {
      margin-right: -16px;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      transform: none;
      color: rgba(0, 0, 0, 0.5);
      font-size: 16px;
      cursor: pointer; }
  .mobile .notif-common .notif-container .notif-item {
    padding-left: 16px;
    padding-right: 16px; }

@media only screen and (max-width: 360px) {
  .mobile .page-campaign .section-left-top .section-nav li a {
    font-size: 12px; } }

@media screen and (max-width: 450px) {
  .mobile .field-error-message > span {
    max-width: 90vw; } }

@media screen and (max-width: 420px) {
  .mobile .crisp-agree {
    margin: 0 auto; } }

@media screen and (min-width: 399px) {
  .mobile .cropPopupContainer .mfp-content .crop-top .link_black {
    display: block; } }

@media screen and (max-width: 399px) {
  .mobile .about-edit .col_left {
    padding: 0 16px; }
  .mobile .tooltip-verified .tooltipster-box {
    max-width: calc(100% - 20px);
    margin: 0 auto !important; } }

@media screen and (max-width: 359px) {
  .mobile .main-header-wrap .header-tabs ul li {
    margin-right: 15px; }
  .mobile .follows-item-promo .buttons .btn-black-36 {
    margin-right: 10px; }
  .mobile .follows-item-promo .buttons .btn-link {
    padding-left: 0;
    padding-right: 0; }
  .mobile .discover_more .selectize-control {
    width: 280px; }
  .mobile .cookie-popup {
    background-color: rgba(255, 255, 255, 0.98); }
    .mobile .cookie-popup .mfp-content {
      background-color: transparent; }
    .mobile .cookie-popup .giphy-wrapper {
      position: relative;
      padding-bottom: 56.25%; }
      .mobile .cookie-popup .giphy-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
  .mobile .mfp-about .popap_parrent .col_center_right .col_right .properties > ul li {
    padding-right: 10px;
    font-size: 12px; }
    .mobile .mfp-about .popap_parrent .col_center_right .col_right .properties > ul li:last-child {
      padding-right: 0; }
  .mobile .mfp-about .popap_parrent .col_center_right .col_center .properties li .prop_name {
    flex-basis: auto; }
  .mobile .mfp-about .popap_parrent .col_center_right .col_center .properties li .prop_value {
    flex-basis: auto;
    max-width: 100%; }
  .mobile .mfp-about .popap_parrent .col_center_right .col_center .clients-list > div:first-child .single_client {
    margin-top: 6px; }
  .mobile .mfp-about .popap_parrent .col_center_right .col_center .clients-list .single_client {
    position: relative;
    padding-left: 34px;
    max-width: 100%;
    display: inline-block; }
    .mobile .mfp-about .popap_parrent .col_center_right .col_center .clients-list .single_client img {
      left: 0; }
  .mobile .mfp-about .popap_parrent .col_center_right .col_center .properties li {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .mobile .mfp-about .popap_parrent .col_center_right .col_center .properties .prop_value {
    max-width: 100%; }
  .mobile .mfp-about .popap_parrent .col_center_right .col_center .properties .own_info .prop_value {
    max-width: 100%; }
  .mobile .top_info_inner .main-ear .info_panel .followers {
    font-size: 11px;
    margin-right: 5px; }
  .mobile .top_info_inner .main-ear .info_panel .following {
    font-size: 11px; }
  .mobile .top_info_inner .main-ear .info_panel .post_menu {
    margin-right: 13px; }
  .mobile .main-footer .footer-wrapper {
    padding-left: 16px;
    padding-right: 16px; }
    .mobile .main-footer .footer-wrapper .footer-text .footer-menu > li a {
      font-size: 12px; }
  .mobile .profiles .campaigns .content_center .item .pledged_list .paid_list li {
    padding-right: 8px;
    padding-left: 8px; } }
