@media screen and (max-width: 1023px) {
    .product-rect__outer
    {
    }

    .product-rect
    {
        padding: 12.5px 10px;
    }

    .product-rect_left-column
    {
        display: flex;
        margin-bottom: 10px;
        position: relative;
    }

    .product-rect__photo-container
    {
        display: flex;
        height: 80px;
        width: 80px;
    }

    .product-rect__photo
    {
        max-width: 100%;
        max-height: 100%;
        margin: auto;
        display: block;
    }

    .product-rect_discount
    {
        position: absolute;
        right: 10px;
        top: 12.5px;
        padding: 5px 10px;
        background-color: var(--pruma-orange);
        color: #fff;
        font-size: 14px;
        line-height: 19px;
        border-radius: 4px;
    }

    .product-rect_right-column
    {

    }

    .product-rect__category-container
    {
        line-height: 19px;
        margin-bottom: 3px;
    }

    .product-rect__category
    {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        line-height: 19px;
        opacity: 0.5;
        color: #000;
    }

    .product-rect__name-container
    {
        box-sizing: border-box;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        overflow: hidden;
        height: 57px;
        margin-bottom: 5px;
        line-height: 19px;
    }

    .product-rect__name
    {
        color: #303036;
        font-size: 13px;
        line-height: 19px;
    }

    .product-line-brand-container
    {

    }

    .product-rect__brand
    {
        display: inline-block;
        vertical-align: middle;
        color: var(--gray-text);
    }

    .product-rect__brand-official-distributor
    {
        background-image: url(/static/resources/blocks/product-rect/img/product-rect__brand-official-distributor.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        width: 13px;
        height: 13px;
        vertical-align: middle;
        margin-bottom: 1px;
        margin-left: 4px;
    }

    .product-rect__price
    {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 3px;
        display: flex;
        height: 27px;
    }

    .product-rect__price_withdrawn-from-sale
    {
        color: var(--pruma-red);
        display: block;
        margin: auto 0;
    }

    .product-rect__price-request
    {
        display: inline-block;
        margin: auto 0;
        padding: 0;
        color: var(--link-color);
        border-bottom: 1px dashed var(--link-color);
        transition: all var(--transition-duration) ease-out;
    }

    .product-rect__price-request:hover
    {
        border-bottom: 1px solid var(--link-color);
    }

    .product-rect__price_price
    {
        font-size: 18px;
        line-height: 27px;
        font-weight: 800;
        font-family: var(--accidental-font);
        display: block;
        margin: auto 0;
    }

    .product-rect__price_price .price-row__ruble
    {

    }

    .product-rect__price_price .price-row__digit:not(.price-row__digit_before-cents)
    {
        margin-right: 6px;
    }
}
