@media print,
(max-width: 1899px)
{
    /*------------
        Header
    ------------*/
    header:before
    {
        right: 0;
    }


    header .cont
    {
        padding: 0 24px;
    }


    header .menu
    {
        gap: 60px;
    }



    /*----------------
        Typography
    ----------------*/
    .text_block blockquote
    {
        margin-top: 72px;
        margin-right: 100px;
        margin-bottom: 72px;
        margin-left: 100px;
    }


    .text_block .bg_title
    {
        height: 600px;
    }

    .main_slider .img2 {
        width: 400px;
        height: 430px;
    }
    .main_slider .controls {
        width: 400px;
        height: 75px;
        padding: 5px 50px 0;
    }


    /*-------------------
        Service block
    -------------------*/
    .service2_block:after,
    .service4_block:before
    {
        display: none;
    }



    /*-----------------
        Bottom text
    -----------------*/
    .bottom_text .data
    {
        width: calc(100% - 760px);
    }
}
