@media screen and (max-width : 1440.5px) {
    .menu {
        gap: 60px;
    }

    .header-right {
        gap: 60px;
    }

    .header {
        max-width: 1200px;
        -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
                box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
    }

    section {
        max-width: 1200px;
    }

    footer {
         padding: 20px 120px 80px 120px;
    }
}


@media screen and (max-width : 1020.5px) {
    .banner {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 0;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover;
        width: 1440px;
    }

    header {
        height: 517px;
    }

    .header-right {
        display: none;
    }

    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .download-images img{
        width: 250px;
    }

    .google-play-desktop {
        margin: 0 -15px;
    }

    .links-wrap-desktop {
        display: none;
    }

    .links-wrap-mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .text-block-wrap img {
        max-width: 283px;
    }

    .text-block-wrap.reverse img {
        margin-right: 0px;
    }

    footer {
        padding: 20px 20px 80px 20px;
    }
}


@media screen and (max-width : 768.5px) {
    .banner-1920 {
        display: none;
    }

    .banner-720 {
        display: block;
        width: 768px;
        height: 711px;
    }

    header {
        height: 711px;
    }

    .header {
        max-width: 728px;
    }

    .menu-mobile {
        max-width: 728px;
    }

    .main {
        padding: 60px 0;
    }

    .footer-left p {
        font-size: 10px;
        max-width: 231px;
    }

    .footer-right .socials .social {
        width: 25px;
        height: 25px;
    }

    .footer-right h3 {
        font-size: 16px;
    }

    .footer-right a {
        font-size: 12px;
    }
}


@media screen and (max-width : 750.5px) {
    .download-images {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .google-play-desktop {
        margin: -15px 0;
    }
}


@media screen and (max-width : 680.5px) {
    .text-block-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .links-line {
        display: none;
    }
}


@media screen and (max-width : 530.5px) {
    .section-links-title {
        font-size: 28px;
    }

    .link a {
        font-size: 14px;
    }

    .link img {
        width: 16.67px;
        height: 16.67px;
    }

    .link {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .download-images img {
        width: 325px;
    }

    h2, h1 {
        font-size: 28px;
    }

    .text-block-wrap img {
        width: 100%;
        max-width: 100%;
    }

    td, th {
        font-size: 12px;
    }

    .download-app-btn {
        width: 240px;
        height: 240px;
        font-size: 20px;
        font-weight: 700;
    }
}


@media screen and (max-width : 460.5px) {
    .banner {
        width: 650px;
        height: auto;
        margin-top: 82px;
    }

    .white-block {
        display: block;
        width: 100%;
        height: 82px;
        background-color: #FFF;
    }   

    header {
        height: 650px;
    }

    section {
        padding: 40px 20px;
    }

    .section-links {
        padding: 40px 20px;
    }

    .text-block {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-left p {
        max-width: 200px;
    }
}


@media screen and (max-width : 390.5px) {
    .banner-720 {
        display: none;
    }

    .banner-390 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .banner {
        width: 390px;
        height: auto;
        margin-top: 77px;
    }

    header {
        height: 788px;
    }

    .main {
        padding: 40px 0;
        gap: 40px;
    }

    .section-links {
        gap: 20px;
    }

    section {
        gap: 20px;
    }

    .header {
        max-width: 350px;
        padding: 12px 20px;
    }

    header .logo img {
        width: 91px;
        height: 28px;
    }

    .menu-mobile {
        top: 76px;
        max-width: 350px;
        border-left: 1px solid #AFE8CC;
        border-right: 1px solid #AFE8CC;
        border-bottom: 1px solid #AFE8CC;
    }
}