@import url('https://fonts.googleapis.com/css2?family=Audiowide&display=swap');@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
.bannerContainer , .Shop-module__header, .SupportLink-module__link , .boxHeader.MonitoringWidget-module__header , .Widgets-module__widgetWrapper .boxFooter , .ProfileContent-module__header.boxHeader , .LangSwitcher-module__wrapper .PlayerMenu-module__langSwitcher , .Widgets-module__wrapper.Widgets-module__rightSide , .Search-module__wrapper {
display: none;
}
.Shop-module__wrapper .boxBody {
background-color: transparent;
    margin-top: 95px;
}
.HeaderNav-module__wrapper.Header-module__nav {
position: fixed;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    left: 0px;
    top: 80px;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
    color: transparent;
    max-width: 52px;
    margin-left: 15px;
    min-width: 52px;
}
.Header-module__header .HeaderNav-module__wrapper,
.Header-module__header .PlayerMenu-module__langSwitcher {
    display: none !important;
}

.HeaderNav-module__link {
    font-size: 0;
    cursor: pointer;
    padding: 15px;
    transition: all 0.1s ease;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
	border-radius: 15px;

}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .HeaderNav-module__wrapper.Header-module__nav,
    .LangSwitcher-module__wrapper.PlayerMenu-module__langSwitcher {
        left: 10px;
        padding: 10px;
    }
    
    .HeaderNav-module__wrapper.Header-module__nav {
        top: 10px;
    }
    
    .LangSwitcher-module__wrapper.PlayerMenu-module__langSwitcher {
        top: 100px;
    }
}
.headerContainer {
    width: 100%;
    position: fixed;
    z-index: 56;
}
.container {
padding: 0;
}
.Header-module__wrapper {
    margin-bottom: 15px;
    padding: 25px 15px;
    justify-content: flex-end;
    background-color: #12121275;
    backdrop-filter: blur(24px);
}
.Header-module__logoWrapper {
    width: 100%;
    position: absolute;
}
.PlayerMenu-module__wrapper {
  margin: 0 
}
body {
  background-color: #121212; 
}

.Header-module__logo {
    position: relative;
    z-index: 3;
	margin: 0;
}
.Header-module__logoWrapper::before {
content: '';
    position: absolute;
    top: -92px;
    left: 50%;
    width: 800px;
    height: 60px;
    border-radius: 100%;
    filter: blur(48px);
    background-color: #F9B74C;
    transition: .5s;
    z-index: 1;
    margin-left: -415px;
    animation: center-wave 4s 
ease-in-out infinite, center-light 25s 
ease-in-out infinite;
}
@keyframes center-wave {
    0%, 100% {
        transform: translateX(0) scale(1);
        opacity: 0.6;
    }
    25% {
        transform: translateX(-20px) scale(1.1);
        opacity: 0.8;
    }
    50% {
        transform: translateX(0) scale(1.2);
        opacity: 0.7;
    }
    75% {
        transform: translateX(20px) scale(1.1);
        opacity: 0.8;
    }
}

@keyframes center-light {
    0%, 100% {
        background-color: #F9B74C;
        filter: blur(70px);
    }
    33% {
        background-color: ##F9A654;
        filter: blur(80px);
    }
    66% {
        background-color: #F9DC7B;
        filter: blur(60px);
    }
}
.Header-module__logo {
    position: relative;
    z-index: 2;
    color: transparent;

}

.PlayerMenu-module__wrapper {
    z-index: 10;
}
.DesktopCopyright-module__wrapper {
    left: 1640px !important;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(63, 63, 63);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: rgb(36, 36, 36);
}

html {
    scrollbar-width: thin;
    scrollbar-color: rgb(63, 63, 63) rgb(36, 36, 36);
}}

@keyframes online-light-wave {
    0%, 100% {
        transform: translateX(0) scale(1);
        opacity: 0.3;
    }
    25% {
        transform: translateX(-15px) scale(1.1);
        opacity: 0.5;
    }
    50% {
        transform: translateX(0) scale(1.2);
        opacity: 0.4;
    }
    75% {
        transform: translateX(15px) scale(1.1);
        opacity: 0.5;
    }
}

.online-pulse {
    width: 8px;
    height: 8px;
    background: #F9A654;
    border-radius: 50%;
    position: relative;
    animation: pulse 2s infinite;
}

.online-pulse::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: #F9A654;
    border-radius: 50%;
    animation: ripple 3s infinite;
    opacity: 0.6;
}

.online-pulse::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: c;
    border-radius: 50%;
    animation: ripple 9s infinite 3s;
    opacity: 0.3;
}

.online-count {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 8px;
    animation: countUpdate 0.5s ease;
    margin-top: 10px;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(223, 186, 84, 0.4);
    }
    50% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(223, 186, 84, 0.4);
    }
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes countUpdate {
    0% {
        transform: scale(1.2);
        color: #fff;
    }
    100% {
        transform: scale(1);
        color: #fff;
    }
}

@media (min-width: 768px) {
    .Product-module__wrapper:nth-of-type(1), .Product-module__wrapper:nth-of-type(2), .Product-module__wrapper:nth-of-type(3), .Product-module__wrapper:nth-of-type(4) {
        width: calc(25% - 16px);
    }
}
@media (min-width: 768px) {
    .Product-module__wrapper:nth-of-type(1), .Product-module__wrapper:nth-of-type(2), .Product-module__wrapper:nth-of-type(3), .Product-module__wrapper:nth-of-type(4) {
        width: calc(25% - 16px);
    }
}
@media (min-width: 768px) {
    .Product-module__wrapper:nth-of-type(1), .Product-module__wrapper:nth-of-type(2), .Product-module__wrapper:nth-of-type(3), .Product-module__wrapper:nth-of-type(4) {
        width: calc(25% - 16px);
    }
}
@media (min-width: 768px) {
    .Product-module__wrapper:nth-of-type(1), .Product-module__wrapper:nth-of-type(2), .Product-module__wrapper:nth-of-type(3), .Product-module__wrapper:nth-of-type(4) {
        width: calc(25% - 16px);
    }
}
.Products-module__wrapper {
    margin-top: 20px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
    gap: 15px;
}
.Products-module__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (min-width: 768px) { /* Десктопные устройства */
  .Product-module__wrapper:nth-of-type(1),
  .Product-module__wrapper:nth-of-type(2),
  .Product-module__wrapper:nth-of-type(3),
  .Product-module__wrapper:nth-of-type(4) {
    width: calc(25% - 16px);
        height: 290px;
  }
}
.Product-module__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: 0.2s;
    overflow: visible;   
    border-radius: 15px;
}

.Product-module__wrapper {
	width: calc(20% - 16px);
	transition: transform 0.2s ease;

}
.container .Index-module__wrapper .Shop-module__wrapper ,.boxBody .Products-module__wrapper ,.Product-module__wrapper .Product-module__name {
    transform: initial;
}
.Products-module__wrapper.Products-module__grid5 {
  gap: 15px; }
.container.Index-module__wrapper .Shop-module__wrapper .boxBody .Products-module__wrapper .Product-module__wrapper {
    backdrop-filter: blur(48px);
}
.container.Index-module__wrapper .Shop-module__wrapper .boxBody .Products-module__wrapper .Product-module__wrapper {
    background: rgba(255, 255, 255, .03);
}
@media (min-width: 768px) {
    .PlayerBalance-module__btn:hover, .HeaderNav-module__link:hover, .LangSwitcher-module__btn:hover, .PlayerMenu-module__loginLink:hover {
        background: linear-gradient(to right, #f13333 0%, #f13333 100%);
        color: #fff !important;
    }
}
.PlayerBalance-module__wrapper {
    font-size: 16px;
	font-weight: 500;
}
@media (min-width: 768px) {
    .PlayerBalance-module__btn, .HeaderNav-module__link, .LangSwitcher-module__btn, .PlayerMenu-module__loginLink {
        align-items: center;
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        font-weight: 550;
        justify-content: center;
        padding: 10px;
        transition: all .1s 
ease;
    }
}

.header-top__player-amount {
    margin-left: 32px;
    color: #fff;
    display: flex;
    align-self: center;
    gap: 6px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.header-top__pay {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    background-color: #F9B74C;
    cursor: pointer;
    transition: filter .2s ease;
}

.header-top__pay:hover {
    filter: brightness(1.2);
}

.header-top__pay svg {
    width: 20px;
    height: 20px;
}

.header-top__pay svg path {
    fill: #191c2d;
}

}
.ShopFooter-module__links {
    justify-content: end; 
    gap: 20px;
}
.Shop-module__wrapper .boxFooter {
    background: transparent;
}
.Categories-module__category {
	border-radius: 12px; 
    backdrop-filter: blur(48px);
    font-size: 13.5pt;

}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background-color: #ffffff;
    font-size: 13.5pt;
    font-weight: 500;
}
.Categories-module__category.Categories-module__enableFocus:focus {
    background-color: #ffffff;
}

.Header-module__logo {
    position: relative;
    z-index: 2;
    color: transparent;
    /* margin-top: 10px; */
    display: flex;
    width: min-content;
    /* align-items: center; */
    height: min-content;
    flex-wrap: wrap;
    /* justify-content: center; */
    font-size: 0;
}
.Product-module__count {
    right: 0;
    bottom: 0;
}
.Product-module__wrapper .Product-module__name {
    margin-bottom: 1.8625pc;
	padding: 0;
    font-weight: 700;
    color: #fff;
	left: 10pt;
font-size: 14px;
    text-align: center;
    text-shadow: 0 0 8px #000;
    transition: all .4s;
}
.Product-module__price {
    left: 5pt;
    bottom: 10px;
font-weight: 600;
    top: initial;
background: transparent;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] [class~=ProductItemSelector-module__label], #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=plugins] [class~=description-item] h2, [class~=container][class~=Index-module__wrapper] [class~=Shop-module__wrapper] [class~=boxBody] [class~=Products-module__wrapper] [class~=Product-module__wrapper] [class~=Product-module__price], #privilegeModal [class~=boxBody] [class~=content] [class~=tab-content__resource__title] h1 {
    font-weight: 600;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    font-style: normal;
}
* {
    font-optical-sizing: auto;
}
* {
    font-family: "Montserrat", sans-serif;
}
.Product-module__count {
    right: 12px;
    bottom: 8px;
    transition: all .15s 
ease;
}

