@media print,
(max-width: 1279px)
{
    /*-------------------
        Global styles
    -------------------*/
    :root
    {
        --sidebar_width: 240px;
        --font_size: 15px;
        --font_size_title: 44px;
    }


    html.custom_scroll ::-webkit-scrollbar
    {
        width: 5px;
        height: 5px;
    }


    .content_flex
    {
        margin-bottom: 100px;
    }

    .content_flex.big_aside
    {
        --sidebar_width: 300px;
    }

    .content_flex.min_aside
    {
        --sidebar_width: 240px;
    }


    .content_flex .content
    {
        max-width: calc(100% - var(--sidebar_width) - 32px);
    }

    .content_flex .content > * + *
    {
        margin-top: 80px;
    }


    .swiper-button-next,
    .swiper-button-prev
    {
        top: -119px;

        width: 60px;
        height: 60px;
    }

    .swiper-button-prev
    {
        right: 72px;
    }



    .swiper-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction
    {
        bottom: 40px;
        left: 24px;

        margin-left: 0;
    }



    /*--------------
        Fancybox
    --------------*/
    .fancybox__slide
    {
        padding: 32px;
    }



    /*---------------
        Accordion
    ---------------*/
    .accordion_item
    {
        margin-left: 24px;
    }

    .accordion_item:before
    {
        top: 64px;
        left: -23px;

        height: calc(100% - 47px);
    }


    .accordion_item .head
    {
        padding: 23px 67px;
    }


    .accordion_item .head .icon
    {
        width: 44px;
        height: 44px;
    }

    .accordion_item .head .icon img
    {
        width: 28px;
        height: 28px;
    }


    .accordion_item .head .number
    {
        font-size: 15px;
        line-height: 18px;

        left: -25px;

        min-width: 80px;
        height: 36px;
        padding: 8px 14px;
    }


    .accordion_item .head .title
    {
        font-size: 19px;
        line-height: 23px;
    }


    .accordion_item .head:after
    {
        right: 23px;

        width: 16px;
        height: 10px;

        border-top-width: 10px;
        border-right-width: 8px;
        border-left-width: 8px;
    }



    .accordion_item .data
    {
        padding: 0 67px 48px;
    }



    /*------------
        Header
    ------------*/
    header
    {
        padding: 20px 0 8px;
    }


    header .cont + .cont
    {
        margin-top: 20px;
    }


    header .data
    {
        width: calc(100% - 172px);
    }

    header .cont + .cont .data
    {
        padding-top: 5px;
    }


    header .search
    {
        width: calc(100% - 460px);
    }

    header .search .input
    {
        height: 44px;
        padding: 0 63px 2px 31px;
    }

    header .search .submit_btn
    {
        width: 64px;
        height: 44px;
        margin-left: -64px;
    }


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


    header .contacts .time
    {
        font-size: 12px;
        line-height: 16px;

        margin-top: 2px;
    }


    header .messengers
    {
        margin-left: 16px;
    }

    header .messengers a + a
    {
        margin-left: 8px;
    }


    header .pick_up_btn
    {
        padding: 11px 24px 12px;
    }


    header .all_tours .btn
    {
        width: 144px;
        height: 44px;
    }


    header .all_tours .mini_modal
    {
        padding: 28px 20px;
    }


    header .all_tours .item
    {
        padding-right: 40px;
        padding-left: 40px;
    }


    header .all_tours .title
    {
        font-size: 17px;
        line-height: 21px;

        margin-bottom: 16px;
    }


    header .menu
    {
        width: 100%;

        justify-content: space-between;
    }

    header .menu_item + .menu_item
    {
        margin-left: 0;
    }


    header .sub_menu
    {
        left: -25px;

        width: 240px;
        padding: 20px 24px;
    }


    header .you_watched
    {
        display: none;
    }



    /*-------------
        Sidebar
    -------------*/
    aside .filter .title
    {
        font-size: 28px;
        line-height: 32px;

        margin-bottom: 24px;
    }


    aside .filter .reset_btn
    {
        margin-top: 16px;
    }



    aside .categories
    {
        padding: 24px;
    }


    aside .categories .title
    {
        font-size: 17px;
        line-height: 23px;

        margin-bottom: 16px;
    }


    aside .categories .items
    {
        font-size: 13px;
    }

    aside .categories .items > * + *
    {
        margin-top: 14px;
    }



    .departure_dates .block_title
    {
        font-size: 28px;
        line-height: 32px;

        margin-bottom: 24px;
    }


    .departure_dates .item .icon
    {
        width: 26px;
        height: 26px;
        margin-right: 12px;
    }


    .departure_dates .item .info
    {
        width: calc(100% - 154px);
        padding-right: 16px;
    }

    .departure_dates .item .info > * + *
    {
        margin-top: 4px;
    }


    .departure_dates .item .price
    {
        line-height: 42px;

        width: 116px;
        height: 44px;
    }

    .departure_dates .item .btn
    {
        width: 116px;
        height: 44px;
    }



    .hike_instructors
    {
        margin-top: 40px;
        padding: 30px;
    }

    .hike_instructors .title
    {
        font-size: 17px;
        line-height: 23px;

        margin-bottom: 20px;
    }



    /*---------------
        Page head
    ---------------*/
    .page_head
    {
        min-height: 0;
        margin-bottom: 60px;
        padding: 24px 0 40px;
    }

    .page_head.no_image
    {
        margin-bottom: 60px;
        padding-bottom: 24px;
    }


    .breadcrumbs
    {
        margin-bottom: 60px;
    }


    .page_title
    {
        font-size: 52px;
    }



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

    .block_head.padding_right
    {
        min-height: 60px;
        padding-right: 164px;
    }


    .block_head .title
    {
        line-height: calc(100% + 6px);
    }


    .block_head .desc
    {
        margin-bottom: 20px;
    }



    /*------------------
        Form elements
    ------------------*/
    .form .line
    {
        margin-bottom: 20px;
    }


    .form .submit_btn
    {
        height: 60px;
    }


    .form .agree
    {
        font-size: 13px;

        width: 200px;
    }


    .form .bottom .submit
    {
        width: 200px;
    }



    /*----------------
        Typography
    ----------------*/
    .text_block h1
    {
        font-size: 48px;

        margin-bottom: 36px;
    }

    .text_block h2
    {
        font-size: 32px;
        line-height: 125%;

        margin-bottom: 28px;
    }

    .text_block h5
    {
        font-size: 19px;
        line-height: 125%;
    }


    .text_block * + h2,
    .text_block * + h3,
    .text_block * + h4,
    .text_block * + h5,
    .text_block * + h6
    {
        margin-top: 80px;
    }


    .text_block blockquote
    {
        margin-top: 80px;
        margin-bottom: 80px;
        padding: 40px 0;
    }

    .text_block blockquote .text
    {
        font-size: 22px;
        line-height: 32px;
    }


    .text_block .slider .swiper-button-next,
    .text_block .slider .swiper-button-prev
    {
        width: 60px;
        height: 60px;
    }

    .text_block .slider .swiper-button-next
    {
        right: 20px;
    }

    .text_block .slider .swiper-button-prev
    {
        left: 20px;
    }



    .text_block table th
    {
        padding-bottom: 12px;
    }

    .text_block table td
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }



    /*-----------------
        Main slider
    -----------------*/
    .main_slider
    {
        margin-bottom: 100px;
    }

    .main_slider .caption
    {
        right: 24px;
        bottom: 32px;

        margin-right: 0;
    }


    .first_section .wrap_search_form
    {
        margin-top: 44px;
    }


    .first_section .title
    {
        font-size: 60px;
        line-height: 115%;
    }

    .first_section .desc
    {
        font-size: 18px;
        line-height: 22px;
    }



    /*-----------------
        Impressions
    -----------------*/
    .impressions
    {
        height: 840px;
        margin-bottom: 100px;
        padding-top: 20px;
    }


    .impressions .head
    {
        width: 484px;
    }


    .impressions .head .title
    {
        font-size: 50px;
    }


    .impressions .head .desc
    {
        margin-top: 28px;
        padding-left: 50px;
    }


    .impressions .quote
    {
        font-size: 26px;
        line-height: 125%;

        right: 24px;

        width: 360px;
        margin-right: 0;
    }


    .impressions .item1
    {
        margin-left: 197px;
    }

    .impressions .item2
    {
        top: 440px;
    }

    .impressions .item3
    {
        margin-left: -420px;
    }


    .impressions .item .val
    {
        font-size: 40px;
        line-height: calc(100% + 6px);
    }

    .impressions .item .desc
    {
        margin-top: 8px;
    }


    .impressions .line
    {
        top: -64px;

        width: 624px;
        height: auto;
        margin-left: -464px;
    }



    /*-----------------
        Search form
    -----------------*/
    .wrap_search_form
    {
        height: 100px;
    }


    .search_form .line
    {
        width: 212px;
    }


    .search_form .mini_modal.active
    {
        top: calc(100% + 8px);
    }


    .search_form .submit
    {
        width: 220px;
    }

    .search_form .submit_btn
    {
        height: 60px;
    }


    .search_form.full_show .row
    {
        margin-bottom: -24px;
    }

    .search_form.full_show .line,
    .search_form.full_show .submit
    {
        width: 296px;
        margin-bottom: 24px;
    }


    .search_form .advanced_btn
    {
        width: 210px;
    }

    .search_form .advanced_btn.active
    {
        width: 286px;
    }



    /*-------------------
        Contacts info
    -------------------*/
    .contacts_info
    {
        margin-bottom: 100px;
    }


    .contacts_info .data
    {
        width: 344px;
    }


    .contacts_info .data .block_head
    {
        margin-bottom: 44px;
    }


    .contacts_info .data .name
    {
        margin-bottom: 8px;
    }


    .contacts_info .phone
    {
        font-size: 26px;
        line-height: 30px;
    }


    .contacts_info .requisites
    {
        margin-top: 32px;
        padding-top: 31px;
    }


    .contacts_info .map_wrap
    {
        width: calc(100% - 400px);
        padding-top: 12px;
    }


    .contacts_info .tabs
    {
        margin-left: -60px;
    }

    .contacts_info .tabs button
    {
        max-width: calc(50% - 60px);
        margin-left: 60px;
        padding-bottom: 20px;
    }


    .contacts_info .map_wrap .map
    {
        height: 520px;
    }



    /*---------------
        Gift cert
    ---------------*/
    .gift_cert
    {
        padding: 100px 0;
    }


    .gift_cert .data
    {
        padding: 60px;
    }


    .gift_cert .block_head
    {
        width: 364px;
    }

    .gift_cert .block_head .title
    {
        line-height: calc(100% + 6px);
    }


    .gift_cert .btn
    {
        width: 280px;
        height: 68px;
        margin-top: 40px;
    }


    .gift_cert .img
    {
        right: -172px;

        width: 600px;
        height: 600px;
    }



    /*------------------
        Catalog head
    ------------------*/
    .catalog_head
    {
        margin-bottom: 52px;
        padding-bottom: 60px;
    }


    .catalog_head .months
    {
        margin-top: 36px;
    }

    .catalog_head .months .swiper
    {
        padding: 0 40px;
    }

    .catalog_head .months .item
    {
        padding: 16px 20px;
    }



    /*----------------
        Tours head
    ----------------*/
    .tours_head
    {
        margin-bottom: 32px;
        padding-bottom: 23px;
    }



    /*-----------
        Tours
    -----------*/
    .tours
    {
        margin-bottom: 100px;
    }


    .tours .tour .hot
    {
        top: 12px;
        left: 12px;
    }


    .tours .tour .name
    {
        font-size: 19px;
    }


    .tours .params > * + *
    {
        margin-top: 12px;
    }


    .tours .date
    {
        font-size: 13px;
    }

    .tours .date .selected .icon
    {
        margin: 0 6px;
    }


    .tours .details_link
    {
        margin-top: 24px;
        padding: 15px 20px 16px;
    }



    .tours .list .tour .thumb
    {
        width: 240px;
        padding-bottom: 240px;
    }

    .tours .list .tour .thumb + div
    {
        width: calc(100% - 260px);
    }



    /*--------------
        Seo text
    --------------*/
    .seo_text
    {
        margin-bottom: 100px;
    }



    /*------------------
        Booking head
    ------------------*/
    .booking_head .breadcrumbs
    {
        margin-bottom: 52px;
    }


    .booking_head .desc
    {
        width: 520px;
        margin-top: 28px;
    }



    /*-------------
        Booking
    -------------*/
    .booking .col_main
    {
        width: calc(100% - 468px);
    }


    .booking .col_right
    {
        width: calc(50% - 28px);
        margin-top: -232px;
        margin-right: -24px;
    }



    .booking .form .title
    {
        font-size: 18px;

        margin-bottom: 16px;
    }



    .booking .tour
    {
        padding: 24px;
    }


    .booking .tour .info .thumb
    {
        width: 140px;
        padding-bottom: 140px;
    }

    .booking .tour .info .thumb + div
    {
        width: calc(100% - 156px);
    }


    .booking .tour .info .location
    {
        font-size: 13px;
        line-height: 17px;
    }


    .booking .tour .info .name
    {
        font-size: 18px;
        line-height: 20px;
    }


    .booking .tour .info .features
    {
        font-size: 13px;
        line-height: 17px;

        margin-top: 15px;
    }


    .booking .tour .price .val
    {
        font-size: 30px;
        line-height: 40px;

        margin-top: 4px;
    }


    .booking .tour .buy_btn
    {
        width: 192px;
        height: 50px;
    }


    .booking .tour .agree
    {
        font-size: 11px;

        margin-top: 8px;
    }


    .booking .tour .options
    {
        padding-top: 24px;
    }


    .booking .tour .options .col
    {
        width: calc(50% - 12px);
    }



    /*-------------
        How buy
    -------------*/
    .how_buy .block_title
    {
        font-size: 36px;
        line-height: 115%;

        margin-bottom: 32px;
    }



    /* .how_buy .step + .step
    {
        margin-top: 36px;
    } */


    .how_buy .bg2
    {
        top: 60px;
        left: 16px;

        height: 992px;
    }



    /*----------------
        About head
    ----------------*/
    .about_head
    {
        min-height: 700px;
        margin-bottom: 120px;
    }


    .about_head .breadcrumbs
    {
        margin-bottom: 40px;
    }


    .about_head .data .title
    {
        font-size: 92px;
        line-height: 104px;
    }


    .about_head .data .desc
    {
        color: var(--text_color);
        font-size: 16px;

        position: absolute;
        bottom: -60px;
        left: 24px;

        width: calc(100% - 48px);
        margin: 0;
        padding: 24px 28px;

        border-radius: 4px;
        background: #fff;
        box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    }


    .about_head .person .btn
    {
        font-size: 17px;
        line-height: 21px;

        padding: 12px 28px 16px;
    }


    .about_head .person .mini_modal,
    .about_head .person .mini_modal.active
    {
        width: 733px;
        padding: 32px;

        border-radius: 22px;
    }

    .about_head .person .name
    {
        font-size: 20px;

        margin-bottom: 20px;
    }


    .about_head .person .text_block
    {
        font-size: 14px;
    }


    .about_head .person .socials
    {
        font-size: 14px;
        line-height: 20px;

        margin-top: 20px;
    }



    /*-----------------
        Instructors
    -----------------*/
    .instructors .bg
    {
        display: none;
    }


    .instructors .person .photo
    {
        margin-bottom: 28px;
    }

    .instructors .person .name
    {
        font-size: 19px;
        line-height: 21px;
    }



    /*------------------
        Photogallery
    ------------------*/
    .photogallery
    {
        margin-bottom: 100px;
    }


    .wheelSlider-container
    {
        width: 900px;
    }



    /*-------------
        Reviews
    -------------*/
    .reviews
    {
        margin-bottom: 100px;
    }


    .reviews .add_review_btn
    {
        padding: 16px 32px;
    }


    .reviews .tabs
    {
        margin-left: -28px;
    }

    .reviews .tabs button
    {
        font-size: 22px;
        line-height: 28px;

        margin-left: 28px;
    }


    .reviews .tab_content.active
    {
        padding: 52px 0;
    }



    /*----------------
        Directions
    ----------------*/
    .directions
    {
        margin-bottom: 100px;
    }


    .directions .block_head
    {
        width: 100%;
        padding: 0;
    }



    /*----------------
        In socials
    ----------------*/
    .in_socials .block_title
    {
        font-size: 50px;

        margin-bottom: 40px;
    }


    .in_socials .swiper-slide
    {
        width: 280px;
    }



    /*------------------
        Article head
    ------------------*/
    .article_head .info
    {
        width: 548px;
    }


    .article_head .next_link
    {
        font-size: 13px;

        margin-top: 8px;
    }

    .article_head .next_link .title
    {
        font-size: 18px;
        line-height: 22px;

        margin-top: 8px;
    }



    /*-----------
        Share
    -----------*/
    .share
    {
        font-size: 13px;

        padding: 12px 0;
    }



    /*------------------
        Service head
    ------------------*/
    .service_head
    {
        margin-bottom: 0;
    }


    .service_head .params
    {
        margin-top: 60px;
        margin-bottom: 0;
        margin-bottom: -8px;
        margin-left: -8px;
        padding: 0;

        border-radius: 0;
        background: none;
        box-shadow: none;

        justify-content: flex-start;
    }


    .service_head .params > *
    {
        margin-bottom: 8px;
        margin-left: 8px;
        padding: 8px 20px;

        white-space: nowrap;

        border-radius: 4px;
        background: #fff;
    }

    .service_head .params br
    {
        display: none;
    }


    .service_head .params .icon
    {
        width: 24px;
        height: 24px;
    }

    .service_head .params .icon svg
    {
        width: 24px;
        height: 24px;
    }


    .service_head .params .circles
    {
        padding: 3px 0 4px;
    }



    /*-----------------
        Service nav
    -----------------*/
    .service_nav
    {
        margin-bottom: 60px;
    }


    .service_nav .data
    {
        padding-top: 20px;
    }



    /*-------------
        Gallery
    -------------*/
    .gallery .block_title
    {
        font-size: 36px;
        line-height: 115%;

        margin-bottom: 32px;
    }


    .gallery .item .count
    {
        font-size: 36px;
        line-height: 115%;
    }



    /*------------------
        Hike program
    ------------------*/
    .hike_program .block_title
    {
        font-size: 36px;
        line-height: 115%;

        margin-bottom: 32px;
    }


    .hike_program .slider
    {
        width: calc(100% + 134px);
        margin-right: -67px;
        margin-left: -67px;
        padding: 0 67px;
    }


    .hike_program .notice
    {
        margin-top: 50px;
        padding-left: 28px;
    }



    /*---------------
        Route map
    ---------------*/
    .route_map .block_title
    {
        font-size: 36px;
        line-height: 115%;

        margin-bottom: 32px;
    }


    .route_map .map_link
    {
        margin-bottom: 36px;
    }


    .route_map .map
    {
        height: 700px;
    }



    /*---------------
        Equipment
    ---------------*/
    .equipment .block_title
    {
        font-size: 36px;
        line-height: 115%;

        margin-bottom: 32px;
    }


    .equipment .print_btn
    {
        margin-bottom: 36px;
    }


    .equipment .accordion_item .head
    {
        padding-left: 80px;
    }

    .equipment .accordion_item .data
    {
        padding-bottom: 36px;
    }


    .equipment .text_block
    {
        font-size: 13px;

        padding-bottom: 20px;
    }


    .equipment .notice
    {
        padding-left: 28px;
    }



    /*-------------
        Tickets
    -------------*/
    .tickets .block_title
    {
        font-size: 36px;
        line-height: 115%;

        margin-bottom: 32px;
    }



    /*-----------------
        Video block
    -----------------*/
    .video_block .block_title
    {
        font-size: 36px;
        line-height: 115%;

        margin-bottom: 32px;
    }


    .video_block .link .btn
    {
        width: 100px;
        height: 100px;
    }



    /*-----------------
        Travel cost
    -----------------*/
    .travel_cost .block_title
    {
        font-size: 36px;
        line-height: 115%;

        margin-bottom: 32px;
    }

    .travel_cost .block_title span
    {
        margin-top: 4px;
    }


    .travel_cost .exp
    {
        margin-bottom: 32px;
    }


    .travel_cost .col.bg
    {
        padding: 32px 24px;
    }

    .travel_cost .col + .col
    {
        padding: 32px 0 32px 32px;
    }


    .travel_cost .title
    {
        font-size: 22px;
        line-height: 28px;

        margin-bottom: 24px;
    }


    .travel_cost .items
    {
        font-size: 13px;
    }



    /*--------------------
        Contacts block
    --------------------*/
    .contacts_block .data
    {
        padding: 40px;
    }


    .contacts_block .info
    {
        width: 100%;
    }


    .contacts_block .info .title
    {
        font-size: 28px;
        line-height: 125%;
    }


    .contacts_block .info .desc
    {
        font-size: 13px;
    }


    .contacts_block .btn
    {
        font-size: 13px;

        margin-top: 28px;
        padding: 16px 20px;
    }


    .contacts_block .manager
    {
        width: 100%;
        margin-top: 40px;
    }


    .contacts_block .links
    {
        margin-top: 40px;
        padding-top: 31px;
    }



    /*------------
        Footer
    ------------*/
    footer .info
    {
        padding-top: 92px;
    }



    footer .col_left
    {
        margin-right: 0;
    }



    footer .phone
    {
        font-size: 32px;
        line-height: 40px;
    }


    footer .time
    {
        font-size: 13px;
        line-height: 100%;
    }


    footer .email
    {
        font-size: 17px;
        line-height: 21px;

        margin-top: 28px;
    }


    footer .instagram
    {
        font-size: 17px;
        line-height: 21px;
    }


    footer .vk_widget
    {
        margin-top: 28px;
    }



    footer .links
    {
        width: auto;
        margin-left: 0;
    }

    footer .links .items > * + *
    {
        margin-top: 12px;
    }



    footer .privacy_policy_link
    {
        margin-left: 110px;
    }



    footer .gift_cert_link
    {
        display: none;
    }



    footer .creator
    {
        margin-left: auto;
    }



    /*-----------
        PopUp
    -----------*/
    #pick_up_modal
    {
        padding: 60px 40px 50px;
    }


    #pick_up_modal .modal_title
    {
        font-size: 50px;
        line-height: 60px;
    }


    #pick_up_modal .directions
    {
        margin-top: 60px;
    }

    #pick_up_modal .directions .item .thumb
    {
        width: 89px;
        height: 168px;
    }


    #pick_up_modal .col
    {
        width: calc(50% - 20px);
    }
}
