
@font-face {
    font-family: "FS Elliot Pro";
    src: url("../fonts/FSElliotPro/FSElliotPro.woff2") format("woff2"),
        url("../fonts/FSElliotPro/FSElliotPro.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FS Elliot Pro";
    src: url("../fonts/FSElliotPro/FSElliotPro-Bold.woff2") format("woff2"),
        url("../fonts/FSElliotPro/FSElliotPro-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FS Elliot Pro";
    src: url("../fonts/FSElliotPro/FSElliotPro-Heavy.woff2") format("woff2"),
        url("../fonts/FSElliotPro/FSElliotPro-Heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Benzin-Bold";
    src: url("../fonts/Benzin-Bold/Benzin-Bold.woff2") format("woff2"),
        url("../fonts/Benzin-Bold/Benzin-Bold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-family: "FS Elliot Pro";
    --border-box: 40px 50px;
    --color-text: #ffffff;
}

html, body {
    color: var(--color-text);
    background-color: #161616;
    width: 100%;
    min-height: 100%;
    background-size: cover;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

* {
    font-family: var(--font-family);
    font-weight: 400;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.border {
    width: 1412px;
}

.header {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 38px;
    min-height: 865px;
    height: 100svh;
    background-image: url(../../../img/main/header-backgroumd.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.header-particles {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.header > .border {
    position: relative;
    z-index: 1;
}

.links-header-ul {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 222px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(20, 16, 16, 0.59);
    backdrop-filter: blur(6px);
    height: 77px;
    padding: 0px 55px;
    position: relative;
    transition: opacity 0.2s ease;
}

.header.is-sticky .header-top {
    opacity: 0;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 77px;
    padding: 0 55px;
    border-radius: 0 0 222px 222px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(20, 16, 16, 0.59);
    backdrop-filter: blur(6.650000095367432px);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    transition: opacity 0.2s ease, transform 0.25s ease;
}

.header-fixed.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.header-fixed .header-top {
    width: 1082px;
    max-width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    backdrop-filter: none;
    padding: 0px 55px;
}

img.logotype-img {width: 100%;display: flex;}

a.logotype {
    display: flex;
    width: 106px;
    transform-origin: center;
    transition: transform 0.2s ease;
}

a.logotype:hover {
    transform: scale(1.06);
}

a.logotype:active {
    transform: scale(0.98);
}

.left-header-content {
    display: flex;
    align-items: center;
    gap: 53px;
}

.link-header-a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 11px 19px;
    border-radius: 74px;
    background: transparent;
    color: #D0D6E6;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    isolation: isolate;
    transform-origin: center;
    transition: color 0.28s ease, transform 0.12s ease;
}

.link-header-a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 85, 51, 0.27) 0%, rgba(153, 51, 31, 0.27) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.link-header-a:hover {
    color: #FFFFFF;
}

.link-header-a:hover::before {
    opacity: 1;
}

.link-header-a:active {
    transform: scale(0.9);
}

.link-header-icon {
    position: relative;
    z-index: 1;
    flex: 0 0 18px;
    color: #D0D6E6;
    transform-origin: center;
    transition: color 0.28s ease, transform 0.28s ease;
}

.link-header-a:hover .link-header-icon {
    color: #EA4E30;
    transform: scale(1.12);
}

.right-header-content {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.right-block {
    display: flex;
    align-items: center;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.online-pill {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    height: 45px;
    padding: 0 16px;
    border-radius: 2222px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: 16.5px;
    text-transform: uppercase;
}

.online-dot {
    position: relative;
    width: 8px;
    height: 8px;
    box-sizing: content-box;
    flex: 0 0 auto;
    border-radius: 33554400px;
    background: #89F533;
    animation: onlineDotPulse 1.6s ease-out infinite;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    border-radius: 22222px;
    text-decoration: none;
    transform-origin: center;
    transition: transform 0.12s ease, background 0.2s ease;
}

.social-link:active {
    transform: scale(0.92);
}

.social-link svg {
    color: currentColor;
    transform-origin: center;
    transition: transform 0.2s ease;
}

.social-link:hover svg {
    transform: scale(1.1);
}

.social-link-vk {
    color: #2787F5;
    background: rgba(39, 135, 245, 0.08);
}

.social-link-tg {
    color: #2AACEE;
    background: rgba(42, 172, 238, 0.08);
}

.social-link-discord {
    color: #626FFF;
    background: rgba(98, 111, 255, 0.08);
}

.header-hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 186px;
}

.server-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    height: 30px;
    padding: 7px 18px;
    border-radius: 33554400px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(20, 16, 16, 0.53);
    backdrop-filter: blur(5.5px);
    color: #FFFFFF;
    text-align: center;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: 16.5px;
    text-transform: uppercase;
}

.big-logotype {
    display: block;
    width: 380px;
    max-width: 100%;
    margin-top: 26px;
}

.hero-description {
    max-width: 500px;
    margin-top: 28px;
    color: #D0D6E6;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
}

.hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 40px;
}

.hero-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 54px;
    border-radius: 16px;
    border: 0;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    cursor: pointer;
    transform-origin: center;
    transition: transform 0.12s ease, filter 0.2s ease, color 0.2s ease;
}

.hero-button:hover {
    filter: brightness(1.08);
}

.hero-button:active {
    transform: scale(0.94);
}

.hero-button-primary {
    gap: 15px;
    padding: 0 50px;
    background: radial-gradient(50% 50% at 50% 50%, #F53 0%, #99331F 100%);
}

.hero-button-primary.is-copied {
    animation: copiedPulse 0.45s ease;
    filter: brightness(1.14);
}

.hero-button-secondary {
    gap: 8px;
    padding: 0 32px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(20, 16, 16, 0.59);
    backdrop-filter: blur(5.300000190734863px);
    color: #D0D6E6;
    font-size: 16px;
    line-height: 24px;
}

.hero-button-small {
    height: 48px;
    padding: 0 24px;
    gap: 8px;
    font-size: 14px;
    font-weight: 900;
    line-height: 24px;
    text-transform: uppercase;
}

.hero-button-icon {
    flex: 0 0 18px;
    color: currentColor;
}

.copy-button-text {
    display: inline-block;
    min-width: 143px;
    font: inherit;
    color: inherit;
    text-align: center;
    white-space: nowrap;
}

@keyframes onlineDotPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(137, 245, 51, 0.28);
    }
    70% {
        box-shadow: 0 0 0 9px rgba(137, 245, 51, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(137, 245, 51, 0);
    }
}

@keyframes copiedPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 170, 99, 0);
    }
    45% {
        box-shadow: 0 0 0 8px rgba(255, 170, 99, 0.14);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 170, 99, 0);
    }
}

.border.border-header {
    width: 1082px;
}

.main-content {
    background: #161616;
    padding-top: 65px;
}

.main-slider-section {
    display: flex;
    justify-content: center;
}

.main-slider {
    position: relative;
    width: 100%;
    height: 246px;
    overflow: hidden;
    border-radius: 0;
    isolation: isolate;
    border-radius: 24px;
}

.main-slider-list {
    position: relative;
    width: 100%;
    height: 100%;
}

.main-slider-slide {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding: 0 53px;
    opacity: 0;
    pointer-events: none;
    transform: scale(1.015);
    transition: opacity 0.7s ease, transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.main-slider-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: url("../../../img/main/slider/shadow.png"), linear-gradient(90deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.24) 47%, rgba(0, 0, 0, 0.1) 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-slider-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    filter: saturate(0.92);
    transition: filter 0.7s ease;
}

.main-slider-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
}

