    /* @font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Regular.ttf") format('woff');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Medium.ttf") format('woff');
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/Montserrat-Bold.ttf") format('woff');
    font-style: normal;
    font-weight: 600;
} */

    * {
        font-family: 'Montserrat';
        margin: 0;
        padding: 0;
    }

    h1 {
        font-size: 50px !important;
    }

    h2 {
        font-size: 40px !important;
    }

    h3,
    h4 {
        font-size: 30px !important;
    }

    h5 {
        font-size: 25px !important;
    }

    a,
    p,
    span {
        font-size: 20px !important;
    }

    /* a {
        text-decoration: none !important;
        font-style: italic !important;
        color: #323232 !important;
    } */

    /* form[aria-label="Контактная форма"] p */
    form p {
        margin-top: 15px;
        margin-bottom: 0;
        width: 100%;
    }

    /* form[aria-label="Контактная форма"] p input:not([type='submit']) */
    form p label {
        margin-top: 10px;
        width: 100%;
    }

    form p input:not([type='submit']) {
        margin-top: 10px;
        padding: 7px;
        width: 100%;
    }

    /* form[aria-label="Контактная форма"] p input[type='submit'] */
    form p input[type='submit'] {
        display: block;
        border: 0.0625rem solid transparent;
        width: 192px;
        margin: 15px auto 0 auto;
        padding: 0.8125rem 1.25rem;
        bottom: -1.375rem;
        font-size: 1.25rem;
        font-weight: 500;
        background: #323436;
        color: white;
        text-decoration: none;
        border-radius: 0.3125rem;
        transition: 500ms;
    }

    /* form[aria-label="Контактная форма"] p input[type='submit']:hover */
    form p input[type='submit']:hover {
        border: 0.0625rem solid #323436;
        background: #F1F1F1;
        color: #323436 !important;
        font-weight: 500;
        transition: 500ms;
    }

    /* form[aria-label="Контактная форма"] p span.wpcf7-spinner */
    form p span.wpcf7-spinner {
        display: none;
    }

    @media screen and (max-width: 1199px) {
        h1 {
            font-size: 45px !important;
        }

        h2 {
            font-size: 35px !important;
        }

        h3,
        h4 {
            font-size: 25px !important;
        }

        h5 {
            font-size: 20px !important;
        }

        a,
        p,
        span {
            font-size: 18px !important;
        }

        /* h2,
    h3,
    h4 {
        font-size: 30px;
    }
    a,
    p,
    span {
        font-size: 16px;
    } */
    }

    @media screen and (max-width: 991px) {

        .info-left .stk-row,
        .info-right .stk-row {
            flex-direction: column;
        }

        /* .info-right .stk-block-column:first-child {
            order: 2 !important;
        } */
        /* .info-right .stk-row:nth-child(2) {
            order: 0 !important;
        } */
    }

    @media screen and (max-width: 767px) {
        h1 {
            font-size: 40px !important;
        }

        h2 {
            font-size: 30px !important;
        }

        h3,
        h4 {
            font-size: 20px !important;
        }

        h5 {
            font-size: 18px !important;
        }

        a,
        p,
        span {
            font-size: 16px !important;
        }
    }

    .post,
    .page {
        margin: 0;
    }

    .overflow-hidden {
        overflow: hidden;
    }

    header {
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        filter: brightness(0.70);
        background-repeat: none;
        background-size: cover;
        background-position: center bottom;
    }

    main {
        position: relative;
        z-index: 1;
    }

    .header {
        background: linear-gradient(rgba(241, 241, 241, 0) 75%, rgba(241, 241, 241, 1) 95%);
        /* height: 100vh; */
    }

    .header-top {
        margin-top: 50px;
    }

    .header_menyu {
        margin-bottom: 0 !important;
        margin-left: 0;
    }

    .header_menyu li {
        list-style-type: none;
    }

    .header_menyu li a {
        /* font-size: 20px; */
        font-weight: 500;
        text-decoration: none;
        color: white;
    }

    @media screen and (max-width: 1023px) {
        .guide_info p {
            text-align: center !important;
        }

        .guide_ul ul li {
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
        }
    }

    @media screen and (max-width: 991px) {
        .header_menyu {
            position: absolute;
            top: 0;
            left: 0;
            z-index: -1;
            opacity: 0;
            transition: 1000ms;
            width: 100vw;
            margin-top: -50px;
            padding: 12px;
            background: linear-gradient(to right, #3232327F 50%, #323232 50%);
            /* height: 1080px; */
            height: 100vh;
            overflow: auto;
        }

        .header_menyu.active {
            opacity: 1;
            z-index: 1;
            transition: 1000ms;
            overflow: hidden;
        }

        .header_menyu li {
            margin: 25px 0;
        }

        .header_menyu li:nth-child(1) {
            margin-top: 50px;
        }
    }

    /* @media screen and (max-width: 991px) {
    .header_menyu {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        transition: 1000ms;
        width: 100vw;
        margin-top: -50px;
        padding: 12px;
        background: linear-gradient(to right, #3232327F 50%, #323232 50%);
        height: 1080px;
        overflow: auto;
    }
    .header_menyu.active {
        opacity: 1;
        z-index: 1;
        transition: 1000ms;
        overflow: hidden;
    }
    .header_menyu li {
        margin: 25px 0;
    }
    .header_menyu li:nth-child(1) {
        margin-top: 50px;
    }
} */

    i,
    .burger_menu,
    .close_menu {
        color: white;
        font-size: 30px;
    }

    .choose_lang select {
        border: none;
        background: transparent;
        /* font-size: 20px; */
        font-weight: 500;
        text-decoration: none;
        color: white;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .choose_lang select::-ms-expand {
        display: none;
    }

    .choose_lang select option {
        color: #323232;
    }

    .header-bottom {
        /* height: 886px; */
        height: 100vh;
        padding: 30vh 0;
    }

    @media screen and (max-width: 767px) {
        .header-bottom {
            /* height: 700px; */
            height: 100vh;
        }
    }

    .header_name,
    .header_name span {
        text-decoration: none;
        font-weight: 600;
        color: rgba(241, 241, 241, 1);
        /* font-size: 50px; */
    }

    .header_description {
        margin-top: 20px;
        text-decoration: none;
        font-weight: 400;
        color: rgba(241, 241, 241, 1);
        /* font-size: 20px; */
    }

    .main {
        padding: 50px 0;
        min-height: 1080px;
        background: rgba(241, 241, 241, 1);
        /* margin-top: -3px;
    margin-bottom: 50px !important; */
    }

    .footer-top {
        margin: 50px 0;
        height: 100%;
    }

    .footer_menyu {
        height: 100%;
        margin-bottom: 0 !important;
        margin-left: 0;
        padding-left: 0;
        /* height: 15vh; */
    }

    .footer_menyu li {
        margin-left: 0;
        padding-left: 0;
    }

    /* @media screen and (max-width: 1199px) {
    .footer_menyu {
        margin: 50px 0;
        height: 200px;
    }
} */

    .footer_menyu li {
        list-style-type: none;
        margin: 15px 0;
    }

    .footer_menyu li a {
        /* font-size: 20px; */
        font-weight: 500;
        text-decoration: none;
        color: white !important;
    }

    .footer_bottom {
        font-size: 15px;
        color: #f1f1f1cf;
    }

    .black_button {
        border: 0.0625rem solid transparent;
        width: 192px;
        margin: 0 auto;
        padding: 0.8125rem 1.25rem;
        bottom: -1.375rem;
        font-size: 1.25rem;
        font-weight: 500;
        background: #323436;
        text-decoration: none;
        border-radius: 0.3125rem;
        transition: 500ms;
    }

    .black_button a {
        color: #F1F1F1 !important;
        text-decoration: none;
    }

    .black_button:hover {
        border: 0.0625rem solid #323436;
        background: #F1F1F1;
        color: #323436 !important;
        font-weight: 500;
        transition: 500ms;
    }

    .black_button:hover a {
        color: #323436 !important;
    }

    .white_button {
        width: 192px;
        margin: 0 auto;
        margin-top: 2.1875rem;
        padding: 0.8125rem 3rem;
        font-size: 1.25rem;
        font-weight: 500;
        border: 0.0625rem solid #323436;
        background: #F1F1F1;
        border-radius: 0.3125rem;
        transition: 500ms;
    }

    .white_button a {
        color: #323436 !important;
        text-decoration: none;
    }

    .white_button:hover {
        background: #323436;
        font-weight: 500;
        transition: 500ms;
    }

    .white_button:hover a {
        color: #F1F1F1 !important;
    }

    .excursion_block {
        margin: 12px 0;
        padding: 0 12px;
    }

    .excursion-block {
        height: 300px;
        background-position: bottom center;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 10px;
        overflow: hidden;
    }

    .excursion_nameInfo {
        width: 100%;
        height: 100%;
        padding: 10px;
        background: linear-gradient(to bottom, rgba(31, 32, 32, 0%) 40%, rgba(32, 32, 32, 0.6) 90%);
        text-decoration: none;
    }

    .excursion_nameInfo span {
        color: #F1F1F1;
        margin-bottom: 10px;
        text-decoration: none;
    }

    .excursion_nameInfo p {
        font-size: 15px;
        color: #F1F1F1CF;
        margin-bottom: 10px;
    }

    .pagination-pages {
        min-width: 150px;
        max-width: 550px;
        width: 100%;
        margin: 25px auto;
    }

    .pagination-pages span {
        width: 50px;
        text-align: center;
        font-size: 30px !important;
        font-weight: 400;
    }

    @media screen and (max-width: 575px) {
        .pagination-pages {
            min-width: 280px;
            width: 100%;
            max-width: 575px;
            margin: 25px auto;
        }
    }

    .pagination-pages a {
        width: 50px;
        text-align: center;
        color: #323232;
        text-decoration: none;
        font-weight: 500;
    }