@media (max-width: 479px)
{
    /*---------------
        Main styles
    ---------------*/
    body
    {
        font-size: 14px;
        line-height: 20px;
    }


    .main_title
    {
        font-size: 35px;
    }
    /*---------------
        Header
    ---------------*/
    header
    {
        padding-top: 10px;
    }

    header .logo
    {
        width: 100%;
        max-width: none;
    }

    header .link
    {
        font-size: 14px;

        width: 100%;
        margin-top: 15px;
        padding: 0;
    }


    /*---------------
        Main section
    ---------------*/
    .first_section
    {
        padding: 200px 0 40px;

        background-position: 60%;
    }

    .first_section .title
    {
        font-size: 32px;
        line-height: 44px;
    }

    .vacancy .item
    {
        min-height: 212px;
        padding-right: 90px;
    }

    .vacancy .item .icon
    {
        right: 10px;

        width: 70px;
    }

    .vacancy .item .name
    {
        font-size: 14px;
    }

    .vacancy .item .desc
    {
        font-size: 12px;
    }


    .team
    {
        margin-left: -10px;
    }

    .team .item
    {
        width: calc(50% - 10px);
        margin-left: 10px;
    }

    .team .item .name
    {
        font-size: 16px;
    }


    .video .play:before
    {
        display: none;
    }


    .photo_slider
    {
        padding-right: 25%;
    }


    .more_all a
    {
        font-size: 14px;

        width: 100%;
        padding: 0;
    }



    /*---------------
        Footer
    ---------------*/
    footer .copy br
    {
        display: inline;
    }


    footer .phone a
    {
        font-size: 28px;
    }
}
