/* Header styles */
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Alexandria", "Arial", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
}

body.overlay-open {
  overflow: hidden;
}

a {
  text-decoration: none;
}
p,
ul {
  margin: 0;
}

/* ============================
   Base Header Styles
   ============================ */

#eddyHeader.parallax-header { display: none !important; }
body.eddy-home #eddyHeader.parallax-header { display: block !important; }


.eddy-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  font-family: 'TharLon', sans-serif;
  font-synthesis: none;
  transition: opacity 500ms ease;
}

/* Desktop Header Styles */
.eddy-header__desktop-wrapper {
  padding: 60px 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  position: relative;
}

.eddy-header__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.eddy-header__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 25px;
  width: 100%;
}

.eddy-logo-link {
  display: flex;
  text-decoration: none;
}

.eddy-logo-img {
  width: 372px;
  height: 268px;
  max-width: 100%;
  height: auto;
}

.eddy-header-location {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 20px;
  flex-direction: column;
  width: 88px;
  height: 54px;
  padding-left: 28px;
}

.eddy-location-icon {
  height: 22px;
  width: auto;
  margin-left: -13px;
}

.eddy-main-nav {
  display: flex;
  width: 100%;
  height: 56px;
  justify-content: space-around;
}

.eddy-main-nav__list {
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: flex-end;
}

.eddy-main-nav__item {
  display: block;
}

.eddy-main-nav__link {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.eddy-main-nav__link:hover {
  opacity: 0.8;
}





/* Mobile Navbar Styles */
.eddy-navbar {
  background-color: #1a1a1a;
  width: 100%;
  height: 100px;
  padding: 0 140px;
  display: none;
  justify-content: center;
}

.eddy-navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1160px;
}

.eddy-navbar__logo-link {
  display: flex;
  text-decoration: none;
}

.eddy-navbar__logo {
  width: 110px;
  padding: 10px 0;
  max-width: 100%;
  height: auto;
}

.eddy-navbar__menu {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  padding-left: 49px;
  flex: 1;
  margin-bottom: -6px;
}

.eddy-navbar__link {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
  font-family: 'TharLon', sans-serif;
}

.eddy-navbar__link:hover {
  color: #bfbfbf;
  opacity: 0.8;
}
.eddy-navbar__overlay-menu a:hover {
  color: #bfbfbf;
  cursor: pointer;
}

.eddy-navbar__location {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  flex-direction: column;
  width: 5.5rem;
}

.eddy-navbar__location-icon {
  width: 16.5px;
  height: 21px;
  margin-right: 13px;
}

.eddy-navbar__dropdown-wrapper {
  position: relative;
}

/*.eddy-dropdown-trigger:hover {
  color: #bfbfbf;
}*/

.eddy-location-text:hover {
  opacity: 0.8;
  
}

.eddy-navbar__controls {
  display: none;
  gap: 16px;
  align-items: center;
}

.eddy-navbar__toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.eddy-navbar__mobile-contact-icon {
  display: none;
}

/* Overlay Menu Styles */
.eddy-navbar__overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 300px;
  max-width: 320px;
  height: 100%;
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    #1a1a1a;
  color: #fff;
  padding: 20px 16px 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 999999;
  transition: right 0.3s ease-in-out;
}

.eddy-navbar__overlay.open {
  right: 0;
}

.eddy-navbar__close {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  align-self: flex-end;
  cursor: pointer;
  margin-top: -6px;
}

.eddy-navbar__overlay-menu {
  list-style: none;
  padding: 0;
  margin: -7px 0;
  flex-grow: 1;
}

.eddy-navbar__overlay-menu li {
  margin-bottom: 20px;
}

.eddy-navbar__overlay-menu a,
.eddy-navbar__overlay-menu span {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Tharlon', 'Arial', sans-serif;
  font-weight: 500;
  letter-spacing: 0.64px;

}

.eddy-navbar__overlay-menu span:hover {
  color: #bfbfbf;
  cursor: pointer;
}

.eddy-navbar__overlay-socials {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}

.eddy-navbar__overlay-socials a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Затемняющая пленка для мобильного оверлея */
.eddy-navbar__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.eddy-navbar__backdrop.show {
  opacity: 1;
  visibility: visible;
}