.Product-module__price, .Product-module__discount, .Product-module__name, .Product-module__count {
    position: absolute;
}
/* Кнопки соцсетей в левом нижнем углу - минималистичные */
.social-buttons-container {
    position: fixed;
    bottom: 20px;
    left: 11px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-button {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    border: none;
}


.social-button svg {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.social-button svg path {
    fill: #989898;
    transition: fill 0.3s ease;
}

.social-button:hover svg path {
    fill: #ffffff;
}

/* Адаптивность */
@media (max-width: 768px) {
    .social-buttons-container {
        bottom: 15px;
        left: 15px;
        gap: 10px;
    }
    
    .social-button {
        width: 45px;
        height: 45px;
    }
    
    .social-button svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .social-buttons-container {
        bottom: 10px;
        left: 10px;
        gap: 8px;
    }
    
    .social-button {
        width: 40px;
        height: 40px;
    }
    
    .social-button svg {
        width: 18px;
        height: 18px;
    }
}
}
.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody {
    grid-template-areas:
        "productModalImg productModalDescription productModalDescription"
        "SelectContent-module__selectorWrapper productModalDescription productModalDescription"
        "ProductModal-module__form productModalDescription productModalDescription"
        "productModalGiveText productModalGiveText productModalGiveText";
}
.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody {
    gap: .104166667in 7.5pt;
}
.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody {
    grid-template-columns: 1fr 1fr 1fr;
}
.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody {
    display: grid;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=boxBody] [class~=productModalDescription], [class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] [class~=CountSelector-module__changeCountBtn][class~=CountSelector-module__left], .container.ProfileBasket-module__wrapper.ProfileBasket-module__rightSide .BasketContent-module__wrapper .boxBody .BasketFilters-module__wrapper .BasketSearch-module__wrapper .BasketSearch-module__iconWrapper, .ModalLayout-module__modal.ProductModal-module__dropdown .boxBody {
    background: transparent;
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .boxBody {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .boxBody {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .ProductModal-module__header {
        align-items: center;
        color: #fffff00;
        display: flex;
        font-size: 26px;
        font-weight: 700;
        justify-content: center;
        text-transform: uppercase;
    }
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] {
    width: 50%;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown], [class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    padding-right: 22.5pt;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] {
    padding-bottom: .208333333in;
}
#root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=content], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown], #root.information-page .Page-module__wrapper .boxBody .dropdown__container .dropdown .dropdown-content .servers .server {
    padding-top: .208333333in;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown], [class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    padding-left: 22.5pt;
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow:nth-child(1) .productModalFormRowItem:nth-child(1) .TotalSum-module__inputWrapper, [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] {
    background: rgba(255, 255, 255, .03);
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown], .ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow:nth-child(1) .productModalFormRowItem:nth-child(1) .TotalSum-module__inputWrapper {
    box-shadow: inset 0 0 .708333333in 0 rgba(255, 255, 255, .05);
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown], .ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow:nth-child(1) .productModalFormRowItem:nth-child(1) .TotalSum-module__inputWrapper {
    backdrop-filter: blur(48px);
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown], [class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-radius: 1.25pc;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter], #privilegeModal [class~=boxBody] [class~=content] [class~=tab-content__resource__items] {
    justify-content: center;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] {
    display: flex;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] {
    background: transparent;
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .ProductModal-module__form {
        order: 3;
        padding: 10px;
        width: 100%;
    }
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalGiveText] {
    grid-area: productModalGiveText;
}.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody .ProductModal-module__form .productModalFormRow:nth-child(1) .productModalFormRowItem:nth-child(1) .TotalSum-module__inputWrapper .TotalSum-module__input {
    width: 60%;
}
.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody .ProductModal-module__form .productModalFormRow:nth-child(1) .productModalFormRowItem:nth-child(1) .TotalSum-module__inputWrapper .TotalSum-module__currency {
    position: relative;
}
.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody .ProductModal-module__form .productModalFormRow:nth-child(1) .productModalFormRowItem:nth-child(1) .TotalSum-module__inputWrapper .TotalSum-module__currency {
    background: transparent;
}
@media (min-width: 768px) {
    .TotalSum-module__currency {
        background: rgba(255, 255, 255, .08);
    }
}
.TotalSum-module__currency {
    background: rgba(255, 255, 255, .08);
}
.TotalSum-module__currency {
    height: 100%;
    padding: 0 10px;
    background: var(--accent-color-800);
    color: var(--font-color-700);
    line-height: 36px;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) [class~=TotalSum-module__inputWrapper] {
    flex-direction: row;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) [class~=TotalSum-module__inputWrapper] {
    border-radius: 8px;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) [class~=TotalSum-module__inputWrapper], [class~=container][class~=Index-module__wrapper] [class~=Shop-module__wrapper] [class~=boxBody] [class~=Categories-module__categories] [class~=Categories-module__category] {
    box-shadow: inset 0 0 .708333333in 0 rgba(255, 255, 255, .05);
}
[class~=container][class~=Index-module__wrapper] [class~=Shop-module__wrapper] [class~=boxBody] [class~=Categories-module__categories] [class~=Categories-module__category], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) [class~=TotalSum-module__inputWrapper], #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=wipe_block] [class~=wipe_block__column] [class~=wipe_block__column__item] {
    background: rgba(255, 255, 255, .03);
}
[class~=container][class~=Index-module__wrapper] [class~=Shop-module__wrapper] [class~=boxBody] [class~=Categories-module__categories] [class~=Categories-module__category], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) [class~=TotalSum-module__inputWrapper] {
    backdrop-filter: blur(48px);
}
@media (min-width: 768px) {
    .TotalSum-module__inputWrapper {
        border-radius: 15px;
        color: rgba(255, 255, 255, .7);
    }
}
.TotalSum-module__inputWrapper {
    border-radius: 15px;
    color: rgba(255, 255, 255, .7);
}
.TotalSum-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 2px;
    overflow: hidden;
    background: var(--bg-color-700);
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] {
    width: 100%;
}

[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] {
    flex-direction: row;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] {
    justify-content: center;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] {
    border-radius: .5pc;
}
#root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=container__selector] [class~=selector-menu], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] {
    background: rgba(255, 255, 255, .03);
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper], #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=container__selector] [class~=selector-menu] {
    box-shadow: inset 0 0 4.25pc 0 rgba(255, 255, 255, .05);
}
@media (min-width: 768px) {
    .CountSelector-module__inputWrapper {
        border-radius: 15px;
    }
}
.CountSelector-module__inputWrapper {
    border-radius: 15px;
}
.CountSelector-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 2px;
    overflow: hidden;
    background: var(--bg-color-700);
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2), [class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) {
    width: 100%;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) {
    flex-direction: column;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalDescription], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2), .ModalLayout-module__modal.ProductModal-module__command .boxBody .ProductModal-module__form .productModalFormRow:nth-child(1) .productModalFormRowItem:nth-child(2), #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=servers] [class~=server] p[class~=ip] {
    display: flex;
}
.productModalFormRow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}
|.ProductItemSelector-module__item {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 2px;
    height: 60px;
    transition: all .15s 
ease;
}
.ProductItemSelector-module__items {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
}
.ProductItemSelector-module__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    gap: 8px;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] [class~=ProductItemSelector-module__label] {
    font-size: 15px;
}
#root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=plugins] [class~=description-item] h2, [class~=container][class~=Index-module__wrapper] [class~=Shop-module__wrapper] [class~=boxBody] [class~=Products-module__wrapper] [class~=Product-module__wrapper] [class~=Product-module__name], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] [class~=ProductItemSelector-module__label], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] [class~=ProductItemSelector-module__label], #privilegeModal [class~=boxBody] [class~=content] [class~=tab-content__resource__title] h1, [class~=Header-module__wrapper] [class~=Header-module__logoWrapper] {
    color: #fff;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] [class~=ProductItemSelector-module__label], [class~=Header-module__wrapper] [class~=Header-module__logoWrapper] {
    font-weight: 600;
}
.ProductItemSelector-module__label {
    width: 100%;
    text-align: left;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] {
    margin-bottom: 0;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] {
    margin-top: 0;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] {
    margin-right: 0;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] {
    margin-left: 0;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=SelectContent-module__selectorWrapper], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] {
    grid-area: SelectContent-module__selectorWrapper;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalImg], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalImg] {
    height: fit-content;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalImg], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalImg] {
    grid-area: productModalImg;
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .productModalImg {
        max-width: 401px;
        float: left;
        display: block;
        float: left;
        height: 264px;
    }
}
.productModalImg {
    max-width: 300px;
    width: 100%;
    height: 300px;
    object-fit: contain;
    margin-bottom: 10px;
}

}
[class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2), [class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1), [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalDescription] [class~=description__container] {
    flex-direction: column;
}
#root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=commands] [class~=command], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalDescription] [class~=description__container] [class~=description__container__item], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription] {
    align-items: center;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2), #root[class~=news-page] [class~=pages__news__container] [class~=pages__news__container__monitoring] [class~=pages__news__container__monitoring__body] [class~=pages__news__container__monitoring__body__server], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription] [class~=description__container] [class~=description__container__item], [class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1), #root[class~=news-page] [class~=pages__news__container] [class~=pages__news__container__monitoring] [class~=pages__news__container__monitoring__body], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalDescription] [class~=description__container] [class~=description__container__item], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalDescription] [class~=description__container] {
    display: flex;
}
.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody .ProductModal-module__form .productModalFormRow:nth-child(1) .productModalFormRowItem:nth-child(2) .CountSelector-module__inputWrapper .CountSelector-module__changeCountBtn.CountSelector-module__right, #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody], [class~=PlayerBalance-module__btn]:hover, [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription] {
    background: transparent;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription] {
    grid-area: productModalDescription;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__label], [class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=ItemContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray]::before, [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalDescription] {
    color: #fff;
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .productModalDescription {
        order: 1;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .productModalDescription {
        order: 1;
        width: 60%;
    }
}
.ProductModal-module__dropdown .boxHeader, .ProductModal-module__dropdown .boxBody, .ProductModal-module__dropdown .boxFooter, .ProductModal-module__dropdown .productModalDescription {
    background: transparent;
}
.ProductModal-module__dropdown .productModalDescription {
    overflow-x: hidden;
    max-height: 525px; 
}
@media (min-width: 768px) {
    .productModalDescription {
        padding: 0px;
    }
}
.productModalDescription {
    scrollbar-button: none;
    scrollbar-width: thin;
}
.productModalDescription {
    scrollbar-color: #e0e0e0 transparent;
}
.productModalDescription {
    list-style: inside;
    text-align: left;
	margin: 0;
    background-color: var(--bg-color-700);
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper]::after, [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalGiveText] {
    color: #fff;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalGiveText] {
    grid-area: productModalGiveText;
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .productModalGiveText {
        order: 6;
        width: 100%;
    }
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter], #privilegeModal [class~=boxBody] [class~=content] [class~=tab-content__resource__items] {
    justify-content: center;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] {
    display: flex;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] {
    background: transparent;
}
.ProductModal-module__dropdown .boxHeader, .ProductModal-module__dropdown .boxBody, .ProductModal-module__dropdown .boxFooter, .ProductModal-module__dropdown .productModalDescription {
    background: transparent;
}
.SelectContent-module__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
.bannerContainer , .Shop-module__header, .SupportLink-module__link , .boxHeader.MonitoringWidget-module__header , .Widgets-module__widgetWrapper .boxFooter , .ProfileContent-module__header.boxHeader , .LangSwitcher-module__wrapper .PlayerMenu-module__langSwitcher , .Widgets-module__wrapper.Widgets-module__rightSide , .Search-module__wrapper {
display: none;
}
.Shop-module__wrapper .boxBody {
background-color: transparent;
    margin-top: 95px;
}
.HeaderNav-module__wrapper.Header-module__nav {
position: fixed;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    left: 0px;
    top: 85px;
    gap: 10px;
    align-items: flex-start;
    flex-direction: column;
    color: transparent;
    max-width: 52px;
    margin-left: 15px;
    min-width: 52px;
}
.Header-module__header .HeaderNav-module__wrapper,
.Header-module__header .PlayerMenu-module__langSwitcher {
    display: none !important;
}

