@media screen and (max-width: 1400px)
{
    .t-1_home-column-2
    {
        padding: 30px 25px;
    }

    .t-1_home-posts h2 a
    {
        font-size: 32px;
    }
    .t-1_home-posts p
    {
        font-size: 21px;
    }

    .t-1_home-youtube h2 a
    {
        font-size: 23px;
    }

    .t-1_home-contacts h2
    {
        font-size: 17px;
    }
    .t-1_home-contacts-text
    {
        font-size: 21px;
    }
    .t-1_home-contacts-link a
    {
        font-size: 21px;
    }
}

@media screen and (max-width: 1200px)
{
    .t-1_home
    {
        max-width: 740px;
        padding: 50px 10px;
    }
    .t-1_home-column-2
    {
        padding: 25px 20px;
    }

    .t-1_home-navigation
    {
        padding: 0 0 65px 0;
    }

    .t-1_home-posts h2 a
    {
        font-size: 30px;
    }
    .t-1_home-posts p
    {
        font-size: 20px;
    }

    .t-1_home-youtube h2 a
    {
        font-size: 22px;
    }

    .t-1_home-contacts h2
    {
        font-size: 16px;
    }
    .t-1_home-contacts-text
    {
        font-size: 20px;
    }
    .t-1_home-contacts-link a
    {
        font-size: 20px;
    }
}

@media screen and (max-width: 1000px)
{
    .t-1_home
    {
        max-width: 680px;
        padding: 45px 10px;
    }
    .t-1_home-column-2
    {
        padding: 20px 15px;
    }

    .t-1_home-navigation
    {
        padding: 0 0 60px 0;
    }

    .t-1_home-posts h2 a
    {
        font-size: 28px;
    }
    .t-1_home-posts p
    {
        font-size: 19px;
    }

    .t-1_home-youtube h2 a
    {
        font-size: 21px;
    }

    .t-1_home-contacts h2
    {
        font-size: 15px;
    }
    .t-1_home-contacts-text
    {
        font-size: 19px;
    }
    .t-1_home-contacts-link a
    {
        font-size: 19px;
    }
}

@media screen and (max-width: 800px)
{
    .t-1_home
    {
        max-width: 640px;
    }
    .t-1_home-column-2
    {
        padding: 15px 10px;
    }

    .t-1_home-posts h2 a
    {
        font-size: 24px;
    }
    .t-1_home-posts p
    {
        font-size: 18px;
        padding: 15px 0 0 0;
    }
    .t-1_home-posts-photo
    {
        padding: 15px 0 0 0;
    }

    .t-1_home-youtube h2
    {
        padding: 15px 0 0 0;
    }
    .t-1_home-youtube h2 a
    {
        font-size: 20px;
    }

    .t-1_home-contacts h2
    {
        font-size: 14px;
        padding: 0 0 8px 0;
    }
    .t-1_home-contacts-text
    {
        font-size: 18px;
    }
    .t-1_home-contacts-link a
    {
        font-size: 18px;
    }
}