@media (max-width: 479px)
{
    /*---------------
        Main styles
    ---------------*/
    .cont
    {
        padding: 0 15px;
    }

    .form
    {
        margin-top: 30px;
        padding: 20px 15px;
    }

    .form .title_form
    {
        font-size: 20px;
    }

    .form .agree br
    {
        display: none;
    }

    .form .submit_btn
    {
        min-width: 100%;
    }



    /*---------------
        Header
    ---------------*/
    header .tel a
    {
        font-size: 12px;
    }

    header .email a
    {
        font-size: 12px;
    }

    header .adres
    {
        font-size: 12px;
    }
    /*---------------
        Sidebar
    ---------------*/



    /*---------------
        Main section
    ---------------*/
    section .main_title
    {
        font-size: 26px;

        padding-left: 10px;
    }

    section .inner_title
    {
        font-size: 22px;

        padding-left: 10px;
    }

    section .small_title
    {
        font-size: 18px;

        margin: 30px 0 20px;
        padding-left: 10px;
    }

    section .more_all a
    {
        font-size: 15px;

        min-width: 100%;
        padding: 0 20px;
    }

    section .more_all a:after
    {
        margin-left: 10px;
    }


    .first_section .title
    {
        font-size: 35px;
    }


    .products .more_product
    {
        font-size: 20px;
    }


    .section_about:before
    {
        height: 85%;
    }


    .grid_cert
    {
        margin-left: -10px;
    }

    .grid_cert .item
    {
        max-width: calc(50% - 10px);
        margin-left: 10px;
    }

    .section_request .title
    {
        font-size: 26px;
    }


    .breadcrumbs .pad
    {
        padding: 0;
    }


    .text_block h1
    {
        font-size: 24px;
    }

    .text_block h2
    {
        font-size: 20px;
    }

    .text_block * + h2
    {
        margin-top: 30px;
    }

    .text_block h3
    {
        font-size: 16px;
    }


    .accrdion a.open_sub
    {
        font-size: 16px;

        padding-left: 15px;
    }

    .accrdion .block_none
    {
        padding-right: 15px;
        padding-left: 15px;
    }

    .accrdion .block_none .line
    {
        font-size: 14px;
    }
    /*---------------
        Footer
    ---------------*/
    footer .box
    {
        width: 100%;
    }

    footer .logo
    {
        display: flex;

        justify-content: center;
        align-items: center;
    }

    footer .info
    {
        text-align: center;
    }

    footer .contact
    {
        width: 100%;
        margin-top: 15px;

        text-align: center;
    }

    footer .adres br
    {
        display: inline;
    }


    footer .box_right
    {
        width: calc(100% + 30px);
        margin-left: -15px;
    }

    footer .box_list
    {
        width: 100%;

        text-align: center;
    }

    footer .box_list.big
    {
        order: 2;
    }

    footer .box_list:last-child
    {
        width: 100%;
        margin-top: 15px;

        order: 3;
    }

    footer .box_flex .list
    {
        width: 100%;
        margin-top: 10px;
    }

    footer .box_flex .list.marg
    {
        margin-top: 0;
    }

    footer .line_list
    {
        padding: 15px;
    }

    footer .line_bottom
    {
        padding: 15px;
    }

    footer .copy
    {
        width: 100%;
        margin-bottom: 15px;

        text-align: center;
    }

    footer .policy
    {
        width: 100%;

        text-align: center;
    }
    /*---------------
        PopUp
    ---------------*/
    .modal
    {
        padding: 20px 15px;
    }

    .fancybox-close-small{
        width: 30px;
        height: 30px;
    }
    
}