.HeaderNav-module__link {
    font-size: 0;
    cursor: pointer;
    padding: 15px;
    transition: all 0.1s ease;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    position: relative;
	border-radius: 15px;

}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .HeaderNav-module__wrapper.Header-module__nav,
    .LangSwitcher-module__wrapper.PlayerMenu-module__langSwitcher {
        left: 10px;
        padding: 10px;
    }
    
    .HeaderNav-module__wrapper.Header-module__nav {
        top: 10px;
    }
    
    .LangSwitcher-module__wrapper.PlayerMenu-module__langSwitcher {
        top: 100px;
    }
}
.container {
padding: 0;
}
.Header-module__wrapper {
	padding-right: 0;
}
.Header-module__logoWrapper {
    width: 100%;
    position: absolute;
}
.PlayerMenu-module__wrapper {
  margin: 0 
}
body {
  background-color: #121212; 
}

.Header-module__logo {
    position: relative;
    z-index: 3;
	margin: 0;
}
.Header-module__logoWrapper::before {
content: '';
    position: absolute;
    top: -92px;
    left: 50%;
    width: 800px;
    height: 60px;
    border-radius: 100%;
    filter: blur(48px);
    background-color: #F9B74C;
    transition: .5s;
    z-index: 1;
    margin-left: -415px;
    animation: center-wave 4s 
ease-in-out infinite, center-light 25s 
ease-in-out infinite;
}
@keyframes center-wave {
    0%, 100% {
        transform: translateX(0) scale(1);
        opacity: 0.6;
    }
    25% {
        transform: translateX(-20px) scale(1.1);
        opacity: 0.8;
    }
    50% {
        transform: translateX(0) scale(1.2);
        opacity: 0.7;
    }
    75% {
        transform: translateX(20px) scale(1.1);
        opacity: 0.8;
    }
}

@keyframes center-light {
    0%, 100% {
        background-color: #F9B74C;
        filter: blur(70px);
    }
    33% {
        background-color: #F9A654;
        filter: blur(80px);
    }
    66% {
        background-color: #F9DC7B;
        filter: blur(60px);
    }
}
.Header-module__logo {
    position: relative;
    z-index: 2;
    color: transparent;

}
a.Header-module__logo:before {
    content: url(https://i.postimg.cc/HLV7thSb/image.png);
}
.PlayerMenu-module__wrapper {
    z-index: 10;
}
.DesktopCopyright-module__wrapper {
    left: 1640px !important;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(63, 63, 63);
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: rgb(36, 36, 36);
}

html {
    scrollbar-width: thin;
    scrollbar-color: rgb(63, 63, 63) rgb(36, 36, 36);
}
.nav-online-widget {
position: fixed;
    top: 25px;
    left: 0px;
    z-index: 1001;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: default;
    margin-left: 9px;
    max-width: 55px;
    min-width: 55px;
}
.nav-online-widget::before {
    content: '';
    position: fixed;
    top: -80px;
    left: -80px;
    width: 200px;
    height: 80px;
    border-radius: 100%;
    filter: blur(40px);
    background-color: #F9B74C;
    z-index: -1;
    animation: online-light-wave 4s ease-in-out infinite;
    pointer-events: none;
}

@keyframes online-light-wave {
    0%, 100% {
        transform: translateX(0) scale(1);
        opacity: 0.3;
    }
    25% {
        transform: translateX(-15px) scale(1.1);
        opacity: 0.5;
    }
    50% {
        transform: translateX(0) scale(1.2);
        opacity: 0.4;
    }
    75% {
        transform: translateX(15px) scale(1.1);
        opacity: 0.5;
    }
}

.online-pulse {
    width: 8px;
    height: 8px;
    background: #F9A654;
    border-radius: 50%;
    position: relative;
    animation: pulse 2s infinite;
}

.online-pulse::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    background: #F9A654;
    border-radius: 50%;
    animation: ripple 3s infinite;
    opacity: 0.6;
}

.online-pulse::after {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: #F9A654;
    border-radius: 50%;
    animation: ripple 9s infinite 3s;
    opacity: 0.3;
}

.online-count {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    margin-top: 8px;
    animation: countUpdate 0.5s ease;
    margin-top: 10px;
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
        opacity: 0.6;
    }
    100% {
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes countUpdate {
    0% {
        transform: scale(1.2);
        color: #fff;
    }
    100% {
        transform: scale(1);
        color: #fff;
    }
}

    .Product-module__wrapper:nth-of-type(1) .Product-module__name, .Product-module__wrapper:nth-of-type(2) .Product-module__name, .Product-module__wrapper:nth-of-type(3) .Product-module__name, .Product-module__wrapper:nth-of-type(4) .Product-module__name
{
display:none;
}
@media (min-width: 768px) {
    .Product-module__wrapper:nth-of-type(1), .Product-module__wrapper:nth-of-type(2), .Product-module__wrapper:nth-of-type(3), .Product-module__wrapper:nth-of-type(4) {
        width: calc(25% - 16px);
	
    }
}

.Products-module__wrapper {
    margin-top: 20px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(160px,1fr));
    gap: 15px;
}
.Products-module__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
@media (min-width: 768px) { /* Десктопные устройства */
  .Product-module__wrapper:nth-of-type(1),
  .Product-module__wrapper:nth-of-type(2),
  .Product-module__wrapper:nth-of-type(3),
  .Product-module__wrapper:nth-of-type(4) {
    width: calc(25% - 16px);
        height: 290px;
  }
}
.Product-module__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transition: 0.2s;
    overflow: visible;   
    border-radius: 15px;
}

.Product-module__wrapper {
	width: calc(20% - 16px);
	transition: transform 0.2s ease;

}
.container .Index-module__wrapper .Shop-module__wrapper ,.boxBody .Products-module__wrapper ,.Product-module__wrapper .Product-module__name {
    transform: initial;
}
.Product-module__name {
background-color: transparent;
    display: flex;
    align-items: center;
}
.Products-module__wrapper.Products-module__grid5 {
  gap: 15px; }
.container.Index-module__wrapper .Shop-module__wrapper .boxBody .Products-module__wrapper .Product-module__wrapper {
    backdrop-filter: blur(48px);
    border: solid 2px #252525;gi
}
.container.Index-module__wrapper .Shop-module__wrapper .boxBody .Products-module__wrapper .Product-module__wrapper {
    background: rgba(255, 255, 255, .03);
}
@media (min-width: 768px) {
    .PlayerBalance-module__btn:hover, .HeaderNav-module__link:hover, .LangSwitcher-module__btn:hover, .PlayerMenu-module__loginLink:hover {
        background: linear-gradient(to right, #f13333 0%, #f13333 100%);
        color: #fff !important;
    }
}
.PlayerBalance-module__wrapper {
    font-size: 16px;
	font-weight: 500;
}
@media (min-width: 768px) {
    .PlayerBalance-module__btn, .HeaderNav-module__link, .LangSwitcher-module__btn, .PlayerMenu-module__loginLink {
        align-items: center;
        border-radius: 10px;
        cursor: pointer;
        display: flex;
        font-weight: 550;
        justify-content: center;
        padding: 10px;
        transition: all .1s 
ease;
        white-space: nowrap;
    }
}
.header-top__player-balance {
    margin-right: 10px;
    display: flex;
    align-self: center;
    border-radius: 50px;
    border: 2px solid #F9B74C;
}

.header-top__player-amount {
    margin-left: 32px;
    color: #fff;
    display: flex;
    align-self: center;
    gap: 6px;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}

.header-top__pay {
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    background-color: #F9B74C;
    cursor: pointer;
    transition: filter .2s ease;
}

.header-top__pay:hover {
    filter: brightness(1.2);
}

.header-top__pay svg {
    width: 20px;
    height: 20px;
}

.header-top__pay svg path {
    fill: #191c2d;
}
}
.ShopFooter-module__links {
    justify-content: end; 
    gap: 20px;
}
.Shop-module__wrapper .boxFooter {
    background: transparent;
}
.Header-module__logo {
    position: relative;
    z-index: 2;
    color: transparent;
    /* margin-top: 10px; */
    display: flex;
    width: min-content;
    /* align-items: center; */
    height: min-content;
    flex-wrap: wrap;
    /* justify-content: center; */
    font-size: 0;
}
.Product-module__count {
    right: 0;
    bottom: 0;
}

[class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] [class~=ProductItemSelector-module__label], #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=plugins] [class~=description-item] h2, [class~=container][class~=Index-module__wrapper] [class~=Shop-module__wrapper] [class~=boxBody] [class~=Products-module__wrapper] [class~=Product-module__wrapper] [class~=Product-module__price], #privilegeModal [class~=boxBody] [class~=content] [class~=tab-content__resource__title] h1 {
    font-weight: 600;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    font-style: normal;
}
* {
    font-optical-sizing: auto;
}
* {
    font-family: "Montserrat", sans-serif;
}
.Product-module__count {
    right: 12px;
    bottom: 8px;
    transition: all .15s 
ease;
}

