@media (max-width: 479px)
{
    /*---------------
        Main styles
    ---------------*/
    .block_title
    {
        font-size: 25px;
        line-height: 29px;

        margin-bottom: 25px;
    }


    .page_title
    {
        font-size: 25px;
        line-height: 28px;
    }



    /*---------------
        Header
    ---------------*/
    header .logo a,
    header .logo img
    {
        margin-left: 0;
    }


    header .feedback_link
    {
        margin-right: 0;
        margin-left: 0;
    }


    header .mob_menu_link
    {
        position: absolute;
        z-index: 1000;
        top: 0;
        right: 0;

        margin: 0;
    }


    header .cart_link
    {
        width: 100%;
        margin-top: 15px;

        text-align: center;
    }



    /*---------------
        Sidebar
    ---------------*/
    aside .filter .name
    {
        position: relative;
    }

    aside .filter .tooltip1
    {
        position: static;
    }

    aside .filter .tooltip1 .text
    {
        top: 100%;
        left: 0;

        width: 100%;

        transform: none;
    }



    /*---------------
        Main section
    ---------------*/
    .articles .item
    {
        width: calc(100% - 15px);
    }



    .products .block_title
    {
        padding: 0;
    }

    .products .grid .product,
    .content .products .grid .product
    {
        width: calc(100% - 20px);
    }

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

    .products .owl-carousel .owl-nav
    {
        top: -37px;
    }



    .banner a
    {
        height: auto;
        padding-top: 155px;
        padding-left: 20px;

        text-align: center;
    }

    .banner a .logo
    {
        left: 15px;
    }

    .banner a .title
    {
        font-size: 18px;
        line-height: 22px;
    }

    .banner a .contacts .sep
    {
        margin: 0 4px;
    }



    .text_block h1,
    .text_block .title
    {
        font-size: 25px;
        line-height: 28px;
    }

    .text_block .message
    {
        padding-left: 50px;
    }

    .text_block .message:before
    {
        width: 35px;
    }



    .form .lines .line
    {
        width: calc(100% - 20px);
    }



    .cart_info table td.image
    {
        width: 100%;
        padding-right: 60px;
        padding-bottom: 0;
        padding-left: 60px;
    }

    .cart_info table td.info
    {
        width: 100%;
        padding-right: 15px;

        text-align: center;
    }

    .cart_info table td.price,
    .cart_info table td.discount
    {
        width: calc((100% - 132px)/2);
        padding-top: 20px;
    }

    .cart_info table td.price.total
    {
        line-height: normal;

        width: 100%;
        min-height: 0;

        text-align: center;

        justify-content: center;
    }

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


    .cart_info .bottom .links a.continue_link
    {
        display: none;
    }

    .cart_info .bottom .links a + a
    {
        margin-left: 0;
    }

    .cart_info .bottom .cart_total
    {
        padding-top: 0;
    }



    .checkout .step
    {
        margin-top: 40px;
        padding: 20px;
    }

    .checkout .head
    {
        margin-bottom: 20px;
    }

    .checkout .form .lines
    {
        margin-left: -15px;
    }

    .checkout .form .lines .line
    {
        width: calc(33.333% - 15px);
        margin-left: 15px;
    }

    .checkout .form .lines .line.middle
    {
        width: calc(50% - 15px);
        margin-left: 15px;
    }

    .checkout .form .lines .line.big
    {
        width: calc(66.666% - 15px);
        margin-left: 15px;
    }



    .sorting .item .name
    {
        width: 95px;
    }

    .sorting .sort .nice-select
    {
        max-width: calc(100% - 99px);
    }



    .lk .personal .personal_info .item
    {
        width: calc(100% - 45px);

        text-align: center;
    }

    .lk .personal .links a
    {
        width: 100%;
    }

    .lk .personal .links a + a
    {
        margin-left: 0;
    }

    .lk_history .number_col,
    .lk_history .date_col,
    .lk_history .status_col,
    .lk_history .price_col
    {
        width: 100%;
    }

    .lk_history .date_col,
    .lk_history .status_col,
    .lk_history .price_col
    {
        padding-top: 0;
    }



    .product_info .images .big .slide a
    {
        height: 445px;
        padding: 20px 20px 55px;
    }

    .product_info .images .thumbs
    {
        width: 290px;
        margin-left: -145px;
    }


    .product_info .data .features .name
    {
        width: 125px;
    }

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


    .product_info .data .buy .version .buy_link
    {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }

    .product_info .data .buy .version + .version
    {
        margin-top: 20px;
    }

    .product_info .data .buy .success
    {
        width: 100%;
    }


    .product_info .data .share .name
    {
        line-height: normal;

        width: 100%;
        margin-bottom: 8px;
        padding: 0;
    }



    .faq .item .question
    {
        padding-left: 15px;
    }

    .faq .item .answer
    {
        padding: 15px;
    }



    .consult_block .form
    {
        padding: 20px 30px;
    }



    /*---------------
        Footer
    ---------------*/



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

    .modal_title
    {
        font-size: 20px;
        line-height: 26px;

        margin-bottom: 20px;
    }

    .modal_desc
    {
        font-size: 16px;
        line-height: 20px;

        margin-top: -10px;
    }


    .fancybox-close-small
    {
        width: 44px;
        height: 44px;
    }


    #success_cart .version .line + .line
    {
        justify-content: center;
    }

    #success_cart .version .amount
    {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    #success_cart .version .amount:empty
    {
        margin-bottom: 0;
    }

    #success_cart .version .buy_link
    {
        font-size: 14px;

        width: 115px;
        margin-right: 15px;
    }

    #success_cart .success:after
    {
        left: 25%;
    }
}
