.product-table {
    height: 100%;
    margin: 0 15px;
}
.product-table__wrapper .product-table__tag .status-icon {
    top: -4px !important;
    left: 0 !important;
    z-index: 1;
}
.product-table__buttons .btn {
    position: static !important;
}
.product-table__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.product-table__block {
    display: flex;
    flex-direction: column;
}
.main-products__catalog .slick-track {
    margin: 0 -15px;
}