@media print,
(max-width: 1347px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --sidebar_width: 280px;
        --font_size: 15px;
        --font_size_title: 36px;
    }



    .block
    {
        margin-bottom: 60px;
    }

    .block.bg
    {
        padding: 60px 0;
    }



    /*------------
        Header
    ------------*/
    header .search
    {
        width: 324px;
    }


    header .messengers
    {
        margin-left: 40px;
    }


    header .sep
    {
        height: 88px;
        margin-left: 40px;
    }


    header .menu_item > a
    {
        height: 48px;
    }


    header .sub_menu
    {
        width: 224px;
    }

    header .sub_menu a
    {
        padding: 14px 20px 12px;
    }



    /*-------------
        Sidebar
    -------------*/
    aside .links
    {
        padding: 28px;
    }



    /*---------------
        Page head
    ---------------*/
    .breadcrumbs
    {
        font-size: 13px;
    }



    /*------------------
        Form elements
    ------------------*/
    .form .submit_btn
    {
        width: 264px;
        height: 52px;
    }



    /*-----------------
        Main slider
    -----------------*/
    .main_slider .swiper-slide
    {
        min-height: 528px;
        padding: 48px 80px;
    }


    .main_slider .data
    {
        width: 320px;
    }


    .main_slider .pre_title
    {
        font-size: 22px;

        margin-bottom: 40px;
    }


    .main_slider .pre_title > * + *
    {
        margin-top: 8px;
    }


    .main_slider .title
    {
        font-size: 44px;
    }



    /*----------------
        Categories
    ----------------*/
    .categories .category .thumb
    {
        height: 280px;
    }



    /*-------------
        Banners
    -------------*/
    .banners .banner
    {
        height: 236px;
    }


    .banners .banner .title
    {
        font-size: 28px;

        width: 224px;
    }



    /*----------------
        Advantages
    ----------------*/
    .advantages .row
    {
        margin-bottom: -40px;
        margin-left: -40px;
    }

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


    .advantages .item .number
    {
        line-height: 52px;

        width: 52px;
        height: 52px;
    }

    .advantages .item .number + *
    {
        max-width: calc(100% - 64px);
    }


    .advantages .item .name
    {
        font-size: 19px;
    }



    /*----------------
        About info
    ----------------*/
    .about_info .data
    {
        width: 480px;
    }


    .about_info .title
    {
        font-size: 80px;
        line-height: 100%;
    }


    .about_info .images
    {
        height: auto;
        padding-bottom: 58%;
    }

    .about_info .images img.absolute
    {
        bottom: 48px;
        left: -80px;

        width: 252px;
        height: 277px;
    }



    /*----------
        Auth
    ----------*/
    .auth .register
    {
        padding: 40px 100px 80px 0;
    }


    .auth .login
    {
        padding: 40px 0 80px 100px;
    }



    .auth .title
    {
        margin-bottom: 32px;
    }



    /*--------------
        Products
    --------------*/
    .products .row
    {
        margin-bottom: -40px;
    }

    .products .row > *
    {
        margin-bottom: 40px;
    }


    .products .product .name,
    .products .product .price
    {
        font-size: 17px;
    }


    .products .product .buy
    {
        margin-top: 16px;
    }



    /*---------------
        Cart info
    ---------------*/
    .cart_info table td.points,
    .cart_info table td.amount
    {
        width: 180px;
    }

    .cart_info table td.price
    {
        width: 100px;
    }

    .cart_info table td.price.total
    {
        width: 140px;
    }



    /*--------------
        Checkout
    --------------*/
    .checkout
    {
        --sidebar_width: 400px;
    }



    /*-------------------
        Contacts info
    -------------------*/
    .contacts_info .data
    {
        width: 424px;
    }


    .contacts_info .feedback
    {
        margin-left: 180px;
    }


    .contacts_info .map
    {
        height: 440px;
        margin-top: 60px;
    }



    /*------------------
        Product info
    ------------------*/
    .product_info .guarantee
    {
        padding: 28px;
    }



    /*------------
        Footer
    ------------*/
    footer
    {
        margin-top: 0;
        padding-top: 52px;
    }


    footer .cont + .cont
    {
        margin-top: 68px;
    }


    footer .logo
    {
        margin-top: -52px;
    }


    footer .links
    {
        margin-left: 60px;
    }

    footer .links + .links
    {
        margin-left: 180px;
    }


    footer .links .items
    {
        margin-top: 20px;
    }


    footer .contacts .location
    {
        margin-top: 20px;
    }



    /*-----------
        PopUp
    -----------*/
    .modal.order_info
    {
        width: 100%;
    }
}
