.elementor-6044 .elementor-element.elementor-element-3b56ced{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6044 .elementor-element.elementor-element-0485a0f{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-c29c64a */@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap');

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: 'Manrope', sans-serif;
  margin: 0;
  padding: 0;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* Синяя полоса */
.header-top {
  background-color: #0D2C47;
  width: 100%;
}
.header-top-inner {
  max-width: 100%;
  padding: 0 60px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 23px;
}
.header-top-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
}
.top-nav-link {
  color: #FFBF12 !important;
  text-decoration: none !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  transition: color 0.2s ease !important;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  font-family: 'Manrope', sans-serif;
  text-transform: none !important;
}
.top-nav-link:hover {
  color: #ffffff !important;
  transform: none !important;
  text-decoration: none !important;
}
.top-nav-contact {
  display: inline-flex;
  align-items: center;
  background-color: #FFBF12 !important;
  color: #0D2C47 !important;
  text-decoration: none !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  padding: 0 10px !important;
  height: 17px;
  border-radius: 2px !important;
  white-space: nowrap;
  font-family: 'Manrope', sans-serif;
  transition: background-color 0.2s ease !important;
  text-transform: none !important;
  border: none !important;
  box-shadow: none !important;
  line-height: 1;
}
.top-nav-contact:hover {
  background-color: #e6ac00 !important;
  color: #0D2C47 !important;
  transform: none !important;
  text-decoration: none !important;
}

/* Белая строка */
.header-bottom {
  background-color: #ffffff;
  box-shadow: 0 2px 16px rgba(0,0,0,0.08);
}
.header-bottom-inner {
  max-width: 100%;
  padding: 0 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.logo img {
  max-height: 96px;
  height: auto;
  display: block;
}

/* Десктоп навигация */
.header-main-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}
.nav-item {
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  letter-spacing: 0.03em;
  transition: color 0.2s;
  white-space: nowrap;
  text-transform: none !important;
  font-family: 'Manrope', sans-serif !important;
}
.nav-item:hover {
  color: #0D2C47 !important;
}
.nav-dropdown-wrapper {
  position: static;
}
.nav-item-link {
  display: flex !important;
  align-items: center;
  gap: 3px;
  text-decoration: none !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  letter-spacing: 0.03em;
  transition: color 0.2s;
  white-space: nowrap;
  cursor: pointer;
  text-transform: none !important;
  font-family: 'Manrope', sans-serif !important;
}
.nav-item-link:hover,
.nav-dropdown-wrapper:hover .nav-item-link {
  color: #0D2C47 !important;
}
.nav-arrow {
  font-size: 18px;
  line-height: 1;
  opacity: 0.65;
  display: inline-block;
  transition: transform 0.2s ease;
}
.nav-dropdown-wrapper:hover .nav-arrow {
  transform: rotate(180deg);
  opacity: 1;
}

/* Мегадропдаун */
.nav-dropdown {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  background: #ffffff;
  border-top: 3px solid #0D2C47;
  box-shadow: 0 12px 40px rgba(0,0,0,0.13);
  z-index: 9998;
  pointer-events: all;
}
.nav-dropdown-wrapper:hover .nav-dropdown {
  display: block;
}
.nav-dropdown * {
  pointer-events: all;
}
.nav-dropdown-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 200px 1fr 260px;
  height: 70vh;
  max-height: 460px;
}

/* Левая: категории */
.dropdown-categories {
  background: #f7f7f5;
  padding: 16px 0;
  border-right: 1px solid #ebebeb;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
}
.dropdown-cat-item {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 12px 20px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #333 !important;
  background: none !important;
  border: none !important;
  border-left: 3px solid transparent !important;
  width: 100% !important;
  text-align: left !important;
  cursor: pointer !important;
  font-family: 'Manrope', sans-serif !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  outline: none !important;
  box-shadow: none !important;
  line-height: 1.4 !important;
  transition: background 0.15s, color 0.15s, border-color 0.15s !important;
  box-sizing: border-box !important;
  user-select: none;
}
.dropdown-cat-item span {
  font-size: 14px !important;
  opacity: 0.4;
  transition: opacity 0.15s, color 0.15s;
  flex-shrink: 0;
  font-weight: 400 !important;
}
.dropdown-cat-item:hover,
.dropdown-cat-item.active {
  background: #fff !important;
  color: #0D2C47 !important;
  border-left-color: #0D2C47 !important;
}
.dropdown-cat-item:hover span,
.dropdown-cat-item.active span {
  opacity: 1 !important;
  color: #0D2C47 !important;
}

