.catalog {
    padding: 20px 0 40px;
    width: 100%;
    /*max-width: 1024px;*/
    height: 95vh;
    overflow: hidden;
    overflow-y: scroll;

}

/*.new-products {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.new-products::-webkit-scrollbar {
    display: none;
}*/