.catalogTopPicture {
    background: #e2e1de;
    margin-bottom: 5.125rem;
    padding: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.catalogTopPicture_img {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 10;
}

.catalogTopPicture img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.catalogTopPicture_name {
    font-size: 4.5rem;
    font-family: "Times New Roman", Times, serif, Times;
    color: #fff;
    z-index: 20;
    text-transform: uppercase;
    position: relative;
}

/*.product-item-container {margin-bottom: 4rem;}*/
.product-item-container {
    height: 100% !important;
}

.catalogTopPicture_name:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: 2px;
    background: #fff;
    bottom: 0;
}

.catalog-section,
.catalog-section-bg {
    position: relative;
}

.catalog-section .row__custom {
    row-gap: 2rem;
}

.catalog-section-bg:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -50%;
    left: 50%;
    margin-left: calc(-50 * var(--vw, 1vw));
    width: calc(100 * var(--vw, 1vw));
    height: 170%;
    background: #F6F6F6;
}