@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
.ufo_1 {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    margin-right: 300px;
    margin-top: -50px;
    width: 155px;
    height: 80px;
    pointer-events: none;
    user-select: none;
    background: url(https://i.ibb.co/q3Xv7ys4/drone-a.png) 0% 0% / contain no-repeat;
    animation: runningAnim 9s ease-in-out 0s infinite;
}

@keyframes runningAnim {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-750px);
  }
  100% {
    transform: translateX(0);
  }
}
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://topplugin.ru/foto/rage.png) 0% 0% / contain no-repeat;
    border-radius: 10px;
    transition: 0.3s;
}
.Header-module__logoWrapper::after {
    content: "\a RUSTRAGE";
    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;
}
.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://topplugin.ru/foto/rage.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/tCXY5wqQ/discord.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/pXNmFr7v/vk.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/jS0SL1DL/telegram.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-image: url(https://i.ibb.co/00TCptz/cat-all.png);
}
[data-categoryid="567691"] {
    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="566960"]:hover {
    background-color: rgb(37, 22, 51);
    border: 1px solid rgb(56, 34, 77);
}
[data-categoryid="566960"] {
    background-image: url(https://i.ibb.co/35G6Bn7f/cat-guns.png);
}
[data-categoryid="567708"] {
    background-image: url(https://i.ibb.co/7t76S12P/cat-res.png);
}
[data-categoryid="566962"] {
    background-image: url(https://i.ibb.co/3509fg5z/cat-ammo.png);
}
[data-categoryid="566968"] {
    background-image: url(https://i.ibb.co/3YBXRkPw/cat-other.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; }

[data-productid="9399580"] {
    background: radial-gradient(rgba(105, 41, 252, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9399580"]:hover {
    background: radial-gradient(rgba(105, 41, 252, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9399580"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(165, 79, 255);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(160, 79, 245) 0px 2px 13px;
}
[data-productid="9399580"]::after {
    content: "Убийца";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(165, 79, 255);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9399580"]:hover::after {
    content: "Убийца";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(165, 79, 255);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}

[data-productid="9399581"] {
    background: radial-gradient(rgba(235, 125, 253, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9399581"]:hover {
    background: radial-gradient(rgba(235, 125, 253, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9399581"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(235, 125, 253);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(235, 125, 253) 0px 2px 13px;
}
[data-productid="9399581"]::after {
    content: "Охотник";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(235, 125, 253);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9399581"]:hover::after {
    content: "Охотник";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(235, 125, 253);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}

[data-productid="9399582"] {
    background: radial-gradient(rgba(125, 253, 189, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9399582"]:hover {
    background: radial-gradient(rgba(125, 253, 189, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9399582"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(125, 253, 189);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(125, 253, 189) 0px 2px 13px;
}
[data-productid="9399582"]::after {
    content: "Умелый";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9399582"]:hover::after {
    content: "Умелый";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}

[data-productid="9399583"] {
    background: radial-gradient(rgba(55, 167, 249, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9399583"]:hover {
    background: radial-gradient(rgba(55, 167, 249, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9399583"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(55, 167, 249);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(55, 167, 249) 0px 2px 13px;
}
[data-productid="9399583"]::after {
    content: "Мастер";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(55, 167, 249);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9399583"]:hover::after {
    content: "Мастер";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(55, 167, 249);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}
[data-productid="9258196"] {
    background: radial-gradient(rgba(210, 105, 30, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258196"]:hover {
    background: radial-gradient(rgba(210, 105, 30, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258196"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(210, 105, 30);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(210, 105, 30) 0px 2px 13px;
}
[data-productid="9258196"]::after {
    content: "Набор AK-47";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(210, 105, 30);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9258196"]:hover::after {
    content: "Набор AK-47";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(210, 105, 30);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}

[data-productid="9258197"] {
    background: radial-gradient(rgba(255, 202, 79, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258197"]:hover {
    background: radial-gradient(rgba(255, 202, 79, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258197"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(255, 202, 79);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(255, 202, 79) 0px 2px 13px;
}
[data-productid="9258197"]::after {
    content: "Набор Снайпер";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(255, 202, 79);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9258197"]:hover::after {
    content: "Набор Снайпер";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(255, 202, 79);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}
[data-productid="9258198"] {
    background: radial-gradient(rgba(105, 255, 79, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258198"]:hover {
    background: radial-gradient(rgba(105, 255, 79, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258198"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(105, 255, 79);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(105, 255, 79) 0px 2px 13px;
}
[data-productid="9258198"]::after {
    content: "Набор Берданка";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(105, 255, 79);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9258198"]:hover::after {
    content: "Набор Берданка";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(105, 255, 79);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}
[data-productid="9258199"] {
    background: radial-gradient(rgba(125, 253, 189, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258199"]:hover {
    background: radial-gradient(rgba(125, 253, 189, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258199"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(125, 253, 189);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(125, 253, 189) 0px 2px 13px;
}
[data-productid="9258199"]::after {
    content: "Набор Строитель";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9258199"]:hover::after {
    content: "Набор Строитель";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}
[data-productid="9258200"] {
    background: radial-gradient(rgba(125, 253, 189, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258200"]:hover {
    background: radial-gradient(rgba(125, 253, 189, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258200"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(125, 253, 189);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(125, 253, 189) 0px 2px 13px;
}
[data-productid="9258200"]::after {
    content: "Чертежи на 7 дней";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9258200"]:hover::after {
    content: "Чертежи на 7 дней";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}
[data-productid="9258201"] {
    background: radial-gradient(rgba(125, 253, 189, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258201"]:hover {
    background: radial-gradient(rgba(125, 253, 189, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258201"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(125, 253, 189);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(125, 253, 189) 0px 2px 13px;
}
[data-productid="9258201"]::after {
    content: "Неломайка на 7 дней";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9258201"]:hover::after {
    content: "Неломайка на 7 дней";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}
[data-productid="9258205"] {
    background: radial-gradient(rgba(125, 253, 189, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258205"]:hover {
    background: radial-gradient(rgba(125, 253, 189, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258205"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(125, 253, 189);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(125, 253, 189) 0px 2px 13px;
}
[data-productid="9258205"]::after {
    content: "Метаболизм на 7 дней";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9258205"]:hover::after {
    content: "Метаболизм на 7 дней";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}
[data-productid="9258203"] {
    background: radial-gradient(rgba(125, 253, 189, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258203"]:hover {
    background: radial-gradient(rgba(125, 253, 189, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9258203"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(125, 253, 189);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(125, 253, 189) 0px 2px 13px;
}
[data-productid="9258203"]::after {
    content: "Домашний переработчик";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9258203"]:hover::after {
    content: "Домашний переработчик";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}
[data-productid="9291780"] {
    background: radial-gradient(rgba(125, 253, 189, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9291780"]:hover {
    background: radial-gradient(rgba(125, 253, 189, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9291780"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(125, 253, 189);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(125, 253, 189) 0px 2px 13px;
}
[data-productid="9291780"]::after {
    content: "Набор Рейдера";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9291780"]:hover::after {
    content: "Набор Рейдера";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}
[data-productid="9423879"] {
    background: radial-gradient(rgba(125, 253, 189, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9423879"]:hover {
    background: radial-gradient(rgba(125, 253, 189, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9423879"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(125, 253, 189);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(125, 253, 189) 0px 2px 13px;
}
[data-productid="9423879"]::after {
    content: "Супер туррель";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9423879"]:hover::after {
    content: "Супер туррель";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}
[data-productid="9423881"] {
    background: radial-gradient(rgba(125, 253, 189, 0.35) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9423881"]:hover {
    background: radial-gradient(rgba(125, 253, 189, 0.65) 0%, transparent 60%) 0% 90% / 300% 300% no-repeat rgba(255, 255, 255, 0.03);
}
[data-productid="9423881"]::before {
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    text-align: center;
    background: rgb(125, 253, 189);
    padding: 4px 10px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: rgb(125, 253, 189) 0px 2px 13px;
}
[data-productid="9423881"]::after {
    content: "Набор дайвера";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s;
}
[data-productid="9423881"]:hover::after {
    content: "Набор дайвера";
    position: absolute;
    top: 5px;
    right: 15px;
    transform: translateX(10%);
    background-color: rgb(125, 253, 189);
    color: rgb(0, 0, 0);
    padding: 4px 8px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.3s;
}


.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://topplugin.ru/foto/rage.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 RUSTRAGE";
    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 daily rewards page */
.tm-daily-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;
}

/* ensure DAILY host takes full main-column width */
.tm-daily-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;
    }
}

/* ===== DAILY (UltimateRust-like layout) ===== */
.daily {
    padding: 10px 0;
}

.daily-ur {
    padding: 10px 0;
    max-width: 940px;
    margin: 0 auto;
}

.daily-ur__hero {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
    margin: 10px 0 18px;
    width: 100%;
}

.daily-ur__crateWrap {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    background: rgb(255 255 255 / 3%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 15px;
}

.daily-ur__crate {
    position: relative;
    width: 330px;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.daily-ur__result {
    width: 330px;
    max-width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.daily-ur__resultTitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 16px;
    color: rgb(49 177 18);
    text-shadow: none;
}

.daily-ur__resultReward {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.9);
}

.daily-ur__code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    letter-spacing: 0.5px;
    text-align: center;
}

.daily-ur__resultImgWrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 6px 0 2px;
}

.daily-ur__resultImgWrap img {
    width: 220px;
    height: 220px;
    max-width: 100%;
    object-fit: contain;
    display: block;
    filter: none;
}

.daily-ur__crateImg {
    width: 100%;
    height: 100%;
    display: block;
    user-select: none;
    pointer-events: none;
    object-fit: contain;
    filter: none;
}


.daily-ur__crateTimer {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 8px 10px;
    text-align: center;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.daily-ur__crateTimerLabel {
    font-family: "Montserrat", sans-serif;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 4px;
}

.daily-ur__crateTimerValue {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: rgb(49 177 18);
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(49, 177, 18, 0.25);
    border-radius: 10px;
    padding: 6px 8px;
}

.daily-ur__hack {
    width: 520px;
    max-width: 100%;
    background: rgb(255 255 255 / 3%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 15px;
}

.daily-ur__title {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.2px;
    color: rgb(255 255 255);
    text-transform: none;
    text-align: center;
    margin: 0 0 8px;
}

.daily-ur__subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin-bottom: 12px;
}

.daily-ur__field {
    margin-top: 10px;
}

.daily-ur__label {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px;
}

.daily-ur__input,
.daily-ur__select {
    width: 100%;
    height: 44px;
    border-radius: 14px;
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    padding: 0 12px;
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.daily-ur__select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color-scheme: dark;
    padding-right: 42px;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(255, 255, 255, 0.75) 50%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.75) 50%, transparent 50%);
    background-position:
        calc(100% - 18px) 50%,
        calc(100% - 12px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.daily-ur__select:focus {
    border-color: rgba(49, 177, 18, 0.55);
    box-shadow: 0 0 0 3px rgba(49, 177, 18, 0.12);
}

.daily-ur__select option {
    background: rgb(15 18 15);
    color: rgba(255, 255, 255, 0.92);
}

.daily-ur__btn {
    width: 100%;
    margin-top: 12px;
    height: 44px;
    border-radius: 14px;
    border: none;
    background: rgb(31, 116, 10);
    color: rgb(255, 255, 255);
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    font-size: 14px;
    cursor: pointer;
    transition: transform 0.12s ease, filter 0.12s ease;
}

.daily-ur__btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
}

.daily-ur__btn:disabled {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.55);
    cursor: not-allowed;
    transform: none;
    filter: none;
}

.daily-ur__meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}

.daily-ur__chip {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 6px 10px;
}

.daily-ur__hint {
    margin-top: 10px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(255, 255, 255, 0.03);
    border: 1px dashed rgba(255, 255, 255, 0.18);
    border-radius: 14px;
    padding: 10px 12px;
    text-align: center;
}

.daily-ur__reset {
    width: 100%;
    margin-top: 10px;
    height: 40px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgb(255 255 255 / 3%);
    color: rgba(255, 255, 255, 0.85);
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: background 0.12s ease;
}

.daily-ur__reset:hover {
    background: rgba(255, 255, 255, 0.08);
}

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

.daily-ur__rewardsTitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    margin-bottom: 10px;
}

.daily-ur__rewardsGrid {
    display: grid;
    grid-template-columns: repeat(10, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
}

.daily-ur__reward {
    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: 8px 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-height: 90px;
    transition: transform 0.12s ease, border-color 0.12s ease;
    overflow: hidden;
}

.daily-ur__reward:hover {
    transform: scale(1.03);
    border-color: rgba(255, 255, 255, 0.18);
}

.daily-ur__rewardImg {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.daily-ur__rewardImg img {
    width: 42px;
    height: 42px;
    object-fit: contain;
    display: block;
}

.daily-ur__rewardName {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.daily-ur__rewardSub {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.daily-ur__reward.is-picked {
    border-color: rgba(49, 177, 18, 0.45);
    box-shadow: 0 0 0 2px rgba(49, 177, 18, 0.25) inset, 0 0 18px rgba(49, 177, 18, 0.12);
    background: linear-gradient(23deg, rgba(37, 115, 81, 0.18) 0%, rgba(51, 166, 80, 0.12) 55%);
}

@media screen and (max-width: 965px) {
    .daily-ur__hero {
        flex-direction: column;
        align-items: center;
    }

    .daily-ur__crate {
        width: 280px;
        max-width: 100%;
    }

    .daily-ur__hack {
        width: 100%;
        max-width: 100%;
    }

    .daily-ur__rewardsGrid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.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;
}