@media (max-width: 1500px) {
    header .imgs-wave img:nth-child(3) {
        bottom: -295px;
    }
}

@media (max-width: 1400px) {
    footer {
        padding-top: 240px;
    }

    header .imgs-wave img {
        width: 115%;
    }
}

@media (max-width: 1200px) {
    footer {
        padding-top: 230px;
    }

    header .imgs-wave img {
        width: 125%;
    }
}

@media (max-width: 992px) {
    footer {
        padding-top: 333px;
    }

    header .imgs-wave img {
        height: 100%;
        width: 100%;
    }

    header .imgs-wave img:nth-child(2) {
        display: none;
    }

    footer::before {
        background-size: 155% 110%;
    }

    .markets-list .markets-list-box .mlb-table .table thead th:nth-child(2),
    .markets-list .markets-list-box .mlb-table .table thead th:nth-child(4),
    .markets-list .markets-list-box .mlb-table .table thead th:nth-child(6),
    .markets-list .markets-list-box .mlb-table .table thead th:nth-child(7),
    .markets-list .markets-list-box .mlb-table .table tbody td:nth-child(2),
    .markets-list .markets-list-box .mlb-table .table tbody td:nth-child(4),
    .markets-list .markets-list-box .mlb-table .table tbody td:nth-child(6),
    .markets-list .markets-list-box .mlb-table .table tbody td:nth-child(7) {
        display: none;
    }

    .quick-buy {
        padding-bottom: 0;
    }

    header .header-main-img {
        min-height: 345px;
    }

    header .header-content-txt {
        margin-bottom: 185px;
    }

}

@media (max-width: 768px) {
    .quick-buy::before {
        background-size: cover;
    }
}

@media (max-width: 576px) {
    .markets-list .markets-list-box {
        padding: 59px 13px 26px;
    }

    header .header-main-img img:nth-child(1) {
        max-height: 185px;
        right: 30px;
    }

    header .header-main-img img:nth-child(2) {
        max-height: 205px;
    }

    header .header-main-img img:nth-child(3) {
        max-height: 145px;
        right: 13px;
    }

    header .header-main-img img:nth-child(4) {
        max-height: 155px;
        left: 13px;
        bottom: -90px;
    }

    header .header-main-img {
        min-height: 175px;
        padding: 0;
    }
}

@media (max-width: 350px) {
    .markets-list .markets-list-box {
        overflow-y: auto;
    }
}