@font-face {
  font-family: 'Proxima Nova';
  src: url('/assets/font/proximaregular.eot'); 
  src: url('/assets/font/proximaregular.eot?#iefix') format('embedded-opentype'), 
       url('/assets/font/proximaregular.woff') format('woff'), 
       url('/assets/font/proximaregular.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/assets/font/proximabold.eot');
  src: url('/assets/font/proximabold.eot?#iefix') format('embedded-opentype'),
       url('/assets/font/proximabold.woff') format('woff'),
       url('/assets/font/proximabold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "rouble";
  src: url("/assets/font/rouble.otf") format("opentype");
  font-display: swap;
}
@keyframes opc {
  50% {
    opacity: 0.4;
    transform: scale(0.85);
  }
}
@keyframes opc1 {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  100% {
    opacity: 0;
    transform: scale(1.3);
  }
}
xmp {
    margin: 0;
    font-family: 'Proxima Nova', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top-discount-wr {
  animation: opc 1.5s ease-in-out infinite both;
}

html {
    font-family: 'Proxima Nova';
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    background: #0c0e0d;
    font-family: 'Proxima Nova';
    text-decoration: none;
    margin: 0;
    padding-top: 80px;
}

img {
    vertical-align: middle;
}

#top {
    top: 0;
    background-image: url(/assets/img/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content {
  display: block;
  padding: 0 10px;
  text-align: center;
  padding-top: 10px;
}

a {
  text-decoration: none;
}
.load-more-container {
  text-align: center;
  margin: 20px 0;
}
.load-more-btn {
  background: #f2a900;
  color: #fff;
  border: 0;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.3s;
}
.load-more-btn:hover {
  background: #ffbe2c;
}
.hidden-items {
  opacity: 0;
  transform: translateY(20px);
  display: block !important;
  height: 0;
  overflow: hidden;
}
.item-list:not(.hidden-items) {
  opacity: 1;
  transform: translateY(0);
  height: auto;
}
.agreement__inner {
    text-align: left;
    line-height: 16px;
    font-size: 16px;
    margin: 0 auto;
    padding: 5px 10px;
    max-width: 980px;
    background: rgb(255, 255, 255);
    color: #000;
}
.agreement__inner h1 {
    text-align: center;
    line-height: 18px;
    font-size: 20px;
}

.header-games .wrapp {
    width: 100%;
    transition: .3s;
    border-radius: 4px;
}

.footer_block {
    background: linear-gradient(to bottom, #2f2f2f 40%, #1d1d1d);
    padding: 0;
    padding-top: 10px;
    margin-top: 10px;
}

.wrapp {
  margin: 0 auto;
  max-width: 1600px;
  text-align: center;
}

.page-body {
  overflow: hidden;
  position: relative;
}

.checkout_wrap {
    background-image: linear-gradient(0deg, #0f1219, #0e121b4f);
    max-width: 1000px;
    border: 1px solid #42464a;
}

#checkout_form {
  max-width: 900px;
  margin: 0 auto;
}

.footer_line {
  line-height: 40px;
  text-align: center;
  margin: 0 5px;
  margin-top: 10px;
}

.footer_name {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  float: left;
  color: #ffffff;
}

.footer_center {
  display: inline-block;
  font-weight: bold;
}

.footer_center a {
  margin: 0 10px;
  font-size: 14px;
  color: #cecece;
}

.footer_hd {
  border-radius: 15px;
  width: 80px;
  height: 40px;
  background-color: #ffb50e;
  background-image: url(/assets/img/up.webp);
  transform: scale(0.85);
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  opacity: 0.8;
  float: right;
  transition: .5s;
  cursor: pointer;
  z-index: 9;
}

.footer_hd:hover {
  opacity: 1;
  transform: scale(1);
}

.footer_info {
  width: 100%;
  max-width: 600px;
  display: inline-block;
  float: left;
  text-align: left;
  color: #cecece;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 20px;
}

.footer_bt {
  display: inline-block;
  max-width: 900px;
  margin: 0 15px;
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}

.h1_page {
  margin: 10px 0;
    width: 100%;
    font-size: 25px;
    color: #f7f7f7;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    display: inline-block;
}

.checkout_Order {
    display: inline-block;
    position: relative;
    width: 98%;
    align-items: center;
    padding: 20px;
    max-width: 900px;
    margin: 1%;
    color: #ffffff;
    line-height: 40px;
    background-color: #050a10a1;
}

.checkout_logo {
  position: absolute;
    left: 20px;
    max-width: 150px;
  height: 80px;
    display: inline-block;
    float: left;
}

.checkout_price {
  font-size: 24px;
  font-weight: bold;
}

.checkout_payment {
  display: inline-block;
    width: 100%;
    max-width: 910px;
    position: relative;
    padding: 0;
    margin: 0;
  font-size: 0;
}

.checkout_name {
    display: block;
  font-size: 24px;
}

.paymentItem {
    position: relative;
    display: inline-block;
    padding: 15px;
    cursor: pointer;
    background-color: #272d3387;
    border: 1px solid #ca9011;
}


.catalogItem {
  position: relative;
    margin: 1%;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    width: 23%;
    text-align: center;
    font-size: 12px;
}

.catalogPay {
    width: 49%;
    float: left;
    margin: 0.5%;
    position: relative;
    display: inline-block;
    padding: 10px;
    opacity: 0.8;
    background: #fff;
    cursor: pointer;
    border: 3px solid rgb(255 255 255);
    transition: .3s;
}
.catalogPay.active {
    opacity: 1;
    border-color: #feab02;
}

.catalogPay.qiwi {
    width: 24%;
}
.catalogPay.mobile {
    width: 15.5%;
}

.paymethod_name {
    font-size: 14px;
    font-weight: bold;
}

.sysCheck {
  display: none;
  width: 0;
  /* height: 0; */
  visibility: hidden;
}

.h1_middle {
    display: block;
    align-items: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #f5a34e;
}

.paymentItem_commision {
  color: #969595;
  font-weight: bold;
}

.payment_outline {
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(255 197 51 / 18%);
    border: 2px solid #ffaf00;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.paymentCheck:checked~.payment_outline {
  opacity: 1;
}


.method-item {
    display: inline-block;
    background: #f7f7f7;
    border-radius: 5px;
    width: 33%;
    border: 2px solid #f7f7f7;
    cursor: pointer;
}
.method-item.active {
    border: 3px dashed #2f2f2f;
}

.payment {
    max-width: 900px;
    margin: 0 auto;
}

label {
  font-size: 12px;
}

IMG {
  max-width: 100%;
}

.checkout_confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 20px;
  width: calc(50% - 5px);
}

.h1_page.confirmItem {
  font-size: 26px;
  letter-spacing: 0px;
}

.confirm_ps label {
    cursor: pointer;
}

.kassa {
    max-width: 900px;
    margin: 0 auto;
}



input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important;
}

#fl_mail, .float {
    width: 98%;
    display: inline-block;
    padding: 0 10px;
}

#fl_mail .inputval { 
    max-width: 500px;
    width: 100%;
    padding: 4px 10px;
    display: inline-block;
    margin: 0 auto;
    outline: none;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background: #0a0e15;
    font-family: Arial;
    border: 1px solid rgb(202 144 17);
}

#fl_id .inputval { 
    max-width: 500px;
    width: 100%;
    padding: 4px 10px;
    display: inline-block;
    margin: 0 auto;
    outline: none;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background: #0a0e15;
    font-family: Arial;
    border: 1px solid rgb(202 144 17);
}

.inputvalid { 
    max-width: 500px;
    width: 100%;
    padding: 4px 10px;
    display: block;
    margin: 0 auto;
    outline: none;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    background: #0a0e15;
    font-family: Arial;
    border: 1px solid rgb(202 144 17);
}

.failpay {
    display: none;
    display: inline-block;
    background: #ffaf00;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    opacity: 0.5;
    margin: 10px;
    width: 100%;
    max-width: 200px;
}
.failpay.method.mail {
    display: none;
}

.failbtnpay {
    display: none;
    width: 100%;
}
.failbtnpay.method.mail {
    display: inline-block;
}

.anypay {
    display: none;
    background: #ffaf00;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 200px;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin: 10px;
    transition: .5s;
    overflow: hidden;
    font-family: 'Proxima Nova';
    margin-bottom: 10px;
}
.anypay.active {
    display: inline-block;
}

.unitpay {
    display: none;
    background: #ffaf00;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    padding: 10px;
    border: none;
    width: 100%;
    max-width: 200px;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin: 10px;
    transition: .5s;
    overflow: hidden;
    font-family: 'Proxima Nova';
    margin-bottom: 10px;
}
.unitpay.active {
    display: inline-block;
}

.float {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.float.rarAccount {
    display: none;
}

.float.discount_tab {
  margin: 10px;
}

.float .label_in {
  display: block;
  cursor: text;
  color: #ffffff;
  font-weight: 300;
  transition: .15s ease-out all;
  position: absolute;
  top: 12px;
  left: 5px;
  font-size: 18px;
}

.float.p193 {
    display: none;
}

.float.t194 {
    display: none;
}

.float.t8377 {
    display: none;
}


.found-id-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 10px;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: rgba(0, 0, 0, 0.5);
    overflow: auto;
}

