@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}
/*
@font-face {
  font-family: "e-Ukraine";
  src: url("../fonts/e-ukraine-light_w.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: block;
}
  */

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  /* Для Safari / Chrome */
  -webkit-font-smoothing: antialiased;
  /* Для Firefox на macOS */
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: Gilroy, sans-serif;
  color: #212121;
  background-color: #f6f6f6;
}
body.mob-menu-open .header_new .mob-menu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 16px;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 100;
}
body.mob-menu-open .header_new .mob-menu .mob-menu-header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body.mob-menu-open .header_new .mob-menu .mob-menu-header .mob-menu-logo {
  width: 56px;
  height: 56px;
}
body.mob-menu-open .header_new .mob-menu .mob-menu-header .mob-menu-close {
  width: 15px;
  height: 15px;
  margin-left: auto;
  cursor: pointer;
}
body.mob-menu-open .header_new .mob-menu .mob-menu-list {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  line-height: 1.2;
}
body.mob-menu-open .header_new .mob-menu .mob-menu-list li {
  margin-top: 16px;
}
body.mob-menu-open .header_new .mob-menu .mob-menu-list li a {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #212529;
}
body.mob-menu-open .header_new .mob-menu .mob-menu-list .menu-dropdown {
  position: relative;
}
body.mob-menu-open .header_new .mob-menu .mob-menu-list .menu-dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
body.mob-menu-open .header_new .mob-menu .mob-menu-list .menu-dropdown .dropdown-items {
  display: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  list-style-type: none;
}
body.mob-menu-open .header_new .mob-menu .mob-menu-list .menu-dropdown.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.mob-menu-open .header_new .mob-menu .mob-menu-list .menu-dropdown.open > a > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
body.mob-menu-open .header_new .mob-menu .mob-menu-list .menu-dropdown.open .dropdown-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.mob-menu-open .header_new .mob-menu .mob-menu-list .menu-dropdown.open .dropdown-items a {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
}
/* Reset padding only when wrapper__container provides its own (legacy invest-club/camp layout) */
body.mob-menu-open .header_new .mob-menu:has(> .wrapper__container) {
  padding: 0;
}
/* Make sure mobile menu uses brand font even if body inheritance is overridden elsewhere */
body.mob-menu-open .header_new .mob-menu,
body.mob-menu-open .header_new .mob-menu .mob-menu-list li a,
body.mob-menu-open .header_new .mob-menu .mob-menu-list .menu-dropdown.open .dropdown-items a {
  font-family: 'Gilroy', sans-serif;
}
/* Mob menu header spacing — logo glued to top, close centered vertically by align-items: center on parent */
body.mob-menu-open .header_new .mob-menu .mob-menu-header {
  padding-bottom: 16px;
}
body.mob-menu-open .header_new .mob-menu .mob-menu-header .mob-menu-logo-link {
  display: inline-flex;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #212121;
  cursor: pointer;
}

.no_link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}

