@media print, (max-width: 1327px)
{
    /*-------------------
        Global styles
    -------------------*/
    .buttonUp
    {
        right: 24px;
        bottom: 24px;
    }



    /*---------------------
        Responsive menu
    ---------------------*/
    .responsive_menu > * + *
    {
        margin-left: 40px;
    }



    /*------------
        Header
    ------------*/
    header .city,
    header .logo
    {
        width: 208px;
    }


    header .top .links > * + *
    {
        margin-left: 92px;
    }


    header .catalog .btn
    {
        padding: 8px 24px;
    }



    /*-------------
        Sidebar
    -------------*/



    /*---------------
        Page head
    ---------------*/



    /*----------------
        Block head
    ----------------*/



    /*------------------
        Form elements
    ------------------*/



    /*----------------
        Typography
    ----------------*/



    /*-------------
        Gallery
    -------------*/
    .gallery .row > *.big.pad_right
    {
        padding-right: 24px;
    }

    .gallery .row > *.big.pad_left
    {
        padding-left: 24px;
    }



    /*------------
        Stocks
    ------------*/
    .stocks .row
    {
        margin-bottom: -64px;
        margin-left: -64px;
    }

    .stocks .row > *
    {
        width: calc(50% - 64px);
        margin-bottom: 64px;
        margin-left: 64px;
    }

    .stocks .row > *.full_w
    {
        width: calc(100% - 64px);
    }


    .stocks .stock.full_w .info
    {
        width: calc(50% - 32px);
    }



    /*----------------
        Advantages
    ----------------*/
    .advantages .item .name br
    {
        display: none;
    }
}
