.bzozr__modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(44, 35, 43, 0.8);
        /* варіація --bzozr__main_dark */
        backdrop-filter: blur(6px);
        display: none;
        justify-content: center;
        align-items: center;
        z-index: 9999;
    }

    .bzozr__loader-wrapper {
        background: var(--bzozr__main_white);
        padding: 30px 40px;
        border-radius: 14px;
        border: 1px solid var(--bzozr__main_border_color);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
        max-width: 340px;
        width: 100%;
        font-family: var(--bzozr__font_family), sans-serif;
        color: var(--bzozr__pastel_dark);
        animation: modalFadeIn 0.3s ease-out;
        text-align: center;
    }

    @keyframes modalFadeIn {
        from {
            transform: scale(0.95);
            opacity: 0;
        }

        to {
            transform: scale(1);
            opacity: 1;
        }
    }

    .bzozr__spinner {
        width: 36px;
        height: 36px;
        border: 4px solid var(--bzozr__pastel_white);
        border-top: 4px solid var(--bzozr__main_color);
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }

    ._lang__modal_message_loading {
        font-size: 16px;
        font-weight: 500;
        color: var(--bzozr__dark_accent);
        margin: 0;
    }

    ._lang__modal_message_success {
        font-size: 18px;
        font-weight: bold;
        color: var(--bzozr__info);
        margin: 0;
    }

    .bzozr__spinner-dots {
        display: flex;
        gap: 8px;
        align-items: flex-end;
        height: 24px;
    }

    .bzozr__spinner-dots span {
        width: 8px;
        height: 8px;
        background-color: var(--bzozr__main_color);
        border-radius: 50%;
        display: inline-block;
        animation: bounce 1s infinite ease-in-out;
    }

    .bzozr__spinner-dots span:nth-child(2) {
        animation-delay: 0.2s;
    }

    .bzozr__spinner-dots span:nth-child(3) {
        animation-delay: 0.4s;
    }

    @keyframes bounce {

        0%,
        80%,
        100% {
            transform: translateY(0);
        }

        40% {
            transform: translateY(-10px);
        }
    }








#faq {
  font-family: var(--bzozr__font_family);
  background-color: var(--bzozr__main_white);
  color: var(--bzozr__main_dark);
  position: relative;
  overflow: hidden;
}

#faq .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem;
}

#faq h2 {
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  color: var(--bzozr__main_color);
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  font-weight: 700;
  position: relative;
}

#faq h3 {
  font-size: 2.25rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--bzozr__main_color);
  text-align: center;
}

#faq p {
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 2rem auto;
  text-align: center;
  color: var(--bzozr__main_dark);
}

#faq .row {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#faq [id^="faq_item-"] {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#faq [id^="faq_item-"] .bg-light {
  background-color: var(--bzozr__pastel_white);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

#faq [id^="faq_item-"] .bg-light:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

#faq [id^="faq_item-"] p {
  font-size: 1rem;
  color: var(--bzozr__main_dark);
  margin-bottom: 1.2rem;
  line-height: 1.5;
}

#faq [id^="faq_item-"] h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--bzozr__main_color);
  text-align: center;
  margin-top: 1.2rem;
  line-height: 1.4;
}

@media (max-width: 768px) {
  #faq h2 {
    font-size: 1rem;
  }
  #faq h3 {
    font-size: 1.75rem;
  }
  #faq p {
    font-size: 0.9rem;
    padding: 0 1rem;
  }
  #faq [id^="faq_item-"] .bg-light {
    padding: 1.5rem;
  }
}
#contacts {
  background-color: var(--bzozr__pastel_white) !important;
  font-family: var(--bzozr__font_family);
}

#contacts .container {
  max-width: 1200px;
  margin: 0 auto;
}

#contacts .row {
  /* Keep default Bootstrap behavior, no override */
}

#contacts .col-xl-10 {
  padding: 1rem;
}

#contacts .bg-primary {
  background-color: var(--bzozr__main_color) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0, 0, 0, 0.05);
}

#contacts h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: var(--bzozr__main_white) !important;
  margin-bottom: 1rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

#contacts p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--bzozr__main_white) !important;
  max-width: 800px;
  margin-bottom: 0;
}

#contacts .bg-primary {
  padding: 1.5rem;
}