/* Убеждаемся что оверлей имеет правильный z-index */
.eddy-navbar__overlay {
  z-index: 999999;
}

/* Show/Hide Logic Classes */
.eddy-header.show-navbar .eddy-header__desktop-wrapper {
  display: none;
}

.eddy-header.show-navbar .eddy-navbar {
  display: flex;
}

.eddy-header.show-desktop .eddy-navbar {
  display: none;
}

#moreMenuTrigger {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

#moreMenuTrigger:hover {
  opacity: 0.8;
}

/* Dropdown Styles */
.eddy-custom-dropdown {
  position: relative;
  cursor: pointer;
  user-select: none;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  flex-direction: column;
  width: auto;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .eddy-custom-dropdown {
    margin-bottom: 0px;
  }
}

.eddy-dropdown-trigger {
  display: flex;
  align-items: center;
  flex-direction: row;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  justify-content: flex-start;
}

.eddy-location-text {
  font-size: 20px;
  transition: opacity 0.3s 
ease;
}

.eddy-dropdown-arrow {
  margin-left: 4px;
  height: 10px;
  width: 10px;
}

.eddy-dropdown-trigger img {
  margin-left: 4px;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}

.eddy-dropdown-menu {
  position: absolute;
  top: 140%;
  left: -12px;
  background: #1a1a1a;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.15);
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 0px;
  width: 90px;
  display: none;
}

.eddy-dropdown-menu.open {
  display: block;
}

.eddy-dropdown-option {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: #1a1a1a;
  padding: 12px 12px;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s;
  font-family: 'Alexandria', sans-serif;
  font-weight: 300;
  letter-spacing: -0.36px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.48px;
  line-height: normal;
}

.eddy-dropdown-option:hover {
  background: #5a5a5a;
  color: white;
}

.eddy-dropdown-option:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.eddy-dropdown-option:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}



/* ============================
   HEADER RESPONSIVE
   ============================ */

@media (max-width: 1280px) {
  /*.eddy-navbar__menu {
    width: 100%;
  }
  .eddy-navbar__inner {
    gap: 20px;
  }*/
    .eddy-navbar {
    padding: 0 60px;
  }
}

@media (min-width: 769px) and (max-width: 1025px) {
  /*.eddy-navbar__inner {
    gap: 100px;
  }*/
  .eddy-navbar__link--secondary {
    display: none;
  }
}

@media (max-width: 1024px) {
  .eddy-header__bottom {
    width: 800px;
  }
  .eddy-main-nav {
    width: 800px;
  }
  .eddy-main-nav__list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .eddy-navbar__toggle {
    display: block;
  }
}

@media (max-width: 768px) {
  .eddy-header__bottom {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: none;
  }
  .eddy-main-nav {
    width: 80%;
  }
  .eddy-navbar__menu {
    display: none;
  }
  .eddy-navbar {
    padding: 0 60px;
  }
  .eddy-navbar__inner {
    padding: 0px 24px 0px 30px;
    width: 100%;
  }
  .eddy-navbar__inner {
    height: 50px;
  }
  .eddy-navbar {
    display: flex;
    padding: 0 0px;
    height: 50px;
  }
  .eddy-navbar__logo {
    width: 60px;
    height: 44px;
    padding: 0;
  }
  .eddy-navbar__toggle img {
    margin-bottom: 3px;
  }
  .eddy-dropdown-trigger {
    font-family: 'Alexandria', sans-serif;
    font-weight: 300;
    /* margin-top: 22px;
    margin-left: 1px; */
    line-height: 140%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    font-size: 12px;
  }
  .eddy-dropdown-trigger img {
    width: 8px;
    height: 8px;
  }
  .eddy-navbar__overlay {
    max-width: 100vw;
    padding: 24px 16px;
  }

  .eddy-dropdown-menu {
    top: 110%;
  }
}

@media (max-width: 768px) {
  .eddy-header__desktop-wrapper {
    display: none;
  }

  .eddy-navbar__controls {
    display: flex;
    padding-left: 20px;
  }

  .eddy-navbar__location-icon {
    display: none;
  }
  /* .eddy-header {
    padding: 16px 0;
  } */
  .eddy-navbar__overlay {
    max-width: 100vw;
    padding: 20px 16px 30px 40px;
  }
   .eddy-navbar__overlay-menu {
      margin: -2px 0;
   }
}

