.slide-gallery {
  margin-bottom: 8px;
}
.image-desc {
  font-size: 14px;
}
.content-image {
  margin-bottom: 30px;
}

.header-search {
  width: 180px;
  min-height: 38px;
  margin-top: 0;
  margin-right: 16px;
  padding: 0 12px;
  border: 1px solid rgba(37, 51, 73, 0.28);
  border-radius: 9px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.header-search:focus-within {
  border-color: #253349;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.14);
}

.header-search__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  flex: 0 0 auto;
  stroke: #253349;
}

.header-search__input,
.header-search__input:focus {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #2C2620;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
}

.header-search__input::placeholder {
  color: rgba(44, 38, 32, 0.58);
}

.header-lanquage {
  margin-right: 7px;
}

.header-lanquage .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(37, 51, 73, 0.35);
  border-radius: 9px;
  background: #fff;
  color: #2C2620;
  font-size: 14px;
  font-weight: 500;
  transition: border-color 0.2s, box-shadow 0.2s, color 0.2s;
}

.header-lanquage .dropdown-toggle:hover,
.header-lanquage.show .dropdown-toggle {
  border-color: #253349;
  color: #253349;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.12);
}

.header-lanquage .dropdown-toggle .ic {
  fill: #253349;
  stroke: #253349;
  flex: 0 0 auto;
  margin-right: 6px;
}

.header-lanquage .dropdown-toggle::after {
  position: static;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  border: none;
  border-right: 2px solid #253349;
  border-bottom: 2px solid #253349;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-lanquage .dropdown-menu {
  min-width: 100%;
  margin-top: 8px;
  padding: 6px;
  border: 1px solid rgba(37, 51, 73, 0.18);
  border-radius: 9px;
  box-shadow: 0 14px 32px rgba(44, 38, 32, 0.14);
}

.header-lanquage .dropdown-item {
  padding: 7px 10px;
  border-radius: 6px;
  color: #2C2620;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
}

.header-lanquage .dropdown-item:hover,
.header-lanquage .dropdown-item:focus {
  background: #F1F4F8;
  color: #253349;
}

.investment-project-detail {
  margin: 24px 0;
  padding: 18px 22px;
  border-left: 4px solid #253349;
  background: #f8f9fb;
}

.investment-project-detail__row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  color: #1c2733;
}

.investment-project-detail__row:last-child {
  margin-bottom: 0;
}

.investment-project-detail__row strong {
  flex: 0 0 190px;
  color: #0f1720;
}

.investment-project-detail__row a,
.investment-project-detail__row span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.investment-project-contact {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(15, 23, 32, 0.1);
}

.investment-project-detail__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.investment-project-detail__link {
  margin-top: 0;
}

.investment-project-map {
  height: 360px;
  margin: 24px 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 32, 0.12);
}

.investment-project-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.investment-project-location-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0 14px;
  color: #253349;
  font-weight: 600;
}

.investment-project-file-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0 14px;
  color: #1c2733;
  font-weight: 600;
}

.investment-project-location-link:hover,
.investment-project-location-link:focus,
.investment-project-file-link:hover,
.investment-project-file-link:focus {
  color: #0A1630;
  text-decoration: none;
}

.investment-project-location-link svg,
.investment-project-file-link svg {
  flex: 0 0 auto;
}

/* адреса та посилання всередині карток проєктів — з відступами картки */
.b-news .investment-project-address {
  margin: 0 0 12px;
  padding: 0 20px;
  color: #65717F;
  font-size: 13px;
  line-height: 1.55;
}

.b-news .investment-project-location-link,
.b-news .investment-project-file-link {
  align-self: flex-start;
  margin: 0 20px 16px;
  font-size: 13px;
}

.b-news .investment-project-location-link + .investment-project-file-link {
  margin-top: -6px;
}

@media (max-width: 1199.98px) {
  .header-search {
    width: 150px;
    margin-right: 12px;
  }
}

.investment-projects {
  margin-top: 24px;
  padding: 54px 0 58px;
  background: #F5F6F8;
}

.investment-projects__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 34px;
}

.investment-projects__header-line {
  display: block;
  max-width: 360px;
  height: 1px;
  flex: 1 1 120px;
  background: rgba(44, 38, 32, 0.2);
}

.investment-projects__title-main {
  margin: 0;
  flex: 0 0 auto;
  color: #2C2620;
  font-family: 'e-Ukraine Head', Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.investment-projects__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.investment-projects__card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #1C2633;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(18, 27, 38, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.investment-projects__card:hover,
.investment-projects__card:focus {
  border-color: rgba(37, 51, 73, 0.42);
  color: #1C2633;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(18, 27, 38, 0.12);
  transform: translateY(-3px);
}

.investment-projects__media {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #F1F4F8;
}

.investment-projects__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.25s;
}

.investment-projects__card:hover .investment-projects__media img,
.investment-projects__card:focus .investment-projects__media img {
  transform: scale(1.03);
}

.investment-projects__body {
  display: flex;
  min-height: 150px;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px 20px 20px;
}

.investment-projects__title {
  display: -webkit-box;
  overflow: hidden;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.investment-projects__date {
  display: block;
  margin-top: auto;
  padding-top: 16px;
  color: #65717F;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.35;
}

@media (max-width: 991.98px) {
  .investment-projects__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .investment-projects {
    margin-top: 8px;
    padding: 38px 0 42px;
  }

  .investment-projects__header {
    gap: 12px;
    margin-bottom: 24px;
  }

  .investment-projects__title-main {
    font-size: 16px;
  }

  .investment-projects__grid {
    grid-template-columns: 1fr;
  }

  .investment-projects__body {
    min-height: 0;
    padding: 20px;
  }

  .investment-projects__title {
    font-size: 18px;
    -webkit-line-clamp: 5;
  }

  .investment-project-detail__row {
    flex-direction: column;
    gap: 4px;
  }

  .investment-project-detail__row strong {
    flex-basis: auto;
  }

  .investment-project-detail__links {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .header-search {
    width: 132px;
    min-height: 36px;
    padding: 0 10px;
  }

  .header-search__input,
  .header-search__input:focus {
    line-height: 36px;
  }

  .header-lanquage .dropdown-toggle {
    min-height: 36px;
    padding: 7px 10px;
  }
}

.main-menu {
  align-items: stretch;
}

.main-menu__item {
  position: relative;
  list-style: none;
}

.main-menu > .main-menu__item {
  display: flex;
  align-items: stretch;
  margin-right: 8px;
}

/* посилання займає всю висоту ряду — одно- і дворядкові пункти центруються однаково */
.main-menu > .main-menu__item > .main-menu__link {
  display: flex;
  width: 100%;
  align-items: center;
}

.main-menu > .main-menu__item:last-child {
  margin-right: 0;
}

.main-menu__link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 10px 12px;
  border-radius: 9px;
  color: rgba(56, 51, 46, 0.97);
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.main-menu__link:hover,
.main-menu__link:focus {
  color: #253349;
  text-decoration: none;
}

.main-menu > .main-menu__item:hover > .main-menu__link,
.main-menu > .main-menu__item:focus-within > .main-menu__link {
  background: #253349;
  color: #fff;
}

.main-menu > .main-menu__item.active > .main-menu__link,
.main-menu > .main-menu__item.expanded > .main-menu__link {
  color: #253349;
  box-shadow: inset 0 -3px 0 #253349;
}

.main-menu > .main-menu__item.active:hover > .main-menu__link,
.main-menu > .main-menu__item.expanded:hover > .main-menu__link,
.main-menu > .main-menu__item.active:focus-within > .main-menu__link,
.main-menu > .main-menu__item.expanded:focus-within > .main-menu__link {
  color: #fff;
}

.main-menu__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
}

.main-menu__icon img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.main-menu > .main-menu__item:hover > .main-menu__link .main-menu__icon img,
.main-menu > .main-menu__item:focus-within > .main-menu__link .main-menu__icon img {
  filter: brightness(0) invert(1);
}

.main-menu__text {
  min-width: 0;
  /* перенос лише по словах: "Документи" не має ламатись посеред слова */
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  line-height: 1.3;
}

.main-menu__submenu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 1060;
  min-width: 260px;
  margin: 0;
  padding: 8px;
  list-style: none;
  border: 1px solid rgba(37, 51, 73, 0.16);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(44, 38, 32, 0.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.18s, transform 0.18s, visibility 0.18s;
}

.main-menu__submenu .main-menu__item {
  width: 100%;
  margin: 0;
}

.main-menu__submenu .main-menu__link {
  display: flex;
  width: 100%;
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 7px;
  color: #2C2620;
  font-size: 14px;
  line-height: 1.25;
  white-space: normal;
}

.main-menu__submenu .main-menu__link:hover,
.main-menu__submenu .main-menu__link:focus,
.main-menu__submenu .main-menu__item.active > .main-menu__link,
.main-menu__submenu .main-menu__item.expanded > .main-menu__link {
  background: #F1F4F8;
  color: #253349;
  box-shadow: none;
}

.main-menu__submenu .main-menu__icon {
  display: none;
}

.main-menu__item_has-children > .main-menu__link::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 3px;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  border-radius: 1px;
  transform: rotate(45deg);
}

.main-menu__submenu .main-menu__item_has-children > .main-menu__link {
  padding-right: 30px;
}

.main-menu__submenu .main-menu__item_has-children > .main-menu__link::after {
  position: absolute;
  top: 50%;
  right: 13px;
  margin-left: 0;
  transform: translateY(-50%) rotate(-45deg);
}

.main-menu__submenu-trigger {
  display: none;
}

@media (min-width: 992px) {
  .main-menu__item:hover > .main-menu__submenu,
  .main-menu__item:focus-within > .main-menu__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .main-menu__submenu .main-menu__submenu {
    top: -8px;
    left: calc(100% + 8px);
  }

  .main-menu > .main-menu__item:last-child .main-menu__submenu .main-menu__submenu,
  .main-menu > .main-menu__item:nth-last-child(2) .main-menu__submenu .main-menu__submenu,
  .main-menu > .main-menu__item:nth-last-child(3) .main-menu__submenu .main-menu__submenu {
    right: calc(100% + 8px);
    left: auto;
  }

  .main-menu > .main-menu__item:last-child .main-menu__submenu .main-menu__item_has-children > .main-menu__link,
  .main-menu > .main-menu__item:nth-last-child(2) .main-menu__submenu .main-menu__item_has-children > .main-menu__link,
  .main-menu > .main-menu__item:nth-last-child(3) .main-menu__submenu .main-menu__item_has-children > .main-menu__link {
    padding-right: 12px;
    padding-left: 30px;
  }

  .main-menu > .main-menu__item:last-child .main-menu__submenu .main-menu__item_has-children > .main-menu__link::after,
  .main-menu > .main-menu__item:nth-last-child(2) .main-menu__submenu .main-menu__item_has-children > .main-menu__link::after,
  .main-menu > .main-menu__item:nth-last-child(3) .main-menu__submenu .main-menu__item_has-children > .main-menu__link::after {
    right: auto;
    left: 13px;
    transform: translateY(-50%) rotate(135deg);
  }
}

@media (max-width: 991.98px) {
  .main-menu {
    width: 100%;
    flex-direction: column;
  }

  .main-menu > .main-menu__item,
  .main-menu__item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }

  .main-menu__link {
    flex: 1 1 auto;
    min-width: 0;
    padding: 10px 0;
    border-radius: 0;
  }

  .main-menu > .main-menu__item:hover > .main-menu__link,
  .main-menu > .main-menu__item:focus-within > .main-menu__link,
  .main-menu > .main-menu__item.active:hover > .main-menu__link,
  .main-menu > .main-menu__item.expanded:hover > .main-menu__link,
  .main-menu > .main-menu__item.active:focus-within > .main-menu__link,
  .main-menu > .main-menu__item.expanded:focus-within > .main-menu__link {
    background: transparent;
    color: #253349;
  }

  .main-menu > .main-menu__item.active > .main-menu__link,
  .main-menu > .main-menu__item.expanded > .main-menu__link {
    box-shadow: none;
  }

  .main-menu__item_has-children > .main-menu__link::after {
    display: none;
  }

  .main-menu__icon {
    display: none;
  }

  .main-menu__submenu-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-top: 3px;
    margin-left: 10px;
    flex: 0 0 auto;
    border: 1px solid rgba(37, 51, 73, 0.35);
    border-radius: 8px;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  }

  .main-menu__submenu-trigger::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -3px;
    border-right: 2px solid #253349;
    border-bottom: 2px solid #253349;
    border-radius: 1px;
    transform: rotate(45deg);
    transition: transform 0.2s;
  }

  .main-menu__submenu-trigger.active {
    border-color: #253349;
    box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.12);
  }

  .main-menu__submenu-trigger.active::before {
    margin-top: 3px;
    transform: rotate(225deg);
  }

  .main-menu__submenu {
    position: static;
    width: 100%;
    min-width: 0;
    max-height: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-left: 2px solid rgba(37, 51, 73, 0.18);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 0.24s;
  }

  .main-menu__submenu.active,
  .main-menu__item.expanded > .main-menu__submenu {
    max-height: 1200px;
    margin-top: 4px;
    padding: 4px 0 0 12px;
  }

  .main-menu__submenu .main-menu__item {
    margin-bottom: 4px;
  }

  .main-menu__submenu .main-menu__link {
    min-height: 34px;
    padding: 8px 0;
    background: transparent;
  }

  .main-menu__submenu .main-menu__link:hover,
  .main-menu__submenu .main-menu__link:focus,
  .main-menu__submenu .main-menu__item.active > .main-menu__link,
  .main-menu__submenu .main-menu__item.expanded > .main-menu__link {
    background: transparent;
    color: #253349;
  }
}

.site-header {
  position: relative;
  z-index: 1040;
  border-bottom: 1px solid #E4E8ED;
  background: #fff;
  box-shadow: 0 8px 26px rgba(18, 27, 38, 0.06);
}

.site-header__top {
  padding: 0;
  background: #fff;
}

.site-header__utility {
  border-bottom: 1px solid #EEF1F4;
  background: #F7F8FA;
}

.site-header__utility-inner {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: flex-end;
  padding: 4px 0;
}

.site-header__top-inner {
  min-height: 102px;
  min-width: 0;
  gap: 28px;
  justify-content: flex-start;
  padding: 12px 0;
}

.site-header__brand {
  max-width: 500px;
  flex: 0 1 500px;
  min-width: 0;
  gap: 22px;
  color: #151D27;
  text-decoration: none;
}

.site-header__brand:hover,
.site-header__brand:focus {
  color: #151D27;
  text-decoration: none;
}

.site-header__logo-mark {
  display: inline-flex;
  width: 136px;
  min-width: 136px;
  height: 116px;
  align-items: center;
  justify-content: center;
}

.site-header__logo-mark img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-right: 0;
  object-fit: contain;
}

.site-header__brand-copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 330px;
  flex-direction: column;
  gap: 8px;
}

