.elementor-40 .elementor-element.elementor-element-601f18b{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-601f18b *//* ── Expekt Header ── */
.site-header {
  position: sticky !important;
  top: 0 !important; left: 0 !important; right: 0 !important;
  width: 100% !important; max-width: 100% !important;
  margin: 0 !important; padding: 0 !important;
  z-index: 99999 !important;
  background: linear-gradient(180deg, rgba(14,10,6,.97), rgba(20,14,8,.95)) !important;
  border-bottom: 1px solid rgba(255,120,30,.16) !important;
  box-shadow:
    0 1px 0 rgba(255,120,30,.10),
    0 6px 28px rgba(0,0,0,.55) !important;
  backdrop-filter: blur(18px) saturate(1.3) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.3) !important;
}
/* оранжевая линия сверху */
.site-header::before {
  content: "";
  position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg,
    transparent,
    rgba(255,120,30,.80) 30%,
    rgba(255,160,60,.95) 50%,
    rgba(255,120,30,.80) 70%,
    transparent);
  pointer-events: none; z-index: 1;
}
.site-header .site-header__inner {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  height: 68px !important;
  padding: 0 22px !important;
  max-width: 1140px !important;
  margin: 0 auto !important;
  width: 100% !important;
}
/* logo */
.site-header__logo { flex-shrink: 0 !important; line-height: 0 !important; }
.site-header__logo img {
  height: 44px !important; width: auto !important;
  max-width: 180px !important; object-fit: contain !important; display: block !important;
  filter: drop-shadow(0 2px 10px rgba(255,120,30,.28)) !important;
  transition: filter .2s !important;
}
.site-header__logo:hover img {
  filter: drop-shadow(0 2px 16px rgba(255,160,60,.48)) !important;
}
/* nav */
.site-header__nav {
  display: flex !important; align-items: center !important;
  gap: 2px !important; flex: 1 !important; margin: 0 10px !important;
}
.site-header__nav a {
  display: flex !important; align-items: center !important;
  height: 36px !important; padding: 0 10px !important;
  font-size: .68rem !important; font-weight: 700 !important;
  letter-spacing: .09em !important; text-transform: uppercase !important;
  color: rgba(255,200,140,.48) !important;
  border-radius: 7px !important; text-decoration: none !important;
  white-space: nowrap !important; background: none !important;
  transition: color .2s, background .2s !important;
  position: relative !important;
}
.site-header__nav a::after {
  content: '';
  position: absolute; bottom: 4px; left: 10px; right: 10px; height: 1px;
  background: linear-gradient(90deg, #ff781e, #ffa03c);
  transform: scaleX(0); transform-origin: left;
  transition: transform .22s ease;
}
.site-header__nav a:hover {
  color: rgba(255,220,160,.92) !important;
  background: rgba(255,120,30,.08) !important;
  text-decoration: none !important;
}
.site-header__nav a:hover::after { transform: scaleX(1); }
/* CTA */
.site-header__cta {
  flex-shrink: 0 !important;
  display: inline-flex !important; align-items: center !important; justify-content: center !important;
  height: 38px !important; padding: 0 20px !important;
  font-size: .71rem !important; font-weight: 900 !important;
  letter-spacing: .1em !important; text-transform: uppercase !important;
  color: #0e0a06 !important; text-decoration: none !important;
  white-space: nowrap !important; border-radius: 10px !important; border: none !important;
  background: linear-gradient(135deg, #ff781e 0%, #ffa03c 60%, #ffbe60 100%) !important;
  box-shadow: 0 4px 16px rgba(255,120,30,.42), 0 1px 0 rgba(255,255,255,.14) inset !important;
  transition: all .2s !important;
  position: relative !important; overflow: hidden !important;
}
.site-header__cta::before {
  content: "";
  position: absolute; inset: -40% -60%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.14), transparent);
  transform: translateX(-60%) rotate(12deg);
  transition: transform .5s ease; pointer-events: none;
}
.site-header__cta:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 8px 24px rgba(255,120,30,.58), 0 1px 0 rgba(255,255,255,.16) inset !important;
  color: #0e0a06 !important; text-decoration: none !important;
}
.site-header__cta:hover::before { transform: translateX(35%) rotate(12deg); }
/* burger */
.site-header__burger {
  display: none !important;
  flex-direction: column !important; justify-content: center !important; align-items: center !important;
  gap: 5px !important; width: 38px !important; height: 38px !important;
  flex-shrink: 0 !important; background: none !important;
  border: 1px solid rgba(255,120,30,.24) !important;
  border-radius: 8px !important; cursor: pointer !important;
  transition: border-color .2s !important;
}
.site-header__burger:hover { border-color: rgba(255,120,30,.5) !important; }
.site-header__burger div {
  width: 15px !important; height: 1.5px !important;
  background: rgba(255,200,140,.75) !important;
  transition: transform .25s, opacity .2s !important;
}
/* mobile nav */
.site-header__mobile {
  display: none; flex-direction: column;
  background: rgba(14,10,6,.99);
  border-top: 1px solid rgba(255,120,30,.12);
}
.site-header__mobile a {
  display: flex !important; align-items: center !important;
  padding: 13px 22px !important;
  font-size: .73rem !important; font-weight: 700 !important;
  letter-spacing: .08em !important; text-transform: uppercase !important;
  color: rgba(255,200,140,.52) !important; text-decoration: none !important;
  border-bottom: 1px solid rgba(255,255,255,.04) !important;
  background: none !important;
  transition: color .18s, background .18s, padding-left .18s !important;
}
.site-header__mobile a:hover {
  color: rgba(255,220,160,.92) !important;
  background: rgba(255,120,30,.06) !important;
  padding-left: 30px !important; text-decoration: none !important;
}
.site-header__mobile .site-header__cta {
  margin: 12px 22px !important; height: 44px !important;
  border-bottom: none !important;
  display: flex !important; justify-content: center !important;
  color: #0e0a06 !important; border-radius: 10px !important;
}
.admin-bar .site-header { top: 32px !important; }
@media(max-width:782px){ .admin-bar .site-header { top: 46px !important; } }
@media(max-width:960px){
  .site-header__nav { display: none !important; }
  .site-header .site-header__cta { display: none !important; }
  .site-header__burger { display: flex !important; }
}
@media(max-width:480px){
  .site-header .site-header__inner { padding: 0 14px !important; }
  .site-header__logo img { height: 38px !important; }
}/* End custom CSS */