@media (max-width: 1230px) {
    #listHeader, .listImagePC, .listProducts, #lastPurchasess, .listgroupDescription {
        width: 100%;
        padding: 0 10px;
    }

    .listgroupDescription  {
        margin-top: 20px;
    }

    .listHeaderPC {
        padding: 20px 10px;
    }

    .listProducts {
        padding: 10px;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        grid-gap: 30px;
    }

    .listImagePC img {
        border-radius: 10px;
    }
}

@media (max-width: 1080px) {
    .footer {
        border-radius: 0;
        margin: 60px 0 0 0;
    }

    .divImgAredo {
        display: none;
    }

    .topFooter, .bottomFooter {
        padding-left: 15px;
    }
}

@media (max-width: 960px) {
    .telegram span {
        display: none;
    }

    .closeGuidArenaLegendsBtn, .closeGuidRPGBtn {
        position: absolute;
        margin-left: 0;
        right: 10px;
    }
}

@media (max-width: 920px) {
    #termDonate {
        width: 600px;
        height: 720px;
    }

    .containerList {
        max-width: 560px;
    }

    #termDonate p {
        padding-bottom: 10px;
    }

    .itemTerm {
        height: 360px;
    }

    .ipPC {
        display: none;
    }

    .telegram span {
        display: flex;
    }

    .buttonsItemTerm {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (min-width: 800px) {
    .listButton ul li, .listInfo ul li {
        display: inline;
    }
    
    .listButton ul {
        display: flex;
        justify-content: center; 
        padding: 0;
        margin: 0;
        list-style: none;
    }
    
    .listButton ul li {
        margin-right: 10px;
        align-items: center;
        justify-content: center;
        padding: 12px 17px;
        box-sizing: border-box;
        border-radius: 5px;
        transition: 0.11s ease-in-out;
        cursor: pointer;
    }

    .listHeaderPC {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 1.8px;
        width: 100%;
        height: auto;
        padding: 20px 0;
        margin-top: 18px;
    }
}

@media (max-width: 800px) {
    .listHeaderPC {
        z-index: 9;
        background-color: rgba(0, 0, 0, 0.7);
        backdrop-filter: blur(8px);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
        height: 450px;
        flex-direction: column;
        top: -100%;
        position: fixed;
        margin-top: 0;
        display: none;
        transition: top 0.5s ease-in-out;
    }

    .ipPC, .profile {
        display: none;
    }

    #tg {
        display: none;
    }

    .toggleMenu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 8px 10px 0 10px;
    }

    .textImage {
        position: block;
        display: flex;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        width: 100%;
        left: 0;
        top: 20%;
        padding: 0;
    }

    .listImagePC {
        height: 180px;
    }

    .listImagePC img {
        border-radius: 6px;
    }

    #closeMenu {
        display: block;
        position: relative;
        padding: 20px 10px;
    }

    .listButton ul {
        display: flex !important;
        flex-direction: column;
    }

    .listButton ul li:not(#closeMenu) {
        margin-top: 20px;
        padding: 17px 10px;
        border-radius: 5px;
    }

    .listImagePC {
        margin-top: 10px;
    }

    .main {
        margin-left: 0;
    }
}

@media (max-width: 690px) {
    .bottomFooter {
        align-items: flex-start;
        flex-direction: column;
        padding: 20px 10px;
        height: auto;
    }

    .topFooter {
        padding: 0 10px;
    }

    .rightFooterBottom {
        padding-top: 10px;
    }

    footer {
        height: auto;
    }

    .userDashboard {
        width: 400px;
        height: auto;
    }

    .userInfo input {
        font-size: 15px;
        width: 300px;
    }

    .textImage h1 {
        display: none;
    }

    .textImage h2 {
        color: white;
        font-size: 40px;
    }

    .userDashboard #saveDashboard {
        width: 350px;
    }

    .dashboardHeader h1 {
        font-size: 26px;
    }

    .dashboardHeader {
        padding: 0 30px;
    }

    .userInfo {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .userAvatar {
        display: none;
    }

    .containerModal {
        max-width: 350px;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto;
    }

}

@media (max-width: 610px) {
    #termDonate {
        width: 470px;
    }

    .containerList {
        max-width: 450px;
    }

    .termList {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    #lastPurchasess {
        display: none;
    }
}

@media (max-width: 560px) {
    .leftFooterTop {
        display: none;
    }
}

@media (max-width: 485px) {
    .topFooter {
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 10px;
    }

    .rightFooterTop {
        padding-top: 13px;
    }

    .rightFooterTop ul li {
        margin: 0 20px;
    }

    .textImage {
        left: 0;
    }

    #termDonate {
        width: 370px;
    }

    .containerList {
        max-width: 350px;
    }

    .termList {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }

    .guidesDescription ul {
        padding: 0 0 20px 0;
    }
}

@media (min-width: 1024px) {
    .guidesList {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .guidesList div {
        max-width: 240px;
        padding: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .guidesList {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }

    .guidesList div {
        max-width: 200px;
    }
}

@media (max-width: 767px) {
    .guidesList {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 10px;
        max-width: 100%;
    }

    .guidesList div {
        max-width: 100%;
        padding: 12px;
    }

    .guidesList h2 {
        font-size: 14px;
    }
}

@media (max-width: 700px) {
    .payment-root {
        margin: 20px 10px;
    }
}
