.tile__top {
    display: none;
}

/* .section-promo .promo__right {
    padding-top: 5px;
    padding-bottom: 5px;
} */

.section-products .products__list .list__promo .promo__check span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    max-width: 0;
    transition: all 0.4s ease-out;
}

.section-products .products__list .list__promo .promo__check:hover span::before {
    max-width: 100%;
}