@media (max-width: 479px)
{
    /*---------------
        Main styles
    ---------------*/
    .tabs
    {
        margin-left: -10px;
    }

    .tabs button
    {
        font-size: 10px;
        line-height: 26px;

        height: 24px;
        margin-left: 10px;
        padding: 0 13px;
    }



    .block_head
    {
        margin-bottom: 20px;
    }



    .text_block h2
    {
        font-size: 22px;
        line-height: 26px;
    }

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

    .text_block h4
    {
        font-size: 16px;
        line-height: 20px;
    }

    .text_block blockquote:before,
    .text_block q:before
    {
        top: 15px;
    }


    .text_block .minus
    {
        margin-bottom: 20px;
        margin-left: 61px;
        padding: 12px 15px 12px 20px;
    }

    .text_block .minus:before
    {
        left: -66px;

        width: 81px;
        height: 81px;
    }

    .text_block .plus
    {
        margin-right: 61px;
        margin-bottom: 20px;
        padding: 12px 20px 12px 15px;
    }

    .text_block .plus:before
    {
        right: -66px;

        width: 81px;
        height: 81px;
    }



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


    .form .submit_btn
    {
        line-height: 44px;

        width: 100%;
        height: 44px;
    }



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



    /*---------------
        Sidebar
    ---------------*/
    aside .cappers .flex
    {
        margin-left: -20px;
    }

    aside .cappers .flex > *
    {
        width: calc(50% - 20px);
        margin-left: 20px;
    }



    /*---------------
        Main section
    ---------------*/
    .bookmakers table td.logo
    {
        width: 105px;
        min-width: 105px;
    }

    .bookmakers table td.price
    {
        font-size: 16px;
    }

    .bookmakers table td.actions
    {
        width: 132px;
        min-width: 132px;
    }

    .bookmakers table td.actions a
    {
        font-size: 12px;
        line-height: 36px;

        width: 65px;
        height: 36px;
    }

    .bookmakers table td.actions a + a
    {
        margin-left: -2px;
    }



    .forecasts .flex > *
    {
        width: calc(100% - 20px);
    }

    .forecasts .forecast .time
    {
        margin-left: 10px;
    }

    .forecasts .forecast .coefficient
    {
        width: auto;
    }



    .articles .flex > *
    {
        width: calc(100% - 20px);
    }

    .articles .article .info
    {
        padding: 15px 20px 30px;
    }



    .articles .list .search form .input,
    .articles .list .search form .submit_btn
    {
        height: 50px;
    }

    .articles .list .search form .input
    {
        padding-left: 20px;
    }


    .articles .list .date
    {
        font-size: 15px;
        line-height: 33px;

        height: 32px;
    }

    .articles .list .item .time
    {
        width: 100%;
        margin-bottom: 7px;
    }

    .articles .list .item .info
    {
        width: 100%;
    }



    .bookmakers_rating .they_offer .icon
    {
        width: 62px;
        height: 62px;
        margin-bottom: 10px;
    }



    .capper_info .person .name
    {
        font-size: 18px;
        line-height: 20px;
    }


    .capper_info .stats .item
    {
        padding: 10px 5px;
    }

    .capper_info .stats .flex
    {
        margin-bottom: -10px;
        margin-left: -10px;
    }

    .capper_info .stats .flex > *
    {
        width: calc(33.333% - 10px);
        margin-bottom: 10px;
        margin-left: 10px;
    }

    .capper_info .stats .item .val
    {
        font-size: 20px;
        line-height: 20px;
    }


    .capper_info .history .price span
    {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;

        text-align: center;
    }

    .capper_info .history .price span:before
    {
        display: none;
    }



    .cappers_rating .table_head .title
    {
        font-size: 15px;
        line-height: 19px;
    }



    .forecast_info .capper .foto
    {
        width: 75px;
        height: 75px;
    }

    .forecast_info .capper .desc
    {
        width: calc(100% - 90px);
    }



    .forecast_info .bet .type,
    .forecast_info .bet .coefficient,
    .forecast_info .bet .link,
    .forecast_info .bet .logo
    {
        width: 100%;
    }

    .forecast_info .bet .type
    {
        border: none;
        border-bottom: 1px solid #d1d1d1;
    }



    .forecast_info .promocode .logo
    {
        width: 100%;
        height: 50px;
        padding: 10px;
    }

    .forecast_info .promocode .logo + *
    {
        width: 100%;
        padding: 15px 20px;
    }

    .forecast_info .promocode .price
    {
        font-size: 28px;
    }



    .comments .comment .text_block
    {
        width: calc(100% + 60px);
        margin-left: -60px;
    }




    .cappers .flex > *
    {
        width: calc(50% - 20px);
    }



    .sports .flex > *
    {
        width: calc(50% - 20px);
    }



    /*---------------
        Footer
    ---------------*/
    footer .socials
    {
        line-height: 20px;
    }

    .list_bonuse.bonuses .flex > *,
    .list_bonuse.bonuses .flex > *
    {
        width: calc(100% - 20px);
    }

    .list_bonuse.bonuses .item
    {
        padding: 25px;
    }
}
