@media print,
(max-width: 1023px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --font_size: 13px;
        --font_size_title: 48px;
        --font_size_title_medium: 32px;
        --font_size_title_small: 22px;
    }


    .swiper-button-next,
    .swiper-button-prev
    {
        display: none;
    }



    /*---------------
        Accordion
    ---------------*/
    .accordion_item .head .title
    {
        font-size: 16px;
        line-height: 125%;
    }



    /*------------
        Header
    ------------*/
    header,
    header.absolute
    {
        position: fixed;
        z-index: 101;
        top: 0;
        right: 100%;
        left: auto;

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

        transition: transform .3s linear;

        background: rgba(100, 100, 100, .50);

                backdrop-filter: blur(50px);
        -webkit-backdrop-filter: blur(50px);
    }

    header.show
    {
        transform: translateX(100%);
    }


    header .scroll
    {
        display: flex;
        overflow: auto;
        flex-direction: column;

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

        overscroll-behavior-y: contain;
    }



    header .logo img
    {
        width: 180px;
        height: 36px;
    }



    header .menu_wrap
    {
        order: 3;

        width: 100%;
        margin-top: 38px;
        padding: 0;

        border-radius: 0;
    }


    header .menu_wrap:before
    {
        display: none;
    }


    header .menu
    {
        flex-direction: column;

        gap: 5px;
    }


    header .menu_item > a
    {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;

        justify-content: flex-start;

        padding: 0;
    }


    header .menu_item > a .arr
    {
        position: relative;
        top: 1px;

        width: 16px;
        height: 16px;

        color: var(--primary_color);
    }


    header .menu_item > a.active,
    header .menu_item > a.hover
    {
        border-radius: 0;
        background: none;

                backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }


    header .sub_menu
    {
        display: none !important;
    }



    header .langs
    {
        display: none;
    }



    header .phones
    {
        order: 4;

        width: 100%;
        margin-top: 38px;
        margin-bottom: 96px;
    }


    header .phones .btn
    {
        display: none;
    }


    header .phones .mini_modal
    {
        position: relative;
        top: 0;

        visibility: visible;

        width: 100%;
        min-width: 100%;
        margin: 0;
        padding: 15px;

        pointer-events: auto;

        opacity: 1;

        gap: 10px;
    }


    header .phones .phone
    {
        display: flex;
    }


    header .phones .item:last-child
    {
        position: absolute;
        top: 100%;
        left: 0;

        width: 100%;
        margin-top: 38px;
    }


    header .phones .val
    {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;

        letter-spacing: -.4px;
    }



    header .location
    {
        z-index: 10;

        display: block;
        order: 2;

        margin-right: auto;
        margin-left: auto;

        transform: translateX(-8px);
    }


    header .location .mini_modal
    {
        right: auto;
        left: 0;
    }



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



    /*---------------
        Page head
    ---------------*/
    .page_head
    {
        gap: 24px;
    }


    .page_head .image
    {
        height: 280px;
    }



    /*----------------
        Block head
    ----------------*/
    .block_head.pad_r
    {
        padding-right: 0;
    }


    .block_head .all_link
    {
        margin-left: auto;
    }



    /*-----------------
        First section
    -----------------*/
    .first_section .cont
    {
        min-height: 816px;
        padding-bottom: 80px;
    }


    .first_section .title span img
    {
        bottom: -8px;
    }


    .first_section .desc
    {
        font-size: 15px;

        width: 548px;
    }


    .first_section .scroll_down_btn .icon
    {
        width: 32px;
        height: 18px;
    }



    /*--------------
        Services
    --------------*/
    .services
    {
        padding-bottom: 0;
    }


    .services .swiper-slide
    {
        width: 269px;
    }


    .services .service .name
    {
        font-size: 16px;
        line-height: 125%;
    }



    /*----------------
        About info
    ----------------*/
    .about_info .stats .title
    {
        width: 100%;
        margin-bottom: 24px;

        text-align: left;
    }


    .about_info .stats .title br
    {
        display: none;
    }


    .about_info .stats .title .icon
    {
        position: relative;
        top: 1px;

        width: 14px;
        height: 22px;

        transform: rotate(90deg);
    }


    .about_info .advantages .name
    {
        font-size: 16px;
        line-height: 125%;
    }


    .about_info .stats .data
    {
        width: 100%;
    }


    .about_info .stats .val div
    {
        height: 44px;
        padding: 4px 16px;
    }



    /*--------------
        Projects
    --------------*/
    .projects .block_head .all_link
    {
        height: 54px;
    }


    .projects .swiper-slide
    {
        width: 252px;
    }


    .projects .swiper-button-next,
    .projects .swiper-button-prev
    {
        top: -95px;
    }


    .projects .project .info
    {
        padding: 24px 15px;
    }


    .projects .project .area
    {
        margin-bottom: 16px;
        padding: 4px 8px;
    }


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


    .projects .project .desc
    {
        margin-top: 14px;
    }



    /*-----------
        Steps
    -----------*/
    .steps .row > *
    {
        width: calc(33.333% - 20px);
    }

    .steps .row > *.tablet_big
    {
        width: calc(50% - 20px);
    }



    .steps .start .name,
    .steps .finish .name
    {
        font-size: 16px;
        line-height: 125%;
    }


    .steps .start .desc,
    .steps .finish .desc
    {
        line-height: 125%;

        margin-top: 12px;
    }



    .steps .step .number
    {
        height: 52px;
        margin-bottom: 16px;
    }


    .steps .step .name
    {
        font-size: 16px;
        line-height: 125%;
    }



    /*------------
        Why we
    ------------*/
    .why_we .row > *
    {
        width: calc(50% - 20px);
    }


    .why_we .item
    {
        min-height: 324px;
    }


    .why_we .item .name
    {
        font-size: 16px;
        line-height: 125%;
    }


    .why_we .item .image5 img
    {
        width: 144px;
        height: 146px;
    }

    .why_we .item .image6 img
    {
        width: 188px;
        height: 163px;
    }



    /*---------------
        Portfolio
    ---------------*/
    .portfolio .head .block_head
    {
        width: 100%;
    }


    .portfolio .head .summary
    {
        width: 100%;
        margin-top: 20px;
        padding: 0;
    }



    .portfolio .filter,
    .portfolio .filter.center
    {
        justify-content: center;

        margin-bottom: 24px;

        gap: 10px;
    }


    .portfolio .filter.pad_r
    {
        padding-right: 0;
    }



    .portfolio .swiper-scrollbar
    {
        display: block;
    }



    .portfolio .row
    {
        margin-bottom: -24px;
        margin-left: 0;
    }


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



    .portfolio .project .images .big
    {
        width: calc(100% - 164px);
    }


    .portfolio .project .images .small
    {
        width: 160px;
    }


    .portfolio .project .images .image
    {
        height: 160px;
    }

    .portfolio .project .images .big .image
    {
        height: 324px;
    }


    .portfolio .project .name
    {
        font-size: 16px;
        line-height: 125%;
    }


    .portfolio .project .price .val
    {
        font-size: 16px;
        line-height: 125%;
    }


    .portfolio .project .info .col
    {
        width: calc(100% - 170px);
    }


    .portfolio .project .link
    {
        width: 160px;
    }



    /*------------------
        Action block
    ------------------*/
    .action_block .data
    {
        justify-content: flex-start;

        min-height: 480px;

        background-position: calc(100% + 148px) calc(50% + 120px);
        background-size: 699px 699px;
    }


    .action_block .desc
    {
        font-size: 14px;

        width: 320px;
        margin-top: 20px;
    }


    .action_block .person .info
    {
        bottom: 80px;
        left: -180px;
    }



    /*---------
        FAQ
    ---------*/
    .FAQ .block_head
    {
        width: 100%;
        margin-bottom: 40px;
    }


    .FAQ .messengers
    {
        display: none;
    }


    .FAQ .accordion
    {
        width: 100%;
    }



    /*---------------
        Excursion
    ---------------*/
    .excursion .data
    {
        width: 344px;
        margin-right: -64px;
        padding-top: 24px;
    }


    .excursion .data .desc
    {
        font-size: 14px;
    }


    .excursion .data .in_progress
    {
        font-size: 15px;

        justify-content: flex-start;

        margin-top: 30px;
        padding-right: 0;
        padding-left: 30px;
    }



    .excursion .video
    {
        width: calc(100% - 280px);
        height: 360px;
    }



    /*--------------
        Partners
    --------------*/
    .partners .count
    {
        width: 160px;
    }


    .partners .count .label
    {
        font-size: 15px;
    }


    .partners .swiper
    {
        width: calc(100% - 200px);
    }


    .partners .image
    {
        height: 30px;
    }



    /*--------------------
        Portfolio item
    --------------------*/
    .portfolio_item .project_name
    {
        min-height: 52px;
    }


    .portfolio_item .stats .item
    {
        height: 136px;
    }


    .portfolio_item .stats .val div
    {
        height: 44px;
        padding: 4px 16px;
    }


    .portfolio_item .stats .val sup
    {
        font-size: 14px;
    }



    .portfolio_item .gallery .image
    {
        height: 140px;
    }

    .portfolio_item .gallery .image.big_h
    {
        height: 280px;
    }



    /*---------------------
        Factory gallery
    ---------------------*/
    .factory_gallery .grid
    {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }


    .factory_gallery .item .name
    {
        font-size: 14px;

        padding: 12px;
    }


    .factory_gallery .item .thumb
    {
        height: 100px;
    }

    .factory_gallery .item.big1 .thumb,
    .factory_gallery .item.big2 .thumb
    {
        height: 208px;
    }


    .factory_gallery .item .arrow
    {
        display: none;
    }



    /*--------------------
        Our production
    --------------------*/
    .our_production .head
    {
        padding: 32px 0;
    }


    .our_production .item.middle_w,
    .our_production .item.big_w
    {
        width: 308px;
    }


    .our_production .item .name
    {
        font-size: 16px;
        line-height: 125%;
    }


    .our_production .video
    {
        width: calc(100% - 332px);
    }

    .our_production .video.medium_w
    {
        width: calc(100% - 300px);
    }

    .our_production .video.small_w
    {
        width: calc(100% - 588px);
    }


    .our_production .image.small_w
    {
        width: 220px;
    }


    .our_production .standarts,
    .our_production .smart_home
    {
        width: calc(100% - 348px);
    }



    /*--------------
        Fittings
    --------------*/
    .fittings .block_head
    {
        width: 1005px;
        max-width: 100%;
    }


    .fittings .block_head .title.small
    {
        font-size: var(--font_size_title);
    }


    .fittings .brands
    {
        width: 100%;
        margin-top: 40px;
        margin-left: 0;
    }


    .fittings .gallery
    {
        margin-top: 48px;
    }



    /*-----------------------------
        Interior design gallery
    -----------------------------*/
    .interior_design_gallery .grid
    {
        height: 600px;

        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(14, 1fr);
    }


    .interior_design_gallery .item1
    {
        grid-area: 1 / 1 / 8 / 4;
    }

    .interior_design_gallery .item2
    {
        grid-area: 1 / 4 / 11 / 7;
    }

    .interior_design_gallery .item3
    {
        grid-area: 11 / 1 / 15 / 3;
    }

    .interior_design_gallery .item4
    {
        grid-area: 8 / 1 / 11 / 2;
    }

    .interior_design_gallery .item5
    {
        grid-area: 8 / 2 / 11 / 4;
    }

    .interior_design_gallery .item6
    {
        grid-area: 11 / 3 / 15 / 7;
    }


    .interior_design_gallery .item .name
    {
        font-size: 16px;
        line-height: 125%;
    }



    /*-----------------
        Exact match
    -----------------*/
    .exact_match .why .item
    {
        width: calc(50% - 10px);
        height: 200px;
    }



    /*-------------------
        What included
    -------------------*/
    .what_included .block_head .col
    {
        max-width: calc(100% - 276px);
    }


    .what_included .grid
    {
        padding-bottom: 1px;
    }


    .what_included .grid > *
    {
        width: 100%;
        margin-bottom: -1px;
    }


    .what_included .item .name
    {
        font-size: 16px;
        line-height: 125%;
    }



    /*------------
        Prices
    ------------*/
    .prices .block_head.row .title
    {
        width: 100%;
    }


    .prices .block_head .messengers
    {
        margin-left: 0;
    }


    .prices table th + th,
    .prices table td + td
    {
        padding-left: 24px;
    }


    .prices table th
    {
        font-size: 16px;
        line-height: 125%;

        padding-bottom: 16px;
    }


    .prices table td
    {
        padding: 16px 0;
    }


    .prices table td.unit
    {
        width: 204px;
    }

    .prices table td.price
    {
        width: 148px;
    }



    /*-------------------
        Sub. services
    -------------------*/
    .sub_services .row > *
    {
        width: calc(33.333% - 10px);
    }


    .sub_services .row > *:last-child,
    .sub_services .row > *:nth-last-child(2)
    {
        width: calc(50% - 10px);
    }



    /*-------------------
        Contacts info
    -------------------*/
    .contacts_info .item .data
    {
        width: 100%;
    }


    .contacts_info .item .city > *
    {
        font-size: 18px;
    }


    .contacts_info .item .phone
    {
        justify-content: flex-start;
    }


    .contacts_info .item .phone .btn
    {
        margin-left: 20px;
    }


    .contacts_info .item .map_wrap
    {
        width: 100%;
        margin-top: 24px;
    }


    .contacts_info .item .map
    {
        height: 360px;
    }


    .contacts_info .item .map_wrap .link
    {
        text-align: center;
    }



    /*------------
        Footer
    ------------*/
    footer .logo img
    {
        width: 180px;
        height: 36px;
    }


    footer .contacts .phone
    {
        font-size: 16px;
    }


    footer .menu
    {
        width: 300px;
        margin-left: auto;
    }
}
