@media (max-width:770px) {
    .categories-box {
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 30px 0 0 0
    }

    .categories-box::-webkit-scrollbar {
        display: none
    }

    .categories-box ul {
        width: 400%;
        padding: 0;
        margin: 0;
        height: 36px;
        display: contents;
    }

    .filterBox .input-search {
        height: 40px;
        margin: 0 10px;
    }

    .filterBox .input-search span {
        height: 58px;
        line-height: 25px
    }

    .filterBox .input-search input {
        height: 45px;
        font-size: 20px;
        padding-left: 75px
    }

    .filterBox .input-search span {
        width: 40px;
        left: 22px;
        top: 5px
    }

    .chaineShow {
        padding: 0;
        border: 0;
        margin-top: 20px
    }

    .filterBox {
        border-radius: 40px;
        padding: 20px
    }

    .filterBox .col {
        flex: auto;
        width: 100%
    }

    .chaineShow a {
        padding: 9px 16px
    }

    .toggle-countries {
        display: block;
        color: #fff;
        font-size: 25px;
        margin-bottom: 20px;
        padding-bottom: 16px;
        border-bottom: 4px solid #262626;
        position: relative
    }

    .toggle-countries #toggleSpan {
        position: absolute;
        display: block;
        width: 35px;
        height: 35px;
        background: #262626;
        right: 0;
        top: 1px;
        text-align: center;
        line-height: 35px
    }

    .toggle-countries #toggleSpan i {
        transform: rotate(180deg)
    }

    .row.box-data {
        margin-top: 20px
    }

    .filter-countries-box {
        height: auto;
        overflow-x: hidden;
        overflow-y: hidden;
        display: none
    }

    .filter-countries-box .country {
        padding: 5px 0
    }

    .categories-box ul li {
        height: 33px
    }

    .categories-box ul li a {
        font-size: 15px;
        padding: 4px 12px
    }
}