* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff url('../image/bg_body.png') top center no-repeat fixed;
    background-size: 100%;
    font-family: 'Jost', sans-serif;
    color: #646464;
    line-height: 1.5;
}

h1,
h2,
h3,
h4 {
    line-height: 1.1 !important;
}

.bc_wrapper {
    max-width: 1200px;
    width: 90%;
    margin: 20px auto;
    background: #f4f1ea;
    box-sizing: border-box;
}


.bc_wrapper_white {
    background: #ffffff;
}

.bc_wrapper_beige {
    background: #f4f1ea;
}


.bc_block {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(8, 28, 21, 0.14);
    padding: 2.5rem 2rem;
}


.bc_subtitle {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    color: #ad1a19;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 2px;
    font-size: 1rem;
}

.bc_title {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1rem;
}

.bc_text {
    color: #646464;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}


.bc_btn {
    display: inline-block;
    background: #ad1a19;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0.9rem 2rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none;
    transition: 0.2s;
}

.bc_btn:hover {
    background: #8b1312;
}


.bc_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    background: #fff;
    padding: 1.2rem 2rem;
    box-shadow: 0px 1px 3px 0px rgba(8, 28, 21, 0.14);
}

.bc_logo_area {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.bc_logo_img {
    width: 40px;
    height: auto;
    display: block;
}

.bc_domain {
    font-size: 1.6rem;
    font-weight: 600;
    color: #050505;
    font-family: 'Cormorant Garamond', serif;
    text-transform: uppercase;
    line-height: 1;
}


.bc_nav {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.bc_nav a {
    text-decoration: none;
    color: #050505;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 0.3px;
}

.bc_nav a:hover {
    color: #ad1a19;
}

.bc_menu_toggle {
    display: none;
    background: none;
    border: none;
    margin-top: 5px;
    font-size: 1.5rem;
    cursor: pointer;
    color: #050505;
}

.bc_header_btn {
    background: #ad1a19;
    color: #fff;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}


.bc_banner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    background: url('../image/bg_main.jpg') left center no-repeat;
    background-size: cover;
    padding: 5.5rem 2rem;
    margin-bottom: 2rem;
    box-shadow: 0px 1px 3px 0px rgba(8, 28, 21, 0.14);
}

.bc_banner_left {
    width: 100%;
    max-width: 490px;
}

.bc_banner_left .bc_text {
    max-width: 420px;
}

.bc_banner_left .bc_title {
    font-size: 2.8rem;
}

.bc_plus_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 1.5rem;
}

.bc_plus_item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 1px 3px 0px rgba(8, 28, 21, 0.14);
}

.bc_plus_icon {
    width: 38px;
    flex-shrink: 0;
    margin-top: 5px;
}

.bc_plus_title {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 0.3rem;
}

.bc_plus_desc {
    color: #646464;
    font-size: 0.95rem;
}


.bc_pop_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
}

.bc_pop_left {
    max-width: 60%;
}

.bc_pop_right {
    max-width: 35%;
}

.bc_pop_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.bc_recipe_card {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(8, 28, 21, 0.14);
    padding: 1rem;
}

.bc_recipe_img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 0.8rem;
}

.bc_stars {
    color: #f5b342;
    font-size: 1.2rem;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
}

.bc_recipe_title {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
}

.bc_recipe_meta {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.bc_recipe_ingr {
    list-style: none;
    margin: 0.5rem 0;
    font-size: 0.9rem;
}

.bc_recipe_ingr li::before {
    content: "•";
    color: #ad1a19;
    margin-right: 5px;
}

.bc_readmore {
    color: #ad1a19;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    display: inline-block;
    margin-top: 0.5rem;
}


.bc_about {
    display: flex;
    gap: 3rem;
    align-items: center;
    flex-wrap: wrap;
}

.bc_about_left {
    flex: 1 1 300px;
}

.bc_about_right {
    flex: 1 1 300px;
}

.bc_about_img {
    width: 100%;
    box-shadow: 0px 1px 3px 0px rgba(8, 28, 21, 0.14);
}


.bc_cat_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
}

.bc_cat_item {
    flex: 1 1 140px;
    text-align: center;
    background: #fff;
    padding: 1.5rem 0.5rem;
    box-shadow: 0px 1px 3px 0px rgba(8, 28, 21, 0.14);
}

.bc_cat_icon {
    width: 74px;
    margin-bottom: 0.8rem;
    margin-left: auto;
    margin-right: auto;
}