@media (max-width: 768px) {
  #contacts h2 {
    font-size: 1.75rem;
  }
  #contacts p {
    font-size: 1rem;
  }
}
#features {
  background-color: var(--bzozr__pastel_white) !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: var(--bzozr__font_family);
}

#features h3 {
  font-size: 3rem;
  padding-top: 0;
  padding-bottom: 4rem;
  text-align: left;
  color: var(--bzozr__main_color) !important;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

#features .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

#features .justify-content-end {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

#features [id^="features_item-"] {
  flex: 1 1 calc(33.333% - 2rem);
  min-width: 280px;
  box-sizing: border-box;
  padding: 1rem;
}

#features [id^="features_item-"] .content-box {
  background-color: #ffffff;
  border: 1px solid var(--bzozr__main_border_color);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: box-shadow 0.3s, transform 0.3s;
}

#features [id^="features_item-"] .content-box:hover {
  box-shadow: 0 8px 16px rgba(0,0,0,0.15);
  transform: translateY(-4px);
}

#features [id^="features_item-"] h2 {
  display: flex;
  align-items: flex-end;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: var(--bzozr__main_color);
  letter-spacing: 0.02em;
}

#features [id^="features_item-"] h2 span {
  display: inline-block;
  padding-right: 0.5em;
  border-bottom: 2px solid var(--bzozr__main_color);
}

#features [id^="features_item-"] div {
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
}

@media (max-width: 768px) {
  #features .justify-content-end {
    flex-direction: column;
    align-items: center;
  }
  #features [id^="features_item-"] {
    flex: 1 1 100%;
  }
  #features h3 {
    font-size: 2rem;
    padding-bottom: 2rem;
  }
  #features [id^="features_item-"] .content-box {
    padding: 1.5rem;
  }
  #features [id^="features_item-"] h2 {
    font-size: 1.125rem;
  }
}
#about {
  background-color: transparent;
  padding: 3rem 1.5rem;
  font-family: inherit;
  position: relative;
}

/* Styling the header section */
#about > .py-2 > .container > .col-lg-6 {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  padding: 1.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#about > .py-2 > .container > .col-lg-6 h2 {
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  color: var(--bzozr__pastel_dark) !important;
  margin-bottom: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

#about > .py-2 > .container > .col-lg-6 h3 {
  font-size: 2rem;
  line-height: 1.2;
  color: var(--bzozr__main_color);
  font-weight: 700;
  margin-bottom: 1.25rem;
  word-break: break-word;
}

/* Styling the paragraph */
#about > .py-2 > .container > .col-lg-8 {
  max-width: 700px;
  margin: 0 auto;
  padding: 1.5rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

#about > .py-2 > .container > .col-lg-8 p {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--bzozr__main_dark);
  margin-bottom: 0;
}

/* Styling the decorative line and shape container */
#about > .container {
  margin-top: 3rem;
}

#about > .container > .align-items-center.row {
  align-items: center;
  justify-content: center;
}

#about > .container > .align-items-center.row hr {
  border: none;
  height: 3px;
  background-color: var(--bzozr__pastel_dark);
  width: 100px;
  margin: 0 1rem;
  border-radius: 1.5px;
}

#about > .container > .align-items-center.row > .col-auto {
  display: flex;
  align-items: center;
  justify-content: center;
}

#about > .container > .align-items-center.row > .col-auto > div {
  width: 20px;
  height: 20px;
  background-color: var(--bzozr__pastel_dark);
  transform: rotate(45deg);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  #about > .py-2 > .container > .col-lg-6,
  #about > .py-2 > .container > .col-lg-8 {
    max-width: 90%;
    padding: 1rem;
  }
  #about > .container > .align-items-center.row {
    flex-direction: column;
  }
  #about > .container > .align-items-center.row hr {
    width: 80px;
    margin: 1rem 0;
  }
  #about > .container > .align-items-center.row > .col-auto {
    margin-top: 1rem;
  }
}
#promotions {
  background-color: var(--bzozr__main_white);
  padding: 3rem 1rem;
  font-family: var(--bzozr__font_family);
  color: var(--bzozr__main_dark);
  position: relative;
}

