.remains__cards .remains__cards-wrap .catalog__card .product-card {
    border-radius: 0;
}

.remains__cards .remains__cards-wrap .catalog__card:last-child .product-card {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

@media (max-width: 1440px) {
    .remains__cards-wrap .catalog__card:last-child {
        display: none;
    }

    .remains__cards-wrap .catalog__card {
        width: 25%;
    }

    .remains__cards .remains__cards-wrap .catalog__card:nth-last-child(2) .product-card {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }
}

@media (max-width: 1024px) {
    .remains__cards .remains__cards-wrap .catalog__card:nth-last-child(2) .product-card {
        border-radius: 0;
    }
    .remains__cards .remains__cards-wrap .catalog__card:last-child .product-card {
        border-radius: 0 0 16px 0;
    }
        .remains__cards-wrap .catalog__card:last-child {
        display: unset;
    }
}
@media (max-width: 740px) {
    .remains__cards-wrap .catalog__card {
        width: 50%;
    }
    .remains__cards .remains__cards-wrap .catalog__card:nth-last-child(2) .product-card {
        border-radius: 0 0 0 16px;
    }
}