@media (max-width: 1199px)
{
    /*---------------
        Main styles
    ---------------*/

    /*---------------
        Header
    ---------------*/
    header .logo
    {
        width: 220px;
    }

    header .menu
    {
        margin-top: 20px;
    }

    header .menu .item + .item
    {
        margin-left: 3px;
    }

    header .menu .item > a
    {
        padding: 0 12px;
    }

    header .menu .item .sub_menu
    {
        width: 136px;
    }

    header .menu .item .sub_menu a
    {
        padding-right: 12px;
        padding-left: 12px;
    }


    /*---------------
        Main section
    ---------------*/
    .first_section .img_abs3
    {
        display: none;
    }

    .first_section .block_l
    {
        width: 580px;
    }

    .first_section .title
    {
        font-size: 28px;
        line-height: 40px;
    }

    .first_section .block_r
    {
        width: 397px;
    }

    .first_section .video
    {
        position: relative;
        right: 0;
        bottom: 0;

        width: 100%;
        margin-bottom: 37px;

        background: #cfcfcf;
    }



    .winners .winner .name
    {
        font-size: 15px;
        line-height: 22px;

        margin-left: 30px;
        padding-right: 30px;
    }


    .archive .items
    {
        margin-top: 0;
    }

    .archive .items .item + .item
    {
        margin-top: 20px;
        padding-top: 20px;
    }

    .archive .items .item a
    {
        font-size: 13px;
        line-height: 20px;
    }

    .archive .items .item button{
        font-size: 13px;
        line-height: 20px;
    }


    .partners .grid
    {
        margin-left: -30px;
    }

    .partners .item
    {
        width: calc(20% - 30px);
        margin: 80px 0 0 30px;
    }


    .section_jury .grid
    {
        margin-left: -20px;
    }

    .section_jury .grid .jury
    {
        width: calc(25% - 20px);
        margin-left: 20px;
    }


    .map
    {
        height: 400px;
    }


    .premium_projects .item
    {
        padding: 25px 15px 30px;
    }

    .premium_projects .item .icon
    {
        margin-right: 15px;
    }

    .premium_projects .item .name
    {
        font-size: 18px;
    }


    .about_text .grid .item
    {
        padding: 33px 50px 50px;
    }


    .nominations_inner .items .item{
        padding: 20px 10px;
        font-size: 14px;

        line-height: 20px;
    }


    .exhibitions .items{
        margin-top: 0;
    }

    .exhibitions .items .item {
        width: calc(50% - 15px);
        margin-top: 30px;
    }

    .exhibitions .link_btn {
        margin-top: 40px;
    }
    /*---------------
        Footer
    ---------------*/
    footer .block_l
    {
        width: 220px;
    }

    footer .list .sep
    {
        margin: 0 12px;
    }
}
