@media (max-width: 1660px) {
    section.main-content .easy-scan-img {
        right: -50px;
    }

    section.main-content .open-app-img {
        right: -100px;
    }

    section.main-content .scan-code-img {
        right: -50px;
    }

    section.main-content .get-info-img {
        right: -100px;
    }
}

@media (max-width: 1440px) {
    section.main-content .easy-scan-img {
        right: -100px;
    }

    section.main-content .open-app-img {
        right: -200px;
    }

    section.main-content .scan-code-img {
        right: -150px;
    }

    section.main-content .get-info-img {
        right: -200px;
    }
}

@media (max-width: 1280px) {
    section.main-content .open-app-img {
        right: -250px;
    }

    section.main-content .scan-code-img {
        right: -180px;
    }

    body {
        background-position-x: 85px;
    }

    section.main-content .get-info-img {
        right: -270px;
    }
}

@media (max-width: 1024px) {


    section.main-content .easy-scan-img {
        right: -285px;
    }

    .modal.contact-us-modal {
        width: 95vw;
    }

    section.main-content .open-app-img {
        right: -260px;
    }

    section.main-content ul.main-content-list li h2, section.main-content ul.main-content-list li .text {
        max-width: 400px;
    }

    section.main-content .scan-code-img {
        right: -200px;
    }

    section.main-content .get-info-img {
        right: -300px;
    }

    .download-wrapper {
        flex-direction: column;
        gap: 24px;
    }
}

@media (max-width: 820px) {
    footer .footer-wrapper {
        gap: 12px;
    }

    section.main-content .open-app-img {
        right: -335px;
    }

    section.main-content .get-info-img {
        right: -410px;
    }

    section.main-content .scan-code-img {
        right: -290px;
    }

    body {
        background-position-x: -125px;
    }

    .mobile-btn {
        display: block;
    }

    h1, h2 {
        font-size: 60px;
    }

    section.main-content .text {
        font-size: 22px;
    }

    h1 {
        max-width: 550px;
    }

    section.main-content .big-img {
        transform: scale(.9);
        bottom: -50px;
    }

    section.main-content .get-info-img
}

@media (max-width: 750px) {
    .modal.contact-us-modal {
        width: 100vw;
        border-radius: 0;
        height: 100vh;
        padding-inline: 24px;
        top: 0;
        overflow: scroll;
    }

    .modal.contact-us-modal {
        padding-top: 120px;
    }

    .modal.contact-us-modal .close-modal {
        right: 24px;
    }

    .modal.contact-us-modal .logo-mobile {
        display: block;
        position: absolute;
        top: 40px;
        width: 185px;
    }

    .modal.contact-us-modal h3 {
        font-size: 24px;
    }

    .modal.contact-us-modal .text {
        font-size: 24px;
    }

    .modal.contact-us-modal textarea {
        width: 100%;
        min-width: auto;
    }
}

@media (max-width: 550px) {

    .contact-btn {
        max-width: 550px;
        margin-top: 32px;
    }

    body {
        background: url("../img/main-bg-mobile.png") no-repeat, #2B3143;
        background-size: cover;
        overflow: auto;
    }

    footer {
        position: initial;
    }

    .download-wrapper {
        margin-top: 48px;
        margin-bottom: -100px;
    }

    section.main-content .easy-scan-img {
        position: relative;
        left: 0;
        z-index: -1;
        top: -80px;
    }

    section.main-content ul.main-content-list li {
        height: auto;
    }

    section.main-content .get-info-img {
        margin-top: 200px;
    }

    .download-wrapper a img {
        width: 200px;
    }

    .footer-btn {
        display: none;
    }

    footer .footer-wrapper {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
        margin-top: 110px;
    }

    section.main-content .open-app-img {
        height: auto;
        margin-top: 160px;
    }

    h1 {
        max-width: 350px;
        line-height: 100%;
    }

    section.main-content ul.main-content-list li .text {
        max-width: 550px;
    }

    section.main-content ul.main-content-list li {
        gap: 12px;
    }

    section.main-content ul.main-content-list {
        margin-top: -65px;
    }

    section.main-content .easy-scan-img {
        margin-left: -21px;
    }

    section.main-content .scan-code-img {
        margin-left: -25px;
        margin-top: 140px;
        margin-bottom: 20px;
        width: 500px;
    }

    section.main-content .big-img {
        display: none;
    }

    section.main-content .mobile-img {
        display: block;
        height: auto !important;
    }
    section.main-content .easy-scan-img {
        margin-top: 220px;
    }
    .text {
        font-size: 16px;
    }

    h1, h2 {
        font-size: 40px;
    }

    section.main-content {
        padding-bottom: 64px;
    }

    header img {
        width: 185px;
    }


}

@media (max-width: 431px) {
    section.main-content ul.main-content-list {
        margin-top: 0;
    }

    section.main-content .easy-scan-img {
        margin-top: 200px !important;
        top: -140px;
    }

    section.main-content .open-app-img {
        margin-top: 80px;
        margin-bottom: 40px;
    }

    section.main-content .get-info-img {
        margin-top: 80px;
        margin-bottom: -6px;
    }

    footer .footer-wrapper {
        margin-top: 40px;
    }

    section.main-content .scan-code-img {
        width: 110%;
        margin-top: 40px;
        margin-left: -25px;
        margin-bottom: 43px;
    }

    body:has(ul.main-content-list li:last-child:not(.hide)) {
        background: url("../img/main-bg-mobile.png") no-repeat, #2B3143;
        background-size: 430px 100%;
    }
    section.main-content ul.main-content-list li .text {
        font-size: 16px;
    }
}

@media (max-width: 376px) {
    .contact-btn {
        margin-top: 12px;
    }
}
@media (max-width: 320px) {
    section.main-content .get-info-img {
        margin-bottom: 12px;
    }
    section.main-content .scan-code-img {
        margin-bottom: 4px;
    }
}