@import url(https://fonts.googleapis.com/css?family=Bebas+Neue:regular);
@import url(https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
ul,
button {
    margin: 0;
    text-decoration: none;
}

body {
    background-color: #0f0e15;
}

.container {

    padding-right: 20px;
    padding-left: 20px;
}

.main-bg {
    overflow-x: hidden;
    max-width: 1920px;
    background-image: url('../image/bg/mainbg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
}

.header-container {
    max-width: 1920px;
    height: 55px;
    padding: 0px 40px;
}

header {
    height: 55px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    width: 15%;
}

nav {
    width: 70%;
    display: flex;
    justify-content: center;
}

nav ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

nav li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 0px 30px;
}

nav li a {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all .2s;
}

nav li a:hover {
    color: #ED1F24;
}

.header-button {
    width: 15%;
    display: flex;
    flex-direction: row-reverse;
}

.header-button button:not(.gtranslate-btn):not(.gtranslate-option) {
    background-image: url('../image/svg/texture.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ed1f24;
    height: 34px;
    width: 136px;
    border: 0;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all .2s;
}

.header-button button:not(.gtranslate-btn):not(.gtranslate-option):hover {
    background-color: #ed1f22b1;
}



main {
    position: relative;
    padding-top: 120px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-miniheader {}

.main-miniheader p {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ED1F24;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.main-header {}

.main-header h1 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 115px;
    text-align: center;
    color: #FFFFFF;
}

.main-info {
    display: flex;
    justify-content: center;
}

.main-info p {
    max-width: 667px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.main-button {
    width: fit-content;
    padding: 4px;
    /* padding-top: 24px; */
    margin: auto;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ed1f227b;
    height: 8;
}

.main-button button {
    position: relative;
    background-image: url('../image/svg/texture2.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ed1f24;
    height: 42px;
    width: 252px;
    border: 0;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all .2s;
    margin: 0;
    padding: 0;
    /* border: 4px solid #0f0e150a; */
    /* outline: 1px solid #461219; */
}

.main-button button img {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
}

.main-button button:hover {
    background-color: #ed1f22b1;
}

.main-soc {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 60px;
}

.soc-item {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.07);
    margin: 0px 5px;
}

.soc-item a {
    display: flex;
    align-items: center;
}

.about {
    max-width: 1920px;
    background-image: url('../image/bg/aboutbg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    padding-top: 48px;
    padding-bottom: 48px;
}

.about-container {
    max-width: 1016px;
}

.about-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding-bottom: 24px;
}

.about-header-l {}

.about-header-l h2 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 64px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
}

.about-header-r {}

.about-header-r p {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #ED1F24;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    margin-bottom: 8px;
}

.about-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-item-tenz {
    height: 325px;
    width: 48%;
    background-image: url('../image/svg/tenz.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 2px solid #ED1F24;
    position: relative;
}

.about-item-tenz-text {}

.about-item-tenz-text p {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #ED1F24;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.about-item-tenz-text h3 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.about-item-tenz-img {}

.about-item-tenz-absolute {}

.about-item-tenz-absolute img {
    position: absolute;
    top: 45%;
    left: 78%;
    transform: translate(-50%, -50%);
}

.about-item-reward {
    height: 325px;
    width: 48%;
    background-image: url('../image/svg/reward.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.about-item-reward-text {}

.about-item-reward-text p {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #ED1F24;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.about-item-reward-info {}

.about-item-reward-info p {
    position: relative;
    z-index: 11;
    max-width: 260px;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.about-item-reward-absolute {}

.about-item-reward-absolute img {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
}

.about-elite {
    overflow: hidden;
    position: relative;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    gap: 21px;
    background-image: url('../image/svg/skins.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ED1F24;
}

.about-elite p {
    position: relative;
    z-index: 11;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.about-elite a {
    border: 1px solid #ffffff5f;
    padding: 4px;
}

.about-elite button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #ED1F24;
    background-image: url('../image/svg/texture3.json');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    height: 44px;
    width: 252px;
    border: 14px solid #ffffff01;
    transition: all .2s;
}

.about-elite button img {
    display: block;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 95%;
    transform: translate(-50%, -50%);
}

.about-elite img {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 75%;
    transform: translate(-50%, -50%);
}

.about-elite button:hover {
    background-color: #ffffffdd;
}



.spin {
    padding: 48px 30px;
    max-width: 1920px;
    background-image: url('../image/bg/roulettebg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.spin-header {
    text-align: center;
}

.spin-header h6 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #ED1F24;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.spin-header h2 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 77px;
    text-align: center;
    color: #FFFFFF;
}

.spin-header p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.roulette-container {
    width: 100%;
    height: 370px;
    overflow: hidden;
    position: relative;
    margin: 40px 0;
    border-left: 2px solid #ed1f24;
    border-right: 2px solid #ed1f24;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}

.roulette-track {
    display: flex;
    height: 100%;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.roulette-item {
    width: calc(100% / 7);
    min-width: calc(100% / 7);
    height: 370px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    perspective: 1000px;
}

.item-content {
    position: relative;
    width: 90%;
    height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 5px 50px 5px;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-sizing: border-box;
}

.item-frame {
    position: absolute;
    inset: 0;
    z-index: -1;
    background: rgba(255, 255, 255, 0.05);
    /* backdrop-filter: blur(2px); */
}

.item-frame.red {
    border: 2px solid #ED1F24;
    background: linear-gradient(45deg, rgba(255, 59, 59, 0.15), transparent);
    background-image: url('../image/case/bgred.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item-frame.yellow {
    border: 2px solid #F1B82D;
    background: linear-gradient(45deg, rgba(255, 215, 0, 0.15), transparent);
    background-image: url('../image/case/bgleg.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item-frame.blue {
    border: 2px solid #5A9FE2;
    background: linear-gradient(45deg, rgba(0, 191, 255, 0.15), transparent);
    background-image: url('../image/case/bgrare.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item-frame.teal {
    border: 2px solid #009587;
    background: linear-gradient(45deg, rgba(0, 230, 230, 0.15), transparent);
    background-image: url('../image/case/bgcom.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.item-image {
    width: 80%;
    max-width: 160px;
    height: auto;
    max-height: 180px;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
    display: block;
    flex-shrink: 0;
}

.item-label {
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    padding: 0 6px;
    box-sizing: border-box;
}

.item-label p {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #F1B82D;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    margin: 0 0 2px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-label h2 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-rarity {
    display: none;
    font-size: 10px;
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}

.center-highlight {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    pointer-events: none;
}

.center-highlight::before,
.center-highlight::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 40%;
    /* background: rgba(255, 255, 255, 0.7); */
}

.center-highlight::before {
    top: 0;
}

.center-highlight::after {
    bottom: 0;
}

.spin-btn-cont {
    width: fit-content;
    display: flex;
    justify-content: center;
    border: 1px solid #ed1f227b;
    margin: auto;
    padding: 4px;
}

.spin-btn {
    position: relative;
    background-image: url('../image/svg/texture2.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ed1f24;
    height: 44px;
    width: 252px;
    border: 0;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all .2s;
    margin: auto;
}

.spin-btn img {
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
}

.spin-btn:hover {
    background-color: #ed1f22b1;
}

.claim-btn {}

.glow-effect {
    position: absolute;
    inset: -10px;
    /* background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 70%); */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

/* Общие стили для активного центра */
.roulette-item.active-center .item-content {
    transform: scale(1.03) translateY(0px);
    z-index: 20;
    transition: all 0.5s ease;
}

/* Цветные эффекты для разных редкостей */
/* .roulette-item[data-rarity="EPIC"].active-center .item-content {
  box-shadow: 0 0 30px rgba(255, 59, 59, 0.9);
}

.roulette-item[data-rarity="LEGENDARY"].active-center .item-content {
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.9);
}

.roulette-item[data-rarity="RARE"].active-center .item-content {
  box-shadow: 0 0 30px rgba(0, 191, 255, 0.9);
}

.roulette-item[data-rarity="COMMON"].active-center .item-content {
  box-shadow: 0 0 30px rgba(0, 230, 230, 0.9);
}

.roulette-item[data-rarity="UNIQUE"].active-center .item-content {
  box-shadow: 0 0 30px rgba(177, 56, 255, 0.9);
} */

/* Цветные glow effects */
.roulette-item.active-center .glow-effect {
    opacity: 1;
    transition: background 1s ease;
}

.glow-effect {
    position: absolute;
    inset: -10px;
    border-radius: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    background: transparent;
}

/* Градиент снизу до середины */
.roulette-item.active-center .glow-effect {
    opacity: 1;
}

/* Стили для разных редкостей */
.roulette-item[data-rarity="EPIC"].active-center .glow-effect {
    background:
        linear-gradient(0deg, rgba(255, 59, 59, 0.7) 0%, rgba(255, 59, 59, 0) 40%),
        linear-gradient(1deg, rgba(255, 59, 59, 0.7) 0%, rgba(255, 59, 59, 0) 50%);
}

.roulette-item[data-rarity="LEGENDARY"].active-center .glow-effect {
    background:
        linear-gradient(0deg, rgba(255, 215, 0, 0.7) 0%, rgba(255, 215, 0, 0) 40%),
        linear-gradient(1deg, rgba(255, 215, 0, 0.7) 0%, rgba(255, 215, 0, 0) 50%);
}

.roulette-item[data-rarity="RARE"].active-center .glow-effect {
    background:
        linear-gradient(0deg, rgba(0, 191, 255, 0.7) 0%, rgba(0, 191, 255, 0) 40%),
        linear-gradient(1deg, rgba(0, 191, 255, 0.7) 0%, rgba(0, 191, 255, 0) 50%);
}

.roulette-item[data-rarity="COMMON"].active-center .glow-effect {
    background:
        linear-gradient(0deg, rgba(0, 230, 230, 0.7) 0%, rgba(0, 230, 230, 0) 40%),
        linear-gradient(1deg, rgba(0, 230, 230, 0.7) 0%, rgba(0, 230, 230, 0) 50%);
}

.roulette-item[data-rarity="UNIQUE"].active-center .glow-effect {
    background:
        linear-gradient(0deg, rgba(177, 56, 255, 0.7) 0%, rgba(177, 56, 255, 0) 40%),
        linear-gradient(1deg, rgba(177, 56, 255, 0.7) 0%, rgba(177, 56, 255, 0) 50%);
}

/* Стили для неактивных glow effects (тонкие контуры) */
.glow-effect {
    position: absolute;
    inset: -5px;
    opacity: 0.3;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.glow-red {
    box-shadow: 0 0 5px rgba(255, 59, 59, 0.5);
}

.glow-yellow {
    box-shadow: 0 0 5px rgba(255, 215, 0, 0.5);
}

.glow-blue {
    box-shadow: 0 0 5px rgba(0, 191, 255, 0.5);
}

.glow-teal {
    box-shadow: 0 0 5px rgba(0, 230, 230, 0.5);
}

.glow-purple {
    box-shadow: 0 0 5px rgba(177, 56, 255, 0.5);
}

/* Стили для редкостей */
.item-rarity.red {
    color: var(--red);
}

.item-rarity.yellow {
    color: var(--yellow);
}

.item-rarity.blue {
    color: var(--blue);
}

.item-rarity.teal {
    color: var(--teal);
}

.item-rarity.purple {
    color: var(--purple);
}

/* Inactive items (transparent when not winning) */
.roulette-item.inactive-item {
    opacity: 0.3;
    transition: opacity 0.4s ease;
}

/* Pulse glow animation for winning items */
@keyframes pulseGlow {

    0%,
    100% {
        opacity: 1;
        filter: blur(6px);
    }

    50% {
        opacity: 0.8;
        filter: blur(8px);
    }
}

/* Hardware acceleration for smooth performance */
.roulette-track {
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    perspective: 1000px;
    -webkit-perspective: 1000px;
    position: relative;
    z-index: 1;
}

.roulette-item {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    position: relative;
}

/* Fix for mobile scrolling - ensure items stay visible */
.roulette-container {
    position: relative;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.roulette-item .item-content {
    position: relative;
    z-index: 2;
}

/* Prevent items from disappearing on mobile scroll */
.roulette-item.active-center,
.roulette-item.inactive-item {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: opacity;
}

.spins {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10;
}

.spint-top {
    z-index: 11;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spint-bot {
    z-index: 11;
    position: absolute;
    top: 97%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.spin-over-l {
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 1%;
    transform: translate(-50%, -50%);
}

.spin-over-l img {
    height: 370px;
}

.spin-over-r {
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 99%;
    transform: translate(-50%, -50%);
}

.spin-over-r img {
    height: 370px;
    rotate: 180deg;
}


.live {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0px;
}

.live-drop {
    max-width: 100px;
    height: 61px;
    border-bottom: 2px solid #1B1A21;
}

.live-drop-header {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.live-drop-header h2 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.15em;
    color: #ED1F24;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    margin-left: 8px;
    padding-top: 2px;
}



.filter-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 4px 8px;
    background: #1B1A21;
    transition: all 0.3s ease;
}

.filter-toggle-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
}

.filter-toggle-label.all {
    color: white;
}

.filter-toggle-label.best {
    color: #777;
}

.filter-toggle-switch {
    position: relative;
    width: 16px;
    height: 8px;
    background: #333;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.filter-toggle-slider {
    position: absolute;
    width: 6.5px;
    height: 6.5px;
    border-radius: 50%;
    background: #0F0E15;
    top: 1px;
    left: 1px;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Состояние при включении (BEST) */
.filter-toggle.best-mode .filter-toggle-label.all {
    color: #777;
}

.filter-toggle.best-mode .filter-toggle-label.best {
    color: white;
}

.filter-toggle.best-mode .filter-toggle-switch {
    background: #777;
}

.filter-toggle.best-mode .filter-toggle-slider {
    left: calc(100% - 8px);
    background: #fff;
}

/* Тень для выделения */
.filter-toggle {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Ховер эффекты */
.filter-toggle:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.filter-toggle-label:hover {
    opacity: 0.9;
}

.filter-toggle-switch:hover {
    background: #444;
}

.filter-toggle.best-mode .filter-toggle-switch:hover {
    background: #777;
}

.live-slider {
    width: calc(100% - 120px);
    display: flex;
}

.live-slider-best {
    width: calc(100% - 120px);
}

.slick-initialized .slick-slide {
    display: flex;
}

.slick-track {}

.slider-item {
    box-sizing: border-box;
    position: relative;
    width: 120px;
    min-width: 120px;
    height: 61px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0;
    margin: 0 5px;
    background-color: rgba(27, 26, 33, 0.5);
    background-size: 120px 61px;
    background-position: left center;
    background-repeat: no-repeat;
}

.slider-item-img {
    position: absolute;
    left: -2px;
    top: -8px;
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.slider-item-img img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.slider-item-info {
    position: relative;
    margin-left: 61px;
    width: 54px;
    padding: 5px 5px 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    z-index: 1;
}

.slider-item-info p {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.05em;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-item-info h2 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-item-com {
    border-bottom: 2px solid #009587;
    background-image: url(../image/bg/bgcomslider.png);
}

.slider-item-com p {
    color: #009587;
}

.slider-item-leg {
    border-bottom: 2px solid #F1B82D;
    background-image: url(../image/bg/bglegslider.png);
}

.slider-item-leg p {
    color: #F1B82D;
}

.slider-item-epic {
    border-bottom: 2px solid #ED1F24;
    background-image: url(../image/bg/bgepicslider.png);
}

.slider-item-epic p {
    color: #ED1F24;
}

.slider-item-rare {
    border-bottom: 2px solid #5A9FE2;
    background-image: url(../image/bg/bgrareslider.png);
}

.slider-item-rare p {
    color: #5A9FE2;
}


.case-contains-header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.case-contains-header img {
    margin-right: 6px;
}

.case-contains-header h3 {
    margin-top: 2px;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.case-contains-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    /* 6 равных колонок */
    gap: 20px;
    width: 100%;
    box-sizing: border-box;
}

.case-contains-item {
    padding: 15px;
    /* max-width: 280px;
    width: 100%; */
    height: 220px;
    background-color: #1b1a217f;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case-contains-item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.case-contains-item-header h6 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    color: #ED1F24;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.case-contains-item-header p {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.case-contains-item-img {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.case-contains-item-img img {
    max-width: 107%;
    max-height: 92px;
    width: auto;
    height: auto;
    object-fit: contain;
    transform: rotate(5deg);
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.3));
}

.case-contains-item:hover .case-contains-item-img img {
    transform: rotate(5deg) scale(1.05);
}

/* Keep Karambit at normal size */
.case-contains-item-img img[src*="ReaverKarambit"] {
    max-width: 77% !important;
}

.case-contains-item:hover .case-contains-item-img img[src*="ReaverKarambit"] {
    transform: rotate(5deg) scale(1.03) !important;
}

.case-contains-item-info {
    text-align: center;
    padding: 0 5px;
}

.case-contains-item-info h6 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    margin-bottom: 4px;
}

.case-contains-item-info p {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.case-contains-item-red {
    background-image: url('../image/svg/bgcasered.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #ED1F24;
}

.case-contains-item-red .case-contains-item-header h6 {
    color: #ED1F24;
}

.case-contains-item-red .case-contains-item-info h6 {
    color: #ED1F24;
}

.case-contains-item-leg {
    background-image: url('../image/svg/bgcaseleg.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #F1B82D;
}

.case-contains-item-leg .case-contains-item-header h6 {
    color: #F1B82D;
}

.case-contains-item-leg .case-contains-item-info h6 {
    color: #F1B82D;
}

.case-contains-item-rare {
    background-image: url('../image/svg/bgcaserare.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #5A9FE2;
}

.case-contains-item-rare .case-contains-item-header h6 {
    color: #5A9FE2;
}

.case-contains-item-rare .case-contains-item-info h6 {
    color: #5A9FE2;
}

.case-contains-item-common {
    background-image: url('../image/svg/bgcasecommon.svg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom: 2px solid #009587;
}

.case-contains-item-common .case-contains-item-header h6 {
    color: #009587;
}

.case-contains-item-common .case-contains-item-info h6 {
    color: #009587;
}

.faq {
    padding: 48px 0px;
}

.faq-header {
    text-align: center;
}

.faq-header p {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #ED1F24;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.faq-header h2 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 77px;
    color: #FFFFFF;
}


.spoiler_wrap {
    max-width: 500px;
    ;
    margin: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    margin-bottom: 15px;
}

.question-main {
    max-width: 500px;
    ;
    margin: auto;
    margin-top: 32px;
}

.spoiler_wrap.active .spoiler_content {
    max-height: 500px !important;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}

.spoiler_wrap.active .spoiler_title {
    transition: color 0.5s ease;
}

.spoiler_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding-bottom 0.5s ease;
}

.spoiler_content p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(255, 255, 255, 0.75);
    padding-bottom: 15px;
}

.spoiler_title {
    position: relative;
    align-items: center;
}

.spoiler_wrap img {
    margin-top: -20px;
}

.spoiler_title h3 {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    padding-bottom: 10px;
}

.plus-minus-toggle {
    cursor: pointer;
    height: 16px;
    position: absolute;
    width: 16px;
    left: 96%;
    top: 30%;
    z-index: 2;
}

.plus-minus-toggle:before,
.plus-minus-toggle:after {
    background: #fff;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
    transition: transform 500ms ease;
}

.plus-minus-toggle:after {
    transform-origin: center;
}

.plus-minus-toggle.collapsed:after {
    transform: rotate(90deg);
}

.plus-minus-toggle.collapsed:before {
    transform: rotate(180deg);
}

.spoiler_title {
    position: relative;
    cursor: pointer;
    transition: color 0.5s ease;
}

.spoiler-number-green {
    background-color: #A5FF3F;
}

.spoiler-number-green p {
    color: #1D1D1D;
}

.footer-free {
    max-width: 1920px;
    width: 100%;
    height: 52px;
    text-align: center;
    margin: auto;
    background-image: url('../image/bg/footerbg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-free p {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
}

footer {
    max-width: 1920px;
    width: 100%;
    margin: auto;
}

.footer-wrap {
    padding: 30px 0px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer-soc {
    display: flex;
    justify-content: center;
}

.soc-item {
    transition: all .2s;
}

.soc-item:hover {
    opacity: .7;
}

.footer-logo {
    text-align: center;
}

.footer-info {}

.footer-info p {
    max-width: 552px;
    margin: auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.25);
}

.footer-img {
    text-align: center;
}



.snowflake {
    display: none;
    color: #fff;
    font-size: 1em;
    font-family: Arial;
    text-shadow: 0 0 1px #000;
}

@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0px)
    }

    50% {
        transform: translateX(80px)
    }

    100% {
        transform: translateX(0px)
    }
}

.snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall, snowflakes-shake;
    -webkit-animation-duration: 10s, 3s;
    -webkit-animation-timing-function: linear, ease-in-out;
    -webkit-animation-iteration-count: infinite, infinite;
    -webkit-animation-play-state: running, running;
    animation-name: snowflakes-fall, snowflakes-shake;
    animation-duration: 10s, 3s;
    animation-timing-function: linear, ease-in-out;
    animation-iteration-count: infinite, infinite;
    animation-play-state: running, running
}

.snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s
}

.snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s
}

.snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, .5s;
    animation-delay: 6s, .5s
}

.snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s
}

.snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s
}

.snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s
}

.snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s
}

.snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s
}

.snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s
}

.snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s
}

/* Demo Purpose Only*/
.demo {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
}

.demo a {
    font-family: 'Raleway', sans-serif;
    color: #000;
}


.navbar {
    position: relative;
    z-index: 11;
}

.navbar .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: unset;
}

.navbar {
    width: 100%;
    display: none;
    align-items: center;
}

.nav-cont {
    /* padding: ; */
}

.nav-item {}

.navbar button {
    margin-right: 8px;
}

.nabar-menu-r {
    float: right;
}

.nav-item a {
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all .2s;
}

.nav-item-button a {
    width: fit-content;
    padding: 0;
}

.nav-item-button button {
    background-image: url('../image/svg/texture.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ed1f24;
    height: 34px;
    width: 136px;
    border: 0;
    font-family: 'Bebas Neue';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    transition: all .2s;
    padding: 0;
    margin: 0;
}

.navbar-toggler {
    background-color: #e1e1e100;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
}

.navbar-toggler-icon {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #C9C6C0;
    /* ваш цвет текста */
    border-radius: 1px;
    position: relative;
    transition: all 0.3s ease;
    outline: 0;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
    /* на случай, если Bootstrap добавляет тень */
}

.navbar-nav {
    text-align: center;
    gap: 8px;
}

/* Hide mobile nav widget on desktop */
.gtranslate-mobile {
    display: none;
}

@media (min-width: 1px) and (max-width: 990px) {
    .navbar {
        display: flex;
    }

    header {
        display: none;
        padding: 0px 0px;
    }

    /* Show mobile widget, hide desktop widget on mobile */
    .gtranslate-mobile {
        display: block;
    }

    .gtranslate-desktop {
        display: none;
    }
}

.main-abs {
    position: absolute;
    top: 90%;
    left: 100%;
    transform: translate(-50%, -50%);
}

/* ============================================
   MINIMAL ANIMATIONS - Non-Breaking Only
   ============================================ */

/* Ripple Effect on button click */
.ripple-effect {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: ripple 0.6s ease-out;
}

@keyframes ripple {
    0% {
        width: 10px;
        height: 10px;
        opacity: 1;
    }

    100% {
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}

/* Simple hover effects */
.about-item-tenz,
.about-item-reward {
    transition: transform 0.3s ease;
}

.about-item-tenz:hover,
.about-item-reward:hover {
    transform: translateY(-3px);
}

.case-contains-item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.case-contains-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.slider-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.soc-item:hover {
    transform: translateY(-3px) scale(1.05);
}

/* Header scroll effect */
header.scrolled,
.navbar.scrolled {
    background: rgba(15, 14, 21, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Button overflow for ripple effect */
button,
.main-button a,
.header-button a,
.about-elite a {
    position: relative;
    overflow: hidden;
}

/* Prevent text overlap with different languages */
* {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.main-header h1,
.main-miniheader p,
.main-info p,
.about-item-tenz-text p,
.about-item-reward-text p,
.about-item-reward-info p,
.faq-header h2,
.spoiler_title,
.spoiler_body p {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
}

/* Ensure buttons maintain size and don't break */
button,
.main-button a,
.main-button button,
.header-button a,
.header-button button:not(.gtranslate-btn):not(.gtranslate-option),
.about-elite button {
    white-space: nowrap;
    min-width: fit-content;
}

.main-button,
.header-button {
    flex-shrink: 0;
}

/* Allow text wrapping in specific areas */
.main-info p,
.about-item-reward-info p,
.spoiler_body p {
    white-space: normal;
}