@media (max-width: 500px) {
    body .catalog_item .item_info {
        padding-bottom: 0 !important;
    }

    body .wrapper_inner .catalog_block .image_wrapper_block {
        margin-bottom: 15px;
    }

    body .image_wrapper_block,
    body .image_wrapper_block a {
        height: 240px;
    }

    body div.item-title {
        margin-bottom: 5px;
    }

    body .catalog_block.items .catalog_item .footer_button {
        display: none;
    }

    body .catalog_block .cost.prices .price {
        margin-bottom: 0 !important;
    }
}