@media (max-width: 390px) {
  .eddy-header__desktop-wrapper {
    padding: 12px 0;
  }
}

@media (max-width: 320px) {
  .eddy-header {
    width: 300px;
  }
}




/* ============================
           BREADCRUMBS
   ============================ */
.eddy-bc{
  position: fixed;
  top: calc(var(--eddy-header-offset, 0px) + 16px);
  left: 16px;
  z-index: 10;

  min-height: 28px;
  display: flex;
  align-items: center;

  padding: 6px 16px;
  font-size: 12px;
  line-height: 1;

  border-radius: 999px;
  background: rgba(20,20,20,.35);
  border: 1px solid rgba(255,255,255,.18);

  -webkit-backdrop-filter: blur(12px) saturate(1.8);
  backdrop-filter: blur(12px) saturate(1.8);

  /* важно для “стекла” и псевдо-слоёв */
  overflow: hidden;
}

.eddy-bc{
  transition: transform 220ms ease, opacity 220ms ease;
}




.eddy-bc__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}

.eddy-bc__item{
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.eddy-bc__item:not(:last-child)::after{
  content: "/";
  opacity: .6;
}

.eddy-bc a{
  text-decoration: none;
  opacity: .9;
  color: inherit;
}

.eddy-bc a:hover{
  text-decoration: underline;
  opacity: 1;
}

body.eddy-bc-hidden .eddy-bc{
  /* прячем "под хедер" */
  transform: translateY(-110%);
  opacity: 0;
  pointer-events: none;
}

/* уважение к людям, которых укачивает */


/* iOS-style glass (near) */
.eddy-glass{
  isolation: isolate;              /* чтобы псевдоэлементы не смешивались с внешним */
  border-radius: 999px;

  /* базовая стеклянная подложка */
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.22);

  /* “материал” */
  -webkit-backdrop-filter: blur(16px) saturate(175%) brightness(1.15);
  backdrop-filter: blur(16px) saturate(175%) brightness(1.1);

  /* мягкая тень как у iOS */
  box-shadow:
    0 8px 30px rgba(0,0,0,0.1),
    0 1px 0 rgba(255,255,255,0.22) inset;

  /* аккуратный текст */
  color: rgb(160 160 160 / 85%);
}

/* верхний “блик” */
.eddy-glass::before{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.22),
    rgba(255,255,255,0.06) 45%,
    rgba(255,255,255,0.02)
  );
  mix-blend-mode: screen;
  opacity: 0.9;
}

/* очень лёгкий “шум”, чтобы стекло было живым */
.eddy-glass::after{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.10) 0px,
      rgba(255,255,255,0.10) 1px,
      rgba(0,0,0,0.00) 2px,
      rgba(0,0,0,0.00) 3px
    );
}

/* graceful fallback, если blur не поддерживается */
@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){
  .eddy-glass{
    background: rgba(0,0,0,0.55);
    border-color: rgba(255,255,255,0.15);
  }
}






/* ============================
             FOOTER
   ============================ */

.eddy-container {
  max-width: 100%;
  margin: 0 auto;
}

/* Footer Section Styles */
.eddy-footer {
  background-color: #1a1a1a;
  padding: 100px 0 40px 0;
  color: #fff;
  text-align: center;
}

.eddy-footer .eddy-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.eddy-footer__nav {
  display: flex;
  gap: 44px;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
  letter-spacing: 0.2px;
}

.eddy-footer__nav a {
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
  transition: text-decoration 0.3s ease;
}

.eddy-footer__nav a:hover {
  text-decoration: underline;
}

.eddy-footer__socials {
  display: flex;
  gap: 14px;
  padding-top: 32px;
  padding-bottom: 22px;
}

.eddy-footer__socials a {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  border-radius: 50%;
  background: #1a1a1a;
  /*transition:
    transform 0.3s ease,
    background-color 0.3s ease;*/
}