.site-header__title {
  display: block;
  color: #151D27;
  font-family: "e-Ukraine Head", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.site-header__subtitle {
  color: #65717F;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.site-header__actions {
  gap: 16px;
  flex: 0 0 auto;
}

.site-header .site-header__search {
  width: 280px;
  min-height: 46px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid rgba(37, 51, 73, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 2px rgba(18, 27, 38, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.site-header .site-header__search:focus-within {
  border-color: #253349;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.1);
}

.site-header .site-header__search-button {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  color: #0A1630;
  stroke: currentColor;
}

.site-header .site-header__search-button:hover,
.site-header .site-header__search-button:focus {
  color: #253349;
  stroke: currentColor;
}

.site-header .site-header__search-button .ic {
  stroke: currentColor;
}

.site-header .site-header__search-input,
.site-header .site-header__search-input:focus {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #1C2633;
  font-size: 14px;
  font-weight: 500;
  line-height: 44px;
}

.site-header .site-header__search-input::placeholder {
  color: #768190;
}

.site-header .header-lanquage {
  margin: 0;
}

.site-header .site-header__language-toggle {
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(37, 51, 73, 0.18);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 1px 2px rgba(18, 27, 38, 0.06);
  color: #1C2633;
  font-size: 14px;
  font-weight: 700;
}

.site-header .site-header__language-toggle:hover,
.site-header .header-lanquage.show .site-header__language-toggle,
.site-header .site-header__language-toggle:focus {
  border-color: #253349;
  color: #253349;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.1);
}

.site-header .site-header__language-toggle .ic {
  margin-right: 7px;
  fill: #253349;
  stroke: #253349;
}

.site-header .site-header__language-toggle::after {
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right-color: #253349;
  border-bottom-color: #253349;
}

.site-header .header-lanquage .dropdown-menu {
  min-width: 100%;
  margin-top: 8px;
  padding: 6px;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 6px;
  box-shadow: 0 16px 34px rgba(18, 27, 38, 0.14);
}

.site-header .header-lanquage .dropdown-item {
  padding: 8px 10px;
  border-radius: 4px;
  color: #1C2633;
  font-size: 13px;
  font-weight: 700;
}

.site-header .header-lanquage .dropdown-item:hover,
.site-header .header-lanquage .dropdown-item:focus {
  background: #F1F4F8;
  color: #253349;
}

.site-header__social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.site-header .site-header__social-link {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  border: 1px solid rgba(37, 51, 73, 0.16);
  border-radius: 50%;
  background: #fff;
  color: #64707E;
  fill: currentColor;
  opacity: 1;
  transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.site-header .site-header__social-link:hover,
.site-header .site-header__social-link:focus {
  border-color: rgba(37, 51, 73, 0.36);
  color: #253349;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.1);
}

.site-header__utility .site-header__actions {
  gap: 8px;
}

.site-header__utility .site-header__search {
  width: 220px;
  min-height: 32px;
  padding: 0 10px;
  border-color: rgba(37, 51, 73, 0.14);
  border-radius: 3px;
  background: #fff;
  box-shadow: none;
}

.site-header__utility .site-header__search:focus-within {
  box-shadow: 0 0 0 2px rgba(37, 51, 73, 0.08);
}

.site-header__utility .site-header__search-button {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}

.site-header__utility .site-header__search-button .ic {
  width: 14px;
  height: 14px;
}

.site-header__utility .site-header__search-input,
.site-header__utility .site-header__search-input:focus {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
}

.site-header__utility .site-header__language-toggle {
  min-height: 32px;
  padding: 0 10px;
  border-color: rgba(37, 51, 73, 0.14);
  border-radius: 3px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 600;
}

.site-header__utility .site-header__language-toggle:hover,
.site-header__utility .header-lanquage.show .site-header__language-toggle,
.site-header__utility .site-header__language-toggle:focus {
  box-shadow: 0 0 0 2px rgba(37, 51, 73, 0.08);
}

.site-header__utility .site-header__language-toggle .ic {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.site-header__utility .site-header__language-toggle::after {
  width: 6px;
  height: 6px;
  margin-left: 6px;
}

.site-header__utility .header-lanquage .dropdown-menu {
  margin-top: 4px;
  padding: 4px;
  border-radius: 0;
  box-shadow: 0 10px 24px rgba(18, 27, 38, 0.12);
}

.site-header__utility .header-lanquage .dropdown-item {
  padding: 6px 8px;
  border-radius: 0;
  font-size: 12px;
}

.site-header__utility .site-header__social {
  gap: 6px;
}

.site-header__utility .site-header__social-link {
  width: 32px;
  height: 32px;
  border-color: rgba(37, 51, 73, 0.12);
  box-shadow: none;
}

.site-header__utility .site-header__social-link:hover,
.site-header__utility .site-header__social-link:focus {
  box-shadow: 0 0 0 2px rgba(37, 51, 73, 0.08);
}

.site-header__utility .site-header__social-link .ic {
  width: 16px;
  height: 16px;
}

.site-header__nav {
  padding: 0;
  border-top: 1px solid #EEF1F4;
  border-bottom: 1px solid #E4E8ED;
  background: #F5F6F8;
}

.site-header__nav-inner {
  min-height: 64px;
  padding: 0;
}

.site-header__main-nav {
  min-width: 0;
}

.site-header__menu {
  min-width: 0;
  justify-content: flex-start;
  padding: 0;
}

.site-header__search_mobile,
.site-header__social_mobile,
.site-header__mobile-extra {
  display: none;
}

.site-header .main-menu {
  width: 100%;
  align-items: stretch;
  margin: 0;
}

.site-header .main-menu__item {
  position: relative;
  margin: 0;
}

.site-header .main-menu__link {
  display: flex;
  min-height: 64px;
  align-items: center;
  padding: 0 24px;
  border-radius: 0;
  background: transparent;
  color: #0A1630;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.2s, color 0.2s;
}

.site-header .main-menu > .main-menu__item:hover > .main-menu__link,
.site-header .main-menu > .main-menu__item:focus-within > .main-menu__link,
.site-header .main-menu > .main-menu__item.active > .main-menu__link,
.site-header .main-menu > .main-menu__item.expanded > .main-menu__link,
.site-header .main-menu > .main-menu__item.active:hover > .main-menu__link,
.site-header .main-menu > .main-menu__item.expanded:hover > .main-menu__link,
.site-header .main-menu > .main-menu__item.active:focus-within > .main-menu__link,
.site-header .main-menu > .main-menu__item.expanded:focus-within > .main-menu__link {
  background: transparent;
  color: #0A1630;
  text-decoration: none;
  box-shadow: none;
}

.site-header .main-menu__item_has-children > .main-menu__link::after {
  margin-left: 8px;
}

.site-header .main-menu__submenu {
  top: 100%;
  min-width: 300px;
  padding: 8px 0;
  border: 1px solid #E4E8ED;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 18px 38px rgba(18, 27, 38, 0.16);
}

.site-header .main-menu__submenu .main-menu__link {
  min-height: 36px;
  padding: 10px 28px;
  border-radius: 0;
  background: transparent;
  color: #253349;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-transform: none;
}

.site-header .main-menu__submenu .main-menu__link:hover,
.site-header .main-menu__submenu .main-menu__link:focus,
.site-header .main-menu__submenu .main-menu__item.active > .main-menu__link,
.site-header .main-menu__submenu .main-menu__item.expanded > .main-menu__link {
  background: #F1F4F8;
  color: #0A1630;
}

.site-header .main-menu__submenu .main-menu__submenu {
  top: -9px;
  left: calc(100% + 1px);
  border-radius: 0;
}

@media (max-width: 1199.98px) {
  .site-header__top-inner {
    gap: 24px;
  }

  .site-header__logo-mark {
    width: 152px;
    min-width: 152px;
  }

  .site-header__title {
    font-size: 21px;
  }

  .site-header .site-header__search {
    width: 240px;
  }

  .site-header .main-menu__link {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 13px;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    box-shadow: 0 6px 18px rgba(18, 27, 38, 0.08);
  }

  .site-header__utility {
    display: none;
  }

  .site-header__top {
    position: relative;
  }

  .site-header__top-inner {
    min-height: 78px;
    justify-content: center;
    padding: 0 64px;
  }

  .site-header__brand {
    justify-content: center;
    gap: 10px;
  }

  .site-header__logo-mark {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }

  .site-header__brand-copy {
    display: flex;
    max-width: 230px;
    gap: 2px;
  }

  .site-header__title {
    font-size: 15px;
    line-height: 1.2;
  }

  .site-header__subtitle {
    font-size: 11px;
  }

  .site-header__actions {
    display: none;
  }

  .site-header__trigger {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
  }

  .site-header .toggle-menu-button {
    position: static;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background: #253349;
  }

  /* бургер: три рівні лінії по центру кнопки (6 span-половинок легасі-розмітки) */
  .site-header .toggle-menu-button .toggle-menu-button-icon {
    display: block;
    width: 20px;
    height: 14px;
    vertical-align: initial;
  }

  .site-header .toggle-menu-button .toggle-menu-button-icon span {
    height: 2px;
    border-radius: 0;
  }

  .site-header .toggle-menu-button .toggle-menu-button-icon span:nth-child(1),
  .site-header .toggle-menu-button .toggle-menu-button-icon span:nth-child(2) {
    top: 0;
  }

  .site-header .toggle-menu-button .toggle-menu-button-icon span:nth-child(3),
  .site-header .toggle-menu-button .toggle-menu-button-icon span:nth-child(4) {
    top: 6px;
  }

  .site-header .toggle-menu-button .toggle-menu-button-icon span:nth-child(5),
  .site-header .toggle-menu-button .toggle-menu-button-icon span:nth-child(6) {
    top: 12px;
  }

  .site-header .toggle-menu-button.show .toggle-menu-button-icon span:nth-child(1) {
    top: 3px;
    left: 2px;
  }

  .site-header .toggle-menu-button.show .toggle-menu-button-icon span:nth-child(2) {
    top: 3px;
    left: calc(50% - 2px);
  }

  .site-header .toggle-menu-button.show .toggle-menu-button-icon span:nth-child(5) {
    top: 9px;
    left: 2px;
  }

  .site-header .toggle-menu-button.show .toggle-menu-button-icon span:nth-child(6) {
    top: 9px;
    left: calc(50% - 2px);
  }

  .site-header__nav {
    border: 0;
    background: transparent;
  }

  .site-header__nav .container {
    max-width: none;
    padding-right: 0;
    padding-left: 0;
  }

  .site-header__nav-inner {
    min-height: 0;
    padding: 0;
  }

  .site-header .site-header__menu {
    top: var(--mobile-drawer-top, 78px);
    left: -340px;
    width: 320px;
    height: calc(100vh - var(--mobile-drawer-top, 78px));
    max-height: none;
    align-items: stretch;
    justify-content: flex-start;
    padding: 18px 18px 28px;
    border-right: 1px solid #E4E8ED;
    background: #fff;
    box-shadow: 18px 0 38px rgba(18, 27, 38, 0.16);
    transition: left 0.25s ease;
  }

  .site-header .site-header__menu.show {
    left: 0;
  }

  /* затемнення сторінки під відкритим меню */
  body.st-hidden::after {
    position: fixed;
    top: var(--mobile-drawer-top, 78px);
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(10, 22, 48, 0.5);
    opacity: 1;
  }

  /* контакти та мова в мобільному меню */
  .site-header__mobile-extra {
    display: block;
    width: 100%;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #EEF1F4;
  }

  .site-header .site-header__contact_mobile {
    display: inline-flex;
  }

  .site-header .site-header__contact_mobile .site-header__contact-copy {
    display: flex;
  }

  .site-header__mobile-lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
  }

  .site-header__mobile-lang-label {
    color: #65717F;
    font-size: 13px;
    font-weight: 500;
  }

  .site-header__mobile-lang-switch {
    display: inline-flex;
    overflow: hidden;
    border: 1px solid #D8DEE6;
    border-radius: 4px;
  }

  .site-header__mobile-lang-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 62px;
    min-height: 38px;
    padding: 8px 16px;
    background: #fff;
    color: #1C2633;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
  }

  .site-header__mobile-lang-item + .site-header__mobile-lang-item {
    border-left: 1px solid #D8DEE6;
  }

  .site-header__mobile-lang-item:hover,
  .site-header__mobile-lang-item:focus {
    background: #F1F4F8;
    color: #253349;
    text-decoration: none;
  }

  .site-header__mobile-lang-item.is-active {
    background: #253349;
    color: #fff;
    text-decoration: none;
  }

  .site-header .site-header__search_mobile {
    display: flex;
    width: 100%;
    margin-bottom: 14px;
  }

  .site-header .main-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .site-header .main-menu > .main-menu__item,
  .site-header .main-menu__item {
    margin-bottom: 6px;
  }

  .site-header .main-menu > .main-menu__item {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .site-header .main-menu > .main-menu__item > .main-menu__link {
    flex: 1 1 0;
    min-width: 0;
  }

  .site-header .main-menu__link {
    min-height: 44px;
    padding: 10px 12px;
    border-radius: 0;
    color: #1C2633;
    font-size: 14px;
    white-space: normal;
  }

  .site-header .main-menu > .main-menu__item:hover > .main-menu__link,
  .site-header .main-menu > .main-menu__item:focus-within > .main-menu__link,
  .site-header .main-menu > .main-menu__item.active > .main-menu__link,
  .site-header .main-menu > .main-menu__item.expanded > .main-menu__link {
    background: #253349;
    color: #fff;
    box-shadow: none;
  }

  /* стрілки розкриття — без коробок, частина рядка пункту */
  .site-header .main-menu__submenu-trigger {
    width: 44px;
    height: auto;
    min-height: 44px;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-header .main-menu__submenu-trigger::before {
    border-right-color: #253349;
    border-bottom-color: #253349;
  }

  .site-header .main-menu__submenu-trigger.active {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  /* розкритий/активний пункт верхнього рівня — суцільна плашка разом зі стрілкою */
  .site-header .main-menu > .main-menu__item:hover > .main-menu__submenu-trigger,
  .site-header .main-menu > .main-menu__item:focus-within > .main-menu__submenu-trigger,
  .site-header .main-menu > .main-menu__item.active > .main-menu__submenu-trigger,
  .site-header .main-menu > .main-menu__item.expanded > .main-menu__submenu-trigger {
    background: #253349;
  }

  .site-header .main-menu > .main-menu__item:hover > .main-menu__submenu-trigger::before,
  .site-header .main-menu > .main-menu__item:focus-within > .main-menu__submenu-trigger::before,
  .site-header .main-menu > .main-menu__item.active > .main-menu__submenu-trigger::before,
  .site-header .main-menu > .main-menu__item.expanded > .main-menu__submenu-trigger::before {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }

  .site-header .main-menu__submenu {
    width: 100%;
    max-height: 0;
    padding: 0;
    border: 0;
    border-left: 2px solid rgba(37, 51, 73, 0.22);
    border-radius: 0;
    box-shadow: none;
  }

  .site-header .main-menu__submenu.active,
  .site-header .main-menu__item.expanded > .main-menu__submenu {
    max-height: 1200px;
    margin-top: 4px;
    padding: 4px 0 0 12px;
  }

  .site-header .main-menu__submenu .main-menu__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .site-header .main-menu__submenu .main-menu__link {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    min-height: 38px;
    padding: 8px 10px;
    background: transparent;
    font-size: 14px;
  }

  /* третій рівень меню на мобільному — розгортається вниз, а не вбік */
  .site-header .main-menu__submenu .main-menu__submenu {
    position: static;
    top: auto;
    left: auto;
    flex-basis: 100%;
  }

  .site-header .main-menu__submenu .main-menu__link:hover,
  .site-header .main-menu__submenu .main-menu__link:focus,
  .site-header .main-menu__submenu .main-menu__item.active > .main-menu__link,
  .site-header .main-menu__submenu .main-menu__item.expanded > .main-menu__link {
    background: #F1F4F8;
    color: #0A1630;
  }

  /* стрілка підрівня — та сама плашка, що й у рядка */
  .site-header .main-menu__submenu .main-menu__submenu-trigger {
    width: 38px;
    min-height: 38px;
  }

  .site-header .main-menu__submenu .main-menu__item:hover > .main-menu__submenu-trigger,
  .site-header .main-menu__submenu .main-menu__item:focus-within > .main-menu__submenu-trigger,
  .site-header .main-menu__submenu .main-menu__item.expanded > .main-menu__submenu-trigger {
    background: #F1F4F8;
  }

  .site-header .main-menu__submenu .main-menu__item:hover > .main-menu__submenu-trigger::before,
  .site-header .main-menu__submenu .main-menu__item:focus-within > .main-menu__submenu-trigger::before,
  .site-header .main-menu__submenu .main-menu__item.expanded > .main-menu__submenu-trigger::before {
    border-right-color: #253349;
    border-bottom-color: #253349;
  }

  .site-header__social_mobile {
    display: inline-flex;
    margin-top: 14px;
  }
}

@media (max-width: 767.98px) {
  .site-header__top-inner {
    min-height: 72px;
    padding-right: 56px;
    padding-left: 56px;
  }

  .site-header__logo-mark {
    width: 48px;
    min-width: 48px;
    height: 48px;
  }

  .site-header__brand-copy {
    max-width: 210px;
  }

  .site-header__title {
    font-size: 14px;
  }

  .site-header .toggle-menu-button {
    width: 42px;
    height: 42px;
  }

  .site-header .site-header__menu {
    top: var(--mobile-drawer-top, 72px);
    left: -86vw;
    width: 84vw;
    max-width: 340px;
    height: calc(100vh - var(--mobile-drawer-top, 72px));
    max-height: none;
  }

  .site-header .site-header__menu.show {
    left: 0;
  }

  body.st-hidden::after {
    top: var(--mobile-drawer-top, 72px);
  }
}

.site-header__utility {
  display: none;
}

.site-header__top-inner {
  min-height: 88px;
  min-width: 0;
  justify-content: flex-start;
  gap: 22px;
  padding: 14px 0;
}

.site-header__brand {
  max-width: 450px;
  flex: 0 1 auto;
  min-width: 0;
  gap: 16px;
}

.site-header__logo-mark {
  width: 74px;
  min-width: 74px;
  height: 74px;
  justify-content: center;
}

.site-header__brand-copy {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 340px;
  gap: 4px;
}

.site-header__title {
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.18;
}

.site-header__subtitle {
  color: #65717F;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.site-header__actions {
  display: flex;
  min-width: 0;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-left: auto;
}

.site-header__top-inner .site-header__social {
  display: none;
}

.site-header .site-header__search {
  width: 280px;
  flex: 1 1 200px;
  min-width: 170px;
  max-width: 280px;
  min-height: 44px;
  padding: 0 8px 0 16px;
  border-color: #D8DEE6;
  border-radius: 10px;
  box-shadow: none;
}

.site-header .site-header__search-input,
.site-header .site-header__search-input:focus {
  order: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 42px;
}

.site-header .site-header__search-button {
  order: 2;
  width: 32px;
  height: 32px;
  margin-right: 0;
  margin-left: 6px;
  border-radius: 8px;
}

.site-header__lang-group {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border: 1px solid #D8DEE6;
  border-radius: 10px;
  background: #fff;
}

.site-header__lang-group .header-lanquage {
  margin: 0;
}

.site-header .site-header__language-toggle {
  min-height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  box-shadow: none;
  font-size: 13px;
}

.site-header .site-header__language-toggle:hover,
.site-header .header-lanquage.show .site-header__language-toggle,
.site-header .site-header__language-toggle:focus {
  border: 0;
  background: #F1F4F8;
  box-shadow: none;
}

.site-header .site-header__language-toggle .ic {
  width: 17px;
  height: 17px;
}

.site-header__divider {
  width: 1px;
  height: 42px;
  flex: 0 0 1px;
  background: #E4E8ED;
}

.site-header .site-header__social-link {
  width: 38px;
  height: 38px;
  border-color: #D8DEE6;
}

.site-header__account,
.site-header__submit {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 15px;
  border: 1px solid #D8DEE6;
  border-radius: 10px;
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
}

.site-header__account {
  background: #fff;
  color: #253349;
}

.site-header__top .site-header__account {
  width: 44px;
  min-width: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.site-header__top .site-header__account:hover,
.site-header__top .site-header__account:focus {
  border: 0;
  background: #F1F4F8;
  box-shadow: none;
}

.site-header__top .site-header__account .site-header__account-text {
  display: none;
}

.site-header__top .site-header__account .ic {
  width: 20px;
  height: 20px;
}

.site-header__submit {
  border-color: #253349;
  background: #253349;
  color: #fff;
}

.site-header__account:hover,
.site-header__account:focus {
  border-color: #253349;
  color: #0A1630;
  text-decoration: none;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.1);
}

.site-header__submit:hover,
.site-header__submit:focus {
  border-color: #0A1630;
  background: #0A1630;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.14);
}

.site-header__account .ic,
.site-header__submit .ic {
  flex: 0 0 auto;
  fill: currentColor;
  stroke: currentColor;
}

.site-header__mobile-actions {
  display: none;
}

.site-header__contact {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 11px;
  color: #253349;
  text-decoration: none;
}

.site-header__contact:hover,
.site-header__contact:focus {
  color: #0A1630;
  text-decoration: none;
}

.site-header__contact-icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  background: url("../img/minified-svg/tel.svg") center / contain no-repeat;
  filter: brightness(0) saturate(100%) invert(17%) sepia(16%) saturate(1012%) hue-rotate(180deg) brightness(93%) contrast(92%);
}

.site-header__contact-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  white-space: nowrap;
}

.site-header__contact-title {
  color: #253349;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.15;
}

.site-header__contact:hover .site-header__contact-title,
.site-header__contact:focus .site-header__contact-title {
  color: #0A1630;
}

.site-header__contact-subtitle {
  color: #65717F;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.15;
}

.site-header__nav {
  border-top: 1px solid #E7EBF0;
  border-bottom: 1px solid #E4E8ED;
  background: #fff;
}

.site-header__nav-inner {
  min-height: 58px;
}

.site-header .main-menu {
  justify-content: space-between;
}

.site-header .main-menu > .main-menu__item:last-child > .main-menu__link {
  padding-right: 0;
}

.site-header .main-menu > .main-menu__item:last-child > .main-menu__link::before {
  right: 0;
}

@media (min-width: 992px) {
  .site-header .main-menu > .main-menu__item:last-child > .main-menu__submenu {
    right: 0;
    left: auto;
  }
}

.site-header .main-menu__link {
  min-height: 58px;
  padding: 0 20px;
  color: #1C2633;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.site-header .main-menu > .main-menu__item:first-child > .main-menu__link {
  padding-left: 0;
}

.site-header .main-menu > .main-menu__item:hover > .main-menu__link,
.site-header .main-menu > .main-menu__item:focus-within > .main-menu__link,
.site-header .main-menu > .main-menu__item.active > .main-menu__link,
.site-header .main-menu > .main-menu__item.expanded > .main-menu__link {
  color: #253349;
}

.site-header .main-menu > .main-menu__item > .main-menu__link {
  position: relative;
}

.site-header .main-menu > .main-menu__item > .main-menu__link::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -1px;
  left: 20px;
  height: 3px;
  background: #253349;
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 0.2s, transform 0.2s;
}

.site-header .main-menu > .main-menu__item:first-child > .main-menu__link::before {
  left: 0;
}

.site-header .main-menu > .main-menu__item:hover > .main-menu__link::before,
.site-header .main-menu > .main-menu__item:focus-within > .main-menu__link::before,
.site-header .main-menu > .main-menu__item.active > .main-menu__link::before,
.site-header .main-menu > .main-menu__item.expanded > .main-menu__link::before {
  opacity: 1;
  transform: scaleX(1);
}

.site-header .main-menu__submenu {
  top: calc(100% + 10px);
  min-width: 264px;
  padding: 0;
  border: 1px solid #E4E8ED;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 18px 40px rgba(18, 27, 38, 0.16);
}

/* невидимый мостик между пунктом меню и выпадашкой, чтобы hover не терялся */
.site-header .main-menu__submenu::before {
  content: "";
  position: absolute;
  top: -12px;
  right: 0;
  left: 0;
  height: 12px;
}

.site-header .main-menu__submenu .main-menu__link {
  min-height: 42px;
  padding: 10px 20px;
  border-radius: 0;
  color: #253349;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  transition: background 0.15s, color 0.15s, padding-left 0.15s;
}

.site-header .main-menu__submenu .main-menu__link:hover,
.site-header .main-menu__submenu .main-menu__link:focus,
.site-header .main-menu__submenu .main-menu__item.active > .main-menu__link,
.site-header .main-menu__submenu .main-menu__item.expanded > .main-menu__link {
  background: #F1F4F8;
  color: #0A1630;
}

@media (min-width: 992px) {
  .site-header .main-menu__submenu .main-menu__link:hover,
  .site-header .main-menu__submenu .main-menu__link:focus {
    padding-left: 24px;
  }

  /* вложенное подменю: вровень с родительским пунктом, без щелей для курсора */
  .site-header .main-menu__submenu .main-menu__submenu {
    top: -1px;
    left: calc(100% - 2px);
    border-radius: 0;
    transform: translateX(6px);
  }

  .site-header .main-menu__submenu .main-menu__submenu::before {
    top: 0;
    right: auto;
    bottom: 0;
    left: -10px;
    width: 10px;
    height: auto;
  }

  .site-header .main-menu__item:hover > .main-menu__submenu .main-menu__submenu,
  .site-header .main-menu__submenu .main-menu__item:hover > .main-menu__submenu,
  .site-header .main-menu__submenu .main-menu__item:focus-within > .main-menu__submenu {
    transform: translateX(0);
  }

  /* стрелка вложенных пунктов */
  .site-header .main-menu__submenu .main-menu__item_has-children > .main-menu__link {
    padding-right: 38px;
  }

  .site-header .main-menu__submenu .main-menu__item_has-children > .main-menu__link::after {
    right: 18px;
    opacity: 0.55;
    transition: opacity 0.15s, transform 0.15s;
  }

  .site-header .main-menu__submenu .main-menu__item_has-children:hover > .main-menu__link::after,
  .site-header .main-menu__submenu .main-menu__item_has-children:focus-within > .main-menu__link::after {
    opacity: 1;
    transform: translateY(-50%) rotate(-45deg) translate(1px, -1px);
  }
}

.investment-hero {
  position: relative;
  height: 540px;
  min-height: 0;
  overflow: hidden;
  background: #0A1630;
}

.investment-hero__slider {
  position: absolute;
  inset: 0;
}

.investment-hero__slider .slick-list,
.investment-hero__slider .slick-track {
  z-index: 0;
}

.investment-hero__slider,
.investment-hero__slider .slick-list,
.investment-hero__slider .slick-track,
.investment-hero__slide {
  height: 100%;
}

.investment-hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

@keyframes investment-hero-zoom {
  from {
    transform: scale(1.02);
  }

  to {
    transform: scale(1.1);
  }
}

.investment-hero__slider .slick-active img {
  animation: investment-hero-zoom 8s ease-out forwards;
}

@keyframes investment-hero-rise {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.investment-hero__title {
  animation: investment-hero-rise 0.7s ease-out 0.1s backwards;
}

.investment-hero__text {
  animation: investment-hero-rise 0.7s ease-out 0.25s backwards;
}

.investment-hero__actions {
  animation: investment-hero-rise 0.7s ease-out 0.4s backwards;
}

@media (prefers-reduced-motion: reduce) {
  .investment-hero__slider .slick-active img,
  .investment-hero__title,
  .investment-hero__text,
  .investment-hero__actions {
    animation: none;
  }

  .investment-hero__slide img {
    transform: none;
  }
}

.investment-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 22, 48, 0) 70%, rgba(10, 22, 48, 0.6) 100%),
    linear-gradient(90deg, rgba(10, 22, 48, 0.84) 0%, rgba(10, 22, 48, 0.58) 38%, rgba(10, 22, 48, 0.18) 70%, rgba(10, 22, 48, 0.08) 100%);
  pointer-events: none;
}

.investment-hero__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.investment-hero__copy {
  width: min(100%, 560px);
  padding: 52px 0 70px;
  color: #fff;
  pointer-events: auto;
}

.investment-hero__title {
  margin: 0 0 18px;
  color: #fff;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.08;
}

.investment-hero__text {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

.investment-hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.investment-hero__primary {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 4px;
  background: #fff;
  color: #0A1630;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.investment-hero__primary:hover,
.investment-hero__primary:focus {
  border-color: #fff;
  background: transparent;
  color: #fff;
  text-decoration: none;
}

.investment-hero__primary span {
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.investment-hero__video {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.investment-hero__video:hover,
.investment-hero__video:focus {
  color: #fff;
  text-decoration: none;
}

.investment-hero__video-icon {
  position: relative;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  background: rgba(10, 22, 48, 0.18);
}

.investment-hero__video-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  transform: translate(-35%, -50%);
}

.investment-hero .slick-dots {
  right: 0;
  bottom: 26px;
  left: 0;
  z-index: 3;
  display: flex;
  width: max-content;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto;
  padding: 8px 0;
}

.investment-hero .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 2px;
  cursor: pointer;
}

.investment-hero .slick-dots li button {
  position: relative;
  display: block;
  width: 36px;
  height: 5px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 3px;
  background: rgba(10, 22, 48, 0.55);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.28);
  text-indent: -999px;
  cursor: pointer;
  transition: width 0.3s, background 0.24s;
}

.investment-hero .slick-dots li button::before {
  content: "";
  position: absolute;
  inset: 0;
  display: block;
  width: 0;
  height: auto;
  border-radius: 2px;
  background: #fff;
  opacity: 1;
}

.investment-hero .slick-dots li:hover button {
  background: rgba(10, 22, 48, 0.75);
}

@keyframes investment-hero-dot-progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.investment-hero .slick-dots li.slick-active button {
  width: 62px;
  background: rgba(10, 22, 48, 0.55);
}

.investment-hero .slick-dots li.slick-active button::before {
  animation: investment-hero-dot-progress 7.15s linear forwards;
}

.investment-hero .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 48px;
  height: 48px;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 50%;
  background: rgba(10, 22, 48, 0.35);
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -999px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s, border-color 0.2s, opacity 0.2s;
}

.investment-hero .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  opacity: 1;
}

.investment-hero .slick-prev {
  left: 26px;
}

.investment-hero .slick-prev::before {
  transform: translate(-30%, -50%) rotate(135deg);
}

.investment-hero .slick-next {
  right: 26px;
}

.investment-hero .slick-next::before {
  transform: translate(-70%, -50%) rotate(-45deg);
}

.investment-hero .slick-arrow:hover,
.investment-hero .slick-arrow:focus {
  border-color: #fff;
  background: rgba(10, 22, 48, 0.72);
  outline: 0;
}

.investment-video-modal {
  z-index: 2050;
  background: rgba(10, 22, 48, 0.72);
  backdrop-filter: blur(8px);
}

.investment-video-modal .modal-dialog {
  max-width: min(1080px, calc(100vw - 48px));
  margin-right: auto;
  margin-left: auto;
}

.investment-video-modal.fade .modal-dialog {
  transform: scale(0.96) translateY(10px);
  transition: transform 0.25s ease-out;
}

.investment-video-modal.show .modal-dialog {
  transform: scale(1) translateY(0);
}

.investment-video-modal__content {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.investment-video-modal__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}

.investment-video-modal__title {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

.investment-video-modal__close {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.investment-video-modal__close::before,
.investment-video-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
}

.investment-video-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.investment-video-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.investment-video-modal__close:hover,
.investment-video-modal__close:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.14);
  outline: 0;
  transform: rotate(90deg);
}

