@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Extra+Condensed');
@import url('https://fonts.googleapis.com/css?family=Poiret+One');
body::after
{
	background: url(https://i.imgur.com/JXEW7eZ.jpg) center center;
	background-size: cover;
	content: "";
	height: 100vh;
	left: 0;
	moz-background-size: cover;
	o-background-size: cover;
	position: fixed;
	right: 0;
	top: 0;
	webkit-background-size: cover;
	z-index: -1;
  	-webkit-filter: blur(8px);
    filter: blur(8x);
}
.Banner-module__img {
    visibility: hidden;
    display: block;
    margin: 0 auto;
    max-width: 10%;
}
.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
    background-color: #00d31a6b;
    text-transform: uppercase;
    text-shadow: 0 0 4px #000000;
    font-size: 17px;
    color: #b3ffa6;
    font-weight: bold;
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: all .1s ease;
}
a {
    color: #ffffff;
}
.header__image
{
	width: 100%;
}
.store-products__item
{
	width: 20%;
}
.navbar {
    background: #00000029;
    border-radius: 0px 0px 10px 10px;
    font-weight: bold;
    border: 1px solid #8ca4cc6b;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: transform .4s ease-out;
    text-shadow: 1px 1px 0 #000000;
    font-weight: bold;
}
.navbar .nav>li>a {
    background: 0 0;
}
body
{
	background-color: #000 0;
	color: rgba(255, 255, 255, .7);
	font-family: Roboto, sans-serif;
}
.btn-default.active, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover {
    color: #c5d4f1;
    background: #35749887;
    border: 1px solid #8ca4cc6b;
}
.xbox
{
	background: none;
}
.xbox {
    position: relative;
    background: none;
    margin-bottom: 20px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
}
.bg-danger
{
	background-color: #c70734 !important;
}
.progress
{
	border-radius: 0.25rem;
}
.progress-bar-striped
{
	background-size: 0.7rem 0.7rem;
}
.progress-bar
{
	height: 2rem;
}
.xbox__header
{
	border-radius: 10px 10px 0 0;
}
.modal .modal-header {
    background: none;
    color: #d0d7f7;
    text-align: center;
    border: none;
}
.input-group .form-control:not(:first-child) {
    background: #7f4747;
    border: 1px solid #8ca4cc6b;
    color: #e0bcc5;
   font-weight: bold;
    margin-left: 5px;
}
.btn-success:hover
{
	background-color: rgb(200, 156, 88);
	border-color: rgba(255, 255, 255, 0);
	color: #fff;
}
.btn-success {
    background-color: rgb(71, 84, 61);
    border-color: rgba(255, 255, 255, 0);
    color: #77fb5f;
}
.xbox_vkdisc
{
	border: none;
	box-shadow: none;
	display: flex;
}
.xbox_vkdisc > div
{
	background-color: rgba(255, 255, 255, .1);
	border-radius: 10px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	transition: 0.3s;
	width: 100%;
}
.xbox_vkdisc > div:first-child:hover
{
	background-color: rgba(255, 0, 24, 0.7);
	transition: 0.3s;
}
.xbox_vkdisc > div:last-child:hover
{
	background-color: rgb(176, 18, 23);
	transition: 0.3s;
}
.xbox_vkdisc > div:first-child
{
	margin-right: 10px;
}
.xbox_vkdisc > div:last-child
{
	margin-left: 10px;
}
.store-servers
{
	display: none;
}
.xbox__header
{
	display: none;
}
.product__quantity
{
	display: none;
}

