/* Для опытных пользователей */
.product { 
  animation-name:  tada; 
  animation-duration: 0s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  cursor:pointer;
  box-shadow: 0px 0px 20px 0px #00d0ff;
  border-radius: 0px;
}
.product:hover {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    cursor: pointer;
}
.product:before {
  	content: '';
  	display: block;
  	position: absolute;
  	top: 0;
  	right: 0;
  	bottom: 0;
  	left: 0;
  	z-index: -1;
  	background-color: transparent;
	background-image: url();
    background-size: cover;
    background-repeat: no-repeat;
	background-position: center;
}

body {
    color: rgba(255, 255, 255, 0.1)!important;
    background-image: url();
    background-color: #000000;
}

.navbar {

    text-transform: uppercase;
    margin-bottom: 20px;
    background: rgba(0, 0, 0, 0.52);

}




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

body {
    color: #ffffff!important;
    background-color: #ececec;
}

.xbox__body {
    padding: 20px;
    background: rgba(167, 131, 131, 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.41);
    margin-bottom: 10px;
 }
 
.xbox__header, 
 .xbox__footer {
    border-radius: 10px 10px 0 0;
    background-color: rgba(0, 0, 0, 0.41);
}

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

.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, 0, 0, 0.32);
}

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

.product__name, 
 .product__price {
    background: rgba(0, 0, 0, 0.41);
}

.modal .modal-header {
    background: rgba(0, 0, 0, 0.65);
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
}

.modal .modal-footer {
    background: rgba(0, 47, 105, 0.65);
    border-bottom: 1px solid rgba(0, 0, 0, 0.45);
    border-top: 1px solid rgba(125, 69, 69, 0.35);
}

.modal .modal-content {
     background: rgba(0, 47, 105, 0.65);
}

.btn-default, 
 .btn-default:focus, 
  .btn-default:hover {
    color: #ffffff;
    background: #3386ffff;
    border: 1px solid #0c475800;
}

.btn-default.active, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover {

    color: #ffffff;
    background: #2f8be690;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    border: none !important;

}

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

}

.footer {
    position: fixed;
    left: -295px;
    bottom: 0px;
    background: rgba(51, 40, 40, 0.5);
    padding: 5px 0px;
    border-radius: 0px 0px 0px 0px;
    font-size: 10px;
    z-index: 999;
    margin-left: -182px;
}

.nav>li>a {
    color: #FFFFFF;
    background-color: #00000042;
}

.product__command {
    color: #6cc8ff;
}

.product {
    background: #23202000;
}

.nav > li > a:focus, .nav > li > a:hover, .table-striped > tbody > tr:nth-of-type(2n+1) {

    background-color: #20202099;
    color: #FFFFFF;

}

a {

    color: #ffffff;

}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {

    color: #ffffff;
    background: #3386ff66;

}

.xbox .xbox__header h4 {

    color: #fff !important;
    text-shadow: 1px 1px 1px #333;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    margin: 0px 5px;
    text-transform: uppercase;

}
.xbox__header h4 {

    margin: 0;
    line-height: 100%;
    font-size: 1.05rem;
    font-weight: 400;

}

.xbox.xbox_social {
    display: flex;
    flex-direction: row;
    background: 0 0;
    box-shadow: none
}

.xbox.xbox_social a {
    flex-basis: 100%;
    height: 60px;
    border-radius: 8px;
    background-color: rgba(0.2, 0.2, 0.2, 0.50);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.2s
}

.xbox.xbox_social a:first-child {
    margin-right: 25px
}

.xbox.xbox_social a:hover {
    border-radius: 8px 8px 8px 8px;
    transform: translateY(0px);
    flex-basis: 125%
}

.xbox.xbox_social .vk {
    background-image: url(https://i.imgur.com/F4Adqpq.png)
}

.xbox.xbox_social .discord {
    background-image: url(https://i.imgur.com/0YXlnkT.png)
}

.xbox.xbox_monitoring.xbox__footer,
.xbox.xbox_monitoring.xbox__header {
    display: none
}

.input-group .form-control {
    border: 2px solid #3386fff9;
}

.form-control {
    border: 2px solid #3386fff9;
}