@media (max-width: 1599px)
{
    /*---------------
        Main styles
    ---------------*/
    :root
    {
        --aside_width: 103px;
        --font_size: 15px;
    }


    .main,
    .main:before
    {
        background-size: auto 90%;
    }

    .main:before
    {
        background-position: calc(50% + 10px) 0;
    }


    .loading aside
    {
        width: 103px;
        height: 418px;
        margin-top: -209px;
    }

    .loading aside .logo
    {
        line-height: 17px;

        width: 45px;
        padding-top: 45px;

        background-size: 100% auto;
    }


    .loading .info
    {
        font-size: 18px;
        line-height: 25px;

        width: 233px;
        height: 418px;
        padding: 30px 38px;
    }



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

    .form .input
    {
        height: 38px;
    }

    .form textarea
    {
        height: 80px;
    }


    .form .submit
    {
        padding-top: 5px;
    }

    .form .submit_btn:before
    {
        height: 8px;
    }



    .text_block
    {
        line-height: 21px;
    }

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

        margin-bottom: 15px;
    }

    .text_block h3
    {
        font-size: 20px;
        line-height: 24px;

        margin-bottom: 15px;
    }



    /*---------------
        Header
    ---------------*/
    header
    {
        top: 20px;
        right: auto;
        left: 103px;

        /*width: calc(100% - 103px);*/
        width: calc(100% - 193px);
        /*padding: 0 320px 0 30px;*/
        padding: 0 220px 0 100px;
    }


    header .link
    {
        line-height: 45px;

        height: 45px;
        padding-left: 50px;
    }

    header .link:before
    {
        left: 20px;
    }

    header .menu .item > a:before
    {
        left: -20px;
    }

    header .link:hover:after,
    header .link.active:after
    {
        width: 245px;
    }



    /*---------------
        Sidebar
    ---------------*/
    aside
    {
        padding: 20px;
    }


    aside .logo img
    {
        width: 35px;
        height: 41px;
    }


    aside .menu_link
    {
        font-size: 13px;

        padding-top: 38px;
    }

    aside .menu_link .icon
    {
        width: 12px;
        height: 24px;
        margin-left: -7px;
    }

    aside .menu_link .icon span
    {
        width: 3px;
    }


    @supports (-ms-accelerator: true)
    {
        aside .menu_link.active span:nth-child(2)
        {
            top: -4px;
            left: -19px;
        }

        aside .menu_link.active span:nth-child(1)
        {
            top: 11px;
            left: 8px;
        }
    }

    @supports (-ms-ime-align: auto)
    {
        aside .menu_link.active span:nth-child(2)
        {
            top: -4px;
            left: -19px;
        }

        aside .menu_link.active span:nth-child(1)
        {
            top: 11px;
            left: 8px;
        }
    }


    aside .copyright
    {
        font-size: 12px;
        line-height: 15px;
    }



    #menu
    {
        width: 1012px;
    }

    #menu .main_info
    {
        width: 410px;
        padding: 30px 45px;
    }


    #menu .products_cats > * + *
    {
        margin-top: 20px;
    }

    #menu .products_cats a
    {
        font-size: 44px;
        line-height: 48px;

        padding-left: 80px;
    }


    #menu .socials
    {
        margin-left: 70px;
    }


    #menu .cats
    {
        width: 600px;
    }

    #menu .cats .item
    {
        padding: 20px;
    }

    #menu .cats .item .main_cat
    {
        font-size: 19px;
        line-height: 23px;
    }

    #menu .cats .item .sub_cats
    {
        margin-top: 15px;
    }

    #menu .cats .item .sub_cats > * + *
    {
        margin-top: 5px;
    }

    #menu .cats .item .link
    {
        bottom: 20px;
        left: 20px;
    }

    #menu .cats .item .link:before
    {
        left: -20px;
    }



    /*---------------
        Main section
    ---------------*/
    .phone_fixed
    {
        font-size: 17px;
        line-height: 45px;

        top: 20px;
        right: 30px;

        width: auto;
    }


    .title_fixed
    {
        font-size: 22px;

        width: 250px;
        margin-top: -200px;
    }


    .slogan_fixed
    {
        width: 250px;
        margin-top: 50px;
    }


    .portfolio_fixed
    {
        /*display: none !important;*/
    }

    .mob_portfolio_fixed
    {
        /*display: block;*/
    }



    .products
    {
        padding: 85px 280px 85px 85px;
    }

    .products .cats > * + *
    {
        margin-top: 30px;
    }

    .products .cats button,
    .products .cats a
    {
        font-size: 48px;
        line-height: 54px;

        padding-left: 80px;
    }


    .products .product_rectangle,
    .products .product_info
    {
        top: 120px;

        width: 250px;
        height: 422px;
        margin-left: -250px;
    }

    .products .product_info1 img
    {
        height: 250px;
    }

    .products .product_info2 img
    {
        left: -150px;

        height: 350px;
    }

    .products .product_info3 img
    {
        height: 300px;
    }

    .products .product_info4 img
    {
        left: -150px;

        height: 350px;
    }

    .products .product_info5 img
    {
        left: -5px;

        height: 500px;
    }



    .blocks_wrap,
    .first_blocks_wrap
    {
        /*left: 0;
        width: calc(100% - 280px);*/
        left: calc( (100% - 510px) / 4);

        width: 720px;
        margin: 0;
        padding: 85px 103px 0;
    }
    .first_blocks_wrap
    {
        padding: 0 103px;
    }

    .blocks,
    .first_blocks
    {
        margin: 0 -103px;
    }

    .blocks .block,
    .first_blocks .block
    {
        min-width: 103px;
    }


    .blocks .block .intro
    {
        padding: 20px 20px 168px;
    }

    .blocks .intro .number
    {
        font-size: 65px;
        line-height: 49px;

        padding: 30px 0;
    }

    .blocks .intro .name
    {
        font-size: 20px;

        padding-top: 45px;

        background-size: 50px auto;
    }


    .blocks .block_content
    {
        padding: 50px 50px 20px;
    }

    .blocks .block_content .close
    {
        width: 50px;
        height: 50px;
        padding: 12px;
    }

    .blocks .block_content > .number
    {
        font-size: 60px;
        line-height: 42px;

        top: -3px !important;
    }

    .blocks .block_content .custom_scroll
    {
        max-height: calc(100vh - 155px);
        padding-right: 20px;
    }



    .blocks .block_content.about_block > .number
    {
        top: -7px !important;
    }

    .about_block .block_title
    {
        font-size: 44px;
        line-height: 48px;

        margin-bottom: 20px;
    }


    .about_block .col_right
    {
        width: calc(50% - 80px);
    }


    .about_block .img
    {
        margin-right: -50px;
    }


    .about_block .cats a
    {
        width: 66px;
        height: 66px;
        padding: 12px;
    }

    .about_block .cats a:before
    {
        font-size: 20px;
    }



    .news_block .block_head
    {
        margin-bottom: 30px;
        padding-bottom: 25px;
    }

    .news_block .block_head .title
    {
        font-size: 44px;
        line-height: 48px;
    }

    .news_block .block_head .desc
    {
        font-size: 20px;
        line-height: 24px;

        margin-top: 10px;
    }


    .news_block .flex
    {
        margin-bottom: -30px;
        margin-left: -20px;
    }

    .news_block .flex > *
    {
        width: calc(33.333% - 20px);
        margin-bottom: 30px;
        margin-left: 20px;
    }


    .news_block .item .title
    {
        font-size: 20px;
        line-height: 24px;

        margin-bottom: 10px;
    }

    .news_block .item .list > * + *
    {
        margin-top: 0;
    }

    .news_block .item .link
    {
        margin-top: 10px;
    }



    .about_packaging .block_title
    {
        font-size: 44px;
        line-height: 48px;

        margin-bottom: 20px;
    }


    .about_packaging .col_left
    {
        width: 50%;
    }

    .about_packaging .col_right
    {
        width: calc(50% - 40px);
    }


    .about_packaging .img
    {
        margin-right: -50px;
        padding-bottom: 85%;
    }

    .about_packaging .img img.stickers
    {
        bottom: -50px;
        left: 100px;

        max-width: calc(100% - 200px);
    }


    .about_packaging .cats a
    {
        width: 66px;
        height: 66px;
        padding: 12px;
    }

    .about_packaging .cats a:before
    {
        font-size: 20px;
    }



    .production_block .block_head
    {
        margin-bottom: 30px;
    }

    .production_block .block_head .title
    {
        font-size: 44px;
        line-height: 48px;
    }

    .production_block .block_head .desc
    {
        font-size: 20px;
        line-height: 24px;
    }


    .production_block .titles
    {
        margin-bottom: 30px;
        padding-left: 70px;
    }

    .production_block .titles .title
    {
        font-size: 42px;
        line-height: 46px;
    }


    .production_block .sub_cats .slider
    {
        width: 500px;
    }

    .production_block .sub_cats .slide
    {
        height: 300px;
        min-height: 210px;
        padding: 30px;
    }

    .production_block .sub_cats .img
    {
        height: 197px;
        max-height: calc(100% - 90px);
    }

    .production_block .sub_cats .list > * + *
    {
        margin-top: 0;
    }

    .production_block .sub_cats .list a
    {
        padding: 5px 0;
    }

    .production_block .sub_cats .list a:hover
    {
        padding: 5px 18px;
    }



    .services_block .block_title
    {
        font-size: 44px;
        line-height: 48px;

        margin-bottom: 20px;
    }


    .services_block .img
    {
        margin-right: -50px;
    }


    .services_block .list
    {
        margin-top: 20px;
    }

    .services_block .list .title
    {
        margin-bottom: 25px;
    }

    .services_block .list .items
    {
        font-size: 19px;
        line-height: 23px;

        justify-content: space-between;
    }



    .contacts_block .info
    {
        width: 435px;
    }

    .contacts_block .info .block_title
    {
        font-size: 44px;
        line-height: 48px;

        margin-bottom: 25px;
    }

    .contacts_block .info .title
    {
        font-size: 20px;
        line-height: 24px;

        margin-bottom: 25px;
    }

    .contacts_block .info .item + .item
    {
        margin-top: 25px;
    }

    .contacts_block .info .links
    {
        margin-top: 50px;
    }


    .contacts_block .map
    {
		width: calc(100% - 505px);
		height: 380px;
		margin-right: 0;
        border-width: 25px;
    }
	
	.contacts_block .tabs__nav_item {
		padding: 15px 20px;
	}



    .scroll_down
    {
        top: auto;
        bottom: 30px;
        left: 60px;
        /*width: 36px;*/

        height: 148px;
        margin: 0;
    }
    .scroll_up
    {
        left: 60px;

        height: 148px;
        margin: 0;
    }

    .scroll_down > div
    {
        /*display: none;*/
    }

    .scroll_down .scroll_down_link
    {
        top: 0;
        left: -30px;
    }
    .scroll_up .scroll_up_link
    {
        top: -90px;
        left: -30px;
    }



    /*---------------
       Inner page
    ---------------*/
    .inner_page
    {
        /*padding: 85px 0 0 103px;*/
        padding: 85px 0 0 195px;
    }



    /*---------------
       Page head
    ---------------*/
    .page_head
    {
        padding: 30px;
    }

    .page_head .back_link
    {
        top: 25px;
        right: 30px;
    }

    * + .page_title
    {
        margin-top: 30px;
    }

    .page_title
    {
        font-size: 44px;
        line-height: 50px;
    }

    .page_desc
    {
        font-size: 19px;
        line-height: 25px;
    }



    /*---------------
       Catalog
    ---------------*/
    .catalog_products
    {
        padding: 40px 30px;
    }

    .catalog_products .flex
    {
        margin-bottom: -40px;
        margin-left: -40px;
    }

    .catalog_products .flex > *
    {
        width: calc(33.333% - 40px);
        margin-bottom: 40px;
        margin-left: 40px;
    }


    .catalog_products .item .name
    {
        font-size: 20px;
        line-height: 24px;

        top: 15px;
    }


    .catalog_products .item .details
    {
        font-size: 15px;

        bottom: 20px;
    }

    .catalog_products .item .details:before
    {
        left: -20px;
    }



    /*----------------
        Block head
    ----------------*/
    .block_head
    {
        margin-bottom: 30px;
    }

    .block_head .title, h2
    {
        font-size: 28px;
        line-height: 32px;
    }



    /*------------------
        Product info
    ------------------*/
    .product_info
    {
        margin-bottom: 60px;
        padding: 20px 30px 0;
    }


    .product_info .images
    {
        width: calc(50.56% - 15px);
    }

    .product_info .images .thumbs
    {
        padding: 0 30px;
    }


    .product_info .info
    {
        width: calc(49.3% - 15px);
        height: 535px;
        padding-right: 30px;
    }

    .product_info .product_name
    {
        font-size: 28px;
        line-height: 32px;

        margin-bottom: 25px;
    }



    /*------------
        Scopes
    ------------*/
    .scopes
    {
        margin-bottom: 60px;
        padding: 0 30px;
    }


    .scopes .grid
    {
        grid-auto-rows: 220px;
    }


    .scopes .item
    {
        padding: 20px;
    }

    .scopes .item .main_cat
    {
        font-size: 20px;
        line-height: 24px;
    }

    .scopes .item .main_cat .name
    {
        width: 100%;
        margin-top: 15px;
    }


    .scopes .item .link
    {
        bottom: 20px;
        left: 20px;
    }



    /*---------------------
        Products slider
    ---------------------*/
    .products_slider
    {
        margin-bottom: 60px;
        padding: 0 30px;
    }

    .products_slider .slider
    {
        padding-right: 120px;
        padding-bottom: 60px;
        padding-left: 20px;
    }

    .products_slider .product .name
    {
        font-size: 20px;
        line-height: 25px;
    }

    .products_slider .product .details
    {
        font-size: 16px;

        bottom: 20px;
    }

	
	.product_slider-nav button.product_slider-prev {
		left: -16px;
	}
	.product_slider-nav button.product_slider-next {
		right: -16px;
	}


    /*----------------
        Scope info
    ----------------*/
    .scope_info
    {
        margin: 0 30px;
        padding-top: 40px;
    }


    .scope_info .scope_links
    {
        /*display: none;*/
		margin-right: 30px;
    }

    .scope_info .mob_tab_name
    {
        /*display: flex;*/
    }

    .scope_info .tab_content
    {
        /*display: none;
        visibility: visible;
        overflow: visible;

        height: auto;

        transition: opacity .5s linear;
        pointer-events: auto;

        opacity: 1;*/
    }

    .scope_info .tab_content > * + *
    {
        margin-top: 50px;
    }

    .scope_info .tab_content > .scope_name + *
    {
        /*margin-top: 0;*/
    }


    .scope_info .scope_name
    {
        /*display: none;*/
    }


    .scope_info .products_slider .slider
    {
        padding-left: 0;
    }


    .scope_info .scope_products .list a
    {
        font-size: 16px;
    }



    /*-----------------
        Order block
    -----------------*/
    .order_block
    {
        margin-bottom: 60px;
        padding: 0 30px;
    }


    .order_block .info .title
    {
        font-size: 24px;
    }

    .order_block .info .desc
    {
        font-size: 16px;
        line-height: 22px;

        margin-top: 20px;
    }

    .order_block .info .exp
    {
        margin-top: 120px;
    }



    /*--------------
        Articles
    --------------*/
    .articles
    {
        margin: 0 30px;
        padding-top: 40px;
    }

    .articles > * + *
    {
        margin-top: 50px;
    }


    .articles .article + .article
    {
        margin-top: 10px;
    }

    .articles .article .head
    {
        padding-left: 40px;
    }

    .articles .article .head .name
    {
        font-size: 20px;
    }



    /*------------------
        Article info
    ------------------*/
    .article_info
    {
        padding-top: 25px;
        padding-left: 40px;
    }

    .article_info .info
    {
        width: calc(49.3% - 15px);
        padding-right: 30px;
    }

    .article_info .images
    {
        width: calc(50.56% - 15px);
    }

    .article_info .images .thumbs
    {
        padding: 0 30px;
    }
	.news_item_slider .thumbs_wrapper .thumbs
    {
        padding: 0;
    }
	
	
	.op_name, .op_ingredients {
		padding: 25px 25px;
	}
	.op_caliber, .op_color, .op_adhesion, .oc_stock,
	.op_thickness, .op_width {
		padding: 25px 10px;
	}
	.scope_item {
		width: 75px;
		height: 75px;
	}
	.scope_icon {
		width: 30px;
		height: 40px;
	}
	.scope_item:before {
		font-size: 18px;
	}



    /*---------------
       footer
    ---------------*/
    footer
    {
        margin-top: 40px;
        padding: 30px;
    }


    footer .logo
    {
        font-size: 15px;
        line-height: 21px;
    }


    footer .menu a,
    footer .contacts,
    footer .feedback_link
    {
        font-size: 14px;
    }



    /*---------------
        PopUp
    ---------------*/
    .modal
    {
        width: 1100px;
        padding: 100px 150px 60px;
    }

    .modal .sub_title
    {
        min-height: 50px;
    }

    .modal_data
    {
        width: 400px;
    }
}
