/* Для опытных пользователей */

}
body {
    color: rgba(255, 255, 255, 0.9)!important;
    background-image: url(/web/20190216010709im_/https://rust-club.ru/files/stores/frontend/custom.css?v=33);
    background-color: #000000;
}
.product { 
box-shadow: 0 0px 0px 0px #ffffff; 
border-radius: 0px; 
background-color: rgba(0, 0, 0, 0);  
}

.navbar {
    text-transform: uppercase;
    margin-bottom: 20px;
    background: rgba(0, 10, 0, 0.53);  

 }

.xbox__body {
    background: rgba(0, 0, 0, 0);
    padding: 6px;
}

.xbox__body {
    padding: 20px;
    background: rgba(171, 14, 14, 0);
    border-top: 1px solid rgba(48, 48, 48, 0);
    border-bottom: 1px solid #rgba(48, 48, 48, 0);
	border-bottom: 0px;
}

.xbox {
    position: relative;
    background: rgba(0, 0, 0, 0.53);
    margin-bottom: 20px;
 }
 
.xbox__header, 
 .xbox__footer {
    border-radius: 10px 10px 0 0;
    background-color: rgba(0, 0, 0, 0.31);
}

.store-categories {
    text-align: center;
    margin-bottom: 15px;
}

.product__command {
    color: #daffa1;
}

.input-group .form-control:last-child, .input-group-addon:last-child, 
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn, 
.input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:last-child>.btn, 
.input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: rgba(0, 150, 88, 0.56);
}

.xserver__status-bar 
            .progress {
    margin-bottom: 0;
    background-color: rgba(4, 255, 0, 0.22);
}

.product__name, 
 .product__price {
    background: rgba(5, 167, 88, 0.55);
}

.modal .modal-header {
    background: rgba(0, 37, 7, 0.65);
    border-bottom: 1px solid rgba(21, 255, 71, 0);
}

.modal .modal-footer {
    background: rgba(1, 25, 0, 0.65);
    border-bottom: 1px solid rgba(0, 0, 0, 0.35);
    border-top: 1px solid rgba(0, 0, 0, 0);
}

.modal .modal-content {
     background: rgba(4, 90, 43, 0.65);
}

.btn-default, 
 .btn-default:focus, 
  .btn-default:hover {
    color: #5dff74;
    background: #10849442;
    border: 1px solid #0c809000;
}


.product__image {
    padding: 0.1%;
    width: 100%;
}

.xbox .xserver {
 background-color:rgba(255, 255, 255, 0.05);
 margin-bottom:3px;
 text-shadow:1px 1px 1px #333;
 width:100%;
 padding:5px;
 cursor:pointer;
 color:#fff;
 transition:all 0.1s ease-in-out
}
.xbox .xserver:hover {
 background-color:rgba(255, 255, 255, 0.1);
 transform:scale(1.1)
}
.progress {
 background-color:rgba(255, 255, 255, 0.08);
 border-radius:0px;
 height:30px;
 padding:4px
}
.progress-bar {
 background-color:#00b33c !important;
 height:22px
}
.xserver__links .ml-auto a {
 opacity:0.5
}
.xserver__links {
 margin-top:-31px;
 margin-left:10px;
 margin-right:10px
}

.btn-default.active, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover {
    color: #00540fc4;
    background: rgb(144, 255, 148);
}

.xbox_monitoring h4::before {
 font:normal normal normal 20px FontAwesome;
 content:"\f233  "
}
.xbox_payments h4::before {
 font:normal normal normal 24px FontAwesome;
 content:"\f0d6  "
}
.xbox_transfers h4::before {
 font:normal normal normal 24px FontAwesome;
 content:"\f0ec  "
}