/*.eddy-footer__socials a:hover {
  transform: translateY(-2px);
  background: #333;
}*/

.eddy-footer__socials img {
  width: 48px;
  height: 48px;
  max-width: none;
  max-height: none;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
}

.eddy-footer__logo img {
  max-width: 120px;
  height: auto;
}

.eddy-footer__copy {
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
  letter-spacing: 1px;
}

.eddy-footer__copy p {
  margin: 0 0 4px 0;
}

.eddy-footer__copy a {
  display: block;
  margin-top: 4px;
  color: #888;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.5px;
  letter-spacing: 1.5px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: under;
  transition: color 0.3s ease;
}

.eddy-footer__copy a:hover {
  color: #fff;
  text-decoration: underline;
}

.sr-only{
  position:absolute; width:1px; height:1px; padding:0; margin:-1px;
  overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0;
}





/* ============================
   Footer Responsive
   ============================ */

@media (max-width: 768px) {
  .eddy-footer {
    padding-top: 100px;
  }
  .eddy-footer__nav {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 14px;
  }
  .eddy-footer__nav li:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 2;
  }
  .eddy-footer__nav li:last-child {
    grid-column: 1 / 3;
    /*grid-row: 3 / 4;*/
  }
  .eddy-footer__nav li:nth-child(2) {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    justify-self: end;
    transform: translateX(51px);
  }
  .eddy-footer__nav li:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    justify-self: start;
    transform: translateX(51px);
  }
  .eddy-footer__nav li:nth-child(4) {
    justify-self: end;
    transform: translateX(-36px);
  }
  .eddy-footer__nav li:nth-child(5) {
    justify-self: start;
    transform: translateX(-36px);
  }
  .eddy-footer__socials {
    margin-top: 35px;
    margin-bottom: 20px;
    padding: 0;
  }
  .eddy-footer__logo {
    margin-top: 8px;
  }
  .eddy-footer__copy {
    margin-top: 8px;
  }
}

@media (max-width: 480px) {
  .eddy-footer .eddy-container {
    padding: 0 16px;
  }
  .eddy-footer__nav {
    gap: 20px;
  }
}

/* ------ Chat Widget Backdrop ------ */
/* ---------------------------------- */

/* Chat Widget Styles */
.chat-widget__button {
  position: fixed;
  bottom: 15px;
  right: 13px;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1000;
  background: none;
}

.support {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #1a1a1a;
  border-radius: 16px;
  visibility: hidden;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 400;
  z-index: 10000;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateX(100%);
}

.support.open {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.support.closing {
  visibility: visible;
  opacity: 0;
  transform: translateX(100%);
}

.headerchar {
  position: relative;
  background-color: #1a1a1a;
  padding: 16px 16px 0;
  border-radius: 16px 16px 0 0;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  width: 370px;
  height: 151px;
  box-sizing: border-box;
}

.close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.close-btn:hover {
  transform: scale(1.2);
}

.logo {
  width: 100px;
  margin: 0 auto 12px;
  display: block;
}

.subtitle {
  margin: 0 0 23px 0;
  color: #fff;
  font-size: 12px;
  line-height: 17.5px;
}

.socials {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.social-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.social-item.selected {
  opacity: 1;
}

.social-item:not(.selected) {
  opacity: 0.6;
}

.icon {
  width: 40px;
  height: 40px;
  transition: filter 0.3s ease;
}

.social-item span {
  margin-top: 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 17.5px;
  color: #000000;
}

.go-button {
  margin-top: 40px;
}

.go-button a {
  background: #1a1a1a;
  border-radius: 20px;
  text-decoration: none;
  display: flex;
  width: 193px;
  padding: 10px 14px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 12px;
  height: 36px;
  box-sizing: border-box;
}

.go-button img {
  height: 16px;
}

.qr-section {
  color: #000;
  text-align: center;
  font-size: 12px;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 17.5px;
}
#qrDescription {
  width: 208px;
}
.chat-widget__button svg {
  width: 72px;
  height: 72px;
}
.qr-image {
  width: 140px;
  height: 140px;
  aspect-ratio: 1/1;
  margin-top: 32px;
}

.bodychar {
  display: flex;
  padding: 20px 10px 0;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  width: 370px;
  margin-top: -12px;
  position: relative;
  height: 490px;
  box-sizing: border-box;
}

.chat-widget__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 300;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  display: none;
}

