* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Urbanist', sans-serif;
    background-color: #fff;
    color: #000;
    line-height: 1.5;
}

h1,
h2,
h3,
h4 {
    line-height: 1;
}

.container_1170_bight {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}


.header_abs_bight {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 20px 0;
    background: transparent;
}

.header_flex_bight {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_img_bight {
    max-height: 48px;
    width: auto;
}

.nav_menu_bight {
    display: flex;
    gap: 40px;
    list-style: none;
}

.nav_menu_bight a {
    text-decoration: none;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
}

.btn_header_bight {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 28px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s;
}

.btn_header_bight:hover {
    background: #fff;
    color: #000;
}


.banner_wrap_bight {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../img/main_img.jpg') center/cover no-repeat;
    min-height: 700px;
    display: flex;
    align-items: center;
    position: relative;
}

.banner_content_bight {
    max-width: 650px;
    color: #fff;
}

.banner_title_bight {
    font-size: 58px;
    font-weight: 600;
    line-height: 1.1;
    color: #fff;
}

.banner_text_bight {
    font-size: 18px;
    margin: 25px 0 30px;
    opacity: 0.9;
}

.btn_primary_bight {
    background: #fff;
    color: #000;
    border: none;
    padding: 14px 36px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
    transition: 0.2s;
}

.btn_primary_bight:hover {
    background: #eaeaea;
}

.btn_outline_white_bight {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 34px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s;
}

.btn_outline_white_bight:hover {
    background: #fff;
    color: #000;
}


.cta_stripe_bight {
    background-color: #3538cd;
    padding: 16px 0;
}

.cta_flex_bight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cta_title_bight {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
}

.btn_darkblue_bight {
    background: #3538cd;
    color: #fff;
    border: 2px solid #fff;
    padding: 12px 34px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s;
}

.btn_darkblue_bight:hover {
    background: #fff;
    color: #3538cd;
}


.about_section_bight {
    padding: 80px 0;
    background: #fff;
}

.about_grid_bight {
    display: flex;
    gap: 50px;
    align-items: center;
}

.about_left_bight {
    flex: 1;
}

.about_right_bight {
    flex: 1;
}

.about_img_bight {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #0003;
}

.about_subtitle_bight {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #3538cd;
    font-weight: 600;
}

.about_heading_bight {
    font-size: 42px;
    font-weight: 600;
    margin: 15px 0 20px;
}

.about_desc_bight {
    color: #333;
    margin-bottom: 25px;
    font-size: 16px;
}

.btn_blue_bight {
    background: #3538cd;
    color: #fff;
    border: none;
    padding: 14px 38px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

.btn_blue_bight:hover {
    background: #2a2bb0;
}


.tourism_spots_bight {
    padding: 80px 0;
}

.section_title_bight {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section_text_bight {
    max-width: 600px;
    margin-bottom: 45px;
    color: #333;
}

.card_grid_bight {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.card_item_bight {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #0003;
    transition: 0.2s;
}

.card_img_bight {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.card_rating_bight {
    color: #009b56;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 40px;
    font-weight: 600;
    margin: 16px 0 0 16px;
}

.star_span_bight::before {
    content: "★★★★★";
    letter-spacing: 2px;
    color: #009b56;
    font-size: 14px;
}

.card_title_bight {
    font-size: 24px;
    font-weight: 600;
    color: 009b56;
    margin: 15px 20px 10px;
}

.card_desc_bight {
    padding: 0 20px;
    color: #444;
    margin-bottom: 10px;
}

.card_list_bight {
    padding: 0 20px 20px 20px;
    color: #222;
    list-style: none;
}

.card_list_bight li {
    margin-bottom: 4px;
}

.card_link_bight {
    display: inline-block;
    margin: 0 20px 25px;
    color: #3538cd;
    font-weight: 600;
    text-decoration: none;
}


.why_us_bight {
    background: #1a1c4c;
    padding: 80px 0;
    text-align: center;
}

.why_title_bight {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
}

.why_sub_bight {
    color: rgba(255, 255, 255, 0.8);
    max-width: 600px;
    margin: 15px auto 50px;
}

.features_grid_bight {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 30px;
}

.feature_item_bight {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    padding: 30px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.feature_item_bight svg {
    color: #6071f4;
    margin-bottom: 15px;
}

.feature_icon_bight {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
}

.feature_item_title_bight {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature_item_text_bight {
    color: rgba(255, 255, 255, 0.7);
}


.popular_places_bight {
    background: #fff;
    padding: 80px 0;
}

.popular_grid_bight {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.popular_card_bight {
    border: 1px solid #0003;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
}

.popular_img_bight {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.popular_rating_bight {

    color: #009b56;

    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 16px 0 0 16px;
    font-weight: 600;
}

.popular_card_title_bight {
    font-size: 20px;
    font-weight: 600;
    margin: 12px 16px 8px;
}

.popular_card_text_bight {
    padding: 0 16px;
    color: #333;
}

.popular_list_bight {
    padding: 8px 16px 16px 35px;
}

.popular_btn_bight {
    background: #3538cd;
    color: #fff;
    border: none;
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 16px 20px;
    text-decoration: none;
    display: inline-block;
}


.footer_bight {
    background: #3538cd;
    color: white;
    padding: 60px 0 20px;
}

.footer_grid_bight {
    display: grid;
    grid-template-columns: 2fr 1fr 1.2fr 1.8fr;
    gap: 40px;
    margin-bottom: 40px;
}

.footer_grid_bight h4 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.footer_logo_bight {
    max-height: 40px;
    margin-bottom: 15px;
}

.footer_text_bight {
    opacity: 0.8;
    font-size: 15px;
}

.footer_menu_bight,
.footer_legal_bight {
    list-style: none;
}

.footer_menu_bight li,
.footer_legal_bight li {
    margin-bottom: 12px;
}

.footer_menu_bight a,
.footer_legal_bight a {
    color: white;
    text-decoration: none;
    opacity: 0.85;
}

.footer_menu_bight a:hover {
    opacity: 1;
}

.footer_contact_bight p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer_copyright_bight {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 20px;
    text-align: left;
    font-size: 14px;
    opacity: 0.7;
}


.menu_toggle_bight {
    display: none;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
}

.contacts_page_bight {
    padding: 60px 0 80px;
    background: #fff;
    font-family: 'Urbanist', sans-serif;
}

.breadcrumbs_bight {
    margin-bottom: 40px;
    padding-top: 60px;
}

.breadcrumb_list_bight {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
}

.breadcrumb_list_bight li {
    font-size: 15px;
}

.breadcrumb_list_bight li:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: #aaa;
}

.breadcrumb_list_bight a {
    color: #3538cd;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb_list_bight a:hover {
    text-decoration: underline;
}

.contacts_grid_bight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}


.contacts_left_bight {
    padding-right: 20px;
}

.contacts_title_bight {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.1;
}

.contacts_intro_bight {
    font-size: 18px;
    color: #333;
    margin-bottom: 40px;
    max-width: 450px;
}

.contacts_details_bight {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact_item_bight {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #0003;
    padding-bottom: 12px;
    max-width: 350px;
}

.contact_icon_bight {
    font-size: 24px;
    min-width: 32px;
}

.contact_item_bight a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted transparent;
    transition: 0.2s;
}

.contact_item_bight a:hover {
    border-bottom: 1px dotted #3538cd;
    color: #3538cd;
}


.contacts_right_bight {
    background: #f5f6f8;
    border-radius: 40px;
    padding: 40px;
    border: 1px solid #0003;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03);
}

.contact_form_bight {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.form_row_bight {
    width: 100%;
}

.form_input_bight,
.form_textarea_bight {
    width: 100%;
    padding: 16px 22px;
    font-family: 'Urbanist', sans-serif;
    font-size: 16px;
    border: 1px solid #0003;
    border-radius: 50px;
    background: #fff;
    outline: none;
    transition: 0.15s;
    color: #000;
}

.form_textarea_bight {
    border-radius: 30px;
    resize: vertical;
}

.form_input_bight:focus,
.form_textarea_bight:focus {
    border-color: #3538cd;
    box-shadow: 0 0 0 3px rgba(53, 56, 205, 0.1);
}

.btn_submit_bight {
    background: #3538cd;
    color: #fff;
    border: none;
    padding: 16px 38px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: 0.2s;
    letter-spacing: 0.5px;
}

.btn_submit_bight:hover {
    background: #2a2bb0;
    transform: scale(1.01);
}


.popup_overlay_bight {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 1000;
    backdrop-filter: blur(4px);
}

.popup_content_bight {
    background: #fff;
    max-width: 420px;
    width: 90%;
    padding: 40px 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.3);
    border: 1px solid #0003;
}

.popup_icon_bight {
    font-size: 64px;
    margin-bottom: 16px;
}

.popup_title_bight {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin-bottom: 12px;
}

.popup_text_bight {
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}

.popup_close_bight {
    background: #3538cd;
    color: #fff;
    border: none;
    padding: 14px 38px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: 2px solid #3538cd;
}

.popup_close_bight:hover {
    background: #fff;
    color: #3538cd;
}


@media (max-width: 900px) {
    .contacts_grid_bight {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .contacts_title_bight {
        font-size: 42px;
    }
}

@media (max-width: 550px) {
    .contacts_right_bight {
        padding: 30px 20px;
    }

    .contacts_title_bight {
        font-size: 36px;
    }
}

.about_page_bight {
    padding: 60px 0 80px;
    background: #fff;
    font-family: 'Urbanist', sans-serif;
}


.breadcrumbs_about_bight {
    margin-bottom: 50px;
}

.breadcrumb_list_about_bight {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
}

.breadcrumb_list_about_bight li {
    font-size: 15px;
}

.breadcrumb_list_about_bight li:not(:last-child)::after {
    content: "/";
    margin-left: 10px;
    color: #aaa;
}

.breadcrumb_list_about_bight a {
    color: #3538cd;
    text-decoration: none;
    font-weight: 500;
}

.breadcrumb_list_about_bight a:hover {
    text-decoration: underline;
}


.about_row_bight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 100px;
}

.about_row_bight:last-child {
    margin-bottom: 0;
}


.about_text_col_bight {
    padding: 20px 0;
}

.about_sub_bight {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    color: #009b56;
}

.about_heading_bight {
    font-size: 42px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.2;
}

.about_paragraph_bight {
    font-size: 17px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.6;
}

.about_paragraph_bight:last-of-type {
    margin-bottom: 0;
}


.about_image_col_bight {
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #0003;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.1);
}

.about_image_bight {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.about_image_bight:hover {
    transform: scale(1.02);
}


@media (max-width: 900px) {
    .about_row_bight {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-bottom: 70px;
    }

    .about_row_reverse_bight {
        display: flex;
        flex-direction: column-reverse;
    }

    .about_heading_bight {
        font-size: 36px;
    }
}

@media (max-width: 550px) {
    .about_heading_bight {
        font-size: 30px;
    }

    .about_sub_bight {
        font-size: 14px;
    }
}



.dest_header_bight {
    text-align: center;
    margin-bottom: 60px;
}

.dest_main_title_bight {
    font-size: 52px;
    font-weight: 600;
    color: #000;
    margin-bottom: 16px;
    line-height: 1.1;
}

.dest_main_sub_bight {
    font-size: 18px;
    color: #444;
    max-width: 600px;
    margin: 0 auto;
}


.dest_cards_grid_bight {
    display: flex;
    flex-direction: column;
    gap: 60px;
}


.dest_card_bight {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
    align-items: center;
    background: #fff;
    border: 1px solid #0003;
    border-radius: 14px;
    overflow: hidden;
    transition: 0.25s ease;
}

.dest_card_bight:hover {
    box-shadow: 0 25px 35px -12px rgba(0, 0, 0, 0.15);
}


.dest_card_media_bight {
    position: relative;
    height: 100%;
    min-height: 320px;
    background: #f0f2f5;
}

.dest_card_img_bight {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dest_card_badge_bight {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #009b56;
    color: white;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 40px;
    font-size: 16px;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.dest_card_content_bight {
    padding: 30px 30px 30px 0;
}

.dest_card_title_bight {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.dest_card_meta_bight {
    font-size: 16px;
    color: #3538cd;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 0.3px;
}

.dest_card_desc_bight {
    font-size: 17px;
    color: #222;
    margin-bottom: 25px;
    line-height: 1.5;
}

.dest_card_list_bight {
    list-style: none;
    padding: 0;
    margin-bottom: 28px;
}

.dest_card_list_bight li {
    margin-bottom: 10px;
    font-size: 16px;
    color: #2b2b2b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dest_card_link_bight {
    display: inline-block;
    color: #3538cd;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: 0.2s;
}

.dest_card_link_bight:hover {
    border-bottom: 2px solid #3538cd;
}

.destination_page_bight {
    padding: 50px 0;
}


@media (max-width: 900px) {
    .dest_card_bight {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dest_card_content_bight {
        padding: 0 25px 35px 25px;
    }

    .dest_card_media_bight {
        min-height: 280px;
    }

    .dest_main_title_bight {
        font-size: 42px;
    }
}

@media (max-width: 550px) {
    .dest_main_title_bight {
        font-size: 36px;
    }

    .dest_card_title_bight {
        font-size: 30px;
    }
}

.legal_content_bight {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    font-family: 'Urbanist', sans-serif;
    color: #000;
}

.legal_title_bight {
    font-size: 48px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    line-height: 1.2;
}

.legal_date_bight {
    font-size: 16px;
    color: #009b56;
    font-weight: 500;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #0003;
}

.legal_text_bight {
    font-size: 17px;
    line-height: 1.7;
}

.legal_text_bight h2 {
    font-size: 28px;
    font-weight: 600;
    margin: 40px 0 20px;
    color: #000;
}

.legal_text_bight h2:first-of-type {
    margin-top: 0;
}

.legal_text_bight p {
    margin-bottom: 20px;
    color: #333;
}

.legal_contact_block_bight {
    background: #f5f6f8;
    padding: 25px 30px;
    border-radius: 30px;
    margin: 30px 0 10px;
    border: 1px solid #0003;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
}

.privacy_page_bight {
    padding: 50px 0;
}

@media (max-width: 768px) {
    .legal_title_bight {
        font-size: 38px;
    }

    .legal_text_bight h2 {
        font-size: 24px;
    }
}

@media (max-width: 550px) {
    .legal_title_bight {
        font-size: 32px;
    }

    .legal_contact_block_bight {
        font-size: 16px;
        padding: 20px;
    }
}






































@media (max-width: 1024px) {
    .footer_grid_bight {
        grid-template-columns: 1fr 1fr;
    }

    .popular_grid_bight {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .nav_menu_bight {
        display: none;
        flex-direction: column;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(6px);
        position: absolute;
        top: 80px;
        left: 20px;
        right: 20px;
        padding: 30px;
        border-radius: 30px;
        gap: 20px;
        text-align: center;
    }

    .nav_menu_bight.active_bight {
        display: flex;
    }

    .menu_toggle_bight {
        display: block;
    }

    .header_flex_bight {
        flex-wrap: wrap;
    }

    .btn_header_bight {
        margin-left: auto;
        margin-right: 15px;
    }

    .about_grid_bight {
        flex-direction: column;
    }

    .card_grid_bight,
    .features_grid_bight {
        grid-template-columns: 1fr;
    }

    .cta_flex_bight {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .banner_title_bight {
        font-size: 42px;
    }
}

@media(max-width: 500px) {
    .btn_header_bight {
        display: none;
    }

    .banner_btn_block {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .banner_wrap_bight {
        min-height: 500px;
        padding: 130px 0 70px 0;
    }

    .banner_title_bight {
        font-size: 38px;
    }

    .cta_title_bight {
        font-size: 20px;
    }

    .tourism_spots_bight {
        padding: 10px 0 60px 0;
    }

    .section_title_bight {
        font-size: 38px;
    }

    .popular_grid_bight {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer_grid_bight {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }

    .why_title_bight {
        font-size: 38px;
    }

    .nav_menu_bight {
        border-radius: 20px;
    }
}

.border_soft_bight {
    border: 1px solid #0003;
}