.bc_cat_title {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.bc_cat_link {
    color: #ad1a19;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    display: block;
    margin-top: 0.3rem;
}


.bc_blog_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 2rem;
}

.bc_blog_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.bc_blog_card {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(8, 28, 21, 0.14);
    padding: 1rem;
}

.bc_blog_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 1rem;
}

.bc_blog_date {
    color: #ad1a19;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
}

.bc_blog_post_title {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.bc_blog_link {
    color: #ad1a19;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 0.5rem;
}


.bc_footer {
    background: url('../image/bg_footer.png') #162D29;
    color: #f0f0f0;
    padding: 2.5rem 2rem 1rem;
    margin-top: 2rem;
}

.bc_footer_main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.2fr 1.5fr;
    gap: 2rem;
    margin-bottom: 2rem;
}

.bc_footer_logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.bc_footer_logo_img {
    width: 40px;
}

.bc_footer_text {
    font-size: 0.9rem;
    color: #ddd;
}

.bc_footer_menu {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bc_footer_menu a,
.bc_footer_policy a {
    color: #ddd;
    text-decoration: none;
    font-size: 0.95rem;
}

.bc_footer_menu a:hover,
.bc_footer_policy a:hover {
    color: #fff;
}

.bc_footer_policy {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.bc_footer_contacts p {
    margin-bottom: 0.3rem;
    font-size: 0.95rem;
    color: #ddd;
}

.bc_copyright {
    border-top: 1px solid #3b5a4e;
    padding-top: 1.5rem;
    text-align: center;
    font-size: 0.9rem;
    color: #aaa;
}

.bc_section {
    padding: 2rem;
}


.bc_section_wrap {
    padding: 2rem;
}


img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
}

.bc_list_none {
    list-style: none;
}

.bc_breadcrumbs {
    margin-bottom: 1.5rem;
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
}

.bc_breadcrumb_link {
    color: #ad1a19;
    text-decoration: none;
    text-transform: uppercase;
}

.bc_breadcrumb_link:hover {
    text-decoration: underline;
}

.bc_breadcrumb_separator {
    color: #646464;
    margin: 0 0.5rem;
}

.bc_breadcrumb_current {
    color: #646464;
    text-transform: uppercase;
}


.bc_page_title {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
    line-height: 1.2;
}


.bc_contact_grid {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}


.bc_contact_form_block,
.bc_contact_info_block {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(8, 28, 21, 0.14);
    padding: 2.5rem;
}

.bc_contact_subtitle {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    font-size: 2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.bc_contact_text {
    color: #646464;
    margin-bottom: 2rem;
    font-size: 1rem;
}


.bc_contact_form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.bc_form_row {
    display: flex;
    gap: 1.5rem;
}

.bc_form_group {
    flex: 1;
    position: relative;
}

.bc_half {
    width: 50%;
}

.bc_form_input,
.bc_form_textarea {
    width: 100%;
    padding: 1rem;
    border: 1px solid #e0e0e0;
    background: #f9f9f9;
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    color: #050505;
    transition: all 0.3s ease;
}

.bc_form_input:focus,
.bc_form_textarea:focus {
    outline: none;
    border-color: #ad1a19;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(173, 26, 25, 0.1);
}

.bc_form_input::placeholder,
.bc_form_textarea::placeholder {
    color: #999;
    font-family: 'Jost', sans-serif;
}

.bc_form_textarea {
    resize: vertical;
    min-height: 150px;
}

.bc_submit_btn {
    width: 100%;
    cursor: pointer;
    border: none;
    font-size: 1rem;
    padding: 1.2rem;
}

.bc_submit_btn:hover {
    background: #8b1312;
}


.bc_thanks_message {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 4px;
    font-family: 'Jost', sans-serif;
    font-size: 1rem;
    display: none;
    text-align: center;
}

.bc_thanks_message.bc_success {
    display: block;
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.bc_thanks_message.bc_error {
    display: block;
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}


.bc_contact_item {
    display: flex;
    gap: 1.2rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.bc_contact_item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.bc_contact_icon {
    font-size: 1.8rem;
    min-width: 3rem;
    color: #ad1a19;
}

.bc_contact_details {
    flex: 1;
}

.bc_contact_item_title {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

.bc_contact_link {
    color: #646464;
    text-decoration: none;
    font-size: 1.1rem;
    transition: color 0.3s ease;
    display: inline-block;
}

.bc_contact_link:hover {
    color: #ad1a19;
}

.bc_contact_address {
    color: #646464;
    font-size: 1.1rem;
    line-height: 1.6;
    font-style: normal;
}


.bc_contact_map {
    margin-top: 2rem;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    height: 250px;
}

.bc_map_iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


@media (max-width: 992px) {
    .bc_contact_grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .bc_page_title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .bc_form_row {
        flex-direction: column;
        gap: 1rem;
    }

    .bc_half {
        width: 100%;
    }

    .bc_contact_form_block,
    .bc_contact_info_block {
        padding: 1.5rem;
    }

    .bc_contact_item {
        flex-direction: column;
        gap: 0.5rem;
    }

    .bc_contact_icon {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .bc_page_title {
        font-size: 2rem;
    }

    .bc_contact_subtitle {
        font-size: 1.6rem;
    }
}

.bc_about_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(8, 28, 21, 0.14);
    padding: 2.5rem;
    margin-bottom: 2rem;
    align-items: center;
}

.bc_about_section_2 {
    margin-bottom: 3rem;
}

.bc_about_content {
    padding: 1rem;
}

.bc_about_tagline {
    font-family: 'Jost', sans-serif;
    text-transform: uppercase;
    color: #ad1a19;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 0.5rem;
}

.bc_about_title {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.bc_about_text {
    color: #646464;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
}

.bc_about_image_wrap {
    position: relative;
}

.bc_about_image {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

.bc_image_caption {
    margin-top: 0.8rem;
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
    text-align: center;
}


.bc_about_stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 2px solid #f0f0f0;
}

.bc_stat_item {
    text-align: center;
}

.bc_stat_number {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    font-weight: 700;
    color: #ad1a19;
    line-height: 1.2;
}

.bc_stat_label {
    font-family: 'Jost', sans-serif;
    font-size: 0.9rem;
    color: #646464;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.bc_about_btn {
    margin-top: 1rem;
}


.bc_values_section {
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(8, 28, 21, 0.14);
    padding: 2.5rem;
}

.bc_values_title {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    text-transform: uppercase;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    position: relative;
}

.bc_values_title:after {
    content: '';
    display: block;
    width: 80px;
    height: 2px;
    background: #ad1a19;
    margin: 1rem auto 0;
}

.bc_values_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.bc_value_item {
    text-align: center;
    padding: 1.5rem;
}

.bc_value_icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.bc_value_heading {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    font-size: 1.3rem;
    margin-bottom: 0.8rem;
    text-transform: uppercase;
}

.bc_value_text {
    color: #646464;
    font-size: 0.95rem;
    line-height: 1.6;
}


@media (max-width: 992px) {
    .bc_about_section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .bc_about_section_2 .bc_about_image_wrap {
        order: 1;
    }

    .bc_about_section_2 .bc_about_content {
        order: 2;
    }

    .bc_values_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bc_page_title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .bc_about_stats {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }

    .bc_stat_item {
        text-align: left;
        display: flex;
        align-items: baseline;
        gap: 0.5rem;
    }

    .bc_stat_number {
        font-size: 1.5rem;
    }

    .bc_values_grid {
        grid-template-columns: 1fr;
    }

    .bc_about_section {
        padding: 1.5rem;
    }

    .bc_about_title {
        font-size: 1.8rem;
    }
}

@media (max-width: 480px) {
    .bc_page_title {
        font-size: 2rem;
    }

    .bc_about_title {
        font-size: 1.6rem;
    }
}

.bc_article_title {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    text-transform: uppercase;
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.bc_article_meta {
    font-family: 'Jost', sans-serif;
    color: #888;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.bc_article_meta span {
    margin-right: 1.5rem;
}

.bc_article_author {
    color: #ad1a19;
    font-weight: 500;
}

.bc_article_category a {
    color: #ad1a19;
    text-decoration: none;
}

.bc_article_featured_image {
    margin-bottom: 2.5rem;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 1px 3px 0px rgba(8, 28, 21, 0.14);
}

.bc_featured_img {
    width: 100%;
    height: auto;
    display: block;
}

.bc_article_content {
    max-width: 800px;
    margin: 0 auto 3rem;
    font-family: 'Jost', sans-serif;
    color: #646464;
    font-size: 1.1rem;
    line-height: 1.8;
}

.bc_article_intro {
    font-size: 1.3rem;
    font-weight: 500;
    color: #050505;
    margin-bottom: 2rem;
    padding-left: 1rem;
    border-left: 3px solid #ad1a19;
}

.bc_article_subtitle {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    font-size: 2rem;
    margin: 2rem 0 1rem;
    text-transform: uppercase;
}

.bc_article_tip {
    background: #f9f9f9;
    padding: 1.5rem;
    margin: 2rem 0;
    border-left: 3px solid #ad1a19;
    font-style: italic;
}

.bc_article_tags {
    padding: 2rem 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 2rem;
}

.bc_tags_title {
    font-weight: 600;
    color: #050505;
    margin-right: 1rem;
}

.bc_tag {
    display: inline-block;
    background: #f0f0f0;
    color: #646464;
    padding: 0.3rem 0.8rem;
    margin-right: 0.5rem;
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.2s;
}

.bc_tag:hover {
    background: #ad1a19;
    color: #fff;
}

.bc_article_navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.bc_prev_article,
.bc_next_article {
    color: #ad1a19;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.bc_back_to_blog {
    color: #050505;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9rem;
    border: 1px solid #ad1a19;
    padding: 0.5rem 1rem;
}

.bc_back_to_blog:hover {
    background: #ad1a19;
    color: #fff;
}

@media (max-width: 768px) {
    .bc_article_title {
        font-size: 2.5rem;
    }

    .bc_article_navigation {
        flex-direction: column;
        gap: 1rem;
    }
}

.bc_policy_date {
    font-family: 'Jost', sans-serif;
    color: #ad1a19;
    font-weight: 500;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.bc_policy_content {
    max-width: 900px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 1px 3px 0px rgba(8, 28, 21, 0.14);
    padding: 2.5rem;
    font-family: 'Jost', sans-serif;
    color: #646464;
    line-height: 1.8;
}

.bc_policy_intro {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
}

.bc_policy_subtitle {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    font-size: 1.8rem;
    margin: 2rem 0 1rem;
    text-transform: uppercase;
}

.bc_policy_subtitle:first-of-type {
    margin-top: 0;
}

.bc_policy_list {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
}

.bc_policy_list li {
    margin-bottom: 0.5rem;
}

.bc_policy_contact {
    background: #f9f9f9;
    padding: 1.5rem;
    margin-top: 1rem;
    border-left: 3px solid #ad1a19;
}

.bc_policy_contact p {
    margin-bottom: 0.5rem;
}

.bc_policy_contact a {
    color: #ad1a19;
    text-decoration: none;
}

.bc_policy_contact a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .bc_policy_content {
        padding: 1.5rem;
    }

    .bc_policy_subtitle {
        font-size: 1.5rem;
    }
}





.bc_policy_subsubtitle {
    font-family: 'Cormorant Garamond', serif;
    color: #050505;
    font-size: 1.4rem;
    margin: 1.5rem 0 0.5rem;
    text-transform: uppercase;
}

.bc_cookies_table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-family: 'Jost', sans-serif;
    font-size: 0.95rem;
}

.bc_cookies_table th {
    background: #ad1a19;
    color: #fff;
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
}

.bc_cookies_table td {
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    color: #646464;
}

.bc_cookies_table tr:hover td {
    background: #f9f9f9;
}

@media (max-width: 768px) {
    .bc_cookies_table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}





































@media (max-width: 992px) {
    .bc_pop_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bc_blog_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .bc_footer_main {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .bc_cat_grid {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .bc_menu_toggle {
        display: block;
    }

    .bc_nav {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1rem 0;
    }

    .bc_nav.bc_show {
        display: flex;
    }

    .bc_header {
        align-items: flex-start;
    }

    .bc_plus_grid {
        grid-template-columns: 1fr;
    }

    .bc_pop_header>* {
        max-width: 100%;
    }

    .bc_about {
        flex-direction: column;
    }

    .bc_blog_grid {
        grid-template-columns: 1fr;
    }

    .bc_footer_main {
        grid-template-columns: 1fr;
    }
}

@media(max-width: 767px) {
    .bc_header_btn {
        display: none;
    }

    .bc_header {
        padding: 20px;
    }

    .bc_banner {
        padding: 60px 20px;
    }

    .bc_title {
        font-size: 2rem;
    }

    .bc_section {
        padding: 2rem 20px;
    }

}

@media(max-width: 490px) {
    .bc_pop_grid {
        grid-template-columns: repeat(1, 1fr);
    }
}