.elementor-1492 .elementor-element.elementor-element-5428510{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1492 .elementor-element.elementor-element-2ac7633{--display:flex;--min-height:120px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-around;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-1492 .elementor-element.elementor-element-2ac7633:not(.elementor-motion-effects-element-type-background), .elementor-1492 .elementor-element.elementor-element-2ac7633 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D0D0D;}.elementor-1492 .elementor-element.elementor-element-42d76c5{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1492 .elementor-element.elementor-element-80cb29c{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1492 .elementor-element.elementor-element-a639fa3{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1492 .elementor-element.elementor-element-53b1038{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1492 .elementor-element.elementor-element-42d76c5{--width:12%;}.elementor-1492 .elementor-element.elementor-element-80cb29c{--width:49%;}.elementor-1492 .elementor-element.elementor-element-a639fa3{--width:11%;}}@media(max-width:767px){.elementor-1492 .elementor-element.elementor-element-2ac7633{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1492 .elementor-element.elementor-element-42d76c5{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:12px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-1492 .elementor-element.elementor-element-a639fa3{--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-1492 .elementor-element.elementor-element-a639fa3.e-con{--align-self:center;}}/* Start custom CSS for container, class: .elementor-element-42d76c5 *//* =========================
   HEADER LOGO
========================= */

.header-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: fit-content;
  max-width: 100%;

  margin: 0;
  padding: 0;

  text-decoration: none;
  color: inherit;
}

.header-logo__img {
  display: block;

  width: 230px;
  max-width: 100%;
  height: auto;

  object-fit: contain;

  background: transparent;

  filter:
    drop-shadow(0 0 8px rgba(200, 164, 93, 0.16))
    drop-shadow(0 1px 0 rgba(0, 0, 0, 0.5));

  transition: filter 0.25s ease;
}

.header-logo:hover .header-logo__img {
  filter:
    drop-shadow(0 0 12px rgba(200, 164, 93, 0.28))
    drop-shadow(0 1px 0 rgba(0, 0, 0, 0.5));
}

/* =========================
   MOBILE SOCIALS DEFAULT
========================= */

.mobile-header-socials {
  display: none;
}

.mobile-header-actions {
  display: none;
}

/* =========================
   BURGER DEFAULT
========================= */

.header-burger {
  display: none !important;
}

/* =========================
   MOBILE LOGO + SOCIALS + BURGER
========================= */

@media (max-width: 768px) {
  .mobile-header-row {
    width: 100vw !important;
    height: 74px !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    padding: 12px 24px 0 24px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    background: transparent !important;

    box-sizing: border-box !important;

    position: relative !important;
    z-index: 1002 !important;
  }

  .header-logo {
    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;

    text-decoration: none !important;

    position: static !important;
    transform: none !important;

    flex: 0 0 auto !important;
  }

  .header-logo__img {
    width: 150px !important;
    height: auto !important;

    display: block !important;

    object-fit: contain !important;

    background: transparent !important;
  }

  .mobile-header-actions {
    margin-left: auto !important;

    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;

    gap: 24px !important;

    flex: 0 0 auto !important;
  }

  .mobile-header-socials {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 20px !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 0 !important;

    flex: 0 0 auto !important;
  }

  .mobile-header-socials__link {
    width: 21px !important;
    height: 21px !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    color: #c8a45d !important;
    text-decoration: none !important;

    line-height: 0 !important;

    transition:
      color 0.25s ease,
      transform 0.25s ease,
      filter 0.25s ease !important;
  }

  .mobile-header-socials__link svg {
    width: 21px !important;
    height: 21px !important;

    display: block !important;

    fill: currentColor !important;
    stroke: none !important;
  }

  .mobile-header-socials__link:hover {
    color: #e6bf78 !important;
    transform: translateY(-2px) !important;
    filter: drop-shadow(0 0 10px rgba(200, 164, 93, 0.28)) !important;
  }

  .header-burger {
    width: 26px !important;
    height: 20px !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    align-items: stretch !important;

    border: 0 !important;
    background: transparent !important;

    cursor: pointer !important;

    position: relative !important;
    z-index: 1003 !important;

    flex: 0 0 auto !important;
  }

  .header-burger span {
    width: 26px !important;
    height: 2px !important;

    display: block !important;

    background: #c8a45d !important;
    border-radius: 2px !important;

    transition: 0.25s ease !important;
  }

  .header-burger.is-active span:nth-child(1) {
    transform: translateY(9px) rotate(45deg) !important;
  }

  .header-burger.is-active span:nth-child(2) {
    opacity: 0 !important;
  }

  .header-burger.is-active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg) !important;
  }
}

/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 360px) {
  .mobile-header-row {
    height: 70px !important;
    padding: 12px 20px 0 22px !important;
  }

  .header-logo__img {
    width: 145px !important;
    max-width: 58vw !important;
  }

  .mobile-header-actions {
    gap: 18px !important;
  }

  .mobile-header-socials {
    gap: 16px !important;
  }

  .mobile-header-socials__link {
    width: 19px !important;
    height: 19px !important;
  }

  .mobile-header-socials__link svg {
    width: 19px !important;
    height: 19px !important;
  }

  .header-burger {
    width: 24px !important;
    height: 18px !important;
  }

  .header-burger span {
    width: 24px !important;
  }

  .header-burger.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg) !important;
  }

  .header-burger.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg) !important;
  }
}

