@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

body {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    background-image: linear-gradient(320deg, var(--bg-color-900) 85%, #243d18);
    background-size: auto;
    background-repeat: repeat;
    color: var(--font-color-800);
    font-weight: 400;
    font-size: var(--default-font-size);
}
body::after {
    background-image: url(https://i.imgur.com/UITUNyL.png);
    content: " ";
    position: fixed;
    inset: 0px;
    z-index: 500;
    pointer-events: none;
    opacity: 0.3;
}
:root[data-theme="green_black"] {
    --accent-color-800: #31b112;
    --accent-color-900: #4cfa00;
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;
    --bg-color-800: rgb(33 33 33);
    --bg-color-700: rgb(33 33 33);
    --bg-color-900: #1d1d1d;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
    --monitoring-joining-color: #e77725;
    --monitoring-queue-color: #A8201A;
}
:root {
    --default-font-size: 14px;
    --default-font-family: "Montserrat";
    --default-font-weight: "500";
}
.container {
    width: 1100px;
    padding: 0 var(--safe-padding);
    margin: 0px auto;
}
.container.bannerContainer {
    width: 940px;
    height: 207px;
    top: 10px;
  	left: -45px;
    opacity: 0;
    transform: scale(0);
    animation: 0.2s ease-out 0.1s 1 normal forwards running stretchScale;
}
.Header-module__wrapper {
    text-align: center;
    display: flex;
    width: 160px;
    height: -webkit-fill-available;
    flex-flow: column;
    align-items: flex-start;
    position: fixed;
    transform: translateX(-180px) rotate(360deg) translateY(-215px);
    background: transparent;
    padding: 0px;
    margin-bottom: 0px;
}
.Header-module__logoWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    margin-left: -20px;
}
.Header-module__logoWrapper::before {
    content: "\a Игровой магазин";
    white-space: normal;
    position: absolute;
    top: 52px;
    left: 30px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    overflow: visible;
    opacity: 0;
    transform: scale(0);
    animation: 0.2s ease-out 0.3s 1 normal forwards running stretchScale;
}
.Header-module__logo {
    font-size: 0px;
    text-transform: none;
    width: 40px;
    height: 40px;
    background: url(https://i.postimg.cc/FRdtzY1Z/logo.png) 0% 0% / contain no-repeat;
    border-radius: 10px;
    transition: 0.3s;
}
.Header-module__logoWrapper::after {
    content: "\a 7emerka";
    white-space: normal;
    position: relative;
    top: -6px;
    left: 11px;
    font-size: 18px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    overflow: visible;
    opacity: 0;
    transform: scale(0);
    animation: 0.2s ease-out 0.2s 1 normal forwards running stretchScale;
}
.HeaderNav-module__wrapper {
    display: flex;
    width: 100%;
    align-items: flex-start;
    column-gap: 10px;
    margin-left: -20px;
    margin-top: 20px;
    text-transform: none;
    flex-flow: column;
    overflow: visible;
    opacity: 0;
    animation: 0.2s ease-out 0.1s 1 normal forwards running stretchHover;
}
.HeaderCustom-module__link {
    display: flex;
    width: 100%;
    cursor: pointer;
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    text-align: start;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    transition: 0.1s;
    flex-flow: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
}
.SupportLink-module__link {
    display: flex;
    width: 100%;
    cursor: pointer;
    background: transparent;
    color: rgba(255, 255, 255, 0.75);
    text-align: start;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
    transition: 0.1s;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 0.5rem;
}
.HeaderCustom-module__link:hover, .HeaderCustom-module__link:focus, .SupportLink-module__link:hover, .SupportLink-module__link:focus {
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.07);
}
.nav-icon {
    width: 18px;
}
.HeaderNav-module__link { display: none; }
.PlayerMenu-module__wrapper {
    width: 100%;
    margin-top: 20px;
    margin-left: -20px;
    display: flex;
    align-items: flex-start;
    flex-flow: column-reverse;
    gap: 0.5rem;
}
.LangSwitcher-module__wrapper { display: none; }
.socials {
    display: flex;
    flex-flow: row;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 0.5rem;
    justify-content: center;
    width: 100%;
}
.socials-telegram {
    background: rgba(255, 255, 255, 0.05);
    padding-top: 9px;
    padding-right: 1px;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.1s;
    overflow: visible;
    opacity: 0;
    animation: 0.2s ease-out 0.4s 1 normal forwards running stretchHover;
}
.socials-telegram:hover {
    background: rgb(0, 136, 204);
}
.socials-discord {
    background: rgba(255, 255, 255, 0.05);
    padding-top: 9px;
    width: 35px;
    height: 35px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.1s;
    overflow: visible;
    opacity: 0;
    animation: 0.2s ease-out 0.5s 1 normal forwards running stretchHover;
}
.socials-discord:hover {
    background: rgb(88, 101, 242);
}
.socials-icon {
    width: 18px;
    height: 18px;
}
.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
    width: 100%;
    background: rgba(255, 255, 255, 0.05);
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 13px;
    text-transform: none;
    cursor: pointer;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 8px 10px;
    white-space: nowrap;
    transition: 0.1s;
    flex-direction: row-reverse;
    gap: 0.5rem;
}
#user-icon {
    margin-top: 3px;
    width: 18px;
}
.PlayerMenu-module__profileLink { display: none; }
.nav_profile {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 0.5rem;
    background: rgb(33, 33, 33);
    border: 1px solid rgb(39, 39, 39);
    padding: 6px 8px;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 12px;
    cursor: pointer;
    transition: 0.2s;
}
.nav_profile:hover {
    background: rgb(39, 39, 39);
    border: 1px solid rgb(39, 39, 39);
    color: rgb(255, 255, 255);
}
.PlayerBalance-module__wrapper, .PlayerMenu-module__balance {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    overflow: visible;
    opacity: 0;
    animation: 0.2s ease-out 0.3s 1 normal forwards running stretchHover;
}
.PlayerBalance-module__btn {
    width: 100%;
    text-transform: none;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    white-space: nowrap;
    transition: 0.1s;
    background: rgb(33, 33, 33);
    border: 1px solid rgb(39, 39, 39);
    flex-direction: row-reverse;
    gap: 0.5rem;
    justify-content: flex-end;
}
.PlayerBalance-module__btn:hover, .PlayerBalance-module__btn:focus {
    background-color: rgb(39, 39, 39);
    border: 1px solid rgb(39, 39, 39);
    color: rgb(255, 255, 255);
}
#balance-icon {
    margin-top: 3px;
    width: 20px;
}
.product_btn_cart {
    padding: 10px 15px;
    background: rgb(33, 33, 33);
    border: 1px solid rgb(39, 39, 39);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 10px;
    transition: 0.2s;
    text-align: center;
}



