.services-item {
    padding: 13px 0;
}
.services-item__title {
    font-size: 12px;max-height:25px;overflow:hidden;
}

.game-filter__btn:hover{color:inherit;}

.services-slider .services-item{width: 100px;}

.__appitem{width: 100%;max-width: 135px;max-height:135px;height:100%;}
.__appitem>.services-item{width: 100%;max-width: 135px;max-height:135px;height:100%;}
.__appitem>.services-item img{width: 90px;height:90px;border-radius: 5px;}
.game-preview{background: url(../img/hero-banner.jpg) no-repeat center center;background-size: auto;background-size: cover;}

.profile-balance {
    padding: 15px 10px;
    background: #202020;
    border-radius: 20px;
  }
  .profile-balance__row-item {
    width: 50%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .pb-item {
    text-align: center;
    position: relative;
  }
  .pb-item__title {
    font-size: 16px;
    font-weight: 500;
    color: #76BC5A;
    margin-bottom: 8px;
  }
  .pb-item__val {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
  }
  .pb-item__icon {
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1px solid #333;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #2A9400;
    top: 50%;
    margin-top: -20px;
  }
  .pb-item--available .pb-item__icon {
    left: 100%;
    margin-left: -20px;
  }
  .pb-item--frozen .pb-item__icon {
    left: -20px;
  }
  
  @media screen and (max-width: 1239px) {
    .profile-balance {
      padding-left: 0;
      padding-right: 0;
    }
    .profile-balance__row-item {
      padding: 0 28px;
    }
  }
  @media screen and (max-width: 767px) {
    .profile-balance {
      padding: 10px 12px;
      margin-left: -12px;
      margin-right: -12px;
      border-radius: 0;
    }
    .profile-balance__row {
      margin: 0 -15px;
    }
    .profile-balance__row-item {
      width: 100%;
      padding: 0 16px;
    }
    .pb-item {
      padding: 10px;
      border-radius: 10px;
    }
    .pb-item__title {
      font-size: 12px;
      margin-bottom: 3px;
    }
    .pb-item__val {
      font-size: 18px;
    }
    .pb-item__icon {
      width: 28px;
      height: 28px;
      margin-top: -14px;
    }
    .pb-item__icon img {
      max-height: 16px;
      max-width: 16px;
    }
    .pb-item--available .pb-item__icon {
      margin-left: -14px;
    }
    .pb-item--frozen .pb-item__icon {
      left: -14px;
    }
  }


  .profile-settings__side {
    width: 210px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    text-align: center;
  }
  .profile-settings__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
  .profile-settings__img {
    width: 92px;
    height: 92px;
    overflow: hidden;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .profile-settings__img img {
    width: 100%;
    height: 100%;
  }
  
  .change-img {
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #7E7F84;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    white-space: nowrap;
    padding: 0;
    height: 24px;
  }
  .change-img .icon {
    top: -1px;
    font-size: 16px;
  }
  .change-img:hover {
    color: #fff;
  }
  
  .settings-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
  .settings-list__label {
    font-size: 16px;
    font-weight: 500;
    color: #7E7F84;
  }
  .settings-list__text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
  }
  
  @media screen and (max-width: 767px) {
    .profile-settings__side {
      width: auto;
      text-align: left;
    }
    .profile-settings__img {
      margin-left: 0;
    }
  }
  .l-table-history td {
    color: #F1EAFF;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #202020;
    padding: 15px 5px;
  }
  .l-table-history th {
    font-size: 14px;
    font-weight: 500;
    color: #747474;
  }
  
  .table-sort {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    white-space: nowrap;
    cursor: pointer;
  }
  .table-sort:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 15px;
    background: url(../img/caret-sort.svg) no-repeat center;
  }
  
  .t-title {
    font-size: 16px;
    font-weight: 600;
  }
  
  .t-date, .t-status {
    font-weight: 600;
    white-space: nowrap;
  }
  
  .t-price {
    color: #00A084;
    font-weight: 500;
    white-space: nowrap;
  }
  .t-price--white {
    color: #fff;
  }
  
  .l-table-statistic td {
    color: #F1EAFF;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px solid #202020;
    padding: 15px 15px;
  }
  .l-table-statistic th {
    font-size: 14px;
    font-weight: 500;
    color: #747474;
  }
  
  .lt-tr-fix td {
    background: #202020;
    border: none;
  }
  .lt-tr-fix td:first-child {
    border-radius: 100px 0 0 100px;
  }
  .lt-tr-fix td:last-child {
    border-radius: 0 100px 100px 0;
  }
  

  
  
  .page-chat .main {
    height: 530px;
    background: #333;
  }
  .page-chat .chat-container {
    height: 100%;
  }
  
  .chat-wrapper {
    padding: 10px 0;
    width: 100%;
  }
  .chat-wrapper__side {
    width: 300px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .chat-wrapper__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
  
  .chat-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .chat-content__top {
    padding: 10px 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    gap: 7px;
    margin-left: -3px;
  }
  .chat-content__user .cn-user__img {
    width: 40px;
    height: 40px;
  }
  .chat-content__user .cn-user__name {
    font-size: 16px;
    line-height: 1.2;
  }
  .chat-content__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 30px;
    width: 30px;
    padding: 0;
    background: transparent;
    border: none;
  }
  .chat-content__back .icon {
    color: #76BC5A;
    font-size: 20px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .chat-content__middle {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow: hidden;
    width: 100%;
    overflow-y: auto;
  }
  .chat-content__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 10px 15px;
    background: #202020;
    border-radius: 10px;
    width: 100%;
  }
  
  .chat-side {
    background: #202020;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chat-side__top {
    padding: 10px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  
  .chat-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    overflow-y: auto;
    width: 100%;
  }
  .chat-list__item {
    padding: 8px 55px 8px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer;
  }
  .chat-list__item:hover,.chat-list__item._active {
    -webkit-box-shadow: 0px 3px 5px #202020;
            box-shadow: 0px 3px 5px #202020;
  }
  .chat-list__item._active {background: #333333;color:#76BC5A;}
  .chat-list__img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 12px;
  }
  .chat-list__img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
  }
  .chat-list__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
  .chat-list__title {
    font-size: 16px;
    font-weight: 600;
    color: #F1EAFF;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .chat-list__text {
    font-size: 12px;
    font-weight: 500;
    color: #7E7F84;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap;
  }
  .chat-list__badge {
    position: absolute;
    top: 12px;
    right: 10px;
    background: #76BC5A;
    color: #fff;
    border-radius: 100px;
    padding: 0 10px;
    min-width: 29px;
    text-align: center;
    line-height: 18px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
  }
  
  .cc-button-smile, .cc-button-clip, .cc-button-send {
    border: none;
    background: transparent;
    width: 26px;
    height: 26px;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cc-button-smile .icon, .cc-button-clip .icon, .cc-button-send .icon {
    color: #ACAEC6;
    font-size: 16px;
  }
  
  .cc-button-send .icon {
    color: #76BC5A;
    font-size: 22px;
  }
  
  .cc-control {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    border: none;
    height: 30px;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-family: inherit;
  }
  .cc-control::-webkit-input-placeholder {
    color: #747474;
  }
  .cc-control::-moz-placeholder {
    color: #747474;
  }
  .cc-control:-ms-input-placeholder {
    color: #747474;
  }
  .cc-control::-ms-input-placeholder {
    color: #747474;
  }
  .cc-control::placeholder {
    color: #747474;
  }
  
  .cc-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 16px 0;
    gap: 16px;
  }
  .cc-message__avatar {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cc-message__avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cc-message__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
  .cc-message__text {
    text-align: left;
    background: rgba(150, 139, 172, 0.2);
    border-radius: 0 10px 10px 10px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: #F1EAFF;
    line-height: 1.2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 70%;
    position: relative;
  }
  .cc-message__text:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent rgba(150, 139, 172, 0.2) transparent transparent;
  }
  .cc-message--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .cc-message--reverse .cc-message__content {
    text-align: right;
  }
  .cc-message--reverse .cc-message__text {
    border-radius: 10px 0 10px 10px;
    background: #202020;
  }
  .cc-message--reverse .cc-message__text:after {
    left: 100%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 10px 10px 0 0;
    border-color: #202020 transparent transparent transparent;
  }
  .cc-message--reverse .cc-product__top {
    border-bottom: 1px solid #747474;
  }
  
  .cc-product {
    width: 480px;
  }
  .cc-product__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding: 5px 0 10px;
    border-bottom: 1px solid #49435E;
    margin-bottom: 10px;
  }
  .cc-product__date {
    font-size: 12px;
    font-weight: 600;
    color: #747474;
  }
  .cc-product__status, .cc-product__atc {
    margin-left: auto;
    font-size: 12px;
    font-weight: 600;
    color: #747474;
  }
  .cc-product__status strong, .cc-product__atc strong {
    font-size: 16px;
    color: #76BC5A;
  }
  .cc-product__atc {
    margin-bottom: 10px;
  }
  .cc-product__atc strong {
    color: #fff;
  }
  .cc-product__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cc-product__card-img {
    width: 120px;
    margin-right: 15px;
  }
  .cc-product__card-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .cc-product__card-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 1px;
  }
  .cc-product__card-price {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .cc-product__card-title {
    font-size: 16px;
    font-weight: 500;
    color: #F1EAFF;
  }
  .cc-product__card-title:hover {
    text-decoration: underline;
  }
  
  @media screen and (max-width: 991px) {
    .page-chat {
      overflow: hidden;
      height: 100%;
    }
    .page-chat .footer, .page-chat .nav-sticky {
      display: none;
    }
    .page-chat .main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 1px;
    }
    .chat-wrapper__content {
      display: none;
    }
    .chat-wrapper__side {
      width: 100%;
    }
    .chat-wrapper.is-active .chat-wrapper__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    .chat-wrapper.is-active .chat-wrapper__side {
      display: none;
    }
  }
  @media screen and (max-width: 767px) {
    .chat-content {
      gap: 5px;
    }
    .chat-content__top {
      padding: 5px 0;
    }
    .chat-content__user .cn-user__img {
      width: 30px;
      height: 30px;
    }
    .chat-content__user .cn-user__name {
      font-size: 12px;
    }
    .chat-content__user .cn-user__date {
      font-size: 10px;
      line-height: 1.2;
    }
    .cc-message {
      gap: 10px;
    }
    .cc-message__avatar img {
      width: 30px;
      height: 30px;
    }
    .cc-message__text {
      max-width: calc(100% - 40px);
      font-size: 12px;
      display: block;
    }
    .cc-message--reverse .cc-message__text {
      margin-left: auto;
    }
    .cc-product {
      width: 100%;
    }
  }
  @media screen and (max-width: 575px) {
    .cc-product__top {
      gap: 10px;
    }
    .cc-product__date {
      font-size: 10px;
    }
    .cc-product__date span {
      display: block;
    }
    .cc-product__status, .cc-product__atc {
      font-size: 10px;
    }
    .cc-product__status strong, .cc-product__atc strong {
      font-size: 12px;
      display: block;
    }
    .cc-product__card-img {
      max-width: 30%;
      display: block;
    }
    .cc-product__card-price {
      font-size: 14px;
    }
    .cc-product__card-title {
      font-size: 12px;
    }
  }
  .c-upload-wrapper {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .c-upload-photo {
    background: #2A9400;
    border-radius: 5px;
    position: relative;
    padding-bottom: 46%;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
  }
  .c-upload-photo input {
    display: none;
  }
  .c-upload-photo__wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 10px;
  }
  .c-upload-photo__text {
    font-size: 14px;
    font-weight: 600;
  }
  .c-upload-photo__text .icon {
    font-size: 18px;
    top: -2px;
  }
  
  .cu-next, .cu-prev, .cu-remove {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 5;
    right: 10px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 5px;
  }
  .cu-next .icon, .cu-prev .icon, .cu-remove .icon {
    font-size: 20px;
    color: #fff;
  }
  .cu-next:hover, .cu-prev:hover, .cu-remove:hover {
    background: #333333;
  }
  
  .cu-prev {
    right: auto;
    left: 10px;
  }
  .cu-prev .icon {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  .cu-remove {
    top: 10px;
    right: 10px;
    margin-top: 0;
  }
  
  .c-upload-list {
    gap: 10px;
  }
  .c-upload-list__item {
    width: calc(25% - 8px);
    padding-bottom: 15%;
    min-height: 105px;
    height: 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .c-upload-list__item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c-upload-list__item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.8);
    display: none;
  }
  .c-upload-list__item:hover:after {
    display: block;
  }
  .c-upload-list__item:not(:last-child):hover .cu-next, .c-upload-list__item:not(:first-child):hover .cu-prev, .c-upload-list__item:hover .cu-remove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .c-upload-list .cu-next {
    right: 4px;
    display: none;
  }
  .c-upload-list .cu-next .icon {
    font-size: 18px;
  }
  .c-upload-list .cu-prev {
    left: 4px;
    display: none;
  }
  .c-upload-list .cu-prev .icon {
    font-size: 18px;
  }
  .c-upload-list .cu-remove {
    top: 4px;
    right: 4px;
    display: none;
  }
  .c-upload-list .cu-remove .icon {
    font-size: 18px;
  }
  .c-upload-list .c-upload-photo {
    width: calc(25% - 10px);
    padding-bottom: 15%;
    min-height: 105px;
  }
  .c-upload-list .c-upload-photo__icon img {
    max-width: 26px;
  }
  
  @media screen and (max-width: 767px) {
    .c-upload-list__item, .c-upload-list .c-upload-photo {
      width: calc(33.33% - 7px);
    }
  }
  @media screen and (max-width: 767px) {
    .c-upload-list__item, .c-upload-list .c-upload-photo {
      width: 140px;
    }
    .c-upload-list__item:after, .c-upload-list .c-upload-photo:after {
      display: block;
      background: rgba(0, 0, 0, 0.4);
    }
    .c-upload-list .cu-remove {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  .seller-wrapper .cw-author__img > img {
    width: 116px;
    height: 116px;
  }


  .content-sidebar__menu.__forblog span{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:13.5px 16px;font-size:16px;color:#fff;border:1px solid #373750;border-radius:12px}.content-sidebar__menu.__forblog span span{position:relative;top:-1px}.content-sidebar__menu a svg{-ms-flex-negative:0;flex-shrink:0}.content-sidebar__menu.__forblog span:hover{border-color:#767692}
  .blog-page .pagination{margin-top:25px}
  .blog-page .blogs-row{margin-left:-9px;margin-right:-9px}
  .content-sidebar__menu.__forblog span.active{border: 1px solid #fff;
    background: #1A1A28;}


.modal-login__img{max-height:100%;width:auto;}

._modaldefaultcss .modal-content{
  border: 1px solid #373750;
  border-radius: 24px;
  background: #1a1a27;
  padding: 10px;
}
._modaldefaultcss .modal-close{
  position: absolute;
  right: -24px;
  top: -24px;
  z-index: 2;
}