.found-id-pop.active {
    display: block;
}

.pop-boxs {
    position: relative;
    max-width: 450px;
    top: 75px;
    padding: 20px;
    background: #2f2f2f;
    color: #ececec;
    margin: 0 auto;
}

.pop-boxs .title {
    font-size: 19px;
}

.pop-boxs .list .label {
    display: inline-block;
    font-size: 16px;
    color: #ececec;
    font-weight: normal;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.found-id-pop .btn-wrap {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    max-width: 190px;
    color: #0b0819;
    background-color: #ffcf0e;
    border-radius: 5px;
    line-height: 40px;
    font-size: 20px;
    outline: none;
    cursor: pointer;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.playerid_find:before {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    margin-top: 1px;
    background-image: url(/assets/img/question.webp);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
    transition: .3s;
}

.playerid_find {
    display: block;
    padding: 5px;
    padding-left: 20px;
    margin: 0 auto;
    margin-top: 5px;
    width: 100%;
    max-width: 500px;
    position: relative;
    text-align: left;
    color: #909090;
    cursor: pointer;
    transition: .3s;
}
.playerid_find:hover {
    color: #fff;
}
.playerid_find:hover:before {
    opacity: 1;
}

.header-games {
    height: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    background: #050a10;
    box-shadow: 0 2px 22px rgba(0, 0, 0, 0.52);
    z-index: 99;
}

.float .inputTxt.confirmItem:focus+label,
.float .label_in.stay,
.label_in.filled {
  top: -15px;
  left: 0px;
  font-size: 14px;
  font-weight: 300;
  color: #9f9ea3;
  transition: .15s ease-out all;
}

.rarity_pre-item {
    display: inline-block;
    float: left;
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
}

.rarity_pre-item.Mythical {
    color: #8847ff;
}
.rarity_pre-item.Immortal {
    color: #b37a00;
}
.rarity_pre-item.Arcana {
    color: #6db900;
}
.rarity_pre-item.Common {
    color: #6b8ab1;
}
.rarity_pre-item.Rare {
    color: #4b69ff;
}
.rarity_pre-item.Legendary {
    color: #8b1d98;
}
.rarity_pre-item.Запрещённое {
    color: #7200ff;
}
.rarity_pre-item.Засекреченное {
    color: #ff00e8;
}
.rarity_pre-item.Тайное {
    color: #da0000;
}
.rarity_pre-item.Нож {
    color: #ffd400;
}

.rarity-item {
    line-height: 14px;
    height: 14px;
    font-size: 14px;
    padding-top: 5px;
}

.rarity-item.NO, .rarity_pre-item.NO {
    opacity: 0;
}
.gameposter .rarity_pre-item.NO{
    display: none;
}

.sell_top {
    max-width: 1600px;
    padding: 6px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.sell_top a {
    display: inline-block;
}

.sell1 {
    display: inline-block;
}

.sell50 {
    display: none;
}

.rarity-item.Mythical {
    color: #8847ff;
}
.rarity-item.Immortal {
    color: #b37a00;
}
.rarity-item.Arcana {
    color: #6db900;
}
.rarity-item.Common {
    color: #6b8ab1;
}
.rarity-item.Rare {
    color: #4b69ff;
}
.rarity-item.Legendary {
    color: #8b1d98;
}
.rarity-item.Запрещённое {
    color: #7200ff;
}
.rarity-item.Засекреченное {
    color: #ff00e8;
}
.rarity-item.Тайное {
    color: #da0000;
}
.rarity-item.Нож {
    color: #ffd400;
}

.item-img:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    opacity: 0.5;
    margin: 6px;
    transition: .3s;
}
.item-img.c193:before {
    background-image: url(/assets/img/gamemobile.webp);
}
.item-img.c194:before {
    background-image: url(/assets/img/mobile.webp);
}

.item-preview:hover .item-img:before {
  opacity: 1;
}

.inputTxt.confirmItem {
    box-sizing: content-box;
    display: block;
    width: 98%;
    z-index: 1;
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 1%;
    font-size: 18px;
    color: #ffffff;
    border: 0px;
    border-radius: 0px;
    border-bottom: 1px solid #d4ac47;
    background-color: rgb(255 255 255 / 24%);
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    -webkit-transition: color 0.3s, border-color 0.3s;
    -o-transition: color 0.3s, border-color 0.3s;
    transition: color 0.3s, border-color 0.3s;
}

.inputTxt.confirmItem:focus {
  outline: 0;
  height: 44px;
  border-bottom: 2px solid #ffb50e;
}

.open-pay {
  display: none;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 90%;
  max-width: 190px;
  height: 50px;
  color: #0b0819;
  background-color: #ffcf0e;
  border-color: #ffcf0e;
  border: 0px;
  line-height: 50px;
  font-size: 20px;
  outline: none;
  cursor: pointer;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.open-pay.active {
  display: inline-block;
}

.error-pay {
  display: inline-block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 90%;
  max-width: 190px;
  height: 50px;
  color: #0b0819;
  background-color: #ffcf0e;
  border-color: #ffcf0e;
  border: 0px;
  opacity: 0.5;
  border-radius: 5px;
  line-height: 50px;
  font-size: 20px;
  outline: none;
  cursor: pointer;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.error-pay.non {
  display: none;
}

.checkout_modal {
  display: block;
  color: #ff5f5f;
  margin-bottom: 10px;
  transition: .3s;
}

.checkout_modal.active {
  color: #ff0000;
  transform: scale(1.05);
}

.id_link, .id_name {
    display: inline-block;
    color: #ff5f5f;
    transition: .3s;
    margin-top: 10px;
}

.id_link.stay {
    display: none;
}

.id_name.stay {
    display: none;
}

.succes_Order .pubg_log, .succes_Order.Tournament .stem_key {
    display: none;
}
.succes_Order.Tournament .pubg_log {
    display: block;
}

.block_r .ti_pubg {
    display: none;
}
.block_r.Tournament .ti_pubg{
    display: block;
}

.no-mail_no-type {
  display: inline-block;
}

.no-mail_no-type.non {
  display: none;
}

.no-mail {
  display: inline-block;
}

.no-mail.non {
  display: none;
}

.no-type {
  display: inline-block;
}

.no-type.non {
  display: none;
}

.rarSkin.t8377 {
    display: none;
}

.rarSkin.p8377 {
    display: none;
}

.confirm_ps {
    display: block;
    max-width: 500px;
    position: relative;
    color: #dadada;
    text-align: left;
    line-height: 18px;
    font-size: 13px;
    cursor: pointer;
    padding: 2px;
    margin: 0 auto;
    border: 1px solid #ffcf0e00;
}

.confirm_ps.non {
    border: 1px solid #c75e5f;
    background: #2f2020;
    border-radius: 3px;
}

.confirm_ps.non:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    opacity: 0.7;
    background-image: url(/assets/img/arrow.webp);
    background-size: contain;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
}

.confirm_ps input {
    float: left;
    display: inline-block;
    width: 15px;
    height: 15px;
    padding: 5px;
    margin: 1px;
    margin-bottom: 4px;
}

.email_valid {
    margin-top: 8px;
    text-align: left;
    font-size: 14px;
    padding: 5px;
    padding-left: 40px;
    color: #cec6c6;
    background: #312222;
    border: 1px solid #612c2c;
}

.confirmItem .uslov {
    color: #e0e0e0;
    margin: 0 2px;
}

.navigation {
  width: 100%;
    height: 80px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

.flex-nav {
  display: inline-block;
  flex: 1;
}

.navigation .flex-nav {
  float: left;
}

.flex-nav.menu-left {
  
}

.flex-nav.menu-right {
  display: inline-block;
}

.pc-menu {
  display: inline-block;
    flex: 1;
    height: 100%;
    text-align: center;
    position: relative;
}

.pc-menu a {
    font-size: 18px;
    color: #e8e8e8;
    text-decoration: none;
    width: 100%;
    vertical-align: baseline;
    display: block;
    height: 80px;
    line-height: 80px;
    margin: 0 10px;
    transition: .3s;
    text-transform: uppercase;
    position: relative;
}

.link-txt {
  vertical-align: middle;
  display: inline-block;
}

.pc-menu a:after {
  content: '';
  height: 2px;
  width: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #e69f00;
}

.pc-menu a:hover {
    color: #ffffff;
}

.pc-menu a:hover:after {
  width: 100%;
  left: 0;
}

.content.items_main {
  padding-top: 6px;
}

.items_page {
  padding: 6px;
}

.games-content {
  margin-left: -8px;
  margin-right: -8px;
  display: inline-block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.items_page .games-content {
  display: flex;
}

.item-list {
  width: 20%;
  color: #252525;
  float: left;
  text-align: center;
  position: relative;
  transition: .3s;
}

.price_htb {
    display: inline-block;
    padding: 6px;
    margin: 6px;
    color: #ffffff;
    border: 1px solid #ffb50e;
}

.tabs-tab-block a {
    text-decoration: underline;
}

.item-preview {
    display: block;
    margin: 5px;
    padding: 20px;
    overflow: hidden;
    transition: .3s;
    position: relative;
    border: 1px solid #3c3c3c;
    background: rgb(92 99 106 / 29%);
    background-image: url(/assets/img/item.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.item-preview:hover {
    position: relative;
    z-index: 1;
    border-color: #ffcc57;
}

.item-img {
  overflow: hidden;
  position: relative;
  height: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s;
}

.item-img.outfits {
    background-size: contain;
}

.item-top.lvl7:before , .item-top.lvl5:before , .item-top.lvl3:before {
    content: '';
    background-image: url(/assets/img/stattrack.webp);
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    transition: .3s;
}

.item-price-skin {
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.item-img.c2 {
  background-color: #dedede;
}

.item-top {
  position: relative;
  text-align: center;
}

.item-name {
    display: flex;
    padding: 0 1%;
    height: 44px;
    line-height: 40px;
    text-align: center;
    align-items: center;
    transition: .3s;
    z-index: 3;
    border: 1px solid #ffb50e;
}

.item-name-title {
    color: #feab02;
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
    margin: 0 auto;
}

@keyframes fly {
  50% {
    transform: scale(1.05);
  }
}

.item-preview:hover .item-name {
  
}

.bottom-item {
  position: relative;
  transition: .3s;
  z-index: 2;
}

.item-discount {
    display: inline-block;
    float: left;
    width: 25%;
    height: 30px;
    font-size: 16px;
    color: #ffffff;
    border: solid 1px #a2a2a2;
    line-height: 30px;
    transition: .5s;
}

.price-cont {
  height: 40px;
  padding-top: 10px;
}

.item-price-cont {
    display: inline-block;
    float: left;
    width: 48%;
    font-size: 21px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: left;
}

.item-old_tab {
    display: inline-block;
    float: left;
    width: 27%;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    padding-right: 7px;
    color: #b3b3b3;
    text-align: right;
    text-decoration: line-through;
}

.item-old_tab-skin {
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    font-weight: bold;
    padding-right: 4px;
    color: #b3b3b3;
    text-align: right;
    text-decoration: line-through;
}

.item-preview:hover .item-discount {
    background: #f2a900;
    border-color: #ffcc57;
    color: #000;
}

.img_account_free_fire {
    
}

.img-app_tab:hover .img_account_free_fire {
    
}

.app-background-l {
  display: block;
}

.gamecols {
  display: flex;
  text-align: left;
}

.gamecols__info {
    width: 30%;
    max-width: 380px;
    display: inline-block;
    background-image: linear-gradient(0deg, #1c1e23, #363a4457);
    position: relative;
    float: left;
    text-align: center;
    border: 1px solid #373b46;
}

.top-discount-wr {
  position: absolute;
    top: 10px;
    right: 10px;
    width: 140px;
    padding: 5px;
    text-align: center;
    line-height: 20px;
    color: #ffb50e;
    font-size: 20px;
    display: block;
    z-index: 9;
    transition: .3s;
    background-color: #1c1c1c;
    border: 2px solid;
}

.last-price {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
}

.crossout {
  position: relative;
  display: inline-block;
}

.price_discount {
  color: #ffb50e;
    font-size: 18px;
    display: inline-block;
    font-weight: bold;
}

.img-app_tab {
    margin: 10px;
    text-align: center;
    display: block;
    transition: .5s;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    overflow: hidden;
    max-height: 240px;
}

.img-app_tab.outfits {
    margin: 0px;
    max-height: 340px;
}

.img-app_tab img {
    max-height: 240px;
    transition: .5s;
}

.img-app_tab.outfits img {
    max-height: 340px;
}

.img-app_tab:hover img {
    transform: scale(1.3);
}

.new10us {
    color: #fff;
}

.gamedeal {
  padding: 14px 5px 10px 5px;
}

.gamedeal__buy {
  display: inline-block;
  align-items: center;
  width: 100%;
}

.gamedeal__buy .price-wr {
  padding-right: 0px;
  width: 100%;
  text-align: center;
  color: #ffb50e;
}

.price {
  font-weight: normal;
  white-space: nowrap;
  font-size: 38px;
  line-height: 32px;
}

.price-wr__main-str .price {
  display: inline-block;
  text-align: center;
}

.price_cur {
    font-size: 14px;
}

.btn_pay {
    display: inline-block;
    margin-top: 12px;
    width: 90%;
    max-width: 190px;
    height: 50px;
    color: #0b0819;
    background-color: #ffb50e;
    border-color: #ffc645;
    border: 0px;
    line-height: 50px;
    font-size: 20px;
    outline: none;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.rouble {
  font-family: 'rouble' !important;
  text-transform: none !important;
  font-weight: lighter !important;
}

.gamecols__img {
    width: 75%;
    padding: 5px 5px 5px;
    margin-left: 1%;
    display: inline-block;
    float: left;
    background-image: linear-gradient(0deg, #1c1e23, #363a4457);
    border: 1px solid #373b46;
}


.icon-in_order-lvl {
    display: inline-block;
    background-image: url(/assets/img/stattrack.webp);
    width: 18px;
    height: 18px;
    float: left;
}

.rarity_pre-item.lvlNon {
    display: none;
}

.title-lvl7, .title-lvl5, .title-lvl3 {
    display: inline-block;
    background-image: url(/assets/img/stattrack.webp);
    width: 18px;
    height: 18px;
    float: left;
    margin: 5px;
}

.open_mail {
    cursor: pointer;
}

.open_mail .selectCheck {
    display: block;
    width: 100%;
    height: 0px;
    background: url(/assets/img/banner1.webp);
    background-repeat: no-repeat;
    background-size: contain;
    transition: .5s;
}

.open_mail.selected .selectCheck {
    height: 300px;
}

.gameposter.Tournament h4, .gameposter.Tournament .vppa {
    display: none;
}

.tourn {
    display: none;
}
.tourn.Tournament{
    display: block;
}

.tabs-tab-block {
    color: #fff;
}

.tabs-tab-block strong {
    color: #ffb50e;
    line-height: 27px;
}

.ul-arrows {
    color: #fff;
}

.ticket-info {
    padding: 45px;
    width: 48%;
    margin: 1%;
    background: #fff;
    display: inline-block;
    float: left;
}

.ticket-info span {
    display: block;
    margin-top: 15px;
}

.ticket-info b {
    display: inline-block;
    width: 36%;
    max-width: 160px;
    font-weight: 400;
    border-bottom: 1px solid #e4e4e4;
}

.ticket_s1 {
    color: #3cc96a;
    line-height: normal;
    margin: 0;
    display: inline;
}

.ticket-form {
    padding: 45px 50px 45px 50px;
    border-left: 1px solid #eff0f2;
}

.block_r {
    display: flex;
    margin: 0 auto;
    max-width: 1600px;
}

.support-list {
    background: #fff;
    padding: 40px 35px;
    width: 48%;
    margin: 1%;
    display: inline-block;
    float: left;
}

.title-page-block {
    font-weight: 400;
    font-size: 24px;
    margin-left: 15px;
    padding-bottom: 20px;
    clear: both;
    color: #0b0819;
}

.title-page-block p {
  margin: 0;
  margin-top: 10px;
  line-height: 18px;
  font-size: 16px;
}

.support-content {
    padding: 0 15px;
}

fieldset {
    position: relative;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
  margin: 15px 0;
}

.float textarea, .float input {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.btn-primary {
    display: inline-block;
    margin-top: 20px;
    width: 90%;
    max-width: 190px;
    height: 50px;
    color: #0b0819;
    background-color: #ffcf0e;
    border-color: #ffcf0e;
    border: 0px;
    border-radius: 5px;
    line-height: 50px;
    font-size: 20px;
    outline: none;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.block_fff {
  background-color: #fff;
}

.succes_Order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 20px;
    margin: 1%;
    color: #000;
    background-color: #ffffff;
}

body.success {
  padding-top: 0;
  background: #f6f6f6;
}

.success .h1_page {
    color: #010002;
}

.success .inputTxt.confirmItem {
    background-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid #a7a7a7;
    color: #000000;
}

.success .float .label_in {
    color: #9f9ea3;
}

.competition_text {
    color: #fff;
    text-align: left;
    width: 49%;
    margin-left: 1%;
    float: left;
}

.competition_line {
    font-size: 20px;
    color: #ffffff;
    font-weight: bolder;
}

.competition_block {
    color: #fff;
    text-align: left;
    float: left;
    max-width: 50%;
}

.competition_wrapp {
    display: inline-block;
    width: 100%;
    padding: 10px;
    background-color: #2f2f2f;
    background-image: url(/assets/img/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.competition_img {
    
}

.competition_img img {
    display: inline-block;
    max-height: 340px;
}

.new_browser {
    max-width: 500px;
    margin: 0 auto;
    color: #d2d2d2;
    background: #2f2020;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    padding: 6px;
    border: 1px solid #c75e5f;
    border-radius: 6px;
}

.succes_Order .uslov, .succ_uslov {
    color: #4059d4;
    text-decoration: underline;
}

.succ_tab {
    text-align: left;
    background: #fff;
    margin: 1%;
    padding: 10px;
}
.succ_tab p {
    margin: 0;
    display: inline-block;
    font-weight: bold;
}

.succ_tab.Tournament {
    display: none;
}

.new_browser img {
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    opacity: 0.6;
    transition: .3s;
    max-height: 300px;
}
.new_browser img:hover {
    opacity: 1;
}

#collapseq img {
    display: block;
    margin: 0 auto;
    margin-top: 8px;
    transition: .3s;
    max-height: 300px;
}

.ticketsleft_user {
    color: #929292;
    text-align: left;
    display: inline-block;
    float: left;
    width: 100%;
}
.ticketsleft_user  p {
    display: inline-block;
    margin: 0 auto;
    font-size: 14px;
    float: left;
}

.ticketsleft_buy {
    color: #fff;
    text-align: left;
    font-size: 20px;
}

.ticketsleft_user span {
    color: #c5c5c5;
    width: 90px;
    display: inline-block;
    padding: 0px 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

.single-room {
    font-size: 14px;
}

.ticketsleft_user i {
    font-style: normal;
    width: 20px;
    display: inline-block;
    float: left;
}

.participate_btn {
    display: inline-block;
    margin: auto;
    width: 90%;
    max-width: 190px;
    height: 40px;
    color: #0b0819;
    background-color: #ffb50e;
    border-color: #ffb50e;
    border: 0px;
    border-radius: 5px;
    line-height: 40px;
    font-size: 20px;
    outline: none;
    cursor: pointer;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.competition_text span {
    display: block;
    margin-top: 8px;
}

.competition_wrapp .inputTxt.confirmItem {
    padding: 0 4%;
    width: 92%;
    margin-top: 18px;
}

.line100 {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.compet_bott_line {
    font-size: 16px;
    line-height: 20px;
    color: #b1b1b1;
    display: inline-block;
    float: left;
    cursor: pointer;
    padding: 5px;
    transition: .3s;
}
.compet_bott_line:hover {
    color: #ffb50e;
}

.compet_bott_line:hover .compet_users {
    visibility: visible;
}

.compet_bott_line span {
    display: inline-block;
    margin: 0;
}

.compet_bott_line xmp {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.countdown , .countdown .countdown-number, .countdown .countdown-time, .countdown .countdown-text {
    display: inline-block;
}

#results_count {
    color: #a0a0a0;
}

.countdown-time {
    color: #e8e8e8;
}

.compet_users {
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 30px;
    height: 232px;
    max-width: 220px;
    overflow: overlay;
    background: #1d1d1d;
    border: 1px solid #464646;
    color: #cacaca;
    padding: 5px;
    padding-right: 25px;
    z-index: 9;
}

.compet_users div {
    
}

.no_comission {
    width: 100%;
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    margin-top: 5px;
}

.yeuser {
    display: inline-block;
    float: left;
    line-height: 20px;
    padding: 5px;
    color: #ff5050;
}

#competition {
    text-align: left;
    position: relative;
    display: block;
}


.header-block {
    height: 120px;
    background: linear-gradient(to right, #fff 50%, #131313 50%);
    margin-bottom: 22px;
}

.header-block-t1 {
    display: none;
    float: left;
    height: 100%;
    width: 25%;
}

.logo {
    margin-top: 38px;
    background: url(/assets/img/arrow.webp) no-repeat 0 0;
    width: 170px;
    height: 44px;
    background-size: 100%;
    outline: none;
}

.header-block-t2 {
    display: block;
    float: left;
    position: relative;
    height: 100%;
    width: 60%;
    max-width: 50%;
    min-width: 250px;
    background: #ffca00;
    padding: 30px 50px;
}

.header-block-t2 .price {
    display: block;
    color: #0b0819;
    font-size: 30px;
    font-weight: 300;
}


.header-block-t2 .desc {
    display: block;
    width: calc(100% - 70px);
    color: #b08212;
    font-size: 19px;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cancel {
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 50px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #e7ba0c;
    vertical-align: middle;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cancel-ico {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 14px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.cancel-ico:before, .cancel-ico:after {
    content: "";
    position: absolute;
    z-index: -1;
    background: #131313;
}

.cancel-ico:before {
    left: 50%;
    width: 1px;
    margin-left: -1px;
    height: 100%;
}

.cancel-ico:after {
    top: 50%;
    height: 1px;
    margin-top: -1px;
    width: 100%;
}

.header-block-t3 {
    display: block;
    float: left;
    position: relative;
    height: 100%;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.header-block .container {
  height: 100%;
  max-width: 1580px;
  padding: 0;
}

.back-site {
    position: relative;
    display: inline-block;
    padding: 15px 32px 15px 65px;
    color: #8d8d8d;
    font-size: 15px;
    float: left;
    font-weight: 300;
    text-transform: uppercase;
    background: #f0f0f0;
    border-radius: 50px;
    margin-bottom: 30px;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.list-block a {
    text-decoration: none;
    outline: none;
}

.back-site i {
    position: absolute;
    top: 18px;
    left: 24px;
    width: 22px;
    height: 12px;
    background: url(/assets/img/arrow.webp) no-repeat 0px 0px;
    background-size: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inline-block {
  display: inline-block;
}

.gaming {
    display: none;
    z-index: 99999999;
    text-align: center;
}

header {
    width: 100%;
    background: #050a10;
    height: 70px;
    line-height: 70px;
}

.game {
    width: 70px;
    height: 100%;
    padding: 10px;
    display: inline-block;
    float: right;
    z-index: 99;
    position: relative;
}

.header-games .games-logo {
    margin: 0 auto;
    line-height: 80px;
    height: 80px;
    padding: 0 15px;
    text-align: center;
    align-items: center;
}

.header-games .games-logo IMG {
    position: relative;
    top: 0px;
    z-index: 2;
    transition: .3s;
    height: 80px;
    margin: 10px 0;
    border-radius: 15px;
}

.gaming .games-logo {
    display: list-item;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 15px;
    padding-right: 10px;
}

.games-logo IMG {
    position: relative;
    z-index: 2;
    transition: .3s;
    height: 50px;
    margin: 0 auto;
    border-radius: 15px;
}

.top-tit {
    display: block;
    float: left;
    color: #feab02;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 15px;
    line-height: 1;
    margin: 0;
    text-align: left;
    margin-left: 70px;
}

.top-tit span {
    display: block;
    color: #d9d9d8;
    font-size: 14px;
    line-height: 1;
}

.link-txt img {
    display: inline-block;
    position: relative;
    top: -2px;
    left: 5px;
    height: 24px;
}

#showLeft {
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
    top: 2px;
}

#showLeft span {
    display: block;
    position: absolute;
    height: 2px;
    width: 30px;
    background: #ffb400;
    border-radius: 8px;
    left: 0;
    margin-top: 6px;
    margin-left: 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#showLeft span:nth-child(1) {
    top: 0px;
}

#showLeft span:nth-child(2) {
    top: 10px;
}

#showLeft span:nth-child(3) {
    top: 20px;
}

.cbp-spmenu-left {
    position: fixed;
    right: -260px;
    top: 60px;
    background: rgba(0,0,0,.9);
    display: block;
    transition: .5s;
    z-index: 999;
    overflow: auto;
    overflow-x: auto;
    border-bottom: 1px solid #fdcc5a;
}

.cbp-spmenu-vertical a {
    padding: 1em;
    padding-right: 50px;
}

.cbp-spmenu a {
    display: block;
    position: relative;
    text-align: right;
    color: #e4e4e4;
    font-size: 1.1em;
    font-weight: 300;
    border-color: #202020;
    border-left: 1px solid #fdcc5a;
    border-right: 1px solid #fdcc5a;
    border-top: 1px solid #fdcc5a;
    transition: .3s;
}
.cbp-spmenu a:hover {
    background: #252525;
    color: #fff;
}

.cbp-spmenu-vertical a:before {
    content: '';
    display: inline-block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
    margin: 10px 12px;
}
.cbp-spmenu-vertical .menu_h:before {
  background-image: url(/assets/img/menu/home.webp);
}
.cbp-spmenu-vertical .menu_g:before {
  background-image: url(/assets/img/menu/guarantees.webp);
}
.cbp-spmenu-vertical .menu_f:before {
  background-image: url(/assets/img/menu/faq.webp);
}
.cbp-spmenu-vertical .menu_r:before {
  background-image: url(/assets/img/menu/reviews.webp);
}
.cbp-spmenu-vertical .menu_c:before {
  background-image: url(/assets/img/menu/contacts.webp);
}

#bg_spmenu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: 998;
}
#bg_spmenu.active {
  display: block;
}

.news_block__content {
  
}

.block_guar {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    border-left: 3px solid #ffb50e;
    border-radius: 100px;
    background-image: linear-gradient(0deg, #1d1f2400, #1c1e23);
    text-align: left;
}

.bg_guar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background-image: linear-gradient(90deg, #ffb50e40 0%, #2f2f2f 40%);
    opacity: 0;
    transition: .5s;
    z-index: 1;
    box-shadow: 5px 5px 10px -5px #00000085;
}

.block_guar:hover .bg_guar:after {
  opacity: 1;
}

.img_guar {
  display: inline-block;
    position: relative;
    z-index: 2;
    float: left;
    width: 180px;
    padding: 20px 0;
}

.img_guar img {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 80px;
  margin: 0 auto;
  border: 3px solid #ffb50e;
  z-index: 1;
}

.img_guar:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ffb50e;
  border-radius: 180px;
  z-index: 0;
  opacity: 0;
}

.block_guar:hover .img_guar:after {
  animation: opc1 1.5s ease-in-out infinite both;
}

.cont_guar {
  position: relative;
  z-index: 2;
  display: inline-block;
  float: left;
  width: 80%;
  transition: .5s;
  color: #ffffff;
  padding-right: 30px;
}

.cont_guar h2 {
  color: #ffb50e;
}

.inner.ta-left {
  text-align: left;
}

.newhowto {
    overflow: hidden;
    max-width: 900px;
    margin: 0 auto;
    padding: 0 0 20px;
    width: 100%;
}

.newhowto-left {
    display: inline-block;
    float: left;
    width: 100%;
}

.newhowto-slogan2 {
    font-size: 28px;
    line-height: 30px;
    font-weight: 700;
    color: #ffb50e;
    text-align: center;
    padding: 20px 0 20px;
}

.newhowto-right {
    display: inline-block;
    float: left;
    width: 100%;
}

.newhowto-step, .nsgt {
    margin-bottom: 20px;
    background-clip: padding-box;
    height: 70px;
    position: relative;
    background-image: linear-gradient(0deg, #1d1f2400, #1c1e23);
    padding: 10px 5px 10px 90px;
    display: flex;
    align-items: center;
    color: #ffffff;
    border-left: 3px solid #ffb50e;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.41);
}

.newhowto-descr {
    font-size: 18px;
    line-height: 20px;
}

a.link {
    outline: none;
}

.newhowto-step:before {
    content: "1";
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #1d1d1d;
    color: #ffffff;
    text-align: center;
    font-size: 2em;
    line-height: 60px;
    font-weight: 700;
}

.newhowto-step:nth-child(1):before {
    content: "1";
}
.newhowto-step:nth-child(2):before {
    content: "2";
}
.newhowto-step:nth-child(3):before {
    content: "3";
}
.newhowto-step:nth-child(4):before {
    content: "4";
}
.newhowto-step:nth-child(5):before {
    content: "5";
}

.price-wr .status {
    display: inline-block;
    align-items: center;
    color: #5dba02;
    font-size: 18px;
    margin-top: 10px;
}

.icon-in_order {
    display: inline-block;
    background-image: url(/assets/img/sprite.webp);
    background-position: -108px -98px;
    width: 19px;
    height: 19px;
    float: left;
}

.status span {
    padding-bottom: 1px;
    text-align: left;
}

.price-wr .status i {
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 8px;
}

.gameposter .inline-rules {
    color: #fff;
    font-size: 15px;
}

.uslov {
    cursor: pointer;
    position: relative;
    color: #fff;
}

.uslov:hover {
    text-decoration: underline;
}

.uslov .tooltiptext {
    visibility: hidden;
    width: 210px;
    font-size: 13px;
    background-color: #191919;
    color: #f1f1f1;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
}

.uslov:hover .tooltiptext {
  visibility: visible;
}

.product-rating {
    display: inline-block;
    width: 100%;
    max-width: 100px;
    height: 29px;
    margin-left: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat !important;
}

.product-rating.star-5 {
    background-image: url(/assets/img/rating.webp);
}

.line-center {
    position: relative;
    text-align: center;
}

.tab-line-cn {
    position: relative;
    margin: 0 auto;
    min-height: 20px;
    line-height: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.h2-center_gold {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    color: #000000;
    font-size: 16px;
    background: #ffb40f;
    border: 1px solid #ffca51;
    padding: 3px 12px;
    font-weight: 700;
    box-shadow: 2px 2px 10px #0000004a;
}

.clearfix {
    width: 100%;
    display: inline-block;
}

.col-md-12 {
    padding: 0;
}

.lead {
    margin-bottom: 20px;
    font-size: 16.099999999999998px;
    font-weight: 200;
    line-height: 1.4;
}

.lead {
    font-size: 21px;
}

.text-center {
    text-align: center;
}

.panel-group .panel {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    background-image: linear-gradient(0deg, #1d1f2400, #1c1e23);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.41);
    border: 1px solid #ca9011;
    min-height: 70px;
    max-width: 900px;
    margin: 0 auto;
}

.panel-default.contacts {
    display: block;
    position: relative;
    line-height: 70px;
    padding-left: 60px;
    font-size: 16px;
    color: #ffffff;
    transition: .5s;
}
.panel-default.contacts:hover {
  padding-left: 70px;
}

.contacts.telegram:before,.contacts.appstore:before,.contacts.googleplay:before,.contacts.news:before, .contacts.report:before {
    content: '';
    position: absolute;
    left: 18px;
    top: 20px;
    display: inline-block;
    width: 30px;
    height: 30px;
    transition: .3s;
    transform: scale(1);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.contacts.telegram:before {
    background-image: url(/assets/img/telegram.webp);
}
.contacts.appstore:before {
  background-image: url(/assets/img/appstore.webp);
}
.contacts.googleplay:before {
  background-image: url(/assets/img/googleplay.webp);
}
.contacts.news:before {
  background-image: url(/assets/img/news.webp);
}
.contacts.report:before {
    background-image: url(/assets/img/report.webp);
}
.panel-default.contacts:hover:before {
  transform: scale(1.1);
}

.panel-heading {
    max-height: 70px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    transition: 0.3s;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
    font-weight: normal;
    display: table;
    height: 70px;
    padding: 0 15px;
}

.panel-title a {
    color: #ffffff;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.panel_agree a {
    position: relative;
    color: #6f6f6f;
    vertical-align: middle;
    display: inline-block;
    padding: 10px;
    margin: 0 10px;
    opacity: 0.5;
    border: 1px solid #c7c7c7;
}
.panel_agree .active {
    opacity: 1;
}

.panel_agree {
    position: relative;
    text-align: left;
    margin: 0 auto;
    padding: 5px 10px;
    max-width: 980px;
}

.agreement__container {
    background: #fff;
    position: relative;
    padding: 1px;
}

.agreement__container .agreement__title {
    font-size: 20px;
    margin: 10px;
}

.agreement__container .panel-body {
    padding: 0px;
}

.agreement__text {
    margin: 0px;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
  transition: .35s;
}

.panel-body {
    padding: 18px 15px;
    color: #ffffff;
    font-size: 15px;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #505050;
}

.panel-group .panel+.panel {
    margin-top: 20px;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease
}

.img_item_list {
    position: relative;
    width: 100%;
    display: inline-block;
}

@media screen and (min-width: 800px) {
    .img_item_list img {
        width: 49%;
        margin: 0.5%;
        float: left;
    }    
}


.panel-heading .coll_line:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .3s;
  z-index: 2;
  opacity: 0;
}

.panel-heading .coll_line.active:after {
  opacity: 0.2;
}

.main-body2 {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

.page-header-rev {
    padding-bottom: 9px;
    margin-bottom: 20px;
    border-bottom: 1px solid #4e4e4e;
    display: inline-block;
    width: 100%;
    height: 50px;
}

.lcol {
    float: left;
    font-size: 24px;
    margin-bottom: 0;
    line-height: inherit;
    color: #313131;
}

.rcol {
    float: right;
}

.btn-rev {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #4e4e4e;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #ffffff;
    background-color: #3e3e3e;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.44);
    transition: .3s;
} 

.btn-rev.fake-btn {
    color: #c55546;
    background-color: #312a2a;
    border: 1px solid #c55546;
    cursor: no-drop;
}

.sent {
  position: absolute;
    height: 0;
    top: -10%;
    left: 5%;
    width: 90%;
    padding: 15px;
    line-height: 20px;
    font-size: 16px;
    background: #f5fff6;
    color: #000;
    border: 1px solid #b7d8b2;
    margin: 0 auto;
    border-radius: 10px;
    transition: .5s;
    opacity: 0;
    box-shadow: 5px 5px 10px #00000017;
}

.sent.active {
  top: 30%;
  opacity: 1;
  height: auto;
}

.fake-btn.stay, .click-btn.stay {
  display: none; 
}

#addcform {
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    color: #ffffff;
    background: #1c1e23;
    border: 1px solid #0d94da;
    text-align: left;
}

#addcform .form-control {
   
}

:focus {
    outline: none;
}

.form-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.header_security {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    height: 70px;
}

.header_security img {
    width: auto;
    height: 100%;
}

#reportform {
    position: relative;
    margin-bottom: 15px;
    padding: 10px;
    color: #2b5b5f;
    background: #ffffff;
    border-radius: 4px;
    text-align: left;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}

#reportform .form-control {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #b91919;
}

.report .main-body2 {
    background: none;
}

.form-group {
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

#fountainG{
    position:relative;
    width:180px;
    height:18px;
    margin:auto;
}

.content.report {
    font-family: sans-serif;
    font-weight: bold;
}

.content.report .lcol {
    color: #2b2b2b;
    float: none;
}

.report .page-header-rev {
    margin-bottom: 0;
    border-bottom: none;
}

.report .form-group textarea {
    background-color: #ffffff;
    border: 2px solid #ddd;
}

.report .btn-rev {
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    color: #ffffff;
    background-color: #006168;
    outline: none;
    transition: .3s;
    box-shadow: none;
}

.reviews .btn-default {  
     color: #ffffff;
    background-color: #ec7800;
    border: 0;
}

.btn-rev.fake-btn {
    color: #680000;
    background-color: #ffeded;
    border: 1px solid #680000;
    cursor: no-drop;
}

.sent.active {
  top: 30%;
  opacity: 1;
  height: auto;
}

.fake-btn {
  display: inline-block;
}
.fake-btn.line1.line2.line3.line4.line6 {
    display: none; 
}

.content.report .click-btn {
  display: none; 
}
.click-btn.line1.line2.line3.line4.line6 {
  display: inline-block; 
}

.content.report .form-control, .content.report .form-group textarea{
    color: #2b2b2b;
}

.report .errors {
    background: #ffffff;
    padding: 5px 10px;
    border-radius: 2px;
    color: #006168;
    border: 2px solid #006168;
}

.requirements input {
    width: auto;
    display: inline-block;
    height: 14px;
}

.requirements span {
    display: inline-block;
}

.arbitration input, .arbitration .col-sm-10 {
    width: auto;
    display: inline-block;
    height: 16px;
    line-height: 20px;
}

.content.report .form-group, .content.report  label{
    font-size: 14px;
}
.content.report  label{
    line-height: 18px;
    margin-top: 6px;
}

#fountainG{
    position:relative;
    width:180px;
    height:18px;
    margin:auto;
}

.fountainG{
    position:absolute;
    top:0;
    background-color:rgb(0,0,0);
    width:18px;
    height:18px;
    animation-name:bounce_fountainG;
        -o-animation-name:bounce_fountainG;
        -ms-animation-name:bounce_fountainG;
        -webkit-animation-name:bounce_fountainG;
        -moz-animation-name:bounce_fountainG;
    animation-duration:1.5s;
        -o-animation-duration:1.5s;
        -ms-animation-duration:1.5s;
        -webkit-animation-duration:1.5s;
        -moz-animation-duration:1.5s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
    transform:scale(.3);
        -o-transform:scale(.3);
        -ms-transform:scale(.3);
        -webkit-transform:scale(.3);
        -moz-transform:scale(.3);
    border-radius:19px;
        -o-border-radius:19px;
        -ms-border-radius:19px;
        -webkit-border-radius:19px;
        -moz-border-radius:19px;
}

#fountainG_1{
    left:0;
    animation-delay:0.6s;
        -o-animation-delay:0.6s;
        -ms-animation-delay:0.6s;
        -webkit-animation-delay:0.6s;
        -moz-animation-delay:0.6s;
}

#fountainG_2{
    left:20px;
    animation-delay:0.75s;
        -o-animation-delay:0.75s;
        -ms-animation-delay:0.75s;
        -webkit-animation-delay:0.75s;
        -moz-animation-delay:0.75s;
}

#fountainG_3{
    left:40px;
    animation-delay:0.9s;
        -o-animation-delay:0.9s;
        -ms-animation-delay:0.9s;
        -webkit-animation-delay:0.9s;
        -moz-animation-delay:0.9s;
}

#fountainG_4{
    left:60px;
    animation-delay:1.05s;
        -o-animation-delay:1.05s;
        -ms-animation-delay:1.05s;
        -webkit-animation-delay:1.05s;
        -moz-animation-delay:1.05s;
}

#fountainG_5{
    left:80px;
    animation-delay:1.2s;
        -o-animation-delay:1.2s;
        -ms-animation-delay:1.2s;
        -webkit-animation-delay:1.2s;
        -moz-animation-delay:1.2s;
}

#fountainG_6{
    left:100px;
    animation-delay:1.35s;
        -o-animation-delay:1.35s;
        -ms-animation-delay:1.35s;
        -webkit-animation-delay:1.35s;
        -moz-animation-delay:1.35s;
}

#fountainG_7{
    left:120px;
    animation-delay:1.5s;
        -o-animation-delay:1.5s;
        -ms-animation-delay:1.5s;
        -webkit-animation-delay:1.5s;
        -moz-animation-delay:1.5s;
}

#fountainG_8{
    left:140px;
    animation-delay:1.64s;
        -o-animation-delay:1.64s;
        -ms-animation-delay:1.64s;
        -webkit-animation-delay:1.64s;
        -moz-animation-delay:1.64s;
}



@keyframes bounce_fountainG{
    0%{
    transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-o-keyframes bounce_fountainG{
    0%{
    -o-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    -o-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-ms-keyframes bounce_fountainG{
    0%{
    -ms-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    -ms-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-webkit-keyframes bounce_fountainG{
    0%{
    -webkit-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    -webkit-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

@-moz-keyframes bounce_fountainG{
    0%{
    -moz-transform:scale(1);
        background-color:rgb(0,0,0);
    }

    100%{
    -moz-transform:scale(.3);
        background-color:rgb(255,255,255);
    }
}

.copyright {
    display: inline-block;
    padding: 10px 10px;
    min-height: 58px;
    width: 100%;
    background: #1d1d1d;
}

.counters {
    position: relative;
    float: left;
    z-index: 2;
    display: inline-block;
}

.footer-steam {
  max-width: 88px;
}

.disclaimer {
    font-size: 11px;
    line-height: 16px;
    color: #cacaca;
    display: inline-block;
    min-height: 72px;
    float: left;
    text-align: left;
    width: 100%;
    margin-left: -100px;
    padding-left: 120px;
}
.col-sm-2 {
    width: 16.666666666666664%;
}

.col-sm-10 {
    width: 83.33333333333334%;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #ffffff;
    background-color: #2f2f2f;
    background-image: none;
    border: 1px solid #676767;
    border-radius: 4px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group textarea {
    line-height: 18px;
    height: 100px;
    padding: 5px 10px;
    width: 100%;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    background-color: #2f2f2f;
    border: 1px solid #676767;
}

.errors {
    background: #3e2323;
    border: 1px solid #a05c5c;
    padding: 5px 10px;
    border-radius: 4px;
    color: #cc8383;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    color: #ffffff;
    background: #1c1e23;
    border: 1px solid #0d94da;
}

.label {
    display: inline;
    padding: .25em .6em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #05161f;
}

.label-success {
    background-color: #178408;
}

.label-danger {
    background-color: #c71c22;
}

.advice {
    margin: 20px 0;
    border-left-width: 5px;
    position: relative;
    overflow: hidden;
    background: #1c1e23;
    border: 1px solid #2b4856;
}

.advice_foto {
    display: inline-block;
    float: left;
    margin: 5px 0 5px 5px;
    width: 30px;
    height: 30px;
}

.advice .top {
    padding: 10px 20px;
    line-height: 13px;
    border-bottom: 1px solid #4e4e4e;
    overflow: hidden;
}

.btn_rev_catalog {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    max-width: 340px;
    padding: 8px 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    background: #eaa300;
    border: 1px solid #ffcc57;
}

.lcol {
    float: left;
    font-size: 24px;
    margin-bottom: 0;
    line-height: inherit;
    color: #ffffff;
}

.advice h4 {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 0;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: normal;
    color: #8a8a8a;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #181818;
    border-radius: 10px;
}

.advice .top span {
    margin: 0 10px;
}

.advice-success h4 a {
    color: #feab02;
    font-size: 20px;
}

.advice .text {
    padding: 10px 20px;
    color: #eaeaea;
    position: relative;
  text-align: left;
}

.advice.is_foto .text, .advice.is_foto .top {
    padding: 10px;
}

.advice.advice-success::after {
    width: 10px;
    padding: 15px 0;
    background: hsla(113, 89%, 27%, 0.31);
    content: '';
    color: rgba(99,199,111,0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-weight: bold;
    text-align: center;
}
.advice.advice-danger::after {
    width: 10px;
    padding: 15px 0;
    background: rgba(132, 8, 8, 0.44);
    content: '';
    color: rgba(99,199,111,0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    font-weight: bold;
    text-align: center;
}

.advice_answer {
    margin: 10px 0;
    padding: 9px;
    border-radius: 3px;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #2e323a;
    color: #e2e2e2;
    border-radius: 4px;
    text-align: left;
    box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.15);
}

.advice_answer_h {
    font-weight: bold;
    margin: 0 0 10px 0;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
}

.col-sm-offset-2 {
    margin-left: 16.666666666666664%;
}

a {
    color: #ffb50e;
}
#bg_popup{
    position: fixed;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}
   
#popup {
    background:#fff;
    max-width: 350px;
    margin: 25% auto;
    padding: 5px 20px;
    position: relative;
}

#popup_wrap {
    padding: 5px;
}
   
#bg_popup .close{
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    padding: 5px 8px;
    height: 30px;
    color: #353535;
    background: #ffcf0e;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 22px;
}

#popup span {
    font-weight: bold;
}

#bg_popup img {
    position: absolute;
    top: 10px;
    right: 20px;
    height: 60px;
    animation: opc 1s ease-in-out infinite both;
}
.news_block__content h1 {
    color: #ffb50e;
}

.items_page .item-price-cont {
    float: none;
    line-height: 7px;
    font-size: 20px;
    width: 75%;
    text-align: right;
  }
  .items_page .item-old_tab {
    float: none;
    line-height: 20px;
    font-size: 12px;
    width: 75%;
    margin-top: -4px;
  }

.countdown-title {
  display: inline-block;
    color: #ffb50e;
    font-weight: 100;
    font-size: 30px;
    margin: 10px 0px 15px;
}
 
.countdown {
  color: #ffb50e;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 20px;
}
 
.countdown-number {
  padding: 5px;
  border-radius: 3px;
  background: #2f2f2f;
  display: inline-block;
}
 
.countdown-time {
  padding: 5px;
  border-radius: 3px;
  background: #1d1d1d;
  display: inline-block;
}
 
.countdown-text {
  display: block;
  padding-top: 5px;
  font-size: 16px;
}

.gamecols .countdown-title {
    font-size: 20px;
    margin: 15px 0px 5px;
}

.gamecols .countdown {
    font-size: 14px;
}

.gamecols .countdown-number {
    padding: 3px;
}

.gamecols .countdown-time {
    padding: 3px;
}

.gamecols .countdown-text {
    font-size: 11px;
}

.info_acc {
    display: none;
}
.acc_Account {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 7px;
}


@media (min-width: 1450px) { 
  .item-list {
    width: 16.66%;
  }
  .clearfix {
    width: 48%;
    float: left;
  }
  .newhowto {
    width: 48%;
    display: inline-block;
    margin-right: 4%;
    float: left;
  }
}

@media (max-width: 1400px){ 
  .items_page .item-img {
    height: 110px;
  }
}

@media (max-width: 1220px){ 
  .item-list {
    width: 25%;
  }
  .items_page .item-img {
    height: 100px;
  }
  .items_page .item-preview {
    padding: 10px;
  }
}

.items_page .item-preview {
    padding: 10px;
  }

@media (min-width: 800px) and (max-width: 1160px){ 
  .ticket-info {
    padding: 45px 15px;
  }
  .cont_guar {
    width: 76%;
  }
  .items_page .item-img {
    height: 90px;
  }
}

.ye_key {
  display: none;
}
.no_key {
  display: none;
}
.no_keys .no_key {
  display: inline-block;
}

.line_key {
  line-height: 20px;
  font-size: 16px;
  margin: 0 auto;
}
.line_key p {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0;
}

@media (min-width: 800px) { 
  .catalogPay.card, .catalogPay.mobile, .catalogPay.qiwi{
    height: 96px;
  }
  .catalogPay.qiwi img {
      max-height: 60px;
  }
}

@media (min-width: 800px) and (max-width: 1100px){ 
  .items_page .games-content {
    display: inline-block;
  }
  .items_page .item-preview {
    padding: 20px;
  }
  .items_page .item-img {
    height: 120px;
  }
}

@media (max-width: 1000px){ 
  .item-list {
    width: 33.33%;
  }
  .pc-menu a {
    font-size: 16px;
  }
  .footer_info {
    margin: 0;
  }
  .footer_line {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
  }
}

@media (max-width: 800px){ 
  body {
    padding-top: 60px;
  }
  #top {
        background-size: cover;
    }
  .items_page .games-content {
    display: inline-block;
  }
  .item-img {
    height: 130px;
  }
  .item-name-title {
    font-size: 15px;
    line-height: 14px;
  }
  .img_guar {
      width: 120px;
      padding: 10px;
  }
  .confirm_ps {
      width: 96%;
  }
  .competition_block {
      width: 100%;
      max-width: 100%;
  }
  .competition_text {
      width: 100%;
      margin-top: 10px;
  }
  .competition_img img {
        max-height: 500px;
    }
  .competition_text {
      margin-left: 0;
  }
  .catalogPay {
    width: 99%;
  }
  .catalogPay.qiwi {
        width: 49%;
    }
    .catalogPay.mobile {
        width: 32.3%;
    }
    .checkout_payment {
        padding: 0 5px;
    }
    .h1_page.confirmItem {
        font-size: 22px;
    }
  .item-preview {
    padding: 10px;
  }
  .items_main {
    padding-left: 2px;
    padding-right: 2px;
  }
  .newhowto-slogan2 {
    font-size: 24px;
    line-height: 26px;
    padding: 10px 0 10px;
  }
  .well {
    font-size: 14px;
    line-height: 24px;
  }
  .block_guar {
    border-radius: 0px;
  }
  .bg_guar:after {
    border-radius: 0px;
  }
  .gaming {
    display: block;
    position: fixed;
    width: 100%;
    top: 0;
  }
  .checkout_confirm {
    width: 100%;
    padding: 10px;
  }
  .header-games {
    display: none;
  }
  div.gaming header {
    height: 60px;
    line-height: 60px;
  }
  nav.cbp-spmenu-vertical {
    width: 200px;
    font-size: 13px;
  }
  .cbp-spmenu-left.cbp-spmenu-open {
    right: 10px;
    display: block;
  }
  .advice {
    padding: 0;
  }
  .advice-success h4 a {
    font-size: 18px;
    line-height: 14px;
  }
  .footer_name {
    width: 100%;
  }
  .footer_center {
    width: 100%;
  }
  
  .header-block-t1 {
    display: none;
  }
  .header-block-t2 {
    
  }
  .header-block-t3 {
    width: 20%;
  }
  .ticket-info {
    width: 98%;
  }
  .support-list {
    width: 98%;
  }
  .block_r {
    display: inline-block;
  }
  .header-block {
    height: 80px;
    margin-bottom: 10px;
  }
  .logo {
    margin-top: 22px;
    width: 120px;
  }
  .header-block-t2 {
    padding: 12px 30px;
    width: 80%;
  }
  .footer_hd {
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border-radius: 40px;
  }
  .cancel-ico {
    width: 20px;
    height: 20px;
  }
  .cancel {
    top: 16px;
    right: 10px;
    width: 50px;
    height: 50px;
  }
  .support {
    top: 16px;
    left: 50%;
    margin-left: -30px;
    width: 50px;
    height: 50px;
  }
  .support:before {
    top: 13px;
    right: 11px;
  }
  .catalogItem {
    width: 48%;
  }
  .item-old_tab {
    float: none;
    line-height: 20px;
    font-size: 12px;
    width: 75%;
    margin-top: -4px;
  }
  .item-price-cont {
    float: none;
    line-height: 7px;
    font-size: 22px;
    width: 75%;
    text-align: right;
  }
  .gamecols__info {
    width: 40%;
  }
  .gamecols__img {
    width: 59%;
  }
  body.success {
    padding: 0;
  }
    .sell1 {
        display: none;
    }
    
    .sell50 {
        display: inline-block;
    }
    .tabs-tab-block video {
        width: 100%;
    }
}

@media screen and (max-width: 710px){
  .tabs-tab-block {
    font-size: 12px;
    line-height: 18px;
  }
  .main-body2 {
    padding: 5px;
  }
    .countdown-title {
        font-size: 26px;
    }
    .countdown {
        font-size: 18px;
    }
}


@media screen and (max-width: 650px) {
  .item-list {
    width: 50%;
  }
  .checkout_logo {
    display: inline-block;
    position: relative;
    max-width: 100%;
    float: none;
    left: 0;
    height: auto;
  }
  .img_guar {
      width: 80px;
  }
  .advice .text {
    font-size: 14px;
  }
}

@media screen and (max-width: 550px) {
  .advice-success h4 a, .advice-danger h4 a {
    font-size: 17px;
    line-height: 17px;
    font-weight: normal;
    color: #a0a0a0;
  }
  .succes_Order {
    padding: 10px;
  }
  .ticket-info {
    padding: 15px;
  }
  .support-list {
    padding: 15px;
  }
  .support-content {
    padding: 0;
  }
  .gamecols {
    display: inline-block;
  }
  .gamecols__info {
    width: 100%;
    max-width: 550px;
    margin-bottom: 10px;
  }
  .gamecols__img {
    width: 100%;
    margin: 0;
  }
  .newhowto-descr {
    font-size: 15px;
    line-height: 16px;
  }
  .panel-title {
    font-size: 16px;
    line-height: 16px;
  }
  .h2-center_gold {
    font-size: 14px;
  }
  .newhowto-slogan2 {
    font-size: 22px;
  }
  .col-sm-2 {
    width: 100%;
  }
  .col-sm-10 {
    width: 100%;
  }
  .form-group {
    margin-bottom: 8px;
  }
  .pop-boxs .title {
    font-size: 16px;
  }
  .pop-boxs .list .label {
    font-size: 14px;  
  }
    .countdown-title {
        font-size: 24px;
        margin: 5px 0px 10px;
    }
}

@media (max-width: 500px){ 
  .item-img {
    height: 120px;
  }
  .item-discount {
    font-size: 14px;
  }
  .item-name-title {
    font-size: 13px;
    line-height: 12px;
  }
}

@media screen and (max-width: 450px) {
  .img_guar {
    display: none;
  }
  .cont_guar {
    width: 100%;
    padding: 0;
  }
  .cont_guar h2 {
    text-align: center;
  }
  .well {
    padding: 10px;
  }
}

@media (max-width: 420px){ 
  .item-img {
    height: 110px;
  }
  .item-price-skin {
    font-size: 16px;
  }
  .item-discount {
    font-size: 13px;
  }
  .advice-success h4 a {
    font-size: 15px;
    line-height: 15px;
  }
    .countdown {
        font-size: 16px;
    }
    .countdown-text {
        font-size: 14px;
    }
    .countdown-time {
        padding: 3px;
    }
}
.content-wrapper {
            min-height: 500px;
            padding: 20px 0;
        }
        
        .search-wrapper {
            margin-bottom: 30px;
            position: relative;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .search-icon {
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 18px;
            pointer-events: none;
            z-index: 2;
        }
        
        .search-input {
            width: 100%;
            padding: 16px 20px 16px 50px;
            background: #1e1e1e;
            border: 1px solid #333;
            border-radius: 50px;
            color: #fff;
            font-size: 16px;
            outline: none;
            transition: all 0.3s ease;
            font-family: inherit;
        }
        
        .search-input:focus {
            border-color: #ffb50e;
            box-shadow: 0 0 0 3px rgba(255,181,14,0.2);
            background: #252525;
        }
        
        .search-input::placeholder {
            color: #666;
        }
        
        .search-clear {
            position: absolute;
            right: 18px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            color: #888;
            font-size: 18px;
            transition: color 0.2s;
            display: none;
        }
        
        .search-clear:hover {
            color: #ffb50e;
        }
        
        .search-stats {
            text-align: center;
            margin-top: 12px;
            font-size: 13px;
            color: #ffb50e;
        }

        .wgc {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }
        
        .wgc-item {
            background: linear-gradient(145deg, #1e1e1e, #181818);
            border-radius: 16px;
            overflow: hidden;
            transition: all 0.3s ease;
            border: 1px solid rgba(255,255,255,0.05);
            position: relative;
        }
        
        .wgc-item.hidden-category {
            display: none;
        }
        
        .wgc-item:hover {
            transform: translateY(-5px);
            border-color: rgba(255,181,14,0.3);
            box-shadow: 0 10px 25px rgba(0,0,0,0.3);
        }
        
        .wgc-item a {
            text-decoration: none;
            display: flex;
            align-items: center;
            padding: 18px 20px;
            gap: 15px;
        }
        
        .wgc-item-img {
            width: 55px;
            height: 55px;
            border-radius: 14px;
            flex-shrink: 0;
            overflow: hidden;
            background: #2a2a2a;
        }
        
        .wgc-item-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }
        
        .wgc-item:hover .wgc-item-img img {
            transform: scale(1.1);
        }
        
        .wgc-item-cnt {
            flex: 1;
        }
        
        .wgc-item-cnt h2 {
            font-size: 18px;
            font-weight: 700;
            margin: 0 0 5px 0;
            color: #fff;
            letter-spacing: -0.3px;
        }
        
        .deal-count {
            display: inline-block;
            background: rgba(255,181,14,0.15);
            padding: 4px 10px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 600;
            color: #ffb50e;
        }
        
        .load-more-container {
            text-align: center;
            margin: 40px 0 20px;
        }
        
        .load-more-btn {
            background: linear-gradient(135deg, #ffb50e, #ff8c00);
            border: none;
            padding: 14px 40px;
            border-radius: 50px;
            color: #1a1a1a;
            font-weight: 700;
            font-size: 16px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(255,181,14,0.3);
        }
        
        .load-more-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255,181,14,0.4);
        }
        
        .load-more-btn.hidden {
            display: none;
        }
        
        .section-games-title {
            text-align: center;
            margin-bottom: 30px;
        }
        
        .section-games-title h2 {
            font-size: 32px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 10px;
        }
        
        .section-games-title p {
            color: #888;
            font-size: 14px;
        }
        
        .wgc-item {
            animation: fadeInUp 0.4s ease backwards;
        }
        
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        
        @media (max-width: 640px) {
            .wgc {
                grid-template-columns: repeat(2, 1fr);
                gap: 12px;
            }
            .wgc-item a {
                padding: 12px 12px;
                gap: 10px;
            }
            .wgc-item-img {
                width: 45px;
                height: 45px;
            }
            .wgc-item-cnt h2 {
                font-size: 13px;
            }
            .deal-count {
                font-size: 10px;
                padding: 2px 8px;
            }
            .section-games-title h2 {
                font-size: 24px;
            }
        }
        
        @media (max-width: 480px) {
            .wgc {
                gap: 10px;
            }
            .wgc-item a {
                padding: 10px 10px;
            }
            .wgc-item-img {
                width: 40px;
                height: 40px;
            }
            .wgc-item-cnt h2 {
                font-size: 12px;
            }
        }
.seller-card {
    margin: 25px 0;
    padding: 16px;
    border: 1px solid #373b46;
    border-radius: 10px;
    background: #1c1e23;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.seller-card:hover {
    background: #2e3037;
    border-color: #373b46;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.seller-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.seller-avatar {
    position: relative;
    flex-shrink: 0;
}

.seller-avatar img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #4a5568;
}

.seller-status {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: #10b981;
    border-radius: 50%;
    border: 2px solid #1a202c;
    box-shadow: 0 0 0 1px #4a5568;
}

.seller-info {
    flex: 1;
    min-width: 0;
}

.seller-name {
    font-weight: 600;
    color: #e2e8f0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}

.seller-badge {
    color: #3b82f6;
    margin-left: 5px;
    font-size: 14px;
}

.seller-title {
    font-size: 13px;
    color: #a0aec0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}

.seller-time {
    font-size: 12px;
    color: #a0aec0;
    white-space: nowrap;
    background: #2d3748;
    padding: 4px 8px;
    border-radius: 12px;
    border: 1px solid #4a5568;
}

.seller-stats {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
}

.seller-stat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
}

.seller-stat:not(:last-child) {
    border-bottom: 1px solid #373b46;
}

.seller-stat-label {
    color: #a0aec0;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.seller-stat-label i {
    width: 16px;
    text-align: center;
    color: #718096;
}

.seller-stat-value {
    font-weight: 600;
    color: #e2e8f0;
    font-size: 14px;
}
.seller-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    animation: sellerFadeIn 0.2s ease;
}

@keyframes sellerFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.seller-popup {
    background: #1c1e23;
    border-radius: 12px;
    padding: 24px;
    max-width: 420px;
    width: 90%;
    margin: 0 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    border: 1px solid #373b46;
    animation: sellerSlideUp 0.3s ease;
}

@keyframes sellerSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.seller-popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #2d3748;
}

.seller-popup-title {
    font-size: 18px;
    font-weight: 700;
    color: #e2e8f0;
    margin: 0;
}

.seller-popup-close {
    color: #a0aec0;
    border: none;
    background: none;
    cursor: pointer;
    padding: 4px;
    font-size: 20px;
    line-height: 1;
    transition: color 0.2s;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}

.seller-popup-close:hover {
    color: #fff;
    background: #2d3748;
}

.seller-popup-body {
    text-align: center;
}

.seller-popup-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #3d3d3d 0%, #3d3d3d 100%);
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(223, 223, 223, 0.3);
}

.seller-popup-icon i {
    font-size: 28px;
    color: #fff;
}

.seller-popup-message {
    color: #cbd5e0;
    margin-bottom: 24px;
    line-height: 1.6;
    font-size: 15px;
    padding: 0 10px;
}

.seller-popup-button {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #373b46 0%, #373b46 100%);
    color: white;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 15px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}
.seller-popup-button:hover {
    background: linear-gradient(135deg, #424753 0%, #424753 100%);
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(223, 223, 223, 0.3);
}
@media (max-width: 480px) {
    .seller-card {
        margin: 20px 0;
        padding: 14px;
    }
    
    .seller-avatar img {
        width: 40px;
        height: 40px;
    }
    
    .seller-name {
        font-size: 14px;
    }
    
    .seller-time {
        font-size: 11px;
        padding: 3px 6px;
    }
    
    .seller-popup {
        padding: 20px;
        width: 95%;
    }
    
    .seller-popup-title {
        font-size: 16px;
    }
    
    .seller-popup-message {
        font-size: 14px;
    }
}
.seller-stat-label i, 
.seller-time i {
    transition: transform 0.2s ease;
}

.seller-card:hover .seller-stat-label i,
.seller-card:hover .seller-time i {
    transform: scale(1.1);
}

@media screen and (max-width: 350px) {
  .h2-center_gold {
    font-size: 13px;
  }
  .well {
    text-align: left;
  }
}
