@media (max-width: 479px)
{
    /*-------------------
        Global styles
    -------------------*/



    /*------------
        Header
    ------------*/



    /*----------------
        Block head
    ----------------*/
    .block_head .title
    {
        font-size: 30px;
        line-height: 34px;
    }



    /*------------
        Schema
    ------------*/
    .schema .step.step1:after
    {
        top: calc(100% + 15px);
        right: -30px;
    }



    /*-----------
        Stats
    -----------*/
    .stats .row > *
    {
        max-width: calc(100% - 30px);
    }



    /*----------------
        Price list
    ----------------*/
    .price_list .tariffs > * + *
    {
        border: none;
    }

    .price_list .tariffs .tafiff
    {
        width: 100%;
    }

    .price_list .tariffs .tafiff + .tafiff
    {
        margin-top: 25px;
    }



    /*--------------------
        Call to action
    --------------------*/
    .call_to_action .title
    {
        font-size: 28px;
        line-height: 32px;

        padding: 0 20px;
    }



    /*-----------------
        Current bid
    -----------------*/
    .current_bid .slider
    {
        padding: 0 20px;
    }



    /*-------------
        Reviews
    -------------*/
    .reviews .review .text
    {
        padding-right: 0;
        padding-left: 0;
    }


    .reviews .owl-carousel .owl-nav button
    {
        top: auto;
    }



    /*------------
        Footer
    ------------*/
    footer .links
    {
        width: 100%;
        margin-top: 15px;

        text-align: left;
    }


    footer .copyright
    {
        font-size: 14px;
        line-height: 18px;

        padding-right: 40px;
    }
}