.investment-video-modal__body {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - 130px);
  overflow: hidden;
  border-radius: 12px;
  background: #000;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.55);
}

.investment-video-modal__video,
.investment-video-modal__frame,
.investment-video-modal__image {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: contain;
}

.investment-video-modal__image {
  object-fit: cover;
}

@media (max-width: 767.98px) {
  .investment-video-modal .modal-dialog {
    max-width: calc(100vw - 24px);
  }

  .investment-video-modal__title {
    font-size: 14px;
  }

  .investment-video-modal__close {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .investment-video-modal__body {
    border-radius: 8px;
  }
}

@media (max-width: 1399.98px) {
  .site-header__top-inner {
    gap: 18px;
  }

  .site-header__brand {
    max-width: 360px;
    gap: 14px;
  }

  .site-header__brand-copy {
    max-width: 250px;
  }

  .site-header__title {
    font-size: 18px;
  }

  .site-header .site-header__search {
    width: 220px;
    flex-basis: 220px;
  }

  .site-header__divider,
  .site-header__contact-copy {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .site-header__brand {
    max-width: 320px;
    gap: 12px;
  }

  .site-header__logo-mark {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }

  .site-header__title {
    font-size: 17px;
  }

  .site-header .site-header__search {
    width: 190px;
    flex-basis: 190px;
  }

  .site-header__contact-copy {
    display: none;
  }

  .site-header .main-menu__link {
    padding: 0 14px;
    font-size: 14px;
  }

  .site-header .main-menu > .main-menu__item > .main-menu__link::before {
    right: 14px;
    left: 14px;
  }

  .site-header .main-menu > .main-menu__item:first-child > .main-menu__link::before {
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .site-header__top-inner {
    min-height: 78px;
    justify-content: center;
    padding: 0 64px;
  }

  .site-header__brand {
    flex: 0 1 auto;
    justify-content: center;
    gap: 10px;
  }

  .site-header__logo-mark {
    width: 52px;
    min-width: 52px;
    height: 52px;
  }

  .site-header__brand-copy {
    display: flex;
    max-width: 230px;
    gap: 2px;
  }

  .site-header__actions {
    display: none;
  }

  .site-header__mobile-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 14px;
  }

  .site-header__account_mobile,
  .site-header__submit_mobile {
    width: 100%;
    min-height: 42px;
    padding: 0 14px;
  }

  .site-header__account_mobile .site-header__account-text {
    display: inline;
  }

  .site-header__nav-inner {
    min-height: 0;
  }

  .site-header .main-menu__link,
  .site-header .main-menu > .main-menu__item:first-child > .main-menu__link {
    min-height: 44px;
    padding: 10px 12px;
    font-size: 14px;
  }

  .site-header .main-menu > .main-menu__item > .main-menu__link::before {
    display: none;
  }

  .site-header .main-menu > .main-menu__item:hover > .main-menu__link,
  .site-header .main-menu > .main-menu__item:focus-within > .main-menu__link,
  .site-header .main-menu > .main-menu__item.active > .main-menu__link,
  .site-header .main-menu > .main-menu__item.expanded > .main-menu__link {
    background: #253349;
    color: #fff;
  }

  .site-header .site-header__search_mobile {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    max-width: none;
  }

  .site-header .main-menu__submenu {
    min-width: 0;
    padding: 0;
    border: 0;
    border-left: 2px solid rgba(37, 51, 73, 0.22);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .site-header .main-menu__submenu::before {
    content: none;
  }

  .site-header .main-menu__submenu.active,
  .site-header .main-menu__item.expanded > .main-menu__submenu {
    padding: 4px 0 0 12px;
  }

  .site-header .main-menu__submenu .main-menu__link {
    min-height: 38px;
    padding: 8px 10px;
  }

  .site-header__submit_mobile {
    width: 100%;
    padding: 0 14px;
  }

  .site-header__submit_mobile span {
    display: inline;
  }

  .investment-hero,
  .investment-hero__slider,
  .investment-hero__slider .slick-list,
  .investment-hero__slider .slick-track,
  .investment-hero__slide {
    height: 480px;
    min-height: 480px;
  }

  .investment-hero__title {
    font-size: 38px;
  }

  .investment-hero__copy {
    padding-right: 18px;
  }
}

@media (max-width: 767.98px) {
  .investment-hero,
  .investment-hero__slider,
  .investment-hero__slider .slick-list,
  .investment-hero__slider .slick-track,
  .investment-hero__slide {
    height: 430px;
    min-height: 430px;
  }

  .investment-hero__shade {
    background: linear-gradient(90deg, rgba(10, 22, 48, 0.88) 0%, rgba(10, 22, 48, 0.7) 66%, rgba(10, 22, 48, 0.42) 100%);
  }

  .investment-hero__copy {
    padding: 40px 0 62px;
  }

  .investment-hero__title {
    font-size: 30px;
  }

  .investment-hero__text {
    font-size: 14px;
  }

  .investment-hero__actions {
    gap: 16px;
    margin-top: 22px;
  }

  .investment-hero .slick-dots {
    bottom: 12px;
    padding: 6px 0;
    gap: 6px;
  }

  .investment-hero .slick-arrow {
    display: none !important;
  }

  .investment-hero .slick-dots li button {
    width: 24px;
  }

  .investment-hero .slick-dots li.slick-active button {
    width: 38px;
  }

  .investment-hero__primary {
    min-height: 42px;
    padding: 0 18px;
  }

  .investment-hero__video {
    width: 100%;
  }
}

.footer.site-footer {
  margin-top: 64px;
  padding: 78px 0 30px;
  background: #141A22;
  color: #fff;
}

.site-footer a {
  color: inherit;
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(260px, 1fr) minmax(220px, 0.9fr);
  gap: 72px;
  margin-bottom: 68px;
}

.site-footer__title {
  margin-bottom: 34px;
  color: #fff;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
}

.site-footer__language {
  display: inline-block;
}

.site-footer__language-toggle {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #253349;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-footer__language-toggle:hover,
.site-footer__language-toggle:focus {
  border-color: rgba(255, 255, 255, 0.42);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
  color: #1C2633;
}

.site-footer__language-toggle .ic {
  margin-right: 8px;
  fill: #253349;
}

.site-footer__language-toggle::after {
  margin-left: 8px;
  border-top-color: #253349;
}

.site-footer__language-menu {
  min-width: 100%;
  margin-top: 8px;
  padding: 6px 0;
  border: 1px solid rgba(28, 38, 51, 0.1);
  border-radius: 0;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.site-footer__language-menu .dropdown-item {
  padding: 8px 13px;
  color: #253349;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.site-footer .header-lanquage .site-footer__language-toggle {
  min-height: 36px;
  padding: 0 12px;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
}

.site-footer .header-lanquage .site-footer__language-toggle:hover,
.site-footer .header-lanquage.show .site-footer__language-toggle,
.site-footer .header-lanquage .site-footer__language-toggle:focus {
  border-color: rgba(255, 255, 255, 0.42);
  outline: 0;
  box-shadow: 0 0 0 2px rgba(127, 163, 216, 0.28), 0 10px 24px rgba(0, 0, 0, 0.18);
}

.site-footer .header-lanquage .site-footer__language-toggle::after {
  border-radius: 0;
}

.site-footer .header-lanquage .site-footer__language-menu {
  padding: 6px 0;
  border-radius: 0;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.26);
}

.site-footer .header-lanquage .site-footer__language-menu .dropdown-item {
  border-radius: 0;
  text-align: left;
}

.site-footer__language-menu .dropdown-item:hover,
.site-footer__language-menu .dropdown-item:focus {
  background: #EFF2F6;
  color: #111827;
}

.site-footer__links {
  display: grid;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__links a,
.site-footer__links button {
  display: inline-flex;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
  text-align: left;
  transition: color 0.2s ease, transform 0.2s ease;
}

.site-footer__links a::before,
.site-footer__links button::before {
  content: "\2192";
  margin-right: 13px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  line-height: 1;
  transition: color 0.2s ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus,
.site-footer__links button:hover,
.site-footer__links button:focus {
  color: #fff;
  transform: translateX(3px);
}

.site-footer__links a:hover::before,
.site-footer__links a:focus::before,
.site-footer__links button:hover::before,
.site-footer__links button:focus::before {
  color: #7FA3D8;
}

.site-footer__section_developer {
  text-align: center;
}

.site-footer__developer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}

.site-footer__developer img {
  display: block;
  max-width: 170px;
  max-height: 110px;
  object-fit: contain;
}

.site-footer__nav {
  margin-bottom: 44px;
}

.site-footer__nav .footer-top {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 48px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.site-footer__nav .footer-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__nav .footer-list li {
  margin: 0;
  padding: 0;
}

.site-footer__nav .footer-list a,
.site-footer__nav .footer-list button,
.site-footer__nav .footer-list .btn {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.84);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
  transition: color 0.2s ease;
}

.site-footer__nav .footer-list a:hover,
.site-footer__nav .footer-list a:focus,
.site-footer__nav .footer-list button:hover,
.site-footer__nav .footer-list button:focus,
.site-footer__nav .footer-list .btn:hover,
.site-footer__nav .footer-list .btn:focus {
  background: transparent;
  color: #fff;
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  color: #fff;
}

.site-footer__brand:hover,
.site-footer__brand:focus {
  color: #fff;
}

.site-footer__brand-logo {
  width: 86px;
  min-width: 86px;
  margin-right: 22px;
  opacity: 0.34;
}

.site-footer__brand-copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.site-footer__brand-title {
  color: #fff;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.18;
}

.site-footer__brand-subtitle {
  color: rgba(255, 255, 255, 0.74);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.35;
}

.site-footer__copyright {
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.68);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.45;
}

.site-footer__gtranslate {
  display: none;
}

.site-footer__up.ui-btn-up {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.74);
  border-radius: 6px;
  background: #3C4658;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.24);
  color: #fff;
  z-index: 2147483000;
}

.site-footer__up.ui-btn-up:hover,
.site-footer__up.ui-btn-up:focus {
  background: #4D5A70;
}

.site-footer__up.ui-btn-up::before {
  content: "";
  width: 13px;
  height: 13px;
  margin-top: 7px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
}

.site-footer__up.ui-btn-up:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(127, 163, 216, 0.28), 0 16px 34px rgba(0, 0, 0, 0.24);
}

@media (max-width: 1199.98px) {
  .site-footer__top {
    gap: 44px;
  }

  .site-footer__nav .footer-top {
    gap: 18px 34px;
  }
}

@media (max-width: 991.98px) {
  .footer.site-footer {
    padding-top: 56px;
  }

  .site-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 48px;
    margin-bottom: 50px;
  }

  .site-footer__section_developer {
    text-align: left;
  }

  .site-footer__developer {
    justify-content: flex-start;
  }
}

@media (max-width: 767.98px) {
  .footer.site-footer {
    margin-top: 42px;
    padding: 42px 0 24px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 42px;
  }

  .site-footer__title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .site-footer .header-lanquage.show .site-footer__language-menu {
    position: static !important;
    transform: none !important;
  }

  .site-footer__nav {
    margin-bottom: 30px;
  }

  .site-footer__nav .footer-top {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 22px;
    padding-top: 24px;
  }

  .site-footer__brand-logo {
    width: 72px;
    min-width: 72px;
    margin-right: 16px;
  }

  .site-footer__brand-title {
    font-size: 19px;
  }

  .site-footer__up.ui-btn-up {
    right: 18px;
    bottom: 18px;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.74);
  }
}

