.container {
    width: 100%;
    padding: unset;
    margin: 0px auto;
    z-index: 2;
    max-width: 100vw;
}

.Header-module__wrapper {
    background-color: var(--header-color);
    padding: 20px clamp(20px, 3vw, 50px);
}

:root {
    --page-background-color: #1a1e23;
    --background-color: #151413;
    --bg-color-700: #252925f2;
    --header-color: #252925f2;
    --secondary-color: #202420f2;
    --rust-button-red: #962f20;
    --rust-hover-red: #b83b28;
    --rust-text-red: #c79897;
    --rust-button-green: #3d4b27;
    --rust-hover-green: #586c39;
    --rust-text-green: #a6cd63;
    --rust-button-blue: #1d425f;
    --rust-hover-blue: #275579;
    --rust-text-blue: #489ad4;
    --rust-button-gray: #595552;
    --rust-hover-gray: #6f6b67;
    --rust-text-gray: #ccc3be;
}

a.Header-module__logo,
a.Header-module__logo:focus,
a.Header-module__logo:hover {
    color: rgb(143, 143, 143);
}

a.Header-module__logo {
    color: rgb(255 255 255);
    width: 228px;
    font-size: 30px;
}

.PlayerBalance-module__btn {
    padding-top: unset;
    padding-bottom: unset;
    padding-left: 10px;
    padding-right: 10px;
    width: unset;
}

.PlayerBalance-module__btn {
    color: var(--rust-text-blue);
    background-color: var(--rust-button-blue);
    border: none;
    text-align: center;
    font-size: clamp(14px, 1vw, 17px);
    padding: 10px;
    min-width: 200px;
    height: 60px;
    cursor: pointer;
    border-radius: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    transition: 0.1s;
}

.PlayerMenu-module__profileLink {
    color: var(--rust-text-green);
    background-color: var(--rust-button-green);
    border: none;
    text-align: center;
    font-size: clamp(14px, 1vw, 17px);
    padding: 10px;
    width: 200px;
    height: 60px;
    cursor: pointer;
    border-radius: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    transition: 0.1s;
}

.HeaderNav-module__link__basket {
    color: var(--rust-text-blue);
    background-color: var(--rust-button-blue);
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: clamp(14px, 1vw, 18px);
    padding: 10px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
}

.HeaderNav-module__link__basket svg {
    width: 24px;
    height: 24px;
}

.PlayerMenu-module__loginLink {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: 0.1s;
    color: var(--rust-text-green);
    background-color: var(--rust-button-green);
    border: none;
    cursor: pointer;
    text-align: center;
    font-size: clamp(14px, 1vw, 18px);
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    padding: 10px;
    width: 170px;
    margin-right: 10px;
    height: 60px;
    border-radius: unset;
}

.HeaderNav-module__link__basket {
    width: 60px;
}

a.PlayerMenu-module__profileLink::before {
    content: url(https://api.iconify.design/iconamoon/profile-duotone.svg?color=%23a6cd22&width=22&height=22);
    padding: 3px;
    font-family: "Font Awesome 6 Free";
}

.PlayerBalance-module__btn::before {
    content: url(https://api.iconify.design/mdi/cash-plus.svg?color=%23489ad4&width=22&height=22);
    padding: 3px;
    margin-top: 6px;
    font-family: "Font Awesome 6 Free";
}

.PlayerMenuMobile-module__nav {
    gap: 5px;
}

.prof_basket {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
}

.Widgets-module__wrapper {
    min-width: 360px;
    max-width: 360px;
    margin-right: 6px;
    margin-left: 4%;
}

.ProfileNav-module__wrapper {
    min-width: 360px;
    max-width: 360px;
    margin-right: 10px;
    margin-left: 4%;
}

.boxHeader {
    background: var(--bg-color-700);
    border-radius: 0px;
}

.ProfileNav-module__navItem:hover,
.ProfileNav-module__navItem:focus,
.ProfileNav-module__navItem.ProfileNav-module__active {
    color: var(--rust-text-blue);
    background-color: var(--rust-button-blue);
}

.ProfileNav-module__navItem {
    border-radius: 0px;
    color: var(--rust-text-gray);
    background-color: var(--rust-button-gray);
}

.Button-module__btn {
    border: none;
}

.ProfileNav-module__logOut {
    text-align: center;
    display: block;
    border-radius: 0px;
    width: 100%;
    padding: 7px;
    color: var(--rust-text-red) !important;
    background-color: var(--rust-button-red) !important;
}

.Button-module__btn.Button-module__accent {
    color: var(--rust-text-green);
    background-color: var(--rust-button-green);
    border-radius: 0px;
}

.Button-module__btn.Button-module__accent {
    text-transform: uppercase;
    color: var(--rust-text-green);
    background-color: var(--rust-button-green);
    border-color: transparent;
    border-radius: 0px;
}

.Button-module__btn.Button-module__accent {
    color: var(--font-color-700);
    background-color: var(--accent-color-800);
    border-color: var(--accent-color-800);
}

.ProfileContent-module__wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 7%;
}

.ProfileNav-module__wrapper {
    min-width: 360px;
    max-width: 360px;
    margin-right: 10px;
    margin-left: 4%;
}

.boxHeader {
    background: var(--bg-color-700);
    border-radius: 0px;
}

.boxBody:last-child {
    border-radius: 0px;
}

.BasketSearch-module__input,
.BasketSearch-module__iconWrapper,
.ProfileContent-module__input,
.Selector-module__dropDownCurrentItem,
.HistorySearch-module__input,
.HistorySearch-module__iconWrapper {
    border-radius: 0px;
    background-color: var(--background-color);
    color: rgb(186, 177, 168);
}

.Shop-module__wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 240px;
}