.Product-module__price, .Product-module__discount, .Product-module__name, .Product-module__count {
    position: absolute;
}
/* Кнопки соцсетей в левом нижнем углу - минималистичные */
.social-buttons-container {
    position: fixed;
    bottom: 20px;
    left: 11px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-button {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    border: none;
}


.social-button svg {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease;
}

.social-button svg path {
    fill: #989898;
    transition: fill 0.3s ease;
}

.social-button:hover svg path {
    fill: #ffffff;
}

/* Адаптивность */
@media (max-width: 768px) {
    .social-buttons-container {
        bottom: 15px;
        left: 15px;
        gap: 10px;
    }
    
    .social-button {
        width: 45px;
        height: 45px;
    }
    
    .social-button svg {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .social-buttons-container {
        bottom: 10px;
        left: 10px;
        gap: 8px;
    }
    
    .social-button {
        width: 40px;
        height: 40px;
    }
    
    .social-button svg {
        width: 18px;
        height: 18px;
    }
}

}
.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody {
    grid-template-areas:
        "productModalImg productModalDescription productModalDescription"
        "SelectContent-module__selectorWrapper productModalDescription productModalDescription"
        "ProductModal-module__form productModalDescription productModalDescription"
        "productModalGiveText productModalGiveText productModalGiveText";
}
.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody {
    gap: .104166667in 7.5pt;
}
.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody {
    grid-template-columns: 1fr 1fr 1fr;
}
.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody {
    display: grid;
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .boxBody {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .boxBody {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media (min-width: 768px) {
    .ProductModal-module__header {
        align-items: center;
        color: #fffff00;
        display: flex;
        font-size: 26px;
        font-weight: 700;
        justify-content: center;
        text-transform: uppercase;
    }
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] {
    width: 50%;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown], [class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    padding-right: 22.5pt;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] {
    padding-bottom: .208333333in;
}
#root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=content], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown], #root.information-page .Page-module__wrapper .boxBody .dropdown__container .dropdown .dropdown-content .servers .server {
    padding-top: .208333333in;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown], [class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    padding-left: 22.5pt;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown], [class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-radius: 1.25pc;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter], #privilegeModal [class~=boxBody] [class~=content] [class~=tab-content__resource__items] {
    justify-content: center;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] {
    display: flex;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] {
    background: transparent;
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .ProductModal-module__form {
        order: 3;
        padding: 10px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .TotalSum-module__currency {
        background: rgba(255, 255, 255, .08);
    }
}
.TotalSum-module__currency {
    background: rgba(255, 255, 255, .08);
}
.TotalSum-module__currency {
    height: 100%;
    padding: 0 10px;
    background: var(--accent-color-800);
    color: var(--font-color-700);
    line-height: 36px;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) [class~=TotalSum-module__inputWrapper] {
    flex-direction: row;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) [class~=TotalSum-module__inputWrapper] {
    border-radius: 8px;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) [class~=TotalSum-module__inputWrapper], [class~=container][class~=Index-module__wrapper] [class~=Shop-module__wrapper] [class~=boxBody] [class~=Categories-module__categories] [class~=Categories-module__category] {
    box-shadow: inset 0 0 .708333333in 0 rgba(255, 255, 255, .05);
}
[class~=container][class~=Index-module__wrapper] [class~=Shop-module__wrapper] [class~=boxBody] [class~=Categories-module__categories] [class~=Categories-module__category], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) [class~=TotalSum-module__inputWrapper], #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=wipe_block] [class~=wipe_block__column] [class~=wipe_block__column__item] {
    background: rgba(255, 255, 255, .03);
}
[class~=container][class~=Index-module__wrapper] [class~=Shop-module__wrapper] [class~=boxBody] [class~=Categories-module__categories] [class~=Categories-module__category], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) [class~=TotalSum-module__inputWrapper] {
    backdrop-filter: blur(48px);
}
@media (min-width: 768px) {
    .TotalSum-module__inputWrapper {
        border-radius: 15px;
        color: rgba(255, 255, 255, .7);
    }
}
.TotalSum-module__inputWrapper {
    border-radius: 15px;
    color: rgba(255, 255, 255, .7);
}
.TotalSum-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 2px;
    overflow: hidden;
    background: var(--bg-color-700);
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] {
    width: 100%;
}

[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] {
    flex-direction: row;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] {
    justify-content: center;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] {
    border-radius: .5pc;
}
#root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=container__selector] [class~=selector-menu], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] {
    background: rgba(255, 255, 255, .03);
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper], #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=container__selector] [class~=selector-menu] {
    box-shadow: inset 0 0 4.25pc 0 rgba(255, 255, 255, .05);
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] {
    backdrop-filter: blur(48px);
}
@media (min-width: 768px) {
    .CountSelector-module__inputWrapper {
        border-radius: 15px;
    }
}
.CountSelector-module__inputWrapper {
    border-radius: 15px;
}
.CountSelector-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 2px;
    overflow: hidden;
    background: var(--bg-color-700);
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2), [class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) {
    width: 100%;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) {
    flex-direction: column;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalDescription], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2), .ModalLayout-module__modal.ProductModal-module__command .boxBody .ProductModal-module__form .productModalFormRow:nth-child(1) .productModalFormRowItem:nth-child(2), #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=servers] [class~=server] p[class~=ip] {
    display: flex;
}
.productModalFormRow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}
|.ProductItemSelector-module__item {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 2px;
    height: 60px;
    transition: all .15s 
ease;
}
.ProductItemSelector-module__items {
    grid-template-columns: repeat(3, minmax(50px, 1fr));
}
.ProductItemSelector-module__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
    gap: 8px;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] [class~=ProductItemSelector-module__label] {
    font-size: 15px;
}
#root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=plugins] [class~=description-item] h2, [class~=container][class~=Index-module__wrapper] [class~=Shop-module__wrapper] [class~=boxBody] [class~=Products-module__wrapper] [class~=Product-module__wrapper] [class~=Product-module__name], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] [class~=ProductItemSelector-module__label], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] [class~=ProductItemSelector-module__label], #privilegeModal [class~=boxBody] [class~=content] [class~=tab-content__resource__title] h1, [class~=Header-module__wrapper] [class~=Header-module__logoWrapper] {
    color: #fff;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] [class~=ProductItemSelector-module__label], [class~=Header-module__wrapper] [class~=Header-module__logoWrapper] {
    font-weight: 600;
}
.ProductItemSelector-module__label {
    width: 100%;
    text-align: left;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] {
    margin-bottom: 0;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] {
    margin-top: 0;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] {
    margin-right: 0;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] {
    margin-left: 0;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=SelectContent-module__selectorWrapper], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=SelectContent-module__selectorWrapper] {
    grid-area: SelectContent-module__selectorWrapper;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalImg], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalImg] {
    height: fit-content;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalImg], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalImg] {
    grid-area: productModalImg;
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .productModalImg {
        max-width: 401px;
        float: left;
        display: block;
        float: left;
        height: 264px;
    }
}
.productModalImg {
    max-width: 300px;
    width: 100%;
    height: 300px;
    object-fit: contain;
    margin-bottom: 10px;
}

}
[class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2), [class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1), [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalDescription] [class~=description__container] {
    flex-direction: column;
}
#root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=commands] [class~=command], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalDescription] [class~=description__container] [class~=description__container__item], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription] {
    align-items: center;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2), #root[class~=news-page] [class~=pages__news__container] [class~=pages__news__container__monitoring] [class~=pages__news__container__monitoring__body] [class~=pages__news__container__monitoring__body__server], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription] [class~=description__container] [class~=description__container__item], [class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1), #root[class~=news-page] [class~=pages__news__container] [class~=pages__news__container__monitoring] [class~=pages__news__container__monitoring__body], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalDescription] [class~=description__container] [class~=description__container__item], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalDescription] [class~=description__container] {
    display: flex;
}
.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody .ProductModal-module__form .productModalFormRow:nth-child(1) .productModalFormRowItem:nth-child(2) .CountSelector-module__inputWrapper .CountSelector-module__changeCountBtn.CountSelector-module__right, #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody], [class~=PlayerBalance-module__btn]:hover, [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription] {
    background: transparent;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription] {
    grid-area: productModalDescription;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__label], [class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=ItemContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray]::before, [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalDescription] {
    color: #fff;
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .productModalDescription {
        order: 1;
        width: 100%;
    }
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .productModalDescription {
        order: 1;
        width: 60%;
    }
}
.ProductModal-module__dropdown .boxHeader, .ProductModal-module__dropdown .boxBody, .ProductModal-module__dropdown .boxFooter, .ProductModal-module__dropdown .productModalDescription {
    background: transparent;
}

@media (min-width: 768px) {
    .productModalDescription {
        padding: 0px;
    }
}

.productModalDescription {
    scrollbar-color: #e0e0e0 transparent;
}
.productModalDescription {
    list-style: inside;
    text-align: left;
    background-color: var(--bg-color-700);
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper]::after, [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalGiveText] {
    color: #fff;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalGiveText] {
    grid-area: productModalGiveText;
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .productModalGiveText {
        order: 6;
        width: 100%;
    }
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter], #privilegeModal [class~=boxBody] [class~=content] [class~=tab-content__resource__items] {
    justify-content: center;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] {
    display: flex;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] {
    background: transparent;
}
.ProductModal-module__dropdown .boxHeader, .ProductModal-module__dropdown .boxBody, .ProductModal-module__dropdown .boxFooter, .ProductModal-module__dropdown .productModalDescription {
    background: transparent;
}
.SelectContent-module__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .ProductModal-module__dropdown .productModalDescription {
        order: 1;
        width: 100%;
    }
}
.modal-extend-cmd__col-right {
  color: #fff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	width:100%;
}
.modal-product__alert {
  display: flex;
  align-items: center;
  background: rgba(255, 172, 77, 0.1);
  padding: 12px 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #FFAC4D;
}

.modal-product__alert svg {
  margin-right: 10px;
  flex-shrink: 0;
}
.modal-extend-cmd__extra-item {
  margin-bottom: 25px;
    background: rgba(255, 255, 255, .03);
  border-radius: 8px;
  padding: 15px;
}

.modal-extend-cmd__extra-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5d5;
}

.modal-extend-cmd__extra-name-title {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
}

.modal-extend-cmd__extra-name-label {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #d5d5d5;
}

.modal-extend-cmd__extra-name-label svg {
  margin-right: 5px;
}

.modal-extend-cmd__extra-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(65px, 1fr));
  gap: 12px;
}

.modal-extend-cmd__extra-list-item {
  position: relative;
  background: #8bc79624;
  border-radius: 6px;
  padding: 8px;
  text-align: center;
}

.modal-extend-cmd__extra-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.modal-extend-cmd__extra-quantity {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  color: #fff;
}

