@media(max-width: 768px)
{
    .home_top_img
    {
        width:100%;
    }
    .home_top_text
    {
        width:100%;
    }
    .home_top_right
    {
        width:100%;
    }
    .header .logo
    {
        width:70px;
        height:60px;
    }
    .logo_logo
    {
        width:80px;
    }
    .logo_text
    {
        width:calc(100% - 80px);
    }
    .logo_text_subtitle
    {
        font-size:11px;
        margin-bottom:10px;
    }
    .logo_text
    {
        font-size:17px;
        text-align: left;
    }
    .zakupki_table
    {
        overflow: scroll;
    }
    .gallery_item
    {
        width:100%;
        margin-bottom:30px;
    }
    .container .footer .akatan
    {
        width:100%;
    }
}