@media (max-width: 768px) {
  .mobile-header-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    direction: ltr !important;
  }

  .mobile-header-row > .header-logo {
    order: 1 !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    flex: 0 0 auto !important;
  }

  .mobile-header-actions {
    order: 2 !important;

    margin-left: auto !important;
    margin-right: 0 !important;

    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;

    gap: 24px !important;

    flex: 0 0 auto !important;
  }

  .mobile-header-socials {
    order: 1 !important;

    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;

    gap: 20px !important;
  }

  .header-burger {
    order: 2 !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    flex: 0 0 auto !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-80cb29c */.header-nav {
  display: flex;
  align-items: center;
  gap: 48px;

  font-family: "Manrope", sans-serif;
}

/* Звичайні пункти меню */

.header-nav__link {
  position: relative;

  padding: 18px 0 20px;

  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;

  color: rgba(247, 242, 234, 0.74);
  text-decoration: none;

  transition:
    color 0.25s ease,
    opacity 0.25s ease;
}

.header-nav__link:hover {
  color: #C8A45D;
}

/* Активний пункт */

.header-nav__link--active {
  color: #C8A45D;
}

.header-nav__link--active::after {
  content: "";
  position: absolute;

  left: 0;
  bottom: 0;

  width: 100%;
  height: 1px;

  background: linear-gradient(
    90deg,
    #C8A45D 0%,
    rgba(200, 164, 93, 0.35) 100%
  );
}

/* Hover underline */

.header-nav__link:not(.header-nav__link--active)::after {
  content: "";
  position: absolute;

  left: 0;
  bottom: 0;

  width: 0;
  height: 1px;

  background: #C8A45D;

  transition: width 0.25s ease;
}

.header-nav__link:not(.header-nav__link--active):hover::after {
  width: 100%;
}

/* Кнопка консультації */

.header-nav__button {
  min-width: 170px;

  padding: 18px 34px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  font-family: "Manrope", sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;

  color: rgba(247, 242, 234, 0.86);
  text-decoration: none;

  background: rgba(255, 255, 255, 0.015);

  border: 1px solid rgba(200, 164, 93, 0.62);
  border-radius: 4px;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 8px 24px rgba(0, 0, 0, 0.22);

  transition:
    color 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.header-nav__button:hover {
  color: #0D0D0D;

  background: linear-gradient(
    135deg,
    #B8924A 0%,
    #D7B66F 100%
  );

  border-color: rgba(215, 182, 111, 0.9);

  transform: translateY(-2px);

  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.36),
    0 0 22px rgba(200, 164, 93, 0.14);
}

/* =========================
   MOBILE MENU
========================= */

@media (max-width: 768px) {
  .header-nav {
    position: fixed !important;
    top: 100px !important;
    left: 16px !important;
    right: 16px !important;

    width: auto !important;
    max-width: 390px !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding: 24px 20px 22px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;

    box-sizing: border-box !important;

    background:
      radial-gradient(
        circle at 50% 0%,
        rgba(200, 164, 93, 0.09) 0%,
        rgba(200, 164, 93, 0.025) 34%,
        rgba(200, 164, 93, 0) 66%
      ),
      linear-gradient(
        180deg,
        rgba(18, 18, 18, 0.98) 0%,
        rgba(8, 8, 8, 0.99) 100%
      ) !important;

    border: 1px solid rgba(200, 164, 93, 0.16) !important;
    border-radius: 16px !important;

    box-shadow:
      0 18px 44px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.045) !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    transform: translateY(-10px) !important;

    z-index: 1001 !important;

    transition: 0.25s ease !important;
  }

  .header-nav.is-open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    transform: translateY(0) !important;
  }

  .header-nav__link {
    width: 100% !important;

    padding: 16px 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;

    text-align: center !important;
    text-decoration: none !important;

    color: rgba(247, 242, 234, 0.78) !important;
  }

  .header-nav__link:not(:last-child) {
    border-bottom: 1px solid rgba(200, 164, 93, 0.1) !important;
  }

  .header-nav__link--active {
    position: relative !important;

    color: #c8a45d !important;
  }

  .header-nav__link--active::after {
    content: "" !important;

    position: absolute !important;
    left: 50% !important;
    bottom: 8px !important;

    width: 42px !important;
    height: 1px !important;

    transform: translateX(-50%) !important;

    background: linear-gradient(
      90deg,
      rgba(200, 164, 93, 0) 0%,
      #c8a45d 50%,
      rgba(200, 164, 93, 0) 100%
    ) !important;
  }

  .header-nav__button {
    width: 100% !important;
    min-width: 0 !important;

    margin-top: 16px !important;
    padding: 17px 22px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: 500 !important;

    color: #ffffff !important;
    background: #c8a45d !important;

    text-align: center !important;
    text-decoration: none !important;

    border-radius: 6px !important;

    box-sizing: border-box !important;
  }

  .header-nav__button:hover {
    transform: none !important;
  }
}

