@media screen and (max-width: 1023px) {
    .product-card
    {
        margin-top: 37px;
        position: relative;
    }

    .breadcrumbs + .product-card
    {
        margin-top: 32px;
    }

    .product-card__showcase
    {
        padding: 0 0 30px 0;
        display: grid;
        grid-template-columns: minmax(250px, 1fr) 1fr;
    }

    .product-card__title
    {
        margin-top: 6px;
        margin-bottom: 9px;
        order: 0;
        width: 100%;
        font-size: 24px;
        line-height: 30px;
    }

    .product-card__info,
    .product-card__bottom-info
    {
        display: flex;
        flex-wrap: wrap;
    }

    .product-card__bottom-info
    {
        margin-top: 15px;
    }

    .product-card__info-block
    {
        width: 100%;
    }

    .product-card__info-block_brand
    {
        order: 1;
        margin-top: 5px;
        width: auto;
        margin-right: 20px;
    }

    .product-card__info-block_brand .product-card__info-block-head
    {
        display: none;
    }

    .product-card__info-block_code
    {
        order: 2;
        display: inline-block;
        width: auto;
        margin-top: 5px;
    }

    .product-card__info-block-head
    {
        font-size: 13px;
        line-height: 19px;
        color: var(--gray-text);
    }

    .product-card__code
    {
        font-size: 13px;
        line-height: 19px;
        color: var(--pruma-orange);
        font-weight: 500;
        margin-left: 3px;
        overflow: hidden;
        transition: all var(--transition-duration) ease-out;
    }

    .product-card__code.user-sign-placeholder
    {
        opacity: 0;

    }

    .product-card__info-block_hits,
    .product-card__info-block_reviews
    {
        display: none;
    }

    .product-card__info-block_compare
    {
        order: 3;
        display: inline-block;
        width: auto;
    }

    .product-card__reviews
    {
        display: none;
    }

    .product-card__brand
    {
        font-size: 13px;
        line-height: 19px;
    }

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

    .product-card__articul
    {
        font-size: 13px;
        line-height: 19px;
        color: var(--gray-text);
        margin-left: 4px;
    }

    .product-card__compare
    {
        background-image: url('/static/resources/blocks/product-card/img/product-card__compare.png');
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 20px;
    }

    .product-card__compare-text
    {
        pointer-events: none;
        color: var(--link-color);
        font-size: 13px;
        line-height: 19px;
        text-decoration: none;
    }

    .product-card__compare:hover .product-card__compare-text
    {
        text-decoration: underline;
    }

    .product-card__compare:active
    {
        transform: scale(0.99);;
    }

    .product-card__compare_added-to-comparison
    {

    }

    .product-card__shopping-area
    {
        box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.07);
        border-radius: 10px;
        padding: 15px 20px 25px 20px;
        margin-top: 15px;
    }

    .product-card__shopping-area-inner
    {

    }

    .product-card__shopping-area-left
    {
        min-width: 200px;
    }

    .product-card__shopping-area-cell_purchace-control
    {

    }

    .product-card__unavailable
    {
        font-size: 13px;
        line-height: 19px;
        color: #303036;
        margin-bottom: 7px;
        width: 100%;
    }

    .product-card__price-row
    {
        display: inline-flex;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
    }

    .product-card__tax
    {
        color: var(--gray-text);
    }

    .product-card__price,
    .product-card__discount,
    .product-card__benefit
    {
        display: inline-block;
        margin-top: auto;
        margin-bottom: auto;
    }

    .product-card__price
    {
        font-size: 26px;
        line-height: 42px;
        font-weight: 800;
        font-family: var(--accidental-font);
    }

    .product-card__price_with-discount
    {
        margin-right: 10px;
    }

    .product-card__price .price-row__digit
    {
        margin-right: 0;
    }

    .product-card__price .price-row__digit + .price-row__digit
    {
        margin-left: 5px;
    }

    .product-card__price .price-row__digit_before-cents + .price-row__digit
    {
        margin-left: 0px;
    }

    .product-card__price .price-row__ruble
    {
        margin-left: 6px;
    }

    .product-card__discount
    {
        margin-right: 10px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        line-height: 23px;
        padding: 5px 10px;
        border-radius: 20px;
        background-color: var(--pruma-orange);
    }

    .product-card__benefit
    {
        font-size: 16px;
        line-height: 23px;
        color: var(--gray-text);
        text-decoration: line-through;
    }

    .product-card__mobile-available
    {
        margin-top: 10px;
        margin-bottom: 15px;
        display: none;
    }

    .product-card__desktop-available
    {
        display: block;
        margin-bottom: 25px;
    }

    .product-card__shopping-area-cell_available
    {
        text-align: left;
        display: inline-block;
        margin: auto 0;
    }

    .product-card__shopping-area-right
    {
        min-width: 200px;
    }

    .product-card__available-title
    {
        margin-top: var(--in-block-margin-before-non-text);
    }

    .product-card__available-row
    {
        font-size: 13px;
        line-height: 19px;
        color: var(--gray-text);
    }

    .product-card__available-row + .product-card__available-row
    {
        margin-top: 4px;
    }

    .product-card__available-row-title
    {
        pointer-events: none;
        font-size: 14px;
    }

    .product-card__available-row_current
    {

    }

    .product-card__available-row-value
    {
        pointer-events: none;
        font-size: 13px;
        line-height: 19px;
        color: #303036;
        background-image: url(/static/resources/blocks/product-card/img/product-card__available-row-value.svg);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 21.5px;
        margin-left: 6px;
    }

    .product-card__available-row_total
    {
        position: relative;
        cursor: pointer;
    }

    .product-card__available-row-title_total
    {
        color: var(--pruma-green);
        border-bottom: 1px dashed var(--pruma-green);
    }

    .product-card__available-row_total:hover .product-card__available-row-title_total
    {
        border-bottom-style: solid;
    }

    .product-card__available-row_total .product-card__available-row-value
    {

    }

    .product-card__available-list
    {
        position: absolute;
        left: 0px;
        bottom: 33px;
        padding: 30px 20px;
        background-color: #fff;
        box-shadow: 0px 1px 9px 2px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.5s ease-out;
    }

    .product-card__available-list_visible
    {
        opacity: 1;
        visibility: visible;
        max-height: none;
    }

    .product-card__available-row_total:hover .product-card__available-list,
    .product-card__available-row_total_visible .product-card__available-list
    {
        opacity: 1;
        visibility: visible;
        max-height: none;
    }

    .product-card__available-list-close
    {
        width: 20px;
        height: 20px;
        background-image: url(/static/resources/blocks/product-card/img/product-tile__available-list-close.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        opacity: 0;
        transition: opacity var(--transition-duration) ease-out;
    }

    .product-card__available-row_total_visible .product-card__available-list-close,
    .product-card__virtual-available_visible + div .product-card__available-list-close
    {
        opacity: 1;
    }

    .product-card__warehouse
    {
        white-space: nowrap;
    }

    .product-card__warehouse + .product-card__warehouse
    {
        margin-top: 15px;
    }

    .product-card__warehouse-name
    {
        padding-right: 2px;
    }

    .product-card__warehouse-quantity
    {
        background-image: url(/static/resources/blocks/product-card/img/product-card__available-row-value.svg);
        background-position: left center;
        background-repeat: no-repeat;
        display: inline-block;
        padding-left: 22px;
        margin-left: 8px;
        color: #303036;
        font-weight: 500;
    }

    .product-card__available-description
    {
        white-space: normal;
        margin-top: 22px;
        color: #303036;
    }

    .product-card__shopping-area-cell_delivery
    {

    }

    .product-card__buy,
    .product-card__quick-buy,
    .product-card__show-price,
    .product-card__goods-receipt,
    .product-card__go-on-note
    {
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        font-size: 18px;
        line-height: 23px;
        font-weight: bold;
        padding: 13px 6px;
        border-radius: 10px;
        cursor: pointer;
        border: 1px solid transparent;
        transition: all var(--transition-duration) ease-out;
        text-decoration: none;
    }

    .product-card__buy,
    .product-card__show-price,
    .product-card__goods-receipt
    {
        background-color: var(--pruma-green);
        color: #fff;
        border-color: var(--pruma-green);
    }

    .product-card__show-price,
    .product-card__goods-receipt
    {
        margin-top: 1px;
    }

    .product-card__quick-buy,
    .product-card__go-on-note
    {
        border-color: var(--link-color);
        color: var(--link-color);
        background-color: #fff;
        margin-top: 10px;
        font-size: 16px;
    }

    .product-card__buy:active,
    .product-card__quick-buy:active,
    .product-card__go-on-note:active,
    .product-card__show-price:active,
    .product-card__goods-receipt:active,
    {
        transform: scale(0.99);
    }

    .product-card__buy
    {
        font-family: var(--accidental-font);
        font-weight: 800;
        font-size: 18px;
    }

    .product-card__buy_in-cart
    {
        border-color: #bbbbbb;
        background-color: #fff;
        color: #555;
    }

    .product-card__go-on-note_menu
    {
        margin-top: 0;
        border-radius: 5px;
        padding: 5px 10px;
    }

    .product-card__purchase-control
    {
        position: relative;
        width: 100%;
        margin-top: 13px;
    }

    .product-card__purchase-control .product-card__amount-container
    {
        display: flex;
        background-color: #fff;
        transition: all var(--transition-duration) ease-out;
        opacity: 0;
        max-height: 0px;
        overflow: hidden;
    }

    .product-card__purchase-control .product-card__amount-container_visibility
    {
        opacity: 1;
        max-height: 62px;
    }

    .product-card__purchase-control .product-card__amount
    {
        display: grid;
        grid-template-columns: 72px 1fr 72px;
        margin: auto 0;
        width: 100%;
        box-sizing: border-box;
        padding-top: 10px;
    }

    .product-card__purchase-control .product-card__amount-button-container
    {

    }

    .product-card__purchase-control .product-card__amount-button
    {
        width: 100%;
        height: 42px;
        display: block;
        border: 1px solid var(--pruma-green);
        border-radius: 6px;
        background-color: #fff;
        cursor: pointer;
        transition: all var(--transition-duration) ease-out;
    }

    .product-card__purchase-control .product-card__amount-button-inner
    {
        pointer-events: none;
        font-size: 28px;
        line-height: 28px;
        font-weight: 700;
        color: var(--pruma-green);
        display: block;
        margin: auto;

    }

    .product-card__purchase-control .product-card__amount-button:hover
    {
        background-color: var(--pruma-green);
        border-color: var(--pruma-green);
    }

    .product-card__purchase-control .product-card__amount-button:hover .product-card__amount-button-inner
    {
        color: #fff;
    }

    .product-card__purchase-control .product-card__amount-button:active
    {
        transform: scale(0.99);
    }

    .product-card__purchase-control .product-card__amount-input-container
    {
        padding: 0 8px;
    }

    .product-card__purchase-control .product-card__amount-input
    {
        box-sizing: border-box;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        padding: 8px 9px;
        border: 1px solid #00b8b3;
        border-radius: 6px;
        display: block;
    }

    .product-card__purchase-control .product-card__amount-input:focus
    {

    }

    .product-card__delivery
    {
        font-size: 14px;
        line-height: 19px;
    }

    .product-card__delivery + .product-card__delivery
    {
        margin-top: 13px;
    }

    .product-card__delivery-type
    {
        color: var(--link-color);
        text-decoration: none;
        border-bottom: 1px dotted var(--link-color);
    }

    .product-card__delivery-type:hover
    {
        text-decoration: none;
        border-bottom: 1px solid var(--link-color);
    }

    .product-card__delivery-date
    {
        font-weight: 500;
        margin-left: 3px;
    }


    .product-card__state-container
    {
        margin-top: 18px;
        margin-bottom: 18px;
    }

    .product-card__state
    {
        margin-bottom: 10px;
    }

    .product-card__state-name
    {
        display: inline-block;
        cursor: pointer;
    }

    .product-card__state-note
    {
        display: none;
    }

    .product-card__state-button
    {
        display: inline-flex;
        margin-right: 20px;
        background-color: transparent;
        border-radius: 6px;
        border: 1px solid var(--pruma-green);
        color: var(--pruma-green);
        height: 42px;
        padding: 0px 20px;
        align-items: center;
        justify-content: center;
        transition: all var(--transition-duration) ease-out;
        font-size: 16px;
        font-weight: 700;
        font-family: var(--accidental-font);
    }

    .product-card__state-button:nth-last-of-type(1)
    {
        margin-right: 0;
    }

    .product-card__state-button_current
    {
        color: #fff;
        background-color: var(--pruma-green);
    }

    .product-card__state-button:active
    {
        transform: scale(0.98);
    }

    .product-card__state-button:hover
    {
        opacity: 0.8;
    }

    .product-card__bottom-menu
    {
        display: none;
    }

    .product-card__bottom-menu-item
    {
        color: var(--link-color);
        display: inline-block;
        margin: auto 15px auto 0;
        text-decoration: none;
        border-bottom: 1px dotted var(--link-color);
    }

    .product-card__bottom-menu-item:hover
    {
        text-decoration: none;
        border-style: solid;
    }

    .product-card__bottom-menu-item:nth-of-type(1)
    {
        border-style: solid;
    }

    .product-card__menu
    {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 101;
        background-color: #fff;
        box-shadow: 0px 5px 10px rgba(57, 57, 61, 0.1);
        opacity: 1;
        overflow: hidden;
        transition: all var(--transition-duration) ease-out;
    }

    .product-card__menu-cart
    {
        display: flex;
        width: 100%;
    }

    .product-card__menu_hidden
    {
        max-height: 0;
        opacity: 0.5;
    }

    .product-card__menu-inner
    {
        display: flex;
    }

    .product-card__menu-showcase
    {
        display: flex;
        margin: auto 0;
        width: 100%;
        min-height: 64px;
        flex-wrap: wrap;
        padding-right: 30px;
    }

    .product-card__menu-price
    {
        text-align: right;
        display: flex;
        padding: 6px 15px 4px 0;
        font-family: var(--accidental-font);
        font-weight: 800;
    }

    .product-card__menu-price .price-row
    {
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
    }

    .product-card__menu-price .product-card__unit
    {
        margin-top: auto;
        margin-bottom: auto;
    }

    .product-card__menu-photo-container
    {
        text-align: center;
        display: flex;
        padding: 4px 0;
    }

    .product-card__menu-photo
    {
        display: inline-block;
        margin: auto 4px auto auto;
    }

    .product-card__menu-purchase
    {
        display: flex;
        position: relative;
        padding: 4px 0;
        align-items: center;
    }

    .product-card__menu-buy-container
    {
        display: flex;
    }

    .product-card__menu-buy
    {
        border: 1px solid var(--pruma-green);
        margin-top: auto;
        margin-bottom: auto;
        padding: 9.5px 15px;
        border-radius: 6px;
        cursor: pointer;
        display: inline-flex;
        transition: all var(--transition-duration) ease-out;
    }

    .product-card__menu-buy:active
    {
        transform: scale(0.95);
    }

    .product-card__menu-buy-inner
    {
        background-image: url(/static/resources/blocks/product-card/img/product-card__menu-buy-inner_mobile.svg);
        background-position: left center;
        background-repeat: no-repeat;
        color: #303036;
        font-size: 16px;
        font-weight: bold;
        line-height: 21px;
        pointer-events: none;
        margin: auto;
        padding-left: 35px;
        white-space: nowrap;
        transition: all var(--transition-duration) ease-out;
    }

    .product-card__menu-buy:hover
    {
        background-color: var(--pruma-green);
    }

    .product-card__menu-buy:hover .product-card__menu-buy-inner
    {
        background-image: url(/static/resources/blocks/product-card/img/product-card__menu-buy-inner_mobile_hover.svg);
        color: #fff;
    }

    .product-card__menu-amount-container
    {
        display: flex;
    }

    .product-card__amount
    {
        display: grid;
        grid-template-columns: 56px 56px 56px;
        margin: auto;
    }

    .product-card__amount-button-container:nth-of-type(1)
    {
        padding-right: 10px;
    }

    .product-card__amount-button-container:nth-last-of-type(1)
    {
        padding-left: 10px;
    }

    .product-card__amount-button
    {
        width: 100%;
        box-sizing: border-box;
        height: 36px;
        border: 1px solid #008ae0;
        border-radius: 4px;
        display: flex;
        background-color: #fff;
        position: relative;
        cursor: pointer;
        transition: all var(--transition-duration) ease-out;
        background-color: #fff;
    }

    .product-card__amount-button-inner
    {
        pointer-events: none;
        margin: auto;
        color: #008ae0;
    }

    .product-card__amount-input
    {
        box-sizing: border-box;
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        padding: 7px 8px;
        border: 1px solid #9498a3;
        border-radius: 4px;
        display: block;
        text-align: center;
    }

    .product-card__menu-items
    {
        display: none;
    }

    .product-card__menu-mobile-buy
    {
        display: inline-flex;
        margin: auto auto auto 10px;
        background-color: var(--pruma-green);
        color: #fff;
        padding: 5px 10px;
        font-size: 16px;
        line-height: 23px;
        font-weight: bold;
        cursor: pointer;
        border-radius: 6px;
    }

    .product-card__menu-mobile-phone
    {
        display: inline-block;
        width: 26px;
        height: 34px;
        background-image: url(/static/resources/blocks/product-card/img/product-card__menu-mobile-phone.svg);
        background-position: center;
        background-repeat: no-repeat;
        margin: auto;
        box-sizing: border-box;
        position: absolute;
        right: 10px;
        top: 15px;
    }

    .product-card__menu-hidden-price
    {
        font-size: 14px;
        font-weight: normal;
        margin: auto 15px auto 15px;
        padding-left: 6px;
    }

    .product-card__menu-price-request
    {
        background-color: var(--pruma-green);
        margin-top: auto;
        margin-bottom: auto;
        padding: 5px 10px;
        border-radius: 6px;
        cursor: pointer;
        display: inline-flex;
        font-size: 16px;
        font-weight: bold;
        line-height: 23px;
        color: #fff;
        white-space: nowrap;
        margin-right: 10px;
    }

    .product-card__expected_to_arrive
    {
        display: block;
        margin-bottom: 8px;
    }

    .product-card__expected_to_arrive-value
    {
        background-image: url(/static/resources/blocks/product-card/img/product-card__expected_to_arrive.svg);
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 17px;
        font-weight: 500;
        margin-left: 2px;
    }

    .product-card__virtual-available-container
    {
        position: relative;
    }

    .product-card__virtual-available
    {
        font-size: 13px;
        line-height: 19px;
        color: var(--gray-text);
        background-image: url(/static/resources/blocks/product-card/img/product-card__available-row-value.svg);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 21.5px;
    }

    .product-card__virtual-available:hover + .product-card__available-list,
    .product-card__virtual-available_visible + .product-card__available-list
    {
        opacity: 1;
        visibility: visible;
        max-height: none;
    }

    .product-card__virtual-available-container .product-card__available-description
    {
        margin-top: 0;
    }

    .product-card__terms-of-delivery p
    {
        font-size: 14px;
        line-height: 19px;
        color: #303036;
    }

    div + .product-card__terms-of-delivery
    {
        margin-top: var(--in-block-margin-before-non-text)
    }

    .product-card__action-icon-container
    {
        margin-bottom: 8px;
    }

    .product-card__action-icon-container-inner
    {
        padding: 5px 15px;
        border-radius: 20px;
        background-color: var(--pruma-orange);
        display: inline-block;
    }

    .product-card__action-icon
    {
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        line-height: 23px;
        border-bottom: 1px solid transparent;
        transition: all 0.3s ease-out;
    }

    .product-card__action-icon:hover
    {
        border-color: #fff;
    }
}
