@media print,
(max-width: 767px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --font_size_title: 26px;
    }



    /*--------------
        Fancybox
    --------------*/
    .fancybox__slide
    {
        padding: 20px;
    }


    .fancybox__content > .carousel__button.is-close
    {
        top: 33px;
        right: 40px;
    }



    /*----------------
        Pagination
    ----------------*/
    .pagination .links
    {
        justify-content: center;

        width: 100%;
    }


    .pagination .links a,
    .pagination .links .sep
    {
        width: 40px;
        height: 40px;
    }


    .pagination .all_link
    {
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
    }



    /*------------
        Header
    ------------*/
    header .logo img
    {
        height: 70px;
    }


    header .delivery_time,
    header .phone,
    header .messengers
    {
        display: none;
    }


    header .btns > * + *
    {
        margin-left: 24px;
    }



    /*------------------
        Form elements
    ------------------*/
    .form .submit .agree
    {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
        margin-left: 0;
    }



    /*-----------------
        Main slider
    -----------------*/
    .main_slider .swiper-slide
    {
        min-height: 320px;
        padding: 24px;
    }


    .main_slider .data
    {
        width: 200px;
    }


    .main_slider .pre_title
    {
        font-size: 15px;
    }


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



    /*----------------
        Categories
    ----------------*/
    .categories .grid
    {
        grid-template-columns: repeat(2, 1fr);
    }


    .categories .category .thumb
    {
        height: 148px;
    }



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


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

        width: 172px;
    }



    /*-----------
        Gifts
    -----------*/
    .gifts .row > *
    {
        width: calc(50% - 20px);
    }

    .gifts .row > *:last-child
    {
        display: none;
    }



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


    .advantages .row > *
    {
        width: 100%;
        margin-bottom: 32px;
        margin-left: 0;
    }



    /*----------------
        Big banner
    ----------------*/
    .big_banner img
    {
        width: 180%;
        margin: 0 -40%;
    }



    /*----------------
        About info
    ----------------*/
    .about_info .data
    {
        width: 100%;
    }


    .about_info .title
    {
        font-size: 48px;
    }


    .about_info .images
    {
        width: 100%;
        margin-top: 40px;
        padding-bottom: 125%;
    }


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

        width: 140px;
        height: 154px;
    }



    /*---------
        FAQ
    ---------*/
    .FAQ .block_head
    {
        width: 100%;
    }


    .FAQ .accordion
    {
        width: 100%;
        max-width: 100%;
    }



    /*----------
        Auth
    ----------*/
    .auth .register
    {
        width: 100%;
        padding: 48px 0;
    }


    .auth .login
    {
        width: 100%;
        padding: 48px 0;

        border: none;
        border-top: 1px solid #efefef;
    }



    /*-------------------------
        LK info - Addresses
    -------------------------*/
    .lk_info .addresses .row > *
    {
        width: calc(50% - 20px);
        min-height: 224px;
    }



    /*----------------------------
        LK info - Bonus points
    ----------------------------*/
    .lk_info .bonus_points .count
    {
        width: 100%;
        margin-top: 12px;
    }


    .lk_info .bonus_points table thead
    {
        display: none;
    }


    .lk_info .bonus_points table tr
    {
        position: relative;

        display: block;

        padding: 15px 0;

        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }

    .lk_info .bonus_points table tr + tr
    {
        margin-top: -1px;
    }


    .lk_info .bonus_points table td
    {
        font-size: 14px;

        display: flex;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        justify-content: flex-start;

        padding: 0;

        border: none;
    }

    .lk_info .bonus_points table td.number,
    .lk_info .bonus_points table td.for,
    .lk_info .bonus_points table td.points,
    .lk_info .bonus_points table td.date
    {
        width: 100%;
    }

    .lk_info .bonus_points table td.actions
    {
        position: absolute;
        top: 5px;
        right: 0;

        width: auto;
    }


    .lk_info .bonus_points table td + td
    {
        margin-top: 8px;
        padding: 0;
    }


    .lk_info .bonus_points table td:before
    {
        display: block;

        margin-right: 6px;

        content: attr(data-column);
        white-space: nowrap;

        opacity: .7;
    }



    /*----------------------
        LK info - Orders
    ----------------------*/
    .lk_info .orders table thead
    {
        display: none;
    }


    .lk_info .orders table tr
    {
        position: relative;

        display: block;

        padding: 15px 0;

        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }

    .lk_info .orders table tr + tr
    {
        margin-top: -1px;
    }


    .lk_info .orders table td
    {
        font-size: 14px;

        display: flex;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        justify-content: flex-start;

        padding: 0;

        border: none;
    }

    .lk_info .orders table td.number,
    .lk_info .orders table td.buyer,
    .lk_info .orders table td.amount,
    .lk_info .orders table td.price,
    .lk_info .orders table td.date
    {
        width: 100%;
    }

    .lk_info .orders table td.actions
    {
        position: absolute;
        top: 5px;
        right: 0;

        width: auto;
    }


    .lk_info .orders table td + td
    {
        margin-top: 8px;
        padding: 0;
    }


    .lk_info .orders table td:before
    {
        display: block;

        margin-right: 6px;

        content: attr(data-column);
        white-space: nowrap;

        opacity: .7;
    }



    /*----------------
        Order info
    ----------------*/
    .order_info table thead
    {
        display: none;
    }


    .order_info table tr
    {
        position: relative;

        display: block;

        padding: 15px 0;

        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef;
    }

    .order_info table tr + tr
    {
        margin-top: -1px;
    }


    .order_info table td
    {
        font-size: 14px;

        display: flex;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: nowrap;
        justify-content: flex-start;

        padding: 0 40px;

        border: none;
    }

    .order_info table td.model,
    .order_info table td.amount,
    .order_info table td.price,
    .order_info table td.price_total
    {
        width: 100%;
    }

    .order_info table td.name
    {
        flex-wrap: wrap;
    }


    .order_info table td + td
    {
        margin-top: 8px;
        padding: 0 40px;
    }


    .order_info table td:before
    {
        display: block;

        margin-right: 6px;

        content: attr(data-column);
        white-space: nowrap;

        opacity: .7;
    }


    .order_info table tfoot tr
    {
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;

        border-bottom: none;
    }


    .order_info table tfoot td
    {
        width: auto;
        padding: 0;

        border: none;
    }

    .order_info table tfoot td:before
    {
        display: none;
    }

    .order_info table tfoot td.price
    {
        width: auto;
        margin-top: 0;
        margin-left: auto;
    }



    /*---------------
        Cart info
    ---------------*/
    .cart_info table tr
    {
        justify-content: flex-start;
    }


    .cart_info table td.model,
    .cart_info table td.points,
    .cart_info table td.amount,
    .cart_info table td.price,
    .cart_info table td.price.total
    {
        width: 33.333%;
    }



    /*--------------
        Checkout
    --------------*/
    .checkout .form .checks .row > *.fint_out_cost_btn
    {
        order: 3;

        width: calc(100% - 40px);
        margin-left: 40px;
    }


    .checkout .form .checks .row > *.middle_w
    {
        width: calc(100% - 40px);
    }


    .checkout .form .submit_btn
    {
        order: 2;

        width: 100%;
    }



    /*--------------
        Products
    --------------*/
    .products .head
    {
        padding: 15px 19px;
    }


    .products .show
    {
        display: none;
    }



    .products .row,
    .content .products .row
    {
        margin-bottom: -20px;
    }


    .products .row > *,
    .content .products .row > *
    {
        width: calc(50% - 20px);
        margin-bottom: 20px;
    }



    /*-------------------
        Contacts info
    -------------------*/
    .contacts_info .data
    {
        width: 100%;
    }


    .contacts_info .feedback
    {
        width: 100%;
        margin-top: 40px;
    }


    .contacts_info .feedback .btn
    {
        width: 100%;
        margin-top: 24px;
    }



    /*------------------
        Product info
    ------------------*/
    .product_info .product_name
    {
        font-size: 26px;
    }



    /*------------
        Footer
    ------------*/
    footer
    {
        padding-top: 48px;
    }


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


    footer .logo
    {
        display: none;
    }


    footer .contacts
    {
        width: 100%;

        text-align: center;
    }


    footer .contacts .phone
    {
        text-align: center;
    }


    footer .contacts .messengers
    {
        justify-content: center;

        margin-top: 10px;
    }


    footer .copyright,
    footer .privacy_policy_link
    {
        font-size: 13px;

        width: 100%;

        text-align: center;
    }


    footer .privacy_policy_link
    {
        margin-top: 12px;
    }
}
