.empty-cart
{
    position: relative;

    padding-top: 13px;
}

.empty-cart .container
{
    width: auto!important;
}

.empty-cart__wrapper
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
}

.empty-cart__left-col
{
    width: 62%;
}

.empty-cart__wrapper
{
    width: 62%;
}

.empty-cart__body
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}

.empty-cart__right-col
{
    width: 30%;
}

.empty-cart__benefits
{
    position: absolute;
    top: -70px;
    right: 0;

    width: 30%;
}

.empty-cart__info
{
    font-family: 'Mulish', Arial, serif;

    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    color: #022b38;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
    -ms-flex-align: start;
            align-items: flex-start;
}

.empty-cart__info-title
{
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;

    margin-bottom: 8px;
}

.empty-cart__info-text
{
    font-size: 20px;
    line-height: 30px;

    margin-bottom: 30px;
}

.empty-cart__info-btn
{
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;

    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;

    padding: 13px 52px;

    color: #022b38;
    border: 2px solid #58becf;

    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}

.empty-cart__img
{
    margin-right: 110px;
    padding-left: 55px;
}

.empty-cart__img img
{
    max-width: 200px;
}

.benefits__item
{
    margin-bottom: 30px;
}

.benefits__item:last-child
{
    margin-bottom: 0;
}

.benefit__wrapper
{
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
            flex-direction: column;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
}

.benefit__icon
{
    margin-bottom: 15px;
}

.benefit__title
{
    font-family: 'Mulish', Arial, serif;
    font-size: 16px;
    font-weight: 700;

    margin-bottom: 10px;
}

.benefit__text p
{
    font-family: 'Mulish', Arial, serif;
    font-size: 14px;
}

.benefit__text p:last-child
{
    margin-bottom: 0;
}

@media (min-width: 1280px)
{
    .empty_cart_hits--small .box-snippet .info-wrapper .prod-name
    {
        font-size: 12px;
        line-height: 22px;
    }

    .empty_cart_hits--small .icon-bag_sm-blue,
    .empty_cart_hits--small .elem-to_cart:before
    {
        width: 14px;
        height: 15px;

        background-image: url('../images/icon-mini-cart.png');
        background-position: 0 0;
        -moz-background-size: 100% 100%;
             background-size: 100% 100%;
    }

    .empty_cart_hits--small .icon-bag_sm-white,
    .empty_cart_hits--small .elem-to_cart:hover:before,
    .empty_cart_hits--small [type='submit'].elem-to_cart:hover:before
    {
        width: 14px;
        height: 15px;

        background-image: url('../images/icon-mini-cart-hover.png');
        background-position: 0 0;
        -moz-background-size: 100% 100%;
             background-size: 100% 100%;
    }

    .empty_cart_hits--small .box-snippet .info-wrapper .elem-to_cart
    {
        line-height: 32px;
    }

    .empty_cart_hits--small .elem-to_cart
    {
        font-size: 11px;

        padding-left: 32px;
    }

    .empty_cart_hits--small .elem-to_cart:before
    {
        left: 10px;
    }

    .empty_cart_hits--small .box-snippet .info-wrapper .prod-price
    {
        font-size: 17px;
        line-height: 22px;
    }

    .empty_cart_hits--small .box-snippet .info-wrapper .prod-price small
    {
        font-size: 10px;
        line-height: 22px;
    }

    .empty_cart_hits--small .box-snippet .info-wrapper .prod-price .rub
    {
        font-size: 10px;
        line-height: 22px;
    }

    .empty_cart_hits--small .box-snippet .info-wrapper.action-item .prod-price_new-title
    {
        font-size: 10px;
    }

    .empty_cart_hits--small .box-snippet .info-wrapper
    {
        padding: 5px 11px 35px;
    }

    .empty_cart_hits--small .elem-counter .control
    {
        width: 25px;
        height: 25px;
    }

    .empty_cart_hits--small .elem-counter .unit
    {
        font-size: 12px;

        margin-right: 0;
    }

    .empty_cart_hits--small .add-bask-form-list .clearfix
    {
        height: 30px;
    }

    .empty_cart_hits--small .favorite
    {
        line-height: 33px;

        height: 35px;
    }

    .empty_cart_hits--small .favorite svg
    {
        width: 15px;
        height: 13px;
    }

    .empty_cart_hits--small .box-snippet .info-wrapper.action-item .price-wrapper
    {
        margin-bottom: 14px;
    }

    .empty_cart_hits--small .col-sm-6
    {
        padding-right: 0;
        padding-left: 0;
    }

    .empty_cart_hits--small .prod-block
    {
        padding-right: 7px;
        padding-left: 7px;
    }

    .empty_cart_hits--small #hits-block
    {
        margin-right: -22px;
        margin-left: -22px;
    }
}

@media (max-width: 1279px)
{
    .empty-cart__wrapper
    {
        width: 100%;
    }

    .empty-cart__benefits
    {
        position: static;

        width: 100%;
        margin-top: 80px;
    }
}

@media (max-width: 767px)
{
    .empty-cart
    {
        padding-top: 25px;
    }

    .empty-cart__img
    {
        margin-right: 50px;
        padding-left: 0;
    }

    .empty-cart__img img
    {
        max-width: 150px;
    }
}

@media (max-width: 550px)
{
    .empty-cart__img
    {
        display: none;
    }

    .empty-cart__body
    {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
        -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
