.ada {
	display: none;
}

.modal-header .close {
    margin-top: -2px;
    opacity: 0;
}

.gs-loader.faded {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1.5s,opacity 1.2s;
}

@font-face {
	font-family: 'GothamPro-Bold';
	src: url('https://nomail.com.ua/files/woff/45aa54635ee87503742d3b4af08a808f.woff') format('woff');
}

@font-face {
	font-family: 'GothamPro';
	src: url('https://nomail.com.ua/files/woff/2be5884cfacf402f5c51d11236433756.woff') format('woff');
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800&display=swap&subset=cyrillic');
body {
	color: #808080;
	background-color: rgb(0, 0, 0);
	background-image: url(https://i.imgur.com/ytQ7xi6.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-shadow: hsla(0, 0%, 0%, 0.25) 2px 2px 0;
}


/*.navbar-right{
  	display:none;
}*/
.login {
	position: absolute;
	top: -300px;
	right: -1100px;
	background-image: url('https://i.imgur.com/aR7FJ3o.png');
	width: 183px;
	height: 53px;
}

.navbar {
	font-size: 1.9rem;
	font-family: GothamPro-Bold, 'Montserrat', sans-serif;
  font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
	background: #141414;
	border-radius: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.navbar-brand {
	font-size: 2.8rem;
	color: #dc3c3c !important;
	display: inline-block;
	/* padding-top: .25rem; */
	/* padding-bottom: .25rem; */
	/* margin-right: 1rem; */
	/* font-size: 1.25rem; */
	/*line-height: inherit; */
	white-space: nowrap;
	margin-left: 0px !important;
}

.navbar-brand:hover {
	color: #fff !important
}

.navbar-brand:hover>.navbar-brand:before {
	color: #fff !important
}

.navbar-brand:hover>after {
	color: #fff !important
}

.navbar-brand:before {
	content: '';
	color: #808080 !important;
}

.navbar-brand:after {
	content: 'SHOP';
	color: #808080 !important;
}

.navbar .nav>li>a:focus,
.navbar .nav>li>a:hover {
	background-color: transparent;
	color: #fff;
}

.navbar .nav>li>a {
	color: #808080;
	padding: 15px;
	font-family: GothamPro-Bold, 'Montserrat', sans-serif;
  font-weight: 700;
}

.header-image {
    -webkit-animation: cubic-bezier(0.390, 0.575, 0.565, 1.000) both, gradient 50.3s linear infinite both;
    animation: cubic-bezier(0.390, 0.575, 0.565, 1.000) both, gradient 50.3s linear infinite both;
}

.xbox__header h4 {
	margin: 0;
	line-height: 100%;
	font-size: 20px;
	font-weight: 400;
}

.xbox__header {
	font-family: 'GothamPro', 'Montserrat', sans-serif;
	background-color: rgba(26, 26, 26, 0.8);
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.xbox__body {
	background: transparent !important;
	border: none !important;
}

.header__image {
	width: 100%;
}

.modal .modal-body {
	font-family: 'GothamPro', 'Montserrat', sans-serif;
	background-color: rgba(26, 26, 26, 0.8);
}

.modal .modal-content {
	background: #2828288a;
	border: none;
	border-radius: 40px;
}

.modal .modal-header {
	text-align: center;
	font-family: 'GothamPro', 'Montserrat', sans-serif;
	background-color: rgba(26, 26, 26, 0.8);
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.modal .modal-footer {
	background: transparent;
	border: none;
}

.xbox {
	position: relative;
	background: rgba(69, 69, 69, 0.2);
	margin-bottom: 20px;
	border-radius: 15px;
}

.xbox__footer {
	background: transparent;
	padding: 15px;
	padding-top: 0;
	border-radius: 0 0 15px 15px !important;
}

.btn {
	transition: all .4s !important;
	font-family: GothamPro, 'Montserrat', sans-serif;
}

.btn-secondary {
	color: hsla(0, 0%, 100%, .7);
	background: hsla(0, 0%, 100%, .1);
	border: none !important;
	outline: none !important;
	border-radius: 7px !important;
}

.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
	color: #333;
	border-radius: 40px !important;
	background: hsla(0, 0%, 100%, .7);
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-default {
	text-transform: uppercase;
	font-family: 'GothamPro', 'Montserrat', sans-serif;
	color: hsla(0, 0%, 100%, .7) !important;
	background: hsla(0, 0%, 0%, 0.18);
	border: none !important;
	outline: none !important;
	border-radius: 30px !important;
}

.btn-default:hover,
.btn-default:focus {
	background: rgb(120, 41, 41);
	background: linear-gradient(90deg, rgba(120, 41, 41, 1) 0%, rgba(201, 44, 44, 1) 100%);
}

.btn-default.active,
.btn-default:active,
.show>.btn-default.dropdown-toggle {
	color: #fff !important;
	border-radius: 40px !important;
	background: rgb(120, 41, 41);
	background: linear-gradient(90deg, rgba(120, 41, 41, 1) 0%, rgba(201, 44, 44, 1) 100%);
	border-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-image: none;
	border: none;
}

.btn-success:hover {
	color: #fff;
	background-color: rgba(103, 184, 92, 0.75) !important;
	border: none;
}

.xbox__footer {
	content: "";
}

.btn-success {
	color: #fff;
	background: rgb(120, 41, 41) !important;
	background: linear-gradient(90deg, rgba(120, 41, 41, 1) 0%, rgba(201, 44, 44, 1) 100%)!important;
	border: none !important;
	border-radius: 40px;
	transition: all .3s;
	font-family: GothamPro, 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.btn-success.disabled,
.btn-success:disabled {
	background-color: #b85c5c;
	border-color: #b85c5c;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
	color: #fff !important;
	background-color: rgba(103, 184, 92, 0.75) !important;
	border: none !important;
	outline: none !important;
	border-radius: 40px !important;
	box-shadow: none !important;
}

.s-alert-success {
	background: rgba(113, 23, 23, 0.65);
	;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

.s-alert-error {
	background: rgba(113, 23, 23, 0.65);
	;
	color: #fff;
	text-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

.s-alert-close:after,
.s-alert-close:before {
	content: "";
	position: absolute;
	width: 3px;
	height: 60%;
	top: 50%;
	left: 50%;
	background: #fff;
}

.s-alert-close:hover:after,
.s-alert-close:hover:before {
	background: #fff;
}

.s-alert-close {
	width: 20px;
	height: 20px;
	fill: #fff;
	position: absolute;
	right: 4px;
	top: 4px;
	overflow: hidden;
	text-indent: 100%;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.s-alert-effect-slide .s-alert-close:after,
.s-alert-effect-slide .s-alert-close:before,
.s-alert-effect-slide .s-alert-close:hover:after,
.s-alert-effect-slide .s-alert-close:hover:before {
	background: #fff
}

.nav-pills .nav-link.active {
	color: #fff;
	background-color: hsla(0, 53%, 40%, 0.57);
}

.nav-pills .nav-link:focus,
.nav-pills .nav-link:hover {
	background-color: linear-gradient(90deg, rgba(120, 41, 41, 1) 0%, rgba(201, 44, 44, 1) 100%);
}

.btn-primary {
	color: #fff;
	background-color: #903737;
	border: none !important;
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #9d4444;
	background-image: none;
	border: none;
	outline: none !important;
}

.btn-primary:hover {
	color: #fff;
	background-color: #9d4444;
	border: none;
}

.product__image {
	filter: drop-shadow(0px -0px 50px #000000);
}

.product {
    	display: block;
    	position: relative;
    	background: transparent;
    	border-radius: 15px !important;
    	margin: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	overflow: hidden;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-backface-visibility: hidden;
}
.product:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
        background: linear-gradient(120deg, rgb(255 0 0 / 40%) 0%, rgb(255 94 0 / 40%) 100%);
    box-shadow: 5px -5px 27px -8px #ff6100, -5px 5px 27px -8px #FF9F00;
    transition: all .3s;
}

a:hover {
	color: #fff;
}

.product {
	font-family: GothamPro, 'Montserrat', sans-serif;
}

.product__price {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: hsla(0, 0%, 10%, 0.75);
	color: hsla(0, 0%, 100%, .9);
	padding: 10px 15px;
	border-radius: 15px 0 15px 0;
	font-size: 14px;
	z-index: 10;
}

.product__name {
	bottom: 0;
	transform: translateY(100%);
	padding: 8px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: transform .4s ease;
	text-align: center;
}

.product__quantity {
	position: absolute;
	right: 4px;
	bottom: 4px;
	color: hsla(0, 0%, 100%, .9);
	background: rgba(0, 0, 0, .2);
	padding: 0 4px;
	border-radius: 3px;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: opacity .4s;
	transition: opacity .4s;
	z-index: 10;
}

.product__discount {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
	padding: 10px 15px;
	border-radius: 0 0 0 15px;
	background: rgba(203, 44, 44, 0.7);
}

.progress-bar-success {
	background-color: rgba(74, 171, 61, 0.7);
}

.progress-bar-danger {
	background-color: rgba(171, 61, 61, 0.7);
}

.bg-danger {
	background-color: #96413f!important;
}

.btn-danger {
	color: #fff;
	background: linear-gradient(90deg, rgba(120, 41, 41, 1) 0%, rgba(201, 44, 44, 1) 100%);
	border: none !important;
	border-radius: 40px;
}

.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #9d4444;
	background-image: none;
	border: none;
	outline: none !important;
}

.btn-danger:hover {
	color: #fff;
	background: linear-gradient(90deg, rgba(120, 41, 41, 1) 0%, rgba(201, 44, 44, 1) 100%);
	border: none;
}

.bg-success {
	background-color: #96413f!important;
}

.btn-primary {
	color: #fff;
	background-color: #903737;
	border: none !important;
	outline: none !important;
	border-radius: 7px;
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #9d4444;
	background-image: none;
	border: none !important;
	outline: none !important;
	border-radius: 40px;
}

.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #9d4444;
	border: none !important;
	outline: none !important;
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
	z-index: 2;
	border-top-right-radius: 7px !important;
	border-bottom-right-radius: 7px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.btn {
	border: none !important;
	outline: none !important;
	border-color: transparent !important;
}

.input-group-addon {
	font-family: 'GothamPro-Bold', 'Montserrat', sans-serif;
  font-weight: 700;
	text-shadow: none;
	background: hsla(0, 0%, 100%, 0.05);
	border-color: transparent;
	border-radius: 40px;
  	transition: all .3s;
}
.input-group {
	border-radius: 40px;
  	transition: all .3s;
}
input {
	font-family: 'GothamPro-Bold', 'Montserrat', sans-serif;
  font-weight: 700;
}

.fa {
	display: none;
	margin-right: 50px;
}

.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group .form-control:not(:first-child) {
	border-bottom-right-radius: 40px;
	border-top-right-radius: 40px;
}
.ladda-button {
	border: none !important;
	outline: none !important;
}

.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.input-group .form-control:not(:first-child) {
	border-bottom-right-radius: 40px;
	border-top-right-radius: 40px;
	background-color: hsla(0, 0%, 100%, 0.05);
	border: none;
	box-shadow: none;
  	transition: all .3s;
}

@media (max-width: 5200px) and (min-width: 1201px) .colqq.col-lg-3:nth-child(4n+1) {
	clear: none !important;
}

.product {
	background: hsla(0, 0%, 100%, 0.05);
	margin-left: -5px;
	margin-right: -5px;
	border-radius: 30px;
}

.input-group input.form-control {
	margin-top: 0 !important;
}

.product__command {
    color: #d71d1d;
}

.item__description,
.kit__description,
.roulette__description,
.service__description {
	background-color: transparent;
}

.input-group .form-control {
	border-radius: 0;
	color: #fff;
}

input::placeholder {
	color: #fff !important;
	font-family: GothamPro-Bold, 'Montserrat', sans-serif;
  font-weight: 700;
	content: "ПОИСК ПО ПРЕДМЕТУ" !important;
}

.scale-up-center {
	-webkit-animation: scale-up 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	animation: scale-up 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes scale-up {
	0% {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}
	100% {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
}
@-webkit-keyframes gradient {
	0% {
		filter: hue-rotate(0deg);
	}
	100% {
		filter: hue-rotate(350deg);
	}
}

@keyframes scale-up-center {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
}

.gs-loader .gs-loader-inner .spi {
	width: 580px;
	height: 280px;
	background-image: url(https://imgur.com/rApuykv.gif);
	background-size: cover;
	background-repeat: no-repeat;
	animation: pulsate-fwd 3s infinite ease-in-out;
}

.gs-loader .gs-loader-inner .spi:before {
	border: none !important;
}

.gs-loader .gs-loader-inner .spi:after {
	background-color: transparent;
}

.gs-loader {
	background-image: url(https://i.imgur.com/ytQ7xi6.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #282828;
}

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

.nav>li>a:focus,
.nav>li>a:hover,
.table-striped>tbody>tr:nth-of-type(2n+1) {
	background-color: hsla(0, 100%, 93%, 0.03);
	color: #fff;
}

select option {
	background: #000000d6;
	color: #fff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #ffffff;
	background: rgb(120, 41, 41);
	background: linear-gradient(90deg, rgba(120, 41, 41, 1) 0%, rgba(201, 44, 44, 1) 100%);
	border-radius: 40px;
	padding: 2px;
	text-align: center;
	font-family: GothamPro-Bold, 'Montserrat', sans-serif;
  font-weight: 700;
}

.table>thead>tr>th {
	background-color: hsla(0, 0%, 100%, 0.07);
}

.figure_one {
	position: fixed;
	bottom: 50px;
	left: 150px;
	-webkit-animation: pulsate-fwd 1.5s ease-in-out infinite both;
	animation: pulsate-fwd 1.5s ease-in-out infinite both;
}

.figure_two {
	position: fixed;
	top: 250px;
	right: 100px;
	-webkit-animation: pulsate-fwd 2s ease-in-out infinite both;
	animation: pulsate-fwd 2s ease-in-out infinite both;
}

@-webkit-keyframes pulsate-fwd {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes pulsate-fwd {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@media (max-width: 1200px) {
	.figure_one {
		display: none;
	}
	.figure_two {
		display: none;
	}
}

.navbar-toggle>.icon-bar {
	background: rgba(255, 255, 255, .7);
}

.navbar-toggle {
	background-color: transparent;
	border: 1px solid rgba(255, 255, 255, .7);
}

.xserver__title {
	font-family: GothamPro-Bold, 'Montserrat', sans-serif;
  font-weight: 700;
}
.xserver a {
  display: none;
}
.xserver a+a {
  display: block;
    margin-left: 5px;
    margin-top: 5px;
      font-family: Lato,"Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.xserver__links .fa {    
  display: block;
    margin: -27px 9px 10px 0px;
    font-size: 12px;
}

.xserver__status {
	font-family: GothamPro, 'Montserrat', sans-serif;
	float: right;
	margin-left: 140px;    
  font-size: 13px;
    margin-top: -43px;
}

.progress-bar-danger {
	background-color: rgba(0, 0, 0, 0.7);
}

.progress-bar-success {
	background-color: rgb(220, 60, 60);
}


/*.nav-justified>li+li>a, .nav-tabs.nav-justified>li+li>a {
  	padding: 2px;
    font-family: GothamPro-Bold, 'Montserrat', sans-serif;
  font-weight: 700;
    background: #191919;
    border-radius: 40px;
}*/

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
	padding: 2px;
	background: #191919;
	border-radius: 40px;
	font-family: GothamPro-Bold, 'Montserrat', sans-serif;
  font-weight: 700;
	color: #fff;
}

.nav-justified>li>a:hover {
	color: #fff;
	background: linear-gradient(90deg, rgba(120, 41, 41, 1) 0%, rgba(201, 44, 44, 1) 100%);
}

.store__filters,
.store__servers {
	margin-bottom: 5px;
}

a {
	color: #fff;
}

.nav>li>a {
	color: #696969;
	background-color: #191919;
	border-radius: 40px;
	text-align: center;
	font-family: GothamPro, 'Montserrat', sans-serif;
	padding: 2px;
}

.nav>li>a:focus,
.nav>li>a:hover,
.table-striped>tbody>tr:nth-of-type(2n+1) {
	background: linear-gradient(90deg, rgba(120, 41, 41, 1) 0%, rgba(201, 44, 44, 1) 100%);
	color: #fff;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
	padding: 7px;
	background: linear-gradient(90deg, rgba(120, 41, 41, 1) 0%, rgba(201, 44, 44, 1) 100%);
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 40px;
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
	padding: 10px;
	margin-right: -40px;
	background: #191919;
}

.input-group-btn:not(:last-child)>.btn:hover,
.input-group-btn:not(:last-child)>.btn-group:hover {
	background: linear-gradient(90deg, rgba(120, 41, 41, 1) 0%, rgba(201, 44, 44, 1) 100%);
}

.btn>.fa {
	display: block;
}

.input-group-btn:last-child>.btn {
	margin-left: -40px;
	background: #191919;
	padding: 10px;
	border-radius: 40px !important;
	z-index: 1;
}

.input-group-btn:last-child>.btn:hover {
	background: linear-gradient(90deg, rgba(120, 41, 41, 1) 0%, rgba(201, 44, 44, 1) 100%);
}

.input-group-btn:last-child>.btn>.fa {
	padding-left: 40px;
	margin-right: 12px;
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.fa {
	padding-left: 20px;
}
.buttons {
    border-radius: 20px;
    width: 50%;
    text-align: center;
    padding: 20px 0;
    margin: 2%;
  vertical-align: middle;    
  background: rgb(120, 41, 41) !important;
    background: linear-gradient(90deg, rgba(120, 41, 41, 1) 0%, rgba(201, 44, 44, 1) 100%)!important;
      font-family: 'GothamPro-Bold', 'Montserrat', sans-serif;
  font-weight: 700;
  	cursor: pointer;
  transition: all .3s;
}
.buttons:hover {
    background: linear-gradient(90deg, rgb(136, 45, 45) 0%, rgb(212, 44, 44) 100%)!important;
}
.bonus li {
  font-family: 'GothamPro', 'Montserrat', sans-serif;
    font-size: 17px;
  list-style-type: none;
}
.bonus li span {
  font-family: 'GothamPro-Bold', 'Montserrat', sans-serif;
  font-weight: 700;
}
.bonus {
  padding: 0;
  margin: auto !important;
  padding-left: 20px;

}
}
.btn-default:nth-child(2) 
{
    background: #2F4F4F;
    color:#000
}
.footer {
font-size: 0px;
padding: 0;
}
.xbox__header { 
text-align: -webkit-center; 
}
.xbox_custom_money {
 text-align: center;
}
}
.xbox
{-moz-box-shadow:0 0 5px #8B0000;
  -webkit-box-shadow:0 0 5px #8B0000;
  box-shadow:0 0 5px #8B0000;
  border-radius:30px
}
  0% {
    -webkit-transform: scale(1.9);
            transform: scale(1.9);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
  
/*Кнопки соц сетей*/
.xbox.xbox_social
{
	background: 0 0;
	box-shadow: none;
	display: flex;
	flex-direction: row;
  	padding: 0px 20px 0px 30px;
}
.xbox.xbox_social a
{
	background-color: rgb(255 255 255 / 2%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-basis: 100%;
    height: 40px;
    transition: all 0.2s;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    position: relative;
    top: 5px;
    right: 8px;
}
.xbox.xbox_social a:first-child
{
}
.xbox.xbox_social a:hover
{
	border-radius: 8px 8px 0 0;
	/*box-shadow: 0 4px 0 #0393fb;*/
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
	flex-basis: 150%;
	transform: translateY(-4px);
}
.xbox.xbox_social .vk
{
	background-image: url(https://i.imgur.com/Wl0a4jv.png);
	border-radius: 10px 0px 0px 10px;
  	z-index: 1;
}
.xbox.xbox_social .vk:hover
{
	background-image: url(https://i.imgur.com/Wl0a4jv.png);
	border-radius: 10px 0px 0px 10px;
  	background-color: #8B0000;
  	z-index: 1;
}
.xbox.xbox_social .discord
{
	background-image: url(https://i.imgur.com/66yOzYP.png);
  	z-index: 1;
}
.xbox.xbox_social .discord:hover
{
	background-image: url(https://i.imgur.com/66yOzYP.png);
  	background-color: #8B0000;
  	z-index: 1;
}
.xbox.xbox_social .forum
{
	background-image: url(https://i.imgur.com/e90SofJ.png);
  	border-radius: 00px 10px 10px 00px;
  	z-index: 1;
}
.xbox.xbox_social .forum:hover
{
	background-image: url(https://i.imgur.com/e90SofJ.png);
  	border-radius: 0px 10px 10px 0px;
  	background-color: #8B0000;
  	z-index: 1;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.item__description, .kit__description, .roulette__description, .service__description {
    background-color: #151414;
}
img {
    vertical-align: middle;
    border-radius: 10px;
}
a {
    color: #d43f3a;
}
a:focus, a:hover {
    color: #37ebb1;
}
.product__image {
     padding: 0%;
}
.xbox.xbox_social .discord {
    border-radius: 0px 10px 10px 0px;
}
.gs-loader .gs-loader-inner .spi:before {
    border: none !important;
}
.gs-loader .gs-loader-inner .spi:after {
    background-color: transparent;
}
.footer {
  position: fixed;
  pointer-events: none;
  background: none;
  width: 100%;
  height: 100%;
  padding-top: 49%;
  background-image: url(''), url('№https://static.moscow.ovh/images/snow/1-2.png');
  background-attachment: fixed;
  -webkit-animation: snow 25s linear infinite;
  -moz-animation: snow 25s linear infinite;
  -ms-animation: snow 25s linear infinite;
  -o-animation: snow 25s linear infinite;
  animation: snow 25s linear infinite
}
@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px
    }
    100% {
        background-position: 500px 1000px, 400px 400px
    }
}
.table-striped>tbody>tr:nth-of-type(2n+1) {
  background: #191919;
}


{
  font-family: 'Cera Pro', sans-serif;
      font-size: 14px;


    }
.xbox_store .xbox__body:before {
    display: block;
    content: "Если вы наблюдаете проблемы с пополнением баланса - обратитесь через Discord к администратору в личные сообщения";
    margin-bottom: 14px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    color: #ffffff;
    background: rgb(161 46 46 / 50%);
    border-radius: 15px;
    border: 1px solid rgb(163 66 66);
}
.serverheader span {
    background: #9e1e1ea8;
    padding: 2px 12px 2px 12px;
    border-radius: 20px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    
}


.kit-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -8px -8px 8px;
}

.xbox_rules .xbox__body {
  background: rgba(74, 51, 80, 0.80);
}

.xbox_rules {
  text-transform: uppercase;
  text-align: center;
  color: #cccccc;
  border-radius: 15px;
  animation: zoomInUp 0.6s;
}

.xbox_rules>.xbox__body {
  border-radius: 5px;
}

.rules,
.block,
.kits,
.lvl-system {
  font-weight: 100;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 5px;
  background: rgba(0, 0, 0, 0.3);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-in-out;
  letter-spacing: 0px;
  border-radius: 5px;
}

.rules:hover,
.block:hover,
.kits:hover,
.lvl-system:hover {
  background: #782929;
  transition: all 0.2s ease-in-out;
  color: #fff;
  letter-spacing: 2px;
}

.MsoNormal {
  font-weight: 800;
  font-size: 20px;
}

.store-categories>.btn+.btn {
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 7.5px
}

.store-categories>.btn {
  margin-bottom: 5px;
  border-radius: 7.5px
}

.btn-secondary {
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-color: transparent;
  outline: none !important
}

.btn-secondary:focus, .btn-secondary:hover {
    background: #782929 !important;
}

.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background: #782929;
  border-color: #0a0a0a 0;
  -webkit-box-shadow: none;
  transform: scale(1.15)
}

.kit-item__image {
	width: 100%;
	transform: scale(0.7);
}

.xbox_custom_block .kit-items {
  border-radius: 20px;
}

@media (max-width: 767px) {
  .xbox_custom_block .kit-items__item {
    width: 20% !important;
  }
}

@media (min-width: 1200px) {
  .modal-body .kit-items__item {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .kit-items__item {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .kit-items__item {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .kit-items__item {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .xbox_custom_kits .kit-items__item {
    width: 12.5% !important;
  }
}

@media (max-width: 1000px) {
  .xbox_custom_kits .kit-items__item {
    width: 30%;
  }
}

@media (min-width: 992px) {
  .xbox_custom_kits .kit-items__item {
    width: 20%;
  }
}

@media (max-width: 500px) {
  .xbox_custom_kits .kit-items__item {
    width: 50%;
  }
}

@media (max-width:767px) {
  .xbox_custom_block .kit-items {
    display: block
  }
  .xbox_custom_block .kit-items__item {
    width: 50% !important
  }
  .block_by_category {
    width: 100% !important;
    height: auto !important
  }
}

.block_by_category .kit-item {
  margin-bottom: -2px
}

.block_by_category {
	/*width: 10%;*/
	width: calc(100% / 9);
	box-shadow: 0 0 5px #171717;
}

.block_by_category:before {
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 25px;
	color: #e9eaec;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.block_by_category .kit-item {
	position: relative;
	background: #e9eaec;
	margin: 8px;
	border-radius: 25px 0px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	box-shadow: unset;
	animation: zoomIn 1s;
}

.xbox_custom_block .kit-items__item {
  width: 100%;
  margin-bottom: 0px;
  display: inline-flex
}

.modal-xacku .modal-dialog .modal-content .modal-footer {
  justify-content: right;
}

.modal-xacku .modal-content {
  width: unset;
}

@media (min-width:767px) {
  .modal-lg-block {
    max-width: 1050px !important
  }
}

.modal-title {
  color: white;
}

@media (min-width: 1200px) {
  .modal-body .kit-items__item {
    width: 100%;
  }
}

.modal .modal-footer .btn-secondary {
  box-shadow: none;
}

.modal .modal-footer .btn-secondary:hover {
  color: #fff;
  box-shadow: none;
}

.modal-content .modal-footer .btn-secondary {
  background: none;
}

.modal-xacku .modal-dialog .modal-content .modal-footer {
  justify-content: right;
}

.modal-open .modal {
  overflow-x: hidden;
  background-size: cover
}

.modal .modal-header {
  border-radius: 10px;
  border: none
}

.modal .modal-content {
  background: #151414;
  border: none;
  border-radius: 20px;
  top: 0px;
  padding: 10px;
  background-image: url(`)
}

.modal .modal-header h4 {
  font-size: 17px;
  text-align: center
}

.modal .modal-header {
  justify-content: center
}

.fade.show {
  opacity: 1;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal.fade .modal-dialog {
  transition: none !important; 
  transform: none !important; 
}

.block_category_1 {
	border-radius: 20px 0px 0px 20px;
	background-color: #782929;
}

.block_category_1:before {
	border-radius: 20px 0px 0px 20px;
	background: #c92c2c;
	content: "1 час";
	font-size: 22px;
}

.block_category_2 {
	background-color: #782929
}

.block_category_2:before {
	background: #c92c2c;
	content: "2 часа";
	font-size: 22px;
}

.block_category_3 {
	background-color: #782929
}

.block_category_3:before {
	background: #c92c2c;
	content: "4 часа";
	font-size: 22px;
}

.block_category_4 {
	background-color: #782929
}

.block_category_4:before {
	background: #c92c2c;
	content: "8 часов";
	font-size: 22px;
}

.block_category_5 {
	background-color: #782929
}

.block_category_5:before {
	background: #c92c2c;
	content: "12 часов";
	font-size: 22px;
}

.block_category_6 {
	background-color: #782929
}

.block_category_6:before {
	background: #c92c2c;
	content: "24 часа";
	font-size: 22px;
}

.block_category_7 {
	background-color: #782929;
}

.block_category_7:before {
	background: #c92c2c;
	content: "36 часов";
	font-size: 22px;
}

.block_category_8 {
	border-radius: 0px 20px 20px 0px;
	background-color: #782929;
}

.block_category_8:before {
	border-radius: 0px 20px 20px 0px;
	background: #c92c2c;
	content: "48 часов";
	font-size: 22px;
}

.block_category_1 .kit-item {
	background: #c92c2c !important;
}

.block_category_2 .kit-item {
	background: #c92c2c !important;
}

.block_category_3 .kit-item {
	background: #c92c2c !important;
}

.block_category_4 .kit-item {
	background: #c92c2c !important;
}

.block_category_5 .kit-item {
	background: #c92c2c !important;
}

.block_category_6 .kit-item {
	background: #c92c2c !important;
}

.block_category_7 .kit-item {
	background: #c92c2c !important;
}

.block_category_8 .kit-item {
	background: #c92c2c !important
}

.block_category_9 .kit-item {
	background: #c92c2c !important
}