#promotions h3.display-5 {
  font-size: clamp(1.75rem, 2vw, 2.25rem);
  color: var(--bzozr__main_color) !important;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  line-height: 1.2;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

#promotions h2.h6 {
  font-size: 1rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bzozr__pastel_dark) !important;
  margin-bottom: 1.5rem;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

#promotions p.fw-bold.lead {
  font-size: 1.125rem;
  line-height: 1.75;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
  color: #222;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

#promotions .container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#promotions .py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#promotions .text {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  max-width: 900px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.6;
  color: #222;
}

#promotions .align-items-center {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#promotions hr.border-secondary {
  border-color: var(--bzozr__pastel_dark) !important;
  height: 2px;
  width: 40px;
  margin: 0;
}

#promotions .row div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--bzozr__pastel_dark);
  border-radius: 50%;
  box-shadow: inset 0 0 8px rgba(0,0,0,0.1);
  transform: rotate(45deg);
  margin: 0 auto;
}

@media (max-width: 768px) {
  #promotions h3.display-5 {
    font-size: clamp(1.5rem, 4vw, 2rem);
  }
  #promotions h2.h6 {
    font-size: 0.9rem;
  }
  #promotions .text {
    font-size: 0.95rem;
  }
  #promotions .align-items-center {
    flex-direction: column;
    gap: 1rem;
  }
  #promotions .row div:nth-child(2) {
    margin: 0;
  }
}
#bzozr__footer {
    background-color: var(--bzozr__main_dark) !important;
    color: var(--bzozr__light_color) !important;
    font-family: var(--bzozr__font_family);
  }

  #bzozr__footer .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  #bzozr__footer .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #bzozr__footer .col-lg-4,
  #bzozr__footer .col-md-6 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem 0;
  }

  #bzozr__footer .col-lg-4 .d-inline-flex {
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    padding: 0.5rem;
    background-color: transparent;
  }

  #bzozr__footer .col-lg-4 a {
    text-decoration: none;
    color: var(--bzozr__light_color) !important;
    transition: color 0.3s, transform 0.3s;
  }

  #bzozr__footer .col-lg-4 a:hover {
    color: var(--bzozr__light_accent) !important;
    transform: scale(1.05);
  }

  #bzozr__footer h2 {
    color: var(--bzozr__light_color);
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    position: relative;
    padding-bottom: 0.25rem;
  }

  #bzozr__footer h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    background-color: var(--bzozr__light_accent);
    margin: 0.5rem auto 0;
    border-radius: 2px;
  }

  #bzozr__footer hr {
    border: none;
    height: 2px;
    background-color: var(--bzozr__pastel_white);
    margin: 1rem auto;
    width: 25%;
    border-radius: 1px;
  }

  #bzozr__footer .list-unstyled {
    padding: 0;
    margin: 0;
  }

  #bzozr__footer .list-unstyled li {
    margin-bottom: 0.75rem;
  }

  #bzozr__footer .nav-item {
    padding: 0;
  }

  #bzozr__footer ._bzozr__menu-item {
    display: block;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    transition: background-color 0.3s, transform 0.3s;
  }

  #bzozr__footer ._bzozr__menu-item:hover {
    background-color: rgba(144, 177, 52, 0.2);
    color: var(--bzozr__light_accent) !important;
    transform: translateY(-2px);
  }

  #bzozr__footer .text-warning {
    color: var(--bzozr__info) !important;
  }

  #bzozr__footer .py-2.small {
    margin-top: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #bzozr__footer .border-bottom__bzozr__pastel_white {
    border-bottom: 2px solid var(--bzozr__pastel_white);
  }

  #bzozr__footer p {
    font-size: 0.9rem;
    color: var(--bzozr__light_color);
  }

  @media (max-width: 768px) {
    #bzozr__footer .row {
      flex-direction: column;
      align-items: center;
    }
    #bzozr__footer .col-lg-4,
    #bzozr__footer .col-md-6 {
      width: 100%;
      align-items: center;
    }
    #bzozr__footer h2 {
      text-align: center;
    }
    #bzozr__footer hr {
      width: 40%;
    }
  }
#hero {
  background-color: transparent;
  position: relative;
  font-family: var(--bzozr__font_family);
}

#hero .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#hero .row {
  margin: 0;
}

