@media (max-width: 1179px)
{
    /*---------------
        Main styles
    ---------------*/
    :root
    {
        --aside_width: 300px;
        --font_size: 15px;
        --font_size_title: 24px;
    }



    .text_block
    {
        line-height: 23px;
    }

    .text_block.bg_white
    {
        padding: 30px 20px;
    }

    .text_block h2
    {
        font-size: 28px;
        line-height: 32px;
    }



    /*---------------
        Header
    ---------------*/
    header .slogan
    {
        font-size: 15px;
    }


    header .menu .menu-item > a
    {
        font-size: 15px;
    }



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

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



    aside .bonuses .data
    {
        padding: 45px 20px 20px;
    }

    aside .bonuses .flex
    {
        margin-bottom: -20px;
        margin-left: -20px;
    }

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

    aside .bonuses .item .price b
    {
        font-size: 22px;
    }



    /*---------------
        Main section
    ---------------*/
    .bookmakers .table_wrap
    {
        margin-bottom: -20px;
    }

    .bookmakers table
    {
        margin-top: -20px;

        border-spacing: 0 20px;
    }



    .forecasts .flex
    {
        margin-bottom: -30px;
        margin-left: -20px;
    }

    .forecasts .flex > *
    {
        width: calc(50% - 20px);
        margin-bottom: 30px;
        margin-left: 20px;
    }

    .forecasts .forecast .info > * + *
    {
        margin-left: 15px;
    }



    .articles .flex
    {
        margin-bottom: -20px;
        margin-left: -20px;
    }

    .articles .flex > *
    {
        width: calc(33.333% - 20px);
        margin-bottom: 20px;
        margin-left: 20px;
    }

    .articles .article .info
    {
        padding: 15px 10px 35px;
    }

    .articles .article .name
    {
        font-size: 15px;
        line-height: 21px;
    }



    .strategies .flex
    {
        margin-bottom: -30px;
        margin-left: -20px;
    }

    .strategies .flex > *
    {
        width: calc(50% - 20px);
        margin-bottom: 30px;
        margin-left: 20px;
    }



    .bookmakers_rating .text_block
    {
        font-size: 15px;
        line-height: 23px;
    }



    .capper_info .data
    {
        padding: 0 20px 0 0;
    }

    .capper_info .person .name
    {
        font-size: 22px;
        line-height: 24px;
    }


    .capper_info .description
    {
        margin-top: 30px;
        padding-left: 0;
    }



    .capper_info .history table th,
    .capper_info .history table td
    {
        padding-left: 20px;
    }

    .capper_info .history table th:last-child,
    .capper_info .history table td:last-child
    {
        padding-right: 20px;
    }



    .cappers_rating .table_wrap
    {
        margin: -20px 0 0;
    }

    .cappers_rating .table_wrap::-webkit-scrollbar
    {
        width: 7px;
        height: 10px;

        border-radius: 0;
        background-color: #eee;

        -webkit-appearance: none;
    }

    .cappers_rating .table_wrap::-webkit-scrollbar-thumb
    {
        border-radius: 0;
        background-color: #2e3e9c;
    }

    .cappers_rating table
    {
        width: 728px;

        border-spacing: 0 20px;
    }



    .forecast_info .capper
    {
        padding: 0;
    }



    .forecast_info .bet .type
    {
        font-size: 17px;
        line-height: 23px;

        width: 125px;
    }

    .forecast_info .bet .logo
    {
        width: 130px;
    }


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



    .forecast_info .text_block
    {
        font-size: 15px;

        margin-top: 40px;
        padding-left: 0;
    }



    .comments .comment .text_block
    {
        font-size: 14px;
        line-height: 22px;
    }



    .cappers
    {
        padding: 20px;
    }

    .cappers .flex
    {
        margin-bottom: -30px;
        margin-left: -20px;
    }

    .cappers .flex > *
    {
        width: calc(25% - 20px);
        margin-bottom: 30px;
        margin-left: 20px;
    }



    .sports .flex
    {
        margin-bottom: -20px;
    }

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



    .all
    {
        margin-top: 30px;
    }


    .tabs
    {
        margin-bottom: 20px;
    }
    /*---------------
        Footer
    ---------------*/
    .list_bonuse.bonuses .item
    {
        padding: 25px;
    }

    .list_bonuse.bonuses .item .bonus,
    .list_bonuse.bonuses  .item .link
    {
        margin-top: 20px;
    }

    .list_bonuse.bonuses .item .desc br
    {
        display: none;
    }
    


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