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


    .block
    {
        margin-bottom: 70px;
    }




	.products .product .swiper-horizontal > .swiper-pagination-bullets,
	.products .product .swiper-pagination-bullets.swiper-pagination-horizontal,
	.products .product .swiper-pagination-custom,
	.products .product .swiper-pagination-fraction
	{
		height: unset;
		padding: 0 20px;
		bottom: 1px;
	}

	.products .product .swiper-pagination-bullet
	{
		border-bottom: unset;
		border-radius: 0;
		opacity: 0.3;
		
		height: 2px;
		background: #888888;
	}
	
	
	.products .product .swiper-pagination {
		display: flex;
	}
	
	
	.products .product .swiper-pagination-bullet.active {
		opacity: 1;
	}





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

	
    /*-----------------
        City choose
    -----------------*/
    .city_choose
    {
        position: relative;
        left: 0;

        justify-content: center;

        width: 100%;

        background: linear-gradient(0deg, rgba(0, 0, 0, .64) 0%, rgba(0, 0, 0, .64) 100%), #848791;
    }


    .city_choose .dropdown
    {
        width: 100%;
    }


    .city_choose .dropdown .btns .btn.modal_btn
    {
        display: none;
    }


    .city_choose .dropdown .btns .btn.mob_btn
    {
        display: block;
    }


    /*----------------
        Pagination
    ----------------*/
    .pagination .links > * + *
    {
        margin-left: 0;
    }



    /*-----------------
        Mob. header
    -----------------*/
    .mob_header .search .mini_modal,
    .mob_header .search .mini_modal.active
    {
        width: 175px;
    }



    /*---------------
        Page head
    ---------------*/
    .page_head
    {
        padding-top: 20px;
    }


    .page_desc
    {
        font-size: 22px;
    }


    .page_head .text
    {
        margin-top: 20px;
    }


    .breadcrumbs .sep
    {
        margin: 0 8px;
    }



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



    /*------------------
        Form elements
    ------------------*/
    .form .columns > *.width1of3
    {
        width: calc(50% - var(--form_columns_offset));
    }

    .form .columns > *.width2of3
    {
        width: calc(100% - var(--form_columns_offset));
    }



    /*----------------
        Typography
    ----------------*/
    .text_block h2
    {
        font-size: 26px;
    }

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

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


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


    .text_block .video_link .btn
    {
        height: 60px;
    }



    /*-----------------
        Main slider
    -----------------*/
    .main_slider .mob_img
    {
        display: block;
    }


    .main_slider .data
    {
        width: 100%;
    }


    .main_slider .cont
    {
        min-height: 0;
        padding: 24px 24px 68px;
    }


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


    .main_slider .product
    {
        width: 360px;
        margin-top: 25px;
        padding-top: 25px;
    }


    .main_slider .product > * + .link
    {
        margin-top: 16px;
    }


    .main_slider .bg
    {
        display: none;

        width: 100%;

        object-position: -30px 50%;
    }


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


    .main_slider .swiper-pagination-bullet
    {
        width: 15px;

        background: #d8d8d8;
    }

    .main_slider .swiper-pagination-bullet + .swiper-pagination-bullet
    {
        margin-left: 10px !important;
    }

    .main_slider .swiper-pagination-bullet:hover,
    .main_slider .swiper-pagination-bullet.active
    {
        background: #a8a8a8;
    }



    /*-----------------
        Collections
    -----------------*/
    .collections .collection
    {
        width: 100%;
        padding-bottom: 75%;
    }


    .collections .collection .info
    {
        width: 50%;
    }



    /*---------------------
        Promo guarantee
    ---------------------*/
    .promo_guarantee .data
    {
        width: 340px;
    }


    .promo_guarantee .brand
    {
        height: 90px;
    }


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



    /*-------------
        Gallery
    -------------*/
    .gallery .item
    {
        padding-bottom: 160px;
    }

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


    .gallery .grid
    {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery .item.big_h
    {
        grid-row: 3 / 5;
    }


    .gallery .swiper-button-prev
    {
        left: 0;

        margin-left: 15px;
    }

    .gallery .swiper-button-next
    {
        left: 0;

        margin-left: 70px;
    }



    /*-----------------
        Straps head
    -----------------*/
    .straps_head .title
    {
        font-size: 32px;
    }

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



    /*---------------
        Selection
    ---------------*/
    .selection .title
    {
        font-size: 28px;
    }



    /*-------------------
        Products head
    -------------------*/
    .products_head .mob_view
    {
        display: flex;
    }



    /*--------------
        Products
    --------------*/
    .products .block_head
    {
        margin-bottom: 30px;
    }


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

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

    .products .row.two .banner,
    .content_flex:not(.hide) .products .row.two .banner
    {
        width: 100%;
    }


    .products .row.two .product,
    .products_slider .product
    {
        padding: 0;

        flex: 1 0 auto;
    }

    .products .row.two .product .stickers,
    .products_slider .product .stickers
    {
        display: none;
    }

    .products .row.two .product .thumb,
    .products_slider .product .thumb
    {
        height: 280px;
        padding-top: 0;
    }

    .products .row.two .product .name,
    .products_slider .product .name
    {
        font-size: 16px;
    }

    .products .row.two .product .desc,
    .products .row.two .product .favorite_btn,
    .products .row.two .product .cart_btn,
    .products_slider .product .desc,
    .products_slider .product .favorite_btn,
    .products_slider .product .cart_btn
    {
       /* display: none; */
    }
	
	
	.products .product .cart_btn {
	  top: 0px;
	}

    .products .row.two .product .price,
    .products_slider .product .price
    {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .products .row.two .product .price .old,
    .products_slider .product .price .old
    {
        margin-left: 8px;
    }


    .products_slider .product .buy_btn,
    .products .product:hover .buy_btn
    {
        display: none;
    }


    .products .product .thumb
    {
        padding-top: 28px;
    }

    .products .product .stickers,
    .products .product .favorite_btn
    {
        top: 0;
    }


    .products .product .swiper-pagination-bullet
    {
        /* width: 20px; */
		    width: 100%;
			
    }

    .products .product .swiper-pagination-bullet + .swiper-pagination-bullet
    {
        margin-left: 10px !important;
    }



    .products .product .buy_btn
    {
        width: 188px;
        height: 40px;
        margin-top: auto;
    }

    .products .product .buy_btn .icon
    {
        display: none;
    }



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


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


    .action_form .form .title
    {
        font-size: 16px;

        margin-bottom: 10px;
    }



    /*---------
        FAQ
    ---------*/
    .faq .block_title
    {
        font-size: 24px;
    }



    /*---------------
        Subscribe
    ---------------*/
    .subscribe .arr
    {
        display: none;
    }


    .subscribe form
    {
        width: 100%;
        margin-top: 30px;
    }


    .subscribe .agree
    {
        width: 100%;
        margin-top: 15px;
    }



    /*------------------
        Service head
    -------------------*/
    .service_head
    {
        margin-bottom: 70px;
        padding-top: 100px;
    }


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

    .service_head .desc
    {
        font-size: 16px;
    }



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



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



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


    .contacts_info .data
    {
        padding: 40px 24px;
    }


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


    .contacts_info .desc
    {
        line-height: calc(100% + 10px);
    }


    .contacts_info .phones
    {
        display: block;
    }

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



    /*---------------------
        Service centers
    ---------------------*/
    .service_centers .row
    {
        margin-left: 0;
    }

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



    /*------------------------
        Service advantages
    ------------------------*/
    .service_advantages .row
    {
        margin-bottom: -24px;
        margin-left: 0;
    }

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



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



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


    .product_info .consult_btn
    {
        height: 30px;
    }


    .product_info .gift .product .name
    {
        font-size: 18px;
    }



    /*------------------
        Product data
    ------------------*/
    .product_data .item + .item
    {
        margin-top: 5px;
        padding-top: 5px;
    }


    .product_data .peculiarities .title
    {
        font-size: 28px;
    }


    .product_data .video_link .thumb
    {
        padding-bottom: 52%;
    }



    /*-------------------
        Advantages
    -------------------*/
    .advantages .row.inline > *
    {
        width: calc(50% - 24px);
    }


    .advantages .row.inline .item .icon
    {
        margin-bottom: 15px;
    }

    .advantages .row:not(.inline)
    {
        margin-left: 0;
    }

    .advantages .row:not(.inline) > *
    {
        width: 100%;
        margin-left: 0;
    }


    .advantages .row:not(.inline) .item .icon
    {
        width: 50px;
        height: 50px;
    }

    .advantages .row:not(.inline) .item .icon + *
    {
        width: calc(100% - 75px);
    }



    /*------------------
        Article info
    ------------------*/
    .article_info .title
    {
        font-size: 28px;
    }


    .video_block .video_link .thumb
    {
        padding-bottom: 52%;
    }

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



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


    .brands_slider .cont
    {
        min-height: 0;
        padding: 0;
    }


    .brands_slider .data
    {
        color: var(--text_color);

        width: 100%;
        padding: 24px 24px 68px;

        background: #f1f1f1;
    }


    .brands_slider .logo,
    .brands_slider .desc,
    .brands_slider .bg
    {
        display: none;
    }


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


    .brands_slider .mob_img
    {
        display: block;
    }


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


    .brands_slider .swiper-pagination-bullet
    {
        width: 20px;

        background: #d8d8d8;
    }

    .brands_slider .swiper-pagination-bullet + .swiper-pagination-bullet
    {
        margin-left: 20px !important;
    }

    .brands_slider .swiper-pagination-bullet:hover,
    .brands_slider .swiper-pagination-bullet.active
    {
        background: #a8a8a8;
    }



    /*------------
        Stocks
    ------------*/
    .stocks .data
    {
        padding: 40px 24px 80px;
    }


    .stocks .data .brand
    {
        width: 100%;
        height: 90px;
    }

    .stocks .data .brand img
    {
        margin-right: auto;
        margin-left: auto;
    }


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


    .stocks .gift
    {
        padding: 40px 24px;
    }

    .stocks .gift .thumb
    {
        width: 100%;
        height: 216px;
    }


    .stocks .swiper-pagination-bullet
    {
        width: 25px;
    }

    .stocks .swiper-pagination-bullet + .swiper-pagination-bullet
    {
        margin-left: 15px !important;
    }



    /*-----------------------
        Brand collections
    -----------------------*/
    .brand_collections .row
    {
        margin-bottom: -24px;
    }

    .brand_collections .row > *
    {
        width: calc(50% - 24px);
        margin-bottom: 24px;
    }


    .brand_collections .item .thumb
    {
        margin-bottom: 20px;
        padding-bottom: 150%;
    }



    /*--------------
        Articles
    --------------*/
    .articles .row > *
    {
        width: 100%;
    }



    /*-------------
        History
    -------------*/
    .history .data
    {
        width: 100%;
    }

    .history .data .thumb
    {
        width: 150px;
        height: 160px;
    }

    .history .data .thumb + *
    {
        width: calc(100% - 150px);
        padding: 16px;
    }



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


    .brand_advantages .row
    {
        margin-bottom: -24px;
        margin-left: 0;
    }

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



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

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


    .find_boutique .btns > *
    {
        width: 100%;
    }

    .find_boutique .btns > * + *
    {
        margin-top: 10px;
        margin-left: 0;
    }



    /*---------------
        Cart info
    ---------------*/
    .cart_info
    {
        --sidebar_width: 100%;
    }


    .cart_info .product
    {
        min-height: 0;
        padding: 23px;
    }


    .cart_info .product .thumb
    {
        position: relative;
        top: 0;
        left: 0;

        width: 100%;
        max-height: none;
        margin: 0 0 25px;
    }

    .cart_info .product .thumb + *
    {
        padding-right: 0;
    }


    .cart_info .product .name
    {
        font-size: 18px;
    }


    .cart_info .product .btns
    {
        top: 19px;
    }



    /*-------------------
        Checkout info
    -------------------*/
    .checkout_info .section
    {
        padding: 23px;
    }


    .checkout_info .methods
    {
        margin-bottom: -15px;
        margin-left: -30px;
    }

    .checkout_info .methods > *
    {
        margin-bottom: 15px;
        margin-left: 30px;
    }


    .checkout_info .method_info .row
    {
        margin-left: -30px;
    }

    .checkout_info .method_info .row > *
    {
        width: calc(100% - 30px);
        margin-left: 30px;
    }

    .checkout_info .method_info .row > *.mini
    {
        width: calc(50% - 30px);
    }


    .checkout_info .entity .info .columns > *.width1of3
    {
        width: calc(100% - var(--form_columns_offset));
    }



    /*-------------
        LK info
    -------------*/
    .lk_info .section
    {
        padding: 23px;
    }


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

        margin-top: 6px;
    }


    .lk_info .personal .columns > *.width1of3,
    .lk_info .personal .columns > *.width2of3
    {
        width: calc(100% - var(--form_columns_offset));
    }


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



    .lk_info .password
    {
        margin-bottom: 0;
        margin-left: 0;
    }

    .lk_info .password > *
    {
        width: 100%;
        margin-left: 0;
    }



    .lk_info .orders .titles
    {
        display: none;
    }


    .lk_info .orders .order .head
    {
        flex-wrap: wrap;
    }

    .lk_info .orders .order .head > *.col_date,
    .lk_info .orders .order .head > *.col_number
    {
        padding-bottom: 4px;
    }

    .lk_info .orders .order .head > *.col_status,
    .lk_info .orders .order .head > *.col_price
    {
        padding-top: 0;
    }


    .lk_info .orders .col_date,
    .lk_info .orders .col_number,
    .lk_info .orders .col_status,
    .lk_info .orders .col_price
    {
        width: 50%;
        min-width: 50%;
    }



    /*-----------------
        Points sale
    -----------------*/
    .points_sale .row
    {
        margin-left: 0;
    }

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



    /*----------------
        Info block
    ----------------*/
    .info_block .title
    {
        font-size: 28px;
    }



    /*-----------------
        Info slider
    -----------------*/
    .info_slider .cont
    {
        padding-bottom: 90px;
    }


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



    /*----------------------
        Promo collection
    ----------------------*/
    .promo_collection .swiper-button-prev
    {
        color: #fff;

        right: 72px;

        margin: 0;
    }

    .promo_collection .swiper-button-next
    {
        color: #fff;

        right: 16px;

        margin: 0;
    }


    .promo_collection .promo_products
    {
        width: 100%;
    }

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

    .promo_collection .promo_products .product
    {
        padding: 0;
    }

    .promo_collection .promo_products .product .stickers,
    .promo_collection .promo_products .product .favorite_btn,
    .promo_collection .promo_products .product .desc
    {
        display: none;
    }

    .promo_collection .promo_products .product .thumb
    {
        padding: 48px 0 40px !important;
    }


    .promo_collection .collection
    {
        width: 100%;
        padding-bottom: 75%;
    }

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



	/*---------------------
        Filter selected
    ---------------------*/
    .filter_selected .row
    {
        margin-bottom: 16px;
        margin-left: -8px;
    }

    .filter_selected .row > *
    {
        margin-bottom: 8px;
        margin-left: 8px;
    }


    .filter_selected .btn
    {
        font-size: 12px;

        padding-left: 12px;
    }

    .filter_selected .btn .icon
    {
        margin-left: 12px;
    }



    /*------------
        Footer
    ------------*/
    footer .col_left
    {
        padding-bottom: 20px;
    }


    footer .info .title
    {
        position: relative;

        cursor: pointer;
    }

    footer .info .title svg
    {
        display: block;
    }


    footer .links
    {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    footer .links .title
    {
        margin-bottom: 0;
    }

    footer .links .items
    {
        display: none;

        padding-top: 10px;
    }


    footer .privcy_policy_link
    {
        width: 100%;
        margin-top: 15px;
    }



    /*-----------
        PopUp
    -----------*/
    .modal
    {
        padding: 50px;
    }


    .modal .form .columns > *
    {
        width: calc(100% - var(--form_columns_offset));
    }

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

    .modal .form .buttom .agree
    {
        width: 100%;
        margin-top: 15px;
        margin-left: 0;
    }
	
	.main_slider
	{
		background: #f9f9f9;
	}
	
	
	.service_head .service_mobile_button, .straps_head .service_mobile_button {
		display: block;
	}

    .services .service .service_mobile_button{
        display: flex;
    }

    .services .service .service_desktop_button, .service_head .service_desktop_button, .straps_head .service_desktop_button {
		display: none;
	}
	
	
	.banner_text {
		font-size: 20px;
	}
	
	.top_slider.city_choose_fixed {
		top: 30px;
		max-height: 30px;
	}

	.mob_header.mob_header_top60 {
		margin-top: 60px;
	}
}
