#app_play_css_fspc_css {
  display: none; }

.app-nonreg-href-im {
  color: #008bc8;
  text-decoration: none;
  cursor: pointer;
  outline: 0; }
  .app-nonreg-href-im:hover {
    text-decoration: underline; }

.fspc {
  position: relative;
  background-color: #f1f5f8;
  margin: -1px;
  padding: 0 0 30px; }
  .fspc .fspc_search-result {
    min-height: 592px;
    display: none; }
  .fspc .fspc_content {
    min-height: 592px; }

.fspc_cols {
  position: relative;
  margin-bottom: 30px; }
  .fspc_cols .fspc_col-l {
    width: 618px;
    margin-right: 18px;
    float: left; }
  .fspc_cols .fspc_col-r {
    width: 194px;
    float: left; }

.fspc_block {
  background: #fff;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  .fspc_block .fspc_block-more {
    display: block;
    text-decoration: none;
    padding: 10px;
    text-align: center;
    background-color: #E9ECEE;
    color: #73818A;
    opacity: 0.7;
    cursor: pointer; }
    .fspc_block .fspc_block-more:hover, .fspc_block .fspc_block-more.isActive {
      opacity: 1; }

.fspc_similar .fspc_similar-list {
  margin: 15px -18px 15px 0;
  padding: 0;
  list-style: none; }