.chat-widget__backdrop.show {
  opacity: 1;
  visibility: visible;
  display: block;
}


/* Mobile Styles */
@media (max-width: 430px) {
  .headerchar {
    width: 100vw;
    border-radius: 16px 16px 0 0;
  }

  .bodychar {
    width: 100vw;
    border-radius: 16px 16px 0 0;
  }

  .support {
    right: 0;
    bottom: 0;
    border-radius: 16px 16px 0 0;
  }

  .chat-widget__button {
    bottom: 15px;
    right: 13px;
  }

  .chat-widget__backdrop.show {
    display: block;
  }
}

body.chat-open {
  overflow: hidden;
}




/* ===== Header: финальная версия ===== */
:root{ --eddy-header-offset: 0px; }

/* Контентный отступ даём только когда реально sticky */
.has-fixed-header{ padding-top: 0; }
.has-fixed-header.header-is-sticky{ padding-top: var(--eddy-header-offset); }

/* Сброс базового состояния хедера (никакой фиксации “по умолчанию”) */
.eddy-header{
  position: static;
  top: auto; left: auto; width: 100%;
  background: transparent;
  box-shadow: none;
  z-index: 10000;
}

/* --- Режимы --- */

/* 1) Страницы со “скроллящимся” хедером */
.header-mode-static .eddy-header{
  position: relative;
  box-shadow: none;
}

/* 2) Главная (swap): до порога — поверх hero, без фона; после — фикс с фоном */
.header-mode-swap .eddy-header{
  position: absolute;
  top: 0; left: 0; width: 100%;
  background: transparent;
}
.header-mode-swap .eddy-header.is-sticky{
  position: fixed;
  top: 0; left: 0; width: 100%;
  background: #0b0b0b;           /* чёрный фон */
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

/* 3) Sticky-страницы: фикс сразу */
.header-mode-sticky .eddy-header{
  position: fixed;
  top: 0; left: 0; width: 100%;
  background: #0b0b0b;           /* чёрный фон */
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

/* Скин для магазина: делаем белый вместо чёрного */
.header-skin-shop .eddy-header{ background:#fff; }
.header-skin-shop .eddy-header.is-sticky{ background:#fff; }


/* Никогда не добавляем верхний отступ через body-классы */
.has-fixed-header { 
  padding-top: 0 !important;;
  transition: padding-top .28s ease;   /* + */
}
.has-fixed-header.header-is-sticky { 
  padding-top: var(--eddy-header-offset, 88px);
}

/* База: шапка поверх контента */
.eddy-header{
  position: fixed;         /* ВСЕГДА поверх */
  top: 0; left: 0; right: 0;
  z-index: 10000;
}

/* Внутренние sticky-страницы: сразу тёмная фикс-шапка */
.header-mode-sticky .eddy-header{
  background: #0b0b0b;
  box-shadow: var(--hdr-shadow, 0 6px 20px rgba(0,0,0,.08));
}

/* Главная (режим swap):
   до порога — поверх hero и прозрачная,
   после порога (класс is-sticky прилетает из JS) — фикс и тёмная */
.header-mode-swap .eddy-header{
  position: absolute;      /* над hero, но не влияет на поток */
  background: transparent;
  box-shadow: none;
}
.header-mode-swap .eddy-header.is-sticky{
  position: fixed;         /* прилипли — стали fixed */
  background: #0b0b0b;
  box-shadow: var(--hdr-shadow, 0 6px 20px rgba(0,0,0,.08));
}

/* Админ-бар WP, чтобы шапка не залезала под него */
@media (min-width: 783px){
  body.admin-bar .eddy-header{ top: 32px; }
}
@media (max-width: 782px){
  body.admin-bar .eddy-header{ top: 46px; }
}

.header-mode-static .eddy-header{
  box-shadow: none;

/* просто подскажем браузеру, что блок будет трансформироваться */
.parallax-header {
  will-change: transform;
  backface-visibility: hidden;
}




/* === EDDY patch — header & footer untouched === */