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


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


    .block
    {
        margin-bottom: 80px;
    }


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


    .swiper-button-next:before,
    .swiper-button-prev:before
    {
        display: none;
    }



    /*--------------
        ButtonUp
    --------------*/
    .buttonUp.big_offset
    {
        bottom: 24px;
    }



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



    /*------------
        Header
    ------------*/
    header .links > * + *
    {
        margin-left: 0;
    }


    header .search .mini_modal,
    header .search .mini_modal.active
    {
        width: 195px;
    }


    header .menu_item + .menu_item
    {
        margin-left: 0 /*16px;*/
    }


    header .sub_menu .tabs,
    header .sub_menu .row,
    header .sub_menu .cols
    {
        padding: 0;
    }


    header .sub_menu .cols .col
    {
        width: calc(50% - 40px);
    }

    header .sub_menu .cols .col > * + *
    {
        margin-top: 16px;
    }



    /*---------------
        Page head
    ---------------*/
    .page_desc
    {
        font-size: 26px;
    }



    /*----------------
        Block head
    ----------------*/
    .block_head .desc
    {
        font-size: 22px;

        margin-top: 15px;
    }


    .block_head .points
    {
        margin-top: 30px;
    }



    /*------------------
        Form elements
    ------------------*/
    .form .submit_btn
    {
        height: 50px;
        padding: 0 27px;
    }



    /*----------------
        Typography
    ----------------*/
    .text_block > *,
    .text_block .cols .col > *,
    .text_block blockquote > *,
    .text_block q > *
    {
        margin-bottom: 20px;
    }


    .text_block h2
    {
        font-size: 32px;
    }

    .text_block h3
    {
        font-size: 28px;
    }

    .text_block h4
    {
        font-size: 26px;
    }


    .text_block .columns
    {
        column-gap: 0;
        column-count: 1;
    }


    .text_block .cols .col
    {
        width: calc(50% - 24px);
    }


    .text_block ol li
    {
        min-height: 40px;
        padding-left: 60px;
    }

    .text_block ol li:before
    {
        font-size: 28px;
        line-height: 40px;
    }

    .text_block ol li:after
    {
        left: 35px;

        height: 40px;
    }


    .text_block ul li
    {
        padding-left: 30px;
    }



    /*-----------------
        Main slider
    -----------------*/
    .main_slider
    {
        margin-bottom: 80px;
    }


    .main_slider .cont
    {
	/*	min-height: 450px; */
		min-height: 493px;
        padding-top: 50px;
    }


    .main_slider .data
    {
        width: 390px;
    }


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


    .main_slider .product
    {
        width: 340px;
    }

    .main_slider .product .name
    {
        font-size: 19px;
    }


    .main_slider .bg
    {
        width: calc(100% + 200px);

        object-position: 0 50%;
    }



    /*-----------------
        Collections
    -----------------*/
    .collections
    {
        margin-bottom: 80px;
    }


    .collections .collection
    {
        padding-bottom: calc((50vw - 300px) * 2);
    }


    .collections .collection .info
    {
        width: calc(100% - 270px);
    }

    .collections .collection .name
    {
        font-size: 30px;

        padding: 35px;
    }



    /*--------------------
        New categories
    --------------------*/
    .new_categories
    {
        margin-bottom: 80px;
    }


    .new_categories .title
    {
        font-size: 28px;

        width: 100%;
        margin-bottom: 20px;
    }

    .new_categories .title br
    {
        display: none;
    }


    .new_categories .swiper
    {
        width: 100%;
    }

    .new_categories .swiper-button-next,
    .new_categories .swiper-button-prev
    {
        width: 50px;
    }



    /*---------------------
        Promo guarantee
    ---------------------*/
    .promo_guarantee .cont
    {
        height: 450px;
    }


    .promo_guarantee .data
    {
        width: 520px;
        padding-left: 30px;
    }


    .promo_guarantee .brand
    {
        height: 100px;
    }


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


    .promo_guarantee .link
    {
        margin-top: 30px;
    }



    /*-------------
        Gallery
    -------------*/
    .gallery
    {
        margin-bottom: 80px;
    }


    .gallery .item
    {
        padding-bottom: 220px;
    }

    .gallery .item.big,
    .gallery .item.big_h
    {
        padding-bottom: 440px;
    }


    .gallery .link a
    {
        padding: 20px 24px;
    }


    .gallery .swiper-button-next,
    .gallery .swiper-button-prev
    {
        bottom: 15px;
    }



    /*-----------------
        Straps head
    -----------------*/
    .straps_head
    {
        min-height: 450px;
    }


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

    .straps_head .desc
    {
        font-size: 20px;
    }



    /*---------------
        Selection
    ---------------*/
    .selection .data
    {
        padding: 50px 24px;
    }


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


    .selection .desc
    {
        margin-top: 20px;
    }


    .selection form
    {
        margin-top: 30px;
    }

    .selection form .label
    {
        margin-bottom: 10px;
    }



    /*--------------
        Products
    --------------*/
    .products,
    .products.min_m
    {
        margin-bottom: 80px;
    }


    .products .block_head
    {
        margin-bottom: 40px;
    }


    .products .row
    {
        --products_count: 3;
    }

    .products .row > *, #search_page .products .row > *
    {
        width: 33.333%;
    }

    .content_flex:not(.hide) .products .row > *
    {
        width: 50%;
    }

    .products .banner
    {
        width: 66.666%;
    }

    .content_flex:not(.hide) .products .banner
    {
        width: 100%;
        padding-bottom: 75%;
    }


    .products .product
    {
        padding: 0 20px;
    }

    .products .product .name
    {
        font-size: 19px;
    }

    .products .product .buy_btn
    {
        display: flex;

        width: 224px;
        height: 48px;
        margin-top: 12px;
    }


    .products .product:hover
    {
        background: none;
        box-shadow: none;
    }


    .products .all_link
    {
        margin-top: 40px;
    }



    /*-----------------
        Action form
    -----------------*/
    .action_form
    {
        margin-bottom: 80px;
    }


    .action_form .data
    {
        width: 385px;
    }


    .action_form .block_title
    {
        font-size: 30px;
    }


    .action_form .form
    {
        width: calc(100% - 465px);
        margin-left: auto;
    }


    .action_form .bg
    {
        display: none;
    }



    /*---------------
        Subscribe
    ---------------*/
    .subscribe .agree
    {
        width: 440px;
        margin-top: 20px;
        margin-left: auto;
    }



    /*------------------
        Service head
    -------------------*/
    .service_head
    {
        min-height: 450px;
    }


    .service_head .logo
    {
        top: 40px;
    }

    .service_head .logo img
    {
        max-height: 44px;
    }

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

    .service_head .desc
    {
        font-size: 20px;

        margin-top: 20px;
    }



    /*------------
        Brands
    ------------*/
    .brands.margin
    {
        margin-bottom: 80px;
    }


    .brands .swiper
    {
        overflow: visible !important;
    }

    .brands .swiper-slide
    {
        width: 240px;
    }


    .brands .item
    {
        border-color: #646464;
    }

    .brands .item .links
    {
        opacity: 1;
        border-color: #646464;
    }



    /*--------------
        Services
    --------------*/
    .services .row > *
    {
        width: calc(33.333% - 24px);
    }



    /*-------------------
        Contacts info
    -------------------*/
    .contacts_info
    {
        margin-bottom: 80px;
    }


    .contacts_info .data
    {
        padding: 0 24px 50px;
    }

    .info_block + .contacts_info .data,
    .dots_head + .contacts_info .data
    {
        padding-top: 40px;
    }

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

    .contacts_info .desc
    {
        margin-bottom: 25px;
    }


    .contacts_info .phone,
    .contacts_info .time,
    .contacts_info .email,
    .contacts_info .location
    {
        font-size: 18px;
    }


    .contacts_info .phones
    {
        display: block;
    }

    .contacts_info .phone + .phone
    {
        margin-top: 10px;
    }


    .contacts_info .socials .btn
    {
        line-height: 20px;

        padding: 15px 19px;
    }


    .contacts_info .map
    {
        height: 450px;
    }



    /*---------------------
        Service centers
    ---------------------*/
    .service_centers
    {
        margin-bottom: 80px;
    }


    .service_centers .centers_filter > *
    {
        width: calc(33.333% - 24px);
    }


    .service_centers .row > *
    {
        width: calc(33.333% - 24px);
    }



    /*------------------------
        Service advantages
    ------------------------*/
    .service_advantages
    {
        margin-bottom: 80px;
    }


    .service_advantages .row > *
    {
        width: calc(33.333% - 24px);
    }



    /*-----------------
        About block
    -----------------*/
    .about_block
    {
        margin-bottom: 80px;
    }



    /*------------------
        Product info
    ------------------*/
    .product_info .images
    {
        width: calc(100% - 600px);
        max-width: calc(100% - 600px);
        padding: 0;
    }


    .product_info .images .big .swiper
    {
        padding-bottom: 40px;
    }

    .product_info .images .big .swiper-slide a
    {
        height: 550px;
    }

    .product_info .images .big .swiper-pagination
    {
        display: flex;
    }


    .product_info .images .thumbs
    {
        display: none;
    }


    .product_info .data
    {
        width: 550px;
    }


    .product_info .brand
    {
        margin-bottom: 20px;
    }


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


    .product_info .consult_btn
    {
        height: 30px;
    }


    /*------------------------
        Fixed product info
    ------------------------*/
    .fixed_product_info
    {
        display: none !important;
    }



    /*------------------
        Product data
    ------------------*/
    .product_data
    {
        margin-bottom: 80px;
    }


    .product_data .features .label
    {
        width: 205px;
    }


    .product_data .peculiarities .info
    {
        max-width: calc(50% - 40px);
    }

    .product_data .peculiarities .title
    {
        font-size: 32px;

        margin-bottom: 20px;
    }


    .product_data .video_link .btn
    {
        width: 200px;
        height: 60px;
    }



    /*----------------
        Advantages
    ----------------*/
    .advantages
    {
        margin-bottom: 80px;
    }


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


    .advantages .item .icon
    {
        width: 60px;
        height: 60px;
    }

    .advantages .item .icon + *
    {
        width: calc(100% - 85px);
    }



    /*------------------
        Article info
    ------------------*/
    .article_info
    {
        margin-bottom: 80px;
    }


    .article_info .title
    {
        font-size: 30px;

        margin-bottom: 20px;
    }



    /*----------------------
        Promo collection
    ----------------------*/
    .promo_collection
    {
        margin-bottom: 80px;
    }


    .promo_collection .promo_products
    {
        padding: 0 40px;
    }


    .promo_collection .collection .details
    {
        padding: 22px 24px;
    }



    /*-------------------
        Brands slider
    -------------------*/
    .brands_slider
    {
        margin-bottom: 80px;
    }


    .brands_slider .cont
    {
        min-height: 550px;
        padding-top: 60px;
        padding-bottom: 80px;
    }


    .brands_slider .data
    {
        width: 480px;
    }


    .brands_slider .logo
    {
        margin-bottom: 40px;
    }

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

    .brands_slider .desc
    {
        margin-top: 20px;
    }

    .brands_slider .link
    {
        margin-top: 25px;
    }



    /*-----------
        Types
    -----------*/
    .types .item
    {
        font-size: 18px;
    }

    .types .item .thumb
    {
        margin-bottom: 25px;
    }



    /*------------
        Stocks
    ------------*/
    .stocks .data
    {
        width: calc(100% - 340px);
        padding: 80px 24px;
    }


    .stocks .data .thumb
    {
        width: 320px;
        padding: 0 40px;
    }

    .stocks .data .thumb + *
    {
        width: calc(100% - 320px);
    }

    .stocks .data .thumb + *:after
    {
        display: none;
    }


    .stocks .data .name
    {
        font-size: 30px;
    }


    .stocks .gift
    {
        width: 340px;
        padding: 80px 40px;
    }



    /*-----------------------
        Brand collections
    -----------------------*/
    .brand_collections .row > *
    {
        width: calc(25% - 24px);
    }



    /*--------------
        Articles
    --------------*/
    .articles
    {
        margin-bottom: 80px;
    }


    .articles .article .thumb
    {
        margin-bottom: 25px;
    }



    .articles .article .info
    {
        padding-left: 28px;
    }


    .articles .article .desc
    {
        font-size: 20px;
    }


    .articles .article .link
    {
        margin-top: 20px;
    }



    /*------------------
        Promo brands
    ------------------*/
    .promo_brands
    {
        margin-bottom: 80px;
    }


    .promo_brands .image
    {
        padding-bottom: 102%;
    }


    .promo_brands .swiper-horizontal > .swiper-pagination-bullets,
    .promo_brands .swiper-pagination-bullets.swiper-pagination-horizontal,
    .promo_brands .swiper-pagination-custom,
    .promo_brands .swiper-pagination-fraction
    {
        bottom: 30px;
        left: 24px;

        width: auto;
    }


    .promo_brands .data
    {
        padding: 0 24px 80px 40px;
    }


    .promo_brands .title
    {
        font-size: 35px;

        margin-bottom: 20px;
    }


    .promo_brands .data .link
    {
        margin-top: 30px;
    }



    /*-------------
        History
    -------------*/
    .history
    {
        padding: 80px 0;
    }



    /*----------------------
        Brand advantages
    ----------------------*/
    .brand_advantages
    {
        margin-bottom: 80px;
    }



    /*-------------------
        Find boutique
    -------------------*/
    .find_boutique .title
    {
        font-size: 36px;
    }

    .find_boutique .desc
    {
        font-size: 20px;
    }



    /*----------
        News
    ----------*/
    .news .all_link
    {
        margin-top: 40px;
    }



    /*---------------
        Cart info
    ---------------*/
    .cart_info
    {
        margin-bottom: 70px;

        --sidebar_width: 370px;
    }


    .cart_info .content
    {
        width: 100%;
    }


    .cart_info aside
    {
        max-width: 100%;
        margin-top: 30px;
        margin-left: auto;
    }


    .cart_info .product
    {
        padding: 29px 19px;
    }


    .cart_info .product .thumb
    {
        width: 140px;
        margin-right: 20px;
    }

    .cart_info .product .thumb + *
    {
        width: calc(100% - 640px);
    }


    .cart_info .product .btns
    {
        width: 75px;
    }

    .cart_info .product .delete_btn
    {
        margin-left: 15px;
    }



    /*-------------
        LK info
    -------------*/
    .lk_info
    {
        margin-bottom: 80px;
    }


    .lk_info .discounts > *
    {
        padding: 11px 21px;
    }


    .lk_info .discounts .val
    {
        font-size: 28px;

        margin-top: 8px;
    }


    .lk_info .personal .form
    {
        width: 100%;
    }


    .lk_info .personal .btns
    {
        width: calc(33.333% - 20px);
        margin-top: 25px;
        padding: 0;
    }

    .lk_info .personal .btns > * + *
    {
        margin-top: 10px;
    }



    /*-------------------
        Products head
    -------------------*/
    .products_head
    {
        margin-bottom: 30px;
    }


    .products_head .filter_btn
    {
        margin-bottom: 20px;
    }


    .products_head .sort
    {
        width: 100%;
    }



    /*---------------
        Dots head
    ---------------*/
    .dots_head
    {
        min-height: 450px;
    }


    .dots_head .title
    {
        font-size: 36px;

        margin-top: 20px;
    }


    .dots_head .desc
    {
        margin-top: 30px;
    }



    /*-----------------
        Points sale
    -----------------*/
    .points_sale
    {
        margin-bottom: 80px;
    }


    .points_sale .points_filter > *
    {
        width: calc(33.333% - 24px);
    }


    .points_sale .row > *
    {
        width: calc(33.333% - 24px);
    }



    /*----------------
        Info block
    ----------------*/
    .info_block.margin
    {
        margin-bottom: 80px;
    }


    .info_block .data
    {
        padding: 50px 24px;
    }

    .info_block .swiper-slide .data
    {
        padding: 24px 24px 90px;
    }


    .info_block .image .link a
    {
        padding: 20px 24px;
    }



    /*-----------------
        Info slider
    -----------------*/
    .info_slider .cont
    {
        min-height: 500px;
    }


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

    .info_slider .sub_title
    {
        font-size: 20px;
    }

    .info_slider .desc
    {
        margin-top: 30px;
    }


    .info_slider .swiper-horizontal > .swiper-pagination-bullets,
    .info_slider .swiper-pagination-bullets.swiper-pagination-horizontal,
    .info_slider .swiper-pagination-custom,
    .info_slider .swiper-pagination-fraction
    {
        bottom: 30px;
    }



    /*---------
        FAQ
    ---------*/
    .faq
    {
        margin-bottom: 80px;
    }


    .faq .block_title
    {
        font-size: 26px;

        margin-bottom: 30px;
    }



    /*------------
        Footer
    ------------*/
    footer .col_left
    {
        width: 100%;
        padding-right: 0;
    }


    footer .col_right
    {
        width: 100%;
        padding: 0 0 50px;

        border: none;
    }


    footer .phones
    {
        display: flex;
    }

    footer .phone + .phone
    {
        margin-top: 0;
    }


    footer .creator
    {
        width: 260px;
    }



    /*-----------
        PopUp
    -----------*/
}
