@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');
body
{
	background-color: #000 !important; 
	font-family: 'Comfortaa', cursive;
  	background-size: cover !important;
  	color: hsl(0, 0%, 100%);
}
body::after
{
	background-size: cover !important;
  	/*Фон сайта(замените ссылку на вашу картинку)*/
  	background: url() center center; opacity: 0.75;
	content: "";
	height: 100vh !important;
	left: 0;
	/*moz-background-size: cover !important;*/
	/*o-background-size: cover !important;*/
	position: fixed !important;
	right: 0;
	top: 0;
	/*webkit-background-size: cover;*/
	z-index: -1;
  	-webkit-filter: blur(0px);
    filter: blur(0.05px);
}
/*//////////////////*/
/*Логотип загрузки*/
.gs-loader
{
	background-size: cover !important;
  	/*Фон сайта(замените ссылку на вашу картинку)*/
  	background: url(https://gspics.org/images/2023/08/25/0pkt1a.png) center center;
}
.gs-loader .gs-loader-inner .spi
{
	animation: loader4 1s infinite ease;
	background: url(https://gspics.org/images/2023/08/24/0pIPCa.jpg) no-repeat;
	height: 175px;
	margin: -100;
	margin-top: 0;
	top: 50%;
	width: 175px;
}
.gs-loader .gs-loader-inner .spi:before
{
	border-bottom: solid 25px rgba(76,175,80,0);
	border-top: solid 25px rgba(76,175,80,0);
}
.gs-loader .gs-loader-inner .spi:after
{
	background-color: #9cffca00;
}
.ban-default {
    border-color: rgb(3 147 251 / 0%);
}
/*//////////////////*/
/*Шапка банер*/
.header-image {
    position: relative;
  	width: 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    margin-top: 75px;
}
/*скидки*/
.product__discount {
    background: #a52542;
    color: #ffffff;
    padding: 4px 10px 4px 6px;
    border-radius: 0px 0px 0px 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    text-shadow: 1px 1px 1px #000;
    font-weight: 800;
  	/*display: none;*/
}
.line-through {
    text-decoration: line-through;
    margin-right: 5px;
}
/*меню сайта*/
.navbar {
    font-family: 'Comfortaa', cursive;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin: 20px 0 20px;
    border: none;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 0px 0px rgb(0, 0, 0,  0);
  	font-family: 'Comfortaa', cursive;
  	background: rgb(255, 255, 255, 0%);
  	background: rgb(255, 255, 255, 0%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    border-radius:15px;
}
.navbar .nav>li>a {
    background: rgb(40 40 40 / 0%);
    border-radius: 15px;
    font-weight: bold;
    position: relative;
    top: 5px;
    padding: 10px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
  	margin: 5px;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    color: #fff;
    background: rgb(0 0 0 / 0%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #ffffff;
    background: #0393fb;
}
/*//////////////////*/
.table>thead>tr>th {
    background-color: #0393fb;
    text-shadow: 1px 1px 1px #000;
    font-weight: 800;
    color: #fff;
}
.table>tbody>tr>td {
    font-weight: 400;
    vertical-align: middle;
  	text-shadow: 1px 1px 1px #000;
    font-weight: 800;
    color: #979797;
}
.toast-success {
    background-color: #049dfb;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*//////////////////*/
/*Логотип сайта*/
.navbar-brand {
    position: center;
    width: 160px;
    padding: unset;
    margin: 0 36px 0px;
    height: 65px;
    background-repeat: no-repeat;
    background-image: url(https://gspics.org/images/2023/08/25/0pkscL.png);
    background-position: 50%;
    background-size: auto 80%;
    color: transparent !important;
    display: flex;
    align-items: center;
    top: 50%;
    right: -12px;
    position: relative;
}
/*Если нужно оставить текст после товаров*/
/*.xbox_store:after {
    display: block;
    background: linear-gradient(to right, var(--red-color) 0%, var(--red-color3) 100%);
    border-radius: 20px 5px;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    font-size: 16px;
    font-weight: 800;
    padding: 5px 20px;
    margin: 0px 10px;
    width: 100%;
  	text-align: center;
    content: "Напишите текст";
}*/
/*//////////////////*/
/*Кнопки сайта*/
.store-categories {
    text-align: center;
    margin-bottom: 15px;
    display: none; /*удалить эту строчку, чтобы отобразить сортировку*/
}
.input-group-addon {
    background: linear-gradient(to right, #0474fa 0%, #02effe 100%);
    border: 0px solid #0393fb;
    color: #fff;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    border-radius: 10px;
}
.input-group-addon:first-child {
    border-right: 0;
    border-radius: 10px 0 0 10px;
}
/*.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;
    border-radius: 0 10px 10px 0;
}
.input-group-btn:first-child>.btn, .input-group-btn:last-child>.btn {
    margin: 0;
    border-radius: 10px 0 0 10px;
    background: rgb(255 255 255 / 0%);
}*/
/*.form-group {
    margin-bottom: 15px;
    display: none;
}*/
/*//////////////////*/
/*названия в шапке разделов*/
/*Модуль серверов*/
.xboxserver:before {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
  background: #049dfb;
  padding: 5px;
  margin: 20px;
  text-align: center;
  content: "Информация";
    padding: 4px 6px 4px 6px;
    border-radius: 5px;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000;
    font-weight: 600;
    margin: 0px 8px;
    width: 100%;
    top: -18px;
    position: relative;
    color: #fff;
}
.serverblock {
    text-overflow: ellipsis;
    font-weight: bold;
    color: #ffffff;
    text-shadow: 1px 1px 1px #000;
}
/*Модуль бонусов на шапке*/
/*///////////////////////*/
  /*Модуль бонусов*/
.xboxservers:before {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
  background: #049dfb;
  padding: 5px;
  margin: 20px;
  text-align: center;
  content: "Бонусы при пополнении";
    padding: 4px 6px 4px 6px;
    border-radius: 5px;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000;
    font-weight: 600;
    margin: 0px 8px;
    width: 100%;
    top: -18px;
    position: relative;
    color: #fff;
}
.xboxservers {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    background: rgb(40, 40, 40, 0);
    padding: 5px;
    margin: 6px;
    text-align: center;
    position: relative;
    /*right: 95px;*/
    /*top: -805px;*/
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    font-weight: 800;
    border-radius: 15px;
}
.xboxserver {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    background: rgb(40, 40, 40, 0);
    padding: 5px;
    margin: 25px;
    text-align: center;
    position: relative;
    right: 5px;
  	width: 235px;
}
.xboxserverrs {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    background: rgb(40, 40, 40, 0);
    padding: 5px;
    margin: 0px 0px 5px 0px;
    text-align: center;
}
/*//////////////////*/
.xbox__header h4 {
    margin: 0;
    line-height: 100%;
    font-size: 17px;
    font-weight: 400;
  	display: none;
}
.xbox {
    background: rgb(40, 40, 40, 0);
    box-shadow: 0 0px 0px rgb(0 0 0 / 10%);
    /*padding: 15px;*/
  	padding: 15px 0px 15px 0px;
}
.xbox__header {
    background: rgb(40, 40, 40, 0);
  	margin-top: -55px;
}
.xbox_profile-widget .xbox__body img, .xbox_profile-widget .xbox__header img {
    width: 100%;
    border-radius: 15px;
    margin-top: 40px;
  	display: none;
}
.xbox__body {
    padding: 20px;
    background: rgb(40, 40, 40, 0);
    border-top: 1px solid rgb(40, 40, 40, 0);
    border-bottom: 1px solid rgb(40, 40, 40, 0);
}
.xserver__title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #ffffff;
    position: relative;
    top: 10px;
    left: 10px;
    text-shadow: 1px 1px 1px #000;
}
.xserver__status {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #ffffff;
    float: left;
    white-space: nowrap;
    position: relative;
    top: -14px;
    font-size: 12px;
    left: 15px;
	text-shadow: 1px 1px 1px #000;
}
.xserver__links {
    float: right;
    position: relative;
    top: -16px;
    right: 25px;
}
.xserver {
    margin-bottom: 15px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    border-radius: 15px;
  	background: rgb(255, 255, 255, 0%);
  	position: relative;
    top: 5px;
}
.xbox__footer {
    background: #282828;
    padding: 0px;
    margin: 0 20px 0 20px;
}
/*Мониторинг серверов*/
.progress-bar-striped, .progress-striped .progress-bar {
    background-image: linear-gradient(to right, #0474fa 0%, #02effe 100%);
    background-size: 220px 40px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.progress-bar.active, .progress.active .progress-bar {
    animation: progress-bar-stripes 0s linear infinite;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.progress {
    background: #d5d5d5;
  	height: 25px;
  	border-radius: 20px 20px 20px 20px;
  	background-color: #ffffff;
    background-image: linear-gradient(45deg, #e6e6e6 25%, transparent 0, transparent 50%, #e6e6e6 0, #e6e6e6 75%, transparent 0, transparent);
    animation: progress-bar-stripes 3s linear infinite;
    background-size: 1rem 1rem;
}
.xserver__status-bar {
    margin-bottom: 5px;
    position: relative;
    top: 10px;
    padding: 0px 8px 0px 8px;
}
/*//////////////////*/
/*Дизайн продуктов*/
.product {
    position: relative;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    margin: 6px;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 15px;
  	
}
.product:hover {
    position: relative;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    margin: 6px;
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    border-radius: 15px;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
}
.product__image {
    padding: 5%;
    width: 100%;
}
/*//////////////////*/
/******НАСТРОЙКА РАЗМЕРОВ******/
.store-products__item {
    width: 20%;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: revert;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}
.colqq.col-lg-3:nth-child(4n+1) {
    clear: none;
}
olqq.col-xs-6:nth-child(2n+1) {
    clear: none;
    }
.col-xs-6 {
    width: 100%;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
}
@media (max-width: 767px)
{
.container {
    padding-left: 15px;
    padding-right: 0px;
}
}
@media (min-width:1200px)
{
	.container
	{
		width: 1100px;
	}
  	.col-lg-3 
  	{
   		width: 25%;
	}
  .navbar {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px 0 20px auto;
    border: none;
    border-radius: 0 0 2px 2px;
    font-family: 'Comfortaa', cursive;
    background: rgb(255, 255, 255, 0%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    position: absolute;
    padding: 0;
    border-radius: 0px 0px 15px 15px;
    top: 0px;
    width: 1070px;
}
  /*Модуль бонусов*/
.xboxservers:before {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
  background: #049dfb;
  padding: 5px;
  margin: 20px;
  text-align: center;
  content: "Бонусы при пополнении";
    padding: 4px 6px 4px 6px;
    border-radius: 5px;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000;
    font-weight: 600;
    margin: 0px 8px;
    width: 100%;
    top: -18px;
    position: relative;
    color: #fff;
}
.xboxservers {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    background: rgb(40, 40, 40, 0);
    padding: 5px;
    margin: 6px;
    text-align: center;
    position: relative;
    right: 95px;
    top: -540px; /*ЕСЛИ СЪЕХАЛА ИСПРАВИТЬ ЭТОТ ПУНКТ*//*ЕСЛИ СЪЕХАЛА ИСПРАВИТЬ ЭТОТ ПУНКТ*//*ЕСЛИ СЪЕХАЛА ИСПРАВИТЬ ЭТОТ ПУНКТ*/
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    font-weight: 800;
    border-radius: 15px;
}
  .ban .ban-content {
    background: hsl(0, 0%, 8%);
    width: 1100px;
    border: none;
    border-radius: 15px;
    top: 0px;
    padding: 0px;
    background-image: url(http://pic.moscow.ovh/images/2020/04/20/03ec471….png);
    box-shadow: 0 0 100px 0 #0393fa;
    overflow-x: hidden;
   /* overflow-y: hidden;*/
    background-size: cover;
}
  .ban-danger {
    color: #fff;
    border-color: #ffffff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    border-radius: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: linear-gradient(to right, #0474fa 0%, #02effe 100%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    font-weight: 800;
    text-align: center;
}
}
/*.modal2 {
    text-shadow: 1px 1px 1px #000;
    font-weight: 800;
    text-align: center;
  }*/
@media (min-width: 768px)
{
.modal-dialog {
    width: 600px;
    margin: 150px auto;
  }
}
@media (min-width: 768px)
{
  .ban-dialog {
    width: 1045px;
    height: 400px;
    margin: 150px auto;
    }
}
.footer {
    padding: 4px 10px;
    border-radius: 0 2px 0 0;
    font-size: 12px;
}
.product .product__price {
    display: block;
    bottom: 0;
    height: 30px;
    font-weight: 800;
    font-size: 15px;
    background: var(--btn-color);
    text-align: center;
    line-height: 25px;
    background: linear-gradient(to right, #0474fa 0%, #02effe 100%);
    border-radius: 0 0 20px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.product {
    display: block;
    position: relative;
    background: hsl(0deg 0% 100% / 0%);
    border-radius: 3px;
    margin: 6px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 1px rgb(255 255 255 / 10%);
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-backface-visibility: hidden;
    border-radius: 15px;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
/*Отображение название товара*/
/*
.product:hover .product__name {
    transform: translateY(0);
    margin-bottom: 75px;
    text-align: center;
    background: #fffcfc42;
}
.product .product__name {
    transform: translateY(0);
    margin-bottom: 75px;
    text-align: center;
    background: #fffcfc42;
}*/
/*Товар при покупке*/
.modal-open .modal {
    overflow-x: hidden;
   /* overflow-y: hidden;*/
    background-size: cover;
}
.content {
    padding-bottom: 37px;
    margin-top: 50px;
}
.modal .modal-header {
    background: rgb(4 149 249 / 0%);
    border-radius: 0px;
    border: none;
}
.modal .modal-footer {
    background: rgb(40 40 40 / 0%);
    border-top: 0px solid #292929;
}
.modal .modal-content {
    background: hsl(206deg 9% 15%);
    border: none;
    top: 0px;
    padding: 20px;
    /*background-image: url(https://gspics.org/images/2021/11/05/0tTYKs.jpg) opacity: 0.75;*/
    box-shadow: 0 0 100px 0 #0478fa;
    border-radius: 5px 50px;
}
.modal .modal-header h4 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.modal-sm {
    width: 350px;
}
.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;
    border-radius: 0 15px 15px 0;
}
.form-control {
    border-radius: 2px;
    border: 0px solid #292929;
    background-color: #28282800;
    color: #696969;
    background: hsl(206deg 97% 50% / 0%);
}
.btn-default, .btn-default:focus, .btn-default:hover {
    color: #ffffff;
    background: #0393fb;
    border-radius: 15px;
}
.group-btn:last-child>.btn
{
    border-radius: 15px;
}
.btn-default:hover {
    color: #ffffff;
    background: #0393fb;
    border: 1px solid #202020;
  	transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
}
.btn-success {
    color: #fff;
    border-color: #ffffff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    border-radius: 15px;
    background: linear-gradient(to right, #0474fa 0%, #02effe 100%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
  	text-shadow: 1px 1px 1px #000;
  	font-weight: 800;
  	text-align: center;
}
.ban-success {
    color: #fff;
    border-color: #ffffff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    border-radius: 15px;
    background: linear-gradient(to right, #0474fa 0%, #02effe 100%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
  	text-shadow: 1px 1px 1px #000;
  	font-weight: 800;
  	text-align: center;
}
.btn-danger {
    color: #fff;
    background-color: #0393fb;
    border-color: #d43f3a;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open>.dropdown-toggle.btn-danger.focus, .open>.dropdown-toggle.btn-danger:focus, .open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #39f1ad;
    border-color: #761c19;
}
.product__command {
    color: #ffffff;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    padding-top: 10px;
}
.modal-body {
    position: relative;
    padding: 20px 30px 20px 30px;
}
.service__image {
    width: 100%;
    background: hsl(0deg 0% 100% / 0%);
    border-radius: 15px;
    padding: 0px;
}
/*Отображение название товара отключено*/
.product:hover .product__name {
    transform: translateY(0);
    text-align: center;
    background: linear-gradient(to right, #0474fa 0%, #02effe 100%);
  	font-weight: 800;
    font-size: 15px;
  	text-shadow: 1px 1px 1px #000;
  	color: #fff;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.product__name, .product__price {
    background: rgba(29,27,26,.8);
  	text-align: center;
}
.product__quantity {
    position: absolute;
    right: 12px;
    bottom: 8px;
    opacity: 1;
    transition: opacity .4s ease;
  	display: none;
}
.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:hover, .open>.dropdown-toggle.btn-success.focus, .open>.dropdown-toggle.btn-success:focus, .open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #f3433600!important;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
  	transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
}
::-webkit-scrollbar-thumb {
    background-color: #049dfb;
    border-radius: 15px;
}
::-webkit-scrollbar {
    width: 14px;
  	background: #384149;
}
.roulette:before {
    border-top: 24px solid #1bbed8;
}.roulette:after {
    bottom: 0;
    border-bottom: 24px solid #1bbed8;
}
.roulette-item {
    background: #282d30;
}
/*.roulette:after, .roulette:before{
content: "";
    position: absolute;
    left: 50%;
    margin: 0px 0 0 -2px;
    background-color: var(--purple-color);
    box-shadow: 0px 0px 75px 32px var(--purple-color-05);
    width: 2px;
    height: 100%;
    border: unset;
    z-index: 1000;
    animation: lineAnim 0.3s;
    animation-fill-mode: forwards;
}*/
.fa-play:before {
    content: "\f144";
    background: #3d974200;
}
.fa-play {
    animation: rotation 2.8s infinite linear;
    transition: 0.5s;
    margin-right: -11px;
    color: #ffffff;
    text-shadow: none;
    margin-top: 0px;
    text-shadow: 1px 1px 1px #0479fa;
}
@keyframes rotation {
    100% {transform: rotate(-360deg);}
}
.xserver:hover {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    border-radius: 15px;
  	transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
  	cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
.fa-play:hover {
    content: "\f144";
    border-radius: 5px;
  	color: #0496f8;
}
.modal-header .close {
    margin-top: -2px;
    font-size: 2;
    display: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background-color: rgb(3 147 250);
    color: #fff;
    font-weight: bold;
}
.dropdown-menu {
    background: #f34336;
  	box-shadow: 0 6px 12px rgb(0 0 0 / 0%);
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 15px;
  	background: rgb(40 40 40 / 0%);
}
.navbar-nav>li {
    float: left;
    position: relative;
    right: 20px;
  	top: 3px;
}
.navbar-nav {
    margin: 0px;
}
.post:nth-of-type(odd) {
    background: rgba(255,255,255,.02);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    border-radius: 15px;
    background: rgb(255, 255, 255, 0%);
}
.dropdown-menu>li>a {
    color: #fff;
    text-align: center;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    background: rgb(40 40 40 / 0%);
    margin: 5px;
    font-weight: bold;
}
/*Кнопки соц сетей*/
.xbox.xbox_social
{
	background: 0 0;
	box-shadow: none;
	display: flex;
	flex-direction: row;
  	padding: 0px 12px 0px 28px;
}
.xbox.xbox_social a
{
	background-color: rgb(255 255 255 / 0%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-basis: 100%;
    height: 50px;
    transition: all 0.2s;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    position: relative;
    top: 21px;
    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: #049dfb;
  	z-index: 1;
}
.xbox.xbox_social .discord
{
	background-image: url(https://i.imgur.com/66yOzYP.png);
  	border-radius: 00px 10px 10px 00px;
  	z-index: 1;
}
.xbox.xbox_social .discord:hover
{
	background-image: url(https://i.imgur.com/66yOzYP.png);
  	/*border-radius: 0px 10px 10px 0px;*/
  	background-color: #049dfb;
  	z-index: 1;
}
.xbox__footer {
    background: rgb(40, 40, 40, 0);
    padding: 0px;
    margin: 0 20px 0 20px;
}
.nav-pills>li>a {
    border-radius: 4px;
}
.item__description, .kit__description, .roulette__description, .service__description {
    background-color: rgb(21 20 20 / 0%);
  	padding: 0px;
}
img__image
{
    background-color: rgb(21 20 20 / 0%);
 } 
img {
    vertical-align: middle;
    border-radius: 10px;
}
a {
    color: #049dfb;
}
a:focus, a:hover {
    color: #02e7fc;
}
/*МОДУЛЬНОЕ МЕНЮ*/
.xbox__bodys {
    padding: 20px;
    background: rgb(40, 40, 40, 0);
    border-top: 1px solid rgb(40, 40, 40, 0);
    border-bottom: 1px solid rgb(40, 40, 40, 0);
}
.btn-success-rules {
    color: #fff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
    border-radius: 15px;
    background-color: rgb(255 255 255 / 0%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
  	text-shadow: 1px 1px 1px #000;
  	font-weight: 800;
  	text-align: center;
}
/*///////////////*/
/******КОНЕЦ******/
/*отсутсвует, если нужен разкоментировать*/
/*.xbox {
    position: relative;
    box-shadow: 0 1px 1px rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    border-radius: 2px;
    margin: 10px;
}*/