.main-slider-slide.is-active .main-slider-bg {
    animation: sliderImageZoom 10s ease-out forwards;
    filter: saturate(1.06);
}

.main-slider-content {
    width: 520px;
    max-width: 100%;
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.55s ease 0.12s, transform 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.12s;
}

.main-slider-slide.is-active .main-slider-content {
    opacity: 1;
    transform: translateY(0);
}

.main-slider-title {
    color: #FFFFFF;
    font-family: "Benzin-Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.main-slider-text {
    max-width: 464px;
    margin-top: 14px;
    color: #D0D6E6;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.main-slider-button {
    margin-top: 28px;
}

.main-slider-dots {
    position: absolute;
    right: 34px;
    bottom: 28px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    padding: 8px;
    border-radius: 2222px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(20, 16, 16, 0.59);
    backdrop-filter: blur(5.300000190734863px);
    min-width: 79px;
    height: 28px;
    justify-content: center;
}

.main-slider-dot {
    display: block;
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: rgba(208, 214, 230, 0.20);
    appearance: none;
    cursor: pointer;
    outline: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.main-slider-dot:hover {
    transform: scale(1.12);
}

.main-slider-dot.is-active {
    background: #D0D6E6;
}

.main-slider-dot:focus-visible {
    box-shadow: 0 0 0 3px rgba(208, 214, 230, 0.16);
}

.shop-categories-section {
    display: flex;
    justify-content: center;
    padding-top: 38px;
    padding-bottom: 38px;
    scroll-margin-top: 96px;
}

.section-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 47px;
    color: #D0D6E6;
}

.section-heading svg {
    flex: 0 0 auto;
}

.section-heading-title {
    margin: 0;
    color: #D0D6E6;
    text-align: center;
    font-family: "Benzin-Bold";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.5px;
}

.shop-categories-grid {
    display: grid;
    width: 100%;
    grid-template-columns: 389.66px repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(2, 188px);
    gap: 10px;
}

.category-card {
    position: relative;
    display: block;
    overflow: hidden;
    min-width: 0;
    padding: 19px 17px;
    border-radius: 24px;
    color: #FFFFFF;
    text-decoration: none;
    isolation: isolate;
    transition: transform 0.25s ease, filter 0.25s ease, opacity 0.25s ease;
}

.category-card:not(.is-active) {
    opacity: 0.5;
}

.category-card.is-active {
    opacity: 1;
}

.category-card:hover {
    transform: translateY(-3px);
    filter: brightness(1.08);
}

.category-card:active {
    transform: scale(0.98);
}

.category-card-large {
    grid-row: span 2;
    height: 386px;
}

.category-card:not(.category-card-large) {
    height: 100%;
}