#hero .bzozr_custom-back-3 {
  position: relative;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  background: linear-gradient(
    to right,
    rgba(194, 208, 241, 0.8),
    rgba(194, 208, 241, 0.4)
  );
}

#hero .bzozr_custom-back-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bzozr__pastel_white);
  opacity: 0.8;
  border-radius: 50px;
  z-index: 1;
  backdrop-filter: blur(8px);
}

#hero .bzozr_custom-back-text-3 {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

#hero h1 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 700;
  color: var(--bzozr__dark_color) !important;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

#hero p {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  color: var(--bzozr__main_dark) !important;
  margin-bottom: 2rem;
  max-width: 700px;
  line-height: 1.5;
}

#hero a {
  display: inline-flex;
  align-items: center;
  background-color: var(--bzozr__light_accent);
  color: #fff !important;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: background-color 0.3s, transform 0.2s;
  text-decoration: none;
}

#hero a:hover {
  background-color: var(--bzozr__dark_color);
  transform: translateY(-2px);
}

#hero svg {
  margin-left: 0.5rem;
  transition: transform 0.3s;
}

#hero a:hover svg {
  transform: translateX(4px);
}

#hero svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}

@media (max-width: 768px) {
  #hero .bzozr_custom-back-3 {
    padding: 20px;
  }
  #hero h1 {
    font-size: clamp(2rem, 5vw, 3rem);
  }
  #hero p {
    font-size: 1rem;
  }
  #hero a {
    padding: 0.75rem 1.2rem;
  }
}
#products {
    background-color: #f0f0f3 !important;
    font-family: var(--bzozr__font_family);
    color: var(--bzozr__main_dark) !important;
  }

  #products h2 {
    font-family: var(--bzozr__font_family);
    font-size: 2.25rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
    text-align: left;
    color: var(--bzozr__main_dark) !important;
  }

  #products p {
    font-size: 1.125rem;
    line-height: 1.6;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }

  #products .row {
    gap: 2rem;
  }

  #products_item-1,
  #products_item-2,
  #products_item-3,
  #products_item-4,
  #products_item-5,
  #products_item-6 {
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: transparent;
  }

  #products_item-1:hover,
  #products_item-2:hover,
  #products_item-3:hover,
  #products_item-4:hover,
  #products_item-5:hover,
  #products_item-6:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
  }

  #products_item-1 > div,
  #products_item-2 > div,
  #products_item-3 > div,
  #products_item-4 > div,
  #products_item-5 > div,
  #products_item-6 > div {
    padding: 1.5rem;
  }

  #products_item-1 span,
  #products_item-2 span,
  #products_item-3 span,
  #products_item-4 span,
  #products_item-5 span,
  #products_item-6 span {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 400;
    color: var(--bzozr__main_dark) !important;
  }

  #products_item-1 h3,
  #products_item-2 h3,
  #products_item-3 h3,
  #products_item-4 h3,
  #products_item-5 h3,
  #products_item-6 h3 {
    background-color: var(--bzozr__main_dark);
    color: #ffffff !important;
    font-weight: 500;
    font-size: 1.25rem;
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
    border-radius: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: background-color 0.3s;
  }

  #products_item-1 h3:hover,
  #products_item-2 h3:hover,
  #products_item-3 h3:hover,
  #products_item-4 h3:hover,
  #products_item-5 h3:hover,
  #products_item-6 h3:hover {
    background-color: var(--bzozr__dark_color);
  }

  #products_item-1 p,
  #products_item-2 p,
  #products_item-3 p,
  #products_item-4 p,
  #products_item-5 p,
  #products_item-6 p {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--bzozr__main_dark);
    margin-bottom: 1.5rem;
  }

  #products_item-1 .w-100,
  #products_item-2 .w-100,
  #products_item-3 .w-100,
  #products_item-4 .w-100,
  #products_item-5 .w-100,
  #products_item-6 .w-100 {
    font-family: var(--bzozr__font_family);
    font-weight: 300;
    padding: 0.75rem 1.5rem;
    border-radius: 0.75rem;
    background-color: var(--bzozr__main_color);
    color: #fff !important;
    text-align: center;
    font-size: 1.125rem;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.3s;
  }

  #products_item-1 .w-100:hover,
  #products_item-2 .w-100:hover,
  #products_item-3 .w-100:hover,
  #products_item-4 .w-100:hover,
  #products_item-5 .w-100:hover,
  #products_item-6 .w-100:hover {
    background-color: var(--bzozr__dark_color);
    transform: translateY(-2px);
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    #products {
      padding: 2rem 1rem;
    }

    #products h2 {
      font-size: 1.75rem;
    }

    #products p {
      font-size: 1rem;
    }

    #products_item-1 span,
    #products_item-2 span,
    #products_item-3 span,
    #products_item-4 span,
    #products_item-5 span,
    #products_item-6 span {
      font-size: 2rem;
    }

    #products_item-1 h3,
    #products_item-2 h3,
    #products_item-3 h3,
    #products_item-4 h3,
    #products_item-5 h3,
    #products_item-6 h3 {
      font-size: 1rem;
      padding: 0.75rem 1rem;
    }

    #products_item-1 p,
    #products_item-2 p,
    #products_item-3 p,
    #products_item-4 p,
    #products_item-5 p,
    #products_item-6 p {
      font-size: 0.9rem;
    }

    #products_item-1 .w-100,
    #products_item-2 .w-100,
    #products_item-3 .w-100,
    #products_item-4 .w-100,
    #products_item-5 .w-100,
    #products_item-6 .w-100 {
      font-size: 1rem;
    }
  }