/* Content gallery slider */

.content-gallery-source {
  display: none;
}

.content-gallery-slider {
  position: relative;
  margin: 26px 0 34px;
}

.content-gallery-slider__main {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #0A1630;
}

.content-gallery-slider__slide {
  height: 460px;
}

.content-gallery-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: zoom-in;
}

.content-gallery-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  background: rgba(10, 22, 48, 0.45);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s, border-color 0.2s;
}

.content-gallery-slider__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
}

.content-gallery-slider__arrow_prev {
  left: 16px;
}

.content-gallery-slider__arrow_prev::before {
  transform: translate(-30%, -50%) rotate(135deg);
}

.content-gallery-slider__arrow_next {
  right: 16px;
}

.content-gallery-slider__arrow_next::before {
  transform: translate(-70%, -50%) rotate(-45deg);
}

.content-gallery-slider__arrow:hover,
.content-gallery-slider__arrow:focus {
  border-color: #fff;
  background: rgba(10, 22, 48, 0.78);
  outline: 0;
}

.content-gallery-slider__counter {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 6;
  padding: 5px 12px;
  border-radius: 15px;
  background: rgba(10, 22, 48, 0.72);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  pointer-events: none;
}

.content-gallery-slider__caption {
  margin-top: 12px;
  color: #1C2633;
  font-size: 14px;
  line-height: 1.5;
}

.content-gallery-slider__caption.is-empty {
  display: none;
}

.content-gallery-slider__nav {
  margin-top: 12px;
}

.content-gallery-slider__nav .slick-list {
  margin: 0 -5px;
}

.content-gallery-slider__thumb {
  height: 76px;
  margin: 0 5px;
  overflow: hidden;
  border: 2px solid transparent;
  border-radius: 7px;
  opacity: 0.55;
  cursor: pointer;
  transition: opacity 0.2s, border-color 0.2s;
}

.content-gallery-slider__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-gallery-slider__thumb:hover {
  opacity: 0.85;
}

.content-gallery-slider__nav .content-gallery-slider__thumb.slick-current,
.content-gallery-slider__nav .slick-current .content-gallery-slider__thumb {
  border-color: #253349;
  opacity: 1;
}

/* Content gallery lightbox */

.content-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 40px 90px;
  background: rgba(10, 22, 48, 0.94);
}

.content-gallery-lightbox.is-open {
  display: flex;
}

.content-gallery-lightbox__figure {
  display: flex;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.content-gallery-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 160px);
  border-radius: 6px;
  object-fit: contain;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

.content-gallery-lightbox__caption {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.content-gallery-lightbox__caption.is-empty {
  display: none;
}

.content-gallery-lightbox__close {
  position: absolute;
  top: 22px;
  right: 22px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.content-gallery-lightbox__close::before,
.content-gallery-lightbox__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #fff;
}

.content-gallery-lightbox__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.content-gallery-lightbox__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.content-gallery-lightbox__close:hover,
.content-gallery-lightbox__close:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
  outline: 0;
}

.content-gallery-lightbox__arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s, border-color 0.2s;
}

.content-gallery-lightbox__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
}

.content-gallery-lightbox__arrow_prev {
  left: 24px;
}

.content-gallery-lightbox__arrow_prev::before {
  transform: translate(-30%, -50%) rotate(135deg);
}

.content-gallery-lightbox__arrow_next {
  right: 24px;
}

.content-gallery-lightbox__arrow_next::before {
  transform: translate(-70%, -50%) rotate(-45deg);
}

.content-gallery-lightbox__arrow:hover,
.content-gallery-lightbox__arrow:focus {
  border-color: #fff;
  background: rgba(255, 255, 255, 0.12);
  outline: 0;
}

.content-gallery-lightbox__counter {
  position: absolute;
  bottom: 20px;
  left: 50%;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 600;
  transform: translateX(-50%);
}

@media (max-width: 991.98px) {
  .content-gallery-slider__slide {
    height: 380px;
  }

  .content-gallery-slider__thumb {
    height: 64px;
  }
}

@media (max-width: 767.98px) {
  .content-gallery-slider {
    margin: 20px 0 28px;
  }

  .content-gallery-slider__slide {
    height: 240px;
  }

  .content-gallery-slider__thumb {
    height: 52px;
  }

  .content-gallery-slider__arrow {
    width: 38px;
    height: 38px;
  }

  .content-gallery-slider__arrow_prev {
    left: 10px;
  }

  .content-gallery-slider__arrow_next {
    right: 10px;
  }

  .content-gallery-slider__counter {
    top: 10px;
    right: 10px;
  }

  .content-gallery-lightbox {
    padding: 66px 12px 46px;
  }

  .content-gallery-lightbox__arrow {
    top: auto;
    bottom: 8px;
    width: 44px;
    height: 44px;
    transform: none;
  }

  .content-gallery-lightbox__arrow_prev {
    left: 12px;
  }

  .content-gallery-lightbox__arrow_next {
    right: 12px;
  }

  .content-gallery-lightbox__img {
    max-height: calc(100vh - 200px);
  }
}

/* ===== Home page cohesion: единый стиль секций ===== */

/* Кнопки: плоские, палитра navy (вместо пилюль и оранжевого hover) */
.btn {
  border-radius: 4px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0A1630;
  border-color: #0A1630;
}

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.16);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.16);
}

/* Заголовки секций: Work Sans + короткая navy-полоска, как подчёркивание в меню */
.ui-title {
  position: relative;
  padding-bottom: 14px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.ui-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: #253349;
}

.ui-title__wrap {
  align-items: center;
  padding-bottom: 28px;
}

.ui-title__wrap .btn {
  min-width: 0;
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 700;
}

/* Приветственный блок (about-us) */
.b-seo h1,
.b-seo h2,
.b-seo h3,
.b-seo .h1,
.b-seo .h2,
.b-seo .h3 {
  position: relative;
  margin-bottom: 18px;
  padding-bottom: 14px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.b-seo h1::after,
.b-seo h2::after,
.b-seo h3::after,
.b-seo .h1::after,
.b-seo .h2::after,
.b-seo .h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: #253349;
}

.b-seo p {
  color: #1C2633;
  font-size: 15px;
  line-height: 1.7;
}

/* Новини: карточки в стиле инвестпроектов */
.b-news-slider .slick-track {
  display: flex;
}

.b-news-slider .slick-slide {
  height: auto;
}

.b-news-slider__item,
.b-news-slider__item .b-news {
  height: 100%;
}

.section-news .b-news {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 0;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 27, 38, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.section-news .b-news:hover {
  border-color: rgba(37, 51, 73, 0.42);
  box-shadow: 0 18px 44px rgba(18, 27, 38, 0.12);
  transform: translateY(-3px);
}

.section-news .b-news__img {
  aspect-ratio: 16 / 9;
}

.section-news .b-news__info {
  padding: 16px 20px 0;
  opacity: 1;
  color: #65717F;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.section-news .b-news__views {
  padding-left: 20px;
  padding-right: 14px;
}

.section-news .b-news__views .ic {
  top: 1px;
  left: 2px;
  stroke: #65717F;
}

.section-news .b-news__title {
  height: auto;
  min-height: 76px;
  margin-bottom: 16px;
  padding: 12px 20px 0;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.section-news .b-news__button {
  height: auto;
  margin: auto 20px 20px;
  padding: 9px 16px;
  align-self: flex-start;
  font-size: 13px;
  font-weight: 700;
}

/* Стрелки слайдера новостей */
.b-news-slider .slick-arrow {
  position: absolute;
  top: -66px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  overflow: hidden;
  border: 1px solid #D8DEE6;
  border-radius: 50%;
  background: #fff;
  color: transparent;
  font-size: 0;
  text-indent: -999px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.b-news-slider .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 9px;
  height: 9px;
  border-right: 2px solid #253349;
  border-bottom: 2px solid #253349;
  border-radius: 1px;
  background: none;
  opacity: 1;
}

.b-news-slider .slick-prev:hover::before,
.b-news-slider .slick-prev:focus::before,
.b-news-slider .slick-next:hover::before,
.b-news-slider .slick-next:focus::before {
  background: none;
  opacity: 1;
}

.b-news-slider .slick-prev {
  right: 78px;
  left: auto;
}

.b-news-slider .slick-prev::before {
  transform: translate(-30%, -50%) rotate(135deg);
}

.b-news-slider .slick-next {
  right: 30px;
  left: auto;
}

.b-news-slider .slick-next::before {
  transform: translate(-70%, -50%) rotate(-45deg);
}

.b-news-slider .slick-arrow:hover,
.b-news-slider .slick-arrow:focus {
  border-color: #253349;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.1);
  outline: 0;
}

/* Анонси: холодный фон вместо кремового */
.section-announc {
  background: #F5F6F8;
}

.b-announc {
  display: block;
  color: #1C2633;
}

.b-announc__date {
  padding-bottom: 12px;
  border-bottom: 1px solid #D8DEE6;
  position: relative;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.b-announc__date::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 44px;
  height: 3px;
  background: #253349;
}

.b-announc__text {
  padding: 14px 0 0;
  font-size: 15px;
  line-height: 1.6;
  transition: color 0.2s;
}

.b-announc:hover,
.b-announc:focus {
  color: #1C2633;
  text-decoration: none;
}

.b-announc:hover .b-announc__text,
.b-announc:focus .b-announc__text {
  color: #253349;
}

/* ===== Можливості для бізнесу: світла секція ===== */
.biz-opps {
  margin: 26px 0;
  padding: 44px 48px 48px;
  border: 1px solid #E4E8ED;
  border-radius: 8px;
  background: #F5F6F8;
}

.biz-opps__head {
  max-width: 640px;
  margin-bottom: 30px;
}

.biz-opps__title {
  position: relative;
  margin: 0 0 14px;
  padding-bottom: 14px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.biz-opps__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: #253349;
}

.biz-opps__subtitle {
  color: #65717F;
  font-size: 15px;
  line-height: 1.6;
}

.biz-opps__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.biz-opps__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #1C2633;
  text-decoration: none;
  transition: background 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
}

.biz-opps__card:hover,
.biz-opps__card:focus {
  background: #253349;
  border-color: #253349;
  color: #fff;
  box-shadow: 0 10px 26px rgba(18, 27, 38, 0.14);
  text-decoration: none;
}

.biz-opps__card-name {
  min-width: 0;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.biz-opps__card-arrow {
  display: inline-flex;
  flex: 0 0 auto;
  transition: transform 0.2s;
}

.biz-opps__card:hover .biz-opps__card-arrow,
.biz-opps__card:focus .biz-opps__card-arrow {
  transform: translateX(4px);
}

@media (max-width: 991.98px) {
  .biz-opps {
    padding: 34px 28px 36px;
  }
}

@media (max-width: 767.98px) {
  .biz-opps {
    padding: 28px 18px 30px;
  }

  .biz-opps__title {
    font-size: 24px;
  }

  .biz-opps__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .biz-opps__card {
    padding: 16px 18px;
  }
}

/* Форма поиска на карте */
.b-map__input {
  height: 46px;
  border: 1px solid #D8DEE6;
  border-right: none;
  border-radius: 4px 0 0 4px;
  color: #1C2633;
  font-size: 14px;
  font-weight: 400;
}

.b-map__input::placeholder {
  color: #768190;
}

.b-map__search {
  width: 54px;
  height: 46px;
  border-radius: 0 4px 4px 0;
}

.b-map__search .ic {
  width: 20px;
  height: 20px;
}

.b-map__search:hover,
.b-map__search:focus {
  background-color: #0A1630;
  border-color: #0A1630;
}

.b-map__select {
  height: 46px;
  margin-top: 16px;
  border: 1px solid #D8DEE6;
  border-radius: 4px;
  color: #1C2633;
  font-size: 14px;
  font-weight: 400;
}

/* Проєкти та пропозиції: заголовок в общем стиле */
.investment-projects__header {
  justify-content: flex-start;
  margin-bottom: 28px;
}

.investment-projects__header-line {
  display: none;
}

.investment-projects__title-main {
  position: relative;
  padding-bottom: 14px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.investment-projects__title-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: #253349;
}

@media (max-width: 991.98px) {
  .ui-title,
  .b-seo h1,
  .b-seo h2,
  .b-seo h3,
  .b-seo .h1,
  .b-seo .h2,
  .b-seo .h3,
  .investment-projects__title-main {
    font-size: 24px;
  }

  .b-news-slider .slick-arrow {
    display: none !important;
  }
}

/* ===== Громада у цифрах ===== */

.community-stats {
  margin-top: 56px;
  padding: 54px 0 58px;
  background: #F5F6F8;
}

.community-stats__title,
.investment-advantages__title {
  position: relative;
  margin: 0 0 34px;
  padding-bottom: 14px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.community-stats__title::after,
.investment-advantages__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: #253349;
}

.community-stats__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px 30px;
}

.community-stats__item {
  position: relative;
  padding-top: 16px;
  border-top: 1px solid #D8DEE6;
}

.community-stats__item::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 44px;
  height: 3px;
  background: #253349;
}

