@media (max-width: 413px)
{
    /*---------------
	    Main styles
	---------------*/
    :root
    {
        --font_size_title: 24px;
    }



    .cont
    {
        padding: 0 15px;
    }



    .block_head .title
    {
        line-height: 28px;
    }


    .block_head .all_link
    {
        line-height: 28px;

        padding-right: 38px;
    }

    .block_head .all_link:after
    {
        width: 28px;
        height: 28px;

        background-size: 13px auto;
    }



    .page_title
    {
        line-height: 28px;
    }



    .content .block_title
    {
        font-size: 18px;
        line-height: 22px;
    }



    .form .line
    {
        margin-bottom: 15px;
    }

    .form input[type=checkbox] + label
    {
        padding-left: 33px;
    }



    .text_block .bg
    {
        width: calc(100% + 30px);
        margin: 20px -15px;
        padding: 20px 15px;
    }

    .text_block .slider_in_text
    {
        width: calc(100% + 30px);
        margin: 30px -15px;
    }



    .slider_in_text .owl-carousel .owl-nav button
    {
        width: 50px;
    }



    /*---------------
		Header
	---------------*/
    header .info
    {
        padding: 10px 0;
    }


    header .logo a,
    header .logo img
    {
        height: 60px;
    }


    header .contacts
    {
        font-size: 10px;
        line-height: 18px;

        min-height: 0;
        padding-top: 30px;
        padding-left: 0;

        background: none;
    }

    header .contacts .callback_link
    {
        left: 0;
    }

    header .contacts .phone
    {
        font-size: 16px;
        line-height: 20px;
    }



    header .menu .item > a
    {
        font-size: 14px;
    }


    header .menu .sub_menu > * > a
    {
        font-size: 12px;
        line-height: 16px;
    }



    /*---------------
		Sidebar
	---------------*/



    /*---------------
		Main section
	---------------*/
    .main_slider .slide .title
    {
        font-size: 28px;
        line-height: 32px;

        margin-bottom: 15px;
    }



    .advantages .item
    {
        line-height: 22px;
    }

    .advantages .item .icon
    {
        width: 62px;
        height: 50px;
    }

    .advantages .item .icon img
    {
        height: 50px;
    }

    .advantages .item .desc,
    .advantages .flex .item .desc
    {
        width: calc(100% - 75px);
    }



    .cats_wall
    {
        padding: 40px 0;
    }

    .cats_wall .block_title
    {
        font-size: 30px;
        line-height: 34px;

        margin-bottom: 25px;
    }


    .cats_wall .item
    {
        font-size: 13px;
        line-height: 21px;
    }



    .articles .masonry .item
    {
        font-size: 12px;
        line-height: 16px;

        padding: 9px;
    }



    .products .product .name
    {
        font-size: 18px;
        line-height: 24px;
    }



    .contacts_info .download
    {
        position: relative;
        top: 0;
        right: 0;

        margin-bottom: 20px;
    }


    .contacts_info .info > *
    {
        width: calc(100% - 20px);
    }



    .feedback
    {
        padding: 20px;
    }

    .feedback .title
    {
        font-size: 20px;
        line-height: 22px;

        margin-bottom: 20px;
    }



    .contacts_path .title
    {
        font-size: 22px;
        line-height: 26px;
    }



    .product_info .images .slide a
    {
        padding-bottom: 100%;
    }

    .product_info .images .thumbs
    {
        --product_thumbs_count: 4;
    }

    .product_info .images .thumbs a
    {
        padding-bottom: 18%;
    }



    .product_info .links
    {
        margin-bottom: 15px;
        margin-left: -10px;
    }

    .product_info .links > *
    {
        margin-bottom: 10px;
        margin-left: 10px;
    }


    .product_info .links a
    {
        font-size: 12px;

        min-width: 0;
        padding: 1px 20px 0 15px;
    }

    .product_info .links a .icon
    {
        margin-right: 10px;
    }


    .product_info .tabs a
    {
        margin-left: 10px;
    }



    .videos .flex
    {
        --videos_count: 2;
        --videos_offset: 15px;
    }

    .videos .item
    {
        padding-bottom: 30%;
    }



    .usage .gallery + .gallery
    {
        margin-top: 40px;
    }

    .usage .gallery .thumbs
    {
        --gallery_thumbs_count: 5;
    }



    /*---------------
		Footer
	---------------*/
    footer .info
    {
        font-size: 12px;
        line-height: 20px;
    }



    /*---------------
		PopUp
	---------------*/
    .fancybox-slide--html
    {
        padding: 10px;
    }

    .fancybox-slide--html .fancybox-close-small
    {
        width: 50px;
        height: 50px;
    }


    .modal
    {
        padding: 20px;
    }

    .modal_title
    {
        font-size: 20px;
        line-height: 24px;

        margin-bottom: 20px;
    }
}
