@media (max-width: 767px)
{
    /*---------------
        Main styles
    ---------------*/
    .form
    {
        padding-right: 40px;
        padding-left: 40px;
    }



    /*---------------
        Header
    ---------------*/
    header .adres
    {
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
    }

    header .adres br
    {
        display: none;
    }

    header .line_menu
    {
        padding: 0 20px;
    }

    header .menu
    {
        width: 100%;
    }

    header .menu .menu_item
    {
        width: 100%;
    }

    header .menu .menu_item > a
    {
        line-height: 40px;

        width: 100%;

        text-align: center;
    }


    header .menu .sub_menu
    {
        position: relative;
        top: 0;
        left: 0;

        width: 100%;
        min-width: 100%;

        text-align: center;
    }


    header .lang
    {
        width: calc(100% + 40px);
        margin: 10px -20px 0;

        border-top: 1px solid #dadada;
        border-left: none;
    }
    /*---------------
        Sidebar
    ---------------*/

    /*---------------
        Main section
    ---------------*/
    section .main_title
    {
        font-size: 36px;

        padding: 15px 0 15px 20px;
    }

    section .inner_title
    {
        font-size: 32px;

        padding-left: 20px;
    }


    section .small_title
    {
        font-size: 26px;
    }


    .first_section .title
    {
        font-size: 55px;
    }


    .products
    {
        padding: 40px 0;
    }

    .products .grid
    {
        margin-top: 0;
    }

    .products .grid .product
    {
        width: 100%;
        margin-top: 30px;
    }

    .products .more_product
    {
        width: 100%;
        margin-top: 30px;
    }


    .news
    {
        padding: 40px 0;
    }

    .news .item_news .name
    {
        margin-bottom: 16px;
    }

    .news .item_news .text
    {
        margin-bottom: 16px;
    }

    .news .item_news .date
    {
        margin-bottom: 16px;
    }


    .section_about
    {
        padding: 40px 0;
    }

    .section_about .box_left .pad
    {
        padding-left: 0;
    }


    .grid_cert
    {
        margin: 10px 0 0 -20px;
    }

    .grid_cert .item
    {
        max-width: calc(50% - 20px);
        margin: 20px 0 0 20px;
    }

    .grid_cert .item .name
    {
        font-size: 14px;

        margin-top: 30px;
    }


    .section_foto
    {
        padding: 40px 0;
    }


    .section_request
    {
        padding: 40px 0;
    }

    .section_request .title
    {
        width: 100%;
    }

    .section_request .box
    {
        width: 100%;
        max-width: 100%;
        margin-top: 30px;
    }


    .text_block h1
    {
        font-size: 36px;
    }

    .text_block h2
    {
        font-size: 26px;
    }

    .text_block * + h2
    {
        margin-top: 40px;
    }

    .text_block table tr th
    {
        font-size: 14px;

        padding: 10px 15px;
    }

    .text_block table tr td
    {
        font-size: 14px;

        padding: 10px 15px;
    }

    .text_block .cols .col
    {
        width: calc(50% - 30px);
    }

    .text_block .cols .col.middle
    {
        width: calc(100% - 30px);
    }


    .view_project .view_img
    {
        width: 100%;
    }

    .view_project .view_info
    {
        width: 100%;
        margin-top: 20px;
    }


    .view_project .bg
    {
        padding: 40px 0;
    }
    /*---------------
        Footer
    ---------------*/
    footer .box_list
    {
        width: calc(50% - 10px);
    }

    footer .box_list.big
    {
        width: 100%;
        margin-top: 15px;

        order: 3;
    }

    footer .box_list:last-child
    {
        width: calc(50% - 10px);
        margin-top: 0;

        order: 2;
    }

    footer .box_flex
    {
        margin-left: 0;

        justify-content: space-between;
    }

    footer .box_flex .list
    {
        width: calc(50% - 10px);
        max-width: none;
        margin-left: 0;
    }


    footer .copy
    {
        width: 100%;
        margin-bottom: 15px;
    }

    footer .policy
    {
        width: 100%;
    }
    /*---------------
        PopUp
    ---------------*/
    .modal
    {
        max-width: 460px;
        padding-left: 50px;
        padding-right: 50px;
    }
    .boba {
        text-align: center;
    }
}
