.socials__title {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #737572;
    margin-bottom: 22px
}

.socials__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 20px 16px;
    position: relative;
    overflow: hidden
}

.socials__item+.socials__item {
    margin-top: 16px
}

.socials__item_vk {
    background: linear-gradient(180deg, #9370D8 0%, #9370D8 100%)
}

.socials__item_vk .socials__item-bg {
    background: url("https://i.imgur.com/eIEvMCw.png")
}

.socials__item_ds {
    background: linear-gradient(180deg, #9370D8 0%, 0%, #9370D8 100%)
}

.socials__item_ds .socials__item-bg {
    background-image: url("https://i.imgur.com/bcMvuX3.png")
}

.socials__item_tg {
    background: linear-gradient(180deg, #9370D8 0%, #9370D8 100%)
}

.socials__item_tg .socials__item-bg {
    background: url("https://i.imgur.com/caabuFI.png")
}

.socials__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.socials__item-left {
    position: relative;
    z-index: 2
}

.socials__item-title {
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(224, 224, 224, 0.68);
    margin-bottom: 8px;
    font-weight: 300
}

.socials__item-name {
    font-size: 15px;
    color: #f2f2f2;
    font-weight: 500
}

.socials__item-right {
    position: relative;
    z-index: 2
}

.socials__item-link {
    padding: 13px 9.5px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e0e0e0;
    font-size: 10px;
    transition: all 0.3s ease-out
}

.socials__item-link:hover {
    background: #ffffff;
    color: #121218
}
/**@import url(//db.onlinewebfonts.com/c/917a69d24b88e2d4d2ca803c0605bd59?family=CeraPRO);*/


/**@import url("https://ch3rn1k.me/archive/fonts/web/CeraPro/CeraPro.css");*/

@import url("https://rust-map.ru/fonts/CeraPro/CeraPro.css");

/** Основной css */

* {
    font-family: 'Cera Pro', sans-serif;
    font-size: 13px;
}

html,
body {
    background: linear-gradient(#121217, #0d0c13 50%);
}

input.form-control.ng-pristine.ng-untouched.ng-valid.ng-empty {
    border-radius: 0px 8px 8px 0px;
}

.store-categories {
    text-align: center;
    margin-bottom: 15px;
    overflow: scroll;
    scrollbar-color: #9c84ef #9c84ef;
    scrollbar-width: thin;
    display: grid;
    height: 175px;
    align-content: flex-start;
    overflow: overlay;
}

.modal-sm {
}

body::after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
}

.xbox .xbox__header,
.xbox .xbox__footer {
    background-color: rgb(17 23 31);
}


/** Главный Стиль */

.footer {
    opacity: 10;
}

.acor-container {
    margin: 20px 0;
}

.acor-container .acor-body {
    width: calc(100% - 40px);
    margin: 0 auto;
    height: 0;
    color: rgba(0, 0, 0, 0);
    background-color: #BFE2FF;
    line-height: 18px;
    padding: 0 30px;
    box-sizing: border-box;
    transition: color 0.5s, padding 0.5s;
    overflow: hidden;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 10px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 650px) {
    .navbar-collapse {
        border-top: 1px solid #946fc2;
    }
}

.acor-container .acor-body p {
    margin: 0 0 10px;
}

.acor-container label {
    cursor: pointer;
    background-color: #337AB7;
    display: block;
    padding: 12px;
    background: #292f36;
    border-radius: 8px;
    position: relative;
    color: #FFF;
    padding: 15px 20px;
    width: 100%;
    color: #BFE2FF;
    font-weight: 300;
    box-sizing: border-box;
    z-index: 100;
    font-family: Verdana, sans-serif;
    font-size: 18px;
    margin: 0 0 5px;
    transition: color .35s;
}

.acor-container label:hover {
    color: #FFF;
}

.acor-container input {
    display: none;
}

.acor-container label:before {
    content: '\276F';
    float: right;
}

.acor-container input:checked+label {
    padding: 12px;
    background: #292f36;
    border-radius: 8px;
    position: relative;
    color: #FFF;
}

.acor-container input:checked+label:before {
    transition: transform .35s;
    transform: rotate(90deg);
}

.acor-container input:checked+label+.acor-body {
    height: auto;
    margin-top: -5px;
    color: #000;
    padding: 20px 30px 10px;
}

@media (max-width: 767px)
}
.header-image {
    padding-left: 5;
    padding-right: 5;
}
.faq-accordion+.faq-accordion {
    margin-top: 12px;
}
.faq>*+* {
    margin-top: 24px;
}
[data-type="trSpan"] {
    font-size: inherit !important;
}
.layoutSection {
    background: #131625;
    background: var(--color-bg-qaternary);
    border-radius: 12px;
    border-radius: var(--border-radius);
}
.faq-content {
    padding: 24px;
}
.faq-content__title {
    margin-bottom: 24px;
}
.faq-accordion-heading {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 160%;
    cursor: pointer;
}
.support-article-part li {
    font-size: 14px;
    line-height: 26px;
    color: #888b8f;
}
.xbox_custom_rules {
    font-size: 14px;
    border-radius: 5px 50px;
    line-height: 26px;
    padding: 15px;
    margin: 5px;
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
}
.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
.support-article-part h5 {
    font-weight: 500;
    font-size: 16px;
    padding-top: 10px;
    margin-left: 19px;
    color: #fff;
    opacity: .7;
    margin-bottom: 12px;
}
.bd-example>:last-child {
    margin-bottom: 0;
}
faq-content__title {
    margin-bottom: 24px;
}
.extra-command {
    background-color: #673ab7;
    text-shadow: 1px 1px 1px #333;
    padding: 0px 4px 2px 4px;
    border-radius: 4px;
    margin-right: 10px;
    color: #fff;
}
.faq-accordion-heading__btn[aria-expanded=true] {
    color: #0084ff;
    color: var(--color-ac-primary);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.faq-accordion-heading__btn:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url(data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 6a1.2 1.2 0 011.2 1.2v3.6h3.6a1.2 1.2 0 110 2.4h-3.6v3.6a1.2 1.2 0 11-2.4 0v-3.6H7.2a1.2 1.2 0 110-2.4h3.6V7.2A1.2 1.2 0 0112 6z' fill='%230084FF'/%3E%3C/svg%3E) 50%/100% 100% no-repeat;
    transition: background .2s ease-in-out;
    transition: background var(--default-transition-speed) var(--default-transition-timing-function);
}
.faq-accordion-heading {
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 160%;
    cursor: pointer;
}
.btn>svg {
    width: 32px;
    height: 32px;
    transition: fill .2s ease-in-out;
    transition: fill var(--default-transition-speed) var(--default-transition-timing-function);
}
.btn--small svg {
    width: 24px;
    height: 24px;
}
.btn--dark svg {
    fill: #515a6f;
    fill: var(--color-fg-secondary);
}
.btn {
    height: 48px;
    margin-bottom: 20px;
    padding: 0;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    border-radius: var(--border-radius);
    font: inherit;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 160%;
    transition: background .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
    transition: background var(--default-transition-speed) var(--default-transition-timing-function), color var(--default-transition-speed) var(--default-transition-timing-function), opacity var(--default-transition-speed) var(--default-transition-timing-function);
}
.btn--small {
    height: 40px;
}
.faq-accordion-heading__btn {
    padding: 12px;
    background: #292f36;
    border-radius: 8px;
    position: relative;
}
.faq-heading__btn {
    padding: 0 12px;
}
.layoutSection {
    background: #131625;
    background: var(--color-bg-qaternary);
    border-radius: 12px;
    border-radius: var(--border-radius);
}
.btn--dark {
    color: #fff;
    color: var(--white);
    background: #191d30;
    background: var(--color-bg-tertiary);
}
.faq-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px;
}
.post__body img {
    display: block;
    border-radius: 10px;
    width: 100%;
    /* border-radius: 2px; */
    
    width: 100%;
    margin-top: 26px;
    top: 32px;
    width: 100%;
    height: 100%;
    background-color: #181b20;
    border: 3px solid #30395b;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 27px;
}
.post__title {
    font-weight: 900;
    display: inline-block;
    font-size: 25px;
    text-transform: uppercase;
}
.gs-loader .gs-loader-inner .spi:before {
    border-top: solid 15px #9c84ef;
    border-bottom: solid 15px #9c84ef;
}
.gs-loader .gs-loader-inner .spi:after {
    background-color: #9c84ef;
}
.gs-loader {
    background-color: #16151c;
}
.gs-loader .gs-loader-inner .spi:before {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    content: "";
    border-radius: 50px;
    animation: loader4 1s infinite ease;
}
.post__body {
    font-size: 14px;
    line-height: 26px;
    color: #888b8f;
}
.hash-tag {
    padding: 4px;
    background: #20274b;
    border-radius: 5px;
    font-size: 14px;
    color: #5c6bc0!important;
}
.support-article-part ol li {
    padding-left: 40px;
}
.support-article__title {
    font-weight: 900;
    display: inline-block;
    font-size: 25px;
    text-transform: uppercase;
}
.support-article-part h5 {
    font-weight: 500;
    font-size: 16px;
    padding-top: 10px;
    opacity: .7;
    margin-bottom: 12px;
}
.footer-info .footer-text {
    font-size: 14px;
    padding: 10px 20px;
    color: white;
    margin: 5px 5px 0px 5px;
    background: rgba(137, 137, 137, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    backdrop-filter: blur(75px) !important;
    border-radius: 20px;
}
.support-article-part li:not(:last-of-type) {
    margin-bottom: 18px;
}
.gs-loader .gs-loader-inner .spi:before {
    border-top: solid 15px #673ab7;
    border-bottom: solid 15px #673ab7;
}
.gs-loader .gs-loader-inner .spi:after {
    background-color: rgba(121, 75, 201, 0.75);
}
.modal .modal-header h4 {
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #bbbbbb;
    padding-top: 15px;
    text-transform: uppercase;
}
.dropdown-menu>li>a {
    padding: 10px 20px;
    margin: 5px;
    border-radius: 5px;
}
.modal .modal-body .service__description img {
    border-radius: 8px;
    transition: all .2s cubic-bezier(.79, .14, .15, .86);
    cursor: pointer;
    z-index: 10;
    position: relative;
    background: #6F7DFA;
}
.modal-header .close {
    margin-top: -2px;
    color: #fff;
    display: none;
}
.input-group input {
    border: none;
    transition: background .8s;
    border-radius: 4px;
    background-color: #00000045 !important;
    color: #ffffff;
    font-size: 16px;
    height: 48px;
    margin-top: 0 !important;
}
.input-group-addon {
    background: #00000045;
    border: none;
    color: #ffffff;
    border-radius: 3px;
    min-width: 40px;
}
<div class="xbox"><div class="xbox__header"><h4>Бонусы при пополнении </h4></div><div class="xbox__body"><p>От <b>300р</b>руб.- бонус <b>10%</b>к сумме</p><p>От <b>500р</b>руб.- бонус <b>20%</b>к сумме</p><p>От <b>750р</b>руб.- бонус <b>35%</b>к сумме</p><p>От <b>1000р</b>руб.- бонус <b>50%</b>к сумме</p></div></div>a {
    color: #6F7DFA;
}
a:hover {
    color: #AA82FF;
}
a:active,
a:focus {
    color: #4e2f85;
}
.xbox {
    background: #11171f;
    border-radius: 8px;
}
.xbox .xbox__body {
    background: #16151c;
    border: none;
    border-radius: 0px 0px 8px 8px;
}
.xbox .xbox__header,
.xbox .xbox__footer {
    background-color: #16151c;
}
.xbox_store .xbox__header {
    display: none;
}
.store__filters,
.store__servers {
    margin-bottom: 12px;
}
.btn {
    text-shadow: none;
    border: none !important;
    font-size: 16px;
    border-radius: 3px;
    background: rgba(137, 137, 137, 0.05) !important;
    backdrop-filter: blur(75px) !important;
    color: #9d9ba9;
    background: rgba(255, 2555, 255, 0.1);
    padding: 5px 29px;
    transition: all 200ms;
    min-height: 40px;
    min-width: 40px;
}
.btn:focus-within {
    color: rgba(255, 2555, 255, 0.7);
    background: rgba(255, 2555, 255, 0.1);
}
.btn:active {
    background: rgba(255, 2555, 255, 0.1);
}
.btn:hover,
.btn.active,
.btn.active:focus,
.btn.active:hover {
    color: #ffffff;
    background: #6F7DFA !important;
}
.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: #9C84EF!important;
    border-color: #af3823!important;
    text-shadow: 0 1px 1px rgb(0 0 0 / 30%);
}
.btn.btn-success {
    color: #fff;
    background-color: #9C84EF !important;
    border-radius: 4px;
    filter: drop-shadow(0px 8px 24px rgba(156, 132, 239, 0.25));
    border-color: #9c84ef;
}
.btn.btn-success:hover {
    background-color: #9C84EF !important;
    border-radius: 4px;
    filter: drop-shadow(0px 8px 24px rgba(156, 132, 239, 0.25));
    border-color: #9c84ef !important;
}
.btn.btn-success:active {
    background-color: #9C84EF !important;
    border-radius: 4px;
    filter: drop-shadow(0px 8px 24px rgba(156, 132, 239, 0.25));
    border-color: #9c84ef !important;
}

/** Стили магазина */
.xbox.xbox_store .store__filters {
    padding: 0 5px;
}
.xbox.xbox_store .store__filters>.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.xbox.xbox_store .store__filters .colqq {
    padding: 0;
    clear: none !important;
}
.store__filters .form-group {
    margin: 0 -5px;
}
.btn.btn-success {
    color: #fff;
    background-color: #673ab7;
    border-color: #9c84ef;
}
.xbox.xbox_store .xbox__body {
    padding: 20px 20px 0 20px;
}
.table>thead>tr>th {
    background-color: transparent;
}
.wcommunity_footer .secondary.flat_button {
    background-color: #2e3b60;
    color: #719dc5;
}
.nav>li>a:focus,
.nav>li>a:hover,
.table-striped>tbody>tr:nth-of-type(2n+1) {
    background: linear-gradient(90deg, #c18fff 0%, rgba(0, 0, 0, 0) 137.8%);
    color: #ffffffb3;
}
.footer {
    background: #292f363b;
    border-radius: 0 3px 0 0;
    background: rgba(137, 137, 137, 0.05) !important;
    backdrop-filter: blur(75px) !important;
    color: #727272;
    border-radius: 0px 5px 0px 0px;
}
.header-image {
    margin-bottom: 32px;
    border-radius: 10px;
    margin-top: 35px;
}
.header-image:hover {
    background: #000000a3;
    border-radius: 10px;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.post:nth-of-type(odd) {
    background: rgb(17 23 31);
}
.dropdown-menu {
    background: #30395b;
    color: #d3d3d3 backdrop-filter: blur(10px);
    border-top: 3px solid #30395b;
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 13px;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background: linear-gradient(90deg, #c18fff 0%, rgba(0, 0, 0, 0) 137.8%);
    border-radius: 4px;
    filter: drop-shadow(0px 8px 24px rgba(156, 132, 239, 0.25));
    color: #fff;
}
.navbar .nav>li>a:hover {
    color: rgba(255, 255, 255, .7);
    background: #fff;
}
.dropdown-menu {
    background-color: #30395b;
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.navbar-right .dropdown-menu {
    right: -109px;
    left: auto;
}
p {
    margin: 0px;
}
.dropdown-menu {
    background-color: #30395b;
    border-radius: 8px;
}
m {
    background-color: #673ab7;
}
a {
    color: #ffffff;
}
.xbox__header {
    background: rgba(255, 255, 255, .04);
    padding: 20px;
    border-radius: 8px 8px 0 0;
}
.xbox_profile-widget .xbox__body img,
.xbox_profile-widget .xbox__header img {
    width: 100%;
    border-radius: 6px;
    padding: 5px;
    filter: drop-shadow(0px 8px 24px rgba(156, 132, 239, 0.25));
    border: solid #9e76d1;
}
.xbox_profile-widget .xbox__body img,
.xbox_profile-widget .xbox__header img:hover {
    opacity: 0.5;
}

/** Пользовательский Xbox */
.xbox.xbox_custom .xbox__header {
    text-align: center;
    color: yellow;
    font-size: 20px;
}
.xbox.xbox_custom .xbox__body {
    text-align: center;
}
.xbox.xbox_custom .xbox__accent {
    color: white;
    font-weight: 500;
}

/** Стили социальных кнопок */
.xbox.xbox_social {
    display: flex;
    flex-direction: row;
    background: none;
    box-shadow: none;
}
.xbox.xbox_social a {
    flex-basis: 100%;
    height: 60px;
    border-radius: 8px;
    background-color: rgba(19, 29, 13, 0.8);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: all 200ms;
}
.xbox.xbox_social a:nth-child(1) {
    margin-right: 20px;
    background-image: url('https://i.imgur.com/pzkm5oH.png');
}
.xbox.xbox_social a:nth-child(2) {
    background-image: url('https://i.imgur.com/r0VFnqI.png');
}
.xbox.xbox_social a:hover {
    box-shadow: 0 4px 0 #ffcd00;
    border-radius: 8px 8px 0 0;
    transform: translateY(-4px);
    flex-basis: 150%;
}

/** Стили заголовков */
.header-image {
    margin-bottom: 32px;
}
.navbar {
    background: #16151c;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    border-radius: 8px;
    font-size: 16px;
}
@media (max-width: 650px) {
    .navbar .nav>li>a {
        transition: all 200ms;
        padding: 11px;
        margin: 4px;
    }
}
.navbar .nav>li>a {
    transition: all 200ms;
    padding: 11px;
    margin: 4px;
}
.navbar .nav>li>a:hover {
    background: #9c84ef;
    filter: drop-shadow(0px 8px 24px rgba(156, 132, 239, 0.25));
    border-radius: 4px;
    padding: 11px;
    margin: 4px;
}
.navbar .nav>li>a:focus {
    background-color: #AA82FF;
}
.navbar-brand {
    font-size: 22px;
}
.dropdown-menu {
    background: rgba(137, 137, 137, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    backdrop-filter: blur(75px) !important;
}
.navbar-toggle {
    margin-right: 8px;
    background: #9c84ef;
    border: transparent;
}
.navbar-toggle>.icon-bar {
    background: #ffffff;
}
.store-button {
    display: none !important;
}

/** Стили нижнего колонтитула */
.footer-info .footer-text {
    font-size: 14px;
}

/** Стили мониторинга сервера */
.xbox.xbox_monitoring .xbox__header,
.xbox.xbox_monitoring .xbox__footer {
    display: none;
}
.progress {
    height: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}
.progress-bar-success {
    background-color: #673ab7 !important;
}
.progress-bar-danger,
.progress-bar-success {
    background-color: #ff0000;
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    box-shadow: 5px 0px 10px 4px #673ab7;
}

/** Стили продуктов */
.dCfwTy {
    background: rgb(228, 150, 53);
    font-weight: 500;
    font-size: 16px;
}
#modal-content {
    background: #1e2232;
    border-radius: 16px;
    overflow: unset;
}
.modal .modal-header {
    justify-content: center;
    background: none;
    display: none;
    border: none;
}
.modal-open .modal {
    background-color: rgba(19, 22, 27, .6);
    overflow-x: hidden;
    overflow-y: auto;
}
div#product_modal {
    padding-left: 5px !important;
}
.modal-dialog1 {
    position: relative;
    width: 801px;
    margin: 30px auto;
}
.block_category_3 .kit-item {
    background: #d4db6f !important;
}
.block_category_3:before {
    background: #d4db6f;
    content: "6 часов";
    font-size: 20px;
}
.kit-item:hover {
    transform: scale(1.04) rotate(-5deg);
    transition: all 0.3s;
    box-shadow: 0px 10px 10px -8px rgb(0 0 0 / 10%);
}
.block_category_1:before {
    border-radius: 20px 0px 0px 0px;
    background: #9cce6f;
    content: "2 часа";
    font-size: 20px;
}
.block_category_4:before {
    background: #dbce6f;
    content: "10 часов";
    font-size: 20px;
}
.block_category_6:before {
    background: #db976f;
    content: "24 часа";
    font-size: 20px;
}
.block_category_7:before {
    border-radius: 0px 20px 0px 0px;
    background: #db746f;
    content: "28 часов";
    font-size: 20px;
}
.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_category_5:before {
    background: #dbbf6f;
    content: "18 часов";
    font-size: 20px;
}
.block_category_2:before {
    background: #bbdb6f;
    content: "4 часа";
    font-size: 20px;
}
.block_by_category:before {
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #e9eaec;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.block_by_category:before {
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #e9eaec;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal-dialog2 {
    position: relative;
    width: 1050px !important;
    margin: 30px auto;
}
.block_category_4 .kit-item {
    background: #dbce6f !important;
}
.block_category_7 .kit-item {
    background: #db746f !important;
}
.block_category_6 .kit-item {
    background: #db976f !important;
}
.block_category_5 .kit-item {
    background: #dbbf6f !important;
}
.block_by_category .kit-item {
    position: relative;
    background: #e9eaec;
    margin: 8px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    box-shadow: unset;
    animation: zoomIn 1s;
}
.block_category_2 .kit-item {
    background: #bbdb6f !important;
}
.block_category_7 {
    background-color: rgba(219, 116, 111, 0.5);
    border-radius: 0px 20px 20px 0px;
}
.block_category_5 {
    background-color: rgba(219, 191, 111, 0.5);
}
.block_category_6 {
    background-color: rgba(219, 151, 111, 0.5);
}
.block_category_4 {
    background-color: rgba(219, 206, 111, 0.5);
}
.block_category_3 {
    background-color: rgba(212, 219, 111, 0.5);
}
.kit-item__image {
    width: 100%;
    transform: scale(0.7);
}
.block_by_category {
    width: 13%;
}
.block_category_2 {
    background-color: rgba(187, 219, 111, 0.5);
}
.block_category_1 .kit-item {
    background: #9cce6f !important;
}
.block_by_category .kit-item {
    position: relative;
    background: #e9eaec;
    margin: 8px;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    box-shadow: unset;
    animation: zoomIn 1s;
}
.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;
}
.block_by_category {
    width: 13%;
}
.block_category_1 {
    border-radius: 20px 0px 0px 20px;
    background-color: rgba(156, 206, 111, 0.5);
}
.xbox_custom_block .kit-items {
    border-radius: 20px;
}
.xbox_custom_block {
    text-align: center;
}
.modal.fade .modal-dialog1 {
    transition: transform .3s ease-out;
    transform: translate(0, -25%);
}
.modal.in .modal-dialog1 {
    transform: translate(0, 0);
}
.iOoXCM {
    padding: 26px 16px 0px;
    margin-top: -60px;
}
.hmSgmf {
    padding-left: 8px;
}
.modal-close {
    position: absolute;
    top: 25px;
    right: 25px;
    opacity: .5;
    width: 16px;
    height: 16px;
    cursor: pointer;
    transition: opacity .4s ease;
    z-index: 1;
}
.modal .modal-content {
    background: #11171f;
    border-radius: 16px;
    overflow: unset;
}
.blue-scroll::-webkit-scrollbar {
    width: 2px;
    background: #17202c;
}
.jDXeMr {
    max-height: 228px;
    overflow: auto;
    width: calc(100% + 7px);
    padding-right: 7px;
    height: 150px;
}
.iOoXCM {
    padding: 26px 16px 0px;
}
.blue-scroll::-webkit-scrollbar-thumb {
    background: #673ab7;
    border-radius: 10px;
    height: 32px;
    border: 1px solid hsla(0, 0%, 100%, .1);
}
::-webkit-scrollbar {
    width: 1px;
}
::-webkit-scrollbar-thumb {
    background-color: rgb(156 132 239);
    border-radius: 50px;
}

.jDXeMr,
.jDXeMr * {
    font-size: 14px;
    line-height: 20px;
    color: rgb(175, 183, 198);
}
.hmSgmf h3 {
    font-weight: bold;
    font-size: 22px;
    text-align: left;
    letter-spacing: -0.01em;
    color: rgb(241, 243, 255);
    margin-bottom: 4px;
    text-transform: none;
}
.navbar-header>a {
    color: rgba(255, 255, 255, .7);
}
.modal .modal-header {
    justify-content: center;
    background: none;
    display: none;
    border: none;
}
.dEyoDM {
    font-weight: bold;
    font-size: 24px;
    letter-spacing: -0.01em;
    color: #673ab7;
    margin-bottom: 12px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.iOoXCM>img {
    margin-top: 24px;
    margin-bottom: 24px;
    border-radius: 8px;
    width: 100%;
}
.kMNnNF img {
    margin-right: 8px;
    width: 16px;
    margin-left: 0px;
    opacity: 0.5;
    transition: all 0.3s ease 0s;
}
.cSgllm {
    padding-left: 24px;
    font-size: 14px;
    color: rgb(175, 183, 198);
    width: 100%;
    -webkit-box-pack: start;
    justify-content: flex-start;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.kMNnNF {
    margin-right: 4px;
}
.kMNnNF,
.kMNnNF a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.iGSRsu {
    width: 356px;
    overflow: hidden;
    padding: 10px;
    background: linear-gradient(rgb(33, 37, 51) -12.18%, rgb(23, 28, 38) 103.8%), rgb(17, 24, 32);
    border-radius: 17px;
}
.bgOFfh {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 0px 0px 16px 16px;
    height: 68px;
    font-family: Roboto;
    cursor: pointer;
    font-size: 14px;
    background: linear-gradient(327.26deg, rgba(103, 120, 180, 0.28) -17.01%, rgba(103, 134, 196, 0.075) 92.2%);
}
.JphCv button {
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    -webkit-box-pack: center;
    justify-content: center;
}
.kfuDJE img {
    width: 23px;
    margin-right: 11px;
}
.eTTtAt {
    border: 1px solid rgb(122, 94, 60);
    background: transparent;
}
.JphCv button {
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 8px;
    -webkit-box-pack: center;
    justify-content: center;
}
.JphCv {
    display: grid;
    gap: 6px;
    height: 60px;
    grid-template-columns: 1fr 60px;
    margin-top: 40px;
}
button {
    cursor: pointer;
    font-family: roboto;
    transition: -webkit-filter .3s ease;
    transition: filter .3s ease;
    transition: filter .3s ease, -webkit-filter .3s ease;
}
.jOobjB li img {
    width: 15px;
    margin-right: 9px;
}
.bVoPYT {
    width: 356px;
    overflow: hidden;
    padding: 10px;
    background: linear-gradient(rgb(33, 37, 51) -12.18%, rgb(23, 28, 38) 103.8%), rgb(17, 24, 32);
    border-radius: 17px;
    margin-left: 19px;
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}
.premium__first-screen {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: roboto;
    background: url(//i.ibb.co/Vqz8xs2/bg-15.png) no-repeat top/contain;
}

/** Стили продуктов */
.product {
    border-radius: 8px;
    background: rgba(70, 70, 70, 0.3);
    transition: all 200ms;
}
.product:hover {
    background: #1e1c25;
    border: 2px solid #11171f;
    border: 1px solid #9a83e9;
    background-color: #9C84EF;
    border-radius: 4px;
    filter: drop-shadow(0px 8px 24px rgba(156, 132, 239, 0.25));
    box-shadow: 0 0 0 1px #292f36;
    transition: background .8s;
}
.product .product__name {
    display: none;
    background: none;
    text-shadow: 0 0 8px rgb(0, 0, 0);
    transition: all .4s;
    text-align: center;
    font-size: 14px;
}
.product .product__image {
    padding: 0px 0 0px;
    border-radius: 8px;
    transition: background .8s;
    background: #0f141b;
    background: rgba(137, 137, 137, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
}
.service__image {
    width: 100%;
    border-radius: 10px;
}
.product .product__price-old {
    opacity: 0.6;
}
.product .product__price {
    background: transparent;
}
.item__description,
.kit__description,
.roulette__description,
.service__description {
    background-color: transparent;
}
.product .product__discount {
    background: linear-gradient(90deg, #c18fff 0%, rgba(0, 0, 0, 0) 137.8%);
    margin: 5px;
    border-radius: 50px;
    border: 1px solid rgb(126, 87, 194) !important;
    filter: drop-shadow(0px 8px 24px rgba(156, 132, 239, 0.25));
    font-size: 13px;
}
.product .product__quantity {
    position: absolute;
    right: 4px;
    bottom: 4px;
    color: hsla(0, 0%, 100%, .9);
    background: #2B3660;
    padding: 0 4px;
    border-radius: 3px;
    font-size: 14px;
    opacity: 1;
    transition: opacity .4s;
}
.rules:first-child {
    border-radius: 15px 15px 0px 0px;
}
.rules {
    font-weight: 100;
    cursor: pointer;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 0px;
    color: black;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0px;
}
.rules:last-child {
    border-radius: 0px 0px 15px 15px;
}
.MsoNormal {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 30px;
}
p {
    margin-top: 10px;
    margin-bottom: 1rem;
}
.modal .modal-header h4 {
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #bbbbbb;
    padding-top: 15px;
    text-transform: uppercase;
}
.modal-footer {
    padding: 15px;
    padding-bottom: 1px;
    text-align: right;
    border-top: transparent;
}
.modal-header {
    padding: 15px;
    border-bottom: transparent;
}
.modal-content {
    /* position: relative; */
    
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: 0;
    box-shadow: none;
}

/** Модальные стили */
.modal .modal-content {
    background: rgba(137, 137, 137, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    backdrop-filter: blur(75px) !important;
    border-radius: 16px;
    overflow: unset;
}
.modal .modal-header {
    display: flex;
    justify-content: center;
    background: none;
    border: none;
}
.modal .modal-header h4 {
    font-size: 20px;
}
.modal .modal-footer {
    background-color: rgba(255, 255, 255, 0.05);
    border: none;
    border-radius: 0px 0px 16px 16px;
}
.modal .modal-footer>div {
    padding: 0;
}
.modal .modal-body .service__description img {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    transition: all .2s cubic-bezier(.79, .14, .15, .86);
    cursor: pointer;
    filter: drop-shadow(0px 8px 24px rgba(156, 132, 239, 0.25));
    z-index: 10;
    position: relative;
    background: #9c84ef;
}
.modal .modal-body .service__description img:hover {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.modal-footer .btn+.btn {
    margin: 0;
}
.modal .product__servers {
    display: none;
}

/** Стили профиля */
.xbox_profile-widget .xbox__header h4 {
    text-align: center;
    background: #9c84ef;
    border-radius: 2px;
    color: #fff;
    line-height: 2.8;
    font-size: 12px;
}
.xbox.xbox_profile-widget li a {
    color: hsla(0, 0%, 100%, .7);
    background-color: rgba(255, 255, 255, 0.1);
}
.xbox.xbox_profile-widget li.active a {
    color: #fff;
    background-color: #9c84ef;
}
.token.atrule,
.token.attr-value,
.token.class-name,
.token.function {
    color: rgb(230, 219, 116);
}
.code-snippet button {
    position: absolute;
    top: 8px;
    right: 8px;
}
.code-snippet {
    position: relative;
}
.code-snippet pre {
    background: #181b20!important;
    border: 1px solid #242b33!important;
}
button.icon-only[data-v-98afd824] {
    min-width: 0;
    min-height: 0;
    flex-shrink: 0;
    padding: 8px;
    border-radius: 50%;
    color: #5b6368;
}
button.transparent[data-v-98afd824] {
    background-color: transparent;
}
.code-snippet-language {
    position: absolute;
    top: 13px;
    right: 56px;
    font-size: 14px;
    g background-color: #1e242b;
    border-radius: 10px;
    padding: 6px 8px;
}
code[class*="language-"],
pre[class*="language-"] {
    color: rgb(248, 248, 242);
    background: none;
    text-shadow: rgb(0 0 0 / 30%) 0px 1px;
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    font-size: 1em;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    overflow-wrap: normal;
    line-height: 1.5;
    tab-size: 4;
    hyphens: none;
}
.ytp-cued-thumbnail-overlay-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
}
pre[class*="language-"] {
    padding: 1em;
    margin: 0.5em 0px;
    overflow: auto;
    border-radius: 0.3em;
}
.material-design-icon {
    display: flex;
    pointer-events: none;
}
button span[data-v-98afd824] {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    grid-gap: 8px;
}
button {
    color: #5b6368;
    font-family: Apercu Pro, sans-serif;
    font-size: 15px;
    border: none;
    cursor: pointer;
    transition: .2s;
}
button[data-v-98afd824] {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    padding: 0 20px;
    border-radius: 4px;
    transform: translateZ(0);
}
button.icon-only[data-v-98afd824] {
    min-width: 0;
    min-height: 0;
    flex-shrink: 0;
    padding: 8px;
    border-radius: 50%;
    color: #5b6368;
}
.full-page>.page-title .go-back,
.normal-page>.page-title .go-back {
    color: #fff!important;
    margin-right: 14px;
}
button.transparent[data-v-98afd824] {
    background-color: transparent;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #c4c2c2;
    background: #9c84ef;
    border-radius: 4px;
    filter: drop-shadow(0px 8px 24px rgba(156, 132, 239, 0.25));
}
.full-page>.page-title,
.normal-page>.page-title {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 18px;
}
button.btn.btn-danger.btn-lg {
    border: transparent !important;
    transition: background .8s;
    background: #16151c !important;
}
.btn+.btn {
    margin-left: 0px;
}
.nav>li>a {
    color: #bfbfbf;
    background-color: #292f36;
    transition: background .8s;
    background: rgba(137, 137, 137, 0.05);
}
.store-categories>.btn {
    margin-bottom: 5px;
    transition: background .8s;
}
.xserver__title {
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: ellipsis;
}
.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: 8px;
}
.input-group-btn:first-child>.btn,
.input-group-btn:last-child>.btn {
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 6px;
}
.nav>li>a:focus,
.nav>li>a:hover,
.table-striped>tbody>tr:nth-of-type(2n+1) {
    background: transparent;
    border-radius: 6px;
    color: #ffffffb3;
    align-items: center;
    transition: background .8s;
}
@media (max-width: 650px) {
    .col-md-3.col-md-pull-9 {
        padding-right: 0px;
        padding-left: 0px;
    }
}
a.btn.btn-danger.btn-block {
    background: #eb5757 !important;
    color: #e0e0e0 !important;
}
.input-group-addon:first-child {
    border-right: 0;
    border-radius: 8px 0px 0px 8px;
}
button.btn.btn-danger.btn-lg:hover {
    border: transparent !important;
    transition: background .8s;
    background: #9c84ef !important;
    filter: drop-shadow(0px 8px 24px rgba(156, 132, 239, 0.25));
}
img#jumbotron-logo:hover {
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    backdrop-filter: blur(75px) !important;
}
.fa-pencil:before {
    content: "\f0d6";
    color: #9c84ef;
    font-size: 16px;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
}
.unban {
    background: linear-gradient(90deg, #c18fff 0%, rgba(0, 0, 0, 0) 137.8%);
}
.btn:hover,
.btn.active,
.btn.active:focus,
.btn.active:hover {
    color: rgb(255, 255, 255);
    background: #9c84ef !important;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
    font-weight: 700;
}
.header-image {
    margin-bottom: 32px;
    opacity: 0.9;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    backdrop-filter: blur(75px) !important;
}
@media (max-width: 768px) {
    .container {
        margin-right: 10px;
        margin-left: 10px;
    }
    
    @media (max-width: 768px) {
        .btn+.btn {
            margin-left: 0px;
        }
        @media (max-width: 768px) {
            .store-categories {
                text-align: center;
                margin-bottom: 15px;
                display: flex;
                flex-direction: column;
            }
        }
        @media (max-width: 768px) {
            .header-image {
                margin-top: 70px;
            }
            @media (max-width: 768px) {
                .navbar {
                    background: #16151c;
                    display: block;
                    top: 0;
                    left: 0;
                    position: absolute;
                    right: 0;
                    z-index: 1000;
                    border-radius: 0px;
                    font-size: 16px;
                }
                /** Мобильная версия */
                @media (min-width: 1200px) {
                    .container {
                        width: 1300px;
                    }
                    .xbox.xbox_store .store__filters .colqq {
                        width: 20%;
                    }
                }
                @media (max-width: 768px) {
                    .container>div>.row {
                        margin-right: 0;
                        margin-left: 0;
                    }
                    .row .col-md-9.col-md-push-3 {
                        padding-right: 0;
                        padding-left: 0;
                    }
                }

@media (max-width: 650px) {
    .modal-sm {
        display: block;
        width: auto;
    }
}

    .modal-sm {
        display: block;
        width: auto;
    }