.wrapper {
  min-height: 100vh;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  overflow: clip;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1279.98px) {
  .wrapper {
    max-width: 1279.98px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 743.98px) {
  .wrapper {
    padding: 0 16px;
  }
}

.wrapper [class*=__container] {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

.header_new {
  margin: 0 auto;
  width: 100%;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0;
}
.header_new .header-logo img {
  width: 73px;
  vertical-align: top;
}
.header_new .header-menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  gap: 18px;
  margin-left: auto;
  padding: 0;
  list-style-type: none;
}
.header_new .header-menu li {
  padding: 3px;
}
.header_new .header-menu li a {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
}
.header_new .header-menu li:hover > a {
  color: #00BFA5;
}
.header_new .header-menu li:hover > a > img {
  -webkit-filter: brightness(0) saturate(100%) invert(55%) sepia(33%) saturate(418%) hue-rotate(108deg) brightness(101%) contrast(90%);
          filter: brightness(0) saturate(100%) invert(55%) sepia(33%) saturate(418%) hue-rotate(108deg) brightness(101%) contrast(90%);
}
.header_new .header-menu .menu-dropdown {
  position: relative;
  padding-right: 16px;
}
.header_new .header-menu .menu-dropdown > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*fix*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header_new .header-menu .menu-dropdown .dropdown-items {
  display: none;
  position: absolute;
  top: 36px;
  left: -16px;
  z-index: 50;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 16px;
  padding: 16px;
  background: #fff;
  border-radius: 8px;
  list-style-type: none;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.header_new .header-menu .menu-dropdown.open > a > img,
.header_new .header-menu .menu-dropdown:hover > a > img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.header_new .header-menu .menu-dropdown.open .dropdown-items,
.header_new .header-menu .menu-dropdown:hover .dropdown-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* ─── Grouped dropdown (sections with labels) ─── */
.header_new .header-menu .menu-dropdown .dropdown-items.dropdown-items--grouped {
  min-width: 340px;
  gap: 0;
  padding: 10px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.header_new .header-menu .dropdown-items--grouped > li {
  width: 100%;
  list-style: none;
}
.header_new .header-menu .dropdown-items--grouped .dropdown-section-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #212121;
  padding: 10px 12px 6px;
  pointer-events: none;
}
.header_new .header-menu .dropdown-items--grouped .dropdown-section-divider {
  height: 0;
  border-top: 1px solid #f0f0f0;
  margin: 8px 0;
  pointer-events: none;
}
.header_new .header-menu .dropdown-items--grouped .dropdown-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 8px 10px;
  border-radius: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #212121;
  transition: background 0.18s ease;
}
.header_new .header-menu .dropdown-items--grouped .dropdown-link:hover {
  background: #f7f8f9;
}
/* Кружечок-іконка з кольором під продукт */
.header_new .header-menu .dropdown-items--grouped .dropdown-link-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
.header_new .header-menu .dropdown-items--grouped .dropdown-link-icon svg {
  width: 19px;
  height: 19px;
}
.header_new .header-menu .dropdown-items--grouped .dropdown-link-icon--media { background: #E7712E; }
.header_new .header-menu .dropdown-items--grouped .dropdown-link-icon--investor { background: #2a9d70; }
.header_new .header-menu .dropdown-items--grouped .dropdown-link-icon--app { background: #263238; }
.header_new .header-menu .dropdown-items--grouped .dropdown-link-icon--undebt { background: #f44336; }
.header_new .header-menu .dropdown-items--grouped .dropdown-link-icon--redflags { background: #f44336; }
.header_new .header-menu .dropdown-items--grouped .dropdown-link-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.header_new .header-menu .dropdown-items--grouped .dropdown-link-title {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  line-height: 1.3;
  transition: color 0.18s ease;
}
.header_new .header-menu .dropdown-items--grouped .dropdown-link:hover .dropdown-link-title {
  color: #00BFA5;
}
.header_new .header-menu .dropdown-items--grouped .dropdown-link-desc {
  font-size: 12px;
  font-weight: 400;
  color: #888;
  line-height: 1.35;
}
/* App link — м'яке виділення карткою (іконка лишається кружечком) */
.header_new .header-menu .dropdown-items--grouped .dropdown-link--app {
  margin-top: 10px;
  background: #fafbfc;
  border: 1px solid #f0f0f0;
}
.header_new .header-menu .dropdown-items--grouped .dropdown-link--app:hover {
  background: #f0f7f6;
  border-color: rgba(0, 191, 165, 0.25);
}

/* Mobile dropdown grouping — refined centered card with sections */
body.mob-menu-open .header_new .mob-menu .mob-menu-list .menu-dropdown.open .dropdown-items.dropdown-items--grouped {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0;
  width: 100%;
  max-width: 320px;
  margin: 8px auto 0;
  padding: 4px 12px 8px;
}
body.mob-menu-open .header_new .dropdown-items--grouped > li {
  width: 100%;
  list-style: none;
  margin-top: 0;
}
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-section-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #212121;
  padding: 14px 4px 6px;
  pointer-events: none;
}
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-section-divider {
  display: block;
  height: 0;
  border-top: 1px solid #f0f0f0;
  margin: 8px 0 0;
  width: 100%;
  pointer-events: none;
}
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 8px 6px;
  text-decoration: none;
  border-radius: 10px;
}
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-link-icon {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
}
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-link-icon svg {
  width: 17px;
  height: 17px;
}
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-link-icon--media { background: #E7712E; }
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-link-icon--investor { background: #2a9d70; }
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-link-icon--app { background: #263238; }
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-link-icon--undebt { background: #f44336; }
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-link-icon--redflags { background: #f44336; }
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-link-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  min-width: 0;
}
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-link-title {
  font-size: 15px;
  font-weight: 500;
  color: #212121;
  text-align: left;
}
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-link-desc {
  display: none;
}
/* App CTA block on mobile — м'яке виділення карткою */
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-link--app {
  margin-top: 10px;
  padding: 10px 12px;
  background: #fafbfc;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
}
body.mob-menu-open .header_new .dropdown-items--grouped .dropdown-link--app .dropdown-link-desc {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
/* Hover bridge: prevents dropdown closing when moving cursor from trigger to menu */
.header_new .header-menu .menu-dropdown::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 16px;
}
.header_new .header-burger {
  display: none;
  margin-left: auto;
}
.header_new .mob-menu {
  display: none;
}
@media only screen and (max-width: 1279.98px) {
  .header_new {
    height: 56px;
    padding: 0;
  }
  .header_new .header-logo img {
    width: 56px;
    vertical-align: top;
  }
  .header_new .header-menu {
    display: none;
  }
  .header_new .header-burger {
    display: block;
    cursor: pointer;
  }
  .header_new .header-burger img {
    width: 17px;
    height: 14px;
  }
}
@media only screen and (max-width: 739.98px) {
  .header_new {
    padding: 0;
  }
}