@media (max-width: 767px)
{
    /*---------------
        Main styles
    ---------------*/
    .text_block h1,
    .text_block > .title
    {
        font-size: 26px;

        margin-bottom: 30px;
    }

    .text_block h2
    {
        font-size: 22px;
    }

    .text_block * + h2
    {
        margin-top: 30px;
    }

    .text_block h3
    {
        font-size: 18px;
    }

    .text_block * + h3
    {
        margin-top: 30px;
    }

    .text_block h4
    {
        font-size: 16px;
    }

    .text_block * + h4
    {
        margin-top: 30px;
    }

    .text_block h5
    {
        font-size: 14px;
    }

    .text_block * + h5
    {
        margin-top: 30px;
    }

    .text_block h6
    {
        font-size: 14px;
    }

    .text_block * + h6
    {
        margin-top: 30px;
    }

    .text_block .cols
    {
        margin-left: 0;
    }

    .text_block .cols .col
    {
        width: 100%;
        margin-left: 0;
    }

    .text_block .cols .col.width3
    {
        width: 100%;
    }

    .text_block ol
    {
        margin-left: 0;
    }

    .text_block img.left
    {
        float: none;

        width: auto;
        margin-right: 0;
    }

    .text_block img.right
    {
        float: none;

        width: auto;
        margin-left: 0;
    }


    .buttonUp
    {
        right: 10px;
        bottom: 10px;
    }

    .buttonUp button
    {
        width: 40px;
        height: 40px;

        border-width: 3px;
    }


    .block_head .title
    {
        font-size: 26px;
    }

    .page_title
    {
        font-size: 26px;

        margin-bottom: 15px;
    }


    .breadcrumbs .sep
    {
        width: 10px;
        margin: 0 4px;
    }


    /*---------------
        Header
    ---------------*/
    .mob_header.fixed
    {
        position: relative;

        -webkit-animation: none;
                animation: none;
    }

    .mob_header .favorite
    {
        display: none;
    }

    .mob_header .mob_menu_link
    {
        margin-left: 0;
    }


    /*---------------
        Sidebar
    ---------------*/



    /*---------------
        Main section
    ---------------*/
    .main_slider .slide .name
    {
        font-size: 35px;
    }

    .main_slider .slide .desc
    {
        font-size: 20px;
    }


    .main_slider .slide .cont
    {
        height: 380px;
    }


    .collections .grid
    {
        margin: 10px 0 0 -10px;
    }

    .collections .collection
    {
        width: calc(33.333% - 10px);
        margin: 10px 0 0 10px;
    }


    .products .slider
    {
        margin-top: 25px;
    }

    .products .slider .owl-stage-outer
    {
        overflow: hidden;
    }

    .products .product
    {
        padding: 20px 0;
    }

    .products .product:hover
    {
        box-shadow: none;
    }


    .products .grid
    {
        margin: 10px 0 0 -10px;

        --products_count: 3;
    }

    .products .grid .product
    {
        width: calc(33.333% - 10px);
        margin: 10px 0 0 10px;
    }


    .news .slider
    {
        margin-top: 25px;
        padding-bottom: 30px;
    }

    .news .owl-carousel .owl-nav button
    {
        display: none;
    }

    .news .owl-dots
    {
        display: flex;
    }

    .news .slide .name
    {
        font-size: 20px;
    }



    .contacts .cols
    {
        margin-top: 40px;
    }


    .contacts .link a
    {
        width: 100%;

        text-align: center;
    }

    .contacts .link a span
    {
        padding: 0 13px 0 70px;
    }

    .contacts .contact
    {
        margin-top: 30px;
    }

    .contacts .contact .line.flex
    {
        margin-left: -25px;
    }

    .contacts .contact .metro
    {
        margin-left: 25px;
    }

    .contacts .contact .metro:before
    {
        top: 3px;
    }


    .section_form
    {
        padding: 60px 0;
    }


    .slider_text
    {
        padding-right: 0;
        padding-left: 0;
    }

    .slider_text.owl-carousel .owl-nav button
    {
        display: none;
    }

    .slider_text .owl-dots
    {
        bottom: 20px;

        display: flex;
    }


    .video
    {
        margin-top: 40px;
    }

    .product_info .name
    {
        font-size: 26px;
    }


    .product_info .top .box
    {
        width: 100%;
        max-width: none;
        margin-top: 10px;

        order: 2;
    }


    .features
    {
        font-size: 14px;
    }


    .product_info .get_offer
    {
        font-size: 12px;
    }

    .product_info .find_salon
    {
        font-size: 12px;
    }


    .filter .box_choice
    {
        width: 100%;
    }

    .filter .box_btn
    {
        width: 100%;
    }

    .filter .modal_cont
    {
        width: 100%;
    }


    .section_form.marg
    {
        margin-top: 60px;
    }
    /*---------------
        Footer
    ---------------*/
    footer .info
    {
        padding: 40px 0;
    }

    footer .col_l
    {
        width: 100%;
        margin-bottom: 20px;

        text-align: center;
    }

    footer .desc
    {
        max-width: none;
    }

    footer .col_c
    {
        width: 100%;
    }

    footer .lists
    {
        width: 100%;
        margin-bottom: 30px;
    }

    footer .list
    {
        width: calc(50% - 30px);
    }

    footer .list a
    {
        width: 100%;

        text-align: center;
    }

    footer .col_socials
    {
        width: 100%;
    }

    footer .title
    {
        text-align: center;
    }
    /*---------------
        PopUp
    ---------------*/
    .modal
    {
        width: 470px;
        padding-right: 18px;
        padding-left: 18px;
    }

    .title_modal
    {
        font-size: 26px;

        margin-bottom: 30px;
    }

    .modal .form .cols .col
    {
        width: 100%;
    }
	
		
	
	.item_wrap {
		float:none;
		width: 100%;
		padding: 10px;
	}
}
