:root {
    --background: #111317;
    --font-size: 15px;
    --font-weight: 600;
    --letter-spacing: 1px;
    --border-radius: 10px;
    --border-radius-oval: 30px;
    --margin: 30px;
    --container: 1340px;
    --over-big-font-size: 46px;
    --big-font-size: 18px;
    --small-font-size: 14px;
    --color-1: #DBDBDB80;
    --color-1-hover: #e4e4e4;
    --color-2: rgb(23 34 44);
    --color-2-hover: rgb(27 44 60);
    --color-3: rgb(83, 166, 226);
    --color-4: #191B1F;
    --progress-bar: #53A6E2;
    --widget-vk: linear-gradient(235.62deg, rgb(89, 186, 240) -4.64%, rgb(0, 148, 255) 71.129%);
    --widget-ds: linear-gradient(248.75deg, rgb(106, 117, 240) .689%, rgb(70, 83, 234) 89.436%);
}

:root[data-theme="red_black"] {
    --accent-color-800: rgb(35, 37, 43);
    --accent-color-900: rgba(255, 255, 255, 0.2);
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;
    --bg-color-800: #191B1F;
    --bg-color-700: rgba(255, 255, 255, 0.04);
    --bg-color-900: #191B1F;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
}

body {
    background-color: var(--background);
}

.DesktopCopyright-module__wrapper {
    left: 0px !important;
    bottom: 0px !important;
    border-radius: 0px var(--border-radius) 0px 0px !important;
    background-color: var(--color-4) !important;
}

.DesktopCopyright-module__wrapper > span, .MobileCopyright-module__wrapper > span {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.7;
}

a, p, li, ul, font, h1, h2, h3, h4, h5, span, button {
    font-weight: var(--font-weight);
    font-style: normal;
    font-size: var(--font-size);
    letter-spacing: var(--letter-spacing);
}

.DesktopCopyright-module__wrapper > a, .MobileCopyright-module__wrapper > a {
    font-size: 13px;
    font-weight: 500;
    color: var(--color-3);
}

.container {
    width: unset;
    max-width: var(--container);
}

@media (max-width: 1000px) {
    .Header-module__wrapper {
        height: 70px;
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 40px;
    }
}

