/* Version: 1.0 */


@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root[data-theme=red_black] {
    --bg-url: url(https://gspics.org/images/2025/04/03/IsIfka.jpg);
    --container-weight: 1360px;
    --header-logo-width: 200px;

    --widget-link-color-hover: #2977c0;
    --widget-link-color: #1f61a0;
    --accent-color-800: #cd422a;
    --accent-color-900: #af3723;
    --btn-color-accent: rgb(99, 122, 62);
    --btn-color-accent-hover: rgb(115, 141, 71);
    --btn-color-gray: rgb(64, 62, 61);
    --btn-color-gray-hover: rgb(89, 87, 86);

    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;

    --font-size-12: 12px;
    --font-size-14: 14px;
    --font-size-16: 16px;
    --font-size-18: 18px;
    --font-size-24: 24px;

    --bg-color-800: #202020;
    --bg-color-700: rgb(42, 41, 40);
    --bg-color-900: #1d1b1a;
    --bg-color-600: rgb(76, 73, 70);

    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
}

.container.bannerContainer,
.LangSwitcher-module__wrapper.PlayerMenu-module__langSwitcher,
.PlayerMenu-module__profileLink,
.PlayerBalance-module__wrapper.PlayerMenu-module__balance,
.Search-module__wrapper,
.boxHeader.Shop-module__header,
.Servers-module__servers,
.boxHeader.MonitoringWidget-module__header,
.Product-module__oldPrice,
.HistoryFilters-module__wrapper,
.BasketFilters-module__wrapper,
.MonitoringServer-module__btns,
.boxHeader.Page-module__header {
    display: none;
}

.swiper {
    border-radius: 0px !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    width: 50px !important;
    border-radius: 0px !important;
}

.swiper-pagination-bullet {
    background: #ffffff60;
    width: 50px !important;
    border-radius: 0px !important;
}

a, p, span, button, input, select, textarea {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: var(--font-size-18) !important;
    font-weight: 600;
}

h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

body {
    background: var(--bg-url);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: multiply;
}

.container {
    width: var(--container-weight);
}

.headerContainer .Header-module__wrapper {
    justify-content: space-between;
    margin-top: 30px;
    background-color: transparent;
    padding: 0px;
}

.Header-module__logo img {
    width: var(--header-logo-width);
}

.PlayerMenu-module__wrapper {
    margin-left: unset;
}

.user-avatar-container {
    border: 2px solid var(--bg-color-600);
    width: 42px;
    height: 42px;
}

.user-avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-nickname-container {
    border: 2px solid var(--bg-color-600);
    padding: 0px 10px;
    background: var(--bg-color-700);
    border-radius: 0px;
    font-size: 20px;
    color: rgb(228, 218, 209);
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.user-nickname-container:hover {
    background: var(--bg-color-600);
}

.user-nickname-text {
    text-transform: uppercase;
}

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

.user-nickname-text {
    color: var(--font-color-800);
}

.HeaderNav-module__link:hover {
    color: var(--font-color-700);
}

.user-balance-container {
    background: var(--btn-color-accent);
    border: 2px solid var(--bg-color-600);
    border-radius: 0px;
    font-weight: 700;
    font-size: 20px;
    color: rgb(228, 218, 209);
    height: 42px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
}

.user-balance-container:hover {
    background: var(--btn-color-accent-hover);
    cursor: pointer;
}

.Widgets-module__wrapper {
    min-width: 222px;
    max-width: 222px;
}

.Products-module__wrapper {
    max-width: 909px;
    margin-top: 0px;
}

.Product-module__count {
    display: none;
}

.Shop-module__wrapper .boxBody {
    display: flex;
    flex-direction: row;
    padding: 0px;
    background: transparent;
    gap: 25px;
}

.Servers-module__servers {
    width: 100%;
    max-width: 909px;
}

.Categories-module__categories {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 194px;
    height: fit-content;
    border: 2px solid;
    border-color: rgb(76, 73, 70);
    background-color: var(--bg-color-700);
    margin-left: 1px;
    margin-top: 1px;
}

.Categories-module__category {
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 10px;
}

.Servers-module__server {
    min-width: unset;
    max-width: unset;
}

.Servers-module__servers {
    margin: 0px;
    margin-bottom: 10px;
}

.Categories-module__category.Categories-module__active {
    transform: scale(1.2);
}

.Categories-module__category.Categories-module__active img {
    opacity: 1 !important;
}

.Categories-module__category:hover,
.Categories-module__category:hover img {
    background-color: unset;
    opacity: 1 !important;
}

.Categories-module__category.Categories-module__active:hover {
    background-color: var(--accent-color-800);
    opacity: 1 !important;
}

.Categories-module__category img {
    width: 16px;
    opacity: 0.5;
    transition: all 0.2s;
}

.Product-module__wrapper {
    border: 2px solid var(--bg-color-600);
    transition: all 0.2s;
    max-height: 220px;
}

.Product-module__price {
    background: rgb(116, 142, 71);
    font-weight: 700;
    font-size: 26px;
    color: rgb(228, 218, 209);
    bottom: -10px;
    top: initial;
    left: 50%;
    transform: translate(-50%);
}

.Product-module__wrapper{
    overflow: visible;
}

.Product-module__price span{
    font-size: var(--font-size-24) !important;
}

.Product-module__name {
    transform: unset;
    text-align: center;
    bottom: 20px;
    font-size: var(--font-size-24) !important;
    background-color: transparent;
    opacity: 0;
    transition: all 0.2s;
    text-transform: uppercase;
}

.Product-module__wrapper {
    transition: all 0.2s;
}

.Product-module__wrapper:hover .Product-module__name {
    opacity: 1;
}

.Product-module__wrapper:hover {
    background: var(--bg-color-600);
}

.Product-module__discount {
    transform: scale(1.25);
}

.MonitoringWidget-module__body.boxBody, 
.Widgets-module__widgetWrapper .boxBody {
    background: var(--bg-color-700);
    padding: 0px;
}

.Widgets-module__widgetWrapper .boxFooter {
    background: transparent;
    border-radius: 0 0 2px 2px;
    padding: 15px 0px;
}

.MonitoringWidget-module__updateBtn {
    width: 100% !important;
}

.MonitoringServer-module__progressBarAnim {
    background: #748e45;
    box-shadow: unset;
}

.MonitoringServer-module__progressInfo {
    padding: 0px;
}

.MonitoringServer-module__playersInfo {
    border: 2px solid var(--bg-color-600);
    margin-top: -2px;
    padding: 10px;
    display: flex
;
    align-items: center;
    justify-content: flex-start;
}

.MonitoringServer-module__wrapper+.MonitoringServer-module__wrapper {
    margin-top: -2px;
}

.MonitoringServer-module__name {
    text-transform: uppercase;
}

.MonitoringServer-module__progressBarWrapper {
    background-color: var(--bg-color-800);
}

.MonitoringServer-module__wrapper {
    padding: 15px;
    border: 2px solid var(--bg-color-600);
}

.widget-title {
    font-size: var(--font-size-24) !important;
}

.widget-desc {
    font-weight: 400;
    color: var(--font-color-900);
}

.BasketTable-module__tableLine .Button-module__accent {
    width: 100% !important;
}

.widget-link-tg {
 background: #212020 !important;
    padding: 5px;
    width: 100%;
    display: flex;
    margin-top: 15px;
    transition: all 0.2s;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.widget-link-tg:hover {
 background: #1a1919 !important;
}

.widget-link-tg img{
    width: 23px;
    opacity: 0.8;
    transition: all 0.2s;
}

.widget-link-tg:hover img{
    opacity: 1;
}

.widget-link {
    background: #212020;
    padding: 5px;
    width: 100%;
    display: flex;
    margin-top: 15px;
    transition: all 0.2s;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.widget-link img{
    width: 23px;
    opacity: 0.8;
    transition: all 0.2s;
}

.widget-link:hover{
    background: #1a1919;
}

.widget-link:hover img{
    opacity: 1;
}

.Shop-module__wrapper .boxFooter {
    max-width: 909px;
    margin-left: 189px;
    margin-top: 20px;
    background: transparent;
}

.Shop-module__wrapper .boxFooter .boxBody {
    font-size: var(--font-size-16) !important;
}

.ShopFooter-module__text {
    font-size: var(--font-size-14) !important;
}

.ShopFooter-module__link {
    font-size: var(--font-size-12) !important;
    padding: 2px 4px;
    color: var(--monitoring-queue-color);
    text-align: center;
    transition: all 0.2s;
}

.DesktopCopyright-module__wrapper {
    border-radius: 0px;
    background-color: var(--bg-color-700);
    border: 2px solid var(--bg-color-600);
}

.swiperContainer {
    margin: 20px auto;
    display: block;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.swiperContainer.hidden {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.swiper {
    width: 100%;
    height: 300px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.swiper-slide {
    position: relative;
    background: #fff;
}

.slide-content {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 355px;
}

.slide-info h3 {
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: bold;
}

.slide-info p {
    margin: 0;
    font-size: 14px;
    opacity: 0.9;
}

.swiper-pagination-bullet {
    background: rgba(255,255,255,0.5);
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px;
}

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

.ModalLayout-module__positionWrapper {
    background: #00000070;
}

.ProductModal-module__command, 
.ProductModal-module__bp, 
.ProductModal-module__item, 
.ProductModal-module__dropdown {
    width: 490px;
    border: 2px solid var(--bg-color-600);
}

.ProductModal-module__header {
    font-size: var(--font-size-24) !important;
    justify-content: center;
    background: var(--bg-color-900);
}

.ItemContent-module__footer {
    gap: 15px;
    background: var(--bg-color-900);
}

.ModalLayout-module__positionWrapper {
    align-items: center;
}

.Button-module__btn.Button-module__accent {
    width: 60%;
    background: var(--btn-color-accent);
    border: 0px;
}

.Button-module__btn.Button-module__accent:hover {
    background: var(--btn-color-accent-hover);
}

.Button-module__btn.Button-module__gray {
    width: 40%;
    background: var(--btn-color-gray);
    border: 0px;
}

.Button-module__btn.Button-module__gray:hover {
    background: var(--btn-color-gray-hover);
}

.ItemContent-module__footer {
    gap: 15px;
}

.Button-module__btn {
    text-transform: uppercase;
    padding: 10px;
}

.productModalFormRow {
    grid-template-columns: unset;
    flex-direction: column;
}

.ModalLayout-module__modal .boxBody .productModalGiveText {
    border: 2px solid var(--bg-color-600);
    text-align: start;
    background: rgb(194 109 51 / 25%);
    font-weight: 400;
    font-size: var(--font-size-16);
    color: rgb(194, 109, 51);
    padding: 15px 17px;
}

.ItemContent-module__footer.boxFooter {
    padding-top: 0px;
}

.TotalSum-module__input,
.CountSelector-module__input {
    font-size: var(--font-size-24) !important;
}

.CountSelector-module__input {
    text-align: center;
}

.TotalSum-module__inputWrapper {
    flex-direction: row-reverse;
}

input,
.CountSelector-module__inputWrapper {
    border: 2px solid var(--bg-color-600);
}

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

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

.CountSelector-module__input {
    border: 0px;
}

.productModalDescription {
    background-color: var(--bg-color-700);
    border: 2px solid var(--bg-color-600);
}

.TotalSum-module__inputWrapper {
    flex-direction: row-reverse;
    min-height: 42px;
}

.CountSelector-module__inputWrapper {
    min-height: 42px;
}

.TotalSum-module__currency {
    background: var(--bg-color-600);
    display: flex;
    align-items: center;
    color: var(--font-color-800);
    min-width: 48px;
    justify-content: center;
    font-size: var(--font-size-24) !important;
}

.CountSelector-module__changeCountBtn {
    background: var(--bg-color-600) !important;
}

.dropDownCurrentItem,
.dropDownList {
    border: 2px solid var(--bg-color-600);
}

.dropDownCurrentItem:hover, .dropDownCurrentItem:focus {
    outline: 2px solid var(--bg-color-600);
}

.dropDownItem:hover, .dropDownItem:focus, .dropDownItem.active {
    background-color: var(--bg-color-600);
}

.SelectContent-module__footer {
    gap: 15px;
}

.dropDownCurrentText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px !important;
}

/* Стили для модального окна пополнения баланса */
#balanceModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1000;
}

#balanceModal.active {
    display: flex;
}

.BalanceModal-module__inputGroup {
    margin-bottom: 20px;
}

.BalanceModal-module__label {
    display: block;
    margin-bottom: 8px;
    font-size: var(--font-size-24) !important;
    font-weight: 600;
    color: var(--font-color-800);
    text-align: left;
}

.BalanceModal-module__inputWrapper {
    display: flex;
    border: 2px solid var(--bg-color-600);
    background: var(--bg-color-700);
}

.BalanceModal-module__input {
    flex: 1;
    padding: 10px 15px;
    border: none;
    background: transparent;
    color: var(--font-color-700);
    font-size: var(--font-size-24) !important;
    outline: none;
}

.BalanceModal-module__currency {
    padding: 10px 15px;
    background: var(--bg-color-600);
    color: var(--font-color-800);
    font-size: 20px !important;
    display: flex;
    align-items: center;
}

.CustomPage-module__wrapper .boxBody{
    background: var(--bg-color-700);
    border: 2px solid var(--bg-color-600);
}

.MonitoringServer-module__info span {
    display: none;
}

.BalanceModal-module__bonus {
    margin-bottom: 20px;
}

.DesktopCopyright-module__text,
.DesktopCopyright-module__link {
    font-size: 14px !important;
}

.BalanceModal-module__bonusOptions {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.BalanceModal-module__bonusButton {
    flex: 1;
    padding: 10px;
    border: 2px solid var(--bg-color-600);
    background: var(--bg-color-600);
    color: var(--font-color-700);
    font-size: var(--font-size-24) !important;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.BalanceModal-module__bonusButton:hover,
.BalanceModal-module__bonusButton.active {
    background: var(--btn-color-accent);
    border-color: var(--btn-color-accent);
}

.BalanceModal-module__payment {
    margin-bottom: 20px;
}

.BalanceModal-module__paymentOptions {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 8px;
}

.BalanceModal-module__paymentButton {
    padding: 10px;
    border: 2px solid var(--bg-color-600);
    background: var(--bg-color-600);
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.BalanceModal-module__paymentButton:hover,
.BalanceModal-module__paymentButton.active {
    border-color: var(--btn-color-accent);
    background: var(--bg-color-600);
}

.BalanceModal-module__paymentButton img {
    width: 68px;
    object-fit: contain;
}

.PlayerBalance-module__modal {
    width: 490px;
}

.PlayerBalanceModal-module__footer {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.PlayerBalanceModal-module__footer {
    gap: 15px;
    background: var(--bg-color-900) !important;
}

.PlayerBalanceModal-module__header {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-color-900);
    text-transform: uppercase;
    font-size: var(--font-size-24) !important;
}

.PlayerBalance-module__modal {
    width: 490px;
    border: 2px solid var(--bg-color-600);
}

.ProfileContent-module__header,
.BasketContent-module__header,
.HistoryContent-module__header {
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-size: var(--font-size-24) !important;
    border: 2px solid var(--bg-color-600);
}

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

.ProfileContent-module__body,
.ProfileNav-module__header {
    background: transparent !important;
    padding: 0px !important;
}

.ProfileContent-module__title {
    margin-top: 15px;
}

.ProfileNav-module__header {
    margin-bottom: 15px;
}

.ProfileNav-module__name {
    font-size: var(--font-size-24) !important;
    width: 100%;
    text-align: center;
    background: var(--bg-color-800);
    border: 2px solid var(--bg-color-600);
    padding: 6px;
    text-transform: uppercase;
}

.ProfileContent-module__infoWrapper {
    border: 2px solid var(--bg-color-600);
}

.ProfileContent-module__infoLine+.ProfileContent-module__infoLine {
    border-top: 2px solid var(--bg-color-600);
}

.ProfileContent-module__usePromoBtn {
    width: 10% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ProfileNav-module__logOut {
    width: 100% !important;
    background: var(--accent-color-900) !important;
}

.ProfileNav-module__logOut:hover {
    background: var(--accent-color-800) !important;
}

.ProfileNav-module__img {
    width: 100%;
    height: 100%;
    border: 2px solid var(--bg-color-600);
}

.ProfileNav-module__wrapper .boxFooter{
    background: var(--bg-color-900);
    border-right: 2px solid var(--bg-color-600);
    border-left: 2px solid var(--bg-color-600);
    border-bottom: 2px solid var(--bg-color-600);
}

.ProfileNav-module__body {
    border: 2px solid var(--bg-color-600);
    border-bottom: 0px !important;
}

.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    color: var(--font-color-700);
}

.ProfileContent-module__infoLineValue.ProfileContent-module__steamid:hover {
    color: var(--font-color-800);
}

.ProfileNav-module__navItem:hover, .ProfileNav-module__navItem:focus, .ProfileNav-module__navItem.ProfileNav-module__active {
    color: var(--font-color-800);
    background: var(--bg-color-600);
}

.ProfileNav-module__navItem img{
    width: 16px;
}

.ProfileNav-module__navItem {
    display: flex;
    align-items: center;
    gap: 10px;
}

.PlayerMenu-module__loginLink {
    background: var(--accent-color-900);
}

.PlayerMenu-module__loginLink:hover {
    background: var(--accent-color-800);
    color: var(--font-color-700);
}

.PlayerMenu-module__loginLink img {
    width: 20px;
    opacity: 0.8;
    transition: all 0.2s;
}

.PlayerMenu-module__loginLink:hover img {
    opacity: 1;
}

.HistoryContent-module__wrapper .boxBody,
.BasketContent-module__wrapper .boxBody {
    padding: 0px;
    background: transparent;
    margin-top: 15px;
}

.HistoryTable-module__tableHeader, .BasketTable-module__tableHeader {
    background: var(--bg-color-700);
    border-top: 2px solid var(--bg-color-600);
    border-bottom: 2px solid var(--bg-color-600);
}

.BasketTable-module__tableData,
.HistoryTable-module__tableData {
    background: var(--bg-color-700);
    border-right: 2px solid var(--bg-color-600);
    border-left: 2px solid var(--bg-color-600);
    border-bottom: 2px solid var(--bg-color-600);
}

.Pagination-module__page:hover, .Pagination-module__page.Pagination-module__active, .Pagination-module__page:focus {
    color: var(--font-color-800);
}

.PlayerMenuMobile-module__header {
    /* Скрыть текст Prototype, но оставить кнопку */
    color: transparent;
    text-shadow: none;
    position: relative;
}
.PlayerMenuMobile-module__header button,
.PlayerMenuMobile-module__header .CrosseCloseBtn-module__btn {
    color: initial;
    text-shadow: initial;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.PlayerMenuMobile-module__header::before {
    content: "";
}

.PlayerMenuMobile-module__playerMenu {
    display: none;
}

.PlayerMenuMobile-module__header {
    background: transparent;
}

@media (max-width: 1380px) {
    .container {
        width: auto;
    }
}

@media (max-width: 1160px) {
    .Shop-module__wrapper .boxBody {
        flex-direction: column;
    }

    .Categories-module__category.Categories-module__active {
        transform: scale(1);
    }

    .Categories-module__categories{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 100%;
    }

    .Categories-module__category {
        width: 96%;
    }

    .Shop-module__wrapper .boxFooter {
        margin-left: auto;
    }
}

/* @media (max-width: 980px) {
    .user-avatar-container {
        display: none;
    }
} */

@media (max-width: 600px) {
    .Categories-module__categories {
        grid-template-columns: repeat(2, 1fr);
    }

    .LangSwitcher-module__wrapper.PlayerMenuMobile-module__langSwitcher {
        display: none;
    }

    .container.Index-module__wrapper {
        flex-direction: column-reverse;
    }

    .Widgets-module__wrapper {
        margin-bottom: 15px;
    }

    .user-containers {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: flex-start;
        gap: 15px;
        margin-top: 15px;
        padding-left: 10px;
    }

    .PlayerMenuMobile-module__header button, .PlayerMenuMobile-module__header .CrosseCloseBtn-module__btn {
        transform: translate(-25px, 50px);
    }

    .boxBody.PlayerMenuMobile-module__body {
        max-height: 270px;
    }
}

.Widgets-module__widgetWrapper .boxBodyCustom {
    background: var(--bg-color-700);
    padding: 15px;
}

/* Стили для модального окна с китами */
#kitsModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1000;
}

#kitsModal.active {
    display: flex;
}

.KitsModal-module__modal {
    width: 800px;
    max-width: 90vw;
    max-height: 90vh;
}

.KitsModal-module__headerWrapper {
    display: flex;
    align-items: center;
    background: var(--bg-color-900);
    padding: 15px;
    margin-bottom: 15px;
    border: 2px solid var(--bg-color-600);
    justify-content: space-between;
}

.KitsModal-module__header {
    text-transform: uppercase;
    font-size: var(--font-size-24) !important;
    background: transparent;
    padding: 0px;
}

.KitsModal-module__body {
    background: var(--bg-color-900);
    padding: 15px;
    max-height: 60vh;
    overflow-y: auto;
    border: 2px solid var(--bg-color-600);
}

.KitsModal-module__itemsGrid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    justify-content: center;
}

.KitsModal-module__item {
    position: relative;
    background: var(--bg-color-700);
    border: 2px solid var(--bg-color-600);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.KitsModal-module__item:hover {
    border-color: var(--btn-color-accent);
    transform: scale(1.05);
}

.KitsModal-module__itemImage {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.KitsModal-module__itemCount {
    position: absolute;
    top: 2px;
    left: 2px;
    background: transparent;
    color: var(--font-color-800);
    font-size: 12px !important;
    font-weight: 700;
    padding: 2px 4px;
    border-radius: 2px;
    min-width: 16px;
    text-align: center;
}

.KitsModal-module__footer {
    background: var(--bg-color-900);
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    border: 2px solid var(--bg-color-600);
}

.KitsModal-module__pagination {
    display: flex;
    align-items: center;
    gap: 15px;
}

.KitsModal-module__paginationBtn {
    background: var(--btn-color-accent);
    border: 2px solid var(--bg-color-600);
    color: var(--font-color-700);
    font-size: 20px !important;
    font-weight: 700;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.KitsModal-module__paginationBtn:hover:not(:disabled) {
    background: var(--btn-color-accent-hover);
}

.KitsModal-module__paginationBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: var(--btn-color-gray);
}

.KitsModal-module__paginationInfo {
    color: var(--font-color-800);
    font-size: var(--font-size-18) !important;
    font-weight: 600;
    min-width: 60px;
    text-align: center;
}

/* Адаптивность для модального окна с китами */
@media (max-width: 900px) {
    .KitsModal-module__itemsGrid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 600px) {
    .KitsModal-module__modal {
        width: 95vw;
    }
    
    .KitsModal-module__itemsGrid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }
    
    .KitsModal-module__footer {
        flex-direction: column;
        gap: 10px;
    }
    
    .KitsModal-module__pagination {
        order: -1;
    }
}

/* Стили для модального окна вайп блока */
#wipeModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 1000;
}

#wipeModal.active {
    display: flex;
}

.WipeModal-module__modal {
    width: 900px;
    max-width: 95vw;
    max-height: 90vh;
}

.WipeModal-module__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: var(--bg-color-900);
    text-transform: uppercase;
    font-size: var(--font-size-24) !important;
    padding: 15px;
    margin-bottom: 15px;
    border: 2px solid var(--bg-color-600);
}

.WipeModal-module__body {
    padding: 0px;
    max-height: 70vh;
    overflow-y: auto;
    background: transparent;
}

.WipeModal-module__category {
    margin-bottom: 15px;
}

.WipeModal-module__category:last-child {
    margin-bottom: 0;
}

.WipeModal-module__categoryHeader {
    background: var(--bg-color-900);
    color: var(--font-color-700);
    font-size: var(--font-size-18) !important;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 15px;
    margin-bottom: 15px;
    border: 2px solid var(--bg-color-600);
    text-align: left;
    color: var(--font-color-800);
}

.WipeModal-module__itemsGrid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
    justify-content: center;
    padding: 15px;
    background: var(--bg-color-800);
    border: 2px solid var(--bg-color-600);
}

.WipeModal-module__item {
    position: relative;
    background: var(--bg-color-900);
    border: 2px solid var(--bg-color-600);
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.WipeModal-module__item:hover {
    border-color: var(--btn-color-accent);
    transform: scale(1.05);
}

.WipeModal-module__itemImage {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.WipeModal-module__itemCooldown {
    position: absolute;
    top: 2px;
    left: 2px;
    background: transparent;
    color: var(--font-color-800);
    font-size: 14px !important;
    font-weight: 700;
    padding: 1px 3px;
    text-align: left;
}

.WipeModal-module__footer {
    background: var(--bg-color-900);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--bg-color-600);
    margin-top: 15px;
}

/* Адаптивность для модального окна вайп блока */
@media (max-width: 900px) {
    .WipeModal-module__itemsGrid {
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 600px) {
    .WipeModal-module__modal {
        width: 95vw;
    }
    
    .WipeModal-module__itemsGrid {
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }
    
    .WipeModal-module__category {
        margin-bottom: 15px;
    }
}