@media screen and (max-width: 600px) {
    .main-bg {
        max-width: 1920px;
        background-image: url('../image/bg/tenzmob.png');
        background-position: -800px center;
        background-repeat: no-repeat;
        background-size: cover;
        margin: auto;
    }
    .main {
        padding-top: 120px;
    }
    .main-header h1{
        font-size: 48px;
        line-height: 58px;
        padding-top: 8px;
    }
    .main-info p{
    padding-top: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    }
    .main-button {
        display: block;
        width: 100%;
    }
    .main-button button{
        width: 100%;
    }
    .main-soc {
        padding-top: 210px;
        padding-bottom: 60px;
    }
    .about-header {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .about-header-l {
        width: 100%;
        text-align: left;
    }
    .about-header-l {
    }
    .about-header-r {
        width: 100%;
        text-align: left;
    }
    .about-header-r p{
        text-align: left;
    }
    .about-items {
        flex-wrap: wrap;
        gap: 32px;
    }
    .about-item-tenz {
        width: 100%;
    }
    .about-item-tenz-img img{
        width: 180px;
    }
    .about-item-tenz-absolute {
    }
    .about-item-tenz-absolute img{
        width: 180px;
        position: absolute;
        top: 65%;
        left: 80%;
        transform: translate(-50%, -50%);
    }
    .about-item-tenz-text p {
        margin-bottom: 4px;
    }
    .about-item-reward {
        width: 100%;
    }
    .about-item-reward-absolute {
    }
    .about-item-reward-absolute img{
        z-index: 0;
        position: absolute;
        top: 55%;
        left: 70%;
        transform: translate(-50%, -50%);
    }
    .about-item-reward-info p{
        position: relative;
        z-index: 11;
        max-width: 210px;
        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-elite {
        background-image: url('../image/bg/bgcase.svg');
    }
    .faq-header h2 {
        font-size: 58px;
        line-height: 64px;
    }
    .about-elite img{
        display: none;
    }
    .about-elite a {
        width: 100%;
    }
    .about-elite button{
        width: 100%;
    }
    .spin {
        padding-top: 32px;
    }
    .roulette-item {
        width: calc(100% / 2);
        min-width: calc(100% / 2);
        height: 260px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        perspective: 1000px;
    }
    /* Mobile roulette card adjustments */
    .roulette-container {
        height: 260px;
    }
    .item-image {
        width: 127px;
        height: 170px;
        margin: 0 auto;
        flex-shrink: 0;
    }
    .item-content {
        height: 240px;
        padding: 15px 0;
    }
    .item-label {
        padding: 0 5px;
        bottom: 8px;
    }
    .spin-over-l img,
    .spin-over-r img {
        height: 260px;
    }
    .item-label p {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: -20px;
    }
    .item-label h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .item-rarity {
        font-size: 9px;
    }
    .case-contains-items {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 6 равных колонок */
        gap: 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .faq {
        padding: 0px 20px;
        padding-top: 32px;
    }
    .footer-free {
        margin-top: 32px;
    }
    footer {
        padding: 0px 20px;
    }
}
@media (min-width: 601px) and (max-width: 800px) {
    .about-elite {
        background-image: url('../image/bg/bgcase.svg');
    }
    .case-contains-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 6 равных колонок */
        gap: 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .about-items {
        flex-wrap: wrap;
        gap: 32px;
    }
    .about-item-tenz {
        width: 100%;
    }
    .about-item-tenz-absolute {
    }
    .about-item-tenz-absolute img{
        width: 180px;
        position: absolute;
        top: 65%;
        left: 80%;
        transform: translate(-50%, -50%);
    }
    .about-item-tenz-text p {
        margin-bottom: 4px;
    }
    .about-item-reward {
        width: 100%;
    }
    .about-item-reward-absolute {
    }
    .about-item-reward-absolute img{
        z-index: 0;
        position: absolute;
        top: 50%;
        left: 65%;
        transform: translate(-50%, -50%);
    }
    .about-item-reward-info p{
        position: relative;
        z-index: 11;
        max-width: 210px;
        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-elite img{
        display: none;
    }
    .about-elite a {
        width: 100%;
    }
    .about-elite button{
        width: 100%;
    }
    .roulette-item {
        width: calc(100% / 3);
        min-width: calc(100% / 3);
        height: 370px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        perspective: 1000px;
    }
    /* Tablet roulette card adjustments */
    .item-image {
        width: 148px;
        height: 148px;
        margin: 0 auto;
        flex-shrink: 0;
    }
    .item-content {
        height: 350px;
        padding-top: 20px;
    }
    .item-label {
        padding: 0 6px;
        bottom: 10px;
    }
    .item-label p {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: -2px;
    }
    .item-label h2 {
        font-size: 22px;
        line-height: 26px;
    }
}
@media (min-width: 801px) and (max-width: 1000px) {
    .roulette-item {
        width: calc(100% / 3);
        min-width: calc(100% / 3);
        height: 370px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        perspective: 1000px;
    }
    /* Medium tablet roulette card adjustments */
    .item-image {
        width: 158px;
        height: 158px;
        margin: 0 auto;
        flex-shrink: 0;
    }
    .item-content {
        height: 350px;
        padding-top: 20px;
    }
    .item-label {
        padding: 0 8px;
        bottom: 10px;
    }
    .item-label p {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: -2px;
    }
    .item-label h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .case-contains-items {
        display: grid;
        grid-template-columns: repeat(3, 1fr); /* 6 равных колонок */
        gap: 20px;
        width: 100%;
        box-sizing: border-box;
    }
}
@media (min-width: 1001px) and (max-width: 1300px) {
    .roulette-item {
        width: calc(100% / 4);
        min-width: calc(100% / 4);
        height: 370px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        perspective: 1000px;
    }
    /* Desktop small roulette card adjustments */
    .item-image {
        width: 170px;
        height: 170px;
        margin: 0 auto;
        flex-shrink: 0;
    }
    .item-content {
        height: 350px;
        padding-top: 20px;
    }
    .item-label {
        padding: 0 8px;
        bottom: 10px;
    }
    .item-label p {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: -2px;
    }
    .item-label h2 {
        font-size: 26px;
        line-height: 30px;
    }
}

@media (min-width: 1px) and (max-width: 800px){
    nav li a:hover{
        color: #FFFFFF;
    }
    .header-button button:not(.gtranslate-btn):not(.gtranslate-option):hover{
        background-color: #ed1f24;
    }
    .main-button button:hover{
        background-color: #ed1f24;
    }
    .about-elite button:hover {
        background-color: #ffffff;
    }
    .spin-btn:hover{
        background-color: #ed1f24;
    }
    .soc-item:hover {
        opacity: 1;
    }
}

@media (min-width: 1301px) {
    /* Large desktop roulette card adjustments */
    .item-image {
        width: 190px;
        height: 250px;
        margin: 0 auto;
        flex-shrink: 0;
    }
    .item-content {
        height: 350px;
        padding-top: 20px;
    }
    .item-label {
        padding: 0 10px;
        bottom: 10px;
    }
    .item-label p {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: -20px;
    }
    .item-label h2 {
        font-size: 28px;
        line-height: 34px;
    }
}

@media (min-width: 1550px) and (max-width: 1700px){
    .main-abs {
        position: absolute;
        top: 90%;
        left: 95%;
        transform: translate(-50%, -50%);
    }
    .main-bg {
        background-image: url('../image/bg/mainbg.png');
        background-position: right;
        background-repeat: no-repeat;
        background-size: cover;
        margin: auto;
    }
}
@media (min-width: 601px) and (max-width: 1550px){
    .main-abs {
        position: absolute;
        top: 90%;
        left: 90%;
        transform: translate(-50%, -50%);
    }
}
@media (min-width: 1px) and (max-width: 600px){
    .main-abs {
        position: absolute;
        top: 75%;
        left: 70%;
        transform: translate(-50%, -50%);
    }

    /* Header adjustments for translator */
    .header-button {
        gap: 8px;
        flex-wrap: nowrap;
        align-items: center;
    }

    .header-button button:not(.gtranslate-btn):not(.gtranslate-option) {
        font-size: 12px;
        padding: 8px 14px;
    }

    .gtranslate-widget {
        margin-right: 8px;
    }
}

/* Tablet responsive adjustments */
@media (min-width: 601px) and (max-width: 1000px) {
    /* Header adjustments */
    .header-button {
        gap: 10px;
    }
}