@media (max-width: 767px)
{
    /*---------------
        Main styles
    ---------------*/
    :root
    {
        --font_size_title: 32px;
    }


    .block
    {
        margin-bottom: 50px;
    }


    .block_head
    {
        margin-bottom: 25px;
    }



    .text_block .big
    {
        font-size: 16px;
        line-height: 24px;
    }

    .text_block h2
    {
        font-size: 26px;
        line-height: 28px;

        margin-bottom: 20px;
    }

    .text_block .cols
    {
        margin: 30px 0;
    }

    .text_block .cols .col
    {
        width: 100%;
    }

    .text_block .cols .col + .col
    {
        margin-top: 30px;
    }

    .text_block .table_wrap
    {
        padding-bottom: 15px;
    }

    .text_block .table_wrap::-webkit-scrollbar
    {
        width: 7px;
        height: 10px;

        border-radius: 0;
        background-color: #eee;

        -webkit-appearance: none;
    }

    .text_block .table_wrap::-webkit-scrollbar-thumb
    {
        border-radius: 0;
        background-color: #008def;
    }

    .text_block table
    {
        width: 728px;
    }

    .text_block .slider_in_text
    {
        margin: 30px -20px;
    }


    .slider_in_text .owl-carousel .owl-nav button.owl-prev,
    .slider_in_text .owl-carousel .owl-nav button.owl-next
    {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .slider_in_text .owl-carousel .owl-nav button.owl-prev
    {
        left: 10px;
    }

    .slider_in_text .owl-carousel .owl-nav button.owl-next
    {
        right: 10px;
    }

    .slider_in_text .owl-carousel .owl-nav button.owl-prev:before,
    .slider_in_text .owl-carousel .owl-nav button.owl-next:before
    {
        width: 14px;
        height: 14px;
        margin-top: -7px;
    }

    .slider_in_text .owl-carousel .owl-nav button.owl-prev:before
    {
        margin-left: -4px;
    }

    .slider_in_text .owl-carousel .owl-nav button.owl-next:before
    {
        margin-right: -4px;
    }


    .album_info .item {
        width: calc(50% - 15px);
    }


    .text_block blockquote,
    .text_block q
    {
        width: 100%;
        margin: 30px 0;
        padding: 20px 30px;
    }

    .text_block blockquote .text,
    .text_block q .text
    {
        font-size: 18px;
        line-height: 26px;
    }



    .page_head
    {
        margin-bottom: 30px;
    }


    .breadcrumbs
    {
        margin-bottom: 10px;
    }

    .breadcrumbs .sep
    {
        margin: 0 6px;
    }


    .page_head .cats
    {
        width: 100%;
        margin-top: 20px;
    }



    .form .columns
    {
        --form_columns_offset: 20px;
    }

    .form .line
    {
        margin-bottom: 20px;
    }

    .form .label
    {
        font-size: 12px;

        margin-bottom: 7px;
    }

    .form .submit .agree
    {
        max-width: calc(100% - 175px);
    }

    .form .submit_btn
    {
        font-size: 15px;
        line-height: 44px;

        height: 44px;
        padding: 0 30px;
    }



    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next
    {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }

    .owl-carousel .owl-nav button.owl-prev
    {
        left: 15px;
    }

    .owl-carousel .owl-nav button.owl-next
    {
        right: 15px;
    }

    .owl-carousel .owl-nav button.owl-prev:before,
    .owl-carousel .owl-nav button.owl-next:before
    {
        width: 14px;
        height: 14px;
        margin-top: -7px;
    }

    .owl-carousel .owl-nav button.owl-prev:before
    {
        margin-left: -4px;
    }

    .owl-carousel .owl-nav button.owl-next:before
    {
        margin-right: -4px;
    }



    /*---------------
        Header
    ---------------*/



    /*---------------
        Sidebar
    ---------------*/
    aside .service_inform .link
    {
        font-size: 15px;
        line-height: 40px;

        height: 44px;
        padding: 0 40px;
    }



    /*---------------
        Main section
    ---------------*/
    .main_slider .slide .info
    {
        font-size: 14px;
        line-height: 20px;

        padding: 0 60px;
    }

    .main_slider .slide .link
    {
        font-size: 15px;
        line-height: 44px;

        height: 44px;
        padding: 0 40px;
    }



    .projects .flex
    {
        margin-bottom: -15px;
        margin-left: -15px;
    }

    .projects .flex > *
    {
        width: calc(50% - 15px);
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .projects .flex > *.tablet_hide
    {
        display: block;
    }

    .projects .project .name
    {
        font-size: 16px;
        line-height: 20px;
    }

    .projects .project .cat
    {
        margin-top: 10px;
    }

    .projects .project .desc
    {
        font-size: 13px;
        line-height: 18px;
    }



    .services.bg
    {
        padding: 50px 0;
    }

    .services .flex > *
    {
        width: calc(33.333% - 20px);
    }

    .services .service
    {
        font-size: 16px;
        line-height: 20px;
    }

    .services .service .icon
    {
        width: 80px;
        height: 80px;
        padding: 20px;
    }



    .about .info .links
    {
        margin-top: 25px;
        margin-left: -20px;
    }

    .about .info .links > *
    {
        margin-left: 20px;
    }

    .about .info .links a
    {
        font-size: 15px;
        line-height: 44px;

        height: 44px;
        padding: 0 40px;
    }

    .about .info .links a.design2
    {
        line-height: 40px;
    }


    .about .advantages
    {
        padding: 30px 50px;
    }

    .about .advantages:before
    {
        right: 0;
        left: -60px;
    }

    .about .advantages .item
    {
        font-size: 14px;
        line-height: 18px;

        width: 100%;
    }

    .about .advantages .item br
    {
        display: none;
    }

    .about .advantages .item + .item,
    .about .advantages .item:nth-child(3),
    .about .advantages .item:nth-child(4)
    {
        margin-top: 15px;
    }



    .news .flex
    {
        margin-bottom: -15px;
        margin-left: -15px;
    }

    .news .flex > *
    {
        width: calc(50% - 15px);
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .news .flex > *.mob_hide
    {
        display: none;
    }

    .news .item .desc
    {
        font-size: 13px;
        line-height: 18px;
    }



    .articles .flex
    {
        margin-bottom: -15px;
        margin-left: -15px;
    }

    .articles .flex > *
    {
        width: calc(50% - 15px);
        margin-bottom: 15px;
        margin-left: 15px;
    }

    .articles .flex > *.tablet_hide
    {
        display: block;
    }

    .articles .article .name
    {
        font-size: 13px;
        line-height: 18px;
    }

    .articles .article .desc
    {
        font-size: 13px;
        line-height: 18px;
    }



    .clients .item
    {
        height: 80px;
    }



    .about_info .advantages
    {
        padding: 30px 50px;
    }

    .about_info .advantages:before
    {
        right: 0;
        left: -60px;
    }

    .about_info .advantages .item
    {
        font-size: 14px;
        line-height: 18px;

        width: 100%;
    }

    .about_info .advantages .item br
    {
        display: none;
    }

    .about_info .advantages .item + .item,
    .about_info .advantages .item:nth-child(3),
    .about_info .advantages .item:nth-child(4)
    {
        margin-top: 15px;
    }



    .contacts_info .info
    {
        padding: 30px;
    }

    .contacts_info .info .item + .item
    {
        margin-top: 20px;
        padding-top: 20px;
    }

    .contacts_info .info .val
    {
        font-size: 18px;
        line-height: 24px;
    }


    .contacts_info .feedback
    {
        padding: 30px;
    }



    .project_info .owl-carousel .owl-nav button.owl-prev
    {
        left: 10px;
    }

    .project_info .owl-carousel .owl-nav button.owl-next
    {
        right: 10px;
    }



    .services .list .service
    {
        font-size: 14px;
        line-height: 22px;
    }

    .services .list .service .icon
    {
        width: 100px;
        height: 100px;
    }

    .services .list .service .info
    {
        width: calc(100% - 140px);
    }

    .services .list .service .name
    {
        font-size: 20px;

        margin-bottom: 10px;
    }

    .services .list .service .link
    {
        margin-top: 15px;
    }



    .share
    {
        font-size: 16px;

        padding: 20px;
    }



    .all
    {
        margin-top: 30px;
    }

    .all a,
    .all button
    {
        font-size: 15px;
        line-height: 44px;

        min-width: 290px;
        height: 44px;
        padding: 0 40px;
    }



    /*---------------
        Footer
    ---------------*/
    footer .logo
    {
        width: 100%;
        margin: 0 0 25px;
    }


    footer .contacts
    {
        width: 50%;

        text-align: center;
    }


    footer .adres
    {
        width: 50%;
        margin: 0;
        padding: 0;

        text-align: center;
    }

    footer .adres:before
    {
        display: none;
    }
}
