h1#pagetitle {
    margin-bottom: 10px;
}

@media (max-width: 1023px) {
    h1#pagetitle {
        margin-bottom: 25px;
    }
}

@media (max-width: 900px) {
    .module_products_list tr td.foto-cell {
        display: none;
    }

    .module_products_list .item td.but-cell {
        width: 155px;
    }
}

@media (max-width: 500px) {
    .module_products_list .item td.but-cell {
        width: 70px;
    }
}