/* .catalog__wrapper.wallpapper {
    grid-template-columns: repeat(3, 1fr);
}

.catalog__item.wallpapper {
    min-height: 567px;
    height: 100%;
    padding: 0;
    padding-bottom: 20px;
}


.catalog__item.wallpapper .catalog__item-image {
    height: 320px;
    background-position-y: top;
    transition: height 0.3s ease;
    will-change: height;
}

.catalog__item.wallpapper .catalog__item-badges {
    top: 15px;
    padding: 0 15px;
}

.catalog__item.wallpapper .catalog__item-image img {
    object-position: top;
}

.catalog__item.wallpapper .catalog__item-body {
    margin-top: 14px;
    padding: 0 18px;
}

.catalog__item.wallpapper .catalog__item-footer {
    padding: 0 18px;
}

.catalog__item-tags span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #000000;
    background: #F2F2F2;
    border-radius: 4px;
    padding: 0px 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.catalog__item.wallpapper .catalog__item-name {
    margin-bottom: 0px;
}

.catalog__item-prices .unit {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #000000;
    margin-top: -3px;
    display: block;
}


.catalog__item.wallpapper .catalog__item-prices {
    margin-top: 37px;
    transition: margin 0.3s ease;
    will-change: margin;
}

.catalog__item.wallpapper:hover .catalog__item-image {
    height: 235px;
}

.wallpapper .catalog__item-props span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #858585;
}

.wallpapper .catalog__item-props span b {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
}

.wallpapper .catalog__item-props {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    transition: height 0.3s ease, opacity 0.3s ease, margin 0.3s ease;
    height: 0;
    overflow: hidden;
    opacity: 0;
    will-change: height, opacity, margin;
}

.wallpapper .catalog__item-props span:not(:last-child) {
    margin-bottom: 5px;
}

.catalog__item.wallpapper:hover .catalog__item-prices {
    margin-top: 17px;
}

.catalog__item.wallpapper:hover .catalog__item-props {
    margin-top: 36px;
    height: 70px;
    opacity: 1;
}

.catalog__item.wallpapper:hover .catalog__item-image {
    height: 235px;
} */