@font-face {
  font-family: 'Proxima Nova';
  src: url('/en/assets/font/proximaregular.eot'); 
  src: url('/en/assets/font/proximaregular.eot?#iefix') format('embedded-opentype'), 
       url('/en/assets/font/proximaregular.woff') format('woff'), 
       url('/en/assets/font/proximaregular.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url('/en/assets/font/proximabold.eot');
  src: url('/en/assets/font/proximabold.eot?#iefix') format('embedded-opentype'),
       url('/en/assets/font/proximabold.woff') format('woff'),
       url('/en/assets/font/proximabold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  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);
  }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
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;
}
IMG {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #ffb50e;
}
:focus {
    outline: none;
}
label {
  font-size: 12px;
}
xmp {
    margin: 0;
    font-family: 'Proxima Nova', sans-serif;
}

.content {
  display: block;
  padding: 0 10px;
  text-align: center;
  padding-top: 6px;
}
.wrapp {
  margin: 0 auto;
  max-width: 1600px;
  text-align: center;
}
.games-content {
  margin-left: -8px;
  margin-right: -8px;
  display: inline-block;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.page-body {
  overflow: hidden;
  position: relative;
}
.inline-block {
  display: inline-block;
}
.clearfix {
    width: 100%;
    display: inline-block;
}

.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;
}
.header-games .wrapp {
    width: 100%;
    transition: .3s;
    border-radius: 4px;
}
.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;
}
.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-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;
}
.link-txt img {
    display: inline-block;
    position: relative;
    top: -2px;
    left: 5px;
    height: 24px;
}

.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;
}
.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;
}

/* Бургер-меню */
#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_home:before { background-image: url(/en/img/menu/home.webp); }
.cbp-spmenu-vertical .menu_guar:before { background-image: url(/en/img/menu/guarantees.webp); }
.cbp-spmenu-vertical .menu_faq:before { background-image: url(/en/img/menu/faq.webp); }
.cbp-spmenu-vertical .menu_revi:before { background-image: url(/en/img/menu/reviews.webp); }
.cbp-spmenu-vertical .menu_cont:before { background-image: url(/en/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;
}

.footer_block {
    background: linear-gradient(to bottom, #2f2f2f 40%, #1d1d1d);
    padding: 0;
    padding-top: 10px;
    margin-top: 10px;
}
.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(/en/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;
}
.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;
}

.load-more-container {
    text-align: center;
    margin: 25px 0;
}
.load-more-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #2a2a2a;
    color: #fff !important;
    border: 1px solid #3a3a3a;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.3s ease, border-color 0.3s ease;
}
.load-more-btn:hover {
    background: #3a3a3a;
    border-color: #4a4a4a;
    color: #fff !important;
}
.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;
}

.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%; }
.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-t3 { display: block; float: left; position: relative; height: 100%; }
.logo {
    margin-top: 38px;
    background: url(/en/assets/img/arrow.webp) no-repeat 0 0;
    width: 170px; height: 44px; background-size: 100%; outline: none;
}
.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;
}
.header-block .container { height: 100%; max-width: 1580px; padding: 0; }

.h1_page {
  margin: 10px 0;
    width: 100%;
    font-size: 25px;
    color: #f7f7f7;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    display: inline-block;
}
.text-center { text-align: center; }
.col-md-12 { padding: 0; }
.container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; }
.rouble { font-family: 'rouble' !important; text-transform: none !important; font-weight: lighter !important; }
#top {
    top: 0;
    background-image: url(/en/img/ganenabg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.wgc {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 25px;
}
.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);
}
.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;
    transition: transform 0.3s;
}
.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; color: #fff;
}
.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;
}
@media (max-width: 640px) {
    .wgc {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
    .wgc-item a { padding: 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; }
}

@media (max-width: 1000px){ 
  .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; }
  .gaming { display: block; position: fixed; width: 100%; top: 0; }
  .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; }
  .footer_name { width: 100%; }
  .footer_center { width: 100%; }
  .footer_hd { width: 40px; position: fixed; bottom: 10px; right: 10px; border-radius: 40px; }
  .header-block { height: 80px; margin-bottom: 10px; }
  .logo { margin-top: 22px; width: 120px; }
  .header-block-t2 { padding: 12px 30px; width: 80%; }
  .section-games-title h2 { font-size: 24px; }
}