.community-stats__value {
  color: #253349;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.1;
  white-space: nowrap;
}

.community-stats__value span {
  font-size: 20px;
  font-weight: 600;
}

.community-stats__label {
  margin-top: 6px;
  color: #65717F;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

/* ===== Інвестиційні переваги ===== */

.investment-advantages {
  padding: 58px 0 26px;
  background: #fff;
}

.investment-advantages__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.investment-advantages__card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 24px 24px 26px;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 27, 38, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.investment-advantages__card:hover {
  border-color: rgba(37, 51, 73, 0.42);
  box-shadow: 0 18px 44px rgba(18, 27, 38, 0.12);
  transform: translateY(-3px);
}

.investment-advantages__num {
  margin-bottom: 14px;
  color: rgba(37, 51, 73, 0.32);
  font-family: "Oswald", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.14em;
}

.investment-advantages__name {
  margin-bottom: 10px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.investment-advantages__text {
  color: #1C2633;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1199.98px) {
  .community-stats__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .community-stats__title,
  .investment-advantages__title {
    font-size: 24px;
  }

  .investment-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 767.98px) {
  .community-stats {
    margin-top: 36px;
    padding: 38px 0 42px;
  }

  .community-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 20px;
  }

  .community-stats__value {
    font-size: 28px;
  }

  .investment-advantages {
    padding: 42px 0 16px;
  }

  .investment-advantages__grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Контакти для інвесторів ===== */

.investor-contacts {
  padding: 58px 0 64px;
  background: #253349;
}

.investor-contacts__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
}

.investor-contacts__info {
  min-width: 0;
  flex: 1 1 auto;
}

.investor-contacts__title {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 14px;
  color: #fff;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.investor-contacts__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: #fff;
}

.investor-contacts__subtitle {
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.investor-contacts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  gap: 28px 56px;
  justify-content: start;
}

.investor-contacts__label {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.investor-contacts__value {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
}

.investor-contacts__value a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  transition: border-color 0.2s;
}

.investor-contacts__value a:hover,
.investor-contacts__value a:focus {
  color: #fff;
  border-bottom-color: #fff;
  text-decoration: none;
}

.investor-contacts__action {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  max-width: 300px;
  flex: 0 0 auto;
  padding-top: 6px;
}

.investor-contacts__action-text {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 15px;
  line-height: 1.55;
}

.investor-contacts__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border: 1px solid #fff;
  border-radius: 4px;
  background: #fff;
  color: #253349;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.investor-contacts__button:hover,
.investor-contacts__button:focus {
  background: transparent;
  color: #fff;
  outline: 0;
}

@media (max-width: 991.98px) {
  .investor-contacts {
    padding: 44px 0 48px;
  }

  .investor-contacts__inner {
    flex-direction: column;
    gap: 30px;
  }

  .investor-contacts__title {
    font-size: 24px;
  }

  .investor-contacts__grid {
    gap: 22px 40px;
  }

  .investor-contacts__action {
    max-width: none;
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .investor-contacts__grid {
    grid-template-columns: 1fr;
  }

  .investor-contacts__button {
    width: 100%;
  }
}

/* Модал «Відгуки та пропозиції» — компактний, у палітрі порталу */
.b-modal-success .modal-dialog {
  max-width: 520px;
}

.b-modal-success .modal-content {
  padding: 24px 28px 28px;
  border: 1px solid #E4E8ED;
  border-radius: 8px;
  text-align: left;
  box-shadow: 0 30px 70px rgba(18, 27, 38, 0.28);
}

.b-modal-success .modal-header {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
  padding: 0 0 16px;
  border-bottom: 1px solid #EEF1F4;
}

.b-modal-success .modal-title {
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.b-modal-success__close {
  position: relative;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  padding: 0;
  border: 1px solid #D8DEE6;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.b-modal-success__close::before,
.b-modal-success__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #253349;
}

.b-modal-success__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.b-modal-success__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.b-modal-success__close:hover,
.b-modal-success__close:focus {
  border-color: #253349;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.1);
  outline: 0;
  transform: rotate(90deg);
}

.b-modal-success .modal-body {
  padding: 16px 0 0;
}

.b-modal-success .b-brand__form {
  margin-top: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.b-modal-success .form-group {
  margin-bottom: 16px;
  text-align: left;
}

.b-modal-success .control-label {
  display: block;
  margin-bottom: 6px;
  color: #1C2633;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.b-modal-success .form-control {
  height: 44px;
  padding: 0 12px;
  border: 1px solid #D8DEE6;
  border-radius: 4px;
  background: #fff;
  color: #1C2633;
  font-size: 14px;
}

.b-modal-success textarea.form-control {
  height: auto;
  min-height: 110px;
  padding: 10px 12px;
  resize: vertical;
}

.b-modal-success .form-control:focus {
  border-color: #253349;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.12);
}

.b-modal-success .text-danger {
  font-size: 12px;
}

.b-modal-success .b-brand__btn-wrap {
  justify-content: stretch;
  margin-top: 20px;
}

.b-modal-success .b-brand__btn-wrap .btn {
  width: 100%;
  padding: 12px 18px;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .b-modal-success .modal-content {
    padding: 20px;
  }
}


/* ===== Бізнес на мапі громади ===== */

.community-map {
  padding: 58px 0 64px;
  background: #fff;
}

.community-map__title {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 14px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.community-map__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: #253349;
}

.community-map__subtitle {
  margin-bottom: 26px;
  color: #65717F;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.community-map__frame {
  position: relative;
  overflow: hidden;
  border: 1px solid #E4E8ED;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(18, 27, 38, 0.08);
}

.community-map__canvas {
  width: 100%;
  height: 540px;
}

.community-map__panel {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1001;
  width: 316px;
  padding: 16px;
  border: 1px solid #E4E8ED;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(18, 27, 38, 0.18);
}

.community-map__search {
  display: flex;
}

.community-map__input {
  min-width: 0;
  height: 44px;
  flex: 1 1 auto;
  padding: 0 12px;
  border: 1px solid #D8DEE6;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  color: #1C2633;
  font-size: 14px;
}

.community-map__input::placeholder {
  color: #768190;
}

.community-map__input:focus {
  border-color: #253349;
  outline: 0;
}

.community-map__search-btn {
  display: inline-flex;
  width: 48px;
  height: 44px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #253349;
  border-radius: 0 4px 4px 0;
  background: #253349;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.community-map__search-btn .ic {
  stroke: #fff;
  fill: none;
}

.community-map__search-btn:hover,
.community-map__search-btn:focus {
  border-color: #0A1630;
  background: #0A1630;
  outline: 0;
}

.community-map__select {
  width: 100%;
  height: 44px;
  margin-top: 10px;
  padding: 0 10px;
  border: 1px solid #D8DEE6;
  border-radius: 4px;
  background: #fff;
  color: #1C2633;
  font-size: 14px;
}

.community-map__select:focus {
  border-color: #253349;
  outline: 0;
}

@media (max-width: 991.98px) {
  .community-map {
    padding: 44px 0 48px;
  }

  .community-map__title {
    font-size: 24px;
  }

  .community-map__canvas {
    height: 460px;
  }
}

@media (max-width: 767.98px) {
  .community-map__panel {
    position: static;
    width: auto;
    border: 0;
    border-bottom: 1px solid #E4E8ED;
    border-radius: 0;
    box-shadow: none;
  }

  .community-map__canvas {
    height: 340px;
  }
}

/* Контакти для інвесторів стикуються з футером без білого зазору
   (компенсуємо глобальний margin-top футера; секція є лише на головній) */
.investor-contacts {
  margin-bottom: -64px;
}

/* Порожня секція партнерів ховається скриптом (custom.js), заглушку теж не показуємо */
.b-partners .well {
  display: none;
}

@media (max-width: 767.98px) {
  /* на мобільних відступ футера менший (42px) — компенсуємо відповідно */
  .investor-contacts {
    margin-bottom: -42px;
  }
}

/* ===== Футер: єдиний стиль порталу ===== */

.footer.site-footer {
  padding: 58px 0 26px;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 0.9fr;
  gap: 40px 64px;
  margin-bottom: 44px;
}

.site-footer__col {
  min-width: 0;
}

.site-footer__title {
  position: relative;
  margin-bottom: 22px;
  padding-bottom: 12px;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.site-footer__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: rgba(255, 255, 255, 0.85);
}

.site-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  color: #fff;
  text-decoration: none;
}

.site-footer__brand-logo {
  width: 58px;
  min-width: 58px;
  margin-right: 0;
  opacity: 1;
}

.site-footer__brand-copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.site-footer__brand-title {
  color: #fff;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
}

.site-footer__brand-subtitle {
  color: rgba(255, 255, 255, 0.62);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.site-footer__brand-text {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}

.site-footer__links {
  gap: 12px;
}

.site-footer__links a,
.site-footer__links button {
  font-size: 14px;
  font-weight: 400;
}

.site-footer__contacts {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
}

.site-footer__contacts a {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  transition: border-color 0.2s;
}

.site-footer__contacts a:hover,
.site-footer__contacts a:focus {
  color: #fff;
  border-bottom-color: #fff;
  text-decoration: none;
}

.site-footer__dev {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 24px;
}

.site-footer__dev-label {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  font-weight: 500;
}

.site-footer__developer {
  display: inline-flex;
  min-height: 0;
  align-items: center;
}

.site-footer__developer img {
  display: block;
  max-width: 96px;
  max-height: 44px;
  object-fit: contain;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.site-footer__developer:hover img {
  opacity: 1;
}

.site-footer__nav {
  margin-bottom: 0;
  padding: 22px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__nav .footer-top {
  gap: 12px 36px;
}

.site-footer__nav .footer-list a,
.site-footer__nav .footer-list button,
.site-footer__nav .footer-list .btn {
  min-height: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.site-footer__nav .footer-list a:hover,
.site-footer__nav .footer-list a:focus,
.site-footer__nav .footer-list button:hover,
.site-footer__nav .footer-list button:focus {
  color: #fff;
}

.site-footer__bottom {
  display: block;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.site-footer__copyright {
  margin-top: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 1199.98px) {
  .site-footer__top {
    gap: 36px 40px;
  }
}

@media (max-width: 991.98px) {
  .footer.site-footer {
    padding-top: 46px;
  }

  .site-footer__top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 40px;
    margin-bottom: 34px;
  }
}

@media (max-width: 767.98px) {
  .footer.site-footer {
    padding: 38px 0 20px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 28px;
  }

  .site-footer__nav {
    padding: 18px 0;
  }
}

/* ===== Сторінки входу та реєстрації ===== */

.b-login {
  padding-top: 6px;
  padding-bottom: 64px;
}

.b-login .ui-title-page {
  position: relative;
  margin-bottom: 36px;
  padding-bottom: 16px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.b-login .ui-title-page::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 44px;
  height: 3px;
  background: #253349;
  transform: translateX(-50%);
}

.b-login__wrap {
  width: 480px;
  max-width: 100%;
  padding: 32px 36px 34px;
  border: 1px solid #E4E8ED;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 27, 38, 0.07);
}

.b-login .b-login-nav {
  margin-bottom: 30px;
}

.b-login .b-login-nav__inner {
  width: 100%;
  border-bottom: 1px solid #E4E8ED;
}

.b-login .b-login-nav__item {
  margin-right: 32px;
  padding-top: 0;
  color: #65717F;
  font-size: 13px;
}

.b-login .b-login-nav__link {
  padding-bottom: 14px;
  color: #65717F;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  text-decoration: none;
}

.b-login .b-login-nav__link .ic {
  width: 18px;
  height: 17px;
  margin-right: 8px;
  stroke: #65717F;
}

.b-login .b-login-nav__link.active,
.b-login .b-login-nav__link:hover {
  color: #253349;
  border-bottom: 2px solid #253349;
}

.b-login .b-login-nav__link.active .ic,
.b-login .b-login-nav__link:hover .ic {
  stroke: #253349;
}

.b-login .form-group {
  margin-bottom: 20px;
}

.b-login .form-label {
  display: block;
  margin-bottom: 8px;
  color: #1C2633;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}

.b-login .form-control {
  height: 44px;
  padding: 0 12px;
  border: 1px solid #D8DEE6;
  border-radius: 4px;
  background: #fff;
  color: #1C2633;
  font-size: 14px;
}

.b-login .form-control::placeholder {
  color: #768190;
}

.b-login .form-control:focus {
  border-color: #253349;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.12);
}

.b-login .text-danger {
  font-size: 12px;
}

.b-login .custom-control-label {
  color: #1C2633;
  font-size: 14px;
}

.b-login .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #253349;
  background-color: #253349;
}

.b-login .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.14);
}

.b-login__btn {
  height: 48px;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
}

.b-login__btn .ic {
  margin-left: 10px;
}

.b-login__note {
  margin-top: 18px;
  color: #65717F;
  font-size: 13px;
}

.b-login__note a {
  color: #253349;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .b-login {
    padding-bottom: 44px;
  }

  .b-login .ui-title-page {
    font-size: 23px;
  }

  .b-login__wrap {
    padding: 24px 20px 26px;
  }
}

/* ===== Хлібні крихти ===== */

.breadcrumb {
  margin-bottom: 22px;
  padding-top: 26px;
  background: transparent;
  border-radius: 0;
}

.breadcrumb-item {
  color: #65717F;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}

.breadcrumb a {
  color: #65717F;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  color: #253349;
  text-decoration: none;
}

.breadcrumb-item span,
.breadcrumb-item.active {
  color: #1C2633;
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 14px;
  padding: 0;
  border-right: 1.5px solid #A6AFBA;
  border-bottom: 1.5px solid #A6AFBA;
  border-radius: 0.5px;
  transform: rotate(-45deg);
}

@media (max-width: 767.98px) {
  .breadcrumb {
    margin-bottom: 16px;
    padding-top: 18px;
  }
}

/* ===== Сторінки статей (категорія + стаття) ===== */

/* Заголовок внутрішніх сторінок */
.ui-title-page {
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 14px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.ui-title-page::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: #253349;
}

.b-login .ui-title-page::after {
  left: 50%;
  transform: translateX(-50%);
}

/* Картки новин: глобально, як на головній */
.b-news {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 0;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 27, 38, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.b-news:hover {
  border-color: rgba(37, 51, 73, 0.42);
  box-shadow: 0 18px 44px rgba(18, 27, 38, 0.12);
  transform: translateY(-3px);
}

.b-news__img {
  aspect-ratio: 16 / 9;
}

.b-news__info {
  padding: 16px 20px 0;
  opacity: 1;
  color: #65717F;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.b-news__title {
  height: auto;
  min-height: 76px;
  margin-bottom: 16px;
  padding: 12px 20px 0;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.b-news__button {
  height: auto;
  margin: auto 20px 20px;
  padding: 9px 16px;
  align-self: flex-start;
  font-size: 13px;
  font-weight: 700;
}

.l-main .row > [class*="col-"] > .b-news {
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

/* Картки анонсів у категорії */
.b-news-2 {
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  padding-top: 0;
  overflow: hidden;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #1C2633;
  box-shadow: 0 14px 34px rgba(18, 27, 38, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.b-news-2:hover,
.b-news-2:focus {
  opacity: 1;
  border-color: rgba(37, 51, 73, 0.42);
  color: #1C2633;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(18, 27, 38, 0.12);
  transform: translateY(-3px);
}

.b-news-2__img {
  display: block;
  aspect-ratio: 16 / 9;
}

.b-news-2__info {
  padding: 16px 20px 20px;
}

.b-news-2__date {
  margin-right: 14px;
  padding-right: 14px;
  border-right: 1px solid #E4E8ED;
  color: #253349;
}

.b-news-2__number {
  color: #253349;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
}

.b-news-2__month,
.b-news-2__year {
  color: #65717F;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}

.b-news-2__title {
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

/* Фільтри категорій */
.section-news__btns {
  padding-right: 0;
  padding-bottom: 20px;
}

.section-news__btn {
  height: 36px;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 0 16px;
  border: 1px solid #D8DEE6;
  border-radius: 4px;
  background: #fff;
  color: #1C2633;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.section-news__btn:hover {
  border-color: #253349;
  background: #253349;
  color: #fff;
  text-decoration: none;
}

.section-news__btn.btn-active {
  border-color: #253349;
  background: #253349;
  color: #fff;
}

/* Фільтр за датою */
.ui-date-picker-wrap.form-control {
  min-height: 44px;
  padding: 0 40px 0 12px;
  border: 1px solid #D8DEE6;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
}

.ui-date-picker-wrap:focus-within {
  border-color: #253349;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.12);
}

.ui-date-picker-wrap:after {
  top: 50%;
  margin-top: -8px;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M3 6L8 11L13 6" stroke="%23253349" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.ui-date-picker {
  color: #1C2633;
  font-size: 14px;
}

.ui-date-picker::placeholder {
  color: #768190;
}

.ui-date-picker__ic .ic {
  stroke: #65717F;
}

.ui-date-picker-wrap .search-btn svg circle,
.ui-date-picker-wrap .search-btn svg path {
  stroke: #253349;
}

.ui-date-picker-wrap .remove-btn svg path {
  stroke: #A6AFBA;
}

/* Пагінація */
.page-link {
  color: #253349;
  font-size: 14px;
  font-weight: 600;
}

.page-link:hover {
  color: #0A1630;
  background-color: #F1F4F8;
  border-color: transparent;
}

.page-item.active .page-link {
  width: 32px;
  height: 32px;
  padding: 8px;
  border: 1px solid #253349;
  border-radius: 4px;
  background: #253349;
  color: #fff;
}

/* Стаття */
.b-post__title-wrap {
  padding-bottom: 30px;
}

.b-post__date {
  margin-top: 12px;
  color: #65717F;
  font-size: 13px;
  font-weight: 500;
}

.b-post__main {
  padding-right: 36px;
}

.b-post__main > img {
  max-width: 100%;
  margin-bottom: 24px;
  border-radius: 8px;
}

.b-post h2 {
  margin-top: 26px;
  margin-bottom: 16px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

/* Сайдбар статті */
.b-post-sidebar {
  padding: 20px 22px 10px;
  border: 1px solid #E4E8ED;
  border-radius: 8px;
  background: #fff;
}

.b-post-sidebar__title {
  position: relative;
  margin-bottom: 8px;
  padding-bottom: 12px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.b-post-sidebar__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: #253349;
}

.b-post-sidebar__item {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid #EEF1F4;
  color: #1C2633;
  text-decoration: none;
}

.b-post-sidebar__item:last-child {
  border-bottom: 0;
}

.b-post-sidebar__text {
  color: #1C2633;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  transition: color 0.2s;
}

.b-post-sidebar__item:hover,
.b-post-sidebar__item:focus {
  color: #253349;
  text-decoration: none;
}

.b-post-sidebar__item:hover .b-post-sidebar__text,
.b-post-sidebar__item:focus .b-post-sidebar__text {
  color: #253349;
}

.b-post-sidebar__date,
.b-post-sidebar__date-lg {
  margin-top: 6px;
  color: #65717F;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 991.98px) {
  .ui-title-page {
    font-size: 24px;
  }

  .b-post__main {
    padding-right: 0;
  }

  .b-post-sidebar {
    margin-top: 28px;
  }
}

/* Прибираємо чорні легасі-лінії сайдбара статті */
.b-post-sidebar__title {
  border-bottom: 0;
}

.b-post-sidebar__item:not(:last-child) {
  border-bottom: 1px solid #EEF1F4;
}

@media (max-width: 767.98px) {
  .b-post-sidebar {
    padding-top: 20px;
    border-top: 1px solid #E4E8ED;
    border-top: 0;
  }
}

/* ===== Каталог МСП ===== */

/* Панель фільтра */
.b-filter {
  margin-bottom: 36px;
  padding: 20px;
  border: 1px solid #E4E8ED;
  border-radius: 8px;
  background: #F5F6F8;
}

.b-filter__block {
  padding: 0;
}

.b-filter__input {
  height: 46px;
  padding: 0 16px;
  border: 1px solid #D8DEE6;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  background: #fff;
  color: #1C2633;
  font-size: 14px;
  font-weight: 400;
  line-height: 44px;
}

.b-filter__input::placeholder {
  color: #768190;
}

.b-filter__input:focus {
  border-color: #253349;
  outline: 0;
}

.b-filter__search {
  position: static;
  width: 130px;
  height: 46px;
  flex: 0 0 130px;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  font-weight: 700;
}

.b-filter__trigger {
  margin-top: 14px;
  margin-bottom: 0;
  padding: 4px 0;
  border: 0;
  background: transparent;
  color: #253349;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.b-filter__trigger:after {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="16" viewBox="0 0 17 16" fill="none"><path d="M3.5 10L8.5 5L13.5 10" stroke="%23253349" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.b-filter__body {
  margin-top: 16px;
  padding: 18px 0 0;
  border-top: 1px solid #E4E8ED;
  border-radius: 0;
  background: transparent;
}

.b-filter .bootstrap-select .btn,
.b-filter .bootstrap-select .btn.ui-select,
.b-filter .bootstrap-select > .dropdown-toggle {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #D8DEE6;
  border-radius: 4px;
  background: #fff;
  color: #1C2633;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none;
}

.b-filter .bootstrap-select > .dropdown-toggle:focus,
.b-filter .bootstrap-select.show > .dropdown-toggle {
  border-color: #253349;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.12);
}

.b-filter .bootstrap-select .dropdown-menu {
  border: 1px solid #E4E8ED;
  border-radius: 0;
  box-shadow: 0 18px 40px rgba(18, 27, 38, 0.16);
}

.b-filter .bootstrap-select .dropdown-item.active,
.b-filter .bootstrap-select .dropdown-item:active {
  background: #253349;
  color: #fff;
}

/* Чекбокси у палітрі (глобально) */
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #253349;
  background-color: #253349;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.14);
}

.b-filter__checkboxes .custom-checkbox {
  font-size: 14px;
}

/* Мапа каталогу */
.catalog-map {
  margin-bottom: 44px;
}

.catalog-map .map-container {
  width: 100%;
  height: 520px;
}

@media (max-width: 767.98px) {
  .catalog-map .map-container {
    height: 320px;
  }
}

/* Сітка компаній */
.b-news-group {
  padding-top: 6px;
}

.b-news__tags {
  margin-top: 14px;
  margin-bottom: 0;
  padding: 0 20px;
  gap: 6px;
}

.b-news__tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 3px;
  background: #F1F4F8;
  color: #253349;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.b-news__tag:hover,
.b-news__tag:focus {
  background: #253349;
  color: #fff;
  text-decoration: none;
}

.b-news__tags + .b-news__title {
  min-height: 0;
  padding-top: 10px;
}

.b-news__text {
  padding: 0 20px 16px;
  color: #65717F;
  font-size: 14px;
  line-height: 1.55;
}

/* кнопка завжди притиснута до низу картки */
.b-news .b-news__button {
  margin-top: auto;
}

@media (max-width: 767.98px) {
  .b-filter__block {
    flex-wrap: wrap;
    gap: 10px;
  }

  .b-filter__input {
    border-right: 1px solid #D8DEE6;
    border-radius: 4px;
  }

  .b-filter__search {
    width: 100%;
    flex-basis: 100%;
    border-radius: 4px;
  }
}

/* Фільтр каталогу в один рядок */
.b-filter__row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.b-filter__row .b-filter__block {
  min-width: 0;
  flex: 1 1 auto;
}

.b-filter__row .b-filter__select {
  width: 230px;
  flex: 0 0 230px;
  margin: 0;
}

.b-filter__check {
  flex: 0 0 auto;
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .b-filter__row {
    flex-wrap: wrap;
  }

  .b-filter__row .b-filter__block {
    flex-basis: 100%;
  }

  .b-filter__row .b-filter__select {
    flex: 1 1 auto;
  }
}

/* ===== Сторінка компанії (каталог) ===== */

.b-project {
  padding-top: 6px;
}

.b-project__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: -8px 0 18px;
}

.b-project__tags a {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 3px;
  background: #F1F4F8;
  color: #253349;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.b-project__tags a:hover,
.b-project__tags a:focus {
  background: #253349;
  color: #fff;
  text-decoration: none;
}

.b-project__info {
  color: #1C2633;
  font-size: 15px;
  line-height: 1.65;
}

.b-project-section__title {
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.b-project-section__title .ic {
  stroke: #253349;
  fill: #253349;
}

.b-project-descrip__info {
  color: #1C2633;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.b-project-descrip__info:hover,
.b-project-descrip__info:focus {
  color: #253349;
  text-decoration: none;
}

.b-project-descrip__info .ic {
  stroke: #253349;
  fill: none;
}

/* Сайдбар компанії */
.b-project-rating {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: auto;
  height: auto;
  padding: 5px 10px;
  border: 1px solid #E4E8ED;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(18, 27, 38, 0.08);
  color: #151D27;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.b-project-rating:hover,
.b-project-rating:focus {
  background: #fff;
  color: #151D27;
  text-decoration: none;
}

.b-project-rating__ic {
  display: flex;
  align-items: center;
  padding: 0;
}

.b-project-rating__ic .ic {
  display: block;
  fill: #E9A13B;
  stroke: #E9A13B;
}

.b-projects-rating__info {
  line-height: 1;
}

.b-project-slider,
.b-project-slider__img img {
  border-radius: 8px;
}

.b-project-slider__img img {
  border: 1px solid #E4E8ED;
}

.b-project-copyright {
  margin-top: 22px;
  padding: 18px;
  border: 1px solid #E4E8ED;
  border-radius: 8px;
  background: #F5F6F8;
}

.b-project-copyright__title {
  margin-bottom: 8px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.b-project-copyright__info {
  color: #65717F;
  font-size: 13px;
  line-height: 1.55;
}

.b-project-copyright .btn {
  font-size: 13px;
  font-weight: 700;
}

.b-project-map {
  margin-top: 26px;
}

.b-project-map__title {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 12px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.b-project-map__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: #253349;
}

.b-project-map .map-container {
  overflow: hidden;
  padding: 0;
  border: 1px solid #E4E8ED;
  border-radius: 8px;
  box-shadow: none;
}

.b-project-map .btn {
  font-size: 13px;
  font-weight: 700;
}

/* Відгуки */
.b-review .ui-title-page {
  font-size: 24px;
}

.b-review__item {
  margin-bottom: 16px;
  padding: 18px 20px;
  border: 1px solid #E4E8ED;
  border-radius: 8px;
  background: #fff;
}

.b-review__author {
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.b-review__date {
  color: #65717F;
  font-size: 12px;
  font-weight: 500;
}

.b-review__info {
  margin-top: 10px;
  color: #1C2633;
  font-size: 14px;
  line-height: 1.6;
}

/* Форма відгуку */
.b-review .form-label {
  display: block;
  margin-bottom: 6px;
  color: #1C2633;
  font-size: 13px;
  font-weight: 600;
}

.b-review .form-control {
  border: 1px solid #D8DEE6;
  border-radius: 4px;
  background: #fff;
  color: #1C2633;
  font-size: 14px;
}

.b-review input.form-control {
  height: 44px;
  padding: 0 12px;
}

.b-review textarea.form-control {
  padding: 10px 12px;
}

.b-review .form-control:focus {
  border-color: #253349;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.12);
}

.b-review .text-danger {
  font-size: 12px;
}

.b-review-group {
  margin-bottom: 18px;
}

.b-review__submit {
  font-size: 14px;
  font-weight: 700;
}

/* Модали компанії: без легасі-іконок, охайний футер */
.b-modal-success .modal-title .ic {
  display: none;
}

.b-modal-success .modal-footer {
  margin-top: 18px;
  padding: 16px 0 0;
  border-top: 1px solid #EEF1F4;
}

.b-modal-success__btn {
  margin: 0 6px;
}

@media (min-width: 992px) {
  .b-modal-success__btn {
    width: auto;
  }
}

/* Контакти компанії: плаский список без легасі-акордеона */
.company-contacts {
  margin-top: 26px;
  padding-top: 24px;
  border-top: 1px solid #E4E8ED;
}

.company-contacts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 40px;
}

.company-contacts__item {
  min-width: 0;
}

.company-contacts__label {
  margin-bottom: 6px;
  color: #65717F;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.company-contacts__value {
  display: inline-block;
  padding: 0;
  border: 0;
  background: transparent;
  color: #1C2633;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color 0.2s;
}

a.company-contacts__value,
.company-contacts__value_btn {
  color: #253349;
  border-bottom: 1px solid rgba(37, 51, 73, 0.28);
  cursor: pointer;
}

a.company-contacts__value:hover,
a.company-contacts__value:focus,
.company-contacts__value_btn:hover,
.company-contacts__value_btn:focus {
  color: #0A1630;
  border-bottom-color: #0A1630;
  text-decoration: none;
  outline: 0;
}

@media (max-width: 767.98px) {
  .company-contacts__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

/* Вирівнювання легасі-акордеона контактів компанії */
.b-project-section__header {
  border-top: 1px solid #E4E8ED;
}

.b-project-section__title {
  padding: 16px 30px 16px 0;
}

.b-project-descrip {
  align-items: flex-start;
  padding-bottom: 18px;
}

/* порожні заголовки-заглушки не зсувають контент */
.b-project-descrip__title {
  width: 170px;
  flex: 0 0 170px;
  color: #65717F;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.b-project-descrip__title:empty {
  display: none;
}

.b-project-descrip__info {
  min-width: 0;
  justify-content: flex-start;
  text-align: left;
  overflow-wrap: anywhere;
}

/* кнопка адреси — як звичайний рядок контакту, без btn-центрування */
.b-project .btn.b-project-descrip__info {
  display: inline-flex;
  align-items: center;
  width: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1C2633;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  box-shadow: none;
}

.b-project .btn.b-project-descrip__info:hover,
.b-project .btn.b-project-descrip__info:focus {
  color: #253349;
  text-decoration: none;
  box-shadow: none;
}

.descrip-last {
  border-bottom: 1px solid #E4E8ED;
}

/* іконка адреси (#map) має жорсткий stroke="#fff" всередині — перефарбовуємо вкладені елементи */
.b-project-descrip__info .ic,
.b-project-descrip__info .ic * {
  stroke: #253349;
}

/* Форма відгуку — на всю ширину контейнера */
.b-review-form {
  max-width: none;
}

@media (max-width: 767.98px) {
  .b-review__submit {
    width: 100%;
  }
}

/* Медіа-блок компанії: фото + мапа в табах */
.company-media {
  overflow: hidden;
  border: 1px solid #E4E8ED;
  border-radius: 8px;
  background: #fff;
}

.company-media__tabs {
  display: flex;
  border-bottom: 1px solid #E4E8ED;
  background: #F5F6F8;
}

.company-media__tab {
  position: relative;
  flex: 1 1 50%;
  padding: 12px 10px;
  color: #65717F;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.company-media__tab:hover,
.company-media__tab:focus {
  color: #253349;
  text-decoration: none;
}

.company-media__tab.active {
  background: #fff;
  color: #253349;
}

.company-media__tab.active::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  background: #253349;
}

.company-media__content {
  position: relative;
}

.company-media__content .tab-pane {
  padding: 14px;
}

.company-media__content #companyMapTab {
  padding: 0;
}

.company-media .b-project-rating {
  top: 24px;
  right: 24px;
}

.company-media .b-project-slider__img {
  padding-bottom: 0;
}

.company-media .b-project-slider,
.company-media .b-project-slider__img img {
  border: 0;
  border-radius: 4px;
}

.company-media .b-project-map__img {
  overflow: hidden;
}

.company-media .map-container {
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.company-media__map-actions {
  padding: 14px;
  border-top: 1px solid #EEF1F4;
}

.company-media__map-actions .btn {
  font-size: 13px;
  font-weight: 700;
}

/* ===== Інвестиційні об'єкти та земельні ділянки ===== */
.land-asset-facts {
  padding: 0 20px;
}

.land-asset-facts__row {
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 7px 0;
  border-bottom: 1px solid #F0F2F5;
  font-size: 13px;
  line-height: 1.5;
}

.land-asset-facts__row:last-child {
  border-bottom: 0;
}

.land-asset-facts__label {
  flex: 0 0 auto;
  color: #65717F;
  font-weight: 500;
}

.land-asset-facts__value {
  min-width: 0;
  color: #1C2633;
  font-weight: 600;
  text-align: right;
  overflow-wrap: anywhere;
}

.land-assets-empty {
  margin-bottom: 40px;
  padding: 48px 24px;
  border: 1px dashed #C6CFDA;
  border-radius: 8px;
  background: #F7F8FA;
  color: #65717F;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.land-assets-empty a {
  color: #253349;
  font-weight: 600;
}

/* попап маркера на карті об'єктів */
.land-asset-popup {
  min-width: 200px;
  font-family: "Work Sans", Arial, sans-serif;
}

.land-asset-popup__type {
  margin-bottom: 4px;
  color: #65717F;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.land-asset-popup__title {
  margin-bottom: 6px;
  color: #151D27;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.land-asset-popup__area {
  margin-bottom: 8px;
  color: #1C2633;
  font-size: 13px;
}

.leaflet-container .land-asset-popup__link,
.leaflet-container .land-asset-popup__link:visited {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  background: #253349;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.leaflet-container .land-asset-popup__link:hover,
.leaflet-container .land-asset-popup__link:focus,
.leaflet-container .land-asset-popup__link:active {
  background: #0A1630;
  color: #fff;
  text-decoration: none;
}

/* ===== Документи ===== */
.documents-filter {
  flex-wrap: wrap;
}

.documents-filter .documents-filter__query {
  flex: 1 1 200px;
  min-width: 180px;
}

.documents-filter .documents-filter__date {
  flex: 0 0 220px;
  min-width: 200px;
}

.documents-list {
  margin-bottom: 26px;
}

.documents-list__item {
  margin-bottom: 12px;
  padding: 16px 20px;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.documents-list__item:hover {
  border-color: rgba(37, 51, 73, 0.42);
  box-shadow: 0 10px 26px rgba(18, 27, 38, 0.08);
}

.documents-list__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.documents-list__type {
  padding: 3px 9px;
  border-radius: 3px;
  background: #F1F4F8;
  color: #253349;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.documents-list__date,
.documents-list__number {
  color: #65717F;
  font-size: 12px;
  font-weight: 500;
}

.documents-list__title {
  display: inline-block;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  transition: color 0.2s;
}

.documents-list__title:hover,
.documents-list__title:focus {
  color: #253349;
  text-decoration: underline;
}

/* файли на сторінці документа */
.document-file {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
  padding: 12px 16px;
  border: 1px solid #E4E8ED;
  border-radius: 6px;
  background: #F7F8FA;
}

.document-file a {
  color: #253349;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(37, 51, 73, 0.28);
  overflow-wrap: anywhere;
}

.document-file a:hover,
.document-file a:focus {
  color: #0A1630;
  border-bottom-color: #0A1630;
  text-decoration: none;
}

.document-file span {
  color: #65717F;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .documents-filter .documents-filter__date {
    flex: 1 1 100%;
  }
}

/* ===== Результати пошуку ===== */
.search-results {
  max-width: 860px;
  padding-bottom: 44px;
}

.search-results__summary {
  margin-bottom: 18px;
  color: #65717F;
  font-size: 14px;
}

.search-results__summary strong {
  color: #151D27;
}

.search-results__list {
  margin-bottom: 26px;
}

.search-results__item {
  display: block;
  margin-bottom: 12px;
  padding: 16px 20px;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.search-results__item:hover,
.search-results__item:focus {
  border-color: rgba(37, 51, 73, 0.42);
  box-shadow: 0 10px 26px rgba(18, 27, 38, 0.08);
  text-decoration: none;
}

.search-results__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.search-results__type {
  padding: 3px 9px;
  border-radius: 3px;
  background: #F1F4F8;
  color: #253349;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.search-results__date {
  color: #65717F;
  font-size: 12px;
  font-weight: 500;
}

.search-results__title {
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.45;
  transition: color 0.2s;
}

.search-results__item:hover .search-results__title,
.search-results__item:focus .search-results__title {
  color: #253349;
  text-decoration: underline;
}

.search-results__empty {
  padding: 56px 24px;
  border: 1px dashed #C6CFDA;
  border-radius: 8px;
  background: #F7F8FA;
  color: #65717F;
  text-align: center;
}

.search-results__empty svg {
  color: #A7B2BF;
}

.search-results__empty-title {
  margin-top: 14px;
  margin-bottom: 8px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.search-results__empty-text {
  max-width: 460px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.6;
}

/* ===== Стадії інвестпроєктів: чипи ===== */
.project-stage-chip {
  cursor: default;
}

.project-stage-chip_3 {
  background: rgba(176, 122, 33, 0.12);
  color: #A06D1B;
}

.project-stage-chip_4 {
  background: rgba(47, 125, 79, 0.1);
  color: #2F7D4F;
}

.project-stage-chip_5 {
  background: #EEF1F4;
  color: #65717F;
}

.investment-project-detail__row .project-stage-chip {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
}

/* ===== Air-datepicker: плаский стиль порталу ===== */
.datepicker {
  border: 1px solid #E4E8ED;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 27, 38, 0.12);
  color: #1C2633;
  font-family: "Work Sans", Arial, sans-serif;
}

.datepicker--pointer {
  border-top: 1px solid #E4E8ED;
  border-right: 1px solid #E4E8ED;
  border-radius: 0;
}

.datepicker--nav {
  padding: 8px;
  border-bottom: 1px solid #EEF1F4;
}

.datepicker--nav-title {
  border-radius: 0;
  color: #151D27;
  font-size: 14px;
  font-weight: 700;
}

.datepicker--nav-title i {
  color: #65717F;
}

.datepicker--nav-title:hover {
  background: #F1F4F8;
}

.datepicker--nav-action {
  border-radius: 0;
}

.datepicker--nav-action:hover {
  background: #F1F4F8;
}

.datepicker--nav-action path {
  stroke: #253349;
}

.datepicker--day-name {
  color: #65717F;
  font-size: 11px;
  font-weight: 700;
}

.datepicker--cell {
  border-radius: 0;
  color: #1C2633;
  font-size: 13px;
}

.datepicker--cell.-focus- {
  background: #F1F4F8;
  color: #1C2633;
}

.datepicker--cell.-current- {
  color: #253349;
  font-weight: 700;
  box-shadow: inset 0 0 0 1px #253349;
}

.datepicker--cell.-in-range- {
  background: #F1F4F8;
  color: #1C2633;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background: #E4E8ED;
}

.datepicker--cell.-range-from-,
.datepicker--cell.-range-to- {
  border: 0;
  border-radius: 0;
  background: #253349;
  color: #fff;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current-,
.datepicker--cell.-selected-.-focus- {
  background: #253349;
  color: #fff;
  font-weight: 600;
}

.datepicker--cell.-current-.-selected-,
.datepicker--cell.-current-.-range-from-,
.datepicker--cell.-current-.-range-to- {
  box-shadow: none;
}

.datepicker--cell.-other-month-,
.datepicker--cell.-disabled- {
  color: #A7B2BF;
}

/* поле фільтра дат: іконки в кольорах порталу */
.ui-date-picker-wrap .search-btn circle,
.ui-date-picker-wrap .search-btn path {
  stroke: #253349;
}

.ui-date-picker-wrap .remove-btn path {
  stroke: #A7B2BF;
}

.ui-date-picker__ic .ic {
  stroke: #65717F;
}

/* ===== CMS-сторінки: колонки логотипів-посилань (інфоресурси тощо) ===== */
.contnet-column {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.contnet-column .content-image:has(img[data-link]) {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 20px 18px 16px;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.contnet-column .content-image:has(img[data-link]):hover {
  border-color: rgba(37, 51, 73, 0.42);
  box-shadow: 0 14px 34px rgba(18, 27, 38, 0.1);
  transform: translateY(-3px);
}

.contnet-column .content-image:has(img[data-link]) .slide-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
}

.contnet-column .content-image img[data-link] {
  width: auto;
  max-width: 100%;
  max-height: 110px;
  object-fit: contain;
}

.contnet-column .content-image:has(img[data-link]) .image-desc {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #F0F2F5;
  color: #1C2633;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  text-align: center;
}

/* ===== Сторінка проєкту/об'єкта ===== */
.project-page__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: -6px 0 22px;
}

.project-page__chips .b-news__tag {
  cursor: default;
}

.project-page__img {
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid #E4E8ED;
  border-radius: 8px;
}

.project-page__img img {
  display: block;
  width: 100%;
  height: auto;
}

.project-page__lead {
  margin-bottom: 26px;
  color: #1C2633;
  font-size: 16px;
  line-height: 1.7;
}

.project-facts {
  margin-bottom: 28px;
  padding: 24px 26px 8px;
  border: 1px solid #E4E8ED;
  border-top: 3px solid #253349;
  border-radius: 8px;
  background: #F7F8FA;
}

.project-facts__title {
  margin-bottom: 18px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.project-facts__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 32px;
}

.project-facts__item {
  min-width: 0;
  padding: 12px 0 14px;
  border-top: 1px solid #E4E8ED;
}

.project-facts__item_wide {
  grid-column: 1 / -1;
}

.project-facts__label {
  margin-bottom: 4px;
  color: #65717F;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.project-facts__value {
  color: #151D27;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.project-facts__item_wide .project-facts__value {
  font-weight: 500;
}

.project-location {
  margin: 30px 0;
}

.project-location__title {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 12px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.project-location__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 3px;
  background: #253349;
}

.project-location .investment-project-map {
  margin: 0 0 12px;
}

.project-location__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 20px;
}

.project-location__address {
  color: #1C2633;
  font-size: 14px;
  font-weight: 500;
}

.project-location__link {
  color: #253349;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid rgba(37, 51, 73, 0.28);
  text-decoration: none;
}

.project-location__link:hover,
.project-location__link:focus {
  color: #0A1630;
  border-bottom-color: #0A1630;
  text-decoration: none;
}

/* контакти в сайдбарі */
.project-contact {
  margin-top: 16px;
  padding: 20px;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 8px;
  background: #fff;
}

.project-contact__title {
  margin-bottom: 12px;
  color: #65717F;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.project-contact__name {
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.project-contact__position {
  margin-top: 2px;
  margin-bottom: 12px;
  color: #65717F;
  font-size: 13px;
  line-height: 1.5;
}

.project-contact__row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 0;
  color: #253349;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.project-contact__row:hover,
.project-contact__row:focus {
  color: #0A1630;
  text-decoration: none;
}

.project-contact__row svg {
  flex: 0 0 auto;
  color: #65717F;
}

/* PDF-презентація в сайдбарі */
.project-download {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.project-download:hover,
.project-download:focus {
  border-color: rgba(37, 51, 73, 0.42);
  box-shadow: 0 10px 26px rgba(18, 27, 38, 0.08);
  text-decoration: none;
}

.project-download__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  background: #F1F4F8;
  color: #253349;
}

.project-download__name {
  display: block;
  color: #151D27;
  font-size: 14px;
  font-weight: 700;
}

.project-download__hint {
  display: block;
  color: #65717F;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .project-facts__grid {
    grid-template-columns: 1fr;
  }

  .project-facts {
    padding: 20px 18px 6px;
  }
}

/* ===== CTA у сайдбарі проєкту/об'єкта ===== */
/* прибираємо подвійну рамку: зовнішня обгортка сайдбару не потрібна навколо CTA-картки */
.b-post-sidebar:has(> .project-cta) {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.project-cta {
  padding: 22px 20px 20px;
  border: 1px solid #E4E8ED;
  border-top: 3px solid #253349;
  border-radius: 8px;
  background: #F7F8FA;
}

.project-cta__title {
  margin-bottom: 8px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
}

.project-cta__text {
  margin-bottom: 16px;
  color: #65717F;
  font-size: 13px;
  line-height: 1.55;
}

.project-cta__btn {
  width: 100%;
  padding: 11px 16px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.project-cta__all {
  display: block;
  margin-top: 14px;
  color: #253349;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-bottom: 0;
}

.project-cta__all:hover,
.project-cta__all:focus {
  color: #0A1630;
  text-decoration: underline;
}

/* ===== Заявка інвестора ===== */
#investorModal .modal-dialog {
  max-width: 680px;
}

.investor-form__object {
  margin-bottom: 16px;
  padding: 10px 14px;
  border-left: 3px solid #253349;
  background: #F1F4F8;
  color: #1C2633;
  font-size: 13px;
  line-height: 1.5;
}

.investor-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 14px;
}

.investor-form select.form-control {
  height: 44px;
}

.investor-form__captcha {
  margin-top: 4px;
}

.investor-form__captcha .text-danger {
  display: block;
  margin-top: 6px;
  font-size: 12px;
}

.investor-form__done {
  padding: 12px 0 4px;
  color: #65717F;
  text-align: center;
}

.investor-form__done svg {
  color: #2F7D4F;
}

.investor-form__done-title {
  margin-top: 12px;
  margin-bottom: 8px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.investor-form__done-text {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 1.6;
}

.investor-contacts__button_ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}

.investor-contacts__button_ghost:hover,
.investor-contacts__button_ghost:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

@media (max-width: 575.98px) {
  .investor-form__row {
    grid-template-columns: 1fr;
  }
}

/* ===== Чекбокси: navy замість легасі-персикових станів ===== */
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #253349;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #E4E8ED;
  border-color: #253349;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.15);
}

/* ===== Кнопка показу паролю ===== */
/* якорь — верх інпута (44px), а не контейнер: повідомлення валідації під полем не зсуває іконку */
.ui-btn-password {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 22px;
  right: 12px;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #65717F;
  cursor: pointer;
  transform: translateY(-50%);
  transition: color 0.2s;
}

.ui-btn-password:hover,
.ui-btn-password:focus {
  color: #253349;
}

.ui-btn-password svg {
  display: block;
}

.ui-btn-password .ui-btn-password__slash {
  display: none;
}

.ui-btn-password.st-view .ui-btn-password__slash {
  display: block;
}

/* ===== Відновлення паролю ===== */
.b-login > .b-login__wrap {
  margin-right: auto;
  margin-left: auto;
}

.account-reset-note {
  margin-bottom: 22px;
  color: #65717F;
  font-size: 14px;
  line-height: 1.6;
}

.account-reset-done {
  color: #65717F;
  text-align: center;
}

.account-reset-done svg {
  color: #2F7D4F;
}

.account-reset-done__title {
  margin-top: 14px;
  margin-bottom: 10px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.account-reset-done__text {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.6;
}

.account-reset-done .btn {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
}

/* ===== Особистий кабінет ===== */
.b-office__row {
  gap: 16px;
  padding-bottom: 36px;
}

.b-office-notif__btn {
  margin-right: 12px;
  padding: 8px 16px;
  border: 1px solid #D8DEE6;
  border-radius: 4px;
  background: #F7F8FA;
  color: #65717F;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  cursor: default;
}

.b-office-notif__btn:hover {
  background: #F7F8FA;
  border-color: #D8DEE6;
  color: #65717F;
}

.b-office-notif__btn .ic,
.b-office-notif__btn:hover .ic {
  stroke: #65717F;
}

.b-office-view__btn {
  padding: 8px 18px;
  border: 1px solid #253349;
  border-radius: 4px;
  opacity: 1;
  color: #253349;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.b-office-view__btn:hover,
.b-office-view__btn:focus {
  background: #253349;
  border-color: #253349;
  color: #fff;
  opacity: 1;
}

/* сайдбар кабінету */
.b-office-block {
  margin-bottom: 20px;
  padding: 0 20px 10px;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 27, 38, 0.06);
}

.b-office-block__title {
  margin-bottom: 6px;
  padding-top: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #E4E8ED;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.b-office-block__title .ic {
  margin-right: 10px;
  color: #253349;
}

.b-office-block__item {
  padding: 11px 0;
  border-bottom: 1px solid #F0F2F5;
  color: #1C2633;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s;
}

.b-office-block__item:last-child {
  border-bottom: 0;
}

.b-office-block__item:hover,
.b-office-block__item:focus {
  color: #253349;
  text-decoration: none;
}

.b-office-block__item .badge {
  min-width: 24px;
  padding: 4px 7px;
  border-radius: 3px;
  background: #253349;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

/* картки бізнесів */
.b-office-card {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 27, 38, 0.06);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.b-office-card:hover {
  border-color: rgba(37, 51, 73, 0.42);
  box-shadow: 0 18px 44px rgba(18, 27, 38, 0.12);
}

.b-office-card__img {
  flex: 0 0 96px;
  width: 96px;
  overflow: hidden;
  border: 1px solid #E4E8ED;
  border-radius: 6px;
  background: #fff;
}

.b-office-card__img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.b-office-card__block {
  margin-left: 20px;
  min-width: 0;
}

.b-office-card__status {
  padding: 4px 9px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
}

.b-office-card__status.is-published {
  background: rgba(47, 125, 79, 0.1);
  color: #2F7D4F;
}

.b-office-card__status.is-published .ic {
  stroke: #2F7D4F;
}

.b-office-card__status.is-pending {
  background: rgba(176, 122, 33, 0.12);
  color: #A06D1B;
}

.b-office-card__status.is-pending .ic {
  stroke: #A06D1B;
}

.b-office-card__title {
  margin-top: 10px;
  margin-bottom: 4px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.b-office-card__subtitle {
  padding-bottom: 14px;
  color: #65717F;
  font-size: 13px;
  font-weight: 500;
}

.b-office-card__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.b-office-card .btn {
  margin-right: 0;
  padding: 7px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.b-office-card .btn-outline-secondary {
  border-color: #D8DEE6;
  color: #1C2633;
}

.b-office-card .btn-outline-secondary:hover,
.b-office-card .btn-outline-secondary:focus {
  background: #253349;
  border-color: #253349;
  color: #fff;
}

.b-office-card .btn-outline-primary {
  border-color: rgba(179, 53, 43, 0.4);
  color: #B3352B;
}

.b-office-card .btn-outline-primary:hover,
.b-office-card .btn-outline-primary:focus {
  background: #B3352B;
  border-color: #B3352B;
  color: #fff;
}

/* порожній стан */
.b-office-empty {
  padding: 56px 24px;
  border: 1px dashed #C6CFDA;
  border-radius: 8px;
  background: #F7F8FA;
  color: #65717F;
  text-align: center;
}

.b-office-empty svg {
  color: #A7B2BF;
}

.b-office-empty__title {
  margin-top: 14px;
  color: #151D27;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.b-office-empty__text {
  max-width: 420px;
  margin: 8px auto 20px;
  font-size: 14px;
  line-height: 1.6;
}

.b-office-empty .btn {
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .b-office-btn__block {
    margin-top: 14px;
  }
}

@media (max-width: 575.98px) {
  .b-office-card {
    flex-direction: column;
  }

  .b-office-card__block {
    margin-top: 14px;
    margin-left: 0;
  }
}

/* ===== Форма додавання/редагування бізнесу ===== */
.b-brand {
  max-width: none;
}

.b-brand__row {
  justify-content: flex-start;
}

.b-brand form {
  padding: 30px 32px 32px;
  border: 1px solid rgba(37, 51, 73, 0.12);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(18, 27, 38, 0.06);
}

.b-brand .form-group {
  margin-bottom: 20px;
}

.b-brand .control-label {
  display: block;
  margin-bottom: 6px;
  color: #1C2633;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
}

.b-brand .form-control {
  border: 1px solid #D8DEE6;
  border-radius: 4px;
  background: #fff;
  color: #1C2633;
  font-size: 14px;
}

.b-brand input.form-control {
  height: 44px;
  padding: 0 12px;
}

.b-brand textarea.form-control {
  padding: 10px 12px;
}

.b-brand .form-control:focus {
  border-color: #253349;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.12);
}

.b-brand .text-danger {
  font-size: 12px;
}

.b-brand .form-wrap {
  gap: 16px;
}

.b-brand__group {
  padding-right: 0;
}

.b-brand .map-container.form-control {
  overflow: hidden;
  padding: 0;
  border: 1px solid #D8DEE6;
  border-radius: 6px;
  box-shadow: none;
}

.b-brand__upload {
  height: 52px;
  border: 1px dashed #C6CFDA;
  border-radius: 6px;
  background: #F7F8FA;
  color: #1C2633;
  font-size: 14px;
  font-weight: 600;
  transition: border-color 0.2s, background 0.2s;
}

.b-brand__upload:hover {
  border-color: #253349;
  background: #F1F4F8;
  color: #1C2633;
}

.b-brand .photo-upload.dropzone {
  min-height: 140px;
  border: 1px dashed #C6CFDA;
  border-radius: 6px;
  background: #F7F8FA;
  color: #65717F;
  font-size: 14px;
}

.b-brand .photo-upload.dropzone:hover {
  border-color: #253349;
}

.b-brand .photo-upload.dropzone .dz-message {
  margin: 2.4em 0;
}

.b-brand__btn-wrap {
  padding-top: 6px;
}

.b-brand__btn-wrap .btn {
  width: 260px;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

/* bootstrap-select у формі — плаский, як form-control */
.b-brand .bootstrap-select > .dropdown-toggle {
  height: 44px;
  padding: 0 12px;
  border: 1px solid #D8DEE6;
  border-radius: 4px;
  background: #fff;
  color: #1C2633;
  font-size: 14px;
}

.b-brand .bootstrap-select > .dropdown-toggle:focus,
.b-brand .bootstrap-select > .dropdown-toggle:active {
  border-color: #253349;
  outline: 0 !important;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.12);
}

.b-brand .bootstrap-select .dropdown-menu {
  border: 1px solid #D8DEE6;
  border-radius: 0;
  box-shadow: 0 14px 34px rgba(18, 27, 38, 0.12);
}

/* каскадний селектор локації */
.location-cascade .b-brand__group {
  min-width: 0;
}

/* текст у кнопці селекта — по вертикальному центру, з обрізанням довгих назв */
.b-brand .bootstrap-select > .dropdown-toggle .filter-option {
  position: static;
  display: flex;
  align-items: center;
  height: auto;
  padding: 0;
}

.b-brand .bootstrap-select > .dropdown-toggle .filter-option-inner {
  width: 100%;
}

.b-brand .bootstrap-select > .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b-brand .bootstrap-select .bs-searchbox {
  padding: 8px;
  border-bottom: 1px solid #EEF1F4;
}

.b-brand .bootstrap-select .bs-searchbox .form-control {
  height: 36px;
  padding: 0 10px;
  border: 1px solid #D8DEE6;
  border-radius: 4px;
  font-size: 13px;
}

.b-brand .bootstrap-select .dropdown-menu li a {
  padding: 8px 12px;
  color: #1C2633;
  font-size: 14px;
}

.b-brand .bootstrap-select .dropdown-menu li a:hover,
.b-brand .bootstrap-select .dropdown-menu li a:focus {
  background: #F1F4F8;
  color: #253349;
}

.b-brand .bootstrap-select .dropdown-menu li.selected a {
  background: #253349;
  color: #fff;
}

.b-brand .bootstrap-select .no-results {
  margin: 0;
  padding: 10px 12px;
  background: #fff;
  color: #65717F;
  font-size: 13px;
}

.b-brand .bootstrap-select.disabled > .dropdown-toggle,
.b-brand .bootstrap-select > .dropdown-toggle.disabled {
  background: #F7F8FA;
  color: #A7B2BF;
  cursor: not-allowed;
}

/* ===== Мобільні секції головної ===== */
@media (max-width: 991.98px) {
  /* легасі-резерв під стрілки, які на мобільному приховані */
  .b-news-slider {
    margin-top: 0;
  }
}

@media (max-width: 767.98px) {
  /* заголовок секції: назва зліва, кнопка справа, без центрування */
  .ui-title__wrap {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 20px;
  }

  .ui-title__wrap .ui-title {
    padding-bottom: 14px;
  }

  .ui-title__wrap .btn {
    min-width: 0;
  }

  /* порожній блок під кнопки категорій (містить лише <br>) */
  .section-news__btns {
    display: none;
  }

  /* анонси — картки з відступами */
  .section-announc__item {
    margin-bottom: 12px;
  }

  .b-announc {
    padding: 16px 18px 18px;
    border: 1px solid rgba(37, 51, 73, 0.12);
    border-radius: 8px;
    background: #fff;
  }

  .b-announc__date {
    font-size: 17px;
  }
}

@media (max-width: 767.98px) {
  .b-brand form {
    padding: 20px 16px 24px;
  }

  .b-brand .form-wrap {
    display: block;
  }

  .b-brand .form-wrap .form-group {
    width: 100%;
  }

  .b-brand__btn-wrap .btn {
    width: 100%;
  }
}


/* ---------- Версія для людей з порушенням зору ---------- */

/* Підхід як у CouncilCMS.Web.Dnipro: кнопка в шапці відкриває панель
   налаштувань (масштаб тексту, кольорова схема, зображення, інтервал),
   кожне значення — data-атрибут на <html>, стан у localStorage('a11ySettings')
   і відновлюється інлайн-скриптом у <head> ще до рендеру */

/* кнопка в шапці (десктоп) */

.site-header__vision {
  display: inline-flex;
  width: 44px;
  min-width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #D8DEE6;
  border-radius: 10px;
  background: #fff;
  color: #253349;
  transition: border-color 0.2s, background 0.2s, color 0.2s, box-shadow 0.2s;
}

.site-header__vision:hover,
.site-header__vision:focus {
  border-color: #253349;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.1);
}

.site-header__vision .ic {
  flex: 0 0 auto;
}

.site-header__vision.is-active {
  border-color: #253349;
  background: #253349;
  color: #fff;
}

/* кнопка в мобільному меню */

@media (max-width: 991.98px) {
  .site-header__mobile-vision {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 16px;
  }

  .site-header__mobile-vision-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 108px;
    min-height: 38px;
    padding: 8px 16px;
    border: 1px solid #D8DEE6;
    border-radius: 4px;
    background: #fff;
    color: #1C2633;
    font-size: 13px;
    font-weight: 700;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
  }

  .site-header__mobile-vision-btn.is-active {
    border-color: #253349;
    background: #253349;
    color: #fff;
  }
}

/* вміст модалки налаштувань */

.a11y-modal__dialog {
  max-width: 560px;
}

.a11y-panel__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 18px 28px;
}

.a11y-panel__group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.a11y-panel__label {
  color: #65717F;
  font-size: 13px;
  font-weight: 500;
}

.a11y-panel__switch {
  display: inline-flex;
  overflow: hidden;
  border: 1px solid #D8DEE6;
  border-radius: 8px;
  background: #fff;
}

.a11y-panel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 6px 14px;
  border: 0;
  background: #fff;
  color: #1C2633;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.a11y-panel__btn + .a11y-panel__btn {
  border-left: 1px solid #D8DEE6;
}

.a11y-panel__btn:hover,
.a11y-panel__btn:focus {
  background: #F1F4F8;
}

.a11y-panel__btn[aria-pressed="true"] {
  background: #253349;
  color: #fff;
}

.a11y-panel__actions {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 4px;
  border-top: 1px solid #E4E8ED;
}

.a11y-panel__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 6px 14px;
  border: 1px solid #D8DEE6;
  border-radius: 8px;
  background: #fff;
  color: #1C2633;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.a11y-panel__action:hover,
.a11y-panel__action:focus {
  border-color: #253349;
}

/* масштаб тексту: zoom на body; контейнери стають гумовими, бо zoom розтягує
   фіксовані ширини bootstrap за межі екрана; overflow-x саме на body (на html
   він ламає вертикальний скрол) прибирає кілька px переповнення від слайдерів */

html[data-fontsize] body {
  overflow-x: hidden;
}

html[data-fontsize] .container {
  max-width: 100%;
}

html[data-fontsize="medium"] body {
  zoom: 1.25;
}

html[data-fontsize="big"] body {
  zoom: 1.5;
}

html[data-fontsize="large"] body {
  zoom: 2;
}

/* кольорові схеми: фільтр саме на <html> — на body/.l-theme він ламає
   position:fixed нащадків (кнопка "вгору", мобільний оверлей) */

html[data-color="grey"] {
  filter: grayscale(1);
}

html[data-color="dark"] {
  filter: grayscale(1) invert(1);
}

/* повторна інверсія повертає фото до впізнаваного вигляду */
html[data-color="dark"] img,
html[data-color="dark"] video,
html[data-color="dark"] iframe {
  filter: invert(1);
}

html[data-color] a,
html[data-color] .main-menu__link {
  text-decoration: underline !important;
}

/* помітний фокус у будь-якому недефолтному режимі */
html:is([data-fontsize], [data-color], [data-images], [data-kerning]) a:focus-visible,
html:is([data-fontsize], [data-color], [data-images], [data-kerning]) button:focus-visible,
html:is([data-fontsize], [data-color], [data-images], [data-kerning]) input:focus-visible,
html:is([data-fontsize], [data-color], [data-images], [data-kerning]) select:focus-visible,
html:is([data-fontsize], [data-color], [data-images], [data-kerning]) textarea:focus-visible {
  outline: 3px solid #253349 !important;
  outline-offset: 2px;
}

/* зображення вимкнені: контент без картинок і фонових зображень,
   логотипи шапки/футера лишаються (як у референсі) */

html[data-images="off"] img,
html[data-images="off"] video,
html[data-images="off"] iframe {
  visibility: hidden;
}

html[data-images="off"] .site-header img,
html[data-images="off"] .site-footer img {
  visibility: visible;
}

html[data-images="off"] [style*="background-image"] {
  background-image: none !important;
}

/* міжлітерний інтервал; формам — inherit, щоб не розповзались контроли */

html[data-kerning="big"] body,
html[data-kerning="big"] body * {
  letter-spacing: 0.08em !important;
}

/* сітка пар "колір тексту / колір фону" (як у референсному eyeModal) */

.a11y-panel__group_pairs {
  align-items: flex-start;
}

.a11y-panel__pairs {
  display: grid;
  grid-template-columns: repeat(8, 30px);
  gap: 4px;
}

.a11y-panel__pair {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.a11y-panel__pair:hover,
.a11y-panel__pair:focus {
  outline: 2px solid #253349;
  outline-offset: 1px;
}

.a11y-panel__pair[aria-pressed="true"] {
  outline: 3px solid #253349;
  outline-offset: 1px;
}

html[data-palette] .a11y-panel__pair[aria-pressed="true"] {
  outline-color: var(--a11y-color);
}

/* сітка займає всю ширину рядка панелі, щоб інші групи не розкидало */
.a11y-panel__group_pairs {
  flex-basis: 100%;
}

/* режим обраної пари: фон сторінки — колір пари, всі елементи прозорі
   з кольором тексту пари; сама сітка свотчів зберігає власні кольори */

html[data-palette] body {
  background: var(--a11y-bg) !important;
}

/* оверлеї виключені з "прозорого" правила нижче, інакше воно перемагає
   за специфічністю і крізь модалку/випадайки просвічує контент сторінки;
   .modal-backdrop теж — щоб лишалось штатне затемнення під модалкою */
html[data-palette] body *:not(img):not(svg):not(svg *):not(iframe):not(video):not(.a11y-panel__pair):not(.modal-content):not(.dropdown-menu):not(.main-menu__submenu):not(.main-nav__inner):not(.datepickers-container):not(.content-gallery-lightbox):not(.modal-backdrop) {
  background-color: transparent !important;
  color: var(--a11y-color) !important;
  border-color: var(--a11y-color) !important;
}

/* оверлеї отримують непрозорий фон кольору пари */
html[data-palette] .dropdown-menu,
html[data-palette] .modal-content,
html[data-palette] .main-menu__submenu,
html[data-palette] .main-nav__inner,
html[data-palette] .datepickers-container,
html[data-palette] .content-gallery-lightbox {
  background-color: var(--a11y-bg) !important;
  color: var(--a11y-color);
}

/* декоративні фонові картинки прибираються, щоб текст пари читався */
html[data-palette] [style*="background-image"],
html[data-palette] body *:not(img):not(svg):not(svg *)::before,
html[data-palette] body *:not(img):not(svg):not(svg *)::after {
  background-image: none !important;
}

html[data-palette] a,
html[data-palette] .main-menu__link {
  text-decoration: underline !important;
}

html[data-palette] a:focus-visible,
html[data-palette] button:focus-visible,
html[data-palette] input:focus-visible,
html[data-palette] select:focus-visible,
html[data-palette] textarea:focus-visible {
  outline: 3px solid var(--a11y-color) !important;
  outline-offset: 2px;
}


/* кнопки "Подати заявку" / "Написати нам" у шапці (замість профілю) */

.site-header__submit {
  cursor: pointer;
}

.site-header__submit_ghost {
  border-color: #D8DEE6;
  background: #fff;
  color: #253349;
}

.site-header__submit_ghost:hover,
.site-header__submit_ghost:focus {
  border-color: #253349;
  background: #fff;
  color: #0A1630;
  box-shadow: 0 0 0 3px rgba(37, 51, 73, 0.1);
}

@media (max-width: 1399.98px) {
  .site-header__actions .site-header__submit {
    padding: 0 10px;
    font-size: 12px;
  }
}

/* вузький десктоп: компактніші пошук і проміжки, щоб назва громади не переносилась */

@media (min-width: 992px) and (max-width: 1199.98px) {
  .site-header__actions {
    gap: 8px;
  }

  .site-header__actions .site-header__search {
    width: 150px;
    flex-basis: 150px;
  }
}

/* контейнер обмежений 1140px, тож після появи двох CTA-кнопок текстовий блок
   "Контакти громади" не вміщується разом із назвою громади на жодній ширині —
   контакт лишається іконкою телефону скрізь (до 1400px він і так був іконкою);
   у мобільному меню (.site-header__contact_mobile) текст не чіпаємо */

.site-header__actions .site-header__divider,
.site-header__actions .site-header__contact-copy {
  display: none;
}

/* назва громади має пріоритет над блоком дій: не стискається,
   вільне місце віддає пошук (у нього є власний min-width) */

@media (min-width: 992px) {
  .site-header__brand {
    flex-shrink: 0;
  }
}

/* виступ слайдера новин (margin-right: -30px) на 992-1039px ширший за бічне поле
   контейнера і дає горизонтальний скрол — у цій смузі без виступу */

@media (min-width: 992px) and (max-width: 1039.98px) {
  .b-news-slider {
    margin-right: 0;
  }
}

/* "Контакти громади" в шапці веде якорем на блок контактів головної */

html {
  scroll-behavior: smooth;
}

.investor-contacts {
  scroll-margin-top: 24px;
}

/* більша назва громади в шапці */

.site-header__title {
  font-size: 24px;
}

/* 1280-1399px: 22px і ширший ліміт блока (тісні 250px переносили назву);
   1200-1279px місця менше — лишаються штатні 18px */
@media (min-width: 1280px) and (max-width: 1399.98px) {
  .site-header__title {
    font-size: 22px;
  }

  .site-header__brand-copy {
    max-width: 300px;
  }
}

@media (min-width: 1200px) and (max-width: 1279.98px) {
  .site-header__title {
    font-size: 18px;
  }
}

/* 992-1199px: назва більшого кегля не вміщується поряд з блоком дій,
   лишаємо як було; на мобільному (<992) назва по центру — трохи більша */
@media (max-width: 1199.98px) {
  .site-header__title {
    font-size: 17px;
  }
}