#bzozr__header {
    font-family: var(--bzozr__font_family);
    color: var(--bzozr__main_dark);
  }

  #bzozr__header .bg-white {
    background-color: var(--bzozr__main_white) !important;
  }

  #bzozr__header hr {
    border: none;
    height: 2px;
    background-color: var(--bzozr__info);
    opacity: 0.2;
    margin: 0;
  }

  #bzozr__header nav {
    background-color: transparent;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  }

  #bzozr__header .navbar {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #bzozr__header .navbar-brand span {
    font-family: var(--bzozr__font_family);
    font-size: 1.75rem;
    font-weight: bold;
    color: var(--bzozr__main_dark);
    letter-spacing: 0.05em;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  }

  #bzozr__header .navbar-toggler {
    border: none;
    background: none;
  }

  #bzozr__header .navbar-toggler-icon {
    background-image: none;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
  }

  #bzozr__header .navbar-toggler-icon::before,
  #bzozr__header .navbar-toggler-icon::after,
  #bzozr__header .navbar-toggler-icon span {
    content: "";
    display: block;
    height: 3px;
    background-color: var(--bzozr__main_dark);
    margin: 4px 0;
    border-radius: 1.5px;
  }

  #bzozr__header .navbar-nav {
    align-items: center;
  }

  #bzozr__header .nav-link {
    font-family: var(--bzozr__font_family);
    font-size: 1rem;
    color: var(--bzozr__main_dark) !important;
    padding: 0.75rem 1.25rem;
    border-radius: 0.375rem;
    transition: background-color 0.3s, color 0.3s;
  }

  #bzozr__header .nav-link:hover,
  #bzozr__header .nav-link:focus {
    background-color: var(--bzozr__light_accent);
    color: #fff !important;
  }

  #bzozr__header .nav-item.active .nav-link,
  #bzozr__header .nav-link.active {
    background-color: var(--bzozr__dark_color);
    color: #fff !important;
  }

  #bzozr__header ._bzozr__menu-item {
    font-weight: 600;
    letter-spacing: 0.02em;
  }

  #bzozr__header .btn {
    font-family: var(--bzozr__font_family);
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: background-color 0.3s, box-shadow 0.3s;
  }

  #bzozr__header .btn.btn-primary {
    background-color: var(--bs-primary) !important;
    color: #fff !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  }

  #bzozr__header .btn.btn-primary:hover {
    background-color: var(--bzozr__dark_color) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  }

  #bzozr__header a.btn {
    border-radius: 2rem;
    padding: 0.5rem 2rem;
    font-size: 1rem;
  }

  /* Responsive adjustments */
  @media(max-width: 768px) {
    #bzozr__header .navbar {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
    #bzozr__header .navbar-brand span {
      font-size: 1.5rem;
    }
    #bzozr__header .nav-link {
      padding: 0.5rem 1rem;
    }
    #bzozr__header a.btn {
      padding: 0.5rem 1.5rem;
      font-size: 0.9rem;
    }
  }
