@media (max-width: 767px)
{
    /*---------------
	    Main styles
	---------------*/
    .page_title
    {
        font-size: 26px;

        margin-bottom: 25px;
    }



    /*---------------
		Header
	---------------*/
    header .top .cont
    {
        flex-wrap: wrap;
    }

    header .search
    {
        margin-top: 10px;
        order: 3;
    }


    header .socials
    {
        display: none;
    }

    header div#ys-title-search {
        padding-top: 15px !important;
    }

    header .mob_menu_link {
        margin-left: 0px;
    }

    header .compare-wrapper {
        right: 15px;
    }

    /*---------------
		Sidebar
	---------------*/
    aside .block_title
    {
        font-size: 20px;
    }

    aside .subscribe
    {
        padding: 15px;
    }


    aside .articles .block_title,
    aside .articles .all_link
    {
        margin-bottom: 10px;
    }



    /*---------------
		Main section
	---------------*/
    .main_slider
    {
        width: 100%;
        margin-bottom: 15px;
    }



    .content .sale_link
    {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .content .sale_link .percent
    {
        font-size: 100px;
        line-height: 100px;

        display: inline-block;

        vertical-align: middle;
    }

    .content .sale_link .name
    {
        display: inline-block;

        margin-top: 0;
        margin-left: 16px;

        vertical-align: middle;
    }



    .cats_wall
    {
        /*display: none;*/
        margin-bottom: 30px;
        padding: 25px 20px 5px;
    }

    .cats_wall2
    {
        display: block;
    }

    .cats_wall .title
    {
        font-size: 26px;
    }

    .cats_wall .item_wrap
    {
        margin-bottom: 25px;
    }

    .cats_wall .item .main
    {
        font-size: 13px;
    }

    .cats_wall .item .main .icon
    {
        width: 100%;
        height: 120px;
        margin-bottom: 10px;
    }

    .cats_wall .item .main .name
    {
        width: 100%;
        padding: 0;

        text-align: center;
    }



    .cats_wall2 .item_wrap
    {
        margin-bottom: 15px;
    }

    .cats_wall2 .item .main
    {
        height: 100%;
        padding: 15px;
    }



    .about_block
    {
        width: calc(100% + 30px);
        margin: 0 -15px;
        padding: 30px 15px;
    }

    .about_block .text_block img
    {
        display: none;
    }


    .text_block .block_title,
    .text_block h1
    {
        font-size: 26px;
    }



    .order_block,
    .order_block.mini
    {
        margin: 0;
        padding: 40px 0;
    }

    .order_block .info
    {
        font-size: 16px;
    }

    .order_block .info .title
    {
        font-size: 26px;
    }

    .order_block .info
    {
        float: none;

        width: 100%;
        margin-bottom: 30px;

        text-align: center;
    }

    .order_block .form
    {
        float: none;

        margin: 0 auto;
    }



    .products .product .quike_buy
    {
        display: block;
    }



    .article_info
    {
        padding-bottom: 30px;
    }



    .articles_list
    {
        margin-bottom: 30px;
    }

    .articles_list .item .thumb
    {
        width: 100%;
    }

    .articles_list .item .info
    {
        width: 100%;
        padding: 15px 20px;

        border: 1px solid #d9d9d9;
        border-top: none;
    }

    .articles_list .item .details
    {
        position: relative;
        top: 0;
        left: 0;

        margin-top: 15px;
    }



    .pagination
    {
        margin-bottom: 25px;
    }

    .pagination .prev,
    .pagination .next
    {
        display: none;
    }



    .calc_info .form .total_weight
    {
        font-size: 26px;

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



    .cart_info table thead
    {
        display: none;
    }


    .cart_info table tbody tr
    {
        position: relative;

        display: block;
        overflow: hidden;

        width: 100%;

        border: 1px solid #e5e5e5;
    }

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

    .cart_info table tbody td,
    .cart_info table tr + tr td
    {
        position: relative;

        display: block;
        float: left;

        padding: 15px;

        border: none;
    }

    .cart_info table td:first-child,
    .cart_info table td:last-child
    {
        border: none;
    }

    .cart_info table td.image
    {
        width: 100px;
    }

    .cart_info table td.info
    {
        width: calc(100% - 130px);
        padding-left: 15px;
    }

    .cart_info table td:before
    {
        color: #000;
        font: 12px/14px Raleway;

        position: absolute;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        height: 20px;
        padding: 0 15px;

        content: attr(data-column);
        text-align: left;
        white-space: nowrap;
        letter-spacing: 0;
        text-transform: none;

        opacity: .4;
    }

    .cart_info table td.price,
    .cart_info table td.amount
    {
        width: calc((100% - 150px) / 3);

        text-align: left;
    }

    .cart_info table td.price
    {
        font-size: 22px;
    }

    .cart_info table td.amount .box
    {
        margin: 4px 0;
    }

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

        padding: 0;
    }


    .cart_info table tfoot td
    {
        font-size: 22px;
    }



    .checkout
    {
        margin-bottom: 40px;
        padding: 25px 20px;
    }

    .checkout .form .col.left,
    .checkout .form .col.right
    {
        width: 100%;
    }

    .checkout .form .line
    {
        margin-bottom: 15px;
    }


    .checkout .delivery_method .item,
    .checkout .payment_method .item
    {
        margin-bottom: 15px;
    }

    .checkout .form .label_content .captcha + .input,
    .checkout .form .captcha
    {
        width: 100%;
        margin-left: 0;
    }



    .content .bottom_text
    {
        padding-bottom: 0;
    }


    .products
    {
        margin-bottom: 20px;
    }

    .products .item_wrap
    {
        width: 50%;
    }
    .product_info .data {
        margin-bottom: 100px;
    }
    .product_info .data .info .information .item .icon.payment {
        top: 40px;
        left: 0;
    }



    .contacts_info
    {
        margin-bottom: 40px;
    }

    .contacts_info .item .info
    {
        width: 100%;

        border-right: none;
    }

    .contacts_info .item .map
    {
        width: 100%;
        height: 200px;
    }



    .jobs > .item .features .item
    {
        width: 50%;
    }

    .jobs > .item .features .item:nth-child(3),
    .jobs > .item .features .item:nth-child(4)
    {
        padding-top: 0;
    }



    .price_lists
    {
        padding-bottom: 10px;
    }

    .price_lists .btns a
    {
        line-height: 52px;

        width: 100%;
        height: 50px;

        text-align: center;
    }

    .price_lists .btns a + a
    {
        margin-left: 0;
    }

    .price_lists .links
    {
                column-count: 1;
        -webkit-column-count: 1;
           -moz-column-count: 1;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }



    .products .block_title.big
    {
        font-size: 26px;
    }



    .content .search form
    {
        width: 100%;
        padding: 0;
    }

    .content .search .count
    {
        font-size: 16px;
        line-height: 22px;

        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }



    .text_block .dark_link
    {
        line-height: 52px;

        width: 100%;
        height: 50px;
        margin-bottom: 10px;

        text-align: center;
    }

    .text_block .dark_link + .dark_link
    {
        margin-left: 0;
    }



    /*---------------
		Footer
	---------------*/
    footer
    {
        padding-bottom: 30px;
    }

    footer > .cont > .col {
        display: inline-block;
        max-width: 45%;
    }

    footer .col.center
    {
        width: calc(100% - 180px);
    }



    footer .col.center .col.left:first-child,
    footer .col.center .col.left:first-child + .col.right
    {
        display: none;
    }

    footer .col.center .adres
    {
        margin-top: 0;
    }


    footer .col.center .col.left,
    footer .col.center .col.right
    {
        width: 100%;
        margin-bottom: 17px;
    }

    footer .time
    {
        width: 100%;
        margin-top: 0;
    }

    footer .callback_link
    {
        margin-top: 12px;
        margin-left: 0;
    }



    /*---------------
		PopUp
	---------------*/
    #success_cart
    {
        padding: 20px;
    }


    .modal_title
    {
        font-size: 22px;
    }


    .modal .product .name
    {
        padding: 0 15px;
    }

    .modal .product .amount
    {
        padding-right: 0;
        padding-left: 15px;
    }


    .modal .more
    {
        padding-left: 100px;
    }
}
