@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

body
{
    font-family: 'Montserrat', sans-serif;
    background-size: cover !important;
    color: hsl(0, 0%, 100%);
    background: #282828;
    background: url() no-repeat center center fixed;
    background-position: 50%;
    background-size: auto 100%;
    align-items: center;
}
.block_info .item.info {
    background: linear-gradient(90deg,#28f,#0157ff);
    box-shadow: 0 0 25px rgba(180, 164, 18, 0.5);
}
.block_info .item {
    /*background-color: #333333;*/
    border-radius: 10px;
    padding: 20px 10px 10px 20px;
    position: relative;
    background: linear-gradient(180deg, rgba(44, 217, 170, 0) 0%, rgba(44, 217, 170, 0) 20%, rgba(217, 208, 44, 0.4) 100%);
}
.desc-service-info {
    margin-bottom: 8px;
    /*padding: 5px;*/
    border: 1px dashed #696969;
    padding: 2%;
    border-radius: 10px;
    background: #333333;
}
.desc-service {
    /*padding: 5px;*/
    border: 1px dashed #696969;
    padding: 2%;
    border-radius: 10px;
    background: #333333;
}
.block_info .item_inner--left .middle p {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    margin: 5px;
    margin-top: 10px;
}
.block_info .item_inner--left .top span {
    background-color: hsla(0,0%,100%,.1);
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 100%;
    padding: 5px 10px;
}

@media screen and (min-width: 800px){
    .block_info .item_inner--left .middle {
        flex: 1 1;
        text-align: left;
    }}
@media screen and (min-width: 800px){
    .block_info .item img {
        bottom: 0;
        position: absolute;
        right: 0;
        -webkit-transform: none;
        transform: none;
        /*width: 45%;*/
    }}
.block_info .item img {
    bottom: 0;
    position: absolute;
    right: 15%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.Product-module__wrapper {
    transition: filter 5s ease;
}

.Product-module__wrapper:hover {
    filter: opacity(1.5);

}

.Product-module__wrapper {
    background-size: 400% 400%;
}

.Product-module__wrapper {
    transition: transform 0.5s ease;
}

.Product-module__wrapper:hover {
    transform: scale(1.05);
}

.ItemContent-module__footer.boxFooter {
    background-color: #242323;
    border-radius: 14px;
}

.Product-module__wrapper {
    transition: filter 5s ease, transform 0.5s ease, background-position 1s ease, color 0.5s ease; /* Added color transition */
    background-size: 400% 400%;
    background: var(--bg-color-700);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: .75rem;
    overflow: hidden;
    animation: .15s Product-module__productAnimation, Product-module__oldPrice;
    background-image: radial-gradient(#8d9111 0,transparent 60%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 20% 120%;
    border: 0;
    color: transparent; /* Hide text initially */
}

.DesktopCopyright-module__wrapper {
    background-color: transparent;
}

.Product-module__wrapper:hover {
    transform: scale(1.15);
    background-position: 80% 30%;
    color: white; /* Show text on hover */
}


.Product-module__price {
    background-color: transparent;
}

.Product-module__oldPrice {
    background-color: transparent;
}

.MonitoringWidget-module__body {
    background-color: #05ff2f02;
    border-radius: 13px;
    padding: 0px;
}

.RouletteContent-module__footer.boxFooter {
    background-color: #2d302e;
    border-radius: 13px;
}

.xbox_bonus {
    border-radius: 13px;
}


.td {
    border-radius: 16px;
}

.Toast-module__toast, .RouletteContent-module__lineWrapper, .RouletteContent-module__rouletteItem, .LangSwitcher-module__btn, .PlayerBalance-module__btn, .PlayerMenu-module__profileLink, .ProfileNav-module__img {
    border-radius: 14px;
}

.Toast-module__toast {
    background-image: linear-gradient(45deg, #1b1b1b, rgba(238, 255, 0, 0.63));
    background-size: 400% 400%;
    animation: gradientAnimation 6s ease-in-out infinite;
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.Button-module__btn.Button-module__accent:hover {
    background-image: linear-gradient(40deg, #3a3939, rgba(255, 221, 0, 0.63));
    background-size: 400% 400%;
    animation: gradienntAnimation 4s ease-in-out infinite;
}

.Categories-module__category.Categories-module__enableFocus {
    background-image: linear-gradient(45deg, #003019a8, rgba(247, 255, 0, 0.77));
    background-size: 400% 400%;
    animation: gradiennntAnimation 15s ease-in-out infinite;
    color: #ffffff;
}

@keyframes gradiennntAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradienntAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.PlayerMenu-module__loginLink {
    background: linear-gradient(130deg, #e8c92f, #dccb13, #ccbd0b, #d9b12c);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
    color: #696969;
    cursor: pointer;
    border-radius: 13px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transform: scale(1);
    transition: transform 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.PlayerMenu-module__loginLink:hover {
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
    color: #ffffff;
}

.LangSwitcher-module__btn:hover , .PlayerBalance-module__btn:hover , .PlayerMenu-module__profileLink:hover {
    background-image: linear-gradient(40deg, #3a3939, rgba(255, 251, 0, 0.63));
    background-size: 400% 400%;
    animation: gradienntAnimation 4s ease-in-out infinite;
    color: #ffffff;
}


.Button-module__btn.MonitoringWidget-module__updateBtn.Button-module__accent {
    display: none;
}
.boxFooter {
    background-color: transparent;
}

.SelectContent-module__footer.boxFooter {
    background-color: #313131;
    border-radius: 13px;
}

.boxBody {
    border-radius: 13px;
}

.ProductModal-module__header.boxHeader {
    border-radius: 13px;
}

.productModalImg {
    border-radius: 50px;
}

.Button-module__btn.Button-module__accent {
    border-radius: 14px;
}

.Button-module__btn.Button-module__gray {
    border-radius: 14px;
}

.productModalDescription {
    border-radius: 14px;
}

.TotalSum-module__input {
    border-radius: 14px;
}

.bonus {
    font-family: gjvjom, sans-serif;
    background: linear-gradient(135deg, rgba(0,255,0,0.1), rgba(0,204,0,0.1));
    transition: background 0.5s ease;
    border-radius: 0px 10px 10px 0px;
}

.bonus:hover {
    background: linear-gradient(-45deg, rgba(0,255,0,0.1), rgba(0,204,0,0.1));
}

.MonitoringServer-module__name {
    font-family: Open Sans, sans-serif;
}


.MonitoringServer-module__progressBarWrapper {
    border-radius: 13px;
}

.boxHeader.MonitoringWidget-module__header {
    background-color: transparent;
    display: none;
}

.social_title {
    display: none;
}

.boxHeader.Shop-module__header{
    display: none;
}

header {
    padding: 0 !important;
    background: transparent !important;
}

.Header-module__logo,.Header-module__logo:hover{
    position: relative;
    color: transparent;
    opacity: 0;
    font-size: 1.5rem;
    pointer-events: none;
}

.Header-module__logo::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url('https://i.imgur.com/x3ejoj8.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.HeaderNav-module__wrapper.Header-module__nav{
        left: -10rem;
}


.Header-module__wrapper{
 margin: 10;
}


.HeaderNav-module__link,.HeaderNav-module__link:hover{
    position: relative;\
    left: -10rem;
    font-size: 1.5rem;
}

.HeaderNav-module__link::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: url('https://i.postimg.cc/tg5hQwFw/SHOP.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.Product-module__wrapper:hover {
    transform: scale(1.15);
    background-position: 80% 30%;
}

@media screen and (min-width: 800px){
    .block_info .item_inner--left .bottom {
        margin-top: 0px;
        padding-top: 0;
    }}
@media screen and (min-width: 800px){
    .block_info {
        gap: 20px;
        grid-template-columns: repeat(2,1fr);
    }}

.block_info {
    grid-gap: 15px;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr;
}
.block_info .item_inner--left .bottom {
    padding-top: 0px;
    z-index: 40;
}

.Categories-module__categories {
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    position: absolute;
    transform: translateX(-170px) rotate(360deg) translateY(0px);
    border-radius: 16px;
}

.Categories-module__category.Categories-module__enableFocus {
    border-radius: 16px;
}

.block_info .item_inner--left .bottom a {
    background: #dfc64b;
    border-radius: 10px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    padding: 14px 30px;
    text-decoration: none;
    transition: .2s ease;
    float: right;
}

.block_info .item.info a {
    color: #ffffff;
    text-shadow: 0px 0px 10px black;
}

.pagination>li a, .pagination>li span {
    background: #333333;
    color: rgba(255,255,255,.7);
}
.pagination>li.active span, .pagination>li.active span:focus, .pagination>li.active span:hover, .pagination>li.active>a, .pagination>li.active>a:focus, .pagination>li.active>a:hover {
    color: #fff;
    background: #dfd84b;
}
.gs-loader
{
    background-size: cover !important;
    background: url() center center;
}
.gs-loader .gs-loader-inner .spi
{
    animation: loader4 1500ms infinite ease;
    background: url() 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%);
}
.text-center {
    text-align: center;
    color: #fff0;
}

.navbar-toggle {
    background-color: #d9c22c;
    border: 0px solid #204060;
    border-radius: 10px;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
    box-shadow: inset 0 0px 0 rgb(255 255 255 / 10%);
}
.roulette__description {
    background-color: #28282800;
    font-size: 0px;
    margin: 0px 0 0px;
}
.roulette-modal_title {
    text-align: center;
    color: #696969;
    font-size: 14px;
}
.roulette-modal_title_all {
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    top: 50px;
}
.roulette-modal_item {
    padding: 5px;
    height: 90px;
}
.roulette-modal_item-img {
    border-radius: 20px;
    height: 74px;
    background: linear-gradient(40deg, #646464, #787878, #3e3e3e, #444444);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    padding: 5px;
}
.roulette-modal_items {
    display: flex;
    flex-wrap: wrap;
    margin: 5px 0;
    align-content: center;
    align-items: flex-end;
    justify-content: center;
}
.roulette-modal_info {
    color: #fff;
    font-size: 12px;
    position: relative;
    top: -20px;
    text-align: center;
}
.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #bbbbbb00;
    color: #696969;
    border-bottom: 1px dashed #696969;
    border-top: 1px dashed #696969;
}
@media (min-width: 768px){
    .modal-lg {
        width: 600px;
        margin: 30px auto;
    }}
.modal-sm {
    width: 350px;
}
.roulette-item {
    display: inline-block;
    width: 120px;
    text-align: center;
    margin: 0 8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 20px;
}
.roulette-item__image {
    width: 120px;
    height: 120px;
    overflow: hidden;
    padding: 16px;
    border-radius: 20px 20px 0px 0px;
    background: linear-gradient(40deg, #dab600, #e0b300, #3e3e3e, #444444);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 65%);
}
.roulette {
    background-color: rgb(40 40 40 / 0%);
    border-radius: 0px;
    border-top: 1px dashed #696969;
    border-bottom: 1px dashed #696969;
}
.roulette:before {
    content: '';
    position: absolute;
    left: 50%;
    margin: 0px 0 0 0px;
    border-left: 1px solid #d9b62c;
    border-right: 1px solid #d9b62c;
    border-top: 24px solid #d9b62c;
}
.roulette:after {
    content: '';
    position: absolute;
    left: 50%;
    margin: 0px 0 0 0px;
    border-left: 1px solid #d9b62c;
    border-right: 1px solid #d9b62c;
}
.roulette:after {
    bottom: 0;
    border-bottom: 153px solid #d9b62c;
}
b, strong {
    font-weight: 500;
    top: 50px;
    /* text-align: center; */
    /*position: relative;*/
    /*left: 65px;*/
}
.roulette-item__description {
    padding: 0px;
    /*display: inline-block;*/
}
.roulette-item__description h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0px;
    margin: 0;
    padding: 0;
}
.product__discount {
    color: #ffffff;
    border-radius: 0px 0px 0px 20px;
    font-weight: 600;
    font-size: 13px;
    background: linear-gradient(40deg, #3e3e3e, #444444, #eddc1c, #949c0f);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    padding: 2px 10px;
}
.modal-body {
    margin: 0px 10px;
}
.fade.show {
    opacity: 1;
    backdrop-filter: blur(5px);
}

.Header-module__logo {
    color: transparent;

}

.fa.fa-eye {
    content: "OPEN";
    background: linear-gradient(90deg, #c4c4c4, #6e2fe8, #d5cc23, #cabb16);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
    color: #696969;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transform: scale(1);
    transition: transform 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.fa.fa-eye:hover {
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
}
.fa-eye:before {
    content: "ОТКРЫТЬ";
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
.line-through {
    text-decoration: line-through;
    font-size: 10px;
    color: #a7a7a7;
}
.modal-backdrop.show {
    opacity: .25;
}
div#dropdown__selector {
    background: linear-gradient(40deg, #646464, #787878, #3e3e3e, #444444);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
    margin: 0px 15px 10px;
    height: 80px;
    border-radius: 15px;
}
@media (min-width: 768px){
    .modal.show .modal-dialog {
        -webkit-transform: translate(0);
        transform: translate(0);
        width: 620px;
    }}
@media (max-width: 768px){
    .modal.show .modal-dialog {
        -webkit-transform: translate(0);
        transform: translate(0);
        width: 340px;
    }}
.serverheader {
    border-radius: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 20px;
}
.serverheader span {
    padding: 2px 12px 2px 12px;
    border-radius: 7px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    background: linear-gradient(90deg, #e2e82f, #e2e82f, #d5d223, #ffffff);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.serverheader span:before {
    font-family: FontAwesome;
    content: '\f253';
    font-weight: 100;
    margin-right: 5px;
}
.kit-items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.kit-item {
    margin: 4px;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s;
    background: linear-gradient(40deg, #646464, #787878, #3e3e3e, #444444);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    width: 80px;
    height: 80px;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: unset;
}
.kit-item:hover {
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
}
.kit-item__image {
    width: 100%;
    transform: scale(0.7);
}
.kit-item__quantity {
    top: -20px;
    position: relative;
    border-radius: 0px 0px 15px 15px;
    font-size: 12px;
}
.service__description {
    margin: 0px 0;
    border-radius: 10px;
    background-color: #33333300;
    border: 0px dashed #696969;
    text-align: center;
    font-size: 15px;
    font-size: 13px;
    padding: 8px 0px;
}
.form-control[readonly] {
    background: #282828;
    font-weight: 600;
    font-size: 15px;
}
.service__image {
    width: 100%;
    padding: 0%;
}
.form-control {
    border-radius: 2px;
    border: 1px solid #292929;
    background-color: #333333;
    color: #a9a6a6;
    border-radius: 10px;
    font-weight: 500;
}
.ng-pristine, .ng-valid, .ng-not-empty, .ng-touched {
    border-radius: 2px;
    border: 1px solid #292929;
    background-color: #333333;
    color: #a9a6a6;
    border-radius: 10px;
    font-weight: 500;
}
select option {
    background: #dfdd4b;
    font-weight: 500;
    color: #282828;
}
@media (min-width: 768px){
    .row {
        margin-right: -15px;
        margin-left: -15px;
        display: flex;
    }}
@media (max-width: 768px){
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }}
.btn-default, .btn-default:focus {
    color: #696969;
    background: #29292900;
    border: 0px solid #202020;
    border-radius: 15px;
    box-shadow: 0 0 0px 0 rgb(0 0 0 / 95%);
}
.btn-default:hover {
    color: black;
    background: #ffffffe3;
    border: 0px solid #202020;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    cursor: pointer;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    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(0.95);
}
.modal .modal-footer {
    background: #28282800;
    border-top: 0px solid #292929;
}
.modal .modal-header {
    background: #28282800;
    border-bottom: 0px solid #292929;
    text-align: center;
}
.modal .modal-content {
    background: #1d1b1a;
    padding: 10px;
    border-radius: 35px;
    box-shadow: 0 0 10px 0 rgb(217, 208, 44);
}
.modal .modal-header h4 {
    font-size: 16px;
    font-weight: 600;
}
.product__servers {
    color: #fff;
    background: linear-gradient(90deg, #e8e52f, #e2e82f, #d5c623, #bfbcbc);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
    padding: 1%;
    border-radius: 10px;
    font-size: 12px;
}
.social {
    margin: 0px 7px;
    margin-bottom: 55px;
    padding: 0px;
}
.social_title {
    font-weight: 400;
    font-size: 12px;
    color: #b9b9b9;
    margin-bottom: 10px;
    text-align: right;
}
.social_vk {
    background: linear-gradient(180deg, #ffdd53 0%, #b1b608 100%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_discord {
    background: linear-gradient(180deg, rgb(158, 157, 43) 0%, #c9c4c4 100%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_vk:hover {
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
}
.social_discord:hover {
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
}
.social_item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
}

a:focus{
    color: #ffffff;
}

.social_vk .social_background {
    background: url(https://imgur.com/a/8hFkU94);
    background-size: 40%;
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.social_discord .social_background {
    background: url(https://cdn.discordapp.com/attachments/701511982456635433/1036959929694695434/ds.png);
    background-size: 50%;
    opacity: 0.4;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.social_vk:hover .social_background:hover {
    transition: transform 300ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.5);
}

.social_discord:hover .social_background:hover {
    transition: transform 300ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.5);
}

.social_item+.social_item {
    margin-top: 10px;
}
.social_item-title {
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
    text-shadow: 0px 0px 4px black;
}
.social_item-link {
    padding: 8px;
    background: rgb(51 51 51);
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #7e7e7e;
    font-size: 10px;
}
.social_item-link:hover {
    padding: 8px;
    background: rgb(217, 208, 44)
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
}
.social_item-left {
    position: relative;
    z-index: 2;
}
.social_item-right {
    position: relative;
    z-index: 2;
}
.social_background {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.product__command {
    color: #adadad;
    border: 1px dashed #696969;
    padding: 2%;
    border-radius: 10px;
    background: #333333;
    font-size: 12px;
}
.input-group {
    border: 1px dashed #696969;
}
.btn-default.active, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover {
    color: #fff;
    background: #dcea17;
    text-shadow: 0 1px 1px rgba(0,0,0,.85);
    border: 0px solid #292929;
    transform: scale(1.1);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.kits_item__image {
    width: 30%;
    transform: scale(0.8);
    margin: -4px;
    padding: 4px;
    background: #333;
    border-radius: 25px;
    background: linear-gradient(40deg, #646464, #787878, #3e3e3e, #444444);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.ico_login {
    height: 20px;
    width: 20px;
    float: left;
    margin-right: 5px;
}
.ava {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    position: relative;
    top: -13px;
    right: 13px;
}

.ava:hover
{
    box-shadow: 0 0px 0 #FDFED7;
}
.icons {
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 5px;
    top: 3px;
    position: relative;
}
.icons_product
{
    height: 15px;
    width: 12px;
    float: left;
    margin-right: 5px;
    top: 3px;
    position: relative;
}
.header-image {
    width: 100%;
    display: none;
    opacity: 0;
    background: #333333;
    background: url() no-repeat center center fixed;
}
.product-id-5086005
{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.95);
    background: #fff;
}
.product {
    display: block;
    position: relative;
    background: #333333; /*Если будем менять цвета предметов, то выключаем*/
    margin: 0px;
    cursor: pointer;
    overflow: hidden;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-backface-visibility: hidden;
    border-radius: 25px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.product:hover {
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
    background: rgb(211, 217, 45)
}
.product__image {
    padding: 8%;
    width: 100%;
    background: linear-gradient(180deg, rgba(44, 217, 170, 0) 0%, rgba(44, 217, 170, 0) 20%, rgba(185, 217, 44, 0.4) 100%);
    border-radius: 5px;
}
.product:hover .product__name {
    transform: translateY(0);
    text-align: center;
    background: linear-gradient(180deg, rgba(44, 217, 170, 0) 0%, rgb(44 156 217 / 40%) 100%);
    font-weight: 600;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000;
    color: #fff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.product__price {
    text-align: center;
    color: white;
    padding: 3px 10px;
    border-radius: 0px 0px 20px 0px;
    text-shadow: 1px 1px 1px #000;
    font-weight: 600;
    font-size: 12px;
    background: linear-gradient(40deg, #c6cd08, #b9b612, #3e3e3e, #444444);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 65%);
}
.product__name {
    background: linear-gradient(180deg, rgba(44, 217, 170, 0) 0%, rgb(44 172 217 / 40%) 100%);
    text-align: center;
    color: white;
    padding: 4px 10px 4px 14px;
    border-radius: 0px 0px 20px 0px;
    text-shadow: 1px 1px 1px #000;
    font-weight: 600;
    font-size: 12px;
}
.xbox__header h4 {
    margin: 0;
    line-height: 0%;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: white;
    background: rgb(217, 168, 44);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    padding: 12px;
    border-radius: 5px;
    transform: translate(0px, -12px);
    display: none;
}
.xbox__header {
    padding: 0px;
}
.xbox_profile-widget .xbox__header img {
    width: 100%;
    border-radius: 2px;
    display: none;
}

.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
    background-color: #ffffff00;
    color: #fff;
}
.navbar .nav>li>a {
    color: #d9c22c;
    background: 0 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #ffffff;
    background: rgb(211, 217, 44);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    display: inline-block;
}
.nav-justified>li+li>a, .nav-tabs.nav-justified>li+li>a {
    margin: 2px 2px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    background: #333333;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}
.nav>li>a:focus, .nav>li>a:hover, .table-striped>tbody>tr:nth-of-type(2n+1) {
    color: #ffffff;
}
.btn-default:focus, .btn-default:hover {
    color: #ffffff;
    background: #29292900;
    border: 0px solid #202020;
    color: #ffffff;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.btn {
    border: none;
    outline-style: none!important;
}
.btn-default {
    border: 0px solid #202020;
}
.btn-danger {
    border-radius: 10px;
}
@media (min-width: 768px){
    .nav-justified>li {
        display: contents;
    }}
.nav-justified>li {
    display: contents;
}
.nav-justified>li>a {
    margin-bottom: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}
@media (min-width: 768px){
    .store-categories {
        text-align: center;
        margin-bottom: 15px;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        flex-direction: column;
        align-items: flex-end;
        justify-content: center;
        position: absolute;
        transform: translateX(-170px) rotate(360deg) translateY(0px);
    }}
.btn-default.active, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active, .btn-default:active:focus, .btn-default:active:hover {
    color: #fff;
    background: #cdd92c;
    text-shadow: 0 1px 1px rgb(0 0 0 / 40%);
    border: 0px solid #292929;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.store-categories>.btn {
    margin-bottom: 5px;
    background: #333333;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    border-radius: 10px;
}
.navbar .nav>li>a[href="/files/stores/backend/steam.php?login"]
{
    background: rgb(200, 217, 44);
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    content: "\f04b";
    background: linear-gradient(90deg, #c8ce0e, #96a007, #d7d4d4, #b3bc35);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.navbar .nav>li>a[href="/files/stores/backend/steam.php?login"]:hover {
    background: rgb(205, 202, 28)
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    content: "\f04b";
    background: linear-gradient(90deg, #b6c214, #adb90b,#d7d4d4 , #afc111);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.navbar-brand {
    width: 225px;
    padding: unset;
    margin: 0 36px 0px;
    height: 65px;
    background-repeat: no-repeat;
    /*background-image: url(https://media.discordapp.net/attachments/1039594573325938819/1063788663852507238/logo.png);*/
    background-image: url(https://media.discordapp.net/attachments/1090341105658253394/1090389430805725224/game.png?width=1320&height=330);
    background-position: 50%;
    background-size: auto 100%;
    color: transparent !important;
    display: flex;
    align-items: center;
    top: -10px;
    right: -12px;
    position: relative;
}
.nav-stacked>li {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    text-align: center;
}
.nav>li>a {
    color: #696969;
    background-color: #333333;
    border-radius: 10px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #696969;
    padding: 0px 10px;
}
/*.footer-info:after {
    color: rgb(255 255 255 / 30%);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 0px 260px 0 260px;
    content: 'created by flouONEs with love for ultimaterust.com';
    display: flex;
    /* text-align: center; */
/* vertical-align: middle; */
/* margin-left: auto; */
/* margin-right: auto; */
/*position: relative;
top: 40px;
}*/
.table>tbody>tr>td:hover, .table>tbody>tr>th:hover, .table>tfoot>tr>td:hover, .table>tfoot>tr>th:hover, .table>thead>tr>td:hover, .table>thead>tr>th:hover {
    padding: 0px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
    text-align: center;
    color: #fff;
    padding: 0px 10px;
}
.btn-success {
    color: #fff;
    background: #d3d92c;
    border-color: #333333;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    border: 1px dashed #333333;
    border-radius: 15px;
}
.btn-success:hover {
    color: #696969;
    background: #333333;
    border-color: #ffffff;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    border-radius: 15px;
    border: 1px dashed #696969;
}
.btn .btn-default {
    background: #cdd92c;
    border-color: #333333;
    border-radius: 15px 0px 0px 15px;
}
.btn-success:focus {
    color: #696969;
    background: #333333;
    border-color: #ffffff;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    border-radius: 15px;
    border: 1px dashed #696969;
}
.btn-success:active {
    color: #696969;
    background: #333333;
    border-color: #ffffff;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    border-radius: 15px;
    border: 1px dashed #696969;
}
.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;
    background-color: #333333!important;
    border-color: #696969!important;
    text-shadow: 0 1px 1pxrgba(0,0,0,.3);
}
.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: 0;
    background: #333333;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    background: #69696900;
    border-radius: 15px;
}
p {
    margin: 0 0 0px;
}
.input-group input.form-control {
    margin-top: 1px;
}
.slider__container {
    padding-left: 0;
    padding-right: 0;
}
.slider__items {
    counter-reset: slide;
}
.slider__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    counter-increment: slide;
    height: 200px;
    position: relative;
}

<!-- EN SLIDE START ДЕЛАЙТЕ НА 1 БОЛЬШЕ ЧТОБ НЕ БЫЛО ПРОБЛЕМ (ИБО ПОЧЕМУ 1 СЛАЙДЕР ПУСТОЙ Я НЕ ЗНАЮ (Слишком старый код слайдов у вас. Можно было проще))  -->
.enslider:nth-child(0) {

    background-image:url() !important;
}
.enslider:nth-child(1) {

    background-image:url() !important;
}
.enslider:nth-child(2) {

    background-image:url() !important;
}
.enslider:nth-child(3) {

    background-image:url() !important;
}
.enslider:nth-child(4) {

    background-image:url() !important;
}
.enslider:nth-child(5) {

    background-image:url() !important;
}

.Search-module__wrapper {
    width: 100%;
    height: 34px;
    background-color: transparent;
    border-radius: 5px;
    display: none;
    overflow: hidden;
    opacity: 0;
    background: var(--bg-color-700);
    margin-top: 15px
}

<!-- EN SLIDE END -->
.slider__item:nth-child(0) {
    background-image: url(https://media.discordapp.net/attachments/980201401051381763/1097910953665896599/cleverslide43.png)
}
.slider__item:nth-child(1) {
    background-image: url(https://media.discordapp.net/attachments/980201401051381763/1097910953665896599/cleverslide43.png);
}
.slider__item:nth-child(2) {
    background-image: url(https://media.discordapp.net/attachments/980201401051381763/1097910953665896599/cleverslide43.png);
}
.slider__item:nth-child(3) {
    background-image: url(https://media.discordapp.net/attachments/980201401051381763/1097910953665896599/cleverslide43.png);
}
.slider__item:nth-child(4) {
    background-image: url(https://media.discordapp.net/attachments/980201401051381763/1097910953665896599/cleverslide43.png);
}
.slider__item:nth-child(5) {
    background-image: url(https://media.discordapp.net/attachments/980201401051381763/1097910953665896599/cleverslide43.png);
}
.slider {
    position: relative;
    top: 40px;
}
.slider__container {
    overflow: hidden;
    border-radius: 25px;
}
@media (max-width:768px){
    .slider__container {
        overflow: hidden;
        border-radius: 25px;
        display: none;
    }}
.slider__wrapper {
    /* overflow: hidden; */
}
.slider__items {
    display: flex;
    transition: transform 0.5s ease;
}
.slider_disable-transition {
    transition: none;
}
.slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    user-select: none;
}
.slider__control {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 50px;
    color: #fff;
    text-align: center;
    background: rgb(0 0 0 / 20%);
    border: none;
    transform: translateY(-50%);
    cursor: pointer;
}
@media (max-width:768px){
    .slider__control {
        position: absolute;
        top: 50%;
        display: none;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 50px;
        color: #fff;
        text-align: center;
        background: rgb(0 0 0 / 20%);
        border: none;
        transform: translateY(-50%);
        cursor: pointer;
    }}
.slider__control_hide {
    display: none;
}
.slider__control[data-slide="prev"] {
    left: 0;
}
.slider__control[data-slide="next"] {
    right: 0;
}
.slider__control:hover,
.slider__control:focus {
    color: #fff;
    text-decoration: none;
    background: rgb(0 0 0 / 30%);
    outline: 0;
}
.slider__control::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.slider__control[data-slide="prev"]::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control[data-slide="next"]::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.slider__indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    margin-top: 0;
    margin-right: 15%;
    margin-bottom: 0;
    margin-left: 15%;
    padding-left: 0;
    list-style: none;
}
@media (max-width:768px){
    .slider__indicators {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        display: none;
        justify-content: center;
        margin-top: 0;
        margin-right: 15%;
        margin-bottom: 0;
        margin-left: 15%;
        padding-left: 0;
        list-style: none;
    }}
.slider__indicators li {
    flex: 0 1 auto;
    box-sizing: content-box;
    width: 15px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgb(255 255 255 / 50%);
    background-clip: padding-box;
    cursor: pointer;
    border-radius: 100px;
    top: -10px;
    position: relative;
}
.slider__indicators li.active {
    background-color: rgb(211, 217, 44);
}
.navbar {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 20px;
    border: none;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    margin-top: 25px;
    background: #0000;
    border: 0px solid transparent;
    top: -210px;
}
@media (max-width:768px){
    .navbar {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 14px;
        text-transform: uppercase;
        margin: 0 0 20px;
        border: none;
        border-radius: 0 0 2px 2px;
        box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
        margin-top: 25px;
        background: #0000;
        border: 0px solid transparent;
        top: 0px;
    }}
.xbox__body {
    background: #1d1b1a00;
    border-top: 0px solid #282828;
    border-bottom: 0px solid #282828;
    padding: 0px;
}
.xbox__header {
    background: #28282800;
}
.xbox {
    background: #ffffff00;
}
.xbox {
    position: relative;
    box-shadow: 0 0px 0px rgb(0 0 0);
    margin-bottom: 20px;
    border-radius: 25px;
}
.xbox__footer {
    background: #28282800;
    position: relative;
    top: 6px;
    padding: 0px;
}
.dropdown-menu>li>a {
    color: #fff;
    float: right;
    width: max-content;
    padding: 10px 15px;
    clear: none;
    background: #333333;
    border-radius: 10px;
    top: -55px;
    position: relative;
    margin: 0px 0px;
}
.dropdown-menu>li>a:hover {
    color: #fff;
    float: right;
    width: max-content;
    padding: 10px 15px;
    clear: none;
    background: rgb(200, 217, 44)

}
.dropdown-menu {
    background: #cd422a00;
    box-shadow: 0 0px 0px rgb(0 0 0 / 10%);
}
.footer {
    background: #1d1b1a00;
    font-size: 12px;
    color: rgb(253 253 253);
}
a {
    color: #f7f5f5;
}
a:hover {
    color: #d9d02c;
}
.input-group-addon {
    background: #cdd92c;
    border: 0px solid #bababa;
    color: #fff;
    border-radius: 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: #333333;
    border-radius: 0px 15px 15px 0px;
    margin: 0px;
}
.input-group-btn:first-child>.btn, .input-group-btn:last-child>.btn {
    margin: 0;
    background: #d3d92c;
}
@media (min-width:768px){
    .xserver {
        margin-bottom: 5px;
        border-radius: 10px;
        background: rgb(51 51 51);
        position: relative;
        top: 0px;
        padding: 0px 15px 0px 15px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        margin: 5px;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .4s;
        transition: all .4s;
    }}
@media (max-width:768px){
    .xserver {
        margin-bottom: 5px;
        border-radius: 10px;
        background: rgb(51 51 51);
        position: relative;
        top: 0px;
        padding: 5px 15px 5px 15px;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        margin: 5px;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .4s;
        transition: all .4s;
    }}
.progress-bar-danger, .progress-bar-success {
    background-color: rgb(194, 217, 44);
}
.xserver:hover {
    border-radius: 15px;
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
    cursor: pointer;
}
@media (min-width:768px){
    .xserver__title {
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 400;
        color: #b9b9b9;
        position: relative;
        left: 0px;
        font-size: 12px;
        background: #f3f3f200;
        width: max-content;
        padding: 0px 0px 4px 0px;
        border-radius: 10px 10px 0px 0px;
        transform: translateX(0px) rotate(360deg) translateY(10px);
    }}
@media (max-width:768px){
    .xserver__title {
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 400;
        color: #b9b9b9;
        position: relative;
        left: 0px;
        font-size: 12px;
        background: #f3f3f200;
        width: max-content;
        padding: 0px 0px 4px 0px;
        border-radius: 10px 10px 0px 0px;
        transform: translateX(0px) rotate(360deg) translateY(10px);
    }}
.xserver__status {
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #696969;
    position: relative;
    text-shadow: 1px 1px 1px #fff0;
    font-size: 12px;
    background: #f3f3f2;
    padding: 5px 0px 2px 0px;
    border-radius: 10px 10px 10px 10px;
    background: #ffffff00;
}
.xserver__status-bar .progress {
    margin-bottom: 0;
}
.xserver__status-bar {
    margin-bottom: 5px;
    transform: translateX(0px) rotate(360deg) translateY(10px);
}
.progress {
    background: #d5d5d5;
    height: 10px;
    border-radius: 0px 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;
}
.fa-play:before {
    content: "\F152";
    font-size: 14px;
}
.fa-play {
    color: #696969;
    text-shadow: none;
    margin-top: 0px;
    text-shadow: 1px 1px 1px #14af1800;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background: #333333;
}
@keyframes rotation {
    100% {transform: rotate(-360deg);}
}
@media (min-width:768px){
    .xserver__links {
        top: -25px;
        left: -10px;
        position: relative;
    }}
@media (max-width:768px){
    .xserver__links {
        top: -25px;
        left: -10px;
        position: relative;
    }}
.fa:hover {
    color: #fff;
}
.xserver__links:after {
    top: 28px;
    right: 15px;
    position: relative;
    text-shadow: 1px 1px 1px #000;
}*/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
::-webkit-scrollbar {
    width: 14px;
}
::-webkit-scrollbar-thumb {
    background-color: rgb(217, 203, 44);
    border-radius: 15px;
}
::-webkit-scrollbar-track {
    opacity: 0;
    background: #282828;
}
@media (max-width: 768px)
{
    .navbar-brand {
        width: 225px;
        padding: unset;
        margin: 0 36px 0px;
        height: 65px;
        background-repeat: no-repeat;
        background-image: url();
        background-position: 50%;
        background-size: auto 90%;
        color: transparent !important;
        display: flex;
        align-items: center;
        top: -10px;
        right: -12px;
        position: relative;
    }}
@media (max-width: 768px)
{
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }}
@media (min-width: 768px)
{
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }}
@media (min-width:768px)
{
    .container
    {
        width:75%;
        max-width:1280px;
        min-width:768px;
    }}
@media (min-width: 768px)
{
    .xbox.xbox_store .store__filters .colqq {
        width: 20%;
    }}


@media (max-width:768px)
{
    .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: relative;
        min-height: 1px;
        padding: 10px;
    }}
@media (min-width:768px)
{
    .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: relative;
        min-height: 1px;
        padding: 10px;
    }}
.xbox.xbox_store .store__filters > .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.onlineimage
{
    width: 15px;
    float: left;
    height: 15px;
    margin-right: 5px;
}
.balance-button {
    align-items: center;
    margin-right: 20px;
    background: rgba(255,255,255,0.04);
    border-radius: 100px;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.profile-button
{
    align-items: center;
    margin-right: 20px;
    background: rgba(255,255,255,0.0);
    border-radius: 100px;
    height: 48px;
    width: 48px;
    transition: all 0.3s ease-out;
    cursor: pointer;
    border: 2px dashed #696969;
}
.profile-button:hover
{
    align-items: center;
    margin-right: 20px;
    background: rgba(255,255,255,0.0);
    border-radius: 100px;
    height: 48px1.5
    width: 48px;
    transition: all 0.3s ease-out;
    cursor: pointer;
    border: 2px dashed #cdd92c;
}
.xserver__status
{
    font-weight: 400;
    color: #d3d92c;
    text-shadow: 1px 1px 1px #fff0;
    font-size: 12px;
    margin: 2px;
}
.offlineserver
{
    font-weight: 400;
    color: #696969;
    font-size: 12px;
}
@media (min-width: 768px){
    .allonline {
        background: rgba(255,255,255,0);
        box-shadow: 0 0 0px 0 rgb(0 0 0 / 10%);
        display: flex;
        align-content: flex-end;
        flex-wrap: nowrap;
        flex-direction: row;
        top: -240px;
        margin-left: auto;
        margin-right: auto;
        left: 12px;
        justify-content: space-around;
    }}
.allonline .xserver__status-bar
{
    display:none;
}
.store-categories .allitems
{
    color: #fff;
    background: linear-gradient(90deg, #646464, #787878, #3e3e3e, #444444);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.store-categories .product_item
{
    color: #fff;
    background: linear-gradient(90deg, #d6e82f, #e8cf2f, #b0b0b0, #d9d02c);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.store-categories .case_item
{
    color: #fff;
    background: linear-gradient(90deg, #e8d92f, #e8d92f, #b0b0b0, #d3d92c);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.store-categories .box_item
{
    color: #fff;
    background: linear-gradient(90deg, #e8df2f, #e2e82f, #b0b0b05, #d9c22c);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}

.catitem
{
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 5px;
}
.copyicon
{
    width: 15px;
    height: 15px;
    float: right;
    float: top;
    margin-top: -25px;
    margin-right: 15px;
}

.toast-wrapper {
    position: fixed;
    top: 15px;
    right: 15px;
    width: 480px;
    z-index: 600;
}
.toast-wrapper__toast_success {
    background: #a5a330;
    box-shadow: 0 12px 48px rgb(24 24 29 / 8%);
}
@media (min-width: 768px)
{.col-md-push-3 {
    left: 0%;
}}
@media (min-width: 768px)
{.col-md-pull-9 {
    right: 0%;

}}
@media (max-width: 768px)
{.navbar .nav {
    color: #696969;
    background: 0 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
    background: white;
}}
@media (max-width: 768px)
{
    .allonline {
        background: rgba(255,255,255,0);
        box-shadow: 0 0 0px 0 rgb(0 0 0 / 10%);
        display: flex;
        align-content: flex-end;
        flex-wrap: nowrap;
        flex-direction: row;
        /*top: -469px;*/
        margin-left: auto;
        margin-right: auto;
        left: 12px;
        justify-content: space-around;
    }}
@media (max-width: 768px)
{
    .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 0px solid transparent;
        box-shadow: inset 0 0px 0 rgb(255 255 255 / 10%);
        float: right;
    }}
@media (max-width: 768px)
{
    .ava {
        height: 40px;
        width: 40px;
        border-radius: 50px;
        position: relative;
        top: -8px;
        right: 13px;
    }}
.modal-content {
    opacity: 1;
    transition: opacity .2s linear;
}