@media (max-width: 479px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --font_size_title: 23px;
    }



    /*------------
        Header
    ------------*/
    .mob_header
    {
        padding-bottom: 12px;
    }


    .mob_header .phone
    {
        font-size: 16px;
        line-height: 24px;
    }


    .mob_header .mob_sep
    {
        display: block;
    }


    .mob_header .links
    {
        width: 75%;
        margin: 0;

        justify-content: space-between;
    }

    .mob_header .links > *
    {
        width: 33.333%;
    }

    .mob_header .links > * + *
    {
        margin: 0;
    }

    .mob_header .links a,
    .mob_header .links button
    {
        width: 100%;

        justify-content: center;
    }


    .mob_header .mob_menu_btn
    {
        width: 25%;
        margin: 0;
    }

    .mob_header .mob_menu_btn span
    {
        width: 30px;
        margin-right: auto;
        margin-left: auto;
    }



    /*-------------
        Sidebar
    -------------*/



    /*---------------
        Page head
    ---------------*/
    .page_head
    {
        margin-bottom: 25px;
    }


    .page_title
    {
        line-height: 28px;
    }



    /*----------------
        Block head
    ----------------*/
    .block_head .title
    {
        line-height: 28px;
    }



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

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



    /*----------------
        Typography
    ----------------*/
    .text_block h2
    {
        font-size: 22px;
        line-height: 28px;
    }

    .text_block h3
    {
        font-size: 20px;
        line-height: 26px;
    }

    .text_block h4
    {
        font-size: 18px;
        line-height: 24px;
    }


    .text_block blockquote,
    .text_block q
    {
        padding: 20px;
    }



    /*-----------------
        Main slider
    -----------------*/
    .main_slider .slide .row
    {
        min-height: 400px;
    }

    .main_slider .slide .title
    {
        font-size: 28px;
        line-height: 32px;
    }



    /*---------------
        Cats wall
    ---------------*/
    .cats_wall .cat .name
    {
        font-size: 15px;
        line-height: 21px;
    }



    /*---------------
        Cats list
    ---------------*/
    .cats_list .cat.bg .info,
    .cats_list .cat .info.bg,
    .cats_list .cat .info.bg2
    {
        padding: 25px;
    }

    .cats_list .cat .name
    {
        line-height: 28px;
    }



    /*---------------
        Subscribe
    ---------------*/
    .subscribe .data
    {
        padding: 25px;
    }

    .subscribe .block_title
    {
        font-size: 17px;
        line-height: 23px;
    }

    .subscribe .form .icon
    {
        margin-bottom: 10px;
    }

    .subscribe .call
    {
        line-height: 20px;

        margin-top: 35px;
    }

    .subscribe .phone
    {
        font-size: 18px;
        line-height: 26px;
    }



    /*-----------------
        Action form
    -----------------*/
    .action_form .data
    {
        padding: 25px;
    }

    .action_form .block_title
    {
        font-size: 17px;
        line-height: 23px;
    }



    /*--------------
        Products
    --------------*/
    .products .row
    {
        margin-bottom: -35px;
    }

    .products .row > *
    {
        margin-bottom: 35px;
    }


    .products .product .stickers
    {
        font-size: 8px;
    }

    .products .product .stickers > *
    {
        padding: 0 10px;
    }

    .products .product .price
    {
        font-size: 13px;
    }

    .products .product .price .old
    {
        margin-left: 10px;
    }



    /*---------------
        Cart info
    ---------------*/
    .cart_info table tr
    {
        min-height: 0;
        padding: 0;
    }

    .cart_info table td.thumb,
    .cart_info table tr + tr td.thumb
    {
        position: relative;
        top: 0;

        margin: 0 auto 15px;
    }

    .cart_info table td.info
    {
        width: 100%;

        text-align: center;
    }

    .cart_info table td.price,
    .cart_info table td.amount,
    .cart_info table td.price:before,
    .cart_info table td.amount:before
    {
        text-align: center;
    }

    .cart_info table td.amount .box
    {
        justify-content: center;
    }


    .cart_info .bottom .total
    {
        font-size: 18px;
        line-height: 28px;
    }



    /*-------------
        LK info
    -------------*/
    .lk_info .btns > *
    {
        width: calc(100% - 20px);
    }



    /*----------------
        LK history
    ----------------*/
    .lk_history .head .col_number,
    .lk_history .head .col_date,
    .lk_history .head .col_status,
    .lk_history .head .col_payment,
    .lk_history .head .col_price
    {
        width: 50%;
    }


    .lk_history .cart_info table td.amount span
    {
        width: 100%;
    }



    /*------------------
        Product info
    ------------------*/
    .product_info .images .big .img
    {
        height: 340px;
    }

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


    .product_info .care,
    .product_info .share
    {
        width: 100%;
        margin-top: 20px;
    }

    .product_info .care + .share
    {
        margin-left: 0;
    }


    .product_info .buy .price
    {
        width: 100%;
    }

    .product_info .buy .favorite_btn
    {
        margin-top: 10px;
        margin-left: 0;
    }


    .product_info .buy .buy_btn,
    .product_info .buy .quike_buy_btn
    {
        height: 42px;
        padding: 0 13px;
    }

    .product_info .buy .quike_buy_btn
    {
        margin-left: 12px;
    }


    .product_info .description .features .name
    {
        width: 100px;
    }

    .product_info .description .features .val
    {
        width: calc(100% - 100px);
    }


    .product_info .payment .features .name
    {
        width: 115px;
    }

    .product_info .payment .features .val
    {
        width: calc(100% - 115px);
    }



    /*----------------
        Pagination
    ----------------*/
    .pagination
    {
        line-height: 35px;

        margin-top: 35px;
    }

    .pagination a
    {
        font-size: 13px;

        width: 35px;
        height: 35px;
        margin: 0 4px;
    }



    /*------------
        Footer
    ------------*/
    footer .bottom
    {
        line-height: 16px;
    }


    footer .privacy_policy,
    footer .creator
    {
        margin-top: 10px;
    }



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