.cart-icon {
    width: 21px;
    height: 21px;
    object-fit: contain;
}
.product_btn_cart:hover {
    background-color: rgb(39, 39, 39);
    border: 1px solid rgb(39, 39, 39);
}
.Widgets-module__wrapper.Widgets-module__rightSide {
    margin-right: 0px;
    margin-left: 0px;
    margin-top: -195px;
    background: transparent;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
	transform: translateX(20px);
}
.monitoring {
    width: 100%;
    overflow: visible;
    opacity: 0;
    animation: 0.2s ease-out 0.2s 1 normal forwards running stretchHover;
}
.mon_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-left: 10px;
}
.mon_header_title {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
}
.mon_total {
    display: flex;
    align-items: center;
    gap: 5px;
}
.mon-icon {
    width: 16px;
    height: 16px;
}
.mon_total_count {
    display: flex;
    gap: 0.3rem;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 500;
}
#mon_online_players_total {
    background: rgb(48, 48, 48);
    color: rgb(255, 255, 255);
    padding: 2px 5px;
    border-radius: 6px;
}
.mon_container {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    display: flex;
    row-gap: 0.5rem;
    margin-top: 15px;
    margin-left: 10px;
    padding: 15px;
    flex-direction: column;
}
.mon_info_container {
    display: flex;
    column-gap: 0.7rem;
    justify-content: space-between;
}
.mon_info {
    display: flex;
    flex-direction: column;
    row-gap: 0.3rem;
}
.monitoring-title {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}
.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: 16px;
    height: 16px;
}
.mon_title {
    font-weight: 600;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
}
.mon_online {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.mon_online div {
    color: rgb(189, 189, 189);
    min-height: 14px;
}
.mon_online_icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mon_online div {
    color: rgb(189, 189, 189);
    min-height: 14px;
}
.server-players {
    background: rgb(43, 123, 24);
    color: rgb(255, 255, 255);
    padding: 1px 5px;
    border-radius: 5px;
    font-weight: 500;
    overflow: hidden;
}
.server-joining {
    font-size: 12px;
    background-image: linear-gradient(45deg, rgb(47, 47, 47) 30%, transparent 75%);
    padding: 3px 6px;
    border-radius: 8px;
    color: rgb(209, 209, 209);
    position: relative;
    top: 7px;
}
.mon_about {
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.mon_about::after {
    content: "О сервере";
    position: absolute;
    bottom: 0px;
    left: 30px;
    transform: translateX(20%);
    background-color: rgb(63, 63, 63);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    opacity: 0;
    overflow: visible;
    transition: opacity 0.3s, transform 0.3s;
}
.mon_about:hover {
    background: rgba(255, 255, 255, 0.1);
}
.mon_about:hover::after {
    opacity: 1;
    transform: translateX(0px);
}
.mon_online_progress {
    background-color: rgb(38, 38, 38);
    height: 8px;
    width: 100%;
    border-radius: 10px;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
}

.mon_online_progress > div {
    height: 100%;
    background: linear-gradient(90deg, #2b7a2b 0%, #31b112 50%, #4cfa00 100%);
    border-radius: 10px;
    transition: width 0.3s ease;
    display: block;
    min-width: 0;
    box-shadow: 0 0 8px rgba(49, 177, 18, 0.5);
}
.mon_copy {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: 0.2s;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.mon_copy:hover {
    background: var(--accent-color-800);
    color: rgb(255, 255, 255);
}
.customModalContent {
    background: rgb(22, 22, 22);
    border-radius: 10px;
    width: 500px;
    overflow: hidden;
    margin-top: 100px;
}

.server_about_modal-1 {
    background: url(https://i.ibb.co/sJ6qsswZ/892374.png) 20% -45% / 100% no-repeat rgb(26, 26, 26);
    border-radius: 10px;
    background-blend-mode: soft-light;
}
.server_about_modal-2 {
    background-blend-mode: soft-light;
    background: url(https://i.ibb.co/ksH76V9J/487394.png) 20% -45% / 100% no-repeat rgb(26, 26, 26);
    border-radius: 10px;
    background-position: 20% -45%;
}

.server_about_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.server_about_title_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.7rem;
    margin-top: 10px;
}

.server_about_image {
    width: 55px;
    height: 55px;
    background: url(https://s5.iimage.su/s/16/g7gboNQxQ36uwRqt8H94Oi9fwfmPVKVYUTSjDOJd.png) 0% 0% / contain;
    border-radius: 100%;
}

.server_about_title_tags_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    margin-left: 10px;
}
.server_about_title_header {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.server_about_title {
    font-size: 14px;
    font-weight: 500;
    font-family: Unbounded, sans-serif;
    color: rgb(255, 255, 255);
}
.server_about_type {
    background: rgba(51, 51, 51, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.server_about_modal_close {
    display: flex;
    background: url(https://i.ibb.co/Z646pg9q/close.png) center center / 70% no-repeat rgb(171, 53, 53);
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.server_about_content {
    padding: 30px 20px 20px;
}
.server_about_description {
    text-align: start;
    font-size: 13px;
    color: rgb(179, 179, 179);
    margin-top: -23px;
    margin-bottom: 20px;
    background-image: linear-gradient(rgba(45, 44, 44, 0.7), transparent);
    padding: 10px;
    border-radius: 8px;
    line-height: 18px;
}
.server_about_eggs {
    display: flex;
    gap: 1rem;
    align-items: center;
}
.server_about_eggs_left {
    width: 100%;
    display: flex;
    gap: 0.5rem;
    flex-direction: column;
    text-align: start;
}
.server_about_egg {
    display: flex;
    background: rgb(45, 45, 45);
    padding: 10px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid rgb(59, 59, 59);
    justify-content: space-between;
    align-items: center;
}
.server_about_egg_aspect {
    background: rgb(42, 109, 26);
    color: rgb(255, 255, 255);
    padding: 3px 5px;
    border-radius: 5px;
    margin-left: 5px;
}
.discord_widget {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    display: flex;
    gap: 10px;
    margin-top: 0px;
    margin-left: 10px;
    padding: 15px;
    flex-direction: column;
    overflow: visible;
    opacity: 0;
    animation: 0.2s ease-out 0.3s 1 normal forwards running stretchHover;
}
.discord__widget {
    display: flex;
    gap: 15px;
    flex-direction: row;
}

.discord_widget_avatar {
    width: 40px;
    height: 40px;
    background: url(https://i.postimg.cc/FRdtzY1Z/logo.png) center center / contain no-repeat;
    border-radius: 10px;
    flex-shrink: 0;
}

.discord_widget_title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.discord_widget__title {
    font-size: 14px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}
.discord_widget_stats {
    display: flex;
    gap: 5px;
    font-size: 12px;
}
.memberCount, .presenceCount {
    background: rgba(255, 255, 255, 0.05);
    padding: 2px 7px;
    border-radius: 6px;
}
.discord_widget_btn {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: 0.2s;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.discord_widget_btn:hover {
    background: var(--accent-color-800);
    color: rgb(255, 255, 255);
}

.vk_widget {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 15px;
    flex-direction: column;
    overflow: visible;
    opacity: 0;
    animation: 0.2s ease-out 0.4s 1 normal forwards running stretchHover;
}
.vk__widget {
    display: flex;
    gap: 15px;
    flex-direction: row;
}

.vk_widget_avatar {
    width: 40px;
    height: 40px;
    background: url(https://i.postimg.cc/FRdtzY1Z/logo.png) center center / contain no-repeat;
    border-radius: 10px;
    flex-shrink: 0;
}

.vk_widget_title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.vk_widget__title {
    font-size: 14px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}
.vk_widget_description {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}
.vk_widget_stats {
    display: flex;
    gap: 5px;
    font-size: 12px;
}
.vk_widget_btn {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: 0.2s;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}
.vk_widget_btn:hover {
    background: #0077FF;
    color: rgb(255, 255, 255);
}

.telegram_widget {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 15px;
    flex-direction: column;
    overflow: visible;
    opacity: 0;
    animation: 0.2s ease-out 0.5s 1 normal forwards running stretchHover;
}
.telegram__widget {
    display: flex;
    gap: 15px;
    flex-direction: row;
}

.telegram_widget_avatar {
    width: 40px;
    height: 40px;
    background: url(https://i.postimg.cc/FRdtzY1Z/logo.png) center center / contain no-repeat;
    border-radius: 10px;
    flex-shrink: 0;
}

.telegram_widget_title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.telegram_widget__title {
    font-size: 14px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}
.telegram_widget_description {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}
.telegram_widget_stats {
    display: flex;
    gap: 5px;
    font-size: 12px;
}
.telegram_widget_btn {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border-radius: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: 0.2s;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
}
.telegram_widget_btn:hover {
    background: #0088cc;
    color: rgb(255, 255, 255);
}
.Shop-module__wrapper {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  	.Shop-module__header { display: none; }
    .boxBody {
    	background: linear-gradient(rgba(33, 33, 33, 0.5), rgb(28, 28, 28)) rgba(255, 255, 255, 0);
    	backdrop-filter: blur(5px);
    	border-radius: 10px 10px 0px 0px;
	}
}
.Servers-module__servers {
  	display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 10px;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    opacity: 0;
    animation: 0.2s ease-out 0.2s 1 normal forwards running stretchHover;
}
.Servers-module__server {
    display: flex;
    cursor: pointer;
    color: var(--font-color-900);
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 8px;
    border-radius: 10px;
    flex: 1 1 0%;
    margin: 5px;
    max-width: 100%;
    transition: 0.15s;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
  	background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--font-color-700);
}
.srv-icon {
    background: rgb(63, 63, 63);
    color: rgb(255, 255, 255);
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 600;
    width: 20px;
    height: 20px;
    padding: 3px 6px;
    border-radius: 20px;
}
.Categories-module__categories {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-flow: row;
    margin: 0px;
    overflow: visible;
    opacity: 0;
    animation: 0.2s ease-out 0.3s 1 normal forwards running stretchHover;
}



.Categories-module__category {
    cursor: pointer;
    color: var(--font-color-900);
    background-color: rgba(255, 255, 255, 0.03);
    background-position: 120% center;
    background-size: 80%;
    background-repeat: no-repeat;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px 10px;
    border-radius: 10px;
    text-align: left;
    max-width: 137px;
    min-width: 137px;
    margin: 5px;
    transition: 0.15s;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background-color: rgba(255, 255, 255, 0.05);
    background-size: 90%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--font-color-700);
}
.Categories-module__category.Categories-module__enableFocus:focus {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--font-color-700);
}

[data-categoryid="0"] {
	background-color: rgb(30, 40, 17);
    color: rgb(224, 191, 255);
    border: 1px solid rgb(56, 34, 77);
    background-image: url(https://i.postimg.cc/fWF3vcw3/111.png);
}
[data-categoryid="563037"] {
    background-color: rgb(37, 22, 51);
    color: rgb(224, 191, 255);
    border: 1px solid rgb(56, 34, 77);
    background-image: url(https://i.ibb.co/jPcgKZbc/cat-priv.png);
}
[data-categoryid="564413"] {
    background-color: rgb(0, 125, 179);
    color: rgb(224, 191, 255);
    border: 1px solid rgb(56, 34, 77);
    background-image: url(https://i.postimg.cc/Y9343YyH/cat-priv.png);
}
[data-categoryid="561953"] {
    background-color: rgb(119, 24, 34);
    color: rgb(224, 191, 255);
    border: 1px solid rgb(56, 34, 77);
    background-image: url(https://i.postimg.cc/bwwH7Nfg/111.png);
}
[data-categoryid="565873"] {
    background-color: rgb(121, 183, 6);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(56, 34, 77);
    background-image: url(https://i.postimg.cc/QxT2yTTn/Gemini-Generated-Image-maygosmaygosmayg.png);
}
[data-categoryid="565874"] {
    background-color: rgb(201, 204, 0);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(56, 34, 77);
    background-image: url(https://i.postimg.cc/rmGBpX8y/Gemini-Generated-Image-maygosmaygosmayg.png);
}
.Search-module__wrapper { display: none; }





.Product-module__wrapper {
    background-color: rgb(37, 37, 37);
    position: relative;
    padding: 5px;
    height: 200px;
    cursor: pointer;
    border-radius: 8px;
    overflow: visible;
    transition: 0.3s;
}
.Product-module__wrapper:hover {
    background-color: rgb(39, 39, 39);
    transform: scale(1.05);
}
.Product-module__wrapper:hover > .Product-module__count { opacity: 1; }

/* ==========================================================================
   0. ГЛОБАЛЬНЫЕ НАСТРОЙКИ И АНИМАЦИИ
   ========================================================================== */
@keyframes badgeShimmer { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes magmaPulse { 0% { box-shadow: 0 4px 20px rgba(255, 69, 0, 0.3), inset 0 0 0 rgba(255, 69, 0, 0); border-color: rgba(255, 69, 0, 0.4);} 50% { box-shadow: 0 4px 30px rgba(255, 69, 0, 0.5), inset 0 0 20px rgba(255, 69, 0, 0.2); border-color: rgba(255, 140, 0, 0.8);} 100% { box-shadow: 0 4px 20px rgba(255, 69, 0, 0.3), inset 0 0 0 rgba(255, 69, 0, 0); border-color: rgba(255, 69, 0, 0.4);} }

/* БАЗОВЫЕ СТИЛИ КАРТОЧЕК */
[data-productid="9596694"], [data-productid="9616289"], [data-productid="9616292"], [data-productid="9616293"], /* Yellow */
[data-productid="9596704"], [data-productid="9616591"], [data-productid="9616593"], [data-productid="9616594"], /* Purple */
[data-productid="9595428"], [data-productid="9616595"], [data-productid="9616596"], [data-productid="9616598"], /* Green  */
[data-productid="9605641"], [data-productid="9616600"], [data-productid="9616601"], [data-productid="9616899"], /* Blue   */
[data-productid="9605642"], [data-productid="9616901"], [data-productid="9616902"], [data-productid="9616903"]  /* Red    */
{
    position: relative; background: rgba(25, 25, 30, 0.9); transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); padding-bottom: 35px; overflow: hidden;
}
[data-productid]:hover { transform: translateY(-5px); z-index: 5; }

/* ОБЩАЯ ГЕОМЕТРИЯ ПСЕВДОЭЛЕМЕНТОВ (Бейджи) */
[data-productid]::after, [data-productid]::before { position: absolute; z-index: 2; pointer-events: none; }
/* Верхний бейдж (Тип) */
[data-productid]::after { top: 0; right: 0; font-size: 11px; font-weight: 800; text-transform: uppercase; padding: 4px 10px; border-bottom-left-radius: 10px; letter-spacing: 0.5px; }
/* Нижний бейдж (Дни) */
[data-productid]::before { bottom: 61px; right: 41px; font-size: 12px; font-weight: bold; font-family: monospace; padding: 3px 12px; border-radius: 4px; white-space: nowrap; backdrop-filter: blur(2px); }

/* ОБЩАЯ ГЕОМЕТРИЯ ДЛЯ НИЖНИХ КНОПОК-БЕЙДЖЕЙ */
[class*="priv-duration-badge"] {
    position: absolute; bottom: 10px; right: 10px; font-size: 15px; font-weight: 800;
    text-transform: uppercase; padding: 5px 12px; border-radius: 4px; box-shadow: 0 2px 5px rgba(0,0,0,0.8); letter-spacing: 0.5px; z-index: 2;
}

/* ==========================================================================
   0. ГЛОБАЛЬНЫЕ НАСТРОЙКИ
   ========================================================================== */
@keyframes badgeShimmer { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes magmaPulse { 0% { box-shadow: 0 4px 20px rgba(255, 69, 0, 0.3), inset 0 0 0 rgba(255, 69, 0, 0); border-color: rgba(255, 69, 0, 0.4);} 50% { box-shadow: 0 4px 30px rgba(255, 69, 0, 0.5), inset 0 0 20px rgba(255, 69, 0, 0.2); border-color: rgba(255, 140, 0, 0.8);} 100% { box-shadow: 0 4px 20px rgba(255, 69, 0, 0.3), inset 0 0 0 rgba(255, 69, 0, 0); border-color: rgba(255, 69, 0, 0.4);} }

/* БАЗА */
[data-productid="9596694"], [data-productid="9616289"], [data-productid="9616292"], [data-productid="9616293"],
[data-productid="9596704"], [data-productid="9616591"], [data-productid="9616593"], [data-productid="9616594"],
[data-productid="9595428"], [data-productid="9616595"], [data-productid="9616596"], [data-productid="9616598"],
[data-productid="9605641"], [data-productid="9616600"], [data-productid="9616601"], [data-productid="9616899"],
[data-productid="9605642"], [data-productid="9616901"], [data-productid="9616902"], [data-productid="9616903"]
{
    position: relative; background: rgba(25, 25, 30, 0.9); transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5); padding-bottom: 35px; overflow: hidden;
}
[data-productid]:hover { transform: translateY(-5px); z-index: 5; }

/* ПСЕВДОЭЛЕМЕНТЫ */
[data-productid]::after, [data-productid]::before { position: absolute; z-index: 2; pointer-events: none; }
[data-productid]::after { top: 0; right: 0; font-size: 11px; font-weight: 800; text-transform: uppercase; padding: 4px 10px; border-bottom-left-radius: 10px; letter-spacing: 0.5px; }
[data-productid]::before { bottom: 61px; right: 41px; font-size: 12px; font-weight: bold; font-family: monospace; padding: 3px 12px; border-radius: 4px; white-space: nowrap; backdrop-filter: blur(2px); }
[class*="priv-duration-badge"] { position: absolute; bottom: 10px; right: 10px; font-size: 15px; font-weight: 800; text-transform: uppercase; padding: 5px 12px; border-radius: 4px; box-shadow: 0 2px 5px rgba(0,0,0,0.8); letter-spacing: 0.5px; z-index: 2; }


/* ==========================================================================
   1. ЖЕЛТАЯ КОЛЛЕКЦИЯ (Оставил: 3 дня, 365 дней)
   ========================================================================== */
[data-productid="9596694"] { border: 1px solid rgba(255, 255, 150, 0.3); }
[data-productid="9596694"]::after { content: '\26A1  СТАРТ'; background: linear-gradient(45deg, #FFFACD, #F0E68C); color: #000; box-shadow: -2px 2px 10px rgba(255, 255, 150, 0.3); }
[data-productid="9596694"]::before { content: '3 ДНЯ'; color: #FFFACD; background: rgba(255, 255, 150, 0.1); border: 1px solid rgba(255, 255, 150, 0.4); }

[data-productid="9616289"] { border: 1px solid rgba(255, 215, 0, 0.3); }
/* [data-productid="9616289"]::after { content: '\1F4B0  ВЫГОДНО'; background: linear-gradient(45deg, #FFD700, #FFC107); color: #000; box-shadow: -2px 2px 10px rgba(255, 215, 0, 0.3); } */
[data-productid="9616289"]::before { content: '14 ДНЕЙ'; color: #FFD700; background: rgba(255, 215, 0, 0.1); border: 1px solid rgba(255, 215, 0, 0.4); }

[data-productid="9616292"] { border: 1px solid rgba(255, 165, 0, 0.3); }
/* [data-productid="9616292"]::after { content: '\1F3C6  ТОП ВЫБОР'; background: linear-gradient(120deg, #FF8C00, #FFFACD, #FFD700, #FF8C00); background-size: 300%; animation: badgeShimmer 3s ease infinite; color: #000; box-shadow: -2px 2px 15px rgba(255, 165, 0, 0.4); border-left: 1px solid rgba(255,255,255,0.6); } */
[data-productid="9616292"]::before { content: '30 ДНЕЙ'; color: #FFA500; background: rgba(255, 165, 0, 0.1); border: 1px solid rgba(255, 165, 0, 0.4); }

[data-productid="9616293"] { border: 1px solid rgba(255, 69, 0, 0.4); }
[data-productid="9616293"]::after { content: '\1F451  МАЖОР'; background: linear-gradient(120deg, #FFD700, #FF4500, #FFFACD, #FFD700); background-size: 300%; animation: badgeShimmer 3s ease infinite; color: #000; box-shadow: -2px 2px 15px rgba(255, 69, 0, 0.5); border-left: 1px solid rgba(255,255,255,0.6); }
[data-productid="9616293"]::before { content: '365 ДНЕЙ'; color: #FFD700; background: rgba(255, 69, 0, 0.15); border: 1px solid rgba(255, 69, 0, 0.5); }

.priv-duration-badge { background-color: #ffd700; color: #1a1c20; }
[data-productid="9596694"]:hover { box-shadow: 0 0 20px rgba(255, 255, 150, 0.2); border-color: #FFFACD; }
[data-productid="9616289"]:hover { box-shadow: 0 0 20px rgba(255, 215, 0, 0.25); border-color: #FFD700; }
[data-productid="9616292"]:hover { box-shadow: 0 0 25px rgba(255, 165, 0, 0.35); border-color: #FFA500; }
[data-productid="9616293"]:hover { box-shadow: 0 0 30px rgba(255, 69, 0, 0.4); border-color: #FFD700; }


/* ==========================================================================
   2. ФИОЛЕТОВАЯ КОЛЛЕКЦИЯ (Оставил: 30 дней)
   ========================================================================== */
[data-productid="9596704"] { border: 1px solid rgba(221, 160, 221, 0.3); }
/* [data-productid="9596704"]::after { content: '\1F52E  НА ПРОБУ'; background: linear-gradient(45deg, #DDA0DD, #EE82EE); color: #000; box-shadow: -2px 2px 10px rgba(221, 160, 221, 0.3); } */
[data-productid="9596704"]::before { content: '3 ДНЯ'; color: #EE82EE; background: rgba(238, 130, 238, 0.1); border: 1px solid rgba(238, 130, 238, 0.4); }

[data-productid="9616591"] { border: 1px solid rgba(138, 43, 226, 0.3); }
/* [data-productid="9616591"]::after { content: '\1F49C  ЛЮБИМЫЙ'; background: linear-gradient(45deg, #8A2BE2, #9400D3); color: #fff; box-shadow: -2px 2px 10px rgba(138, 43, 226, 0.3); } */
[data-productid="9616591"]::before { content: '14 ДНЕЙ'; color: #AD66D5; background: rgba(138, 43, 226, 0.15); border: 1px solid rgba(138, 43, 226, 0.5); }

[data-productid="9616593"] { border: 1px solid rgba(199, 21, 133, 0.3); }
[data-productid="9616593"]::after { content: '\2B50  ХИТ'; background: linear-gradient(120deg, #C71585, #FF1493, #FF69B4, #C71585); background-size: 300%; animation: badgeShimmer 3s ease infinite; color: #fff; box-shadow: -2px 2px 15px rgba(199, 21, 133, 0.4); border-left: 1px solid rgba(255, 200, 255, 0.5); }
[data-productid="9616593"]::before { content: '30 ДНЕЙ'; color: #FF69B4; background: rgba(199, 21, 133, 0.15); border: 1px solid rgba(199, 21, 133, 0.5); }

[data-productid="9616594"] { border: 1px solid rgba(75, 0, 130, 0.5); }
/* [data-productid="9616594"]::after { content: '\1F48E  MVP'; background: linear-gradient(120deg, #4B0082, #FF00FF, #9400D3, #4B0082); background-size: 300%; animation: badgeShimmer 3s ease infinite; color: #fff; box-shadow: -2px 2px 15px rgba(255, 0, 255, 0.4); border-left: 1px solid rgba(255, 200, 255, 0.5); } */
[data-productid="9616594"]::before { content: '365 ДНЕЙ'; color: #E0B0FF; background: rgba(75, 0, 130, 0.3); border: 1px solid rgba(255, 0, 255, 0.5); }

.priv-duration-badge2 { background: linear-gradient(45deg, #DA70D6, #EE82EE); color: #1a1c20; box-shadow: 0 2px 10px rgba(138, 43, 226, 0.4); }
[data-productid="9596704"]:hover { box-shadow: 0 0 20px rgba(238, 130, 238, 0.2); border-color: #EE82EE; }
[data-productid="9616591"]:hover { box-shadow: 0 0 20px rgba(138, 43, 226, 0.3); border-color: #8A2BE2; }
[data-productid="9616593"]:hover { box-shadow: 0 0 25px rgba(199, 21, 133, 0.4); border-color: #FF1493; }
[data-productid="9616594"]:hover { box-shadow: 0 0 35px rgba(148, 0, 211, 0.5); border-color: #FF00FF; }


/* ==========================================================================
   3. ЗЕЛЕНАЯ КОЛЛЕКЦИЯ (Оставил: 14 дней, 365 дней)
   ========================================================================== */
[data-productid="9595428"] { border: 1px solid rgba(152, 251, 152, 0.3); }
/* [data-productid="9595428"]::after { content: '\1F9EA  ТЕСТ'; background: linear-gradient(45deg, #98FB98, #ADFF2F); color: #000; box-shadow: -2px 2px 10px rgba(152, 251, 152, 0.3); } */
[data-productid="9595428"]::before { content: '3 ДНЯ'; color: #98FB98; background: rgba(152, 251, 152, 0.1); border: 1px solid rgba(152, 251, 152, 0.4); }

[data-productid="9616595"] { border: 1px solid rgba(57, 255, 20, 0.3); }
[data-productid="9616595"]::after { content: '\1F95D  СОЧНО'; background: linear-gradient(45deg, #39FF14, #7CFC00); color: #000; box-shadow: -2px 2px 10px rgba(57, 255, 20, 0.3); }
[data-productid="9616595"]::before { content: '14 ДНЕЙ'; color: #39FF14; background: rgba(57, 255, 20, 0.15); border: 1px solid rgba(57, 255, 20, 0.5); }

[data-productid="9616596"] { border: 1px solid rgba(0, 255, 127, 0.3); }
/* [data-productid="9616596"]::after { content: '\2705  ОПТИМАЛ'; background: linear-gradient(120deg, #00FF7F, #00FA9A, #ADFF2F, #00FF7F); background-size: 300%; animation: badgeShimmer 3s ease infinite; color: #000; box-shadow: -2px 2px 15px rgba(0, 255, 127, 0.4); border-left: 1px solid rgba(200, 255, 200, 0.5); } */
[data-productid="9616596"]::before { content: '30 ДНЕЙ'; color: #00FF7F; background: rgba(0, 255, 127, 0.15); border: 1px solid rgba(0, 255, 127, 0.5); }

[data-productid="9616598"] { border: 1px solid rgba(50, 205, 50, 0.5); }
[data-productid="9616598"]::after { content: '\2622  UNLIMITED'; background: linear-gradient(120deg, #006400, #32CD32, #7CFC00, #006400); background-size: 300%; animation: badgeShimmer 3s ease infinite; color: #fff; box-shadow: -2px 2px 15px rgba(50, 205, 50, 0.5); border-left: 1px solid rgba(200, 255, 200, 0.4); }
[data-productid="9616598"]::before { content: '365 ДНЕЙ'; color: #32CD32; background: rgba(0, 100, 0, 0.3); border: 1px solid rgba(50, 205, 50, 0.6); }

.priv-duration-badge3 { background: linear-gradient(45deg, #32CD32, #7CFC00); color: #1a1c20; box-shadow: 0 2px 10px rgba(50, 205, 50, 0.4); }
[data-productid="9595428"]:hover { box-shadow: 0 0 20px rgba(152, 251, 152, 0.2); border-color: #98FB98; }
[data-productid="9616595"]:hover { box-shadow: 0 0 20px rgba(57, 255, 20, 0.35); border-color: #39FF14; }
[data-productid="9616596"]:hover { box-shadow: 0 0 25px rgba(0, 255, 127, 0.4); border-color: #00FF7F; }
[data-productid="9616598"]:hover { box-shadow: 0 0 35px rgba(50, 205, 50, 0.5); border-color: #32CD32; }


/* ==========================================================================
   4. СИНЯЯ КОЛЛЕКЦИЯ (Оставил: 30 дней)
   ========================================================================== */
[data-productid="9605641"] { border: 1px solid rgba(135, 206, 250, 0.3); }
/* [data-productid="9605641"]::after { content: '\1F9CA  ДЕМО'; background: linear-gradient(45deg, #87CEFA, #00BFFF); color: #000; box-shadow: -2px 2px 10px rgba(135, 206, 250, 0.3); } */
[data-productid="9605641"]::before { content: '3 ДНЯ'; color: #87CEFA; background: rgba(135, 206, 250, 0.1); border: 1px solid rgba(135, 206, 250, 0.4); }

[data-productid="9616600"] { border: 1px solid rgba(30, 144, 255, 0.3); }
/* [data-productid="9616600"]::after { content: '\1F6E0  НА ВАЙП'; background: linear-gradient(45deg, #1E90FF, #4169E1); color: #fff; box-shadow: -2px 2px 10px rgba(30, 144, 255, 0.3); } */
[data-productid="9616600"]::before { content: '14 ДНЕЙ'; color: #1E90FF; background: rgba(30, 144, 255, 0.15); border: 1px solid rgba(30, 144, 255, 0.5); }

[data-productid="9616601"] { border: 1px solid rgba(0, 0, 205, 0.3); }
[data-productid="9616601"]::after { content: '\1F4A0  НАДЕЖНО'; background: linear-gradient(120deg, #4169E1, #0000CD, #00FFFF, #4169E1); background-size: 300%; animation: badgeShimmer 3s ease infinite; color: #fff; box-shadow: -2px 2px 15px rgba(0, 0, 205, 0.4); border-left: 1px solid rgba(200, 255, 255, 0.5); }
[data-productid="9616601"]::before { content: '30 ДНЕЙ'; color: #4169E1; background: rgba(0, 0, 205, 0.15); border: 1px solid rgba(0, 0, 205, 0.5); }

[data-productid="9616899"] { border: 1px solid rgba(0, 255, 255, 0.5); }
/* [data-productid="9616899"]::after { content: '\1F3A9  ЭЛИТА'; background: linear-gradient(120deg, #000080, #00FFFF, #4169E1, #000080); background-size: 300%; animation: badgeShimmer 3s ease infinite; color: #fff; box-shadow: -2px 2px 15px rgba(0, 255, 255, 0.4); border-left: 1px solid rgba(200, 255, 255, 0.5); } */
[data-productid="9616899"]::before { content: '365 ДНЕЙ'; color: #00FFFF; background: rgba(0, 255, 255, 0.1); border: 1px solid rgba(0, 255, 255, 0.6); }

.priv-duration-badge4 { background: linear-gradient(45deg, #4169E1, #00FFFF); color: #000; box-shadow: 0 2px 10px rgba(0, 0, 255, 0.4); }
[data-productid="9605641"]:hover { box-shadow: 0 0 20px rgba(135, 206, 250, 0.2); border-color: #87CEFA; }
[data-productid="9616600"]:hover { box-shadow: 0 0 20px rgba(30, 144, 255, 0.35); border-color: #1E90FF; }
[data-productid="9616601"]:hover { box-shadow: 0 0 25px rgba(65, 105, 225, 0.35); border-color: #4169E1; }
[data-productid="9616899"]:hover { box-shadow: 0 0 35px rgba(0, 255, 255, 0.5); border-color: #00FFFF; }


/* ==========================================================================
   5. КРАСНАЯ КОЛЛЕКЦИЯ (Оставил: 3 дня, 365 дней)
   ========================================================================== */
[data-productid="9605642"], [data-productid="9616901"], [data-productid="9616902"], [data-productid="9616903"] { background: linear-gradient(135deg, rgba(40, 10, 10, 0.95), rgba(20, 5, 5, 0.98)); }

[data-productid="9605642"] { border: 1px solid rgba(220, 20, 60, 0.4); }
[data-productid="9605642"]::after { content: '\1F336  ГОРЯЧЕЕ'; background: linear-gradient(45deg, #DC143C, #FF4040); color: #fff; box-shadow: -2px 2px 15px rgba(220, 20, 60, 0.4); }
[data-productid="9605642"]::before { content: '3 ДНЯ'; color: #FF6A6A; background: rgba(220, 20, 60, 0.15); border: 1px solid rgba(220, 20, 60, 0.5); }

[data-productid="9616901"] { border: 1px solid rgba(178, 34, 34, 0.4); }
/* [data-productid="9616901"]::after { content: '\1F9E8  ПУШКА'; background: linear-gradient(45deg, #B22222, #FF0000); color: #fff; box-shadow: -2px 2px 15px rgba(178, 34, 34, 0.4); } */
[data-productid="9616901"]::before { content: '14 ДНЕЙ'; color: #FF3333; background: rgba(178, 34, 34, 0.2); border: 1px solid rgba(178, 34, 34, 0.6); }

[data-productid="9616902"] { border: 1px solid rgba(139, 0, 0, 0.5); }
/* [data-productid="9616902"]::after { content: '\1F47A  ДОМИНАТОР'; background: linear-gradient(120deg, #8B0000, #FF0000, #C71585, #8B0000); background-size: 300%; animation: badgeShimmer 3s ease infinite; color: #fff; box-shadow: -2px 2px 15px rgba(139, 0, 0, 0.5); border-left: 1px solid rgba(255, 100, 100, 0.4); } */
[data-productid="9616902"]::before { content: '30 ДНЕЙ'; color: #FF1493; background: rgba(139, 0, 0, 0.25); border: 1px solid rgba(139, 0, 0, 0.7); }

/* GODLIKE (ULTIMATE) */
[data-productid="9616903"] { border: 1px solid rgba(255, 69, 0, 0.5); background: linear-gradient(135deg, rgba(60, 10, 0, 0.95), rgba(30, 5, 0, 0.98)); animation: magmaPulse 4s ease-in-out infinite; }
[data-productid="9616903"]::after { content: '\1F981  GODLIKE'; background: linear-gradient(120deg, #FF4500, #FFD700, #FF0000, #FFD700); background-size: 300%; animation: badgeShimmer 3s ease infinite; border-left: 2px solid #FFD700; border-bottom: 2px solid #FFD700; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.5); box-shadow: -4px 4px 20px rgba(255, 69, 0, 0.6); padding: 6px 15px; }
[data-productid="9616903"]::before { content: '\1F525  365 ДНЕЙ'; color: #FFD700; background: rgba(255, 69, 0, 0.3); border: 1px solid rgba(255, 215, 0, 0.6); box-shadow: 0 0 10px rgba(255, 69, 0, 0.4); }

.priv-duration-badge5 { background: linear-gradient(45deg, #DC143C, #FF4500); color: #fff; box-shadow: 0 2px 10px rgba(178, 34, 34, 0.6); }
[data-productid="9605642"]:hover { box-shadow: 0 0 30px rgba(220, 20, 60, 0.5); border-color: #FF4040; }
[data-productid="9616901"]:hover { box-shadow: 0 0 35px rgba(255, 0, 0, 0.5); border-color: #FF0000; }
[data-productid="9616902"]:hover { box-shadow: 0 0 40px rgba(139, 0, 0, 0.6); border-color: #FF1493; }
[data-productid="9616903"]:hover { animation: none; box-shadow: 0 0 50px rgba(255, 69, 0, 0.7), 0 0 100px rgba(255, 140, 0, 0.4), inset 0 0 30px rgba(255, 215, 0, 0.3); border-color: #FFD700; transform: translateY(-8px) scale(1.02); }

.priv-duration-badge5 { background: linear-gradient(45deg, #DC143C, #FF4500); color: #fff; box-shadow: 0 2px 10px rgba(178, 34, 34, 0.6); }


/* ==========================================================================
   7. ПРИВИЛЕГИЯ МЕТАБОЛИЗМ (Bio-Tech / Cyan)
   ========================================================================== */

/* Базовый контейнер (настроен автономно) */
[data-productid="9623956"] {
    position: relative;
    /* Темный фон с легким бирюзовым оттенком */
    background: linear-gradient(135deg, rgba(20, 30, 35, 0.95), rgba(10, 20, 25, 0.98));
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 4px 15px rgba(0, 255, 255, 0.15);
    padding-bottom: 35px;
    overflow: hidden;
    /* Граница цвета морской волны */
    border: 1px solid rgba(0, 255, 255, 0.4);
}

/* Верхний бейдж: ДНК + МЕТАБОЛИЗМ */
[data-productid="9623956"]::after {
    /* \1F9EC - это код для символа ДНК */
    content: '\1F9EC  МЕТАБОЛИЗМ'; 
    
    /* Перелив: Циан -> Лайм -> Белый -> Циан */
    background: linear-gradient(120deg, #00CED1, #00FF7F, #E0FFFF, #00CED1);
    background-size: 300% 300%;
    
    /* Глобальная анимация из начала файла */
    animation: badgeShimmer 3s ease infinite; 
    
    color: #000; 
    box-shadow: -2px 2px 15px rgba(0, 255, 255, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.6);

    /* Позиционирование */
    position: absolute; 
    top: 0; 
    right: 0; 
    font-size: 11px; 
    font-weight: 800;
    text-transform: uppercase; 
    padding: 4px 10px; 
    border-bottom-left-radius: 10px; 
    z-index: 2; 
    letter-spacing: 0.5px;
}

/* ==========================================================================
   8. ПРИВИЛЕГИЯ AIR SUPPORT (Tactical / Amber-Olive)
   ========================================================================== */

/* Базовый контейнер */
[data-productid="9627246"] {
    position: relative;
    /* Темный оливково-угольный фон (милитари стиль) */
    background: linear-gradient(135deg, rgba(35, 30, 20, 0.95), rgba(20, 20, 20, 0.98));
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* Янтарное свечение (напалм/взрыв) */
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.15);
    padding-bottom: 35px;
    overflow: hidden;
    /* Граница тактического оранжевого цвета */
    border: 1px solid rgba(255, 140, 0, 0.4);
}

/* Верхний бейдж: САМОЛЕТ + АВИАУДАР */
[data-productid="9627246"]::after {
    /* \2708 - символ самолета. Можно заменить на 'AIR SUPPORT' */
    content: '\2708  АВИАУДАР'; 
    
    /* Перелив: Оранжевый -> Красный (напалм) -> Золотой -> Оранжевый */
    background: linear-gradient(120deg, #FF8C00, #FF4500, #FFD700, #FF8C00);
    background-size: 300% 300%;
    
    /* Используем ту же анимацию badgeShimmer */
    animation: badgeShimmer 3s ease infinite; 
    
    color: #000; /* Черный текст для контраста с огненным фоном */
    box-shadow: -2px 2px 15px rgba(255, 69, 0, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.6);

    /* Позиционирование (без изменений) */
    position: absolute; 
    top: 0; 
    right: 0; 
    font-size: 11px; 
    font-weight: 800;
    text-transform: uppercase; 
    padding: 4px 10px; 
    border-bottom-left-radius: 10px; 
    z-index: 2; 
    letter-spacing: 0.5px;
}

/* ==========================================================================
   8. ПРИВИЛЕГИЯ ХОДЯЧИЙ СКЛАД (Void / Purple)
   ========================================================================== */

/* Если анимация badgeShimmer еще не объявлена в твоем коде, раскомментируй этот блок: */
/*
@keyframes badgeShimmer {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
*/

/* Базовый контейнер */
[data-productid="9654676"] {
    position: relative;
    /* Темный фон с глубоким фиолетовым оттенком */
    background: linear-gradient(135deg, rgba(35, 15, 45, 0.95), rgba(15, 5, 20, 0.98));
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* Тень: фиолетовое свечение */
    box-shadow: 0 4px 15px rgba(138, 43, 226, 0.15);
    padding-bottom: 35px;
    overflow: hidden;
    /* Граница цвета DarkOrchid */
    border: 1px solid rgba(148, 0, 211, 0.4);
}

/* Эффект при наведении (для живости) */
[data-productid="9654676"]:hover {
    border-color: rgba(186, 85, 211, 0.8);
    box-shadow: 0 8px 25px rgba(138, 43, 226, 0.3);
    transform: translateY(-2px);
}

/* Верхний бейдж: РЮКЗАК + СКЛАД */
[data-productid="9654676"]::after {
    /* \1F392 - это код иконки рюкзака */
    content: '\1F392  ХОДЯЧИЙ СКЛАД'; 
    
    /* Перелив: Фиолетовый -> Фуксия -> Белый -> Фиолетовый */
    background: linear-gradient(120deg, #9400D3, #FF00FF, #E0B0FF, #9400D3);
    background-size: 300% 300%;
    
    /* Та же анимация мерцания */
    animation: badgeShimmer 3s ease infinite; 
    
    color: #fff; /* Белый текст для контраста (или #000, если фон слишком яркий) */
    text-shadow: 0 0 2px rgba(0,0,0,0.5); /* Тень текста для читаемости */
    
    box-shadow: -2px 2px 15px rgba(148, 0, 211, 0.5);
    border-left: 1px solid rgba(255, 255, 255, 0.6);

    /* Позиционирование */
    position: absolute; 
    top: 0; 
    right: 0; 
    font-size: 11px; 
    font-weight: 800;
    text-transform: uppercase; 
    padding: 4px 10px; 
    border-bottom-left-radius: 10px; 
    z-index: 2; 
    letter-spacing: 0.5px;
}

/* Нижняя плашка: PASSIVE */
/*[data-productid="9623956"]::before {
    content: 'PASSIVE';
    color: #00FFFF;
    background: rgba(0, 255, 255, 0.1);
    border: 1px solid rgba(0, 255, 255, 0.5);


    position: absolute; 
    bottom: 61px; 
    right: 41px; 
    font-size: 12px; 
    font-weight: bold;
    font-family: monospace; 
    padding: 3px 12px; 
    border-radius: 4px; 
    white-space: nowrap; 
    backdrop-filter: blur(2px); 
    z-index: 2;
} */


/* --- СКИДКА (мигает внизу слева) --- 
[data-productid="9596694"]::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 70px;
    height: 70px; */
    
    /* Ссылка на картинку скидки */
  /*  background: url('https://i.postimg.cc/HLvV0jgX/logo-skidka.png') no-repeat center/contain;
    
    z-index: 20;
    animation: blink 1.5s infinite ease-in-out;
    pointer-events: none;
 } */


.Product-module__price {
    position: absolute;
    top: unset;
    left: 0px;
    bottom: 15px;
    color: rgba(255, 255, 255, 0.85);
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(3px);
    padding: 5px;
    margin: 0px 30px;
    border-radius: 8px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Product-module__name { display: none; }
.Product-module__img {
    position: absolute;
    top: -30px;
    left: 0px;
    right: 0px;
    object-fit: contain;
    width: 100%;
    transform: scale(0.6);
    aspect-ratio: 1 / 1;
    transition: 0.2s;
}
.Product-module__count {
    right: 10px;
    top: 10px;
    bottom: unset;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 3px 6px;
    border-radius: 5px;
    transition: none;
}
.ModalLayout-module__wrapper {
    width: 100vw;
    position: fixed;
    inset: 0px;
    background-color: rgba(8, 8, 8, 0.8);
    backdrop-filter: blur(15px);
    z-index: 30;
}
.ProductModal-module__command, .ProductModal-module__bp, .ProductModal-module__item, .ProductModal-module__dropdown, .ProductModal-module__set {
    width: 465px;
  	.boxBody {
    	background: linear-gradient(rgba(33, 33, 33, 0.5), rgb(28, 28, 28)) rgba(255, 255, 255, 0);
    	backdrop-filter: blur(5px);
    	border-radius: 10px 10px 0px 0px;
  	}
  	.boxFooter {
    	background: rgb(28, 28, 28);
    	border-radius: 0px 0px 10px 10px;
	}
  	.Button-module__btn.Button-module__gray {
    	color: var(--font-color-800);
    	background-color: rgba(255, 255, 255, 0.05);
    	border-radius: 8px;
    	border-color: transparent;
    	margin-right: auto;
	}
  	.Button-module__btn.Button-module__gray:hover, .Button-module__btn.Button-module__gray:focus {
    	background-color: rgba(255, 255, 255, 0.1);
	}
  	.Button-module__btn {
    	cursor: pointer;
    	border-radius: 2px;
    	padding: 7px 30px;
    	border: 1px solid transparent;
    	transition: 0.2s;
	}
  	.Button-module__btn.Button-module__accent {
    	color: var(--font-color-700);
    	background-color: var(--accent-color-800);
    	border-radius: 8px;
    	border-color: transparent;
	}
}
.ProductModal-module__header { display: none; }
.ProductModal-module__command .productModalImg { display: none; }
.productModalDescription {
  	list-style: inside;
  	text-align: left;
  	padding: 0px;
  	margin-bottom: 10px;
  	background-color: transparent;
}
.product { margin-bottom: 20px; }
.product_title { 
  	display: flex;
   	align-items: center;
    gap: 15px;
    img {
      	background: rgba(255, 255, 255, 0.03);
    	border-radius: 15px;
    	width: 100px;
    	height: 100px;
    	transition: 0.2s;
        &:hover { transform: scale(1.1); }
  }
}
.product__title {
  	display: flex;
    flex-direction: column;
    gap: 15px;
    span {
      	font-size: 18px;
    	font-weight: 600;
    	color: rgb(255, 255, 255);
        .product_title_duration {
          	background: rgba(255, 255, 255, 0.1);
    		padding: 2px 10px;
    		border-radius: 6px;
      	}
  	}
}
.product_btn_lg {
  	padding: 10px 15px;
    background: rgb(31, 116, 10);
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-radius: 10px;
    transition: 0.2s;
    text-align: center;
    &:hover {
      	background: rgba(31, 116, 10, 0.7);
    	color: rgb(255, 255, 255);
    }
}
.productModalDescription a {
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: 0.15s;
}
.productModalDescription a:hover { 
  	color: rgb(255, 255, 255); 
}
.product_desc_title {
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-size: 14px;
}
.product_desc_title_m {
    margin: 10px 0px;
    font-size: 16px;
}
.product_desc_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 5px;
    transition: 0.2s;
}
.product_desc_item:hover { 
  	background: rgba(255, 255, 255, 0.03); 
}
.product_desc_item_info {
    display: flex;
    flex: 0.9 1 0%;
    flex-direction: column;
    gap: 2px;
}
.product_desc_info {
    color: rgb(186, 186, 186);
    font-weight: 400;
    font-size: 12px;
}
.product_desc_info span { 
  	font-weight: 600; 
}
.product_desc_rightinfo {
    background: rgba(255, 255, 255, 0.1);
    color: rgb(222, 222, 222);
    font-size: 13px;
    font-weight: 600;
    padding: 3px 6px;
    border-radius: 5px;
}
.product_btn {
    background: rgb(31, 116, 10);
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: 0.2s;
}
.product_btn:hover {
    background: rgba(31, 116, 10, 0.6);
    transition: 0.2s;
}
.TotalSum-module__label {
    width: 100%;
    text-align: left;
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin-bottom: 6px;
}
.TotalSum-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: row-reverse;
}
.TotalSum-module__currency {
    padding: 0px 8px;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.5);
    line-height: 26px;
    height: 25px;
    position: relative;
    top: 8px;
    bottom: unset;
    right: 5px;
    border-radius: 8px;
}
.TotalSum-module__input {
    font-size: 16px;
    width: 100%;
    padding: 0px 10px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.CountSelector-module__label {
    width: 100%;
    text-align: left;
    display: block;
    font-weight: 400;
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin-bottom: 6px;
}
.CountSelector-module__changeCountBtn {
    width: 60px;
    height: 100%;
    background: transparent;
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all .15s ease;
  	&:hover {
    	background: transparent;
  	}
}
.CountSelector-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}
.CountSelector-module__changeCountBtn.CountSelector-module__left {
    border-right: none;
}
.CountSelector-module__icon {
    width: 72%;
    height: 60%;
    transition: 0.15s;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 6px;
}
.CountSelector-module__input {
    font-size: 16px;
    width: 100%;
    padding: 0px 10px;
    text-align: center;
    font-weight: 500;
    color: rgb(255, 255, 255);
}
.CountSelector-module__changeCountBtn.CountSelector-module__right {
    border-left: none;
}
.CountSelector-module__icon:hover {
    background: rgba(255, 255, 255, 0.15);
}
.ItemContent-module__label {
    display: none;
}
.Selector-module__dropDownWrapper, .ProfileContent-module__title {
    display: none;
}

.ProductItemSelector-module__items {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
    width: 100%;
    justify-content: center;
    visibility: visible !important;
    opacity: 1 !important;
}

[data-modalproductid] .tm-productTilesGrid {
    display: grid !important;
    grid-template-columns: repeat(5, 70px) !important;
    gap: 10px !important;
    width: 100% !important;
    justify-content: center !important;
    align-content: start !important;
}

[data-modalproductid] .tm-productTilesItem {
    width: 70px !important;
    height: 70px !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 70px !important;
    overflow: hidden;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

[data-modalproductid] .tm-productTilesImg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

[data-modalproductid].tm-productTilesEnabled .Selector-module__dropDownCurrentItem,
[data-modalproductid].tm-productTilesEnabled .dropDownCurrentItem {
    display: none !important;
}
[data-modalproductid].tm-productTilesEnabled .Selector-module__dropDownList,
[data-modalproductid].tm-productTilesEnabled .Selector-module__dropDownItem,
[data-modalproductid].tm-productTilesEnabled .dropDownList,
[data-modalproductid].tm-productTilesEnabled .dropDownItem {
    display: none !important;
}

@media screen and (max-width: 965px) {
    [data-modalproductid] .tm-productTilesGrid {
        grid-template-columns: repeat(3, 70px) !important;
        gap: 8px !important;
        justify-content: center !important;
    }
}

.tm-product-tiles {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tm-product-tiles__title {
    font-weight: 700;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 8px;
    letter-spacing: 0.2px;
    text-align: center;
    width: 100%;
}

.tm-product-tiles__titleValue {
    color: #4fe8f1;
}

.tm-product-tiles__grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
}

.ProductItemSelector-module__item {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 8px;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.2s;
    background: rgba(255, 255, 255, 0.05);
    padding: 0;
    margin: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    visibility: visible !important;
    opacity: 1 !important;
}

.ProductItemSelector-module__item:hover {
    transform: scale(1.05);
    border-color: rgba(255, 255, 255, 0.2);
}

.ProductItemSelector-module__item.ProductItemSelector-module__active,
.ProductItemSelector-module__item.active {
    border-color: var(--accent-color-800, #4caf50);
    box-shadow: none;
    background: rgba(255, 255, 255, 0.08);
}

.tm-product-tiles__item {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    padding: 0;
    background: rgba(255, 255, 255, 0.04);
    border: 2px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.15s, border-color 0.15s, box-shadow 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tm-product-tiles__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

@media screen and (max-width: 965px) {
    .tm-product-tiles__grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
    }
}

.tm-product-tiles__item:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.03);
}

.tm-product-tiles__item.active {
    border-color: var(--accent-color-800, #31b112);
    box-shadow: none;
    background: rgba(255, 255, 255, 0.08);
}

.tm-product-tiles__num {
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    color: rgba(120, 255, 255, 0.95);
    text-shadow: 0 0 10px rgba(79, 232, 241, 0.35);
}

.tm-product-tiles__suffix {
    margin-top: 2px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(120, 255, 255, 0.8);
}

.tm-product-tiles__sub {
    margin-top: 6px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.65);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tm-product-tiles__label {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    padding: 0 6px;
}

.tm-product-tiles-enabled .dropDownCurrentItem {
    display: none !important;
}
.tm-product-tiles-enabled .dropDownList,
.tm-product-tiles-enabled .dropDownItems,
.tm-product-tiles-enabled .dropDownWrapper {
    display: none !important;
}

.ProductItemSelector-module__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block !important;
    pointer-events: none;
    visibility: visible !important;
    opacity: 1 !important;
}
.productModalProductAvailability {
    display: none;
}
.productModalGiveText {
    background: rgb(37, 37, 37);
    border-radius: 8px;
    padding: 10px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
}
.product_kit_header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
}
.product_kit_title_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.7rem;
    margin-top: 10px;
}
.product_kit_title {
    font-size: 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.product_kit_modal_close {
    display: flex;
    background: url(https://i.ibb.co/Z646pg9q/close.png) center center / 70% no-repeat rgb(171, 53, 53);
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}

.product_kit_content {
    padding: 10px 20px;
}
.product_kit_description {
    margin-bottom: 20px;
}
.product_kits_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_kit_description span {
    font-size: 14px;
    color: rgb(179, 179, 179);
}
.product_kits_title_cooldown {
    background: rgba(255, 255, 255, 0.05);
    padding: 3px 10px;
    border-radius: 6px;
}
.product_kit_container {
    display: flex;
    padding: 15px 0px;
    flex-wrap: wrap;
    gap: 5px;
}
.product_kit_container_item {
    width: 72px;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    padding: 3px 5px;
    border-radius: 8px;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    transition: 0.2s;
}
.product_kit_container_item:hover {
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 20px;
}
.product_kit_container_item img {
    width: 50px;
    height: 50px;
}
.product_kit_container_item span {
    font-size: 11px;
    font-weight: 500;
    color: rgb(218, 218, 218);
}
.customModalWrapper {
    position: fixed;
    inset: 0px;
    background-color: rgba(15, 15, 15, 0.8);
    backdrop-filter: blur(15px);
    z-index: 240;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s, visibility 0.2s step-end;
}
.product_modal_container {
    display: flex;
    padding: 15px 0px;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
}
.product_modal_container_item img {
    border-radius: 10px;
    transition: 0.2s;
}
.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: 13px;
    outline: transparent solid 1px;
    transition: 0.1s;
}
.dropDownCurrentItem:hover, .dropDownCurrentItem:focus {
    outline: rgba(255, 255, 255, 0.1) solid 1px;
}
.dropDownItem:hover, .dropDownItem:focus, .dropDownItem.active {
    background-color: rgb(45, 45, 45);
}
.KitContent-module__containsItems {
    display: flex;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
    width: 100%;
    margin-bottom: 15px;
    flex-flow: wrap;
    justify-content: flex-start;
}
.KitContent-module__containsItem {
    border-radius: 8px;
    background-color: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
  	width: 23%;
}
.KitContent-module__itemImg {
    width: 100%;
    height: auto;
    object-fit: contain;
    transform: scale(0.8);
}
.KitContent-module__itemName {
    padding: 5px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    top: unset;
    left: 0px;
    right: 0px;
    height: 25px;
    text-align: center;
    color: var(--font-color-800);
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: transparent;
    border-radius: 8px;
}
.KitContent-module__itemCount {
    position: absolute;
    top: 5px;
    bottom: 0px;
    left: 5px;
    height: 20px;
    width: auto;
    padding: 3px 4px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(3px);
    color: rgb(173, 173, 173);
    text-align: start;
    font-size: 12px;
    border-radius: 6px;
}
.ProductModal-module__item {
  	.productModalImg {
       max-width: 150px;
    	width: 150px;
    	height: 150px;
    	transform: scale(1.5);
    	object-fit: contain;
    	margin-bottom: 40px;
    	margin-top: 40px;
	}
}
.footer-content {
    max-width: 920px;
    background-image: linear-gradient(180deg, var(--bg-color-800), transparent);
    border-radius: 10px;
    margin: 0px auto;
    position: relative;
    right: 45px;
    display: flex;
    padding: 15px 20px;
    align-items: center;
    flex-direction: row;
}
.footer-content > div:nth-child(1) {
    flex: 0.7 1 0%;
}
.project-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.project-info-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.project-info-title-logo {
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url(https://i.postimg.cc/FRdtzY1Z/logo.png) 0% 0% / cover;
    border-radius: 10px;
    transition: 0.2s;
}

.project-info-title-logo::before {
    content: "\a Игровой магазин";
    white-space: normal;
    position: absolute;
    top: 36px;
    left: 74px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}

.project-info-title-logo::after {
    content: "\a 7EMERKA";
    white-space: normal;
    position: relative;
    top: 2px;
    left: 55px;
    font-size: 18px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}

.footer-content p {
    margin: 0px;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    color: rgb(133, 133, 133);
}
.footer-content > div:nth-child(2) {
    flex: 0.2 1 0%;
}
.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.footer-nav-link {
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    color: rgb(169, 169, 169);
    cursor: pointer;
    transition: 0.2s;
}
.footer-nav-link:hover {
    color: rgb(255, 255, 255);
}
.footer-content > div:nth-child(3) {
    flex: 0.3 1 0%;
}
.footer-content > div:nth-child(4) {
    flex: 0.6 1 0%;
}



.footer-alternate-content {
    max-width: 920px;
    position: relative;
    right: 45px;
    display: flex;
    margin: 0px auto;
    padding: 30px 0px;
    justify-content: center;
}
.project-info-alt p {
    font-size: 12px;
    color: rgb(153, 153, 153);
    font-family: Montserrat, sans-serif;
}
.ShopFooter-module__text, .ShopFooter-module__links {
    display: none;
}
.boxFooter {
    background: rgb(28, 28, 28);
    border-radius: 0px 0px 10px 10px;
}
.product_cart_title_header {
    display: flex;
    gap: 10px;
}
.Button-module__btn.Button-module__accent {
    color: var(--font-color-700);
    background-color: var(--accent-color-800);
    border-radius: 8px;
    border-color: transparent;
}
.ProfileContent-module__wrapper, .BasketContent-module__wrapper, .HistoryContent-module__wrapper {
    flex: 0.71 1 0%;
    width: 100%;
    margin-bottom: 20px;
  	.boxHeader {
    	background: transparent;
    	border-radius: 0px;
	}
  	.boxBody {
    	background: linear-gradient(rgba(33, 33, 33, 0.5), rgb(28, 28, 28)) rgba(255, 255, 255, 0);
    	backdrop-filter: blur(5px);
    	border-radius: 10px 10px 0px 0px;
	}
  	.boxBody:last-child {
    	border-radius: 10px;
	}
}
.ProfileContent-module__header {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}
.ProfileContent-module__box {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 0px 4px;
}
.ProfileContent-module__infoLine {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 20px;
}
.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    cursor: pointer;
    color: rgb(51, 178, 20);
    transition: 0.15s;
}
.ProfileContent-module__infoLineValue.ProfileContent-module__steamid:hover {
    color: rgb(51, 178, 20);
    opacity: 0.8;
}
.ProfileContent-module__infoLineValue {
    color: var(--font-color-700);
}
.ProfileContent-module__input {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 8px;
    overflow: hidden;
    padding: 0px 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
}
.Button-module__btn.Button-module__accent:hover, .Button-module__btn.Button-module__accent:focus {
    background-color: var(--accent-color-800);
    border-color: transparent;
    opacity: 0.8;
}

.ProfileContent-module__body.boxBody::after {
    display: block;
    content: "Промокоды можно найти на нашем Discord-сервере, а иногда и в Telegram.";
    text-align: center;
    font-size: 14px;
    height: 35px;
    margin-top: 17px;
    color: rgb(112, 221, 88);
    background-color: rgb(18, 41, 13);
    border: 1px solid rgb(34, 83, 23);
    font-weight: 500;
    padding: 8px;
    border-radius: 10px;
}

.ProfileNav-module__wrapper.ProfileNav-module__rightSide {
    margin-right: 0px;
    margin-left: 5px;
    margin-top: 55px;
  	.boxHeader {
    	background: transparent;
    	border-radius: 0px;
	}
  	.boxBody {
    	background: linear-gradient(rgba(33, 33, 33, 0.5), rgb(28, 28, 28)) rgba(255, 255, 255, 0);
    	backdrop-filter: blur(5px);
    	border-radius: 10px 10px 0px 0px;
	}
}
.ProfileNav-module__header {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 0.5rem;
}
.ProfileNav-module__img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-bottom: 0px;
}
.ProfileNav-module__name {
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, transparent 80%);
    padding: 10px 15px;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ProfileNav-module__navItem {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 10px 15px;
    color: rgb(147, 147, 147);
    transition: 0.15s;
}
.ProfileNav-module__navItem:hover, .ProfileNav-module__navItem:focus, .ProfileNav-module__navItem.ProfileNav-module__active {
    color: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.1);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(22, 22, 22);
    padding: 16px;
    border-bottom: 1px solid rgb(37, 37, 37);
}
.modal-header h2 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 500;
}
.modal-body {
    padding: 20px;
}
.pay-start__fieldset {
    margin-bottom: 20px;
}
.pay-fieldset.pay-start__fieldset {
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 50px;
    padding: 17px 48px 16px 12px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}
.pay-fieldset input {
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    border: none;
    outline: none;
    width: 100%;
}
.pay-fieldset__icon {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.bonus-container {
    text-align: center;
}
.pay-start__bonus {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    margin-bottom: 25px;
    background: rgb(34, 34, 34);
}
.pay-start__bonus-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.pay-start__bonus-list {
    background: rgb(28, 28, 28);
    padding: 5px;
    border-radius: 10px;
    display: flex;
    margin-bottom: 10px;
}
.pay-start__bonus-list--item {
    flex: 1 1 0%;
    background: transparent;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    cursor: pointer;
}
.pay-start__bonus-list--item.active {
    background: rgb(49, 176, 18);
    color: rgb(255, 255, 255);
    font-weight: 600;
    box-shadow: rgb(49, 97, 38) 0px 0px 20px;
}
.pay-start__bonus-percents {
    display: flex;
    padding: 0px 4px;
}
.pay-start__bonus-percents--item {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    transition: 0.3s;
}
.pay-start__bonus-percents--item::before {
    content: "";
    height: 4px;
    width: 95%;
    background: rgb(140, 148, 159);
    display: block;
    opacity: 0.2;
    transition: 0.3s;
    border-radius: 10px;
}
.pay-start__bonus-percents--item.active::before {
    background: rgb(51, 177, 20);
    box-shadow: rgb(49, 97, 38) 0px 0px 20px 5px;
    opacity: 1;
    border-radius: 10px;
}
.pay-start__bonus-finish {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.pay-start__bonus-finish--title {
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 17px;
    font-weight: 600;
}
.pay-start__bonus-finish--sum {
    margin-left: auto;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}
.pay-start__bonus-finish--bonus {
    position: relative;
    cursor: help;
    display: inline-block;
    margin-left: 10px;
    background: rgb(17, 39, 7);
    border: 1px solid rgb(40, 87, 18);
    padding: 5px 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: rgb(116, 223, 69);
    border-radius: 10px;
}
.pay-start__bonus-finish--bonus::after {
    content: "Бонус зачисляется после оплаты";
    position: absolute;
    bottom: 35px;
    right: 0px;
    transform: translateY(20%);
    background-color: rgb(26, 125, 29);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    opacity: 0;
    overflow: visible;
    transition: opacity 0.3s, transform 0.3s;
}
.pay-start__bonus-finish--bonus:hover::after {
    opacity: 1;
    transform: translateY(0px);
}
.pay-start__buttons-card {
    background: rgb(36, 36, 36);
    border: 1px solid rgb(47, 47, 47);
    height: 50px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s ease-in;
}
.pay-start__buttons-card:hover {
    background: rgb(47, 47, 47);
    border: 1px solid rgb(47, 47, 47);
}
#scrollTopBtn {
  	position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(15px);
    color: white;
    font-weight: 400;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.05);
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 8px;
}
#scrollTopBtn.visible {
  	opacity: 1;
}

#scrollTopBtn:hover {
  	background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

#scrollTopBtn .scroll-top-icon {
	width: 18px;
    height: 18px;
}
.SupportContent-module__wrapper {
	.boxHeader {
    	background: transparent;
    	border-radius: 0px;
	}
  	.boxBody {
    	background: linear-gradient(rgba(33, 33, 33, 0.5), rgb(28, 28, 28)) rgba(255, 255, 255, 0);
    	backdrop-filter: blur(5px);
    	border-radius: 10px 10px 0px 0px;
	}
  	.boxBody:last-child {
    	border-radius: 10px;
	}
  	.Button-module__btn.Button-module__gray {
    	color: var(--font-color-800);
    	background-color: rgba(255, 255, 255, 0.05);
    	border-radius: 8px;
    	border-color: transparent;
    	margin-right: auto;
	}
  	.Button-module__btn.Button-module__gray:hover, .Button-module__btn.Button-module__gray:focus {
    	background-color: rgba(255, 255, 255, 0.1);
	}
  	.Button-module__btn.Button-module__accent {
    	color: var(--font-color-700);
    	background-color: var(--accent-color-800);
    	border-radius: 8px;
    	border-color: transparent;
	}
  	.Button-module__btn.Button-module__accent:hover, .Button-module__btn.Button-module__accent:focus {
    	background-color: var(--accent-color-800);
    	border-color: transparent;
    	opacity: 0.8;
	}
  	.TicketsTable-module__tableHeader {
    	background-color: rgba(255, 255, 255, 0.03);
    	border-radius: 8px;
    	margin-bottom: 20px;
	}
	.TicketsTable-module__tableTitle {
    	color: rgba(255, 255, 255, 0.7);
    	font-size: 13px;
    	font-weight: 400;
	}
  	.errorMessage {
    	display: block;
    	width: 100%;
    	text-align: center;
    	margin: 20px 0px;
    	font-size: 14px;
    	font-weight: 500;
    	color: rgb(161, 161, 161);
	}
  	.errorMessage::after {
    	content: "\a ☹️";
    	white-space: normal;
	}
}
.boxHeader.SupportContent-module__header {
    width: 100%;
    font-size: 22px;
    font-weight: 500;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}
.ModalLayout-module__modal.SupportContent-module__modal {
  	.NewTicketModal-module__header {
    	display: none;
	}
  	.boxHeader {
    	background: transparent;
    	border-radius: 0px;
	}
  	.boxBody {
    	background: linear-gradient(rgba(33, 33, 33, 0.5), rgb(28, 28, 28)) rgba(255, 255, 255, 0);
    	backdrop-filter: blur(5px);
    	border-radius: 10px 10px 0px 0px;
	}
  	.TicketThemeInput-module__inputWrapper {
    	width: 100%;
    	display: flex;
    	height: 40px;
    	border-radius: 8px;
    	overflow: hidden;
    	background: rgba(255, 255, 255, 0.05);
	}
  	.TicketThemeInput-module__iconWrapper {
    	display: none;
	}
  	.NewTicketModal-module__formGroup.NewTicketModal-module__multiCol {
    	display: none;
	}
  	.TicketMessageTextArea-module__textarea {
    	border-radius: 8px;
    	background: rgba(255, 255, 255, 0.05);
    	font-size: 15px;
    	width: 100%;
    	resize: vertical;
    	padding: 10px;
    	min-height: 120px;
	}
  	.boxFooter {
    	background: rgb(28, 28, 28);
    	border-radius: 0px 0px 10px 10px;
	}
  	.Button-module__btn.Button-module__gray {
    	color: var(--font-color-800);
    	background-color: rgba(255, 255, 255, 0.05);
    	border-radius: 8px;
    	border-color: transparent;
    	margin-right: auto;
	}
  	.Button-module__btn.Button-module__gray:hover, .Button-module__btn.Button-module__gray:focus {
    	background-color: rgba(255, 255, 255, 0.1);
	}
}
.Header-module__logo:hover {
    transform: scale(1.1) rotate(4deg);
}
.BasketContent-module__header {
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}
.BasketContent-module__wrapper {
  	.boxBody {
    	background: linear-gradient(rgba(33, 33, 33, 0.5), rgb(28, 28, 28)) rgba(255, 255, 255, 0);
    	backdrop-filter: blur(5px);
    	border-radius: 10px 10px 0px 0px;
	}
  	.boxBody:last-child {
    	border-radius: 10px;
	}
  	.BasketSearch-module__wrapper {
    	width: 100%;
    	display: flex;
    	height: 45px;
    	border-radius: 10px;
    	overflow: hidden;
    	background: rgba(255, 255, 255, 0.05);
    	border: none;
    	flex-direction: row-reverse;
    	transition: 0.1s;
	}
}
.BasketSearch-module__iconWrapper {
    height: 100%;
    padding: 0px 20px;
    background: transparent;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}
.BasketSearch-module__icon {
    width: 20px;
    height: 20px;
}
.BasketSearch-module__icon path {
    stroke: rgb(113, 113, 113);
}
.BasketSearch-module__wrapper:hover {
    background: rgba(255, 255, 255, 0.1);
}
.BasketTable-module__tableHeader {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 14px 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    justify-content: space-between;
}
.BasketTable-module__tableTitle {
    color: var(--font-color-900);
    font-size: 13px;
    font-weight: 400;
}
.errorMessage {
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(161, 161, 161);
}
.errorMessage::after {
    content: "\a ☹️";
    white-space: normal;
}
.HistoryContent-module__wrapper {
  	.boxHeader {
    	background: transparent;
    	border-radius: 0px;
	}
  	.boxBody:last-child {
    	border-radius: 10px;
	}
}
.HistoryContent-module__header {
    display: flex;
    justify-content: flex-start;
    font-size: 18px;
    font-weight: 500;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    margin-top: 20px;
}
.HistorySearch-module__wrapper {
    width: 100%;
    display: flex;
    height: 45px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    border: none;
    flex-direction: row-reverse;
    transition: 0.1s;
}
.HistorySearch-module__iconWrapper {
    height: 100%;
    padding: 0px 20px;
    background: transparent;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}
.HistorySearch-module__icon {
    width: 20px;
    height: 20px;
}
.HistorySearch-module__icon path {
    stroke: rgb(113, 113, 113);
}
.HistorySearch-module__wrapper:hover {
    background: rgba(255, 255, 255, 0.1);
}
.HistoryTable-module__tableHeader {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}
.HistoryTable-module__tableTitle {
    color: var(--font-color-900);
    font-size: 13px;
    font-weight: 400;
}

@keyframes stretchScale {  
    0% {
        opacity: 0;
        transform: scale(0);
    }
  	50% {
    	opacity: 1;
    	transform: scale(1.1);
	}
  	100% {
    	opacity: 1;
    	transform: scale(1);
	}
} 
@keyframes stretchHover {  
    0% {
		transform: translateX(20px);
    	opacity: 0;
    }
	100% {
    	transform: translateX(0px);
    	opacity: 1;
	}
} 
@media screen and (min-width: 1366px) {
    .container {
        width: 1200px;
        padding: 0 var(--safe-padding);
        position: relative;
        right: -85px;
    }
}
@media screen and (max-width: 965px) {
  	#scrollTopBtn {
    	display: none;
    }
  	body {
      	background-image: linear-gradient(320deg, var(--bg-color-900) 85%, #1e1e1e);
    }
    .container {
        width: 100%;
        padding: 0 var(--safe-padding);
        margin: 0px auto;
    }
    .Header-module__wrapper {
      	text-align: center;
        display: flex;
        width: 100%;
        flex-flow: row;
        transform: unset;
        padding: 10px 20px;
        left: 0px;
        height: 70px;
        position: absolute;
        margin-top: 20px;
        align-items: baseline;
        justify-content: space-between;
    }
    .Header-module__logoWrapper {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin-top: 0px;
        margin-left: 5px;
        position: relative;
        bottom: 25px;
        left: 0px;
    }
    .Header-module__logoWrapper::after, .Header-module__logoWrapper::before {
        display: none;
    }
    .HeaderNav-module__wrapper {
        display: none;
    }
  	.PlayerMenu-module__wrapper {
        width: auto;
        display: flex;
        align-items: flex-start;
        flex-flow: row;
        gap: 0.5rem;
        justify-content: center;
        position: relative;
        right: 0px;
        margin-top: 0px;
    }
  	.socials {
      	display: none;
  	}
  	.PlayerMenuMobile-module__mobileMenuBtn {
      	display: none;
  	}
  	.container.bannerContainer {
      	display: none;
  	}
  	.Shop-module__wrapper {
      	margin-top: 85px;
  	}
    .Categories-module__categories {
        display: flex;
        width: 100%;
        justify-content: flex-start;
        flex-flow: row;
        margin: 0px;
        overflow: scroll;
    }
    .Widgets-module__wrapper.Widgets-module__rightSide {
        margin-right: 0px;
        margin-left: 0px;
        margin-top: -25px;
        border-left: none;
        border-image: none 100% / 1 / 0 stretch;
        background-image: none;
    }
    .monitoring {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .mon_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .mon_container {
        background: rgba(255, 255, 255, 0.03);
        border-radius: 8px;
        display: flex;
        row-gap: 0.5rem;
        margin-top: 10px;
        margin-left: 0px;
        margin-right: 0px;
        padding: 15px;
        flex-direction: column;
    }
  	.mon_about::after {
      	display: none;
  	}
  	.footer-content {
        max-width: 100%;
        background-image: linear-gradient(180deg, var(--bg-color-800), transparent);
        border-radius: 10px;
        margin: 20px 0px 0px;
        position: relative;
        right: 0px;
        left: 0px;
        display: flex;
        padding: 15px 0px;
        align-items: center;
        flex-direction: column;
    }
    .project-info {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
    }
      .project-info-title {
        display: flex;
        gap: 10px;
        flex-direction: row;
        align-items: center;
        margin-bottom: 0px;
    }
  	.project-info-title-logo::before {
      	display: none;
  	}
  	.footer-content p {
        position: relative;
        top: 10px;
        margin: 0px;
        font-size: 12px;
        font-family: Montserrat, sans-serif;
        color: rgb(133, 133, 133);
    }
    .footer-nav {
        margin-top: 10px;
        display: flex;
        flex-flow: column wrap;
        align-items: center;
        gap: 5px;
        justify-content: center;
    }
    .copyright {
        width: 70px;
        height: 50px;
        margin-top: 20px;
        margin-right: 0px;
    }
  	.footer-alternate-content {
        max-width: 100%;
        position: relative;
        right: unset;
        left: 0%;
        display: flex;
        margin: 0px auto 20px;
        padding: 5px 20px;
        align-items: center;
    }
}






.page-title {
    text-align: center;
    color: var(--accent-color-800, #31b112);
    margin: 30px 0 30px 0;
    font-size: 32px;
    font-family: var(--default-font-family), 'Montserrat', Arial, sans-serif;
    font-weight: 700;
    text-shadow: 0 0 18px var(--accent-color-800, #31b112), 0 0 2px #000;
    letter-spacing: 1px;
}

.flying-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    max-width: 940px;
    margin: 0 auto 40px auto;
    padding: 40px 30px;
    border-radius: 20px;
    background: var(--bg-color-800, #212121);
    box-shadow: 0 0 40px 0 var(--accent-color-800, #31b112), 0 0 0 4px var(--accent-color-800, #31b112)22 inset;
    border: 1px solid rgba(255,255,255,0.05);
    position: relative;
}

.flying-link {
    text-decoration: none;
    display: block;
    height: 100%;
}

.flying-block {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    min-height: 170px;
    min-width: 170px;
    box-shadow: 0 0 18px 0 var(--accent-color-800, #31b112)99, 0 0 0 3px var(--accent-color-800, #31b112)55 inset;
    border: 1px solid rgba(255,255,255,0.04);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    transition: transform 0.2s, box-shadow 0.2s;
    background: var(--product-items-trans-bg-color, rgba(0,0,0,0.4));
}
.flying-block:hover {
    transform: scale(1.06);
    box-shadow: 0 0 40px 0 var(--accent-color-800, #31b112), 0 0 0 6px var(--accent-color-800, #31b112) inset;
    z-index: 2;
}

.flying-block img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
    margin: 0;
    z-index: 1;
    background: none;
    box-shadow: none;
    transition: transform 0.2s;
}

.flying-block h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 18px 0;
    color: var(--font-color-700, #fff);
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 0 8px #000, 0 0 8px var(--accent-color-800, #31b112)99;
    text-align: center;
    letter-spacing: 0.5px;
    font-family: var(--default-font-family), 'Montserrat', Arial, sans-serif;
    background: rgba(0,0,0,0.45);
    border-radius: 8px;
    padding: 8px 16px;
    display: inline-block;
    width: calc(100% - 32px);
    box-sizing: border-box;
}

@media screen and (max-width: 965px) {
    .flying-container {
        grid-template-columns: 1fr 1fr;
        padding: 10px 0;
        gap: 15px;
    }
    .flying-block {
        min-width: 120px;
        min-height: 120px;
    }
    .flying-block h3 {
        font-size: 15px;
        padding: 6px 8px;
        margin-bottom: 10px;
    }
    .page-title {
        font-size: 20px;
        margin: 20px 0 10px 0;
    }
}
.Product-module__wrapper [class*="discount"],
.Product-module__wrapper [class*="Discount"],
.Product-module__wrapper [class*="sale"],
.Product-module__wrapper [class*="Sale"],
.ProductCard-module__discount,
.ProductsList-module__discount,
.DiscountBadge-module__wrapper {
  top: 10px !important;
  left: 10px !important;
  right: auto !important;
  z-index: 50 !important;
}
[data-productid="9423880"]::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px; 
    height: 30px; 
    background-image: url('https://gspics.org/images/2025/04/24/IBg5zL.png');
    background-size: cover;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    z-index: 1;
    opacity: 1;
}

[data-productid="9423880"]::after {
    content: '';
    position: absolute;
    top: 15px;
    right: -4000px; 
    width: 25px; 
    height: 25px; 
    background-image: url('https://gspics.org/images/2025/04/24/IBMtIh.png');
    background-size: cover;
    transform: rotate(45deg); 
    transition: right 0.5s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 2;
    opacity: 1;
}


[data-productid="9423880"]:hover::before {
    background-image: url('https://gspics.org/images/2025/04/24/IBglty.png'); 
    transform: rotate(360deg); 
}

[data-productid="9423880"]:hover::after {
    right: 30px; 
    transform: rotate(0deg); 
}

/* ===== Product modal avatar (show for all products, not only privileges) ===== */
[data-modalproductid] .tm-modal-avatar-img {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    border-radius: 16px;
    object-fit: cover;
    z-index: 5;
    background: rgba(255, 255, 255, 0.05);
    display: block;
    margin: 0 auto;
}

[data-modalproductid] .tm-modal-avatar-padded {
    padding-left: 0 !important;
}

/* ===== WIPEBLOCK (ported from "дизайн десолят") ===== */
.wipeblock {
    padding: 10px 0;
}

/* remove global "boxBody" background just for wipeblock page */
.tm-wipeblock-host .boxBody {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

/* same for rules page */
.tm-rules-host .boxBody {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

/* same for bans page */
.tm-bans-host .boxBody {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.tm-bans-host {
    width: 100% !important;
    flex: 1 1 0% !important;
    min-width: 0 !important;
    align-self: stretch !important;
}

/* (removed old RustApp Court layout; оставлена только таблица банов в стиле Desolate ниже) */

/* ===== BANS (Desolate-style layout, no API yet) ===== */
.tm-bans-host .bans { padding: 10px 0; }

.tm-bans-host .bans-search { width: 330px; }
.tm-bans-host #searchSteamId {
    width: 100%;
    margin: 0 !important;
    padding: 8px 12px;
    border-radius: 14px;
    min-height: 34px;
    font-weight: 400;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    outline: none;
}
.tm-bans-host #searchSteamId::placeholder { color: rgb(255 255 255 / 70%); }

.tm-bans-host .bans-panel {
    background: rgb(255 255 255 / 3%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 15px;
}
.tm-bans-host .banHeader { margin-bottom: 10px; }
.tm-bans-host .banTableHeaders { display: flex; flex-direction: row; padding: 0; gap: 15px; }
.tm-bans-host .banTableTitle { text-align: left; font-weight: 600; font-family: "Montserrat", sans-serif; color: rgb(255 255 255); }
.tm-bans-host .error { font-weight: 400; font-family: "Montserrat", sans-serif; color: rgb(255 151 151); width: max-content; text-align: center; padding: 10px; margin: 15px auto; }
.tm-bans-host .banTableComponent { display: flex; flex-direction: row; justify-content: space-between; padding: 8px; background: rgb(255 255 255 / 5%); border: 1px solid rgb(255 255 255 / 5%); margin-bottom: 5px; border-radius: 15px; align-items: center; transition: 0.3s all; }
.tm-bans-host .banTableComponent:hover { background: rgb(255 255 255 / 10%); }
.tm-bans-host .banTableHeaders > div:nth-child(1),
.tm-bans-host .banTableComponent > div:nth-child(1) { flex: 1.6; }
.tm-bans-host .banTableHeaders > div:nth-child(2),
.tm-bans-host .banTableComponent > div:nth-child(2) { flex: 2; }
.tm-bans-host .banTableHeaders > div:nth-child(3),
.tm-bans-host .banTableComponent > div:nth-child(3) { flex: 1; }
.tm-bans-host .banTableHeaders > div:nth-child(4),
.tm-bans-host .banTableComponent > div:nth-child(4) { flex: 0.5; }
.tm-bans-host .pagination { display: flex; margin-top: 25px; gap: 15px; align-items: center; justify-content: center; flex-direction: row; }
.tm-bans-host #prevPage { margin: 0 5px; border-radius: 10px; padding: 8px 10px; background: rgb(255 255 255 / 3%); border-color: transparent; color: rgb(198 198 198); font-size: 14px; font-family: "Montserrat", sans-serif; transition: 0.3s; cursor: pointer; margin-left: 8px; margin-right: 8px; display: block; text-align: center; }
.tm-bans-host #prevPage:hover { border: none; background: rgb(255 255 255 / 5%); }
.tm-bans-host #nextPage { margin: 0 5px; border-radius: 10px; padding: 8px 10px; background: #c18859; border-color: transparent; color: rgb(255 255 255); font-size: 14px; font-family: "Montserrat", sans-serif; transition: 0.3s; cursor: pointer; margin-left: 8px; margin-right: 8px; display: block; text-align: center; }
.tm-bans-host #nextPage:hover { border: none; background: #a47249; }
.tm-bans-host #pageInfo { font-size: 16px; font-weight: 400; font-family: "Montserrat", sans-serif; color: rgb(255 255 255); }
.tm-bans-host .banTextReason { font-size: 14px; font-weight: 400; font-family: "Montserrat", sans-serif; color: rgb(255 255 255); }
.tm-bans-host .banTextExpired { background: #c18859; padding: 5px; border-radius: 8px; font-size: 14px; font-weight: 400; font-family: "Montserrat", sans-serif; color: rgb(255 255 255); text-align: center; }
.tm-bans-host .banTextCreated { font-size: 14px; font-weight: 400; font-family: "Montserrat", sans-serif; color: rgb(255 255 255); }
.tm-bans-host .banUserInfo { display: flex; align-items: center; gap: 10px; }
.tm-bans-host .banUserAvatar { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.tm-bans-host .banUserDetails { display: flex; flex-direction: column; gap: 5px; }
.tm-bans-host .banUserNickname { font-size: 14px; font-weight: 500; font-family: "Montserrat", sans-serif; color: rgb(255 255 255); }
.tm-bans-host .banUserSteamID { display: flex; font-size: 14px; font-weight: 400; font-family: "Montserrat", sans-serif; color: rgb(255 255 255 / 50%); align-items: center; gap: 5px; }
.tm-bans-host .banInfoError { margin: 50px 0; text-align: center; font-weight: 600; font-family: "Montserrat", sans-serif; color: rgb(255 255 255); }

@media screen and (max-width: 965px) {
    .tm-bans-host .wipeblock-header { flex-direction: column; align-items: stretch; }
    .tm-bans-host .bans-search { width: 100%; }
}

/* ensure RULES host takes full main-column width (do NOT touch wipeblock layout) */
.tm-rules-host {
    width: 100% !important;
    flex: 1 1 0% !important;
    min-width: 0 !important;
    align-self: stretch !important;
}

.tm-rules-host .rules,
.tm-rules-host .rules-sections,
.tm-rules-host .rules-section {
    width: 100% !important;
    max-width: 100% !important;
}

.wipeblock-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.wipeblock-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    margin: 0;
    /* add "plaque" background like Desolate */
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 12px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
}

.wipeblock-timer {
    border: 1px dashed rgb(255 255 255 / 20%);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 330px;
    background: rgba(255, 255, 255, 0.02);
}

.wipeblock-timer-label {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    display: flex;
    gap: 5px;
}

.wipeblock-timer-value {
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    background: rgb(255 255 255 / 10%);
    padding: 8px 12px;
    border-radius: 14px;
    min-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.wipeblock-categories {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wipeblock-category {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgb(255 255 255 / 3%);
    border-radius: 15px;
    padding: 15px;
}

.wipeblock-category-title {
    font-weight: 500;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    margin: 0;
}

.wipeblock-items {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    min-height: 100px;
}

.wipeblock-item {
    background: linear-gradient(45deg, rgb(255 255 255 / 0%) 50%, rgb(255 255 255 / 10%));
    border: 1px solid rgb(95 84 71);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    width: calc(16% - 24px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
}

.wipeblock-item:hover {
    transform: scale(1.05);
}

.wipeblock-item img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    border-radius: 15px;
    margin-bottom: 5px;
}

.item-status {
    margin-bottom: -4px;
}

.item-status-text {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
}

.item-status-text.available {
    background: linear-gradient(23deg, rgb(37 115 81) 0%, rgb(51 166 80) 55%);
    color: white;
}

.item-status-text.unavailable {
    background-color: #b8433a;
    color: white;
}

.item-timer {
    background: linear-gradient(23deg, rgb(115 37 37) 0%, rgb(186 70 70) 55%);
    border-radius: 10px;
    padding: 3px 20px;
}

.item-timer-value {
    display: block;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
}

@media screen and (max-width: 965px) {
    .wipeblock-header {
        flex-direction: column;
        align-items: stretch;
    }
    .wipeblock-timer {
        width: 100%;
    }
    .wipeblock-item {
        width: calc(33.33% - 10px);
    }
}

/* ===== RULES PAGE (Desolate-style) ===== */
.rules {
    padding: 10px 0;
}

.rules-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.rules-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    margin: 0;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 8px 12px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
}

.rules-badge {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: rgb(255 255 255 / 90%);
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    border-radius: 12px;
    padding: 8px 10px;
    box-shadow: 0 10px 40px rgb(218 146 86 / 20%);
    white-space: nowrap;
}

.rules-note {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: rgb(255 255 255 / 80%);
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    padding: 12px;
    margin-bottom: 14px;
}

.rules-sections {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rules-section {
    background: rgb(255 255 255 / 3%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 15px;
}

.rules-section__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: rgb(255 255 255);
    margin-bottom: 8px;
}

.rules-list {
    margin: 0;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rules-list li {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: rgb(255 255 255 / 75%);
    line-height: 1.35;
}

.rules-list li b {
    color: rgb(255 255 255 / 92%);
}

.rules-footer {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rules-footer__small {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgb(255 255 255 / 65%);
}

.rules-credit {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgb(255 255 255 / 65%);
}

.rules-credit b {
    color: rgb(255 255 255 / 90%);
}

@media screen and (max-width: 965px) {
    .rules-header {
        flex-direction: column;
        align-items: stretch;
    }
    .rules-badge {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

.bans-panel .banHeader {
  margin-left: 10px;
}

.bans-panel .banTableHeaders,
.bans-panel .banRow {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr 1fr;
    gap: 10px;
    align-items: center;
    padding: 5px 0;
}

.bans-panel .banRow {
	background: rgba(255, 255, 255, 0.05);
    padding: 10px 10px;
    border-radius: 8px;
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
  	transition: 0.3s;
}

.bans-panel .banRow:hover {
	background: rgba(255, 255, 255, 0.1);
}

.bans-panel .banRow .banPlayer {
  display: flex;
  align-items: center;
  gap: 8px;
}

.bans-panel .banRow .banAvatar img {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  object-fit: cover;
}

.duration-selector {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
    font-family: 'Arial', sans-serif;
}

.duration-item {
    cursor: pointer;
    flex: 1;
    min-width: 120px;
}

.duration-item input {
    display: none; /* Прячем стандартный радиокнопку */
}

.duration-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    background: #2c2c2c; /* Темный фон под стиль Rust */
    border: 2px solid #444;
    border-radius: 10px;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.duration-item input:checked + .duration-card {
    border-color: #cd412b; /* Цвет Rust/Акцентный */
    background: #363636;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(205, 65, 43, 0.3);
}

.duration-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 8px;
}

.duration-price {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Бейджи (Популярно/Скидка) */
.duration-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #cd412b;
    font-size: 10px;
    padding: 2px 8px;
    border-bottom-left-radius: 8px;
    text-transform: uppercase;
}

.duration-badge.discount {
    background: #4caf50; /* Зеленый для скидки */
}

.duration-item:hover .duration-card {
    border-color: #666;
}

/* Основная карточка */
.priv-card {
    background-color: #1a1c20;
    border: 1px solid #333;
    border-radius: 8px; 
    width: 100%;
    max-width: 340px;
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
    color: #e0e0e0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden; 
    margin: 20px auto;
    transition: transform 0.2s ease, border-color 0.2s ease;
}

.priv-card:hover {
    border-color: #ffd700;
    transform: translateY(-3px);
}

/* --- СТИЛИ БАННЕРА --- */

.priv-banner-container {
    position: relative; 
    width: 100%;
    height: auto;
    background: #000;
}

.priv-banner-image {
    width: 100%;
    height: auto;
    display: block; 
    object-fit: cover; 
}

/* --- ОСТАЛЬНЫЕ СТИЛИ --- */

.priv-header {
    background: #1f2226;
    padding: 15px;
    text-align: center;
    border-bottom: 2px solid #ffd700;
    box-shadow: inset 0 4px 5px -3px rgba(0,0,0,0.4);
}

.priv-title {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffd700;
    letter-spacing: 2px;
}

.priv-body {
    padding: 15px 20px;
}

.priv-section {
    margin-bottom: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
}

.priv-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.priv-subtitle {
    font-size: 12px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    border-left: 3px solid #ffd700;
    padding-left: 8px;
}

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

.priv-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.priv-text {
    color: #ccc;
}

.priv-badge {
    background: #2d3748;
    color: #48bb78;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 13px;
    min-width: 40px;
    text-align: center;
}

.priv-badge.val-red {
    color: #f6ad55;
}

.priv-info-row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
    color: #ccc;
}

.priv-highlight {
    color: #fff;
    font-weight: bold;
}

.priv-console-box {
    background: #0d0d0d;
    border: 1px dashed #444;
    padding: 8px;
    border-radius: 4px;
    text-align: center;
}

.priv-cmd {
    font-family: 'Courier New', monospace;
    color: #00ff9d;
    font-size: 13px;
    display: block;
}

.priv-key {
    color: #ff00ff;
}

.priv-note {
    display: block;
    font-size: 11px;
    color: #555;
    margin-top: 4px;
}

.priv-chat-preview {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 4px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    border-left: 2px solid #555;
}

.priv-rank-tag {
    color: #ffd700;
    font-weight: bold;
}

.priv-player-name {
    color: #5ea1ff;
}

.priv-message {
    color: #fff;
}

/* Основной контейнер карточки */
.privilege-card {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: linear-gradient(145deg, #1e1e24, #2a2a35);
  border: 1px solid #333;
  border-radius: 16px;
  padding: 25px;
  max-width: 350px;
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  box-sizing: border-box;
}

/* Эффект при наведении */
.privilege-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 255, 136, 0.2);
  border-color: #00ff88;
}

/* Неоновая полоска сверху */
.privilege-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #00ff88;
  box-shadow: 0 0 10px #00ff88;
}

/* Заголовок и иконка */
.priv-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.priv-title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.priv-icon svg {
  width: 28px;
  height: 28px;
  stroke: #00ff88;
}

/* Описание */
.priv-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #b0b0b0;
  margin-bottom: 20px;
}

/* Список преимуществ */
.priv-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.priv-features li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 14px;
  color: #e0e0e0;
}

.priv-features li svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  stroke: #00ff88;
  flex-shrink: 0;
}

/* Нижняя часть (футер) карточки */
.priv-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

/* Бейдж с количеством дней */
.priv-badge {
  background: rgba(0, 255, 136, 0.1);
  color: #00ff88;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  border: 1px solid rgba(0, 255, 136, 0.3);
  text-transform: uppercase;
}



/* ==========================================================================
                         УВЕДОМЛЕНИЕ О РОЗЫГРЫШЕ НА ЭКРАНЕ
   ========================================================================== */

/* Контейнер для кнопок, чтобы они стояли красиво */
.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
    align-items: center;
}

/* Стиль кнопки копирования */
.copy-btn {
    background: transparent;
    border: 1px solid #4ecca3; /* Зеленая рамка */
    color: #4ecca3;
    padding: 12px 25px;
    border-radius: 50px;
    font-family: inherit;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

.copy-btn:hover {
    background: rgba(78, 204, 163, 0.15); /* Легкая подсветка при наведении */
    box-shadow: 0 0 15px rgba(78, 204, 163, 0.3);
}

.copy-btn:active {
    transform: scale(0.95);
}

/* Класс для состояния "Скопировано" (добавляется через JS) */
.copy-btn.copied {
    background: #4ecca3;
    color: #1a1a2e;
    border-color: #4ecca3;
}

/* Адаптация для мобильных, чтобы кнопки не были гигантскими */
@media (max-width: 480px) {
    .action-buttons {
        gap: 10px;
    }
    .cta-button, .copy-btn {
        width: 100%;
        justify-content: center;
        box-sizing: border-box;
    }
}

/* ==========================================================================
                         УВЕДОМЛЕНИЕ О РОЗЫГРЫШЕ НА ЭКРАНЕ ( КОНЕЦ )
   ========================================================================== */



/* =========================================
   ОБЩИЕ СТИЛИ ТУЛТИПА (База - нейтральный/зеленый)
   ========================================= */
.priv-tooltip {
    position: relative;
    display: inline-block;
    cursor: help;
    /* Базовое пунктирное подчеркивание (нейтральное серое) */
    border-bottom: 1px dashed #aaa;
    /* Добавил плавность для смены цвета линии при смене темы */
    transition: color 0.3s, border-bottom-color 0.3s;
}

.priv-tooltip:hover {
    color: #fff;
}

.priv-tooltip .tooltip-img {
    visibility: hidden;
    width: 300px;
    background-color: #202020;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    position: absolute;
    z-index: 100;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    /* Добавил плавность для рамки и тени */
    transition: opacity 0.3s, bottom 0.3s, border-color 0.3s, box-shadow 0.3s;
    /* Базовая рамка (нейтральная зеленоватая) */
    border: 2px solid #7c9473;
    /* Базовая тень (нейтральная черная) */
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.priv-tooltip:hover .tooltip-img {
    visibility: visible;
    opacity: 1;
    bottom: 130%;
}

/* =========================================
   ЦВЕТОВЫЕ ТЕМЫ ДЛЯ ТУЛТИПА
   Эти стили применяются, если у родительской карточки
   есть класс .rank-purple или .rank-yellow
   ========================================= */

/* --- Желтая тема (например, Сержант) --- */
.rank-yellow .priv-tooltip {
    /* Цвет пунктирной линии при наведении */
    border-bottom-color: #FFD700;
}
.rank-yellow .tooltip-img {
    /* Цвет рамки всплывающего блока */
    border-color: #FFD700;
    /* Цвет тени */
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.5);
}

/* --- Фиолетовая тема (например, Прапорщик) --- */
.rank-purple .priv-tooltip {
    /* Цвет пунктирной линии при наведении */
    border-bottom-color: #EE82EE;
}
.rank-purple .tooltip-img {
    /* Цвет рамки всплывающего блока */
    border-color: #8A2BE2;
    /* Цвет тени */
    box-shadow: 0 0 15px rgba(138, 43, 226, 0.5);
}

/* --- Зеленая тема (например, Лейтенант) --- */
.rank-green .priv-tooltip {
    /* Цвет пунктирной линии при наведении */
    border-bottom-color: #12d312;
}
.rank-green .tooltip-img {
    /* Цвет рамки всплывающего блока */
    border-color: #12d312;
    /* Цвет тени */
    box-shadow: 0 0 15px rgba(138, 43, 226, 0.5);
}

/* --- Cиняя тема (например, Полковник) --- */
.rank-blue .priv-tooltip {
    /* Цвет пунктирной линии при наведении */
    border-bottom-color: #0008eb;
}
.rank-blue .tooltip-img {
    /* Цвет рамки всплывающего блока */
    border-color: #0008eb;
    /* Цвет тени */
    box-shadow: 0 0 15px rgba(138, 43, 226, 0.5);
}

/* --- Красная тема (например, Генерал) --- */
.rank-red .priv-tooltip {
    /* Цвет пунктирной линии при наведении */
    border-bottom-color: #f50000;
}
.rank-red .tooltip-img {
    /* Цвет рамки всплывающего блока */
    border-color: #f50000;
    /* Цвет тени */
    box-shadow: 0 0 15px rgba(138, 43, 226, 0.5);
}

/* ТЕЕЕЕЕСТ. */
/* Основные переменные для легкой смены цветов */
:root {
    --bg-color: #121212;          /* Цвет фона страницы */
    --card-bg: #1e1e1e;           /* Цвет фона карточек */
    --accent-color: #f39c12;      /* Основной акцентный цвет (оранжевый) */
    --text-color: #e0e0e0;        /* Цвет текста */
    --title-color: #ffffff;       /* Цвет заголовков */
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.6;
    margin: 0;
    padding: 20px;
}

.server-container {
    max-width: 1200px;
    margin: 0 auto;
}

h2, h3 {
    color: var(--title-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Заголовки секций */
.section-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 40px;
    border-bottom: 2px solid var(--accent-color);
    display: inline-block;
    padding-bottom: 10px;
}

/* --- Блок Экономики --- */
.economy-block {
    background: linear-gradient(135deg, #1e1e1e 0%, #2c2c2c 100%);
    border-left: 5px solid var(--accent-color);
    padding: 30px;
    margin-bottom: 50px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.economy-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.economy-text {
    flex: 2;
    min-width: 300px;
}

.economy-rate {
    flex: 1;
    background-color: rgba(243, 156, 18, 0.1); /* Полупрозрачный оранжевый */
    padding: 20px;
    border-radius: 8px;
    border: 1px solid var(--accent-color);
    text-align: center;
    min-width: 250px;
}

.economy-rate strong {
    display: block;
    font-size: 1.5rem;
    color: var(--accent-color);
    margin-bottom: 10px;
}

/* --- Сетка Ивентов --- */
.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
}

.event-card {
    background-color: var(--card-bg);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    display: flex;       /* Фикс для выравнивания */
    flex-direction: column;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
}

.event-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    background-color: #333; /* Фон, если картинка не прогрузилась */
}

.event-body {
    padding: 20px;
    flex-grow: 1;
}

.event-body h3 {
    margin-top: 0;
    color: var(--accent-color);
    font-size: 1.25rem;
}

/* Дополнительные элементы оформления */
.highlight {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dashed var(--accent-color);
}

.badge {
    background-color: var(--accent-color);
    color: #000;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .economy-content {
        flex-direction: column;
    }
    .section-title {
        font-size: 1.8rem;
    }
    body {
        padding: 10px;
    }
}