.gs-loader .gs-loader-inner .spi::before {
    display: none;
}
.gs-loader .gs-loader-inner .spi::after {
    display: none;
}
.gs-loader .gs-loader-inner .spi{
margin:0 auto;
margin-top:20px;
width:256px;
height:256px;
background:url(https://web.archive.org/web/20190216010709im_/https://gamestores.pictures/images/2018/11/04/6Xlqj.png) no-repeat;
animation: loader4 1s infinite ease;
}

.roulette{background-color:rgba(255, 255, 255, 0.1);
 margin-bottom:10px
}

.navbar .nav>li>a {
    color: rgb(132, 255, 143);
    background: 0 0;
}

.navbar-header>a {
    color: rgb(155, 255, 82);
}

.xbox__header h4 {
    color: rgb(132, 255, 143);
    background: 0 0;
}

.product {
 border:0 !important;
 box-shadow:0 0 0 0 !important;
 background-color:rgba(255, 255, 255, 0.1);
 background-position:0 0, 0 0, 0 0;
 transition:all 0.2s;
 -webkit-animation-name:ItemUnhover;
 animation-name:ItemUnhover;
 -webkit-animation-duration:0.3s;
 animation-duration:0.3s
}
.product:hover {
 background-color:rgba(255, 255, 255, 0.1);
 -webkit-animation-name:ItemHover;
 animation-name:ItemHover;
 -webkit-animation-duration:0.3s;
 animation-duration:0.3s;
 -webkit-animation-fill-mode:forwards;
 animation-fill-mode:forwards
}











.footer {
 background-color:rgba(0, 0, 0, 1);
 opacity:0.5;
 transition:all 0.2s
}
.footer:hover {
 opacity:1
}

@media (min-width:1200px) {
 .kit-items__item {
  width:16.5%
 }
}
@media (min-width:992px) {
 .modal-lg {
  max-width:900px
 }
 .kit-items__item {
  width:16.5%
 }
}
@media (min-width:768px) {
 .kit-items__item {
  width:16.5%
 }
}
@keyframes ShowRoulette {
 0% {
  margin-left:2000px
 }
 100% {
  margin-left:px
 }
}
@keyframes ShowItem {
 0% {
  opacity:0;
  transform:translateY(50%)
 }
 50% {
  opacity:1;
  transform:translateY(-10%)
 }
 85% {
  opacity:1;
  transform:translateY(5%)
 }
 100% {
  opacity:1;
  transform:translateY(0%)
 }
}
@-webkit-keyframes ZoomIn {
 0% {
  opacity:0;
  transform:scale(0)
 }
 65% {
  opacity:1;
  transform:scale(1.15)
 }
 100% {
  opacity:1;
  transform:scale(1)
 }
}
@keyframes ZoomIn {
 0% {
  opacity:0;
  transform:scale(0)
 }
 65% {
  opacity:1;
  transform:scale(1.15)
 }
 100% {
  opacity:1;
  transform:scale(1)
 }
}
@-webkit-keyframes fadeOut {
 0% {
  opacity:1;
  transform:scale(1)
 }
 25% {
  opacity:1;
  transform:scale(1.15)
 }
 70% {
  opacity:1;
  transform:scale(0)
 }
}
@keyframes fadeOut {
 0% {
  opacity:1;
  transform:scale(1)
 }
 25% {
  opacity:1;
  transform:scale(1.15)
 }
 70% {
  opacity:0;
  transform:scale(0)
 }
}
@-webkit-keyframes fadeInUp {
 0% {
  transform:scale(0)
 }
 45% {
  transform:scale(1.15)
 }
 70% {
  transform:scale(1)
 }
}
@keyframes fadeInUp {
 0% {
  transform:scale(0)
 }
 45% {
  transform:scale(1.15)
 }
 70% {
  transform:scale(1)
 }
}
@-webkit-keyframes ItemHover {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.2)
 }
 100% {
  transform:scale(1.15)
 }
}
@keyframes ItemHover {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.2)
 }
 100% {
  transform:scale(1.15)
 }
}
@-webkit-keyframes ItemUnhover {
 0% {
  transform:scale(1.15)
 }
 50% {
  transform:scale(0.85)
 }
 100% {
  transform:scale(1)
 }
}
@keyframes ItemUnhover {
 0% {
  transform:scale(1.15)
 }
 50% {
  transform:scale(0.85)
 }
 100% {
  transform:scale(1)
 }
}
/*
     FILE ARCHIVED ON 01:07:09 Feb 16, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:51:03 Jan 21, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 136.632
  exclusion.robots: 0.19
  exclusion.robots.policy: 0.173
  RedisCDXSource: 0.949
  esindex: 0.009
  LoadShardBlock: 110.397 (3)
  PetaboxLoader3.datanode: 68.644 (4)
  CDXLines.iter: 21.696 (3)
  load_resource: 101.414
  PetaboxLoader3.resolve: 58.906
*/