.Header-module__wrapper {
    height: 70px;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Header-module__wrapper, .MonitoringWidget-module__body.boxBody, .Shop-module__wrapper .boxBody, .ProfileContent-module__body.boxBody {
    background: rgba(255, 255, 255, 0) !important;
}

.ProfileContent-module__body.boxBody {
    border-radius: var(--border-radius);
    background: var(--color-4);
    padding: 0px;
}

.Header-module__logoWrapper {
    gap: 15px;
}

.Header-module__logoWrapper::before {
    content: "";
    width: 50px;
    height: 50px;
    background-image: url(https://i.ibb.co/qLw74RS8/logo.png);
    background-size: cover;
}

.Header-module__logo {
    font-size: 38px;
    text-transform: capitalize;
    font-weight: 800;
    color: var(--color-1-hover);
}

.HeaderNav-module__wrapper {
    margin-left: 150px;
}

.HeaderNav-module__link {
    color: var(--color-1);
}

.HeaderNav-module__link {
    opacity: 0;
}

.PlayerMenu-module__wrapper {
    column-gap: 30px;
}

.container.bannerContainer, .PlayerMenu-module__langSwitcher, .PlayerMenu-module__profileLink, .boxHeader.MonitoringWidget-module__header, .boxHeader.Shop-module__header, .Widgets-module__widgetWrapper > .boxFooter, [data-monitoringserverid="total"], .Servers-module__servers, .Search-module__wrapper, .ProfileNav-module__body.boxBody, .ProfileContent-module__title, .Shop-module__wrapper .boxFooter, .Product-module__oldPrice, .productModalProductAvailability, .ProductItemSelector-module__label, .TotalSum-module__label, .CountSelector-module__label, .PlayerBalanceModal-module__label {
    display: none !important;
}

.LangSwitcher-module__btn {
    display: none;
}

.PlayerBalance-module__btn {
    text-transform: none;
    background: var(--color-2);
    border-radius: var(--border-radius-oval);
    padding: 10px 20px;
    color: var(--color-3);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.PlayerBalance-module__btn::after {
    content: url(https://i.imgur.com/yd2bJ4m.png);
    transform: translateY(2px);
}

.PlayerMenu-module__avatar {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    transition: 0.2s;
    padding: 3px;
    border: 2px solid var(--color-2-hover);
}

.PlayerMenu-module__avatar > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius-oval);
}

.PlayerMenu-module__avatar:hover, .PlayerMenu-module__avatar:focus, .PlayerMenu-module__avatar:hover .PlayerMenu-module__avatar > a > img, .PlayerMenu-module__avatar:focus .PlayerMenu-module__avatar > a > img {
    transform: scale(1.1);
    transition: 0.3s;
    border: 0px solid var(--color-2-hover);
    padding: 0px;
    width: 48px;
    height: 48px;
}

@media (max-width: 1000px) {
    .swiperContainer {
        display: none;
    }
}

.swiperContainer {
    position: relative;
    height: 600px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 50px;
}

.swiperContainer {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.swiperContainer::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: blur(10px);
}

@media (max-width: 1350px) {
    .swiper {
        max-width: 1000px;
    }
}

.swiper {
    max-width: var(--container);
    max-height: 470px;
    border-radius: var(--border-radius);
}

.swiper-slide {
    position: relative;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px;
    gap: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slide-title {
    font-size: var(--over-big-font-size);
    color: var(--color-1-hover);
}

.slide-btn {
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: var(--over-big-font-size);
    transition: 0.2s;
    font-weight: var(--light-font-weight);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    background: rgb(149, 149, 149) !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev, .swiper-button-prev, .swiper-rtl .swiper-button-next {
    color: rgb(149, 149, 149) !important;
}

.swiper-button-next {
    transform: translate(-12px, 20px);
}

.swiper-button-next, .swiper-button-prev {
    height: 20px !important;
}

.swiper-button-prev {
    transform: translateY(20px);
}

.container.Index-module__wrapper {
    margin-bottom: 40px;
}

.Widgets-module__wrapper {
    min-width: 290px;
}

.Widgets-module__wrapper {
    margin-right: var(--margin);
}

.MonitoringServer {
    padding: 20px;
    border-radius: var(--border-radius);
    background: var(--color-4);
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.Block-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.MonitoringServer hr {
    border: 0px;
    height: 2px;
    background-color: rgba(83, 166, 226, 0.125);
    border-radius: var(--border-radius);
}

.Block-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ServerName {
    font-size: var(--big-font-size);
    color: var(--color-1-hover);
}

.Status {
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    border-radius: var(--border-radius-oval);
}

.Status.On {
    background: rgba(118, 219, 161, 0.1);
    color: rgba(118, 219, 161, 0.8);
}

.Status.Off {
    background: #298535;
    color: #5bff52;
}

.Players {
    display: flex;
    gap: 6px;
}

.Players > p {
    color: rgb(170, 171, 172);
    font-weight: 500;
}

.Block-2::after {
    content: " ";
    width: 20px;
    height: 20px;
    display: block;
    background: url(https://i.imgur.com/MhzjAvf.png) 0% 0% / contain no-repeat;
}

.Block-3 {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.ProgressBar {
    height: 8px;
    background: var(--bg-color-700);
    border-radius: var(--border-radius);
}

.ProgressBarAnim {
    transition: width 0.5sease-in-out;
}

.ProgressBarAnim {
    width: 30%;
    background: var(--progress-bar);
    height: 8px;
    border-radius: var(--border-radius);
}

.BtnConnect {
    background: rgba(217, 217, 217, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    border-radius: var(--border-radius);
    font-weight: 500;
    transition: 0.2s;
}

.BtnConnect::after {
    content: " ";
    width: 22px;
    height: 22px;
    display: block;
    background: url(https://i.imgur.com/F0usN6z.png) 0% 0% / contain no-repeat;
}

.Widgets-module__widgetWrapper + .Widgets-module__widgetWrapper {
    margin-top: var(--margin);
}

.Widget.vk {
    background: var(--widget-vk);
}

.Widget {
    padding: 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: var(--border-radius);
    transition: 0.2s;
}

.Block-11 {
    display: flex;
    gap: 10px;
    align-items: center;
}

.Text {
    color: rgb(255, 255, 255);
}

.BtnLink {
    font-weight: 500;
    font-size: var(--small-font-size);
    color: rgb(255, 255, 255);
}

.Widget.ds {
    background: var(--widget-ds);
}

.Shop-module__wrapper .boxBody {
    padding: 0px 15px 15px;
}

[data-categoryid="0"] {
    background-color: rgba(83, 166, 226, 0.15) !important;
    color: rgb(193, 193, 193) !important;
}

[data-categoryid="0"]:hover, [data-categoryid="0"].Categories-module__active {
    background-color: rgba(83, 166, 226, 0.25) !important;
    color: var(--color-1-hover) !important;
}

[data-categoryid="501527"]:hover, [data-categoryid="501527"].Categories-module__active {
    background-color: rgba(242, 204, 131, 0.25) !important;
    color: var(--color-1-hover) !important;
}

[data-categoryid="501528"]:hover, [data-categoryid="501528"].Categories-module__active {
    color: var(--color-1-hover) !important;
}

.Categories-module__categories button {
    font-weight: 500;
}

.Categories-module__category {
    border-radius: var(--border-radius);
    display: flex;
    align-items: center;
    gap: 10px;
}

[data-categoryid="501527"] {
    background-color: rgba(242, 204, 131, 0.1) !important;
    color: rgb(193, 193, 193) !important;
}

[data-categoryid="501528"] {
    background-color: rgba(213, 238, 155, 0.1) !important;
    color: rgb(193, 193, 193) !important;
}

.Products-module__wrapper {
    gap: 25px;
}

.Products-module__wrapper {
    margin-top: var(--margin);
}

.Product-module__wrapper {
    transition: 0.2s;
    overflow: visible;
}

.Product-module__wrapper {
    height: 325px;
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 760px) {
    [data-productid="8314228"], [data-productid="8314229"], [data-productid="8314230"], [data-productid="8314231"], [data-productid="5034270"] {
        margin-bottom: unset;
    }
}

[data-productid="8314228"], [data-productid="8314229"], [data-productid="8314230"], [data-productid="8314231"], [data-productid="5034270"] {
    margin-bottom: 20px;
    background: linear-gradient(rgba(83, 166, 226, 0), rgba(83, 166, 226, 0.19) 100%), rgb(24, 26, 30) !important;
}

.Product-module__price {
    top: unset;
    left: 0px;
    bottom: 20px;
    width: 74%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 30px;
    border-radius: var(--border-radius-oval);
    background-color: rgba(83, 166, 226, 0.1);
    padding: 10px;
}

.Button-module__btn.Button-module__gray:hover, .Button-module__btn.Button-module__gray:focus {
    background-color: rgb(43, 35, 35);
    border: 2px solid rgb(43, 35, 35);
    color: var(--color-1-hover);
}

.Product-module__price span {
    font-weight: 500;
    color: rgb(83, 166, 226);
}

.Product-module__name {
    font-weight: 500;
    color: var(--color-1-hover);
}

.Product-module__name {
    transform: translateY(0px);
    bottom: 55px;
    background: rgba(255, 255, 255, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px;
}

.Product-module__img {
    transition: 0.2s;
}

.Product-module__img {
    width: 95%;
}

.Product-module__wrapper:hover {
    transform: translateY(-7px);
}

.Product-module__discount {
    top: 20px;
    left: -15px;
    padding: 7px 12px;
    background: rgb(240, 193, 71);
    border-radius: var(--border-radius) 4px var(--border-radius) 4px;
    font-weight: 500;
    color: black;
    right: unset;
}

.ProductModal-module__header.boxHeader {
    font-weight: 600;
    font-size: 27px;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProductModal-module__header.boxHeader, .boxHeader.PlayerBalanceModal-module__header {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    background: var(--bg-color-900);
}

.ProductModal-module__header.boxHeader, .ItemContent-module__footer.boxFooter, .SelectContent-module__footer.boxFooter, .boxFooter.PlayerBalanceModal-module__footer {
    background: rgb(25, 27, 31);
}

.boxFooter.PlayerBalanceModal-module__footer {
    padding: 0px 15px 15px;
}

.ProductModal-module__command, .ProductModal-module__dropdown {
    width: 590px;
}

.dropDownCurrentItem {
    border-radius: var(--border-radius);
}

.dropDownCurrentText, .dropDownItem {
    font-weight: 500;
}

.productModalDescription {
    padding: 0px;
    background: rgba(255, 255, 255, 0);
}

.productModalDescription {
    margin-bottom: 15px;
}

.desc__title {
    margin-bottom: 5px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desc__content {
    padding: 10px;
    background-color: var(--bg-color-700);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.desc__content > font, .desc__content__img > font {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    background: rgb(44, 47, 55);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 50px 0px;
}

.desc__title__kit {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.desc__content__img {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.content__info > .title {
    font-size: 17px;
    color: var(--color-1-hover);
    margin-bottom: 3px;
    font-weight: 500;
}

.content__info > .description {
    font-weight: 300;
    color: rgb(192, 192, 192);
    font-size: 14px;
}

.desc__content > a > img {
    transition: 0.2s;
}

.desc__content > a > img {
    width: 135px;
    border-radius: 8px;
}

.TotalSum-module__inputWrapper {
    border-radius: var(--border-radius);
}

.TotalSum-module__currency {
    font-weight: 500;
}

.CountSelector-module__inputWrapper {
    border-radius: var(--border-radius);
}

.CountSelector-module__changeCountBtn.CountSelector-module__left {
    border-right: 0px;
}

.CountSelector-module__changeCountBtn.CountSelector-module__right {
    border-left: 0px;
}

.productModalGiveText {
    color: rgb(173, 173, 173);
    border: 2px dashed rgb(35, 37, 43);
    padding: 2%;
    border-radius: 10px;
    background: var(--bg-color-900);
    font-size: 12px;
}

.ItemContent-module__footer.boxFooter, .SelectContent-module__footer.boxFooter, .boxFooter.PlayerBalanceModal-module__footer {
    border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.Button-module__btn.Button-module__gray {
    color: var(--color-1);
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgb(35, 37, 43);
    border-radius: var(--border-radius);
    padding: 10px 20px;
    font-weight: 500;
}

.Button-module__btn.Button-module__accent {
    color: var(--color-1);
    background-color: var(--accent-color-800);
    border-radius: var(--border-radius);
    padding: 10px 20px;
    font-weight: 500;
    border: 0px;
}

.desc__content > a > img:hover {
    transform: scale(1.08);
}

.swiperContainer::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    filter: blur(10px);
}

.bonus-container {
    margin: 15px 0px;
    background: var(--accent-color-800);
    border-radius: var(--border-radius);
    padding: 10px 20px;
}

.bonus-icon {
    width: 28px;
    height: 28px;
    opacity: 0.7;
}

.bonus-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(52, 55, 63);
    border-radius: var(--border-radius-oval);
    padding: 10px 20px;
}

.bonus-container .hh, .bonus-container span {
    font-weight: 500;
    transition: 0.2s;
    color: rgb(116, 121, 132);
}

.bonus-container {
    margin: 15px 0px;
    background: var(--accent-color-800);
    border-radius: var(--border-radius);
    padding: 10px 20px;
}

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

.bonus-summary {
    display: flex;
    justify-content: space-between;
    padding: 0px 40px;
    align-items: center;
}

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

.PlayerBalanceModal-module__header {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.bonus-summary-amounts .bonus-extra {
    padding: 8px;
    background: rgb(32, 132, 54);
    border-radius: var(--border-radius);
}

.bonus-summary-amounts .bonus-extra {
    padding: 8px;
    background: rgb(32, 132, 54);
    border-radius: var(--border-radius);
}

.ProfileContent-module__header, .BasketContent-module__header.boxHeader, .HistoryContent-module__header.boxHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-radius: var(--border-radius);
    padding: 15px 25px;
}

.BtnProfile {
    background: rgba(255, 255, 255, 0.03);
    padding: 15px;
    border-radius: var(--border-radius);
    color: var(--color-1);
    font-weight: 500;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProfileContent-module__infoLine > span, .ProfileContent-module__steamid, .ProfileContent-module__infoLineValue {
    font-weight: 500;
}

.ProfileContent-module__infoLineValue {
    display: flex;
    justify-content: flex-end;
}

.ProfileContent-module__infoLineValue {
    color: rgb(118, 219, 161);
}

.ProfileNav-module__img {
    width: 92%;
    height: auto;
    margin-bottom: 15px;
    border-radius: var(--border-radius);
}

.Block-111 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Block-222 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ProfileContent-module__infoWrapper {
    border-radius: var(--border-radius);
    margin-bottom: 20px !important;
}

.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    color: var(--color-1-hover) !important;
}

.ProfileContent-module__infoLine {
    padding: 25px;
}

.ProfileContent-module__input {
    height: 38px;
}

.ProfileContent-module__infoLine:first-child {
    border-bottom: 2px solid rgba(83, 166, 226, 0.125);
}

.Selector-module__dropDownCurrentItem, .ProfileContent-module__input, .ProfileContent-module__usePromoBtn {
    border-radius: var(--border-radius);
    padding: 15px 25px;
}

.ProfileContent-module__usePromoBtn {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    color: var(--color-1) !important;
}

.ProfileNav-module__header.boxHeader {
    padding: 25px !important;
}

.ProfileNav-module__header {
    border-radius: var(--border-radius) var(--border-radius) 0px 0px;
}

.ProfileNav-module__wrapper .boxFooter {
    padding: 25px !important;
}

.ProfileNav-module__wrapper .boxFooter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProfileNav-module__wrapper .boxFooter {
    background: var(--bg-color-700);
    border-radius: 0px 0px var(--border-radius) var(--border-radius);
}

.ProfileNav-module__name {
    font-weight: 500;
}

.HistoryContent-module__wrapper .boxBody, .HistorySearch-module__wrapper, .HistoryTable-module__tableHeader, .BasketSearch-module__wrapper, .BasketContent-module__wrapper .boxBody, .BasketTable-module__tableHeader.BasketTable-module__canSell {
    border-radius: var(--border-radius);
}

.Block-111 .Desc {
    font-weight: 500;
    color: var(--color-1-hover);
}

.PlayerBalance-module__btn:hover, .PlayerBalance-module__btn:focus {
    background: var(--color-2-hover);
}

.swiper-button-next::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid rgb(149, 149, 149);
    border-radius: 5px;
    font-size: 0px !important;
}

.swiper-button-prev::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid rgb(149, 149, 149);
    border-radius: 5px;
    font-size: 0px !important;
}

.ServerName {
    font-size: var(--big-font-size);
    color: var(--color-1-hover);
}

.BtnConnect:hover {
    background: rgba(217, 217, 217, 0.11);
}

.Widget:hover {
    transform: translateY(-5px);
}

.slide-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--color-1-hover);
}

.PlayerBalance-module__modal {
    width: 500px;
}

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

.bonus-summary span {
    font-weight: 500;
}

.PlayerBalanceModal-module__currency {
    font-weight: 500;
}

.PlayerBalanceModal-module__footer .Button-module__accent {
    width: 100%;
    background: rgb(42, 103, 169);
    color: rgba(255, 255, 255, 0.565);
}

.PlayerBalanceModal-module__footer .Button-module__accent:hover {
    background: rgb(51, 123, 200);
    color: rgb(255, 255, 255);
}

.PlayerBalanceModal-module__footer .Button-module__gray {
    display: none;
}

.PlayerBalanceModal-module__inputWrapper {
    border-radius: var(--border-radius);
}

.Pagination-module__page:hover, .Pagination-module__page.Pagination-module__active, .Pagination-module__page:focus {
    color: rgb(255, 255, 255);
}

.BasketSearch-module__wrapper, .HistorySearch-module__wrapper {
    height: 50px;
}

.Selector-module__dropDownCurrentText {
    font-weight: 500;
}

@media (max-width: 1000px) {
    .swiperContainer {
        display: none;
    }
}

@media (max-width: 580px) {
    .ProfileContent-module__header, .BasketContent-module__header.boxHeader, .HistoryContent-module__header.boxHeader {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
        border-radius: var(--border-radius);
        padding: 15px 25px;
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 1000px) {
	.ProfileNav-module__header.boxHeader {
    	padding: 25px !important;
    	display: none;
  	}
}