.Servers-module__server.Servers-module__active,
.Servers-module__server:hover,
.Servers-module__server:focus {
    color: var(--rust-text-blue);
    background-color: var(--rust-button-blue);
}

.Search-module__iconWrapper {
    color: white;
    background-color: var(--background-color);
}

.Search-module__input {
    outline: none;
    border: none;
    color: white;
    background-color: var(--background-color);
}

.Product-module__wrapper {
    background: rgba(0, 0, 0, 0.4);
    color: rgb(186, 177, 168);
}

.Product-module__price {
    position: inherit;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: rgb(186, 177, 168);
    border-radius: 0px;
    padding: 4px 0px;
    z-index: 100;
    display: flex;
    justify-content: center;
}

.MonitoringServer-module__progressBarWrapper {
    margin-bottom: 6px;
    border-radius: 2px;
    position: relative;
    width: 100%;
    height: 5px;
    overflow: hidden;
    background-color: rgb(21, 20, 19);
}

.MonitoringServer-module__info {
    display: flex;
    align-items: center;
    flex-direction: row;
    transform: translateY(-34px);
    justify-content: flex-end;
}

.MonitoringServer-module__btns {
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.MonitoringServer-module__icon {
    width: 16px;
    height: 16px;
    stroke: var(--font-color-800);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.15s;
}

.social {
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: space-evenly;
}

.social .social_buttom_tab {
    width: 100%;
    height: 52px;
    background-color: var(--bg-color-700);
    text-align: center;
    transition: 250ms;
    align-items: center;
    display: flex;
    justify-content: center;
}

.social > .social_buttom_tab:not(:last-child) {
    border-right: solid 2px var(--page-background-color);
}

.social_buttom_tab.active {
    background-color: rgba(23, 26, 23, 0.95);
}

.HeaderNav-module__link:hover,
.PlayerBalance-module__btn:hover,
.HeaderNav-module__link__basket:hover,
.HeaderNav-module__link:hover {
    color: var(--rust-text-blue);
    background-color: var(--rust-hover-blue);
}

.PlayerMenu-module__profileLink:hover {
    background-color: var(--rust-hover-green);
}

.PlayerMenuMobile-module__profileLink:hover {
    background-color: var(--rust-hover-gray);
}

.tab-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab-content_logo {
    margin-bottom: 20px;
}

.tab-content_name {
    font-size: 24px;
    line-height: 30px;
    margin-top: 8px;
    color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 600;
}

.tab-content_text {
    font-size: 16px;
    line-height: 20px;
    color: rgb(123, 117, 117);
}

.tab-content_link {
    padding-top: 20px;
    width: 100%;
}

#vk-invite-btn {
    background-color: rgb(0, 119, 255);
    color: rgb(227, 212, 212);
    border-color: rgb(0, 119, 255);
    display: flex;
    place-content: center;
    margin-top: 20px;
    padding: 8px;
}

#vk-invite-btn {
    background-color: rgb(0, 119, 255);
    color: rgb(227, 212, 212);
    border-color: rgb(0, 119, 255);
    display: flex;
    place-content: center;
    margin-top: 20px;
    padding: 8px;
}

#discord-guild-invite-btn {
    background-color: rgb(114, 137, 218);
    color: rgb(227, 212, 212);
    border-color: rgb(114, 137, 218);
    display: flex;
    place-content: center;
    margin-top: 20px;
    padding: 8px;
}

.pillIcon {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
}

.pillIconTotal {
    background-color: rgb(185, 187, 190);
}

.pillIconOnline {
    background-color: rgb(67, 181, 129);
}

.pill-dis {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 5px 16px 4px;
    border-radius: 100px;
    background-color: rgb(52, 54, 57);
}

.colorStandard {
    color: rgb(159, 159, 159);
}

.flex-dis {
    margin-top: 8px;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    justify-content: center;
    flex-flow: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
}

.Categories-module__categories {
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    flex-flow: column;
    place-content: flex-end flex-start;
    align-items: flex-start;
    position: absolute;
    transform: translateX(-111px) rotate(360deg) translateY(0px);
    right: -24px;
    padding: 10px 38px 28px 8px;
    width: 149px;
    height: 794px;
    top: 110px;
    background-size: 400% 400%;
    animation: 3s ease 0s infinite normal none running AnimationName;
}

.Categories-module__category.Categories-module__active,
.Categories-module__category:hover {
    color: var(--rust-text-blue);
    background-color: var(--rust-button-blue);
}

