@import url("https://fonts.googleapis.com/css2?family=Unbounded:wght%40200..900&display=swap"); .bonus-icon {
    width: 28px;
    height: 28px;
    opacity: 0.7;
}

.bonus-container {
    margin: 15px 0px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 10px 20px;
    overflow: hidden;
}

.bonus-container .hh, .bonus-container span {
    font-weight: 500;
    transition: 0.2s;
    color: rgb(204, 153, 255);
    white-space: nowrap;
}

.bonus-container .hh:hover {
    color: rgb(204, 153, 255);
    cursor: pointer;
}
.Button-module__btn {
 
}

.MonitoringServer-module__progressInfo{
  display:none;
}
.MonitoringServer-module__playersInfo {
  display:none;
}
.MonitoringWidget-module__updateBtn {
    display:none;
}


.bonus-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.bonus-options {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 999px;
    gap: 35px;
}

.bonus-amounts {
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    width: 100%;
    gap: 35px;
}

.bonus-summary {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 35px;
    gap: 10px;
    font-size: 16px;
    text-align: center;
}

.bonus-summary span {
    font-weight: 500;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bonus-summary-amounts {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.bonus-summary-amounts .bonus-extra {
    padding: 8px;
    background: rgb(32, 132, 54);
    border-radius: 10px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.Banner-module__img {
    display: none;
}

.LangSwitcher-module__btn {
    display: none;
}

.HeaderNav-module__wrapper {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-left: 20px;
    text-transform: uppercase;
    flex-wrap: wrap;
}

.HeaderNav-module__link {
    display: flex;
    gap: 0.5rem;
    cursor: pointer;
    padding: 8px 10px;
    transition: 0.1s;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    flex-direction: row-reverse;
    align-items: center;
}

.HeaderNav-module__link:hover, .HeaderNav-module__link:focus {
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.Support-module__wrapper {
    position: relative;
    top: 25px;
    display: flex;
    align-items: flex-start;
}

.SupportContent-module__wrapper {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    margin-bottom: 20px;
    margin-top: 5px;
}

.TicketsTable-module__tableHeader {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.NewTicketModal-module__header {
    display: none;
}

.errorMessage {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0px;
    font-size: 14px;
    color: var(--font-color-700);
}

.errorMessage::after {
    content: "\a ⚠️";
    white-space: normal;
}

.KitBody {
    overflow-y: auto;
    max-height: calc(-200px + 100vh);
    width: 690px;
    margin-left: -345px;
    left: 50%;
    position: relative;
}

.kitTitle {
    text-transform: uppercase;
    font-weight: 600;
    font-family: Unbounded, sans-serif;
    color: rgb(204, 153, 255);
    font-size: 16px;
}

.KitTitleMini {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.KitCooldown {
    text-transform: none;
    font-weight: 400;
    color: rgb(204, 153, 255);
    background: linear-gradient(90deg, rgb(160, 24, 52), rgb(221, 53, 82), rgb(179, 29, 59), rgb(138, 20, 45)) 0% 0% / 300% 100%;
    animation: 5s ease 0s infinite normal none running gradientFlow;
    padding: 5px 10px;
    border-radius: 10px;
}

.kitGrid {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    justify-content: flex-start;
}

.kitItem {
    display: flex;
    background: rgb(40, 40, 40);
    border: 1px solid rgb(40, 40, 40);
    border-radius: 10px;
    width: 120px;
    height: 120px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.kitImg {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.kitQnt {
    text-transform: uppercase;
    font-weight: 400;
    color: rgb(209, 209, 209);
    font-size: 14px;
    position: relative;
    width: 100%;
    padding: 0px 15px;
    text-align: right;
}

#user-icon {
    margin-top: 3px;
    width: 18px;
}

.nav-icon {
    width: 18px;
}

#balance-icon {
    margin-top: 3px;
    width: 18px;
}

.PlayerBalanceModal-module__label {
    margin-bottom: 15px;
    font-weight: 500;
    color: rgb(204, 153, 255);
    content: '12333';
}

.PlayerBalanceModal-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 40px;
    content: '12333';
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: row-reverse;
}

.PlayerBalanceModal-module__currency {
    position: relative;
    top: 5px;
    right: 5px;
    height: 30px;
    content: '12333';
    padding: 0px 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 32px;
}

.PlayerBalance-module__modal {
    width: 300px;
    margin-top: 200px;
    content: '12333';
}

.PlayerBalance-module__btn {
    text-transform: none;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    display: flex;
    gap: 0.5rem;
    content: '12333';
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    padding: 5px 10px;
    white-space: nowrap;
    transition: 0.1s;
    flex-direction: row-reverse;
}

.PlayerBalance-module__btn:hover, .PlayerBalance-module__btn:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255);
    content: '12333';
}

.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
    text-transform: none;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    white-space: nowrap;
    transition: 0.3s;
    background: linear-gradient(90deg, #FFD700, #DAA520, #B8860B);
}

.PlayerMenu-module__profileLink:hover, .PlayerMenu-module__profileLink:focus, .PlayerMenu-module__loginLink:hover, .PlayerMenu-module__loginLink:focus {
    background: linear-gradient(90deg, #DAA520, #B8860B, #8B6914);
    color: rgb(255, 255, 255);
}

.SupportLink-module__link {
    display: flex;
    cursor: pointer;
    padding: 8px 10px;
    transition: 0.1s;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.5rem;
}

.SupportLink-module__link:hover, .SupportLink-module__link:focus {
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
}

.Search-module__iconWrapper {
    display: none;
}

.Widgets-module__wrapper.Widgets-module__rightSide {
    margin-right: 0px;
    margin-left: 10px;
    margin-top: 5px;
}

.Shop-module__wrapper {
    width: 915px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.productModalDescription {
    text-align: left;
    padding: 5px;
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 10px;
    border: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 2fr));
    gap: 5px;
    width: 100%;
}

.productModalDescription .container-oplata {
    background: linear-gradient(90deg, rgb(53, 53, 53), rgb(53, 53, 53));
    border-radius: 12px;
    cursor: pointer;
    display: -webkit-inline-box;
    height: 50px;
    margin-bottom: 5px;
    padding: 5px;
    right: -21110px;
    text-align: initial;
    transition: 0.3s;
    width: 100%;
    color: rgb(189, 189, 189);
}

.productModalDescription .container-oplata:hover {
    background: linear-gradient(90deg, rgb(53, 53, 53), rgb(83, 83, 83)) 0% 0% / 100% 400%;
    border-radius: 12px;
    cursor: pointer;
    display: -webkit-inline-box;
    height: 50px;
    margin-bottom: 5px;
    padding: 5px;
    right: -21110px;
    text-align: initial;
    width: 100%;
    color: rgb(255, 255, 255);
    transition: 0.3s;
}

.productModalDescription .icon-user-oplata {
    -webkit-box-flex: 0;
    border-radius: 0px;
    flex: 0 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    height: 30px !important;
    margin-right: 10px !important;
    width: 30px !important;
}

.productModalDescription .textContainer-oplata {
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: space-evenly;
    overflow: hidden;
}

.ModalLayout-module__wrapper {
    width: 100vw;
    position: fixed;
    inset: 0px;
    background-color: rgba(8, 8, 8, 0.85);
    backdrop-filter: blur(10px);
    z-index: 200;
}

.WelcomeSelectServer-module__server {
    width: 100%;
    background-color: rgb(41, 41, 41);
    padding: 10px 15px;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Products-module__wrapper {
    margin-top: 15px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
}

.Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
    background-color: rgb(65, 65, 65);
    border-radius: 10px;
    color: rgb(255, 255, 255);
}

.MonitoringServer-module__progressBarWrapper {
    margin-bottom: 6px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 10px;
    overflow: hidden;
    background-color: var(--bg-color-700);
}

.MonitoringServer-module__progressBarAnim {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    opacity: 1;
    background: rgb(252, 46, 83);
    box-shadow: none;
    animation: auto ease 0s 1 normal none running none;
    font-size: 14px !important;
}

.MonitoringServer-module__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    opacity: 0.7;
}

.MonitoringServer-module__progressInfo {
    z-index: 7;
    position: absolute;
    border-radius: 10px;
    width: 100%;
    padding: 5px 8px;
    box-shadow: none;
    background-color: rgb(33, 33, 33);
    bottom: 100%;
    left: 0px;
    margin-bottom: 5px;
    opacity: 0;
    transform: translateY(5px);
    visibility: hidden;
    border: 1px solid rgb(43, 43, 43);
    transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.15s step-end;
}

.Servers-module__server {
    cursor: pointer;
    color: var(--font-color-900);
    background-color: rgb(40, 40, 40);
    padding: 10px 15px;
    border-radius: 10px;
    flex: 1 1 0%;
    margin: 5px;
    min-width: 200px;
    max-width: 300px;
    transition: 0.15s;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.Product-module__name {
    z-index: 6;
    transition: 0.2s;
    transform: translateY(0%);
    width: 100%;
    padding: 0px;
    bottom: 28px;
    left: 15px;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: rgb(250, 250, 250);
}

.Product-module__oldPrice {
    position: relative;
    margin-right: 4px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.Product-module__oldPrice::after {
    display: none;
}

.product-eggs {
    display: contents;
    line-height: 1.5rem;
}

.product-eggs-inside {
    background: rgba(255, 255, 255, 0.05);
    font-size: 13px;
    line-height: 1.2rem;
    width: 100%;
    margin: 0px;
    padding: 10px;
    border-radius: 10px;
    transition: 0.3s;
}

.product-eggs-description-mini {
    font-size: 11px;
    color: rgb(131, 131, 131);
}

.kit_btn {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 10px;
    background: rgb(40, 40, 40);
    border: 1px solid rgb(65, 65, 65);
    height: 40px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    text-align: center;
    color: rgb(255, 255, 255) !important;
}

.kit_btn:hover {
    background: rgb(204, 153, 255);
    border-color: transparent;
    box-shadow: rgb(161, 55, 74) 0px 0px 10px 0px;
    color: rgb(255, 255, 255) !important;
}

[data-modalproductid="8795055"] {
    width: 600px;
}

[data-serverid="36117"]:focus {
    cursor: pointer;
    color: rgb(255, 255, 255);
    background-color: rgb(183, 48, 72);
    padding: 10px 15px;
    border-radius: 10px;
    flex: 1 1 0%;
    margin: 5px;
    min-width: 200px;
    max-width: 300px;
    transition: 0.15s;
}

[data-serverid="35476"]:focus {
    cursor: pointer;
    color: rgb(255, 255, 255);
    background-color: rgb(53, 131, 56);
    padding: 10px 15px;
    border-radius: 10px;
    flex: 1 1 0%;
    margin: 5px;
    min-width: 200px;
    max-width: 300px;
    transition: 0.15s;
}

[data-serverid="34891"]:focus {
    cursor: pointer;
    color: rgb(255, 255, 255);
    background-color: rgb(36, 103, 211);
    padding: 10px 15px;
    border-radius: 10px;
    flex: 1 1 0%;
    margin: 5px;
    min-width: 200px;
    max-width: 300px;
    transition: 0.15s;
}

.kit-item {
    width: 100px;
    height: 115px;
    display: grid;
    background: radial-gradient(rgb(30, 30, 30) 0%, transparent 70%) rgb(40, 40, 40);
    border: 1px solid rgb(40, 40, 40);
    border-radius: 10px;
    padding: 10px;
    transition: 0.3s;
    justify-items: end;
    justify-content: start;
}

.kit-item:hover {
    background: radial-gradient(rgb(39, 39, 39) 0%, transparent 70%) rgb(49, 49, 49);
    border: 1px solid rgb(49, 49, 49);
    transition: 0.3s;
}

.kit-item-image {
    margin-left: 5px;
}

.kit-item-image-src {
    width: 70px;
    height: 70px;
}

.kit-item-quantity {
    color: rgb(209, 209, 209);
    width: 40px;
    text-align: right;
}

.kit-category-title {
    margin-bottom: 15px;
    margin-top: 15px;
}

@media screen and (max-width: 1160px) {
    .Products-module__wrapper.Products-module__grid2, .Products-module__wrapper.Products-module__grid3, .Products-module__wrapper.Products-module__grid4, .Products-module__wrapper.Products-module__grid5, .Products-module__wrapper.Products-module__grid6 {
        grid-template-columns: repeat(auto-fill, minmax(150px, 2fr));
    }
}

.productModalImg {
    max-width: 150px;
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
}

body {
    background-color: rgb(28, 28, 28);
}

body::after {
    background-image: url("https://gspics.org/images/2025/02/04/IVD41a.png");
    content: " ";
    position: fixed;
    inset: 0px;
    z-index: 500;
    pointer-events: none;
    opacity: 0.3;
}

.monitoring-users {
    background-image: url("https://gspics.org/images/2025/02/04/IVD9yQ.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.pulse-online {
    margin-top: 0px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(69, 241, 56);
    animation: 2s ease 0s infinite normal none running animate_pulse;
}

.pulse-offline {
    margin-top: 0px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(241, 56, 56);
    animation: 2s ease 0s infinite normal none running animate_pulse_off;
}

@keyframes animate_pulse {
    0% {
        box-shadow: rgba(69, 241, 56, 0.6) 0px 0px 0px 0px;
    }

    70% {
        box-shadow: rgba(228, 25, 49, 0) 0px 0px 0px 7px;
    }

    100% {
        box-shadow: rgba(228, 25, 49, 0) 0px 0px 0px 0px;
    }
}

@keyframes animate_pulse_off {
    0% {
        box-shadow: rgba(241, 56, 56, 0.6) 0px 0px 0px 0px;
    }

    70% {
        box-shadow: rgba(228, 25, 49, 0) 0px 0px 0px 7px;
    }

    100% {
        box-shadow: rgba(228, 25, 49, 0) 0px 0px 0px 0px;
    }
}

.copybtn {
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.05);
    border-color: transparent;
    color: rgba(255, 255, 255, 0.65);
    transition: 0.3s;
    cursor: pointer;
    display: block;
    text-align: center;
}

.copybtn:hover {
    background: rgba(255, 255, 255, 0.1);
    color: rgb(255, 255, 255);
}

.rustage-promo {
    background: rgba(28, 28, 28, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    width: 100%;
    transition: 0.2s;
}

.rustage-promo:hover {
    background: rgba(30, 30, 30, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.rustage-promo-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30px;
    gap: 0.5rem;
    margin-left: 15px;
    margin-top: 5px;
}

.rustage-promo-title {
    font-size: 12px;
    font-weight: 400;
    font-family: Unbounded, sans-serif;
    color: rgb(255, 255, 255);
}

.rustage-promo-gift {
    background-image: url("https://gspics.org/images/2025/02/04/IVDDIx.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.rustage-promo-gift-blur {
    background-image: url("https://gspics.org/images/2025/02/04/IVDDIx.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    filter: blur(10px);
    opacity: 0.7;
}

.rustage-promo-desc {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10px;
    margin-left: 5px;
}

.rustage-promo-info {
    padding: 5px 10px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
}

.rustage-promo-auth {
    padding: 5px 10px;
    font-size: 10px;
    color: rgb(141, 141, 141);
    margin-left: 25px;
}

.copy-promo {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.copy-placeholder {
    font-size: 13px;
    font-family: Unbounded, sans-serif;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    padding: 8px;
    background: linear-gradient(17deg, rgba(255, 255, 255, 0.05) 60%, rgba(255, 255, 255, 0.1));
    position: relative;
    overflow: hidden;
    color: rgb(255, 255, 255) !important;
}

.copy-placeholder::before {
    content: "";
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.4;
    filter: blur(10px);
    background: linear-gradient(to left, transparent 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(10deg);
    animation: 4s ease 0s infinite normal none running blick;
}

.discord {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    width: 100%;
    height: auto;
    transition: 0.2s;
    background: url("https://gspics.org/images/2025/02/04/IVDG4w.png") 35px 100% / cover no-repeat, rgba(28, 28, 28, 0.8) !important;
}

.discord:hover {
    background: rgba(30, 30, 30, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.discord-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    gap: 0.5rem;
    margin-left: 15px;
    margin-top: 5px;
}

.discord-image {
    background-image: url("https://gspics.org/images/2025/02/04/IVDnRh.png");
    background-position: center center;
    background-size: contain;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

.discord-title {
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-family: Unbounded, sans-serif;
}

.discord-text {
    font-size: 12px;
    color: rgb(141, 141, 141);
}

.discord-desc {
    margin-left: 15px;
}

.discord-text {
    font-size: 13px;
    line-height: 1.1rem;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 400;
}

.discord_btn {
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    padding: 8px;
    background: rgb(68, 93, 237);
    border-color: transparent;
    color: rgb(255, 255, 255);
    transition: 0.3s;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}

.discord_btn:hover {
    background: rgb(59, 81, 205);
    border-color: transparent;
    color: rgb(255, 255, 255);
}

.discord-connect {
    margin: 15px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-start;
}

.memberCount {
    background: rgb(40, 40, 40);
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 13px;
}

.presenceCount {
    background: rgb(40, 40, 40);
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 13px;
}

#serveronline-red {
    background: rgb(34, 34, 34);
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 13px;
    color: rgb(245, 245, 245);
}

.monitoring-info {
    padding: 5px 10px 5px 0px;
    border-radius: 10px;
    font-size: 13px;
    color: rgb(245, 245, 245);
}

.socials {
    display: flex;
    gap: 0.5rem;
}

.socials-vk {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    padding-right: 1px;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.1s;
}

.socials-vk:hover {
    background: rgb(0, 119, 255);
}

.socials-telegram {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    padding-right: 1px;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.1s;
}

.socials-telegram:hover {
    background: rgb(0, 136, 204);
}

.socials-discord {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    width: 35px;
    height: 35px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.1s;
}

.socials-discord:hover {
    background: rgb(88, 101, 242);
}

.socials-icon {
    width: 18px;
    height: 18px;
}

.rustage-bonuses {
    background: rgba(28, 28, 28, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    height: auto;
    transition: 0.2s;
}

.rustage-bonuses:hover {
    background: rgba(30, 30, 30, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.rustage-bonuses-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    gap: 0.5rem;
    padding-left: 10px;
    margin-top: 5px;
}

.rustage-bonus-title {
    font-size: 12px;
    font-weight: 400;
    font-family: Unbounded, sans-serif;
    color: rgb(255, 255, 255);
}

.rustage-bonus-image {
    background-image: url("https://gspics.org/images/2025/02/04/IVD1jN.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.rustage-bonus-image-blur {
    background-image: url("https://gspics.org/images/2025/02/04/IVD1jN.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
    filter: blur(10px);
    opacity: 0.7;
}

.support_btn {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 0.5em 1.5em;
    background: rgb(43, 43, 43);
    border: 1px solid rgb(65, 65, 65);
    transition: 0.3s;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    text-align: center;
    line-height: 1.1 !important;
    color: rgb(255, 255, 255) !important;
}

.support_btn:hover {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 0.5em 1.5em;
    background: rgb(65, 65, 65);
    border: 1px solid rgb(65, 65, 65);
    transition: 0.3s;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    text-align: center;
    line-height: 1.1 !important;
    color: rgb(255, 255, 255) !important;
}

.monitoring {
    background: rgba(28, 28, 28, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    width: 100%;
    padding: 15px;
    transition: 0.2s;
}

.monitoring:hover {
    background: rgba(30, 30, 30, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.monitoring-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.monitoring-online {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 10px;
}

.monitoring-wipe {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 5px;
}

.monitoring-info {
    background: rgb(34, 34, 34);
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 13px;
    color: rgb(245, 245, 245);
}

.monitoring-wimage {
    background-image: url("https://gspics.org/images/2025/02/04/IVD6cv.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.monitoring-image {
    background-image: url("https://gspics.org/images/2024/09/10/I0QFMO.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

.monitoring-image-blur {
    background-image: url("https://gspics.org/images/2024/09/10/I0QFMO.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    filter: blur(10px);
    opacity: 0.7;
}

.connect {
    margin-top: 10px;
}

.xbox__header {
    background: rgb(33, 33, 33);
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
    border-top: 2px solid rgb(59, 59, 59);
    border-left: 2px solid rgb(59, 59, 59);
    border-right: 2px solid rgb(59, 59, 59);
}

.xbox__body {
    padding: 10px;
    background: rgba(30, 30, 30, 0.9);
    border-radius: 0px 0px 5px 5px;
    border-bottom: 2px solid rgb(59, 59, 59);
    border-left: 2px solid rgb(59, 59, 59);
    border-right: 2px solid rgb(59, 59, 59);
}

.xbox_bonus {
    font-size: 14px;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    line-height: 3;
    font-family: Unbounded, sans-serif;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    margin-top: 5px;
}

h4 {
    font-size: 13px;
    font-weight: 400;
    font-family: Unbounded, sans-serif;
    color: rgb(255, 255, 255);
}

h2 {
    font-size: 14px;
    font-weight: 400;
    font-family: Unbounded, sans-serif;
}

h3 {
    font-size: 14px;
    font-weight: 400;
    font-family: Unbounded, sans-serif;
}

h1 {
    font-size: 14px;
    font-weight: 400;
    font-family: Unbounded, sans-serif;
}

.Widgets-module__widgetWrapper + .Widgets-module__widgetWrapper {
    margin-top: 15px;
}

.boxHeader {
    display: none;
    background: rgba(33, 33, 33, 0.9);
    backdrop-filter: blur(5px);
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
    border-top: 1px solid rgb(47, 47, 47);
    border-left: 1px solid rgb(47, 47, 47);
    border-right: 1px solid rgb(47, 47, 47);
    font-family: Unbounded, sans-serif;
}

.boxBody {
    padding: 15px;
    background: rgba(28, 28, 28, 0.8);
    border-radius: 10px 10px 0px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.boxBody:last-child {
    border-radius: 8px;
}

.boxFooter {
    background: rgba(28, 28, 28, 0.8);
    border-radius: 0px 0px 10px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.ShopFooter-module__text {
    margin-bottom: 10px;
    text-align: left;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 10px;
}

.ShopFooter-module__links {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: flex-end;
    text-transform: none;
    font-weight: 500;
    padding: 0px;
    border-radius: 10px;
}

.ShopFooter-module__link {
    font-size: 13px;
    padding: 6px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    text-align: center;
    border: none;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: 0.1s;
}

.ShopFooter-module__link:hover {
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.1);
    border: none;
}

.ProfileNav-module__img {
    width: 234px;
    height: 220px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.ProfileNav-module__navItem:hover, .ProfileNav-module__navItem:focus, .ProfileNav-module__navItem.ProfileNav-module__active {
    color: var(--font-color-800);
    background: rgb(57, 57, 57);
    border-radius: 10px;
}

.ProfileNav-module__navItem {
    cursor: pointer;
    background: var(--bg-color-700);
    padding: 10px 15px;
    color: var(--font-color-900);
    transition: 0.15s;
    border-radius: 10px;
}

.ProfileContent-module__box {
    background-color: rgb(35, 35, 35);
    padding: 0px 4px;
    border-radius: 10px;
}

.Profile-module__wrapper {
    position: relative;
    top: 25px;
    display: flex;
    align-items: flex-start;
}

.ProfileBasket-module__wrapper {
    position: relative;
    top: 25px;
    display: flex;
    align-items: flex-start;
}

.BasketSearch-module__wrapper {
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: row-reverse;
    transition: 0.3s;
}

.BasketSearch-module__wrapper:hover {
    background: rgba(255, 255, 255, 0.1);
}

.BasketSearch-module__iconWrapper {
    height: 100%;
    padding: 0px 10px;
    background: transparent;
    color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.BasketTable-module__tableHeader {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.BasketTable-module__tableTitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 400;
}

.ProfileHistory-module__wrapper {
    position: relative;
    top: 25px;
    display: flex;
    align-items: flex-start;
}

.HistorySearch-module__wrapper {
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: row-reverse;
    transition: 0.3s;
}

.HistorySearch-module__wrapper:hover {
    background: rgba(255, 255, 255, 0.1);
}

.HistorySearch-module__iconWrapper {
    height: 100%;
    padding: 0px 10px;
    background: transparent;
    color: rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.HistorySearch-module__icon path {
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: 2px;
}

.HistoryTable-module__tableHeader {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.HistoryTable-module__tableTitle {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 400;
}

.Selector-module__dropDownList {
    width: 100%;
    position: absolute;
    background: var(--bg-color-700);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
    padding: 10px;
    border-radius: 8px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 60;
}

.Selector-module__dropDownItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
    color: var(--font-color-700);
    border-radius: 8px;
    text-align: left;
    transition: 0.2s;
}

.Selector-module__dropDownItem:hover, .Selector-module__dropDownItem:focus, .Selector-module__dropDownItem.Selector-module__active {
    background-color: rgb(204, 153, 255);
}

.ProfileContent-module__title {
    display: block;
    margin-bottom: 10px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 14px;
}

.BasketSearch-module__icon path {
    stroke: rgba(255, 255, 255, 0.3);
    stroke-width: 2px;
}

.ProfileContent-module__infoLine + .ProfileContent-module__infoLine {
    border-top: 1px solid rgb(41, 41, 41);
}

.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    cursor: pointer;
    color: #FFFFFF;
    transition: 0.15s;
    background: linear-gradient(90deg, #FFD700, #DAA520, #B8860B);
    padding: 10px;
    border-radius: 10px;
    width: 40%;
    text-align: center;
}

.ProfileContent-module__infoLineValue {
    color: var(--font-color-700);
    padding: 10px;
    background: rgb(43, 43, 43);
    border-radius: 10px;
    width: 40%;
    text-align: center;
}

.Selector-module__dropDownCurrentItem:hover, .Selector-module__dropDownCurrentItem:focus {
    outline: transparent solid 1px;
    background-color: rgba(255, 255, 255, 0.1);
}

.Selector-module__dropDownCurrentItem {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    white-space: nowrap;
    font-size: 14px;
    outline: transparent solid 1px;
    transition: 0.1s;
}

.ProfileContent-module__input {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0px 15px;
    background: var(--bg-color-700);
}

.Button-module__btn.Button-module__gray {
    color: rgb(209, 209, 209);
    background-color: rgb(40, 40, 40);
    border-color: rgb(51, 51, 51);
    border-radius: 10px;
    padding: 10px 15px;
}

.Button-module__btn.Button-module__gray:hover, .Button-module__btn.Button-module__gray:focus {
    background-color: rgb(51, 51, 51);
}

.Button-module__btn.Button-module__accent {
    color: #FFFFFF;
    background: linear-gradient(90deg, #FFD700, #DAA520, #B8860B);
    border-color: #DAA520;
    border-radius: 10px;
    padding: 10px 15px;
}

.Button-module__btn.Button-module__accent:hover, .Button-module__btn.Button-module__accent:focus {
    background: linear-gradient(90deg, #DAA520, #B8860B, #8B6914);
    border-color: #B8860B;
}

.Search-module__wrapper {
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    margin-top: 0px;
    transition: 0.3s;
}

.Search-module__wrapper:hover {
    background: rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}

.Product-module__wrapper {
    background: radial-gradient(rgba(255, 255, 255, 0.1) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    transition: 0.3s;
}

.Product-module__wrapper:hover {
    background: radial-gradient(rgba(255, 255, 255, 0.1) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgba(255, 255, 255, 0.05);
    border: none;
    transform: scale(1.03);
}

[data-productid=""] {
    background: radial-gradient(rgba(251, 0, 0, 0.35) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

[data-productid="8932816"]:hover {
    background: radial-gradient(rgba(120, 133, 176, 0.45) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgba(255, 255, 255, 0.05);
}

[data-productid="8932816"] {
    background: radial-gradient(rgba(120, 133, 176, 0.35) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

[data-productid="8932819"]:hover {
    background: radial-gradient(rgba(165, 87, 9, 0.45) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgba(255, 255, 255, 0.05);
}

[data-productid="8932819"] {
    background: radial-gradient(rgba(165, 87, 9, 0.35) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

[data-productid="8932821"]:hover {
    background: radial-gradient(rgba(243, 16, 20, 0.45) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgba(255, 255, 255, 0.05);
}

[data-productid="8932821"] {
    background: radial-gradient(rgba(243, 16, 20, 0.35) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

[data-productid="8805231"]:hover {
    background: radial-gradient(rgba(145, 255, 164, 0.45) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgba(255, 255, 255, 0.05);
}

[data-productid="8805231"] {
    background: radial-gradient(rgba(145, 255, 164, 0.35) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

[data-productid="8860762"]:hover {
    background: radial-gradient(rgba(255, 115, 115, 0.45) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgba(255, 255, 255, 0.05);
}

[data-productid="8860762"] {
    background: radial-gradient(rgba(255, 115, 115, 0.35) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

[data-productid="7686121"]:hover {
    background: radial-gradient(rgba(41, 252, 252, 0.35) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgba(255, 255, 255, 0.05);
}

[data-productid="7686125"] {
    background: radial-gradient(rgba(252, 146, 41, 0.35) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

[data-productid="7686125"]:hover {
    background: radial-gradient(rgba(252, 146, 41, 0.35) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgba(255, 255, 255, 0.05);
}

[data-productid="7686122"] {
    background: radial-gradient(rgba(252, 41, 41, 0.35) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.3s;
}

[data-productid="7686122"]:hover {
    background: radial-gradient(rgba(252, 41, 41, 0.35) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgba(255, 255, 255, 0.05);
}

.productModalGiveText {
    color: rgb(255, 207, 215);
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    background: rgba(207, 39, 69, 0.4);
    border: 1px solid rgb(157, 45, 65);
    border-radius: 10px;
    font-family: Roboto, sans-serif;
    padding: 10px;
}

.Product-module__price {
    top: unset;
    left: 15px;
    bottom: 10px;
    background-color: transparent;
    padding: 0px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
}

.Product-module__discount {
    top: 10px;
    bottom: unset;
    right: 10px;
    left: unset;
    background-color: rgb(204, 153, 255);
    color: var(--font-color-700);
    padding: 1px 6px;
    border-radius: 6px;
    font-size: 11px;
    box-shadow: rgba(221, 186, 255 0.15) 0px 0px 20px;
}

.Product-module__wrapper:hover .Product-module__count, .Product-module__wrapper:active .Product-module__count {
    opacity: 1;
}

.Product-module__count {
    right: 5px;
    top: unset;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 3px 6px;
    transition: 0.15s;
    color: rgba(255, 255, 255, 0.75);
    font-size: 13px;
}

.TotalSum-module__currency {
    height: 100%;
    padding: 0px 10px;
    background: rgb(53, 53, 53);
    color: rgb(195, 195, 195);
    line-height: 36px;
}

.productModalContainsItem {
    border-radius: 10px;
    background-color: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid rgb(63, 63, 63);
}

.productModalDescription {
    text-align: left;
    padding: 5px;
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 10px;
    border: none;
}

.RouletteContent-module__rouletteItem {
    border-radius: 10px;
    overflow: hidden;
    background: var(--bg-color-700);
    padding: 8px;
}

.TotalSum-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 40px;
    gap: 5px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}

.TotalSum-module__currency {
    position: relative;
    top: 5px;
    left: 5px;
    height: 30px;
    padding: 0px 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 32px;
}

:root[data-theme="red_black"] {
    --accent-color-800: #cc99ff;
    --accent-color-900: #cc99ff;
    --font-color-700: #fff;
    --font-color-800: rgba(255,255,255,.7);
    --font-color-900: #7b7b7b;
    --bg-color-800: #202020;
    --bg-color-700: #282828;
    --bg-color-900: #1d1b1a;
    --product-items-trans-bg-color: rgba(0,0,0,.4);
}

.Header-module__logo {
    font-size: 0px;
    text-transform: none;
    background-image: url("https://i.postimg.cc/mkgYgPxc/CORESTORE.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    width: 180px;
    height: 55px;
    transform: scale(1);
    transform-origin: left center;
}

.container.headerContainer .Header-module__wrapper {
    max-width: 1200px;
    padding: 0px;
    margin: 0px auto;
    background-color: transparent;
    min-height: 70px;
}

.container.headerContainer {
    width: 100%;
    background: rgba(33, 33, 33, 0.85);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0px;
    z-index: 10;
}

.Header-module__wrapper {
    background-color: var(--bg-color-700);
    margin-bottom: 20px;
    padding: 0px 15px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ProductItemSelector-module__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 8px;
}

.ProductItemSelector-module__item.ProductItemSelector-module__active, .ProductItemSelector-module__item:hover, .ProductItemSelector-module__item:focus {
    border: 1px solid rgb(65, 65, 65);
    border-radius: 10px;
    background: rgb(65, 65, 65);
}

.ProductItemSelector-module__item {
    cursor: pointer;
    padding: 2px;
    height: 60px;
    transition: 0.15s;
    border: rgb(40, 40, 40);
    border-radius: 10px;
    background: rgb(40, 40, 40);
}

.CountSelector-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}

.CountSelector-module__changeCountBtn.CountSelector-module__left {
    border-right: none;
    margin-left: 5px;
}

.CountSelector-module__changeCountBtn.CountSelector-module__right {
    border-left: none;
    margin-right: 5px;
}

.CountSelector-module__input {
    font-size: 15px;
    width: 100%;
    padding: 0px 10px;
    text-align: center;
}

.CountSelector-module__icon {
    width: 70%;
    height: 60%;
    padding: 4px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
    transition: 0.3s;
}

.CountSelector-module__icon:hover {
    background: rgb(204, 153, 255);
    color: rgb(255, 255, 255);
}

.TotalSum-module__label {
    width: 100%;
    text-align: left;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.CountSelector-module__label {
    width: 100%;
    text-align: left;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    color: rgb(255, 255, 255);
    font-size: 13px;
}

.CountSelector-module__changeCountBtn {
    background: transparent;
}

.CountSelector-module__changeCountBtn:hover, .CountSelector-module__changeCountBtn:focus {
    background: transparent;
}

.KitContent-module__containsItems {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 5px;
    margin-bottom: 15px;
}

.KitContent-module__containsItem {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.KitContent-module__containsItem:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.KitContent-module__itemImg {
    width: 100%;
    height: auto;
    transform: scale(0.7);
    margin-top: 0px;
    margin-bottom: 5px;
    object-fit: contain;
}

.KitContent-module__itemName {
    position: absolute;
    width: 100%;
    inset: auto 0px 0px;
    padding: 0px 10px 5px;
    height: auto;
    text-align: start;
    color: var(--font-color-800);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: none;
    border-radius: 0px;
}

.KitContent-module__itemCount {
    position: absolute;
    top: 5px;
    bottom: 0px;
    left: unset;
    right: 5px;
    height: 17px;
    padding: 0px 10px;
    background: rgba(255, 255, 255, 0.1);
    color: rgb(173, 173, 173);
    text-align: start;
    border-radius: 6px;
}

.ProductModal-module__roulette, .ProductModal-module__set {
    width: 500px;
}

.info {
    font-size: 11px;
    color: rgb(153, 153, 153);
    line-height: 1.5;
    margin-bottom: 10px;
}

.info-links {
    font-size: 12px;
    display: grid;
    line-height: 1.8;
}

.info-links a {
    font-size: 12px;
    display: grid;
    line-height: 1.8;
    transition: 0.3s;
}

.info-links a:hover {
    color: rgb(204, 153, 255);
    font-size: 12px;
    display: grid;
    line-height: 1.8;
    transition: 0.3s;
}

.back_buttons {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.btn-backsite {
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 1.2em 1.5em;
    background: rgb(235, 45, 78);
    border-color: transparent;
    box-shadow: rgba(190, 45, 71, 0.6) 0px 5px 20px 0px;
    width: 75%;
    transition: 0.3s;
    line-height: 1.1 !important;
    color: rgb(255, 255, 255) !important;
}

.btn-backsite:hover {
    box-shadow: rgb(227, 54, 85) 0px 5px 20px 0px;
    background: rgb(214, 62, 89);
    border-color: transparent;
    width: 75%;
    transition: 0.3s;
    color: rgb(255, 255, 255) !important;
}

@keyframes blick {
    0% {
        transform: translate(-100%, -25%) rotate(10deg);
    }

    20% {
        transform: translate(100%, -25%) rotate(10deg);
    }

    100% {
        transform: translate(100%, -25%) rotate(10deg);
    }
}

.value {
    font-family: Unbounded, sans-serif;
    font-weight: 400;
    font-size: 11px;
}

.bonus {
    width: 50%;
    background: linear-gradient(40deg, rgb(157, 26, 50), rgb(249, 65, 97), rgb(193, 39, 67), rgb(169, 31, 56)) 0% 0% / 400% 400%;
    color: rgb(255, 255, 255);
    border-radius: 0px 10px 10px 0px;
    position: relative;
    overflow: hidden;
    font-family: Unbounded, sans-serif;
    font-weight: 400;
    font-size: 11px;
}

.bonus::before {
    content: "";
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.4;
    filter: blur(10px);
    background: linear-gradient(to left, transparent 0%, rgb(255, 255, 255) 30%, rgb(255, 255, 255) 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(10deg);
    animation: 4s ease 0s infinite normal none running blick;
}

::-webkit-scrollbar {
    height: 8px;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: rgb(57, 57, 57);
    border-radius: 5px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
}

.serverInfo {
    display: flex;
    padding: 0px;
    border-radius: 10px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.servernamewipe {
    width: 40%;
    display: flex;
}

span.date-color {
    color: rgb(204, 153, 255);
    font-weight: 600;
}

.wipedata {
    position: relative;
    top: -213px;
    right: -171px;
    border-bottom: 1px dashed rgb(129, 129, 129);
    color: rgb(179, 179, 179);
    font-size: 13px;
    transition: 0.3s;
}

.wipedata:hover {
    border-bottom: 1px dashed rgb(89, 89, 89);
    color: rgb(141, 141, 141);
    transition: 0.3s;
}

.globalwipeinfo {
    padding-top: 20px;
    background: rgb(40, 40, 40);
    padding-bottom: 20px;
    text-align: center;
    border: 1px solid rgb(40, 40, 40);
    border-radius: 10px;
    margin-top: 20px;
}

.modal {
    position: fixed;
    inset: 0px;
    background: rgba(18, 18, 18, 0.8);
    backdrop-filter: blur(10px);
    z-index: 400;
    opacity: 0;
    transition: opacity 200ms ease-in;
    pointer-events: none;
    margin: 0px;
    padding: 0px;
}

.modal:target {
    opacity: 1;
    pointer-events: auto;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: 600px;
    margin: 10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 600px;
        margin: 30px auto;
    }
}

.modal-content {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background-color: rgb(26, 26, 26);
    background-image: none;
    background-position: right center;
    background-clip: padding-box;
    border: 1px solid rgb(37, 37, 37);
    border-radius: 10px;
    outline: 0px;
}

@media (min-width: 768px) {
    .modal-content {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
    }
}

.modal-header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid rgb(37, 37, 37);
}

.modal-title {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
    color: rgb(255, 255, 255);
}

.close {
    float: right;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-decoration: none;
    background: rgb(51, 51, 51);
    padding: 4px 8px;
    border-radius: 5px;
    transition: 0.3s;
}

.close:focus, .close:hover {
    text-decoration: none;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background: rgb(255, 41, 77);
    padding: 4px 8px;
    border-radius: 5px;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 0px 20px 20px;
    line-height: 1.5rem;
    overflow-y: scroll;
    height: 600px;
}

.Servers-module__servers {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 10px;
    justify-content: center;
}

@media (max-width: 430px) {
 

    .PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
        text-transform: none;
        color: rgb(255, 255, 255);
        font-size: 11px;
        font-weight: 400;
        font-family: Unbounded, sans-serif;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        white-space: nowrap;
        transition: 0.3s;
        background: rgb(204, 153, 255);
    }

    .PlayerMenu-module__profileLink:hover, .PlayerMenu-module__profileLink:focus, .PlayerMenu-module__loginLink:hover, .PlayerMenu-module__loginLink:focus {
        background-color: rgb(167, 29, 54);
        color: rgb(255, 255, 255);
    }

    .Categories-module__categories {
        display: flex;
        flex-flow: row;
        justify-content: flex-start;
        overflow: scroll hidden;
        margin-bottom: 15px;
    }

    .PlayerMenu-module__wrapper {
        margin-left: 15px;
        margin-right: 0px;
        display: flex;
        align-items: center;
        column-gap: 5px;
    }

    .PlayerMenuMobile-module__mobileMenuBtn {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        padding: 4px 0px;
        width: 30px;
        height: 30px;
        border-radius: 6px;
        margin-left: 10px;
    }

    .Servers-module__servers {
        display: flex;
        margin: -5px -5px 10px;
    }

    .Servers-module__server {
        cursor: pointer;
        color: var(--font-color-900);
        background-color: rgb(40, 40, 40);
        padding: 10px 15px;
        border-radius: 10px;
        flex: 1 1 0%;
        margin: 5px;
        min-width: 100px;
        max-width: 200px;
        transition: 0.15s;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 12px;
    }

    .PlayerMenuMobile-module__nav {
        display: flex;
        align-items: stretch;
        margin-left: 0px;
        flex-flow: column;
        gap: 10px;
    }

    .PlayerMenuMobile-module__menu {
        position: absolute;
        right: 0px;
        top: 0px;
        height: 100vh;
        width: min(100%, 0px + 100vw);
        display: flex;
        flex-direction: column;
        transform: translate(100%);
        transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .PlayerBalance-module__wrapper {
        width: 100%;
    content: '12333';
    }

    .PlayerMenuMobile-module__playerMenu {
        display: flex;
        flex-flow: row;
        row-gap: 20px;
    }

    .PlayerMenuMobile-module__header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: rgba(28, 28, 28, 0.8);
        border-radius: 0px;
        border: none;
    }

    .ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
        cursor: pointer;
        color: #FFFFFF;
        transition: 0.15s;
        background: linear-gradient(90deg, #FFD700, #DAA520, #B8860B);
        padding: 10px;
        border-radius: 10px;
        width: 100%;
        text-align: center;
    }

    .ProfileContent-module__infoLineValue {
        color: var(--font-color-700);
        padding: 10px;
        background: rgb(43, 43, 43);
        border-radius: 10px;
        width: 100%;
        text-align: center;
    }

    .modal-dialog {
        position: relative;
        width: 100%;
        margin: 0px;
    }

    .modal-body {
        position: relative;
        -webkit-box-flex: 1;
        flex: 1 1 auto;
        padding: 0px 20px 20px;
        line-height: 1.5rem;
        overflow-y: scroll;
        height: 480px;
    }

    .modal-title {
        margin-top: 0px;
        margin-bottom: 0px;
        line-height: 1.5;
        font-size: 1.1rem;
        font-weight: 500;
        color: rgb(255, 255, 255);
    }

    .Product-module__img {
        position: relative;
        top: -15px;
        object-fit: contain;
        width: 100%;
        aspect-ratio: 1 / 1;
        transform: scale(0.7);
    }

    .Product-module__name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        z-index: 6;
        transition: 0.2s;
        transform: translateY(0%);
        width: 85%;
        padding: 0px;
        bottom: 30px;
        left: 15px;
        background: transparent;
        font-size: 14px;
        font-weight: 500;
        color: rgb(250, 250, 250);
    }

    .Product-module__count {
        right: 5px;
        top: unset;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        padding: 3px 6px;
        transition: 0.15s;
        color: rgba(204, 153, 255, 0.75);
        font-size: 11px;
    }

    .container.headerContainer .Header-module__wrapper {
        padding: 0px 10px;
        margin: 0px auto;
        background-color: transparent;
        min-height: 60px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .Products-module__wrapper.Products-module__grid4 {
        grid-template-columns: repeat(auto-fill, minmax(150px, 2fr));
    }

    .Index-module__wrapper {
        display: flex;
        margin-top: 10px;
        margin-bottom: 30px;
        flex-wrap: nowrap;
        align-items: center;
    }

    .container.Index-module__wrapper, .container.Profile-module__wrapper, .container.ProfileBasket-module__wrapper, .container.ProfileHistory-module__wrapper {
        width: 100%;
    }

    .Shop-module__wrapper {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 0px;
    }

    .boxBody {
        padding: 15px;
        background: rgba(28, 28, 28, 0.8);
        border-radius: 10px 10px 0px 0px;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
        border-left: 1px solid rgba(255, 255, 255, 0.05);
        border-right: 1px solid rgba(255, 255, 255, 0.05);
    }

    .Widgets-module__wrapper.Widgets-module__rightSide {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .ShopFooter-module__link {
        width: 100%;
        font-size: 13px;
        padding: 6px;
        color: rgba(204, 153, 255, 0.5);
        font-weight: 400;
        text-align: center;
        border: none;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 8px;
        transition: 0.1s;
    }

    .PlayerMenuMobile-module__menuWrapper {
        overflow: hidden auto;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100vw;
        min-height: 100vh;
        z-index: 100;
        background-color: rgba(15, 15, 15, 0.8);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.15s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.15s step-end;
    }
}

@media (min-width: 768px) {
    .Support-module__wrapper {
        display: flex;
        align-items: flex-start;
        width: 100%;
    }

    .Categories-module__categories {
        display: flex;
        width: 100%;
        margin: 0px 0px 10px;
        font-size: 13px;
        flex-wrap: nowrap;
        overflow: scroll hidden;
        justify-content: flex-start;
    }
}

.container {
    width: 1200px;
    padding: 0 var(--safe-padding);
    margin: 0px auto;
}

.Index-module__wrapper {
    display: flex;
    margin-top: 20px;
}

@media (max-width: 768px) {
    .PlayerMenuMobile-module__nav {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0px;
    }

    .PlayerMenuMobile-module__playerMenu {
        margin-bottom: 0px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 10px 0px;
    }

    .HeaderNav-module__link {
        display: flex;
        width: 100%;
        gap: 0.5rem;
        cursor: pointer;
        padding: 8px 10px;
        transition: 0.1s;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }

    .SupportLink-module__link {
        width: 100%;
        display: flex;
        cursor: pointer;
        padding: 8px 10px;
        transition: 0.1s;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
        flex-direction: row-reverse;
        align-items: center;
        gap: 0.5rem;
        justify-content: center;
    }

    .PlayerMenuMobile-module__profileLink, .PlayerMenuMobile-module__loginLink {
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.05);
        text-align: center;
        width: 100%;
        padding: 8px 10px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
        font-weight: 400;
        text-transform: none;
    }

    .PlayerBalance-module__btn {
        width: 100%;
        text-transform: none;
        cursor: pointer;
        background: rgba(255, 255, 255, 0.05);
        border-radius: 10px;
        display: flex;
    content: '12333';
        gap: 0.5rem;
        align-items: center;
        color: rgba(255, 255, 255, 0.5);
        font-size: 14px;
        font-weight: 400;
        justify-content: center;
        padding: 8px 10px;
        white-space: nowrap;
        transition: 0.1s;
        flex-direction: row-reverse;
    }
}

.productModalDescription a {
    color: rgb(189, 189, 189);
    cursor: pointer;
    transition: 0.15s;
}

.productModalDescription a:hover {
    color: rgb(255, 255, 255);
}

#server-icon {
    margin-top: 4px;
    width: 20px;
}

.Categories-module__category {
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 14px;
    height: 34px;
}

.Categories-module__category[data-categoryid="0"], .Categories-module__category[data-categoryid="438022"], .Categories-module__category[data-categoryid="438023"] {
    background: linear-gradient(90deg, #FFD700, #DAA520, #B8860B) 0% 0% / 300% 100%;
    animation: 5s ease 0s infinite normal none running gradientFlow;
}

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

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--font-color-700);
}

.Categories-module__category[data-categoryid="0"].Categories-module__active, .Categories-module__category[data-categoryid="438022"].Categories-module__active, .Categories-module__category[data-categoryid="438023"].Categories-module__active {
    background: linear-gradient(90deg, #FFD700, #DAA520, #B8860B) 0% 0% / 300% 100%;
    animation: 5s ease 0s infinite normal none running gradientFlow;
}

.Categories-module__category:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--font-color-700);
}

.Categories-module__category.Categories-module__enableFocus:focus {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--font-color-700);
}

.Product-module__img {
    position: relative;
    top: -15px;
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1 / 1;
    transform: scale(0.7);
}

@media screen and (max-width: 1366px) {
    .headerContainer .Header-module__wrapper {
        max-width: 1100px;
        padding: 0px 20px;
        margin: 0px auto 20px;
        background-color: transparent;
        min-height: 60px;
    }
}

.Toast-module__toast {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    background: rgba(37, 37, 37, 0.8);
    box-shadow: none;
    backdrop-filter: blur(10px);
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    animation: 0.2s linear 0s 1 normal none running Toast-module__toastEnter;
}

.Toasts-module__wrapper {
    position: fixed;
    top: 80px;
    right: 10px;
    max-height: 100vh;
    z-index: 400;
}