@media (max-width: 360px) {
  .header-nav {
    top: 90px !important;
    left: 12px !important;
    right: 12px !important;

    max-width: 336px !important;

    padding: 22px 18px 20px !important;

    border-radius: 15px !important;
  }

  .header-nav__link {
    padding: 15px 0 !important;

    font-size: 14px !important;
  }

  .header-nav__button {
    padding: 16px 18px !important;

    font-size: 13px !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a639fa3 */.header-socials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.header-socials__link {
  width: 42px;
  height: 42px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #C8A45D;
  text-decoration: none;

  line-height: 0;

  transition:
    color 0.25s ease,
    transform 0.25s ease,
    filter 0.25s ease;
}

.header-socials__link svg {
  width: 32px;
  height: 32px;

  display: block;

  fill: currentColor;
  stroke: none;
}

.header-socials__link:hover {
  color: #E6BF78;
  transform: translateY(-2px);
  filter: drop-shadow(0 0 10px rgba(200, 164, 93, 0.28));
}

@media (max-width: 767px) {
  .header__inner,
  .header .container,
  .site-header__inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .header-socials {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 18px;
    margin-left: auto;
    margin-right: 18px;

    flex-shrink: 0;
  }

  .header-socials__link {
    width: 24px;
    height: 24px;
  }

  .header-socials__link svg {
    width: 21px;
    height: 21px;
  }

  .header-burger,
  .menu-toggle {
    flex-shrink: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .header__inner,
  .header .container,
  .site-header__inner {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

  .header-logo,
  .site-logo,
  .custom-logo-link {
    order: 1;
    flex-shrink: 0;
  }

  .header-socials {
    order: 2;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 16px;

    margin-left: auto;
    margin-right: 16px;

    flex-shrink: 0;
  }

  .header-socials__link {
    width: 24px;
    height: 24px;
  }

  .header-socials__link svg {
    width: 21px;
    height: 21px;
  }

  .header-burger,
  .menu-toggle,
  .burger,
  .hamburger {
    order: 3;
    flex-shrink: 0;
    margin-left: 0;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2ac7633 */#ast-scroll-top {
    background-color: #C8A45D;
}


/* =========================
   USERWAY FIX FOR MOBILE MENU
========================= */

@media (max-width: 768px) {
  /* Бургер і мобільний хедер мають бути вище UserWay */
  .mobile-header-row {
    position: relative !important;
    z-index: 999999 !important;
  }

  .header-burger {
    position: relative !important;
    z-index: 1000000 !important;
    pointer-events: auto !important;
  }

  .header-nav {
    z-index: 999998 !important;
  }

  .header-nav.is-open {
    z-index: 999998 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  /* Сам значок UserWay нижче, щоб не перекривав бургер */
  #userwayAccessibilityIcon,
  .userway_buttons_wrapper,
  .uwy {
    z-index: 999 !important;
  }

 #userwayAccessibilityIcon {
    position: fixed !important;
    top: 120px !important;
    
    right: 0px !important;

    width: 44px !important;
    height: 44px !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-53b1038 */.header-divider {
  position: relative;

  width: 100%;
  height: 1px;

  background: linear-gradient(
    90deg,
    rgba(200, 164, 93, 0) 0%,
    rgba(200, 164, 93, 0.22) 8%,
    rgba(200, 164, 93, 0.48) 50%,
    rgba(200, 164, 93, 0.22) 92%,
    rgba(200, 164, 93, 0) 100%
  );

  box-shadow:
    0 -1px 0 rgba(255, 255, 255, 0.04),
    0 1px 0 rgba(0, 0, 0, 0.65),
    0 0 14px rgba(200, 164, 93, 0.10);
}/* End custom CSS */