#contacts-form {
  background-color: var(--bzozr__pastel_white) !important;
  font-family: var(--bzozr__font_family);
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
#contacts-form .container {
  max-width: 1200px;
}
#contacts-form .row {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
}
#contacts-form .col-md-4 {
  flex: 1 1 0;
  display: flex;
  align-items: flex-start;
}
#contacts-form .col-md-4 .ps-lg-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
#contacts-form svg {
  display: block;
  margin-bottom: 1.5rem;
  color: var(--bzozr__main_color);
  width: 40px;
  height: 40px;
}
#contacts-form h2 {
  font-family: var(--bzozr__font_family);
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--bzozr__dark_color);
  text-transform: uppercase;
}
#contacts-form h2.text-light {
  color: var(--bzozr__light_color);
}
#contacts-form ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#contacts-form li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: var(--bzozr__dark_color);
}
#contacts-form .text-light {
  color: var(--bzozr__light_color);
  line-height: 1.5;
}
#contacts-form svg.bg-secondary {
  position: relative;
  width: 100%;
  height: 160px;
  display: block;
}
#contacts-form svg.bg-secondary path:nth-child(1) {
  fill: currentColor;
  stroke: none;
}
#contacts-form svg.bg-secondary path:nth-child(2) {
  fill: currentColor;
  opacity: 0.5;
}
#contacts-form section.bg-light {
  background-color: var(--bzozr__main_white);
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin-top: -80px;
  padding: 2rem 1rem;
}
#contacts-form .bzozr__form {
  max-width: 600px;
  margin: 0 auto;
}
#contacts-form .bzozr__form .mb-3 {
  margin-bottom: 1rem;
}
#contacts-form .bzozr__form input[type="text"],
#contacts-form .bzozr__form input[type="email"],
#contacts-form .bzozr__form textarea {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--bzozr__main_border_color);
  border-radius: 0.5rem;
  background-color: transparent;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color 0.3s, box-shadow 0.3s;
}
#contacts-form .bzozr__form input[type="text"]:focus,
#contacts-form .bzozr__form input[type="email"]:focus,
#contacts-form .bzozr__form textarea:focus {
  border-color: var(--bzozr__main_color);
  box-shadow: 0 0 0 3px rgba(144, 177, 52, 0.2);
  outline: none;
}
#contacts-form .bzozr__form textarea {
  resize: vertical;
  min-height: 6rem;
}
#contacts-form .captcha-box {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: var(--bzozr__pastel_dark);
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  font-weight: 600;
  font-family: var(--bzozr__font_family);
  color: var(--bzozr__main_white);
}
#contacts-form #captcha-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid var(--bzozr__main_border_color);
  border-radius: 0.5rem;
  margin-top: 0.5rem;
  font-family: inherit;
  font-size: 1rem;
}
#contacts-form #captcha-input:focus {
  border-color: var(--bzozr__main_color);
  box-shadow: 0 0 0 3px rgba(144, 177, 52, 0.2);
  outline: none;
}
#contacts-form ._lang__captcha-error {
  margin-top: 0.5rem;
  font-size: 0.9rem;
  color: red !important;
  display: none;
}
#contacts-form button[type="submit"] {
  background-color: var(--bzozr__main_color) !important;
  color: var(--bzozr__main_white) !important;
  padding: 0.75rem;
  border: none;
  border-radius: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: var(--bzozr__font_family);
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s, box-shadow 0.3s;
}
#contacts-form button[type="submit"]:hover {
  background-color: var(--bzozr__dark_color) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#contacts-form .form-check {
  margin-top: 1rem;
  font-size: 0.9rem;
}
#contacts-form .form-check-input {
  margin-right: 0.5rem;
}
#contacts-form .form-check-label a {
  color: var(--bzozr__main_color);
  text-decoration: underline;
}
@media (max-width: 768px) {
  #contacts-form .row {
    flex-direction: column;
    align-items: center;
  }
  #contacts-form .col-md-4 {
    width: 100%;
    padding: 1rem 0;
  }
  #contacts-form section.bg-light {
    margin-top: 0;
    padding: 1.5rem 1rem;
  }
}
