@media screen and (min-width: 1024px) {
    .product-not-available,
    .product-available,
    .product-available__authorization-required,
    .product-not-available__withdrawn-from-sale
    {
        background-repeat: no-repeat;
        background-position: left center;
        padding: 4px 0px 4px 19px;
        display: inline-block;
        position: relative;
    }

    .product-available_modification
    {
        padding-top: 5px;
    }

    .product-available__authorization-required
    {
        white-space: nowrap;
        word-wrap: normal;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 4px 0px 0px 0px;
    }

    .product-not-available__withdrawn-from-sale
    {
        padding: 4px 0px 0px 0px;
        font-weight: 700;
    }

    .product-available__authorization-required a
    {
        color: #676767;
        font-size: 13px;
        display: inline-block;
        border-bottom: 1px dotted #676767;
        text-decoration: none;
    }

    .product-available__authorization-required a:hover
    {
        border-bottom: 1px solid #676767;
        text-decoration: none;
    }

    .product-available
    {
        background-image: url(/static/resources/blocks/product-available/img/product-available.svg);
        background-size: 15px;
        background-position: left center;
    }

    .product-available .product-available__title,
    .product-not-available .product-not-available__title
    {
        cursor: pointer;
        border-bottom: 1px dotted #676767;
        font-size: 13px;
        transition: all var(--transition-duration) ease-out;
    }

    .product-available .product-available__title:hover,
    .product-not-available .product-not-available__title:hover
    {
        border-bottom: 1px solid #676767;
    }

    .product-not-available .product-not-available__note,
    .product-available .product-available__note
    {
        visibility: hidden;
        opacity: 0;
        transition: all var(--transition-duration) ease-out;
        position: absolute;
        bottom: calc(-50% - 12px);
        left: -250px;
        width: 200px;
        background-color: #fff;
        border: 4px solid #45484d;
        border-radius: 3px;
        z-index: 10000;
        white-space: normal;
        word-wrap: break-word;
    }

    .product-available .product-available__note
    {
        padding: 12px;
    }

    .product-available__spoute-border
    {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 6px;
        background-color: #fff;
    }

    .product-not-available .product-not-available__note
    {
        padding: 12px 8px;
    }

    .product-not-available:hover .product-not-available__note,
    .product-available:hover .product-available__note
    {
        visibility: visible;
        opacity: 1;
    }

    .product-line .product-available .product-available__note
    {
        width: 182px;
    }

    .product-not-available:hover .product-not-available__spoute,
    .product-available:hover .product-available__spoute
    {
        position: absolute;
        right: -7px;
        top: calc(50% - 5px);
        width: 9px;
        height: 9px;
        background-color: #45484d;
        transform: rotate(45deg);
    }

    .product-available__city,
    .product-available__description
    {
        display: block;
        font-size: 13px;
    }

    .product-available__description
    {
        margin-top: 4px;
    }

    .product-available_product .product-not-available__note,
    .product-available_product .product-available__note
    {
        left: 0px;
        bottom: auto;
        top: 33px;
        display: none;
    }

    .product-not-available_product:hover .product-not-available__note,
    .product-available_product:hover .product-available__note
    {
        display: block;
    }

    .product-available_product .product-not-available__spoute,
    .product-available_product .product-available__spoute
    {
        right: auto !important;
        top: -6px !important;
        left: 17px !important;
        width: 5px !important;
        height: 5px !important;
    }
}