/* Projects ссылка внизу */
.dropdown-cat-projects {
  margin-top: auto;
  border-top: 1px solid #e8e8e8;
  padding: 14px 20px 14px 23px;
}
.dropdown-cat-projects a {
  color: #0D2C47 !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  font-family: 'Manrope', sans-serif !important;
  transition: color 0.2s !important;
  text-transform: none !important;
}
.dropdown-cat-projects a:hover {
  color: #FFBF12 !important;
}

/* Средняя: подпункты */
.dropdown-subitems {
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-y: auto;
  position: relative;
  z-index: 10;
}
.dropdown-subgroup {
  display: none;
  flex-direction: column;
  gap: 14px;
}
.dropdown-subgroup.active {
  display: flex;
}
.dropdown-subgroup a,
.dropdown-subgroup a:visited {
  font-size: 13px !important;
  color: #444 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  display: block !important;
  cursor: pointer !important;
  pointer-events: all !important;
  transition: color 0.2s, padding-left 0.2s !important;
  text-transform: none !important;
  font-family: 'Manrope', sans-serif !important;
  letter-spacing: normal !important;
}
.dropdown-subgroup a:hover {
  color: #0D2C47 !important;
  padding-left: 6px !important;
}

/* Правая: картинка */
.dropdown-image-panel {
  overflow: hidden;
  padding: 20px 20px 20px 0;
  display: flex;
  align-items: stretch;
}
.dropdown-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  transition: opacity 0.3s ease;
}

/* Бургер */
.menu-toggle {
  display: none;
  cursor: pointer;
  padding: 6px;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}
.burger-lines {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.burger-lines span {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #1a1a1a;
  border-radius: 2px;
  transition: all 0.3s ease;
}
.menu-toggle.is-open .burger-lines span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle.is-open .burger-lines span:nth-child(2) {
  opacity: 0;
}
.menu-toggle.is-open .burger-lines span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Мобильное меню */
.burger-menu {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  background-color: #0D2C47;
  color: white;
  display: none;
  flex-direction: column;
  z-index: 100000;
}
.burger-menu.active {
  display: flex;
}
.menu-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 32px;
}
.logo-menu img {
  max-height: 80px;
  height: auto;
  display: block;
}
.menu-close {
  color: white;
  font-size: 24px;
  cursor: pointer;
  padding: 4px 8px;
  line-height: 1;
}
.burger-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.burger-links li a {
  text-decoration: none !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: white !important;
  transition: color 0.3s ease;
  display: block !important;
  line-height: 1.4 !important;
  text-transform: none !important;
  font-family: 'Manrope', sans-serif !important;
}
.burger-links li a span {
  display: block !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  opacity: 0.5;
  margin-top: 3px;
}
.burger-links li a:hover {
  color: #FFBF12 !important;
}

html.fancybox-active .site-header {
  display: none !important;
}

/* Adaptive */
@media (max-width: 1024px) {
  .header-main-nav { display: none; }
  .menu-toggle { display: flex; }
  .header-top-inner { justify-content: center; padding: 0 20px; }
  .header-top-nav { gap: 16px; }
}
@media (max-width: 768px) {
  .header-bottom-inner { padding: 0 20px; height: 64px; }
  .logo img { max-height: 72px; }
  .menu-top { padding: 20px; }
  .burger-links { gap: 16px; }
  .burger-links li a { font-size: 18px !important; }
}/* End custom CSS */