@media (max-width: 1023px)
{
    /*---------------
        Main styles
    ---------------*/



    /*---------------
        Header
    ---------------*/
    header .logo
    {
        width: 90px;
        height: 80px;
        min-height: 1px;
    }

    header:before
    {
        height: 100%;
    }

    header .mob_menu_link
    {
        display: block;

        margin: auto 0;
    }

    header .menu .menu_item > a
    {
        font-size: 16px;
    }

    header .menu .menu_item:hover .sub_menu
    {
        display: none;
    }

    header .box_right
    {
        position: absolute;
        z-index: 99;
        top: 100%;
        left: 0;

        display: none;

        width: 100%;
    }

    header .line_top
    {
        min-height: 1px;
        padding: 15px 20px;

        background: #325cff;
    }

    header .line_menu
    {
        padding-left: 20px;
    }

    header .menu a
    {
        font-size: 16px;
    }

    header .info
    {
        display: none;
    }
    /*---------------
        Sidebar
    ---------------*/



    /*---------------
        Main section
    ---------------*/
    .first_section
    {
        margin-top: 0;
        padding: 50px 0;
    }


    .products .product .thumb
    {
        width: 100%;
    }

    .products .product .box
    {
        width: 100%;
    }

    .products .more_product
    {
        font-size: 28px;

        padding: 15px 100px 15px 20px;
    }

    .products .more_product:before
    {
        right: 20px;
    }


    .section_about .box_left
    {
        width: 100%;
        max-width: 100%;
    }

    .section_about .img
    {
        display: none;
    }

    .news
    {
        background: #325cff;
    }

    .news .item_news .name
    {
        margin-bottom: 30px;
    }

    .news .item_news .text
    {
        color: #fff;
    }

    .news .item_news .date
    {
        color: #fff;
    }

    .news .item_news .more
    {
        color: #fff;
    }

    .news .item_news .more a
    {
        color: #fff;
    }

    .news .item_news .more a:before
    {
        background-position: 100% 0;
    }

    .flex_cont .more_all
    {
        width: 100%;
        margin-top: 50px;

        text-align: center;

        order: 3;
    }


    .section_foto
    {
        padding: 50px 0;
    }


    .section_request .title
    {
        font-size: 40px;
    }
    /*---------------
        Footer
    ---------------*/
    footer .cont
    {
        display: block;
    }

    footer .box_left
    {
        width: 100%;
        padding-right: 0;
    }

    footer .box
    {
        width: 136px;
    }

    footer .contact
    {
        width: calc(100% - 166px);
        margin-top: 0;
    }

    footer .adres br
    {
        display: none;
    }

    footer .box_right
    {
        width: calc(100% + 40px);
        margin-left: -20px;
    }

    footer .line_list
    {
        padding-right: 20px;
        padding-left: 20px;
    }

    footer .box_flex .list
    {
        max-width: 190px;
    }

    footer .box_list:last-child
    {
        width: 100%;
        margin-top: 15px;
    }

    footer .line_bottom
    {
        padding-right: 20px;
        padding-left: 20px;
    }
    /*---------------
        PopUp
    ---------------*/
}
