@media screen and (min-width: 1260px) {

    .gr-profile-content {
        grid-column: 3/13;
    }


    .sh-mainpage-leaders {
        display: grid;
        /* grid-template-rows: 1fr; */
        grid-template-columns: repeat(4, 1fr);
        gap: 24px 24px;
    }

    .cooperation-item {
        border: 1px solid #E0E2E8;
    }

    /* E0E2E8 */

    .catalog-section-item-wrapper {
        position: relative;
        /* остальные стили контейнера */
    }

    .favicon {
        position: absolute;
        top: 8px;
        /* Отступ сверху - регулируйте */
        right: 12px;
        /* Отступ справа - регулируйте */
        z-index: 10;
    }

    .fav-name {
        font-size: 13px;
        padding: 0px 10px;
    }

    .fav-pic {
        max-width: 180px;
        max-height: 180px;
    }

    .fav-price {
        display: flex;
        font-weight: bold;
        justify-content: center;
        padding: 0px 0px 10px 0px;
    }
}