.fspc_similar .fspc_similar-item {
  float: left;
  width: 88px;
  height: 88px;
  margin: 0 18px 18px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.fspc_rank {
  min-height: 280px; }
  .fspc_rank .fspc_rank-fback {
    margin-bottom: 20px; }
  .fspc_rank .fspc_title {
    font-size: 19px;
    margin-bottom: 10px; }
  .fspc_rank .fspc_rank-caption {
    margin: 20px 0 10px;
    font-size: 15px;
    color: #536069;
    line-height: 22px; }

.fspc_rank-graph {
  margin: 10px 0;
  padding: 0;
  list-style: none; }
  .fspc_rank-graph .fspc_rank-graph-item {
    padding-left: 65px;
    margin-top: 5px;
    font-size: 13px;
    line-height: 16px; }
    .fspc_rank-graph .fspc_rank-graph-item:first-child {
      margin-top: 0; }
    .fspc_rank-graph .fspc_rank-graph-item .fspc_rank-graph-item-idx {
      float: left;
      width: 50px;
      margin-left: -65px;
      font-size: 15px;
      line-height: 20px;
      color: #536069; }
      .fspc_rank-graph .fspc_rank-graph-item .fspc_rank-graph-item-idx .fspc_ico-star {
        top: 2px;
        margin-right: 5px; }
    .fspc_rank-graph .fspc_rank-graph-item .fspc_rank-graph-item-progress {
      float: left;
      padding: 2px 0;
      margin-left: -15px;
      max-width: 100%;
      min-width: 15px; }
      .fspc_rank-graph .fspc_rank-graph-item .fspc_rank-graph-item-progress span {
        display: block;
        width: 15px;
        text-align: center; }
    .fspc_rank-graph .fspc_rank-graph-item.fspc_rank-graph-item-1 .fspc_rank-graph-item-progress {
      background-color: #FF5006; }
    .fspc_rank-graph .fspc_rank-graph-item.fspc_rank-graph-item-2 .fspc_rank-graph-item-progress {
      background-color: #FBB44E; }
    .fspc_rank-graph .fspc_rank-graph-item.fspc_rank-graph-item-3 .fspc_rank-graph-item-progress {
      background-color: #FBDD4E; }
    .fspc_rank-graph .fspc_rank-graph-item.fspc_rank-graph-item-4 .fspc_rank-graph-item-progress {
      background-color: #AEE162; }
    .fspc_rank-graph .fspc_rank-graph-item.fspc_rank-graph-item-5 .fspc_rank-graph-item-progress {
      background-color: #22D340; }

.fspc_rank-fback {
  position: relative; }
  .fspc_rank-fback .fspc_rank-fback-btn {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 8px;
    box-sizing: border-box;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold; }
    .fspc_rank-fback .fspc_rank-fback-btn.isActive {
      color: #fff;
      text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
      background-color: #29ab45;
      background-image: linear-gradient(to bottom, #29ab45 0%, #34c25b 100%);
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 1px 3px rgba(0, 0, 0, 0.3); }
    .fspc_rank-fback .fspc_rank-fback-btn .icn {
      top: -1px;
      vertical-align: middle; }
    .fspc_rank-fback .fspc_rank-fback-btn .icn-pen {
      display: inline-block; }
    .fspc_rank-fback .fspc_rank-fback-btn .icn-approve {
      display: none; }
    .fspc_rank-fback .fspc_rank-fback-btn.isDisabled {
      background: #4BDA65;
      text-transform: none;
      text-shadow: none;
      box-shadow: none;
      cursor: default; }
      .fspc_rank-fback .fspc_rank-fback-btn.isDisabled .icn-pen {
        display: none; }
      .fspc_rank-fback .fspc_rank-fback-btn.isDisabled .icn-approve {
        display: inline-block; }
  .fspc_rank-fback .fspc_rank-fback-form {
    padding-top: 10px;
    max-width: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1; }
    .fspc_rank-fback .fspc_rank-fback-form .my-comment-form {
      position: relative;
      padding: 10px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
      background-color: #fff; }
      .fspc_rank-fback .fspc_rank-fback-form .my-comment-form:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -7px;
        border-bottom: 5px solid rgba(0, 0, 0, 0.05);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent; }
      .fspc_rank-fback .fspc_rank-fback-form .my-comment-form:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-bottom: -1px;
        margin-left: -7px;
        border-bottom: 5px solid #fff;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent; }
      .fspc_rank-fback .fspc_rank-fback-form .my-comment-form .message-form-text {
        font-size: 12px;
        line-height: 18px;
        height: 140px;
        min-height: 140px;
        max-height: 140px;
        width: 100%;
        box-sizing: border-box;
        color: #73818a; }
      .fspc_rank-fback .fspc_rank-fback-form .my-comment-form .message-form-buttons {
        position: relative;
        text-align: center; }
      .fspc_rank-fback .fspc_rank-fback-form .my-comment-form .btn {
        margin-top: 10px; }
      .fspc_rank-fback .fspc_rank-fback-form .my-comment-form .message-form-limit {
        display: none;
        line-height: 13px;
        width: 100%;
        text-align: left; }
      .fspc_rank-fback .fspc_rank-fback-form .my-comment-form .message-form-caption {
        font-size: 12px;
        margin: 5px;
        color: #73818a; }
      .fspc_rank-fback .fspc_rank-fback-form .my-comment-form .fspc_stars {
        margin-bottom: 15px; }
      .fspc_rank-fback .fspc_rank-fback-form .my-comment-form .ibtn {
        float: left;
        width: 81px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        box-sizing: border-box; }
        .fspc_rank-fback .fspc_rank-fback-form .my-comment-form .ibtn.message-form-save-btn {
          margin-left: 10px; }
      .fspc_rank-fback .fspc_rank-fback-form .my-comment-form.message-form-expanded .message-form-text,
      .fspc_rank-fback .fspc_rank-fback-form .my-comment-form.message-form-has-text .message-form-text {
        overflow: auto; }
      .fspc_rank-fback .fspc_rank-fback-form .my-comment-form.message-form-expanded .message-form-limit {
        display: block; }

.fspc_fback {
  position: relative; }
  .fspc_fback .fspc_title-fback {
    position: absolute;
    top: 45%;
    margin-top: -20px;
    left: 120px;
    font-size: 15px;
    line-height: 20px;
    color: #536069; }
  .fspc_fback .fspc_fback-list {
    margin: 0;
    padding: 0;
    list-style: 0; }
    .fspc_fback .fspc_fback-list .fspc_fback-item {
      position: relative;
      padding: 10px 0 10px 60px;
      border-top: 1px solid #E9ECEE; }
    .fspc_fback .fspc_fback-list .fspc_fback-item-img {
      position: absolute;
      left: 0;
      top: 10px;
      width: 48px;
      height: 48px;
      display: block;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    .fspc_fback .fspc_fback-list .fspc_fback-item-lnk {
      font-size: 13px;
      line-height: 16px; }
    .fspc_fback .fspc_fback-list .fspc_fback-item-date {
      font-size: 11px;
      line-height: 16px;
      color: #86929A; }
    .fspc_fback .fspc_fback-list .fspc_fback-item-rank {
      margin: 3px 0 8px; }
    .fspc_fback .fspc_fback-list .fspc_fback-item-brief {
      font-size: 13px;
      line-height: 20px;
      color: #536069; }
    .fspc_fback .fspc_fback-list .fspc_fback-item-vote {
      position: absolute;
      top: 10px;
      right: 0;
      opacity: 0.7; }
      .fspc_fback .fspc_fback-list .fspc_fback-item-vote .fspc_ico-vote {
        display: inline-block; }
        .fspc_fback .fspc_fback-list .fspc_fback-item-vote .fspc_ico-vote.fspc_ico-vote-white {
          display: none; }
      .fspc_fback .fspc_fback-list .fspc_fback-item-vote .fspc_fback-item-vote-btn {
        display: inline-block;
        vertical-align: middle;
        padding: 6px 0;
        width: 32px;
        height: 20px;
        background-color: #fff;
        opacity: 0.7;
        border-radius: 2px;
        cursor: pointer;
        text-align: center; }
      .fspc_fback .fspc_fback-list .fspc_fback-item-vote .fspc_fback-item-vote-val {
        display: inline-block;
        vertical-align: middle;
        width: 32px;
        overflow: hidden;
        font-weight: bold;
        text-align: center; }
        .fspc_fback .fspc_fback-list .fspc_fback-item-vote .fspc_fback-item-vote-val.isPositive {
          color: #2AAD47; }
        .fspc_fback .fspc_fback-list .fspc_fback-item-vote .fspc_fback-item-vote-val.isNegative {
          color: #B61129; }
      .fspc_fback .fspc_fback-list .fspc_fback-item-vote:hover .fspc_ico-vote {
        display: none; }
        .fspc_fback .fspc_fback-list .fspc_fback-item-vote:hover .fspc_ico-vote.fspc_ico-vote-white {
          display: inline-block; }
      .fspc_fback .fspc_fback-list .fspc_fback-item-vote:hover .fspc_fback-item-vote-btn.isPositive {
        background-color: #2AAD47; }
      .fspc_fback .fspc_fback-list .fspc_fback-item-vote:hover .fspc_fback-item-vote-btn.isNegative {
        background-color: #B61129; }
      .fspc_fback .fspc_fback-list .fspc_fback-item-vote.isActive {
        opacity: 1; }
        .fspc_fback .fspc_fback-list .fspc_fback-item-vote.isActive .fspc_ico-vote {
          display: none; }
          .fspc_fback .fspc_fback-list .fspc_fback-item-vote.isActive .fspc_ico-vote.fspc_ico-vote-white {
            display: inline-block; }
        .fspc_fback .fspc_fback-list .fspc_fback-item-vote.isActive .fspc_fback-item-vote-btn,
        .fspc_fback .fspc_fback-list .fspc_fback-item-vote.isActive .fspc_fback-item-vote-btn:hover {
          opacity: 0;
          cursor: default; }
          .fspc_fback .fspc_fback-list .fspc_fback-item-vote.isActive .fspc_fback-item-vote-btn .fspc_ico-vote,
          .fspc_fback .fspc_fback-list .fspc_fback-item-vote.isActive .fspc_fback-item-vote-btn:hover .fspc_ico-vote {
            cursor: default; }
      .fspc_fback .fspc_fback-list .fspc_fback-item-vote.isPositive .fspc_fback-item-vote-btn.isPositive,
      .fspc_fback .fspc_fback-list .fspc_fback-item-vote.isPositive .fspc_fback-item-vote-btn:hover.isPositive {
        opacity: 1;
        background-color: #2AAD47; }
      .fspc_fback .fspc_fback-list .fspc_fback-item-vote.isNegative .fspc_fback-item-vote-btn.isNegative,
      .fspc_fback .fspc_fback-list .fspc_fback-item-vote.isNegative .fspc_fback-item-vote-btn:hover.isNegative {
        opacity: 1;
        background-color: #B61129; }

#app-install-popup .screenshots {
  position: relative; }
  #app-install-popup .screenshots .fspc_roller-btn-l {
    left: 2px;
    margin-top: -105px; }
  #app-install-popup .screenshots .fspc_roller-btn-r {
    right: 1px;
    margin-top: -105px; }
  #app-install-popup .screenshots:hover .fspc_roller-btn {
    opacity: 1; }
  #app-install-popup .screenshots .app-promo-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 376px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.2s ease-in-out; }
    #app-install-popup .screenshots .app-promo-play-overlay.shown {
      pointer-events: auto;
      opacity: 1; }

.fspc_app {
  position: relative; }

.fspc_app-top-holder {
  position: relative;
  margin-bottom: 20px; }

.fspc_app-top {
  position: relative;
  padding: 20px 20px 20px 20px;
  height: 120px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
  .fspc_app-top .fspc_app-img {
    position: absolute;
    top: 20px;
    left: 20px;
    margin-right: 20px;
    width: 270px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .fspc_app-top .fspc_app-title {
    position: absolute;
    top: 20px;
    left: 310px;
    right: 130px;
    font-size: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .fspc_app-top .fspc_app-title .fspc_app-lnk {
      color: #222d35; }
      .fspc_app-top .fspc_app-title .fspc_app-lnk:hover {
        color: #008BC8;
        text-decoration: none; }
  .fspc_app-top .fspc_app-genre {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 110px;
    text-align: right;
    font-size: 12px;
    color: #73818a; }
  .fspc_app-top .fspc_app-rank {
    position: absolute;
    top: 55px;
    left: 310px; }
    .fspc_app-top .fspc_app-rank span {
      vertical-align: middle;
      font-size: 12px;
      line-height: 16px;
      color: #73818a;
      text-decoration: underline;
      cursor: pointer; }
      .fspc_app-top .fspc_app-rank span:hover {
        color: #008BC8;
        text-decoration: underline; }
  .fspc_app-top .fspc_app-play {
    position: absolute;
    bottom: 30px;
    left: 320px;
    padding: 5px 35px 5px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase; }
    .fspc_app-top .fspc_app-play .fspc_ico {
      top: 7px; }
  .fspc_app-top .fspc_app-invite-block {
    display: block;
    margin: 0 0 0 2px;
    padding: 10px;
    background-color: white;
    border: 1px solid #c7d0d6;
    cursor: pointer;
    float: right; }
  .fspc_app-top .fspc_app-friends {
    display: block;
    margin: 0 0 0 2px;
    background-color: #c7d0d6;
    background-size: cover;
    border: 1px solid #c7d0d6;
    height: 36px;
    width: 36px;
    float: right; }
  .fspc_app-top .fspc_app_friends-count-label {
    float: left;
    display: block;
    color: #73818a;
    vertical-align: middle;
    height: 36px;
    padding: 10px; }
  .fspc_app-top .fspc_app_friends-layout {
    position: absolute;
    bottom: 20px;
    left: 310px;
    width: 500px;
    height: 56px;
    background-color: #f1f5f8; }
  .fspc_app-top .fspc_app-fav {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0.7;
    cursor: pointer;
    float: right; }
    .fspc_app-top .fspc_app-fav span {
      font-size: 13px;
      line-height: 22px;
      color: #536069;
      text-decoration: underline; }
    .fspc_app-top .fspc_app-fav:hover {
      opacity: 1; }
      .fspc_app-top .fspc_app-fav:hover span {
        color: #008BC8; }
  .fspc_app-top .fspc_app-community,
  .fspc_app-top .fspc_app-invite {
    position: absolute;
    right: 20px;
    font-size: 12px;
    line-height: 16px;
    opacity: 0.7;
    color: #73818a;
    text-decoration: none;
    cursor: pointer; }
    .fspc_app-top .fspc_app-community:hover,
    .fspc_app-top .fspc_app-invite:hover {
      color: #008BC8;
      opacity: 1;
      text-decoration: underline; }
  .fspc_app-top .fspc_app-community {
    top: 55px; }
  .fspc_app-top .fspc_app-invite {
    bottom: 20px; }
  .fspc_app-top.isFloating {
    padding: 5px;
    height: 42px;
    position: fixed;
    top: 44px;
    width: 820px;
    z-index: 3;
    background-color: #fff; }
    .fspc_app-top.isFloating .fspc_app-play {
      left: auto;
      right: 5px;
      bottom: 5px; }
    .fspc_app-top.isFloating .fspc_app-fav {
      left: auto;
      right: 200px;
      bottom: 15px; }
    .fspc_app-top.isFloating .fspc_app-img {
      width: 90px;
      height: 42px;
      top: 5px;
      left: 5px; }
    .fspc_app-top.isFloating .fspc_app-title {
      top: 11px;
      left: 100px;
      right: 300px; }
    .fspc_app-top.isFloating .fspc_app-community,
    .fspc_app-top.isFloating .fspc_app-invite,
    .fspc_app-top.isFloating .fspc_app-rank,
    .fspc_app-top.isFloating .fspc_app-genre,
    .fspc_app-top.isFloating .fspc_app_friends-layout {
      display: none; }

.fspc_roller-btn {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 70px;
  margin-top: -35px;
  background-color: black;
  opacity: 0;
  z-index: 2;
  cursor: pointer; }
  .fspc_roller-btn .fspc_ico {
    position: absolute;
    top: 50%;
    margin-top: -11px; }
  .fspc_roller-btn.fspc_roller-btn-r {
    border-radius: 50em 0 0 50em;
    right: 10px; }
    .fspc_roller-btn.fspc_roller-btn-r .fspc_ico {
      right: 50%;
      margin-right: -10px; }
  .fspc_roller-btn.fspc_roller-btn-l {
    border-radius: 0 50em 50em 0;
    left: 10px; }
    .fspc_roller-btn.fspc_roller-btn-l .fspc_ico {
      left: 50%;
      margin-left: -10px; }

.fspc_app-promo {
  margin: 20px 0; }
  .fspc_app-promo .fspc_roller {
    overflow: hidden;
    height: 120px;
    margin: 0 -9px; }
  .fspc_app-promo .fspc_app-promo-list {
    margin: 0 -9px 0 0;
    padding: 0;
    list-style: 0; }
    .fspc_app-promo .fspc_app-promo-list .fspc_app-promo-item {
      float: left;
      width: 194px;
      height: 120px;
      margin: 0 9px; }
    .fspc_app-promo .fspc_app-promo-list .fspc_app-promo-item-lnk {
      position: relative;
      display: block;
      width: 194px;
      height: 120px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      .fspc_app-promo .fspc_app-promo-list .fspc_app-promo-item-lnk:after {
        display: none;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5) url(../img/new/bg-play-resize.png) center center no-repeat; }
      .fspc_app-promo .fspc_app-promo-list .fspc_app-promo-item-lnk:hover:after {
        display: block; }

.fspc_roller {
  position: relative;
  margin: 0 -9px; }
  .fspc_roller:hover .fspc_roller-btn {
    opacity: 0.6; }
    .fspc_roller:hover .fspc_roller-btn:hover {
      opacity: 1; }

.fspc_app-description {
  margin-bottom: 20px; }
  .fspc_app-description .fspc_title {
    margin-bottom: 20px; }
  .fspc_app-description .fspc_app-description-text {
    font-size: 13px;
    line-height: 20px;
    color: #536069;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px; }
    .fspc_app-description .fspc_app-description-text.isActive {
      height: auto; }

.fspc_service {
  position: relative;
  margin: -16px 0 20px;
  background-color: #D9E0E4; }
  .fspc_service:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: linear-gradient(to bottom, black 0%, transparent 100%);
    opacity: 0.1; }
  .fspc_service .fspc_service-back {
    display: inline-block;
    vertical-align: top;
    padding: 15px 10px;
    font-size: 13px;
    line-height: 16px;
    color: #73818A;
    background-color: #D9E0E4;
    text-decoration: none; }
    .fspc_service .fspc_service-back:hover {
      background-color: #C7D0D6; }
    .fspc_service .fspc_service-back .icn {
      top: 1px; }
  .fspc_service .fspc_service-hidden {
    float: right;
    margin-right: 10px;
    padding: 15px 10px 13px;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    height: 46px;
    font-size: 13px;
    line-height: 16px;
    color: #73818A;
    background-color: #D9E0E4;
    text-decoration: none;
    cursor: pointer; }
    .fspc_service .fspc_service-hidden .fspc_ico {
      opacity: 0.7; }
    .fspc_service .fspc_service-hidden:hover {
      background-color: #C7D0D6; }
    .fspc_service .fspc_service-hidden.isActive {
      border-bottom: 2px solid #536069; }
      .fspc_service .fspc_service-hidden.isActive .fspc_ico {
        opacity: 1; }
    .fspc_service .fspc_service-hidden.isDisabled {
      display: none; }
    .fspc_service .fspc_service-hidden .icn {
      top: 1px; }

.fspc_promo {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: -20px 0 0;
  padding-right: 188px;
  height: 288px;
  overflow: hidden;
  background-position: 0 -4px; }
  .fspc_promo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: #f3f3f3 url(../img/slider/loader-32.gif) center center no-repeat;
    transition: visibility 0s linear 0.2s, opacity 0.2s ease-in 0s;
    z-index: 3; }
  .fspc_promo.isBuilding:after {
    opacity: 1;
    visibility: visible;
    transition: visibility 0s linear 0s, opacity 0.2s ease-in 0s; }
  .fspc_promo .fspc_promo-lnk {
    position: relative;
    display: block;
    height: 216px; }
    .fspc_promo .fspc_promo-lnk:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 288px;
      opacity: 0;
      visibility: hidden;
      transition: visibility 0s linear 0.2s, opacity 0.2s ease-in 0s;
      background: #f3f3f3 url(../img/slider/loader-32.gif) center center no-repeat; }
    .fspc_promo .fspc_promo-lnk.isLoading:after {
      opacity: 0.5;
      visibility: visible;
      transition: visibility 0s ease-in 0s, opacity 0.2s ease-in 0s, width 0.2s linear 0s; }
  .fspc_promo .fspc_promo-blur {
    position: relative;
    height: 72px;
    overflow: hidden; }
    .fspc_promo .fspc_promo-blur .fspc_promo-blur-overlay {
      position: absolute;
      top: 0;
      left: 0;
      padding: 16px;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
      box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.4);
      color: #fff;
      font-size: 15px;
      line-height: 20px; }
      .fspc_promo .fspc_promo-blur .fspc_promo-blur-overlay .ibtn {
        margin-left: 20px;
        float: right;
        font-size: 15px;
        line-height: 16px;
        padding: 12px 20px;
        border: none; }
  .fspc_promo .fspc_promo-sb {
    position: absolute;
    top: 0;
    right: 0;
    width: 190px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8); }

.fspc_promo-slider .fspc_promo-ctrl {
  position: absolute;
  width: 100%;
  height: 30px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: bottom 0.2s ease-in 0s, top 0.2s ease-in 0s, background-color 0.2s linear 0s; }
  .fspc_promo-slider .fspc_promo-ctrl:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent; }
  .fspc_promo-slider .fspc_promo-ctrl.fspc_promo-ctrl-next {
    bottom: -30px; }
    .fspc_promo-slider .fspc_promo-ctrl.fspc_promo-ctrl-next:after {
      border-top: 6px solid #686868; }
  .fspc_promo-slider .fspc_promo-ctrl.fspc_promo-ctrl-prev {
    top: -30px; }
    .fspc_promo-slider .fspc_promo-ctrl.fspc_promo-ctrl-prev:after {
      border-bottom: 6px solid #686868; }
  .fspc_promo-slider .fspc_promo-ctrl:hover {
    background-color: rgba(0, 0, 0, 0.9); }

.fspc_promo-slider:hover .fspc_promo-ctrl-next {
  bottom: 0; }

.fspc_promo-slider:hover .fspc_promo-ctrl-prev {
  top: 0; }

.fspc_promo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }
  .fspc_promo-list .fspc_promo-item {
    height: 48px;
    padding: 12px 8px 12px 68px;
    cursor: pointer;
    background-color: #323232;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJiMjkyOSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjI5MjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-image: linear-gradient(to bottom, rgba(43, 41, 41, 0) 0%, #2b2929 100%);
    transition: background-color 0.2s linear 0s; }
    .fspc_promo-list .fspc_promo-item:hover {
      background-color: rgba(0, 0, 0, 0.5);
      background-image: none; }
    .fspc_promo-list .fspc_promo-item.isActive {
      background-color: transparent;
      background-image: none; }
      .fspc_promo-list .fspc_promo-item.isActive:hover {
        background-color: transparent;
        background-image: none; }
  .fspc_promo-list .fspc_promo-item-img {
    float: left;
    margin-left: -55px;
    width: 48px;
    height: 48px;
    background-image: url(../img/slider/1-s.jpg);
    background-size: cover;
    background-position: center; }
  .fspc_promo-list .fspc_promo-item-title {
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
    line-height: 19px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .fspc_promo-list .fspc_promo-item-shorty {
    color: #898888;
    font-size: 12px;
    line-height: 19px;
    white-space: nowrap; }

.fspc_nav-wrap {
  position: relative;
  margin-bottom: 30px; }

.fspc_nav {
  z-index: 3;
  position: relative;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff; }
  .fspc_nav.isFloating {
    position: fixed;
    top: 45px; }
  .fspc_nav .fspc_nav-item {
    color: #73818A;
    text-decoration: none;
    background-color: #FFFFFF;
    transition: background-color 0.2s ease-out 0s, color 0.2s ease-out 0s; }
    .fspc_nav .fspc_nav-item:hover {
      background-color: #E9ECEE; }
    .fspc_nav .fspc_nav-item.isActive {
      background-color: #D7E0E6;
      color: #536069; }
  .fspc_nav .fspc_nav-block {
    position: relative;
    width: 138px;
    padding: 15px 0;
    float: left;
    text-align: center;
    white-space: nowrap;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    cursor: pointer; }
    .fspc_nav .fspc_nav-block span {
      display: block;
      padding: 0 5px;
      overflow: hidden;
      text-overflow: ellipsis; }
      .fspc_nav .fspc_nav-block span .icn {
        top: 1px; }
      .fspc_nav .fspc_nav-block span .icn-white {
        display: none; }
      .fspc_nav .fspc_nav-block span .icn-gray {
        display: inline-block; }
    .fspc_nav .fspc_nav-block:before {
      content: '';
      position: absolute;
      top: 10px;
      bottom: 10px;
      right: 100%;
      border-left: 1px solid #D7E0E6; }
    .fspc_nav .fspc_nav-block:first-child:before {
      content: none;
      display: none; }
    .fspc_nav .fspc_nav-block.fspc_nav-block-menu {
      color: #73818A;
      width: 140px;
      transition: background-color 0.2s ease-out 0s, color 0.2s ease-out 0s; }
      .fspc_nav .fspc_nav-block.fspc_nav-block-menu .fspc_subnav {
        position: absolute;
        top: 100%;
        right: 0;
        z-index: 1;
        text-align: left;
        text-transform: none;
        opacity: 0;
        visibility: hidden;
        transition: visibility 0s linear 0.2s, opacity 0.2s linear 0s; }
      .fspc_nav .fspc_nav-block.fspc_nav-block-menu:hover {
        background-color: #E9ECEE; }
      .fspc_nav .fspc_nav-block.fspc_nav-block-menu.isActive {
        background-color: #73818A;
        color: #fff; }
        .fspc_nav .fspc_nav-block.fspc_nav-block-menu.isActive:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -5px;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-bottom: 5px solid #ffffff;
          z-index: 1; }
        .fspc_nav .fspc_nav-block.fspc_nav-block-menu.isActive .fspc_subnav {
          opacity: 1;
          visibility: visible;
          transition: visibility 0s linear 0s, opacity 0.2s linear 0s; }
        .fspc_nav .fspc_nav-block.fspc_nav-block-menu.isActive .icn-white {
          display: inline-block; }
        .fspc_nav .fspc_nav-block.fspc_nav-block-menu.isActive .icn-gray {
          display: none; }
    .fspc_nav .fspc_nav-block .fspc_subnav {
      display: block;
      width: 150px;
      padding: 10px;
      background-color: #fff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
      .fspc_nav .fspc_nav-block .fspc_subnav .fspc_subnav-block {
        display: block;
        padding: 5px 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #73818A;
        text-decoration: none; }

.fspc_genre {
  margin: 0 -2px 20px;
  padding: 0 2px;
  overflow: hidden; }
  .fspc_genre .fspc_title {
    margin: 0 0 15px 0; }
  .fspc_genre.fspc_genre-installedHidden, .fspc_genre.fspc_genre-installedFav, .fspc_genre.fspc_genre-installedRecent {
    display: none; }
    .fspc_genre.fspc_genre-installedHidden.isActive, .fspc_genre.fspc_genre-installedFav.isActive, .fspc_genre.fspc_genre-installedRecent.isActive {
      display: block; }

.fspc_apps-list {
  margin: 0 -9px 0 0;
  padding: 0;
  list-style: none; }
  .fspc_apps-list.fspc_apps_list_my {
    margin-bottom: 65px; }
  .fspc_apps-list .fspc_apps-item {
    overflow: visible !important;
    position: relative;
    float: left;
    width: 192px;
    height: 175px;
    vertical-align: top;
    margin: 0 9px 18px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s ease-in 0s, box-shadow 0.2s ease-in 0s, border-color 0.2s ease-in 0s;
    white-space: normal; }
    .fspc_apps-list .fspc_apps-item:hover {
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
      .fspc_apps-list .fspc_apps-item:hover .fspc_ico-fave,
      .fspc_apps-list .fspc_apps-item:hover .fspc_ico-hidden {
        opacity: 0.7; }
        .fspc_apps-list .fspc_apps-item:hover .fspc_ico-fave:hover,
        .fspc_apps-list .fspc_apps-item:hover .fspc_ico-hidden:hover {
          opacity: 1; }
      .fspc_apps-list .fspc_apps-item:hover .fspc_apps-item-overlay {
        display: block; }
      .fspc_apps-list .fspc_apps-item:hover .fspc_apps-item-fave-label {
        opacity: 1; }
        .fspc_apps-list .fspc_apps-item:hover .fspc_apps-item-fave-label a {
          color: #008BC8; }
    .fspc_apps-list .fspc_apps-item.isBlocked {
      opacity: 0.5; }
  .fspc_apps-list .fspc_apps-item-img {
    position: relative;
    width: 100%;
    height: 85px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .fspc_apps-list .fspc_apps-item-labels {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
    line-height: 16px;
    text-align: right;
    white-space: nowrap; }
    .fspc_apps-list .fspc_apps-item-labels .fspc_apps-item-label {
      display: inline-block;
      padding: 3px 8px;
      vertical-align: top; }
      .fspc_apps-list .fspc_apps-item-labels .fspc_apps-item-label.isNew {
        background-color: #FF2E4B;
        color: #fff; }
      .fspc_apps-list .fspc_apps-item-labels .fspc_apps-item-label.isHit {
        background-color: #FFCF26;
        color: #222d35;
        font-weight: bold; }
  .fspc_apps-list .fspc_apps-item-content {
    position: relative;
    height: 90px;
    box-sizing: border-box;
    padding: 8px 12px; }
  .fspc_apps-list .fspc_apps-item-title {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 5px; }
  .fspc_apps-list .fspc_apps-item-description {
    font-size: 12px;
    line-height: 16px;
    color: #73818a;
    height: 32px;
    overflow: hidden; }
  .fspc_apps-list .fspc_apps-item-fave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .fspc_apps-list .fspc_ico-fave,
  .fspc_apps-list .fspc_ico-hidden {
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0.5; }
  .fspc_apps-list .fspc_apps-item-fave-label {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    opacity: 0;
    color: #536069; }
    .fspc_apps-list .fspc_apps-item-fave-label a {
      color: #536069; }
  .fspc_apps-list .fspc_stars {
    position: absolute;
    bottom: 10px;
    left: 10px; }
  .fspc_apps-list .fspc-info-links {
    position: absolute;
    bottom: 10px;
    left: 10px; }
    .fspc_apps-list .fspc-info-links .news-link {
      margin-left: 10px;
      text-decoration: dotted;
      display: inline-block;
      margin-top: 2px; }
  .fspc_apps-list .fspc_apps-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85px;
    display: none; }
  .fspc_apps-list .fspc_apps-item-mask {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7) inset;
    background-color: rgba(0, 0, 0, 0.5);
    white-space: nowrap; }
    .fspc_apps-list .fspc_apps-item-mask:after {
      content: '';
      position: relative;
      width: 0;
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
    .fspc_apps-list .fspc_apps-item-mask .fspc_apps-btn-settings {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0; }
      .fspc_apps-list .fspc_apps-item-mask .fspc_apps-btn-settings .dropdown-item-title {
        padding: 2px;
        background-color: rgba(255, 255, 255, 0.5);
        opacity: 0.7;
        cursor: pointer; }
      .fspc_apps-list .fspc_apps-item-mask .fspc_apps-btn-settings .dropdown-box {
        padding: 0;
        left: auto;
        right: -1px;
        border-color: #E1E8EC;
        color: #536069; }
      .fspc_apps-list .fspc_apps-item-mask .fspc_apps-btn-settings .ddb-item {
        text-align: left; }
      .fspc_apps-list .fspc_apps-item-mask .fspc_apps-btn-settings .ddb-item:hover {
        background-color: #E9ECEE;
        color: #536069; }
      .fspc_apps-list .fspc_apps-item-mask .fspc_apps-btn-settings:hover .dropdown-item-title, .fspc_apps-list .fspc_apps-item-mask .fspc_apps-btn-settings.isOpened .dropdown-item-title {
        opacity: 1; }
    .fspc_apps-list .fspc_apps-item-mask.is0 .fspc_apps-btn-ico {
      display: block;
      height: 52px;
      box-sizing: border-box;
      width: 100%;
      padding: 5px;
      line-height: 24px; }
    .fspc_apps-list .fspc_apps-item-mask.is0 .fspc_apps-btn-text {
      display: block;
      box-sizing: border-box;
      width: 100%;
      height: 52px;
      line-height: 52px;
      text-decoration: none; }
    .fspc_apps-list .fspc_apps-item-mask.is0 .icn-close {
      position: absolute;
      top: 5px;
      right: 5px;
      cursor: pointer;
      opacity: 0.7; }
      .fspc_apps-list .fspc_apps-item-mask.is0 .icn-close:hover {
        opacity: 1; }
      .fspc_apps-list .fspc_apps-item-mask.is0 .icn-close:before {
        content: '';
        position: absolute;
        top: -2px;
        right: -2px;
        left: -2px;
        bottom: -2px; }
    .fspc_apps-list .fspc_apps-item-mask.is1 .ibtn:first-child {
      margin-bottom: 10px; }
    .fspc_apps-list .fspc_apps-item-mask.is2 .ibtn:first-child {
      margin-bottom: 4px; }
    .fspc_apps-list .fspc_apps-item-mask.is3 .fspc_apps-btn-ico {
      box-sizing: border-box;
      width: 50%;
      float: left;
      line-height: 24px;
      border-left: 1px solid #fff; }
      .fspc_apps-list .fspc_apps-item-mask.is3 .fspc_apps-btn-ico:hover {
        text-decoration: underline; }
      .fspc_apps-list .fspc_apps-item-mask.is3 .fspc_apps-btn-ico:first-child {
        border-left: none; }
        .fspc_apps-list .fspc_apps-item-mask.is3 .fspc_apps-btn-ico:first-child .fspc_ico-play-b {
          margin-bottom: 10px;
          top: 6px; }
  .fspc_apps-list .fspc_apps-item-mask-center {
    box-sizing: border-box;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    text-align: center; }
    .fspc_apps-list .fspc_apps-item-mask-center .fspc_apps-btn-text {
      color: #fff;
      text-decoration: none; }
    .fspc_apps-list .fspc_apps-item-mask-center .ibtn {
      width: 100%;
      padding-left: 0;
      padding-right: 0;
      display: block; }
    .fspc_apps-list .fspc_apps-item-mask-center .fspc_apps-btn-big {
      padding-top: 7px;
      padding-bottom: 7px; }
      .fspc_apps-list .fspc_apps-item-mask-center .fspc_apps-btn-big .fspc_ico {
        vertical-align: middle; }
    .fspc_apps-list .fspc_apps-item-mask-center .fspc_apps-btn-ico {
      color: #fff;
      text-decoration: none; }
  .fspc_apps-list.isSmall .fspc_apps-item {
    width: 86px;
    height: 86px; }
    .fspc_apps-list.isSmall .fspc_apps-item .fspc_apps-item-img {
      height: 86px; }
    .fspc_apps-list.isSmall .fspc_apps-item .fspc_apps-item-overlay {
      height: 86px; }
      .fspc_apps-list.isSmall .fspc_apps-item .fspc_apps-item-overlay .fspc_apps-item-mask {
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) inset; }

.fspc_stars {
  width: 100px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/new/sp-stars2.png) 0 0 no-repeat;
  overflow: hidden; }
  .fspc_stars label {
    overflow: hidden;
    position: relative;
    float: left;
    cursor: pointer; }
  .fspc_stars input {
    position: absolute;
    left: 200%;
    visibility: hidden;
    opacity: 0; }
  .fspc_stars.isBig {
    width: 134px;
    height: 21px;
    background-image: url(../img/new/sp-stars3.png); }
    .fspc_stars.isBig label {
      width: 28px;
      height: 21px; }
      .fspc_stars.isBig label:first-child, .fspc_stars.isBig label:last-child {
        width: 25px; }
  .fspc_stars.is0 {
    background-position: 0 0px; }
  .fspc_stars.isBig.is0 {
    background-position: 0 0px; }
  .fspc_stars.is1 {
    background-position: 0 -16px; }
  .fspc_stars.isBig.is1 {
    background-position: 0 -21px; }
  .fspc_stars.is2 {
    background-position: 0 -32px; }
  .fspc_stars.isBig.is2 {
    background-position: 0 -42px; }
  .fspc_stars.is3 {
    background-position: 0 -48px; }
  .fspc_stars.isBig.is3 {
    background-position: 0 -63px; }
  .fspc_stars.is4 {
    background-position: 0 -64px; }
  .fspc_stars.isBig.is4 {
    background-position: 0 -84px; }
  .fspc_stars.is5 {
    background-position: 0 -80px; }
  .fspc_stars.isBig.is5 {
    background-position: 0 -105px; }
  .fspc_stars.is6 {
    background-position: 0 -96px; }
  .fspc_stars.isBig.is6 {
    background-position: 0 -126px; }
  .fspc_stars.is7 {
    background-position: 0 -112px; }
  .fspc_stars.isBig.is7 {
    background-position: 0 -147px; }
  .fspc_stars.is8 {
    background-position: 0 -128px; }
  .fspc_stars.isBig.is8 {
    background-position: 0 -168px; }
  .fspc_stars.is9 {
    background-position: 0 -144px; }
  .fspc_stars.isBig.is9 {
    background-position: 0 -189px; }
  .fspc_stars.is10 {
    background-position: 0 -160px; }
  .fspc_stars.isBig.is10 {
    background-position: 0 -210px; }
  .fspc_stars.isDisabled .fspc_stars-item {
    display: none; }
  .fspc_stars .fspc_stars-item {
    float: left;
    width: 10px;
    height: 16px; }

.fspc_description {
  margin-bottom: 30px; }
  .fspc_description .fspc_title {
    margin-bottom: 15px; }
  .fspc_description .fspc_description-text {
    font-size: 13px;
    line-height: 20px;
    color: #73818a;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis; }
    .fspc_description .fspc_description-text.isActive {
      height: auto; }
  .fspc_description .fspc_description-toggle {
    font-size: 12px;
    line-height: 16px; }

.fspc_pins .fspc_title {
  margin-bottom: 15px; }

.fspc_genre-tabs {
  white-space: nowrap; }
  .fspc_genre-tabs .fspc_genre-tabs-caption {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 16px;
    color: #73818a; }
  .fspc_genre-tabs .small-tabs {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px; }

.fspc_title-wrap {
  white-space: nowrap; }
  .fspc_title-wrap .fspc_title-tabs {
    float: right;
    margin: 0; }
    .fspc_title-wrap .fspc_title-tabs .fspc_title-tabs-caption {
      display: inline-block;
      vertical-align: middle; }

.fspc_title {
  font-size: 21px;
  line-height: 26px;
  color: #222d35; }
  .fspc_title .dropdown-item {
    padding: 0;
    background: none; }
    .fspc_title .dropdown-item .dropdawn-icn {
      display: inline-block;
      padding: 4px 2px; }
    .fspc_title .dropdown-item:hover {
      background: none; }
    .fspc_title .dropdown-item.open-menu {
      background: none; }
      .fspc_title .dropdown-item.open-menu .dropdawn-icn {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZThlYyIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2U4ZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background-image: linear-gradient(to bottom, rgba(227, 232, 236, 0) 0%, #e3e8ec 100%);
        border-left: 1px solid #E2E5E8;
        border-right: 1px solid #E2E5E8; }
    .fspc_title .dropdown-item .dropdown-item-title {
      color: #222d35;
      background: none; }
    .fspc_title .dropdown-item .dropdown-box {
      padding: 0; }
    .fspc_title .dropdown-item .ddb-item {
      padding: 8px 15px;
      font-size: 12px;
      color: #536069; }
      .fspc_title .dropdown-item .ddb-item:hover {
        background-color: #E9ECEE; }
  .fspc_title.isSmall {
    font-size: 17px;
    letter-spacing: -1px; }
  .fspc_title .fspc_title-lnk {
    color: #222D35;
    text-decoration: none; }
    .fspc_title .fspc_title-lnk:hover {
      color: #008BC8; }
      .fspc_title .fspc_title-lnk:hover .fspc_title-counter {
        color: #008BC8; }
  .fspc_title .fspc_title-counter {
    font-size: 17px;
    color: #9AA8AF; }
  .fspc_title .fspc_title-right {
    float: right;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
    color: #9AA8AF;
    background-color: #D9E0E4;
    text-decoration: none; }
    .fspc_title .fspc_title-right .icn {
      top: 1px; }
    .fspc_title .fspc_title-right .icn-white {
      display: none; }
    .fspc_title .fspc_title-right:hover {
      background-color: #9AA8AF;
      color: #fff; }
      .fspc_title .fspc_title-right:hover .icn-white {
        display: inline-block; }
      .fspc_title .fspc_title-right:hover .icn-light-gray {
        display: none; }

.fspc_ico {
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-image: url(../img/new/sp-play.png); }
  .fspc_ico.fspc_ico-left {
    width: 14px;
    height: 23px;
    background-position: 0 -70px; }
  .fspc_ico.fspc_ico-right {
    width: 14px;
    height: 23px;
    background-position: 0 -93px; }
  .fspc_ico.fspc_ico-info-b {
    width: 28px;
    height: 28px;
    background-position: 0 -0; }
  .fspc_ico.fspc_ico-info-s {
    width: 16px;
    height: 16px;
    background-position: 0 -93px; }
  .fspc_ico.fspc_ico-play-b {
    width: 35px;
    height: 18px;
    background-position: 0 -28px; }
  .fspc_ico.fspc_ico-play-m {
    width: 24px;
    height: 13px;
    background-position: 0 -46px; }
  .fspc_ico.fspc_ico-play-s {
    width: 20px;
    height: 11px;
    background-position: 0 -59px; }
  .fspc_ico.fspc_ico-hidden {
    width: 16px;
    height: 16px;
    background-position: 0 -148px;
    cursor: pointer; }

.fspc_ico-star {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  background: url(../img/new/sp-stars2.png) 0 0 no-repeat; }

.fspc_ico-fave {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 22px;
  height: 22px;
  background-image: url(../img/new/sp-fav2.png);
  background-position: 0 0;
  cursor: pointer; }
  .fspc_ico-fave.isActive {
    background-position: 0 -22px; }

.fspc_ico-play-xl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  height: 40px;
  background-image: url(../img/new/bg-play-xl.png);
  background-position: 0 0; }

.fspc_ico-vote {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-image: url(../img/new/sp-vote.png);
  background-position: 0 0;
  cursor: pointer; }
  .fspc_ico-vote.fspc_ico-vote-1 {
    background-position: 0 0; }
  .fspc_ico-vote.fspc_ico-vote-0 {
    background-position: -20px 0; }
  .fspc_ico-vote.fspc_ico-vote-white.fspc_ico-vote-1 {
    background-position: 0 -20px; }
  .fspc_ico-vote.fspc_ico-vote-white.fspc_ico-vote-0 {
    background-position: -20px -20px; }

/*# sourceMappingURL=fspc.css.map */