.modal .modal-content {
    padding: 0px;
    transition: all ease 0.3s;
    color: #d0d0d0;
    background: #142c3585;
    border: 4px solid #8ca4cc6b;
}
.product__servers
{
	color: #c3c3c3;
  	font-size: 14px;
}
.xbox_monitoring a {
    color: white;
}
.btn-danger {
    background-color: #cba15c;
    border-color: #505050;
    color: #fff;
}
.btn-danger:hover
{
	background-color: #b7022b;
	border-color: #b7022b;
	color: #fff;
}
.btn-success.disabled,.btn-success:disabled
{
	background-color: #909090;
	border-color: #909090;
}
.xbox__footer {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 10px;
    margin-top: -15px;
}
.footer
{
	background: rgba(255, 255, 255, 0);
}
.product__quantity
{
	transition: 0.3s ease;
	webkit-transition: opacity 0.3s;
}
@media (max-width:767px)
{
	.store-products__item
	{
		width: 50%;
	}
}
.product__discount
{
	background: rgb(204, 155, 79);
	border-radius: 0 0 0 10px;
}
.product__price-old
{
	font-size: 10px;
	opacity: 0.7;
	text-decoration: line-through;
}
.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;
    color: #e2e2e2;;
    background: rgba(0, 0, 0, 0.55);
    padding: 5px 10px;
    border-radius: 0 0 10px 0;
    font-size: 14px;
  	font-weight: 600
}
.product {
    transition: all ease 0.3s;
    color: #c9d6dc;
    background: #47707f;
    border: 4px solid #8ca4cc6b;
}
.product__price {
    background: #8ca4cc6b;
}
.product__name {
    background: #2d34429e;
}
.product__name {
    bottom: 0;
    text-align: center;
    transform: translateY(100%);
    padding: 8px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: transform .4s ease-out;
    text-shadow: 1px 1px 0 #000000;
    font-weight: bold;
}
.product{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;filter:saturate(150%) drop-shadow(0px 0px 5px rgba(197, 212, 241, 0.2))}
//при наведении
.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;filter:saturate(100%) drop-shadow(0px 0px 50px rgba(0, 168, 255, 0))}
.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;filter:saturate(150%) drop-shadow(0px 0px 5px rgba(197, 212, 241, 1.0))}