.modal-extend-cmd__btn-container {
  margin-top: 25px;
}

.btn-magic {
  background: linear-gradient(90deg, #6d4aff 0%, #8a63ff 100%);
  border: none;
  color: white;
  padding: 14px 0;
  width: 100%;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  text-align: center;
}

.modal-tooltip-element-init {
  position: relative;
  cursor: pointer;
}

.modal-tooltip-element-init:hover::after {
  content: attr(data-desc);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #2a2a3c;
  color: #fff;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  margin-bottom: 10px;
}


.modal-product__alert div svg {
  margin-right: 8px;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1), [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1), #root[class~=news-page] [class~=pages__news__container], [class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) {
    display: block;
}
button.CountSelector-module__changeCountBtn.CountSelector-module__left {
    background: transparent;
}
#privilegeModal [class~=boxFooter] [class~=btn][class~=Button-module__btn][class~=Button-module__gray]::before, [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray]::before {
    font-weight: 200;
}
[class~=container][class~=ProfileBasket-module__wrapper][class~=ProfileBasket-module__rightSide] [class~=BasketContent-module__wrapper] [class~=boxBody] [class~=BasketTable-module__table] [class~=BasketTable-module__tableHeader] span, [class~=ModalLayout-module__modal][class~=PlayerBalance-module__modal] [class~=boxHeader][class~=PlayerBalanceModal-module__header], [class~=Header-module__wrapper] [class~=HeaderNav-module__wrapper][class~=Header-module__nav] a, #root.news-page .pages__news__container .pages__news__container__items .pages__news__container__items__item .pages__news__container__items__item__text span, .container.ProfileBasket-module__wrapper.ProfileBasket-module__rightSide .BasketContent-module__wrapper .boxBody .Pagination-module__pagination .Pagination-module__page, [class~=container][class~=ProfileBasket-module__wrapper][class~=ProfileBasket-module__rightSide] [class~=BasketContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn]:hover, #privilegeModal [class~=boxFooter] [class~=btn][class~=Button-module__btn][class~=Button-module__gray]::before, [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray]::before {
    color: #fff;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray]::before {
    font-size: 2pc;
}
#privilegeModal [class~=boxFooter] [class~=btn][class~=Button-module__btn][class~=Button-module__gray]::before, [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray]::before {
    content: "";
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray]::before {
    font-family: FontAwesome;
}

}
[class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=RouletteContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=container__selector] [class~=selector-menu] button, [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray] {
    border-image: none;
}

[class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=RouletteContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray] {
    border-top-color: currentColor;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=RouletteContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=container][class~=ProfileHistory-module__wrapper][class~=ProfileHistory-module__rightSide] [class~=HistoryContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn]:hover, [class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] [class~=CountSelector-module__changeCountBtn][class~=CountSelector-module__left] {
    border-right-color: currentColor;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=RouletteContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=container][class~=ProfileHistory-module__wrapper][class~=ProfileHistory-module__rightSide] [class~=HistoryContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn]:hover {
    border-bottom-color: currentColor;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=container][class~=ProfileHistory-module__wrapper][class~=ProfileHistory-module__rightSide] [class~=HistoryContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn]:hover, [class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=RouletteContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray] {
    border-left-color: currentColor;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=container][class~=ProfileHistory-module__wrapper][class~=ProfileHistory-module__rightSide] [class~=HistoryContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn]:hover, [class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=RouletteContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray] {
    border-top-style: none;
}
[class~=container][class~=ProfileHistory-module__wrapper][class~=ProfileHistory-module__rightSide] [class~=HistoryContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn]:hover, [class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=RouletteContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray] {
    border-right-style: none;
}
[class~=container][class~=ProfileHistory-module__wrapper][class~=ProfileHistory-module__rightSide] [class~=HistoryContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn]:hover, [class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=RouletteContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray] {
    border-bottom-style: none;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=RouletteContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray] {
    border-left-style: none;
}
[class~=container][class~=ProfileHistory-module__wrapper][class~=ProfileHistory-module__rightSide] [class~=HistoryContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn]:hover, [class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=RouletteContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray] {
    border-top-width: medium;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=RouletteContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray] {
    background: transparent;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=RouletteContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=container][class~=ProfileHistory-module__wrapper][class~=ProfileHistory-module__rightSide] [class~=HistoryContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn]:hover, [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray] {
    border-right-width: medium;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=RouletteContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray] {
    font-size: 0px;
}
[class~=container][class~=ProfileHistory-module__wrapper][class~=ProfileHistory-module__rightSide] [class~=HistoryContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn]:hover, [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray] {
    border-bottom-width: medium;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=boxBody] [class~=productModalContainsItems] [class~=productModalContainsItem] [class~=productModalItemInfo], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray] {
    right: .104166667in;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=container][class~=ProfileHistory-module__wrapper][class~=ProfileHistory-module__rightSide] [class~=HistoryContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn]:hover {
    border-left-width: medium;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=boxBody] [class~=productModalContainsItems] [class~=productModalContainsItem] [class~=productModalItemInfo], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray] {
    top: .104166667in;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__gray], [class~=ModalLayout-module__modal][class~=ProductModal-module__roulette] [class~=boxBody] [class~=productModalContainsItems] [class~=productModalContainsItem] [class~=productModalItemInfo] {
    position: absolute;
}
@media (min-width: 768px) {
    .Button-module__btn.Button-module__gray {
        background: rgba(255, 255, 255, .1);
        border: 1px solid #20202000;
        border-radius: 15px;
        color: rgba(255, 255, 255, .7);
    }
}

}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    color: #1e1e1e;
}

[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], #root.information-page .Page-module__wrapper .boxBody .dropdown__container .dropdown .dropdown-content .rules .rules__body p {
    font-size: 15pt;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    font-weight: 500;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    width: 100%;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    border-image: none;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    border-top-color: currentColor;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    border-right-color: currentColor;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    border-bottom-color: currentColor;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    border-left-color: currentColor;
}
[class~=container][class~=ProfileBasket-module__wrapper][class~=ProfileBasket-module__rightSide] [class~=BasketContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    border-top-style: none;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    border-right-style: none;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    border-bottom-style: none;
}
[class~=container][class~=ProfileBasket-module__wrapper][class~=ProfileBasket-module__rightSide] [class~=BasketContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    border-left-style: none;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=container][class~=ProfileBasket-module__wrapper][class~=ProfileBasket-module__rightSide] [class~=BasketContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn], [class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    border-top-width: medium;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=container][class~=ProfileBasket-module__wrapper][class~=ProfileBasket-module__rightSide] [class~=BasketContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn] {
    border-right-width: medium;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=container][class~=ProfileBasket-module__wrapper][class~=ProfileBasket-module__rightSide] [class~=BasketContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn], [class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    border-bottom-width: medium;
}
[class~=container][class~=ProfileBasket-module__wrapper][class~=ProfileBasket-module__rightSide] [class~=BasketContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn], [class~=container][class~=ProfileBasket-module__wrapper][class~=ProfileBasket-module__rightSide] [class~=BasketContent-module__wrapper] [class~=boxBody] [class~=Pagination-module__pagination] [class~=Pagination-module__navPageBtn]:hover, [class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    border-left-width: medium;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    padding-top: .625pc;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    padding-right: 11.25pt;
}
#root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=commands], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    padding-bottom: .625pc;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    padding-left: .9375pc;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    border-radius: 1pc;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__set] [class~=KitContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent] {
    background: #F9DC7B;
    color: #333333;
}
.productModalDescription .container-oplata {
    display: flex;
}
.productModalDescription .container-oplata {
    background: rgba(255, 255, 255, .03);
    box-shadow: inset 0 0 51pt 0 rgba(255, 255, 255, .05);
    border-radius: 10px !important;
    border-color: transparent;
    border-radius: 12px;
    cursor: pointer;
    height: 50px;
    margin-bottom: 5px;
    padding: 5px;
    text-align: initial;
    transform: scale(1);
    transition: all .2s 
ease-out;
    width: 100%;
}
.productModalDescription .icon-user-oplata {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    border-radius: 10px;
    flex: 0 0 auto;
    height: 30px !important;
    margin: 5px;
    margin-right: 10px !important;
    width: 30px !important;
}
.productModalDescription .textContainer-oplata {
    -ms-flex: 1;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-evenly;
    overflow: hidden;
}
* {
    font-family: "Montserrat", sans-serif;
}
.productModalDescription a:hover {
    color: var(--accent-color-900);
}
.textContainer-oplata {
COLOR: #FFFFFF;
}
@media (min-width: 768px) {
    .PlayerBalance-module__btn:hover {
        background: linear-gradient(to right, #F9DC7B 0%, #F9A654 100%);
        color: #292b2c !important;
    }
}
[class~=PlayerBalance-module__wrapper] {
    font-size: 12pt;
}
[class~=PlayerBalance-module__wrapper] {
    font-weight: 500;
}
.LangSwitcher-module__wrapper.PlayerMenu-module__langSwitcher {
display :none;
}
@media (min-width: 768px) {
    .avatar-link:hover {
        box-shadow: 0 0 0 3px #F9DC7B;
    }
}
@media (min-width: 768px) {
    .avatar-link {
        border-radius: 50%;
        display: inline-block;
        transition: box-shadow .3s 
ease;
    }
}
.Page-module__wrapper {
     margin-bottom: 0; 
    margin-top: 75px;
}
.Page-module__header {
    display: none;
}
.ProfileContent-module__wrapper {
    margin-bottom: 0;
    margin-top: 100px;
}
.ProfileNav-module__wrapper.ProfileNav-module__rightSide {
    margin-right: 0;
    margin-left: 20px;
    margin-top: 100px;
}
.ProfileNav-module__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    gap: 25px;
}
.ProfileNav-module__img {
    width: 48px;
    height: 48px;
	margin-bottom: 0px;
    border-radius: 27%;
}
.ProfileNav-module__header.boxHeader {
    padding: 12px;
	background: 0;

}
.ProfileContent-module__usePromoBtn {
margin-left: 0;
}
.ProfileContent-module__body.boxBody {
background: transparent;
padding: 0;

}
.ProfileContent-module__title {
display: none;
}
.ProfileContent-module__infoLine+.ProfileContent-module__infoLine {
    border-top: 0;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__infoWrapper][class~=ProfileContent-module__box] {
    gap: .260416667in;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__infoWrapper][class~=ProfileContent-module__box], #root[class~=news-page] [class~=pages__news] [class~=pages__news__title] [class~=pages__news__title__text] {
    flex-direction: column;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__infoWrapper][class~=ProfileContent-module__box] {
    padding-top: 1.25pc;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__infoWrapper][class~=ProfileContent-module__box] {
    padding-right: 30pt;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__infoWrapper][class~=ProfileContent-module__box] {
    padding-bottom: 1.25pc;
}
.Profile-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__infoWrapper.ProfileContent-module__box .ProfileContent-module__infoLine a {
    font-size: clamp(1rem, 2.5vh, 2rem);
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__infoWrapper][class~=ProfileContent-module__box] [class~=ProfileContent-module__infoLine] span {
    font-size: clamp(1rem, 2.5vh, 2rem);
}
.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody .ProductModal-module__form .productModalFormRow:nth-child(1) .productModalFormRowItem:nth-child(1) .TotalSum-module__label, [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__infoWrapper][class~=ProfileContent-module__box] [class~=ProfileContent-module__infoLine] span {
    font-weight: 600;
}
[class~=ModalLayout-module__modal][class~=WelcomeSelectServer-module__modal] [class~=WelcomeSelectServer-module__header][class~=boxHeader], .Profile-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__infoWrapper.ProfileContent-module__box .ProfileContent-module__infoLine a, [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) [class~=TotalSum-module__label], #root.news-page .pages__news__container .pages__news__container__monitoring .pages__news__container__monitoring__body .pages__news__container__monitoring__body__server .pages__news__container__monitoring__body__server__title h2, #root.news-page .pages__news__container .pages__news__container__items h1, #root[class~=news-page] [class~=pages__news] [class~=pages__news__title] [class~=pages__news__title__text] h1 {
    font-weight: 600;
}
a.ProfileContent-module__infoLineValue.ProfileContent-module__steamid, .ProfileContent-module__infoLineValue.ProfileContent-module__steamid:hover {
    color: #fff;
}