.category-card-header {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.category-card-icon {
    flex: 0 0 auto;
}

.category-card-title {
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
}

.category-card-image {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    max-width: 100%;
    max-height: 100%;
    pointer-events: none;
    object-fit: contain;
    object-position: right bottom;
    transform-origin: right bottom;
    transition: transform 0.35s ease;
}

.category-card:hover .category-card-image {
    transform: scale(1.05);
}

.category-card-privileges {
    background: radial-gradient(104.4% 110.71% at 50% 106.48%, #1779FF 0%, #1F2533 100%);
}

.category-card-cases {
    background: linear-gradient(108deg, #FDF100 -64.26%, #B53C24 23.94%);
}

.category-card-currency {
    background: radial-gradient(141.42% 207.11% at 100% 100%, #1F2533 0%, #4C22A5 100%);
}

.category-card-gadgets {
    background: radial-gradient(141.42% 207.11% at 100% 100%, #A7485C 0%, #1F2533 100%);
}

.category-card-other {
    background: radial-gradient(141.42% 141.42% at 100% 100%, #161718 0%, #1F2633 100%);
}

.category-card-privileges .category-card-image {
    width: 100%;
    height: 100%;
}

.category-card-cases .category-card-image,
.category-card-currency .category-card-image,
.category-card-gadgets .category-card-image,
.category-card-other .category-card-image {
    width: 72%;
    height: 100%;
}

.category-card-gadgets .category-card-image {
    width: 82%;
}

.category-card-other .category-card-image {
    width: 94%;
}

.server-shop-section {
    display: flex;
    justify-content: center;
    padding-top: 34px;
    padding-bottom: 58px;
}

.server-shop-heading {
    margin-bottom: 29px;
}

.server-shop-note {
    margin-bottom: 29px;
    color: #D0D6E6;
    font-family: "FS Elliot Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.5px;
}

.server-tabs {
    position: relative;
    display: grid;
    grid-template-columns: repeat(var(--server-count), minmax(0, 1fr));
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    height: 46px;
    margin-bottom: 47px;
    padding: 3px;
    border-radius: 20px;
    border: 1px solid rgba(120, 120, 128, 0.15);
    background: #1D1D1E;
}

.server-tabs-indicator {
    position: absolute;
    z-index: 0;
    top: 3px;
    bottom: 3px;
    left: 3px;
    width: calc((100% - 6px) / var(--server-count));
    border-radius: 20px;
    background: radial-gradient(50% 50% at 50% 50%, #F53 0%, #99331F 100%);
    box-shadow: 0 8px 22px rgba(255, 85, 51, 0.16);
    transform: translateX(calc(var(--active-tab, 0) * 100%));
    transition: transform 0.34s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.24s ease;
    pointer-events: none;
}

.server-tab {
    position: relative;
    z-index: 1;
    height: 100%;
    border: 0;
    border-radius: 20px;
    background: transparent;
    color: #D0D6E6;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: -0.25px;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.server-tab:hover {
    color: #FFFFFF;
}

.server-tab.is-active {
    color: #FFFFFF;
}

.privileges-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.shop-empty-message {
    grid-column: 1 / -1;
    color: rgba(208, 214, 230, 0.72);
    font-size: 18px;
    font-weight: 800;
    text-align: left;
}

.shop-empty-message[hidden] {
    display: none;
}

.privilege-card {
    position: relative;
    display: flex;
    min-width: 0;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
    padding: 27px 33px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #1D1D1E;
    height: 479px;
    padding-top: 0px;
}

.privilege-card.is-filter-appearing {
    animation: privilegeFilterIn 0.38s cubic-bezier(0.16, 1, 0.3, 1) both;
    animation-delay: var(--filter-delay, 0ms);
}

@keyframes privilegeFilterIn {
    from {
        opacity: 0;
        transform: translateY(16px) scale(0.97);
        filter: blur(3px);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
        filter: blur(0);
    }
}

.privilege-card-top {
    display: flex;
    width: 100%;
    height: 184.828px;
    flex: 0 0 184.828px;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
}

.privilege-card-top::before {
    content: "";
    position: absolute;
    left: -33px;
    right: -33px;
    top: -27px;
    height: 212px;
    border-radius: 24px;
    pointer-events: none;
}

.privilege-card-bg {
    position: absolute;
    left: -33px;
    right: -33px;
    top: -27px;
    height: 212px;
    border-radius: 24px;
    pointer-events: none;
}

.privilege-card-top img {
    position: relative;
    z-index: 1;
    display: block;
    max-width: 82%;
    max-height: 180px;
    image-rendering: pixelated;
}

.privilege-card-vip .privilege-card-top::before {
    background: linear-gradient(180deg, rgba(28, 104, 246, 0.08) 0%, rgba(28, 104, 246, 0.00) 100%);
}

.privilege-card-premium .privilege-card-top::before {
    background: linear-gradient(180deg, rgba(228, 9, 9, 0.08) 0%, rgba(228, 9, 9, 0.00) 100%);
}

.privilege-card-creative .privilege-card-top::before {
    background: linear-gradient(180deg, rgba(255, 11, 249, 0.08) 0%, rgba(47, 4, 45, 0.00) 100%);
}

.privilege-card-moderator .privilege-card-top::before {
    background: linear-gradient(180deg, rgba(240, 194, 109, 0.08) 0%, rgba(240, 194, 109, 0.00) 100%);
}

.privilege-card-elite .privilege-card-top::before {
    background: linear-gradient(180deg, rgba(49, 145, 189, 0.08) 0%, rgba(2, 48, 69, 0.00) 100%);
}

.privilege-card-admin .privilege-card-top::before {
    background: linear-gradient(180deg, rgba(68, 181, 41, 0.08) 0%, rgba(68, 181, 41, 0.00) 100%);
}

.privilege-card-headadmin .privilege-card-top::before {
    background: linear-gradient(180deg, rgba(253, 61, 41, 0.10) 0%, rgba(253, 61, 41, 0.00) 100%);
}

.privilege-help {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: flex;
    width: 25px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: rgba(208, 214, 230, 0.05);
    opacity: 0.66;
    cursor: pointer;
    overflow: hidden;
    transition: opacity 0.22s ease, background 0.22s ease, transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.22s ease;
}

.privilege-help::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: radial-gradient(50% 50% at 50% 50%, rgba(208, 214, 230, 0.2) 0%, rgba(208, 214, 230, 0) 72%);
    opacity: 0;
    transition: opacity 0.22s ease;
}

.privilege-help svg {
    position: relative;
    z-index: 1;
    transition: transform 0.22s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.22s ease;
}

.privilege-help:hover {
    opacity: 1;
    background: rgba(208, 214, 230, 0.13);
    box-shadow: 0 0 0 8px rgba(208, 214, 230, 0.035);
    transform: scale(1.12);
}

.privilege-help:hover::before {
    opacity: 1;
}

.privilege-help:hover svg {
    transform: rotate(-8deg) scale(1.08);
}

.privilege-help:active {
    transform: scale(0.96);
}

.privilege-card h3 {
    margin-top: 11px;
    color: #FFFFFF;
    text-align: center;
    font-family: "Benzin-Bold";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.privilege-desc {
    min-height: 44px;
    max-width: 292px;
    margin-top: 6px;
    color: #D0D6E6;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.privilege-price {
    margin-top: 20.35px;
    color: #FFFFFF;
    text-align: center;
    font-family: "Benzin-Bold";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.privilege-period {
    margin-top: 0;
    opacity: 0.35;
    color: #D0D6E6;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.privilege-buy-button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
    border-radius: 24px;
    background: radial-gradient(50% 50% at 50% 50%, #F53 0%, #99331F 100%);
    color: #FFFFFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    height: 56px;
    line-height: normal;
    text-decoration: none;
    transition: transform 0.22s ease, filter 0.22s ease;
}

.privilege-buy-button:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
}

.privilege-buy-button:active {
    transform: scale(0.97);
}

.activity-feed-section {
    display: flex;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 70px;
}

.activity-feed-section[hidden] {
    display: none !important;
}

.activity-feed-border {
    position: relative;
    overflow: visible;
}

.activity-feed-border::after {
    content: "";
    position: absolute;
    top: 52px;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 96px;
    background: linear-gradient(90deg, rgba(22, 22, 22, 0) 0%, #161616 82%);
    pointer-events: none;
}

.activity-feed-heading {
    gap: 10px;
    margin-bottom: 28px;
}

.activity-feed-title {
    line-height: 23.04px;
}

.activity-live-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 22px;
    padding: 0 10px;
    border-radius: 16px;
    background: rgba(137, 245, 51, 0.05);
}

.activity-live-badge b {
    color: #89F533;
    font-size: 13px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.activity-live-dot {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    border-radius: 9999px;
    opacity: 0.75;
    background: #89F533;
    animation: activityLivePulse 1.45s ease-out infinite;
}

.activity-feed-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    align-items: flex-start;
    justify-content: flex-start;
}

.activity-card {
    position: relative;
    width: 125px;
    flex: 0 0 125px;
}

.activity-avatar-box {
    position: relative;
    display: flex;
    width: 125px;
    height: 125px;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.03);
    transition: background 0.25s ease, transform 0.25s ease;
}

.activity-avatar-box:hover {
    background: rgba(255, 255, 255, 0.055);
    transform: translateY(-3px);
}

.activity-avatar {
    width: 41px;
    height: 41px;
    display: block;
    image-rendering: pixelated;
}

.activity-action-icon {
    position: absolute;
    top: 28px;
    right: 26px;
    width: 28px;
    height: 28px;
    display: block;
    image-rendering: pixelated;
}

@media (max-width: 1210px) {
    .activity-action-icon {
        top: 28px;
        right: 26px;
    }
}

.activity-card-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 17px;
    min-width: 0;
}

.activity-card-name {
    overflow: hidden;
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-card-time {
    color: rgba(208, 214, 230, 0.35);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.activity-tooltip {
    position: absolute;
    left: 50%;
    bottom: 91px;
    z-index: 8;
    display: grid;
    grid-template-columns: 44px auto auto auto;
    align-items: center;
    gap: 4px 10px;
    width: max-content;
    min-width: 276.507px;
    max-width: calc(100vw - 36px);
    min-height: 75.907px;
    padding: 13px 20px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: radial-gradient(circle at 35% 42%, rgba(137, 245, 51, 0.16) 0%, rgba(137, 245, 51, 0) 17%), radial-gradient(circle at 58% 30%, rgba(253, 61, 41, 0.18) 0%, rgba(253, 61, 41, 0) 19%), rgba(0, 0, 0, 0.27);
    backdrop-filter: blur(10.050000190734863px);
    color: #FFFFFF;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 10px) scale(0.98);
    transition: opacity 0.34s ease, transform 0.34s cubic-bezier(0.16, 1, 0.3, 1);
}

.activity-avatar-box > .activity-tooltip {
    display: none;
}

.activity-tooltip::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 91px;
    height: 76px;
    border-radius: 24px 0 0 24px;
    background: linear-gradient(90deg, rgba(253, 61, 41, 0.14) 0%, rgba(253, 61, 41, 0) 100%);
    transform: translateY(-50%);
    pointer-events: none;
}

.activity-tooltip-global {
    position: fixed;
    left: 0;
    top: 0;
    bottom: auto;
    z-index: 50;
    transform: translateY(16px) scale(0.97);
}

.activity-tooltip-global.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.activity-tooltip-icon {
    position: relative;
    z-index: 1;
    width: 44px;
    height: 44px;
    display: block;
    grid-row: 1 / span 2;
    image-rendering: pixelated;
}

.activity-tooltip-title {
    position: relative;
    z-index: 1;
    grid-column: 2 / 5;
    color: #FFFFFF;
    font-family: "Benzin-Bold";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.76px;
    white-space: nowrap;
}

.activity-tooltip-price {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
    font-family: "Benzin-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    white-space: nowrap;
}

.activity-tooltip-discount {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22.393px;
    min-width: 57px;
    padding: 0 9px;
    border-radius: 43px;
    background: rgba(137, 245, 51, 0.04);
    color: #89F533;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.67px;
}

.activity-tooltip-old-price {
    position: relative;
    z-index: 1;
    color: rgba(255, 255, 255, 0.48);
    font-family: "Benzin-Bold";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-decoration-line: line-through;
    white-space: nowrap;
}

.faq-section {
    display: flex;
    justify-content: center;
    padding-bottom: 80px;
}

.faq-heading {
    margin-bottom: 28px;
}

.faq-list {
    display: grid;
    gap: 10px;
}

.faq-item {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
    transition: background 0.28s ease;
}

.faq-item.is-open {
    background: #2A2B2D;
}

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 60px;
    padding: 0 22px;
    cursor: pointer;
    list-style: none;
}

.faq-question::-webkit-details-marker {
    display: none;
}

.faq-question b {
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
}

.faq-arrow {
    flex: 0 0 auto;
    transition: transform 0.22s ease;
}

.faq-item.is-open .faq-arrow {
    transform: rotate(180deg);
}

.faq-answer {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    padding: 0 22px;
    transition: max-height 0.28s ease, opacity 0.18s ease, padding-bottom 0.28s ease;
}

.faq-item.is-open .faq-answer {
    max-height: 180px;
    opacity: 1;
    padding-bottom: 18px;
}

.faq-answer::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 17px;
    background: rgba(255, 255, 255, 0.06);
}

.faq-answer p {
    color: #D0D6E6;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}

.site-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 48px;
    padding: 12px 23px;
    border-radius: 16px;
    background: #3D459A;
    backdrop-filter: blur(8.199999809265137px);
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform 0.22s ease, filter 0.22s ease;
}

.site-button:hover {
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.site-button:active {
    transform: scale(0.96);
}

.site-button-icon {
    flex: 0 0 auto;
}

.site-button-main {
    background: radial-gradient(50% 50% at 50% 50%, #F53 0%, #99331F 100%);
}

.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.70);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    overscroll-behavior: contain;
    transition: opacity 0.24s ease;
}

.modal-overlay.is-visible,
.modal-overlay.is-open,
.modal-overlay.is-closing {
    display: flex;
}

.modal-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.modal-overlay.is-closing {
    opacity: 0;
    pointer-events: none;
}

.payment-modal {
    position: relative;
    width: min(672px, 100%);
    min-height: 585px;
    max-height: none;
    overflow-y: visible;
    margin: auto;
    overscroll-behavior: contain;
    padding: 16px 23px 16px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #1D1D1E;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
    transform: translateY(18px);
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.payment-modal::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 120px;
    border-radius: 24px;
    background: var(--payment-bg, linear-gradient(180deg, rgba(253, 61, 41, 0.14) 0%, rgba(253, 61, 41, 0.00) 100%));
    pointer-events: none;
}

.payment-modal > * {
    position: relative;
    z-index: 1;
}

.modal-overlay.is-open .payment-modal {
    transform: translateY(0);
}

.payment-modal::-webkit-scrollbar {
    width: 0;
}

.modal-close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    z-index: 2;
    transition: background 0.22s ease, transform 0.22s ease;
}

.modal-close:hover {
    background: rgba(255, 255, 255, 0.06);
}

.modal-close:active {
    transform: scale(0.9);
}

.modal-close svg {
    flex: 0 0 auto;
    transition: transform 0.22s ease;
}

.modal-close:hover svg {
    transform: scale(1.08);
}

.payment-modal-head {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 37px;
    padding-right: 42px;
}

.payment-product-image {
    width: 88px;
    height: 88px;
    flex: 0 0 auto;
    object-fit: contain;
    image-rendering: pixelated;
}

.payment-product-info h2 {
    color: #FFFFFF;
    font-family: "Benzin-Bold";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.payment-price-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.payment-price-row strong {
    color: #FFFFFF;
    font-family: "Benzin-Bold";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
}

.payment-price-row i {
    display: inline-flex;
    min-height: 23px;
    align-items: center;
    justify-content: center;
    padding: 5px 8px;
    border-radius: 43px;
    background: rgba(137, 245, 51, 0.04);
    color: #89F533;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.67px;
}

.payment-price-row del {
    color: rgba(255, 255, 255, 0.48);
    font-family: "Benzin-Bold";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    text-decoration-line: line-through;
}

.payment-form {
    display: grid;
    gap: 18px;
}

.payment-field-group {
    display: grid;
    gap: 8px;
}

.payment-field-group > b {
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
}

.modal-field {
    display: flex;
    height: 50px;
    align-items: center;
    gap: 12px;
    padding: 0 17px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #202122;
    transition: background 0.22s ease, border-color 0.22s ease;
}

.modal-field-promocode {
    position: relative;
}

.modal-field-player {
    position: relative;
}

.modal-field-player.is-loading img {
    opacity: 0;
}

.modal-field-player.is-loading::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    width: 22px;
    height: 22px;
    box-sizing: border-box;
    margin-top: -11px;
    border: 3px solid rgba(137, 245, 51, 0.24);
    border-top-color: #89F533;
    border-radius: 50%;
    animation: payment-promocode-spin 0.8s linear infinite;
    pointer-events: none;
}

.modal-field-promocode input {
    padding-right: 76px;
}

.payment-promocode-state {
    position: absolute;
    right: 17px;
    top: 50%;
    display: none;
    transform: translateY(-50%);
    color: #89F533;
    font-family: 'FS Elliot Pro';
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    pointer-events: none;
}

.payment-promocode-state.is-loading,
.payment-promocode-state.is-success {
    display: block;
}

.payment-promocode-state.is-loading {
    width: 22px;
    height: 22px;
    font-size: 0;
}

.payment-promocode-state.is-loading::before {
    content: "";
    position: absolute;
    inset: 0;
    box-sizing: border-box;
    border: 3px solid rgba(137, 245, 51, 0.24);
    border-top-color: #89F533;
    border-radius: 50%;
    animation: payment-promocode-spin 0.8s linear infinite;
}

@keyframes payment-promocode-spin {
    to {
        transform: rotate(360deg);
    }
}

.modal-field:hover,
.modal-field:focus-within {
    background: #242527;
    border-color: rgba(255, 255, 255, 0.06);
}

.modal-field img {
    width: 25px;
    height: 25px;
    flex: 0 0 auto;
    border-radius: 8px;
    image-rendering: pixelated;
}

.modal-field input {
    width: 100%;
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal-field input::placeholder {
    color: rgba(208, 214, 230, 0.35);
    transition: color 0.22s ease;
}

.payment-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.payment-option {
    position: relative;
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 17px;
    border-radius: 16px;
    border: 1px solid #313233;
    background: #202122;
    cursor: pointer;
    transition: border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.payment-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.payment-option b {
    color: #EDEDED;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 17.14px;
}

.payment-option i {
    color: #89F533;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.67px;
}

.payment-option:hover,
.payment-option.is-active,
.payment-option:has(input:checked) {
    border-color: #89F533;
    background: rgba(137, 245, 51, 0.05);
}

.payment-option:active {
    transform: scale(0.96);
}

.payment-methods .payment-option {
    gap: 10px;
    padding-inline: 20px;
}

.payment-methods .payment-option svg {
    flex: 0 0 auto;
}

.payment-submit {
    width: 100%;
    height: 56px;
    margin-top: 4px;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    text-transform: none;
}

.payment-submit.is-loading {
    pointer-events: none;
    opacity: 0.72;
}

.payment-policy {
    margin: 0 auto;
    color: #5E5E5E;
    text-align: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    width: 100%;
}

.payment-policy a {
    color: #FFFFFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
}

.donate-info-modal {
    display: flex;
    width: min(672px, 100%);
    max-height: min(695px, calc(100svh - 48px));
    flex-direction: column;
    overflow: hidden;
}

.donate-info-head {
    margin-bottom: 26px;
}

.donate-info-price strong {
    font-size: 16px;
}

.donate-info-scroll {
    min-height: 0;
    overflow-y: auto;
    margin-right: -26px;
    padding-right: 19px;
    scrollbar-width: thin;
    scrollbar-color: #F53 #202122;
}

.donate-info-scroll::-webkit-scrollbar {
    width: 2px;
}

.donate-info-scroll::-webkit-scrollbar-track {
    border-radius: 61px;
    background: #202122;
}

.donate-info-scroll::-webkit-scrollbar-thumb {
    border-radius: 61px;
    background: radial-gradient(50% 50% at 50% 50%, #F53 0%, #99331F 100%);
}

.donate-info-scroll::-webkit-scrollbar-button {
    display: none;
    width: 0;
    height: 0;
}

.donate-info-description {
    margin-bottom: 20px;
    color: #D0D6E6;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.donate-info-block {
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
}

.donate-info-label {
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
}

.donate-command-box {
    padding: 11px 15px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #202122;
}

.donate-command-box p {
    color: #FFFFFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 158%;
}

.donate-command-box b {
    color: rgba(208, 214, 230, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 158%;
}

.donate-info-buy {
    flex: 0 0 auto;
    width: calc(100% - 34px);
    margin: 23px 17px 0px;
}

.alert-modal {
    position: relative;
    width: min(672px, 100%);
    min-height: 695px;
    overflow: hidden;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #1D1D1E;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44);
    transform: translateY(18px);
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-overlay.is-open .alert-modal {
    transform: translateY(0);
}

.alert-modal-close {
    top: 16px;
    right: 16px;
    z-index: 5;
}

.alert-slider-list {
    position: relative;
    display: grid;
    min-height: 695px;
}

.alert-slide {
    grid-area: 1 / 1;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transform: translateX(24px) scale(0.985);
    transition: opacity 0.5s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), visibility 0s linear 0.5s;
}

.alert-slide.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0) scale(1);
    transition-delay: 0s;
}

.alert-slide-image {
    display: block;
    width: 100%;
    height: 260px;
    object-fit: cover;
    transform: scale(1.04);
    filter: saturate(0.94) brightness(0.92);
    transition: transform 0.85s ease, filter 0.65s ease;
}

.alert-slide.is-active .alert-slide-image {
    animation: alertImageZoom 7s ease-out forwards;
    filter: saturate(1.06) brightness(1);
}

.alert-slide-image[data-media-type="gif"],
.alert-slide.is-active .alert-slide-image[data-media-type="gif"] {
    animation: none;
    transform: none;
}

.alert-slide-content {
    min-height: 435px;
    padding: 25px 28px 78px;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.45s ease 0.12s, transform 0.58s cubic-bezier(0.16, 1, 0.3, 1) 0.12s;
}

.alert-slide.is-active .alert-slide-content {
    opacity: 1;
    transform: translateY(0);
}

.alert-slide-content h2 {
    margin-bottom: 14px;
    color: #FFFFFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.alert-slide-content p {
    color: #D0D6E6;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.alert-slider-controls {
    position: absolute;
    top: 204px;
    right: 18px;
    z-index: 4;
    display: flex;
    gap: 8px;
}

.alert-slider-arrow {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 128px;
    border: 1px solid #2B2B2D;
    background: #1D1D1E;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.22s ease, background 0.22s ease, transform 0.22s ease, backdrop-filter 0.22s ease;
}

.alert-slider-arrow:hover {
    opacity: 0.67;
    background: #000000;
    -webkit-backdrop-filter: blur(1.899999976158142px);
    backdrop-filter: blur(1.899999976158142px);
}

.alert-slider-arrow:active {
    transform: scale(0.94);
}

.alert-slider-dots {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 37px;
    z-index: 4;
    width: max-content;
    min-width: 79px;
    transform: translateX(-50%);
}

html.modal-hidden,
body.modal-hidden {
    overflow: hidden;
}

@media (max-width: 760px) {
    .modal-overlay {
        align-items: flex-start;
        padding: 0;
        overflow-y: auto;
    }

    .payment-modal {
        min-height: auto;
        max-height: none;
        overflow-y: visible;
        margin: 0;
        padding: 26px 22px 24px;
        border-radius: 0;
    }

    .donate-info-modal {
        min-height: 100svh;
        max-height: 100svh;
    }

    .donate-info-scroll {
        overflow-y: auto;
        margin-right: -22px;
        padding-right: 22px;
    }

    .alert-modal {
        width: 100%;
        min-height: 100svh;
        border-radius: 0;
    }

    .alert-slide-image {
        height: 230px;
    }

    .alert-slider-controls {
        top: 176px;
    }

    .alert-slide-content {
        min-height: auto;
        padding: 22px 22px 82px;
    }

    .alert-slide-content h2 {
        font-size: 24px;
    }

    .alert-slide-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .payment-modal::before {
        border-radius: 0;
    }

    .modal-close {
        top: 16px;
        right: 16px;
    }

    .payment-modal-head {
        gap: 18px;
        margin-bottom: 28px;
        padding-right: 38px;
    }

    .payment-product-image {
        width: 76px;
        height: 76px;
    }

    .payment-product-info h2 {
        font-size: 22px;
        line-height: 31px;
    }

    .payment-price-row {
        flex-wrap: wrap;
        gap: 8px;
    }

    .payment-options {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .payment-methods {
        grid-template-columns: 1fr;
    }

    .payment-option {
        width: 100%;
        padding-inline: 12px;
    }
}

@media (max-width: 430px) {
    .payment-modal-head {
        display: grid;
        justify-items: start;
    }

    .payment-product-image {
        width: 68px;
        height: 68px;
    }

    .payment-options {
        grid-template-columns: 1fr;
    }

    .payment-submit {
        height: 52px;
    }

    .donate-command-box p,
    .donate-command-box b {
        font-size: 14px;
    }
}

.discord-section {
    display: flex;
    justify-content: center;
    padding-bottom: 56px;
}

.discord-block {
    position: relative;
    display: flex;
    min-height: 429.052px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background-image: url("../../../img/main/discord-background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.discord-content {
    position: relative;
    z-index: 2;
    display: flex;
    max-width: 548px;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.discord-title {
    max-width: 548px;
    color: #FFFFFF;
    text-align: center;
    font-family: "Benzin-Bold";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 58px;
}

.discord-text {
    max-width: 548px;
    margin-top: 18px;
    color: #E8E8E8;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
}

.discord-button {
    margin-top: 30px;
}

.discord-absolute {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.discord-absolute-left {
    left: 0;
    bottom: 0;
    width: 416px;
}

.discord-absolute-right {
    right: 0;
    bottom: 0;
    width: 419px;
}

.footer-main {
    display: flex;
    justify-content: center;
    padding-bottom: 54px;
}

.footer {
    display: flex;
    width: 100%;
    min-height: 163.522px;
    align-items: center;
    gap: 38px;
    padding: 28px 35px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: #1D1D1E;
}

.footer-logo {
    display: flex;
    width: 111px;
    flex: 0 0 111px;
}

.footer-logo img {
    width: 100%;
    display: block;
}

.footer-content {
    display: flex;
    min-width: 0;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 17px;
}

.footer-copyright {
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 17px;
}

.footer-disclaimer {
    color: #D0D6E6;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
}

.footer-requisites {
    color: rgba(208, 214, 230, 0.72);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
}

.footer-disclaimer a,
.footer-requisites a {
    color: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.footer-disclaimer a:hover,
.footer-requisites a:hover {
    color: #FFFFFF;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 7px 14px;
    border-radius: 2222px;
    background: rgba(217, 217, 217, 0.06);
    color: #D0D6E6;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 17px;
    text-decoration: none;
    transition: color 0.2s ease, background 0.2s ease;
}

.footer-links a:hover {
    color: #FFFFFF;
    background: rgba(217, 217, 217, 0.12);
}

.footer-payments {
    display: flex;
    align-items: center;
    gap: 0px;
    flex: 0 0 auto;
}

.footer-payments img {
    display: block;
    max-height: 56px;
    object-fit: contain;
    filter: grayscale(1);
}

@keyframes sliderImageZoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

@keyframes alertImageZoom {
    from {
        transform: scale(1.03);
    }
    to {
        transform: scale(1.12);
    }
}

@media (prefers-reduced-motion: reduce) {
    .main-slider-slide,
    .main-slider-bg,
    .main-slider-content,
    .alert-slide,
    .alert-slide-image,
    .alert-slide-content {
        animation: none !important;
        transition: none !important;
    }
}

@keyframes activityLivePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(137, 245, 51, 0.22);
    }
    70% {
        box-shadow: 0 0 0 7px rgba(137, 245, 51, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(137, 245, 51, 0);
    }
}

/*Humburger Style Open*/
.humburger-menu {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20;
    pointer-events: none;
    left: 0;
    top: 0;
    transition: transform 0.34s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.24s ease;
    transform: translateX(-100%);
    background: rgba(0, 0, 0, 0.34);
    opacity: 0;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.humburger-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(60% 35% at 35% 0%, rgba(255, 85, 51, 0.14) 0%, rgba(255, 85, 51, 0) 100%);
    pointer-events: none;
}

html.hidden,
body.hidden {
    overflow: hidden;
}

body.hidden {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
}

.humburger-menu.active {
    opacity: 1;
    transform: translateX(0px);
    pointer-events: all;
}

ul.hum-links {
    display: flex;
    width: 100%;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 34px 26px 0;
    list-style: none;
    user-select: none;
}

ul.hum-links .link-header {
    width: 100%;
}

ul.hum-links .link-header-a {
    width: 100%;
    justify-content: flex-start;
    padding: 15px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    color: #D0D6E6;
}

ul.hum-links .link-header-a:hover {
    color: #FFFFFF;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 85, 51, 0.27) 0%, rgba(153, 51, 31, 0.27) 100%);
}

.humburger-content {
    position: relative;
    z-index: 1;
    height: 100%;
    width: min(430px, calc(100% - 22px));
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 78px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 0 28px 28px 0;
    background: rgba(20, 16, 16, 0.82);
    box-shadow: 24px 0 70px rgba(0, 0, 0, 0.38);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.buttons-content-hum {
    width: 100%;
    padding: 0 26px 30px;
    gap: 14px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.buttons-content-hum .header-actions {
    width: 100%;
    justify-content: center;
    gap: 10px;
    padding: 14px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.03);
}

.buttons-content-hum .online-pill {
    min-width: 90px;
}

.mobile-menu-close {
    position: absolute;
    top: 18px;
    right: 18px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 2222px;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
    transition: background 0.22s ease, transform 0.22s ease;
}

.mobile-menu-close:hover {
    background: rgba(255, 255, 255, 0.1);
}

.mobile-menu-close:active {
    transform: scale(0.92);
}

.mobile-menu-close i,
.mobile-menu-close i::before {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #FFFFFF;
}

.mobile-menu-close i {
    transform: rotate(45deg);
}

.mobile-menu-close i::before {
    content: "";
    transform: rotate(90deg);
}
.line-header.mob-el {
    display: none;
}
.right-humburger {
    display: none;
}
#menu__toggle {
    opacity: 0;
    position: absolute;
    pointer-events: none;
}
#menu__toggle:checked + .menu__btn > i {
    transform: rotate(45deg);
}
#menu__toggle:checked + .menu__btn > i::before {
    top: 0;
    transform: rotate(0deg);
}
#menu__toggle:checked + .menu__btn > i::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
    left: 0 !important;
}
.hamburger-menu {
    display: none;
}
.menu__btn {
    position: absolute;
    width: 45px;
    height: 45px;
    cursor: pointer;
    top: 16px;
    z-index: 30;
    right: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2222px;
    background: rgba(255, 255, 255, 0.04);
    transition: background 0.22s ease, transform 0.22s ease;
}

.menu__btn:hover {
    background: rgba(255, 255, 255, 0.08);
}

.menu__btn:active {
    transform: scale(0.92);
}

.menu__btn > i, .menu__btn > i::before, .menu__btn > i::after {
    display: block;
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background-color: #ffffff;
    transition-duration: .25s;
}
.menu__btn > i::before {
    content: '';
    top: -7px;
}
.menu__btn > i::after {
    content: '';
    top: 7px;
}
.links-header-ul.mob-el {
    display: grid;
    gap: 42px;
    justify-items: center;
    align-items: center;
    user-select: none;
}

/*Humburger Style CLOSE*/


@media (min-width: 1210px) and (max-width: 1550px) {
    body {
        zoom: 0.85;
    }
}

@media (min-width: 1175px) and (max-width: 1308px) {
    body {
        zoom: 0.8;
    }
}


@media (max-width: 1210px) {
    img.discord-absolute.discord-absolute-left {
        display: none;
    }
    ul.links-header-ul.head-pc {
        display: none;
    }
    .right-block {
        display: none;
    }
    .hamburger-menu {
        display: unset;
    }
    .border.border-header {
        padding: 0px 20px;
    }
    img.big-logotype {
        width: 260px;
    }
    p.hero-description {
        font-size: 16px;
    }
    .header-hero {
        margin-top: unset;
        height: calc(100% - 78px);
        display: flex;
        justify-content: center;
    }
    .header {
        min-height: auto;
        padding-top: 18px;
    }
    .hero-buttons {
        display: flex;
        flex-direction: column;
    }
    .header-top {
        padding: 0px 30px;
    }
    .menu__btn {
        right: 30px;
    }
    .shop-categories-section {
        padding-top: 18px;
        padding-bottom: 18px;
    }
    .border-add,
    .server-shop-border,
    .activity-feed-border,
    .faq-border,
    .discord-border,
    .footer-border {
        width: 100%;
        min-width: 0;
    }
    .activity-feed-border::after {
        top: 46px;
        width: 58px;
    }
    .section-heading {
        width: 100%;
        margin-bottom: 24px;
    }
    .shop-categories-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        grid-auto-rows: 57px;
        gap: 12px;
    }
    .category-card,
    .category-card-large,
    .category-card:not(.category-card-large) {
        grid-row: auto;
        height: 57px;
    }
    .category-card-privileges .category-card-image,
    .category-card-cases .category-card-image,
    .category-card-currency .category-card-image,
    .category-card-gadgets .category-card-image,
    .category-card-other .category-card-image {
        width: 70%;
        height: 100%;
    }
    .server-shop-section {
        padding-top: 22px;
        padding-bottom: 36px;
    }
    .server-shop-note {
        font-size: 13px;
        line-height: 17px;
    }
    .server-tabs {
        overflow: hidden;
        margin-bottom: 18px;
    }
    .server-tab {
        font-size: 12px;
    }
    .privileges-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
    .privilege-card {
        padding: 18px 14px;
    }
    .privilege-card-top {
        height: auto;
        flex: auto;
    }
    .privilege-card-top img {
        max-height: 105px;
    }
    .privilege-help {
        top: 12px;
        right: 12px;
    }
    .privilege-card {
        height: auto;
    }
    .privilege-card h3 {
        margin-top: 14px;
        font-size: 16px;
        line-height: 28px;
    }
    .privilege-desc {
        min-height: 38px;
        font-size: 13px;
    }
    .privilege-price {
        margin-top: 10px;
        font-size: 16px;
        line-height: 30px;
    }
    .privilege-period {
        font-size: 13px;
    }
    .privilege-buy-button {
        min-height: 54px;
        margin-top: 18px;
        border-radius: 18px;
        font-size: 16px;
    }
    .main-content {
        padding: 20px 20px;
    }
    article.main-slider-slide.is-active {
        padding: 0 25px;
    }
    .main-slider-slide {
        padding: 0 25px;
    }
    .activity-feed-section {
        padding-top: 20px;
        padding-bottom: 42px;
    }
    .activity-feed-heading {
        margin-bottom: 22px;
    }
    .activity-feed-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: visible;
        padding-bottom: 10px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        cursor: grab;
        user-select: none;
    }
    .activity-feed-list.is-dragging {
        cursor: grabbing;
    }
    .activity-feed-list::-webkit-scrollbar {
        display: none;
    }
    .activity-card {
        width: 105px;
        flex-basis: 105px;
    }
    .activity-avatar-box {
        width: 105px;
        height: 105px;
    }
    .activity-card-name {
        font-size: 14px;
    }
    .activity-card-time {
        font-size: 12px;
    }
    .activity-tooltip {
        grid-template-columns: 42px auto auto auto;
        min-width: 276.507px;
        max-width: calc(100vw - 36px);
        min-height: 75.907px;
        gap: 4px 8px;
        padding: 13px 16px;
    }
    .activity-tooltip-icon {
        width: 42px;
        height: 42px;
        grid-row: 1 / span 2;
    }
    .activity-tooltip-title {
        font-size: 12px;
        line-height: 20.76px;
    }
    .activity-tooltip-price {
        font-size: 16px;
        line-height: 24px;
    }
    .activity-tooltip-discount,
    .activity-tooltip-old-price {
        justify-self: start;
    }
    .faq-section {
        padding-bottom: 48px;
    }
    .faq-heading {
        margin-bottom: 18px;
    }
    .faq-list {
        gap: 8px;
    }
    .faq-question {
        min-height: 56px;
        padding: 0 16px;
        gap: 14px;
    }
    .faq-question b,
    .faq-answer p {
        font-size: 14px;
        line-height: 20px;
    }
    .faq-answer {
        padding: 0 16px 16px;
    }
    .discord-section {
        padding-bottom: 54px;
    }
    .discord-block {
        min-height: 360px;
        padding: 46px 20px;
    }
    .discord-title {
        font-size: 28px;
        line-height: 38px;
    }
    .discord-text {
        max-width: 420px;
        margin-top: 14px;
        font-size: 14px;
        line-height: 21px;
    }
    .discord-button {
        margin-top: 24px;
    }
    .discord-absolute-left {
        left: -92px;
        width: 250px;
    }
    .discord-absolute-right {
        right: -118px;
        width: 278px;
    }
    .footer-main {
        padding-bottom: 36px;
    }
    .footer {
        min-height: auto;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        padding: 24px;
        display: flex;
        justify-content: center;
    }
    .footer-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .footer-logo {
        width: 96px;
        flex-basis: auto;
    }
    .footer-payments {
        width: 100%;
        justify-content: center;
        gap: 14px;
    }
    .footer-payments img {
        max-height: 42px;
    }
}

@media (max-width: 1174px) {
}

.donate-object .cart-button {
    display: none;
}
