@media print,
(max-width: 1023px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --sidebar_width: 100%;
        --font_size: 14px;
        --font_size_title: 28px;
    }


    .content_flex .content
    {
        width: 100%;
    }



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


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



    /*---------------
        Accordion
    ---------------*/
    .accordion_item .head
    {
        min-height: 60px;
        padding: 11px 51px 11px 15px;
    }


    .accordion_item .head .title br
    {
        display: none;
    }


    .accordion_item .head .icon
    {
        right: 20px;
    }


    .accordion_item .data
    {
        padding: 8px 15px 15px;
    }



    /*------------
        Header
    ------------*/
    header .bottom
    {
        display: none;
    }


    header .search
    {
        order: 3;

        width: 100%;
        margin: 10px 0 20px;
    }


    header .sep
    {
        display: none;
    }


    header .mob_menu_btn
    {
        display: flex;
    }


    header.fixed .top
    {
        display: block;
    }


    header.fixed .search,
    header.fixed .bottom
    {
        display: none;
    }



    /*-------------
        Sidebar
    -------------*/
    aside
    {
        margin-bottom: 40px;
    }



    aside .filter
    {
        position: relative;
        top: 0;

        margin-bottom: -20px;
    }


    aside .filter .mob_filter_btn
    {
        display: block;
    }


    aside .filter .form
    {
        display: none;

        padding-top: 20px;
    }



    /*------------------
        Form elements
    ------------------*/
    .form .submit_btn
    {
        width: 100%;
    }


    .form .recovery_btn
    {
        margin-top: 16px;
    }



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


    .main_slider .data
    {
        width: 240px;
    }


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

        margin-bottom: 28px;
    }


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



    /*----------------
        Categories
    ----------------*/
    .categories .category .thumb
    {
        height: 168px;
        padding-bottom: 59px;
    }



    /*-------------
        Banners
    -------------*/
    .banners .row
    {
        margin-left: 0;
    }

    .banners .row > *
    {
        width: 100%;
        margin-left: 0;
    }



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



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


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


    .about_info .images
    {
        width: calc(100% - 360px);
        padding-bottom: 60%;
    }


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

        width: 140px;
        height: 154px;
    }



    /*---------
        FAQ
    ---------*/
    .FAQ .block_head
    {
        width: 288px;
    }


    .FAQ .accordion
    {
        max-width: calc(100% - 328px);
    }



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


    .auth .login
    {
        padding: 40px 0 60px 40px;
    }



    /*----------------
        Order info
    ----------------*/
    .order_info .features .item
    {
        width: 100%;
        padding: 12px 40px;
    }

    .order_info .features .item + .item
    {
        margin-top: -1px;
    }

    .order_info .features .item:nth-child(2n)
    {
        border-left: none;
    }


    .order_info table td a
    {
        width: auto;
    }


    .order_info table td.model
    {
        width: 100px;
    }

    .order_info table td.amount,
    .order_info table td.price
    {
        width: 80px;
    }

    .order_info table td.price_total
    {
        width: 120px;
    }



    /*---------------
        Cart info
    ---------------*/
    .cart_info table thead
    {
        display: none;
    }


    .cart_info table tr
    {
        position: relative;

        display: flex;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        justify-content: space-between;

        padding: 20px 0;

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

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


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

        display: block;

        padding: 0;

        border: none;
    }

    .cart_info table td + td
    {
        padding-left: 0;
    }


    .cart_info table td.name
    {
        width: calc(100% - 110px);
        margin-left: auto;
        padding-right: 40px;
    }


    .cart_info table td:before
    {
        display: block;

        margin-bottom: 8px;

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

        opacity: .7;
    }


    .cart_info table td.model
    {
        width: 120px;
        margin-top: 10px;
    }


    .cart_info table td.points
    {
        width: 120px;
        margin-top: 10px;
    }


    .cart_info table td.amount,
    .cart_info table td.price,
    .cart_info table td.price.total
    {
        width: 80px;
        margin-top: 10px;
    }


    .cart_info table td.delete
    {
        position: absolute;
        top: 20px;
        right: 0;

        width: 15px;
        padding-bottom: 0;

        border-bottom: none;
    }


    .cart_info table td.thumb:before,
    .cart_info table td.delete:before
    {
        display: none;
    }


    .cart_info table tr:last-child td
    {
        padding-bottom: 0;

        border-bottom: none;
    }



    /*--------------
        Checkout
    --------------*/
    .checkout
    {
        --sidebar_width: 100%;
    }


    .checkout .content
    {
        width: 100%;
        max-width: 100%;
    }


    .checkout .form .submit_btn
    {
        width: 240px;
    }


    .checkout aside
    {
        margin-top: 40px;
        margin-bottom: 0;
    }



    /*--------------
        Products
    --------------*/
    .products.additional .title
    {
        font-size: 19px;
    }


    .products .product .info
    {
        padding: 16px;
    }


    .products .show .btns
    {
        height: 40px;
    }



    /*-------------------
        Contacts info
    -------------------*/
    .contacts_info .feedback
    {
        margin-left: auto;
    }


    .contacts_info .feedback .btn
    {
        width: 240px;
        height: 48px;
    }


    .contacts_info .map
    {
        height: 400px;
        margin-top: 40px;
    }



    /*------------------
        Product info
    ------------------*/
    .product_info .images
    {
        width: 100%;
        margin-bottom: 24px;
    }


    .product_info .cont > .data
    {
        width: 100%;
    }


    .product_info .product_name
    {
        font-size: 28px;
    }



    /*------------
        Footer
    ------------*/
    footer .cont + .cont
    {
        margin-top: 52px;
    }


    footer .links
    {
        display: none;
    }


    footer .contacts .location br
    {
        display: none;
    }



    /*-----------
        PopUp
    -----------*/
    .modal.edit_address .form .main_check
    {
        padding: 10px 0;
    }
}
