@media print,
(max-width: 1279px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --sidebar_width: 280px;
        --font_size: 14px;
        --font_size_title: 32px;
    }


    html.custom_scroll ::-webkit-scrollbar
    {
        width: 5px;
        height: 5px;
    }



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


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



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


    header .search
    {
        width: 260px;
    }


    header .search .input
    {
        height: 40px;
        padding-right: 55px;
        padding-left: 15px;
    }


    header .search .submit_btn
    {
        right: 19px;
    }


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


    header .messengers a.whatsapp_link .icon
    {
        width: 14px;
        height: 14px;
    }


    header .messengers a.telegram_link .icon
    {
        width: 15px;
        height: 14px;
    }


    header .sep
    {
        height: 80px;
        margin-left: 24px;
    }


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


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



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



    /*---------------
        Page head
    ---------------*/
    .breadcrumbs
    {
        padding: 11px 0;
    }



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



    /*------------------
        Form elements
    ------------------*/
    .form .submit_btn
    {
        width: 240px;
        height: 48px;
    }


    .form .agree
    {
        font-size: 13px;
    }


    .form .submit .agree
    {
        max-width: calc(100% - 304px);
    }



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


    .main_slider .data
    {
        width: 280px;
    }


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


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



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



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


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

        width: 200px;
    }



    /*----------------
        Advantages
    ----------------*/
    .advantages .item .number
    {
        font-size: 18px;
        line-height: 48px;

        width: 48px;
        height: 48px;
    }

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


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


    .advantages .item .desc
    {
        margin-top: 20px;
    }



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


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


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


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

        width: 180px;
        height: 198px;
    }



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


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



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


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



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



    /*--------------
        Products
    --------------*/
    .products .row > *,
    .content .products .row > *
    {
        width: calc(33.333% - 20px);
    }


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



    .products.additional .swiper-slide
    {
        width: 160px;
    }



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



    /*----------------------------
        LK info - Bonus points
    ----------------------------*/
    .lk_info .bonus_points table th,
    .lk_info .bonus_points table td
    {
        font-size: 13px;

        padding: 11px 0;
    }


    .lk_info .bonus_points table td.number
    {
        width: 80px;
    }

    .lk_info .bonus_points table td.for
    {
        width: 140px;
    }

    .lk_info .bonus_points table td.points
    {
        width: 80px;
    }

    .lk_info .bonus_points table td.date
    {
        width: 110px;
    }



    /*----------------------
        LK info - Orders
    ----------------------*/
    .lk_info .orders table th,
    .lk_info .orders table td
    {
        font-size: 13px;

        padding: 11px 0;
    }


    .lk_info .orders table td.number
    {
        width: 80px;
    }

    .lk_info .orders table td.buyer
    {
        width: 110px;
    }

    .lk_info .orders table td.amount
    {
        width: 80px;
    }

    .lk_info .orders table td.price
    {
        width: 100px;
    }

    .lk_info .orders table td.date
    {
        width: 110px;

        table-layout: fixed;
    }



    /*----------------
        Order info
    ----------------*/
    .order_info .features .item
    {
        padding: 16px 40px;
    }


    .order_info table
    {
        margin-top: 40px;
    }


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

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

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


    .order_info table tfoot td
    {
        padding-top: 16px;
        padding-bottom: 16px;
    }



    /*---------------
        Cart info
    ---------------*/
    .cart_info table td.name a
    {
        width: auto;
    }


    .cart_info table td.points
    {
        width: 160px;
    }

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

    .cart_info table td.amount
    {
        width: 120px;
    }



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


    .checkout .form .section + .section
    {
        margin-top: 40px;
    }



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


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


    .contacts_info .feedback .btn
    {
        width: 260px;
        height: 52px;
    }



    /*------------------
        Product info
    ------------------*/
    .product_info .cont > .data
    {
        width: calc(50% - 14px);
    }


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


    .product_info .info
    {
        margin-top: 28px;
        margin-bottom: -20px;
        margin-left: -40px;
    }

    .product_info .info > *
    {
        margin-bottom: 20px;
        margin-left: 40px;
    }


    .product_info * + .cashback
    {
        margin-top: 12px;
    }


    .product_info .amount .label
    {
        margin-bottom: 12px;
    }


    .product_info .increas_numbers .label
    {
        margin-bottom: 12px;
    }


    .product_info .buy
    {
        margin-top: 28px;
    }


    .product_info .buy .price
    {
        font-size: 22px;
    }


    .product_info .buy .buy_btn
    {
        width: 280px;
        max-width: calc(100% - 72px);
        height: 52px;
        margin-top: 16px;
    }


    .product_info .buy .favorite_btn
    {
        width: 52px;
        height: 52px;
        margin-top: 16px;
    }

    .product_info .buy .favorite_btn .icon
    {
        width: 26px;
        height: 24px;
    }


    .product_info .accordion
    {
        margin-top: 28px;
    }


    .product_info .compound .col
    {
        font-size: 13px;
    }


    .product_info .guarantee
    {
        margin-top: 28px;
        padding: 24px;
    }



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


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

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



    /*-----------
        PopUp
    -----------*/
    .modal .form
    {
        margin-top: 40px;
    }
}
