@media screen and (max-width: 1200px) {
    .wrapper{
        max-width: 100%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 767px) {
    html{
        height: auto;
    }
    #tabs{
        display: none;
    }
    .header-nav .publish a{
        padding: 0 10px;
    }
    .header-nav .publish a i{
        margin-right: 0
    }
    .header-nav a {
        height: 31px;
        padding: 0 10px;
    }

    .main-search{
        width: 90%;
        flex-direction: column;
    }
    .widget, .footer-top, .footer-boot{
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .main-items{
        width: 100%;
        flex-direction: column;
    }
    .main-items.justify .latest_ads{
        width: 100%;
    }
    .main-items.justify .info .ads_300{
        position: static;
    }
    .list-loc{
        flex-direction: column;
    }
    .list-loc li{
        width: 100%;
    }
    div.breadcrumb{
        display: none;
    }
    .full .form-container{
        width: 100%;
    }
    section.full{
        margin-bottom: 40px;
    }
    .header-nav a .count {
        font-size: 7px;
        height: 10px;
        width: 10px;

    }
    .user, .item-header{
        flex-direction: column;
    }
    .user > *{
        width: 100%;
    }
    .footer-box{
        flex-direction:column;
    }
    .footer-box .publish{
        margin: 10px 0;
    }
    div.search, .item-box{
        flex-direction: column;
    }
    div.search >*, .item-box >*{
        width: 100%;
    }
    .show_fil{
        display: flex;
        padding: 10px;
        justify-content: center;
        text-decoration: none;
        background: #ffeb3b;
        color: #333;
        font-weight: 800;
    }
    .search-sidebar .filters{
        display: none;
    }
    .item-mark{
        text-align: center;
    }
    .item-header .li{
        margin-bottom: 5px;
    }
    footer{
        padding: 10px 0 30px;
    }
}

@media screen and (max-width: 320px) {

}
