.main-banner > img {
    z-index: 0;
}

.main-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.catalog__banner {
    position: relative;
}

.catalog__banner::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.catalog__banner__container {
    position: relative;
    z-index: 2;
}