.Categories-module__category {
    margin: 5px;
    min-width: 150px;
    width: 100%;
}

.Categories-module__category {
    background-color: var(--rust-hover-gray);
    color: var(--rust-text-gray);
    border-radius: 0px;
}

.ProfileContent-module__balance {
    margin-top: 20px;
}

@media screen and (max-width: 1230px) {
    .Shop-module__wrapper {
        margin-right: auto;
    }

    .Categories-module__categories {
        text-align: center;
        margin-bottom: 10px;
        display: flex;
        flex-flow: column;
        place-content: flex-end flex-start;
        align-items: center;
        position: relative;
        transform: none;
        right: 0;
        padding: 0;
        width: auto;
        height: auto;
        top: 0;
        background-size: auto;
        flex-direction: row;
        flex-wrap: wrap;
    }
}
.BasketContent-module__wrapper,
.HistoryContent-module__wrapper {
    margin-right: 7%;
}
@media screen and (max-width: 1020px) {
    .Header-module__nav {
        display: none;
    }

    .PlayerMenuMobile-module__mobileMenuBtn {
        display: flex;
    }
}

@media screen and (min-width: 1130px) {
}

@media (min-width: 992px) {
    .pillOnline {
        margin-bottom: 8px;
        margin-right: 0px;
    }
}

@media (min-width: 992px) {
    .flex-dis {
        display: grid;
    }
}

@media screen and (min-width: 980px) {
    .HeaderNav-module__link {
        color: var(--rust-text-blue);
        background-color: var(--rust-button-blue);
        border: none;
        cursor: pointer;
        text-align: center;
        font-size: clamp(14px, 1vw, 18px);
        padding: 10px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
    }

    .HeaderNav-module__link::before {
        content: url(https://api.iconify.design/material-symbols/rule.svg?color=%23489ad4&width=22&height=22);
        padding: 3px;
        font-family: "Font Awesome 6 Free";
    }

    .PlayerMenu-module__wrapper {
        column-gap: 15px;
    }

    .HeaderNav-module__link,
    .wipeBlockBtn {
        width: 170px;
    }
}

@media screen and (max-width: 980px) {
    .HeaderNav-module__link,
    .SupportLink-module__link,
    .wipeBlockBtn {
        color: var(--rust-text-gray);
        background-color: var(--rust-button-gray);
        border: none;
        cursor: pointer;
        text-align: center;
        font-size: clamp(14px, 1vw, 18px);
        width: 100%;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
    }

    .ProfileNav-module__wrapper,
    .Widgets-module__wrapper {
        /* min-width: 360px; */
        min-width: unset;
        max-width: unset;
        margin-right: unset;
        margin-left: unset;
        width: 100%;
        padding: 0 16px;
    }
}

@media screen and (max-width: 860px) {
    .PlayerMenu-module__profileLink {
        width: auto;
    }

    .PlayerBalance-module__btn {
        width: auto;
        padding: 10px;
    }
}

@media screen and (max-width: 720px) {
    .PlayerMenu-module__balance {
        display: none;
    }

    .PlayerMenu-module__profileLink {
        display: none;
    }
}

@media screen and (max-width: 685px) {
    .PlayerMenuMobile-module__profileLink,
    .PlayerMenuMobile-module__loginLink {
        border-radius: 0px;
        background-color: var(--rust-button-red);
        color: var(--rust-text-red);
        text-align: center;
        width: 100%;
    }

    .PlayerMenuMobile-module__balance,
    .PlayerMenuMobile-module__profileLink,
    .PlayerMenuMobile-module__loginLink {
        display: block;
    }

    .PlayerMenuMobile-module__playerMenu {
        margin-bottom: 30px;
    }

    .PlayerBalance-module__wrapper {
        width: 100%;
    }

    .PlayerBalance-module__btn {
        width: 100%;
    }
}

@media screen and (max-width: 534px) {
    .PlayerMenu-module__loginLink {
        display: none;
    }
}

@media screen and (max-width: 430px) {
    .Categories-module__categories {
        justify-content: center;
    }

    .Categories-module__category {
        min-width: 200px;
        max-width: 300px;
    }
}

@media screen and (min-width: 431px) {
    .Categories-module__category {
        width: 150px;
    }
}

@media screen and (max-width: 430px) {
    .HeaderNav-module__link__basket {
        display: none;
    }

    .PlayerMenuMobile-module__basketeLink {
        color: var(--rust-text-blue);
        background-color: var(--rust-button-blue);
        border: none;
        cursor: pointer;
        text-align: center;
        font-size: clamp(14px, 1vw, 18px);
        padding: 10px;
        width: 41px;
        height: 41px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 500;
        display: block;
    }

    .PlayerMenuMobile-module__basketeLink svg {
        width: 22px;
        height: 22px;
    }
}

@media screen and (min-width: 430px) {
    .PlayerMenuMobile-module__basketeLink {
        display: none;
    }
}

/* @media screen and (max-width: 980px) {
    .PlayerMenuMobile-module__mobileMenuBtn {
        display: flex;
    }
} */
