@media print, (max-width: 1023px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --font_size_title: 28px;
    }


    .block.border_top
    {
        padding-top: 51px;
    }


    .content_flex .content
    {
        width: 100%;
    }



    /*---------------
        Load more
    ---------------*/
    .load_more .btn.no_border
    {
        font-size: 14px;
    }



    /*----------------
        Mob header
    ----------------*/
    .mob_header
    {
        display: block;
    }



    /*------------
        Header
    ------------*/
    header
    {
        position: fixed;
        z-index: 101;
        top: 0;
        left: 0;

        width: 310px;
        height: 100%;
        min-height: -moz-available;
        min-height: -webkit-fill-available;
        min-height:         fill-available;
        margin: 0;

        transition: transform .3s linear;
        transform: translateX(-100%);

        background: #fff;
    }

    header.show
    {
        transform: translateX(0);
    }


    header .mob_scroll
    {
        display: flex;
        overflow: auto;

        height: 100%;
        min-height: -moz-available;
        min-height: -webkit-fill-available;
        min-height:         fill-available;
        padding: 0 0 32px;

        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        flex-wrap: wrap;
    }

    header .mob_scroll > *
    {
        width: 100%;
    }


    header .cont
    {
        padding: 0 20px;
    }


    header .top
    {
        order: 2;
    }

    header .info
    {
        margin-top: 4px;

        order: 3;
    }



    header .city
    {
        width: 100%;
        padding: 8px 0;
    }

    header .city .current
    {
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;

        text-align: left;
    }


    header .top .links
    {
        display: block;

        width: 100%;
        margin: 4px 0 20px;
    }

    header .top .links > * + *
    {
        margin-top: 8px;
    }

    header .top .links a
    {
        display: block;

        min-height: 0;

        text-align-last: left;
    }


    header .logo
    {
        display: none;
    }


    header .contacts
    {
        width: 100%;
        margin: 0;
    }

    header .contacts .phone
    {
        font-size: 18px;
        line-height: 24px;
    }

    header .contacts .callback_btn
    {
        font-size: 10px;
        line-height: 16px;

        margin-left: auto;
        padding: 6px 9px 4px;
    }

    header .contacts .email
    {
        font-size: 15px;
        line-height: 23px;

        padding-left: 0;
    }


    header .info .links
    {
        display: none;
    }


    header .catalog
    {
        width: calc(100% + 40px);
        max-width: calc(100% + 40px);
        margin-right: -20px;
        margin-left: -20px;

        order: 2;
    }

    header .catalog .btn
    {
        display: none;
    }

    header .catalog .mini_modal,
    .modal_cont.always_visible .mini_modal
    {
        position: relative;
        top: 0;
        left: 0;

        visibility: visible;

        width: 100%;

        pointer-events: auto;

        opacity: 1;
        border-radius: 0;
        background: #ce0000;
    }


    header .catalog .sub_categosries,
    header .catalog .categories > *:hover .sub_categosries
    {
        position: relative;
        left: 0;

        display: none;
        visibility: hidden;

        width: 100%;
        max-width: 100%;
        padding: 20px;

        pointer-events: auto;

        opacity: 1;
        border-radius: 0;
    }

    header .catalog .categories > * .sub_categosries.show
    {
        left: 0;

        display: block;
        visibility: visible;
    }

    header .catalog .sub_categosries .row
    {
        margin-bottom: -24px;
        margin-left: 0;
    }

    header .catalog .sub_categosries .row > *
    {
        width: 100%;
        margin-bottom: 24px;
        margin-left: 0;
    }

    header .catalog .sub_categosries .items.columns
    {
        column-gap: 20px;
        column-count: 2;
    }


    header .stocks_link
    {
        margin-top: 0;
        margin-left: 0;

        order: 3;
    }

    header .stocks_link a
    {
        width: 100%;
    }


    header .search
    {
        display: none;

        width: 100%;
        max-width: 100%;
        padding: 8px 0;
    }


    header .time
    {
        display: flex;

        margin-top: 20px;
    }



    /*-------------
        Sidebar
    -------------*/
    aside
    {
        width: 100%;
        margin-bottom: 24px;
    }

    aside > * + *
    {
        margin-top: 0;
    }


    aside .our_location,
    aside .special_offer
    {
        display: none;
    }


    aside .mob_filter_btn
    {
        display: block;
    }

    aside .filter .title
    {
        display: none;
    }

    aside .filter form
    {
        display: none;

        margin-top: 12px;
    }



    /*---------------
        Page head
    ---------------*/



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



    /*-----------------
        Block title
    -----------------*/
    .block_title
    {
        font-size: 26px;
        line-height: 34px;
    }



    /*------------------
        Form elements
    ------------------*/
    .form .cols
    {
        margin-left: -32px;
    }

    .form .cols .col
    {
        width: calc(50% - 32px);
        margin-left: 32px;
    }


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



    /*----------------
        Typography
    ----------------*/
    .text_block h1
    {
        font-size: 28px;
        line-height: 36px;
    }

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

    .text_block h3
    {
        font-size: 21px;
        line-height: 29px;
    }

    .text_block h4
    {
        font-size: 19px;
        line-height: 27px;
    }


    .text_block .img_box
    {
        margin-top: 40px;
        margin-bottom: 40px;
    }


    .text_block img.left,
    .text_block img.right
    {
        float: none;

        max-width: 100%;
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }


    .text_block blockquote,
    .text_block q
    {
        font-size: 16px;
        line-height: 24px;

        padding: 16px 20px;
    }



    /*---------------
        Cart info
    ---------------*/
    .cart_info .titles,
    .cart_info .product
    {
        padding-right: 20px;
        padding-left: 20px;
    }

    .cart_info .titles > * + *,
    .cart_info .product > * + *
    {
        margin-left: 20px;
    }


    .cart_info .product > * ~ *
    {
        padding-top: 9px;
    }


    .cart_info .product .product_name
    {
        font-size: 15px;
        line-height: 19px;
    }

    .cart_info .product .features .spoler_btn
    {
        font-size: 13px;
        line-height: 15px;
    }


    .cart_info .product .price span
    {
        font-size: 18px;
    }

    .cart_info .product .price .old
    {
        font-size: 13px;
        line-height: 17px;
    }


    .cart_info .col_thumb,
    .cart_info .col_amount
    {
        width: 90px;
        min-width: 90px;
    }



    .cart_info .delivery_install .head
    {
        padding: 12px 52px 12px 20px;
    }


    .cart_info .delivery_install .data
    {
        padding-bottom: 24px;
        padding-left: 20px;
    }



    /*----------------------
        Delivery install
    ----------------------*/
    .delivery_install .point
    {
        padding: 8px 20px 8px 16px;
    }

    .delivery_install .point .amount,
    .delivery_install .point .price
    {
        margin-left: 24px;
    }

    .delivery_install .point .price span
    {
        font-size: 18px;
    }



    /*-------------------
        Checkout info
    -------------------*/
    .checkout_info .form .cols .col
    {
        width: calc(50% - 40px);
    }


    .checkout_info .form .title:empty
    {
        display: none;
    }



    /*-------------
        Gallery
    -------------*/
    .gallery .row
    {
        margin-bottom: -32px;
        margin-left: -12px;
    }

    .gallery .row > *
    {
        width: calc(16.666% - 12px);
        margin-bottom: 32px;
        margin-left: 12px;
    }

    .gallery .row > *.big
    {
        width: calc(100% - 12px);
    }

    .gallery .row > *.big.pad_right
    {
        padding-right: 8px;
    }

    .gallery .row > *.big.pad_left
    {
        padding-left: 8px;
    }


    .gallery .big .name
    {
        font-size: 16px;
        line-height: 22px;
    }

    .gallery .big .name br
    {
        display: none;
    }



    /*--------------
        Articles
    --------------*/
    .articles .list .article .thumb + .info
    {
        width: calc(100% - 278px);
    }


    .articles .list .article .name
    {
        font-size: 20px;
        line-height: 26px;
    }



    /*---------
        Faq
    ---------*/
    .faq .item .head
    {
        padding: 13px 56px 13px 20px;
    }

    .faq .item .data
    {
        padding: 0 56px 16px 20px;
    }



    /*------------
        Stocks
    ------------*/
    .stocks .row
    {
        margin-bottom: -24px;
        margin-left: -24px;
    }

    .stocks .row > *
    {
        width: calc(50% - 24px);
        margin-bottom: 24px;
        margin-left: 24px;
    }

    .stocks .row > *.full_w
    {
        width: calc(100% - 24px);
    }


    .stocks .stock .info
    {
        padding: 24px 24px 20px;
    }

    .stocks .stock .date
    {
        font-size: 13px;
        line-height: 18px;

        padding: 6px 12px;
    }

    .stocks .stock .name
    {
        font-size: 18px;
        line-height: 24px;

        padding-right: 99px;
    }

    .stocks .stock .desc
    {
        font-size: 13px;
        line-height: 19px;
    }



    /*-----------------
        Action form
    -----------------*/
    .action_form .data .title
    {
        font-size: 24px;
    }



    /*----------------
        Brand info
    ----------------*/
    .brand_info .desc
    {
        font-size: 14px;
        line-height: 20px;

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


    .brand_info .logo
    {
        width: 192px;
    }



    /*------------------
        Compare info
    ------------------*/
    .compare_info
    {
        --sidebar_width: 220px;
    }


    .compare_info aside
    {
        width: var(--sidebar_width);
        margin: 0;
    }


    .compare_info .compare_features .title
    {
        font-size: 21px;
    }



    /*-----------------
        Bottom text
    -----------------*/
    .bottom_text
    {
        padding: 52px 0;
    }



    /*------------------
        Product info
    ------------------*/
    .product_info .head .product_name
    {
        line-height: calc(var(--font_size_title) + 4px);
    }


    .product_info .image
    {
        width: 100%;
        padding: 60px 72px 32px;
    }


    .product_info .info
    {
        width: 100%;

        border: none;
        border-top: 1px solid #ededed;
    }


    .product_info .info .features .item .val br
    {
        display: block;
    }


    .product_info .info .buy .btns
    {
        width: calc(100% - 192px);
    }


    .product_info .info .buy .get_measurer_btn br
    {
        display: none;
    }


    .product_info .info .other_images .product .thumb div,
    .product_info .info .thumbs .thumb div
    {
        padding: 8px;
    }


    .product_info .info .view_options .scroll
    {
        margin-right: 8px;
    }


    .product_info .info .view_options .swiper-button-next
    {
        right: -16px;
    }

    .product_info .info .view_options .swiper-button-prev
    {
        left: -16px;
    }


    .product_info .info .view_options .row > *
    {
        width: calc(25% - 12px);
    }

    .product_info .info .view_options .row > *:nth-child(4)
    {
        margin-top: 0;
    }



    .product_sides_info
    {
        border-radius: 0 0 3px 3px;
    }

    .product_sides_info .arrow
    {
        display: none;
    }



    /*--------------------
        Product colors
    --------------------*/
    .product_colors .block_title
    {
        font-size: 25px;
        line-height: 31px;
    }


    .product_colors .row
    {
        margin-left: -24px;
    }

    .product_colors .row > *
    {
        width: calc(16.666% - 24px);
        margin-left: 24px;
    }


    .product_colors .item .thumb
    {
        margin-bottom: 8px;
    }



    /*-----------------------
        Product equipment
    -----------------------*/
    .product_equipment .block_title
    {
        font-size: 25px;
        line-height: 31px;
    }


    .product_equipment .row
    {
        margin-bottom: -32px;
        margin-left: -24px;
    }

    .product_equipment .row > *
    {
        width: calc(25% - 24px);
        margin-bottom: 32px;
        margin-left: 24px;
    }



    /*------------------
        Product tabs
    ------------------*/
    .product_tabs .tabs
    {
        margin-bottom: 24px;
        margin-left: 0;

        justify-content: space-between;
    }

    .product_tabs .tabs .btn
    {
        max-width: 100%;
        margin-left: 0;
    }



    /*--------------------
        Prod. features
    --------------------*/
    .prod_features .item
    {
        padding: 8px 16px;
    }



    /*------------------------
        Product final calc
    ------------------------*/
    .product_final_calc .image
    {
        width: 100%;
    }


    .product_final_calc .info
    {
        width: 100%;

        border: none;
        border-top: 1px solid #ededed;
    }


    .product_final_calc .block_title
    {
        font-size: 20px;
        line-height: 26px;

        margin-bottom: 8px;
    }

    .product_final_calc .product_name
    {
        font-size: 24px;
        line-height: 30px;
    }

    .product_final_calc .get_measurer_btn br
    {
        display: none;
    }



    /*------------------------
        Additional options
    ------------------------*/
    .additional_options .item .head
    {
        padding: 12px 52px 12px 20px;
    }

    .additional_options .item .data
    {
        padding-bottom: 24px;
        padding-left: 20px;
    }


    .additional_options .items
    {
        --additional_options_count: 4;
    }

    .additional_options .items > *
    {
        width: calc(25% - 24px);
    }



    /*------------------------
        Additional options
    ------------------------*/
    .additional_options .item .head
    {
        padding: 12px 52px 12px 20px;
    }

    .additional_options .item .data
    {
        padding-bottom: 24px;
    }



    /*------------------
        Product calc
    ------------------*/
    .product_calc .data_wrap > .item .data
    {
        padding-right: 24px;
    }


    .product_calc .scroll
    {
        overflow: visible;

        width: calc(100% + 48px);
        max-height: none;
        margin-right: -24px;
    }


    .product_calc .model + .model
    {
        margin-top: 12px;
    }

    .product_calc .model > .row
    {
        margin-left: -32px;
    }


    .product_calc .model .status
    {
        width: calc(100% + 32px);
        margin-left: 32px;
    }


    .product_calc .model .item
    {
        max-width: calc(33.333% - 32px);
        margin-left: 32px;
    }

    .product_calc .model .item .name
    {
        line-height: 19px;
    }


    .product_calc .model .options
    {
        width: calc(100% - 32px);
        max-width: calc(100% - 32px);
        margin-top: 28px;
        margin-left: 32px;
    }


    .product_calc .add_model_btn
    {
        margin-top: 12px;
    }


    .product_calc .molding .row
    {
        margin-bottom: -24px;
        margin-left: -32px;
    }

    .product_calc .molding .row > *
    {
        max-width: calc(25% - 32px);
        margin-bottom: 24px;
        margin-left: 32px;
    }

    .product_calc .molding .row > *.middle
    {
        width: 180px;
        max-width: calc(25% - 32px);
    }

    .product_calc .molding .row > *.big
    {
        width: 392px;
        max-width: calc(50% - 32px);
    }


    .product_calc .decor .items
    {
        margin-left: -32px;

        --decor_count: 4;
    }

    .product_calc .decor .items > *
    {
        max-width: calc(25% - 32px);
        margin-top: 32px;
        margin-left: 32px;
    }

    .product_calc .decor .items > *:nth-child(5)
    {
        margin-top: 32px;
    }


    .product_calc .fittings .color .row
    {
        margin-bottom: -24px;
        margin-left: -32px;
    }

    .product_calc .fittings .color .row > *
    {
        max-width: calc(25% - 32px);
        margin-bottom: 24px;
        margin-left: 32px;
    }

    .product_calc .fittings .color .row > *.middle
    {
        width: 180px;
        max-width: calc(25% - 32px);
    }

    .product_calc .fittings .color .row > *.big
    {
        width: 392px;
        max-width: calc(50% - 32px);
    }


    .product_calc .fittings .items
    {
        margin-left: -32px;

        --fittings_count: 4;
    }

    .product_calc .fittings .items > *
    {
        max-width: calc(25% - 32px);
        margin-top: 32px;
        margin-left: 32px;
    }

    .product_calc .fittings .items > *:nth-child(5)
    {
        margin-top: 32px;
    }


    .product_calc .total_info
    {
        padding: 24px;
    }


    .product_calc .total_info .total_price
    {
        margin-right: 40px;
    }

    .product_calc .total_info .total_price .price span
    {
        font-size: 28px;
    }


    .product_calc .total_info .btns > * + *
    {
        margin-left: 24px;
    }


    .product_calc .total_info .get_measurer_btn
    {
        line-height: 18px;
    }

    .product_calc .total_info .get_measurer_btn br
    {
        display: block;
    }



    /*------------
        Footer
    ------------*/
    footer
    {
        padding: 52px 0 32px;
    }

    footer:after
    {
        display: none;
    }


    footer .bottom
    {
        margin-top: 40px;
    }


    footer .col_left,
    footer .col_right
    {
        width: auto;
        padding: 0;
    }


    footer .info .col_left
    {
        display: none;
    }

    footer .info .col_right
    {
        width: 100%;
    }


    footer .col_left > * + *
    {
        margin-left: 32px;
    }


    footer .creator
    {
        margin-right: 72px;
    }



    /*-----------
        PopUp
    -----------*/
    .fancybox-slide--html
    {
        padding: 20px;
    }


    .modal_title
    {
        font-size: 24px;
    }



    #city_modal .cities
    {
        padding-top: 4px;

        column-gap: 24px;
        column-count: 3;
    }



    .modal.equipment_info .thumb
    {
        width: 232px;
    }

    .modal.equipment_info .info
    {
        width: calc(100% - 264px);
    }

    .modal.equipment_info .features .item .name
    {
        width: calc(100% - 112px);
        padding-right: 12px;
    }

    .modal.equipment_info .features .item .val
    {
        width: 112px;
    }



    #all_colors_modal .scroll
    {
        max-height: 585px;
    }

    #all_colors_modal .items
    {
        margin-bottom: -24px;
    }

    #all_colors_modal .items > *
    {
        width: calc(25% - 12px);
        margin-bottom: 24px;
    }



    .modal.product_sides .ckeck
    {
        padding: 8px 20px 8px 16px;
    }

    .modal.product_sides .ckeck .price
    {
        margin-left: 24px;
    }

    .modal.product_sides .ckeck .price span
    {
        font-size: 18px;
    }


    .modal.product_sides .colors .items,
    .modal.product_sides .picture .items
    {
        margin-bottom: -24px;
    }

    .modal.product_sides .colors .items > *,
    .modal.product_sides .picture .items > *
    {
        width: calc(25% - 12px);
        margin-bottom: 24px;
    }



    .modal.change_design .items
    {
        margin-bottom: -32px;
        margin-left: -24px;
    }

    .modal.change_design .items > *
    {
        width: calc(25% - 24px);
        margin-bottom: 32px;
        margin-left: 24px;
    }


    #choose_model_modal .scroll
    {
        max-height: 568px;
    }


    #choose_model_modal .item label .thumb,
    #choose_glazing_modal .item label .thumb
    {
        width: 172px;
    }

    #model_listview .row {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	#model_listview .row .item {
		width: auto;
	}

	#model_listview .product_info .info .view_options .row > *:nth-child(4) {
		margin-top: 0!important;
	}

	#inpanel_listview .row {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}


	#inpanel_listview .product_info .info .view_options .row > *:nth-child(4) {
		margin-top: 0!important;
	}
}