.ProfileContent-module__infoWrapper.ProfileContent-module__box {
    border-radius: 20px;
}
.ProfileContent-module__input {
    border-radius: 20px 0px 0px 20px !important;
}
#root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=wipe_block] [class~=wipe_block__column] h2, [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=WelcomeSelectServer-module__modal] [class~=boxBody] [class~=WelcomeSelectServer-module__servers] [class~=WelcomeSelectServer-module__server] [class~=Button-module__btn][class~=Button-module__accent], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=ProfileContent-module__input] {
    font-weight: 500;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=ProfileContent-module__input] {
    box-shadow: inset 0 0 68px 0 rgba(255, 255, 255, .05);
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=ProfileContent-module__input] {
    height: initial;
}

[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=ProfileContent-module__input], [class~=ModalLayout-module__modal][class~=WelcomeSelectServer-module__modal] [class~=boxBody] [class~=WelcomeSelectServer-module__servers] [class~=WelcomeSelectServer-module__server] [class~=Button-module__btn][class~=Button-module__accent], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent] {
    padding-top: .9375pc;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=WelcomeSelectServer-module__modal] [class~=boxBody] [class~=WelcomeSelectServer-module__servers] [class~=WelcomeSelectServer-module__server] [class~=Button-module__btn][class~=Button-module__accent], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=ProfileContent-module__input], #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=plugins] [class~=description-item] [class~=skills] ul li {
    font-size: 1.25pc;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] {
    position: relative;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] {
    height: initial;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent] {
    border-radius: 0 20px 15pt 0;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent] {
    height: initial;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent] {
    padding-right: .9375pc;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent] {
    padding-left: .9375pc;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent] {
    color: #1e1e1e;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=WelcomeSelectServer-module__modal] [class~=boxBody] [class~=WelcomeSelectServer-module__servers] [class~=WelcomeSelectServer-module__server] [class~=Button-module__btn][class~=Button-module__accent], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=ProfileContent-module__input], #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=plugins] [class~=description-item] [class~=skills] ul li {
    font-size: 1.25pc;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent] {
    margin-top: 0;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=ProfileContent-module__input], [class~=ModalLayout-module__modal][class~=WelcomeSelectServer-module__modal] [class~=boxBody] [class~=WelcomeSelectServer-module__servers] [class~=WelcomeSelectServer-module__server] [class~=Button-module__btn][class~=Button-module__accent], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent] {
    padding-top: .9375pc;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent] {
    margin-right: 0;
}
[class~=ModalLayout-module__modal][class~=WelcomeSelectServer-module__modal] [class~=boxBody] [class~=WelcomeSelectServer-module__servers] [class~=WelcomeSelectServer-module__server] [class~=Button-module__btn][class~=Button-module__accent], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=ProfileContent-module__input], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent], [class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    padding-bottom: .9375pc;
}
#root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=wipe_block] [class~=wipe_block__column] h2, [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=WelcomeSelectServer-module__modal] [class~=boxBody] [class~=WelcomeSelectServer-module__servers] [class~=WelcomeSelectServer-module__server] [class~=Button-module__btn][class~=Button-module__accent], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=ProfileContent-module__input] {
    font-weight: 500;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent] {
    margin-bottom: 0;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent] {
    margin-left: 0;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent] {
    background: #F9DC7B;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) [class~=TotalSum-module__inputWrapper], [class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__infoWrapper][class~=ProfileContent-module__box] {
    box-shadow: inset 0 0 68px 0 rgba(255, 255, 255, .05);
}
.ProfileNav-module__body.boxBody {
background: 0;
}
.boxFooter {
background: 0;
}
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent], [class~=container][class~=Index-module__wrapper] [class~=Shop-module__wrapper] [class~=boxBody] [class~=Categories-module__categories] [class~=Categories-module__category] {
    color: #fff;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    font-size: 22px;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent], .container.Index-module__wrapper .Shop-module__wrapper .boxBody .Servers-module__servers .Servers-module__server {
    font-weight: 500;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] [class~=CountSelector-module__changeCountBtn][class~=CountSelector-module__right] {
    border-image: none;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] [class~=CountSelector-module__changeCountBtn][class~=CountSelector-module__right], [class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    border-top-color: currentColor;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] [class~=CountSelector-module__changeCountBtn][class~=CountSelector-module__right] {
    border-right-color: currentColor;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    border-left-color: currentColor;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    border-top-style: none;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    border-right-style: none;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    border-bottom-style: none;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] [class~=CountSelector-module__changeCountBtn][class~=CountSelector-module__right], [class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    border-bottom-color: currentColor;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    border-left-style: none;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    border-top-width: medium;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    border-right-width: medium;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    border-bottom-width: medium;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    border-left-width: medium;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    padding-right: 1.25pc;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=ProfileContent-module__input], [class~=ModalLayout-module__modal][class~=WelcomeSelectServer-module__modal] [class~=boxBody] [class~=WelcomeSelectServer-module__servers] [class~=WelcomeSelectServer-module__server] [class~=Button-module__btn][class~=Button-module__accent], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent] {
    padding-top: .9375pc;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    padding-left: 1.25pc;
}
[class~=ModalLayout-module__modal][class~=WelcomeSelectServer-module__modal] [class~=boxBody] [class~=WelcomeSelectServer-module__servers] [class~=WelcomeSelectServer-module__server] [class~=Button-module__btn][class~=Button-module__accent], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=ProfileContent-module__input], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper] [class~=Button-module__btn][class~=ProfileContent-module__usePromoBtn][class~=Button-module__accent], [class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    padding-bottom: .9375pc;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    border-radius: .9375pc;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent] {
    background: #c03;
}
[class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem], #root[class~=news-page] [class~=pages__news] [class~=pages__news__title] [class~=pages__news__title__text] span, .container.Index-module__wrapper .Shop-module__wrapper .boxBody .Servers-module__servers .Servers-module__server, #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=servers] [class~=server] p[class~=ip] {
    color: #fff;
}
[class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem] {
    font-size: clamp(1rem, 2.5vh, 2rem);
}
[class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem] {
    padding-top: .9375pc;
}
[class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem] {
    padding-right: 1.25pc;
}
[class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__inputWrapper]::after, [class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem] {
    padding-bottom: .9375pc;
}
[class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem] {
    padding-left: 1.25pc;
}
[class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem] {
    border-radius: .9375pc;
}
#root[class~=news-page] [class~=pages__news] [class~=pages__news__title] [class~=pages__news__title__text] span, [class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem] {
    font-weight: 500;
}
[class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem] {
    text-align: center;
}
[class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem] {
    margin-top: 0;
}
[class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem] {
    margin-right: 0;
}
[class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem] {
    margin-bottom: 0;
}
[class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem] {
    margin-left: 0;
}
[class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem] {
    background: rgba(255, 255, 255, .03);
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1) [class~=TotalSum-module__inputWrapper], [class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody] [class~=ProfileNav-module__navItem], [class~=Profile-module__wrapper] [class~=ProfileContent-module__wrapper] [class~=ProfileContent-module__body][class~=boxBody] [class~=ProfileContent-module__infoWrapper][class~=ProfileContent-module__box] {
    box-shadow: inset 0 0 68px 0 rgba(255, 255, 255, .05);
}
.ProfileNav-module__wrapper.ProfileNav-module__rightSide {
    margin-right: 0;
    margin-left: 20px;
}
[class~=ProfileNav-module__wrapper] {
    width: 40%;
}
[class~=ProfileNav-module__wrapper] {
    max-width: inherit;
}
.ProfileNav-module__body.boxBody , .boxFooter {
padding: 0;
}
[class~=ProfileNav-module__wrapper] [class~=ProfileNav-module__body][class~=boxBody], #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=servers] [class~=server] p[class~=map] {
    gap: .625pc;
}
[class~=ProfileNav-module__wrapper] [class~=boxFooter] [class~=Button-module__btn][class~=ProfileNav-module__logOut][class~=Button-module__accent], .container.Index-module__wrapper .Shop-module__wrapper .boxBody .Servers-module__servers .Servers-module__server {
    font-weight: 500;
}
button.Button-module__btn.ProfileNav-module__logOut.Button-module__accent {
    margin-top: .625pc;
}
.ProfileNav-module__header.boxHeader {
    background: #1e1e1e;
    box-shadow: inset 0 0 68px 0 rgba(255, 255, 255, .05);
    margin-bottom: .625pc;
    border-radius: 20px;
}
.ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem.ProfileNav-module__active {
    background: #F9DC7B;
}
.ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem.ProfileNav-module__active, .ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem:hover {
    background: #F9DC7B;
    color: #000;
}
.ModalLayout-module__modal.ProductModal-module__dropdown .boxBody {
    grid-template-areas:
        "productModalImg productModalDescription productModalDescription"
        "SelectContent-module__selectorWrapper productModalDescription productModalDescription"
        "ProductModal-module__form productModalDescription productModalDescription"
        "productModalGiveText productModalGiveText productModalGiveText";
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2), [class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(1), [class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=productModalDescription], [class~=ModalLayout-module__modal][class~=ProductModal-module__command] [class~=boxBody] [class~=productModalDescription] [class~=description__container] {
    flex-direction: column;
}
.Button-module__btn.Button-module__accent {
color: #ffffffe0;
}
.Button-module__btn.Button-module__accent:hover{
color: #ffffff;
}
.Toast-module__toast {
border-radius: 20px;
    background: rgba(255, 255, 255, .03) !important;
    backdrop-filter: blur(8px);
}
.BasketContent-module__wrapper {
    margin-top: 100px;
}
.BasketContent-module__header.boxHeader , .Selector-module__dropDownCurrentItem {
display: none;
}
.BasketTable-module__itemImg, .BasketTable-module__skeletonImg {
    width: 50px;
    height: 46px;
    margin-right: 16px;
}
.BasketTable-module__tableLine, .BasketTable-module__tableHeader {
    border-bottom: 1px solid #292c2e;
    padding: 9px 12px;
}
.BasketTable-module__tableLine, .BasketTable-module__tableHeader {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
    padding: 14px 12px;
}
.BasketSearch-module__wrapper {
    border-radius: 15px;
}
.BasketSearch-module__wrapper {
    width: 100%;
    display: flex;
	
    height: 40px;
    border-radius: 2px;
    overflow: hidden;
    background: var(--bg-color-700);
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink]::before {
    font-size: 13.5pt;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink]::before {
    margin-right: 7.5pt;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink]::before {
    font-weight: 400;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink]::before {
    content: "";
}
[class~=PlayerBalance-module__btn] span::after, [class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink]::before {
    font-family: FontAwesome;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    text-transform: capitalize;
}
#root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=plugins] [class~=artifact] p, [class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=productModalGiveText], #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=plugins] [class~=description-item] [class~=skills] ul li, [class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    color: #fff;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=boxBody] [class~=productModalDescription], [class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    font-size: .1875in;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown], [class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    padding-right: 22.5pt;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown], [class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    padding-left: 22.5pt;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink], #root[class~=news-page] [class~=pages__news] [class~=pages__news__title] [class~=pages__news__title__text] a, [class~=ModalLayout-module__modal][class~=ProductModal-module__item] [class~=ItemContent-module__footer][class~=boxFooter] [class~=Button-module__btn][class~=Button-module__accent], #root[class~=information-page] [class~=Page-module__wrapper] [class~=boxBody] [class~=dropdown__container] [class~=dropdown] [class~=dropdown-content] [class~=title] h1 {
    font-weight: 500;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown], [class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-radius: 1.25pc;
}
[class~=ModalLayout-module__modal][class~=ProductModal-module__dropdown] [class~=boxBody] [class~=ProductModal-module__form] [class~=productModalFormRow]:nth-child(1) [class~=productModalFormRowItem]:nth-child(2) [class~=CountSelector-module__inputWrapper] [class~=CountSelector-module__changeCountBtn][class~=CountSelector-module__left], [class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-image: none;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-top-color: #fff;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-right-color: #fff;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-bottom-color: #fff;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-left-color: #fff;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-top-style: solid;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-right-style: solid;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-bottom-style: solid;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-left-style: solid;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-top-width: .020833333in;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-right-width: .020833333in;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-bottom-width: .020833333in;
}
[class~=Header-module__wrapper] [class~=PlayerMenu-module__wrapper] [class~=PlayerMenu-module__loginLink] {
    border-left-width: .020833333in;
}
a.PlayerMenu-module__loginLink {
    margin-right: 15px;
}
a.PlayerMenu-module__loginLink:hover {
background: #fff;
color: #000 !important;
}
.Page-module__wrapper .boxBody {
    background: transparent;
}
.modal-extend-cmd__Name_name {
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    display: grid;
    gap: 2px;
}
.modal-extend-cmd__extra-name-label-second  {
display: flex;
    align-items: center;
    font-size: 13px;
    color: #d5d5d5;
    margin-top: 20px;
    margin-bottom: 20px;
}
.modal-extend-cmd__extra-item_block {
    margin-bottom: 25px;
    background: 0;
    border-radius: 8px;
    padding: 15px;
}
@media (min-width: 768px) {
    .DesktopCopyright-module__wrapper {
        background: #1d1b1a00 !important;
        border-radius: 0 10px 0 0 !important;
        bottom: 0 !important;
        font-size: 14px;
        padding: 7px !important;
    }
}
.snowflakesCanvas {
z-index:0 ;
width: 20
}
.sect-rules {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.container.headerContainer {
    /* background: #000; */
    height: 80px;
}
.Name-rules {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    border-top: 1px solid #d5d5d5;
    padding-top: 10px;
}
span.text-rule {
    display: flex;
    align-items: center;
}
.text-sect-rules {
    gap: 10px;
	margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.nomer-rules {
    background: linear-gradient(to right, #F9DC7B 0%, #F9DC7B 100%);
    padding: 3px 4px 3px 4px;
    width: max-content;
    height: max-content;
    border-radius: 8px;
    margin-right: 8px;
    justify-content: center;
    display: flex;
    backdrop-filter: blur(24px);
    color: #000000;
}
summary {
    list-style: none;
    cursor: pointer;
}
summary::-webkit-details-marker {
    display: none;
}

details {
	background: linear-gradient(to right, #F9A654 0%, #F9DC7B 100%);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 10px;
    color: #fff;
}

.content {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

details[open] .content {
    max-height: 300px;
    opacity: 1;
}.information__wrapper {
    display: flex;
    min-height: 100vh;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    color: #fff;
}

.aside.information__aside {
    width: 340px;
    position: sticky;
    top: 120px;
    margin-right: 40px;
    padding: 8px;
    flex-shrink: 0;
    transition: top 0.2s ease;
    height: fit-content;
    max-height: calc(100vh - 140px);
    overflow-y: auto;
}

.aside__nav.information__nav {
    padding: 0;
}

.aside__nav-label.information__nav-label {
    padding: 0 20px 15px;
    color: #8990BE;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
}

.aside__nav-line.information__nav-line {
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(137, 144, 190, 0.3) 50%, transparent 100%);
    margin: 0 20px 20px;
}

.aside__nav-list.information__nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.aside__nav-list-item.information__nav-list-item {
    margin: 0 0 8px;
    padding: 0 12px;
}

.aside__nav-list-item.information__nav-list-item:last-child {
    margin-bottom: 0;
}

.aside__nav-list-link.information__nav-list-link {
    display: flex;
    align-items: center;
    padding: 8px 4px 8px 8px;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 12px;
    background: #8bc79624;
}

.aside__nav-list-link.information__nav-list-link:hover {
    background: rgba(137, 144, 190, 0.15);
    color: #fff;
    border-color: rgba(234, 229, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.aside__nav-list-link.information__nav-list-link.active {
    background: rgba(137, 144, 190, 0.15);
    color: #fff;
    border-color: rgba(234, 229, 255, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.aside__nav-list-link-icon.information__nav-list-link-icon {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.aside__nav-list-link-text.information__nav-list-link-text {
    flex: 1;
}

.aside__nav-list-link-name.information__nav-list-link-name {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 4px;
}

.aside__nav-list-link-label.information__nav-list-link-label {
    font-size: 12px;
    opacity: 0.7;
    line-height: 1.4;
}

main {
    flex: 1;
    min-height: 100vh;
    position: relative;
margin-top: 20px;
}

.information__section {
    display: none;
}

.information__section.visible-block {
    display: block;
}

.information__section-title {
    display: flex;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 40px;
    color: #EAE5FF;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.information__section-title svg {
    margin-right: 15px;
    width: 32px;
    height: 32px;
}
.accordion__title-stage-icon {
    padding: 8px;
    background-color: #262b44;
    border-radius: 8px;
    display: flex;
    align-items: center;
    width: max-content;
}
summary {
display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 700;
}
.icon-faq {
  transition: transform 0.3s ease;
}

details[open] .icon-faq {
  transform: rotate(180deg);
}
.icon-faq {
    width: min-content;
    height: 20px;
}
.information__section {
  margin-top: 0;
  padding: 25px;
  border-radius: 10px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.9;
  transform: translateY(10px);
  will-change: margin-top, transform, opacity;
    padding-bottom: 0;
}


.information__section:target {
  opacity: 1;
    padding-bottom: 0;
}


html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px; 
}
#connection,
#commands,
#servers {
  scroll-margin-top: 60px; 
}
.footerComponent {
    flex-shrink: 0;
    /* background: linear-gradient(313deg, rgb(83 184 74 / 38%) 0%, rgb(84 112 90 / 50%)); */
    backdrop-filter: blur(20px);
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    width: 80%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    /* border-radius: 12px; */
    margin-bottom: 25px;
    border-top: 1px solid #484848;
}
.footerContent {
    max-width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 20px;
	gap: 40px;
    box-sizing: border-box;
    align-items: center;
border-radius: 12px;
}
.footerColumn {
    flex: 1;
    padding: 0 10px;
    width: max-content;
}
.footerColumnNav {
    display: flex;
    justify-content: center;
}
.footerColumn {
    flex: 1;
    padding: 0 10px;
}
.footerColumnCustom2 {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
}
.footerColumn {
    flex: 1;
    padding: 0 10px;
}
.footerNav {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.Footer-module_Logotype {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
a {
    text-decoration: none;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}
.Header-module_Logotype-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    min-height: 100% !important;
    /* min-width: 100%; */
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.footerLinks a {
    font-weight: 400;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255 / 85%);
    transition: 0.2s;

}
.Header-module_Logotype-text-title {
    font-size: 24px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: Audiowide;
    font-style: normal;
    font-weight: 400;
}
.footerLinks a {
    font-weight: 400;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255 / 85%);
    transition: 0.2s;
}
.footerLinks {
    display: flex;
    flex-direction: column;
width: max-content;
}
.footerNavLink {
    background: rgb(255 255 255 / 5%);
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255 / 80%);
    text-decoration: none;
    transition: 0.2s;
}
.Header-module_Logotype-img {
    width: 48px;
    height: 48px;
    background: url(https://i.postimg.cc/pXW7Lfcp/image.png) no-repeat;
    background-size: contain;
    transition: 0.2s all;
    cursor: pointer;
}
.Shop-module__wrapper .boxFooter , .MonitoringWidget-module__body , .Widgets-module__wrapper {
display: none;
}
#balance-icon {
    margin-top: 3px;
    width: 20px;
}
.PlayerBalance-module__btn {
    background: rgb(255 255 255 / 5%);
    color: #fff;
    text-transform: none;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    transition: 0.2s all;
flex-direction: row-reverse;
	gap: 5px;
}
html {
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

body {
    margin: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
}

::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    background: transparent;
}

/* Убираем скроллбар для всех элементов */
* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

*::-webkit-scrollbar {
    display: none;
}
.PlayerBalanceModal-module__currency {
    position: relative;
    bottom: 49px;
    left: 258px;
    width: fit-content;
    height: auto;
    padding: 0px 8px;
    background: #F9DC7B;
    border-radius: 10px;
color: #000;
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    z-index: 10;
    box-shadow: 0px 5px 20px #F9DC7B82;
}
.PlayerBalanceModal-module__input {
    width: auto !important;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    padding: 5px 10px;
    border: 1px dashed rgb(255 255 255 / 10%);
    border-radius: 10px;
    margin: 0 20px;
}
.PlayerBalanceModal-module__inputWrapper {
    width: 100%;
    display: flex;
    height: auto;
    border-radius: 0px;
    overflow: hidden;
    background: transparent;
    flex-direction: column-reverse;
}
.ModalLayout-module__modal {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
}
.PlayerBalance-module__modal {
    width: 360px;
}
.ModalLayout-module__modal {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    box-shadow: 0px 5px 50px 10px #bdff521c;
    backdrop-filter: blur(8px);
}
.PlayerBalanceModal-module__header {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.boxHeader {
    background: transparent;
    border-radius: 0px;
}
.ModalLayout-module__modal .boxBody {
background:transparent;
}
.boxFooter.PlayerBalanceModal-module__footer .Button-module__btn.Button-module__accent {
    background-color: transparent;
    border-color: transparent;
    border: none;
    color: #ffffff;
    background: linear-gradient(23deg, #48631cba 0%, #abd765f2 55%);
    box-shadow: 0 10px 40px #73a12982;
    text-transform: none;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    white-space: nowrap;
    transition: 0.2s all;
}
.boxFooter.PlayerBalanceModal-module__footer .Button-module__btn.Button-module__gray {
    background: linear-gradient(23deg, #631c1cba 0%, #d76565f2 55%);
    border-color: transparent;
    border: none;
    color: #ffffff;
    box-shadow: 0 10px 40px #ff000082;
    text-transform: none;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    white-space: nowrap;
    transition: 0.2s all;
    /* border: 1px #ff0000 solid; */
}
.boxFooter.PlayerBalanceModal-module__footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin-bottom: 12px;
}

.ModalLayout-module__positionWrapper {
    margin-top: 40px;
}
.container.Index-module__wrapper .Shop-module__wrapper .boxBody .Products-module__wrapper .Product-module__wrapper:nth-of-type(3) {
    background: rgba(255, 255, 255, .03);
    background-image: radial-gradient(#c077e9 0%, transparent 65%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    border: solid 1px #252525;
}
.container.Index-module__wrapper .Shop-module__wrapper .boxBody .Products-module__wrapper .Product-module__wrapper:nth-of-type(1) {
    background: rgba(255, 255, 255, .03);
    background-image: radial-gradient(#f2d0b2 0%, transparent 65%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    border: solid 1px #252525;
}
.container.Index-module__wrapper .Shop-module__wrapper .boxBody .Products-module__wrapper .Product-module__wrapper:nth-of-type(2) {
    background: rgba(255, 255, 255, .03);
    background-image: radial-gradient(#d897af 0%, transparent 65%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    border: solid 1px #252525;
}
.container.Index-module__wrapper .Shop-module__wrapper .boxBody .Products-module__wrapper .Product-module__wrapper:nth-of-type(4) {
    background: rgba(255, 255, 255, .03);
    background-image: radial-gradient(#dfa296 0%, transparent 65%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
}
body::after {
    content: "";
    background-image: url(https://i.postimg.cc/sgddYK8q/noise.png);
    position: fixed;
    inset: 0px;
    z-index: 500;
    pointer-events: none;
    opacity: 0.6;
}
button.Categories-module__category.Categories-module__active.Categories-module__enableFocus {
    height: 65px;
    min-width: 100px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding-left: 25px;
}
button.Categories-module__category.Categories-module__active.Categories-module__enableFocus:before {
	display: flex;
	content: url("https://i.postimg.cc/g0v8bGND/image.png");
	height:20px;
 	width: 20px;

}
span.Product-module__discount {
    display: none;
}
.Product-module__name {
font-family: "Montserrat", sans-serif;
}
/* fff */
.server-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    /* background-color: #1a1a1a; */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 350px;
}

.server-logo-blur {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 44px;
  height: 44px;
  filter: blur(16px);
	background-color: #52D1FF;
  opacity: 0.5;
  user-select: none;
}

.server-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.server-header {
  display: flex;
  gap: 12px;
  align-items: center;
}

.server-logo {
    width: 46px;
    height: 42.75px;
    background-color: #2a2a2a;
    border-radius: 6px;
    flex-shrink: 0;
    padding: 2px;
}

.server-info {
  display: flex;
  flex-direction: column;
}

.server-name {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.server-type {
  font-size: 14px;
  color: #8a8a8a;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.server-status {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.players-bar {
  display: flex;
  width: 100%;
  height: 8px;
  border-radius: 1px;
gap: 1px;
  overflow: hidden;
}

.bar-segment {
  height: 100%;
  border-radius: 2px;
  transition: width 0.5s ease-in-out;
}

.bar-segment.online {
  background-color: #84cc16;
}

.bar-segment.in {
  background-color: #fbbf24;
}
.bar-segment.free {
  background-color: #333;
}

.bar-segment.queu {
  background-color: #f13333;
}

.players-info {
  display: flex;
  align-items: center;
  color: #8a8a8a;
  font-weight: 500;
}

.players-count {
  font-size: 14px;
  margin: 0;
}

.day-info {
  font-size: 14px;
  margin: 0;
  margin-left: auto;
  text-transform: capitalize;
}
.footerColumn.footerColumnCustom2 {
    margin-left: 45%;
}
.HeaderNav-module__wrapper  {
display: none !important
}
.navComponent {
    width: max-content;
    height: max-content;
    display: grid;
    position: fixed;
    top: 100px;
    bottom: 20px;
    left: 11px;
    width: max-content;
    gap: 18px;
}

.navComp {
    display: grid;
    gap: 18px;
}

.navItemWrapper {
    position: relative;
    width: 50px;
    height: 50px;
}

.navServer, .navHome, .navFaq, .navRules , .navShop {
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.navItemWrapper.active .navServer,
.navItemWrapper.active .navHome,
.navItemWrapper.active .navFaq,
.navItemWrapper.active .navRules
.navItemWrapper.active .navShop, {
    background-color: #f9a65454 ;
    box-shadow: #f9a65454 0px 0px 10px;
    transform: scale(1.05);
}

.navLink {
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}

/* Стили для флажка рядом с кнопкой */
.navTooltip {
    position: absolute;
    left: calc(100% + 15px); /* Справа от кнопки с отступом */
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #000;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    display: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

/* Стрелочка флажка (указывает на кнопку) */
.navTooltip::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 6px 6px 6px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

/* Флажок в стиле пузырька */
.navTooltip.bubble {
    background-color: #333;
    color: #fff;
    border-radius: 12px;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 600;
}

.navTooltip.bubble::before {
    border-color: transparent #333 transparent transparent;
}

/* Анимация при наведении на кнопки */
.navServer:hover, .navHome:hover, .navFaq:hover, .navRules:hover , .navShop:hover {
	color: #fff
}
/* обычное состояние */
.navItemWrapper {
  color: #A3A3A3;
}

/* активное состояние */
.navItemWrapper.active {
  color: #F9A654; /* нужный цвет */
}

/* на всякий случай */
.navItemWrapper.active svg {
  color: inherit;
}


/* Для активной кнопки при наведении */
.navItemWrapper.active .navServer:hover,
.navItemWrapper.active .navHome:hover,
.navItemWrapper.active .navFaq:hover,
.navItemWrapper.active .navRules:hover,
.navItemWrapper.active .navShop:hover {
	color:#F9A654;
}
/* Флажок на чистом CSS */
.navItem {
    position: relative;
    width: 50px;
    height: 50px;
}

.tooltip-text {
    position: absolute;
    left: calc(100% + 15px);
    top: 50%;
    transform: translateY(-50%);
    background-color: #292929;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    
    /* Стрелочка */
    &::before {
        content: '';
        position: absolute;
        left: -6px;
        top: 50%;
        transform: translateY(-50%);
        border-width: 6px 6px 6px 0;
        border-style: solid;
        border-color: transparent #292929 transparent transparent;
    }
}

/* Показываем флажок при hover */
.navItem:hover .tooltip-text {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

/* Вариант флажка с задержкой появления */
.tooltip-text.delayed {
    transition: opacity 0.3s ease 0.2s, visibility 0.3s ease 0.2s, transform 0.3s ease 0.2s;
}

/* Стиль для флага */
.tooltip-text.flag {
    background-color: #292929;
    color: #fff;
    font-weight: bold;
    border-radius: 4px 12px 12px 4px;
}

.tooltip-text.flag::before {
    border-color: transparent #292929 transparent transparent;
}
/* Усиленные стили для лоадера */
.gs-loader {
    background: rgba(0, 0, 0, 0.95) !important;
    backdrop-filter: blur(10px) !important;
    z-index: 999999 !important;
}

.gs-loader__spinner {
    width: 50px !important;
    height: 50px !important;
    border: 5px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    border-top-color: #ff4444 !important;
    animation: spin 1s linear infinite !important;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Дополнительная анимация для лоадера при редиректе */
.gs-loader.redirecting::before {
    content: '';
    position: absolute;
    top: calc(50% + 40px);
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}

/* Плавное скрытие лоадера */
.gs-loader.gs-loader_hide {
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.5s ease, visibility 0.5s ease !important;
}



/* feef*/

<style>
/* Общие настройки */
.br-section { background-color: #09090b; padding: 80px 20px; text-align: center; font-family: sans-serif; }
.br-container { max-width: 600px; margin: 0 auto; }

/* Бейдж */
.br-badge-link { display: inline-block; padding: 6px 15px; background: #27272a; border: 1px solid #3f3f46; border-radius: 50px; color: #fff; text-decoration: none; font-size: 13px; margin-bottom: 25px; }
.br-badge-link::after { content: "