a:hover
{
	color: #e0c67e;
}
.dropdown-item
{
	font-weight: 700;
}
.post__body img
{
	border-radius: 25px;
	display: block;
	width: 100%;
}
.container
{
	max-width: 100%;
	width: 1340px;
}
.table-striped > tbody > tr:nth-of-type(odd)
{
	background-color: rgba(0, 0, 0, 0.02);
}
.table > thead > tr > th
{
	background: rgba(0, 0, 0, 0.04);
}
.bg-success {
    background-color: #c89c58 !important;
}
.item__image,.service__description img
{
	opacity: 0.7;
	transition: all 0.1s;
}
.btn-default, .btn-default:focus, .btn-default:hover {
    color: #c5d4f180;
    font-weight: bold;
    background: #5044442e;
    text-shadow: 0 1px 1px rgba(0,0,0,.4);
    border: 1px solid #8ca4cc6b;
}
.item__image,.service__description img:hover
{
	opacity: 1;
	transition: all 0.1s;
}
.btn
{
	padding: 0.3rem 1rem;
}
.btn
{
	border-radius: 5px;
}
.progress
{
	background-color: rgba(255, 255, 255, .1);
}
.xserver__links
{
	display: flex;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -25px;
}
.progress-bar-striped
{
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.1) 75%, transparent 0, transparent);
	background-size: 1rem 1rem;
}
.modal .modal-header
{
	background: none;
	border: none;
}
.modal .modal-footer
{
	background: none;
	border: none;
}
.xserver__title
{
	text-align: inherit;
	text-overflow: ellipsis;
}
.xbox_vkdisc
{
	background-color: rgba(0, 0, 0, 0.4);
	border: none;
	border-radius: 10px;
	box-shadow: none;
	display: flex;
	padding: 20px;
}
.xbox_store {
    background: rgb(18 54 68 / 40%);
    border-radius: 10px;
    padding: 5px;
    border: 1px solid #8ca4cc6b;
}
.xbox_monitoring
{
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 20px;
}
.xbox_custom 
{
    background: rgba(0, 0, 0, 0);
    border-radius: 10px;
    padding: 0;
}
.profile-navigation
{
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.xbox_promocodes
{
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.xbox_purchases
{
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.xbox_payments
{
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.xbox_transfers
{
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.xbox_bonuses
{
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.xbox_queue
{
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.xbox_server
{
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.xbox_profile
{
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.xbox_player
{
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.xbox_news
{
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.xbox_feedback
{
	background: rgba(0, 0, 0, 0.4);
	border-radius: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
.xbox__footer {
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
    border-radius: 10px;
}
.modal-sm
{
	max-width: 320px;
}
.product .product__image {
    padding: 20px 20px 20px;
}
.store-categories>.btn {
    margin-bottom: 5px;
}
.xbox.xbox_social {
    display: flex;
    flex-direction: row;
    background: 0 0;
    box-shadow: none;
}
.xbox.xbox_social .vk {
    background-image: url(https://ch3rn1k.me/archive/vk/logo-small.svg);
}
.xbox.xbox_social a {
    flex-basis: 100%;
    border: 1px solid #8ca4cc6b;
    height: 70px;
    border-radius: 10px;
    background-color: #1f2b3840;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 0.2s;
}
.xbox.xbox_social .discord {
    background-image: url(https://ch3rn1k.me/archive/discord/external.svg);
}
.xbox.xbox_social a:hover {
    box-shadow: 0 0 8px 8px rgb(89, 88, 89, 0.4);
    transform: scale(1.1);
    flex-basis: 150%;
}
.xbox.xbox_social a:first-child {
    margin-right: 10px;
}
.btn-secondary.active, .btn-secondary:active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background: rgba(0, 0, 0, 0.58);
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
  	height: 40px
}
.center {
    position: center;
}
.btn-primary {
    color: #fff;
    background-color: #c89c58;
    border-color: #c89c58;
}
.btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #08a502;
    background-image: none;
    border-color: #019b15;
}
a:hover {
    color: #ffffff;
}
select option {
    background-color: #c89c58;
    color: white;
}
.wcommunity_wrap {
    background-color: #00000060;
}
.xbox_store>.xbox__footer {
    color: hsla(0,0%,100%,.3);
    font-size: 80%;
    text-align: center;
    margin-top: 20px;
}
.xbox__body
{
	border-radius: 0px 0px 0px 0px;
}
.xbox__body {
    padding: 20px;
    background: #1d1b1a00;
    border-top: 1px solid #28282800;
    border-bottom: 1px solid #28282800;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #c2c2c2;
    text-align: left;
    list-style: none;
    background-color: #767676;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: .25rem;
}
.input-group .form-control:not(:first-child) {
    background: #23151500;
    border: 1px solid #8ca4cc6b;
    color: #cfd4dc;
    font-weight: bold;
    margin-left: 5px;
}
.input-group-addon {
    background: #5a2c2c00;
    border: 1px solid #8ca4cc6b;
    color: #c5d4f1;
    font-weight: bold;
    margin-left: 5px;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: 10px;
}
.service__image {
    width: 100%;
    padding: 25px;
}
.product__command {
    color: #bd7474eb;
}

.navbar-brand:active, .navbar-brand:focus, .navbar-brand:hover, .navbar-brand:visited {
    color: #ffd9d9;
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 25px;
    font-size: 18px;
    line-height: 20px;
}
.dropdown-item.active, .dropdown-item:active {
    color: #dfc482;
    background-color: rgba(229, 229, 229, 0.10980392156862745);
}
.nav.navbar-nav.navbar-right.change-language {
    visibility: hidden;
    display: none;
}
.dropdown-toggle {
    visibility: hidden;
    display: none;
}
.product__servers_all {
    visibility: hidden;
    display: none;
}
.header-image {
    visibility: hidden;
    display: none;
}
.navbar-right {
    box-shadow: 0 0 5px 2px #8ca4cc6b, 0 0 0 1px #8ca4cc6b;
    background: #47671f url(https://i.imgur.com/XQr76Wg.png) top left no-repeat;
    border-radius: 14px;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    text-shadow: 0px 0px 19px #008CF0, 0px 0px 19px #fff;
    color: #edf3df;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    color: #c5d4f1;
    font-size: 40px;
    margin-left: -2px;
}
.Categories-module__category {
    cursor: pointer;
    color: #d3d3d3;
    background-color: #4647452b;
    padding: 5px 5px;
    border-radius: 2px;
    margin: 5px;
    transition: all .15s ease;
}
.Header-module__wrapper {
    background-color: #f3f3f34f;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.boxBody {
    background: #1d1b1a00;
}
.boxHeader {
    visibility: hidden;
    background: var(--bg-color-700);
    border-radius: 2px 2px 0 0;
}
.boxHeader, .boxBody, .boxFooter {
    padding: 0px;
}
.roulette:before {
    content: "";
    position: absolute;
    left: 50%;
    margin: -16px 0 0 -2px;
    background-color: #cc8c8c;
    box-shadow: 0px 0px 75px 32px #cc8c8c;
    mix-blend-mode: color-dodge;
    width: 2px;
    height: 100%;
    border: unset;
    z-index: 1000;
}
.Product-module__wrapper {
    background: #28282857;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
}
.roulette:after {
	display:none;
}
.item__description, .kit__description, .roulette__description, .service__description {
background-color: #cc8c8c26;
}
.roulette {
    -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 5%, #000 35%, #000 65%, rgba(255, 255, 255, 0) 95%);
    box-shadow: inset 0px 0px 16px 5px #fffbf3;
}
.roulette__description {
    visibility: hidden;
    display: none;
}