@media screen and (min-width: 1024px) {
    .product-sections__section_components
    {
        padding-top: 46px;
    }

    .product-sections__section_mobile_components
    {
        display: none;
    }

    .product-sections__section_components .product-sections__section-head
    {
        margin-bottom: 23px;
    }

    .components__menu
    {
        font-size: 16px;
        line-height: 21px;
        padding: 14px 25px 14px 15px;
        border: 1px solid #ededed;
        box-sizing: border-box;
        box-shadow: 0px 1px 9px 2px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        margin-bottom: 32px;
    }

    .components__section
    {
        padding-bottom: 45px;
        transition: all var(--transition-duration) ease-out;
    }

    .components__section_hidden
    {
        display: none;
        opacity: 0;

    }

    .components__head-row
    {
        display: grid;
        grid-template-columns: 1fr 115px 105px 115px 115px 90px 90px;
        margin-bottom: 10px;
    }

    .components__head-cell
    {
        min-height: 46px;
        display: flex;
    }

    .components__head-cell_category
    {
    }

    .components__head-cell-inner
    {
        font-size: 13px;
        line-height: 19px;
        display: block;
        margin-top: auto;
    }

    .components__head-cell-inner_category
    {
        font-size: 16px;
        line-height: 23px;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: auto;
    }

    .components__product-row
    {
        display: grid;
        grid-template-columns: 58px 1fr;
    }

    .components__product-row + .components__product-row
    {
        margin-top: 7px;
    }

    .components__product-flashing-row
    {
        display: grid;
        grid-template-columns: 1fr 115px 105px 115px 115px 90px 90px;
        background-color: #fff;
        border-radius: 6px;
        position: relative;
        opacity: 0.95;
        transition: all var(--transition-duration) ease-out;
    }

    .components__product-row:nth-of-type(odd) .components__product-flashing-row
    {
        background-color: transparent;
    }

    .components__product-row:hover .components__product-flashing-row
    {
        box-shadow: 0px 3px 18px -5px rgba(95, 117, 130, 0.25);
        background-color: #fff;
        opacity: 1;
    }

    .components__product-cell
    {
        box-sizing: border-box;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-right: 11px;
        font-size: 13px;
        line-height: 19px;
        display: flex;
        align-items: center;
        color: #303036;
    }

    .components__product-cell_image
    {
        padding-right: 0;
    }

    .components__image-link
    {
        display: flex;
        margin: auto auto auto 0;
        position: relative;
        width: 48px;
        height: 48px;
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: #fff;
    }

    .components__big-image
    {
        position: absolute;
        left: 0;
        bottom: 38px;
        border: 1px solid #ddd;
        border-radius: 6px;
        box-shadow: 0px 3px 18px -5px rgba(95, 117, 130, 0.25);
        background-color: #fff;
        width: 300px;
        height: 300px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        transition: all var(--transition-duration) ease-out;
        opacity: 0.5;
        transform: scale(0.001,0.0001) rotate(180deg);
        z-index: 1;
    }

    .components__image-link:hover .components__big-image
    {
        opacity: 1;
        transform: unset;
    }

    .components__image
    {
        display: block;
        margin: auto
    }

    .components__product-cell_name
    {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 17px;
        padding-right: 17px;
    }

    .components__product-link
    {
        font-size: 16px;
        line-height: 21px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        margin: auto 0;
    }

    .components__brand
    {
        text-transform: uppercase;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .components__product-cell_code
    {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .components__product-cell_available
    {

    }

    .components__available
    {
        position: relative;
    }

    .components__available-button
    {
        color: var(--link-color);
        font-size: 13px;
        line-height: 19px;
    }

    .components__available-button:active
    {
        transform: scale(0.95);
    }

    .components__available-button_red
    {
        color: var(--pruma-red);
    }

    .components__available-list
    {
        position: absolute;
        left: 0px;
        bottom: 35px;
        padding: 30px 20px;
        display: none;
        background-color: #fff;
        box-shadow: 0px 1px 9px 2px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        z-index: 3;
    }

    .components__available-list_visible
    {
        display: block;
    }

    .components__available-button:hover + .components__available-list
    {
        display: block;
    }

    .components__available-list-close
    {
        width: 20px;
        height: 20px;
        background-image: url(/static/resources/blocks/components/img/components__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;
    }

    .components__available-list_visible .components__available-list-close
    {
        opacity: 1;
    }

    .components__warehouse
    {
        white-space: nowrap;
    }

    .components__warehouse + .components__warehouse
    {
        margin-top: 12px;
    }

    .components__warehouse-name
    {
        padding-right: 2px;
    }

    .components__warehouse-quantity
    {
        background-image: url(/static/resources/blocks/components/img/components__warehouse-quantity.svg);
        background-position: left center;
        background-repeat: no-repeat;
        display: inline-block;
        padding-left: 25px;
        margin-left: 7px;
    }

    .components__available-description
    {
        white-space: normal;
        margin-top: 8px;
    }

    .components__not-available
    {
        color: var(--gray-text);
    }

    .components__amount
    {
        margin: auto 0;
    }

    .components__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;
        opacity: 0.9;
    }

    .components__amount-input:focus
    {
        opacity: 1;
    }

    .components__amount-note
    {
        font-size: 13px;
        color: var(--pruma-red);
        line-height: 19px;
        max-height: 38px
        transition: all var(--transition-duration) ease-out;
        overflow: hidden;
        opacity: 1;
    }

    .components__amount-note_hidden
    {
        max-height: 0;
        opacity: 0;
    }

    .components__buy
    {
        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;
        background-image: url(/static/resources/blocks/components/img/components__buy.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .components__buy:hover
    {
        background-image: url(/static/resources/blocks/components/img/components__buy_hover.svg);
        background-color: var(--pruma-green);
    }

    .components__buy:active
    {
        transform: scale(1.2);
    }

    .components__buy:disabled
    {
        border-color: var(--alice-blue);
        background-color: var(--alice-blue);
        background-image: url(/static/resources/blocks/components/img/components__buy_disabled.svg);
    }
}
