.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-62828ac *//* =========================================================
   MSP GLOBAL HEADER — FULL CSS
   Outer Elementor container class: msp-header-wrap
   ========================================================= */

/* ===== ELEMENTOR WRAPPER ===== */

.msp-header-wrap,
.msp-header-wrap > .e-con-inner,
.msp-header-wrap .elementor-widget,
.msp-header-wrap .elementor-widget-container {
  overflow: visible !important;
}

.msp-header-wrap {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 9999;
  pointer-events: none;
}

.msp-header-wrap > .e-con-inner {
  width: 100% !important;
  max-width: none !important;
  height: 0;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.msp-header-wrap .elementor-element,
.msp-header-wrap .elementor-widget,
.msp-header-wrap .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.msp-header-wrap .msp-header {
  pointer-events: auto;
}

/* ===== BOX SIZING ===== */

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

/* ===== HEADER POSITION ===== */

.msp-header {
  position: fixed;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 10000;
  margin: 0;
  padding: 0;
  font-family: inherit;
  transition: top .25s ease;
}

.msp-header.is-scrolled {
  top: 0;
}

/* ===== HEADER INNER ===== */

.msp-header__inner {
  position: relative;
  width: min(1480px, calc(100% - 72px));
  min-height: 86px;
  margin: 0 auto;
  padding: 8px 18px 8px 22px;

  display: grid;
  grid-template-columns: minmax(285px, 350px) minmax(460px, 1fr) auto;
  align-items: center;
  gap: 20px;

  background: rgba(18, 24, 32, .90);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 24px 70px rgba(0, 0, 0, .24);

  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);

  transition:
    width .25s ease,
    min-height .25s ease,
    background .25s ease,
    border-color .25s ease;
}

.msp-header.is-scrolled .msp-header__inner {
  width: 100%;
  min-height: 78px;
  border-left-color: transparent;
  border-right-color: transparent;
  background: rgba(18, 24, 32, .97);
}

/* ===== BRAND ===== */

.msp-brand,
.msp-brand:hover,
.msp-brand:focus,
.msp-brand:visited {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 16px;

  color: #fff !important;
  text-decoration: none !important;
  background: none !important;
  border: 0 !important;
}

.msp-brand img {
  width: 92px !important;
  max-width: 92px !important;
  height: 60px !important;
  max-height: 60px !important;
  display: block;
  flex: 0 0 92px;
  object-fit: contain;
  object-position: center;
}

.msp-brand__text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.msp-brand b {
  display: block;
  overflow: hidden;
  color: #fff !important;
  font-size: 17px;
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.msp-brand small {
  display: block;
  overflow: hidden;
  color: rgba(255, 255, 255, .65) !important;
  font-size: 12px;
  line-height: 1.15;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* ===== MAIN MENU ===== */

.msp-menu {
  position: static;
  min-width: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.msp-menu > a,
.msp-menu-dropdown__trigger {
  min-height: 42px;
  padding: 0 12px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: rgba(255, 255, 255, .73) !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.01em;
  white-space: nowrap;
  text-decoration: none !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 999px;

  transition:
    color .2s ease,
    background .2s ease;
}

.msp-menu > a:hover,
.msp-menu > a.is-active,
.msp-menu-dropdown__trigger:hover,
.msp-menu-dropdown__trigger.is-active,
.msp-menu-dropdown:hover .msp-menu-dropdown__trigger {
  color: #fff !important;
  background: rgba(255, 255, 255, .12) !important;
}

/* ===== CATALOG DROPDOWN WRAPPER ===== */

.msp-menu-dropdown {
  position: relative;
  flex: 0 0 auto;
}

.msp-menu-dropdown__row {
  display: flex;
  align-items: center;
}

.msp-menu-dropdown__trigger {
  gap: 7px;
}

.msp-menu-dropdown__trigger svg,
.msp-menu-dropdown__toggle svg {
  width: 10px;
  height: 7px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .22s ease;
}

.msp-menu-dropdown__toggle {
  display: none;
}

/* ===== DESKTOP DROPDOWN ===== */

.msp-menu-dropdown__panel {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  width: min(960px, calc(100vw - 48px));
  padding: 24px;

  visibility: hidden;
  opacity: 0;
  pointer-events: none;

  transform: translate(-50%, 12px);

  background: rgba(14, 22, 29, .98);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 30px 90px rgba(0, 0, 0, .40);

  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);

  transition:
    opacity .2s ease,
    visibility .2s ease,
    transform .2s ease;
}

.msp-menu-dropdown__panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 22px;
}

.msp-menu-dropdown:hover .msp-menu-dropdown__panel,
.msp-menu-dropdown:focus-within .msp-menu-dropdown__panel,
.msp-menu-dropdown.is-open .msp-menu-dropdown__panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.msp-menu-dropdown:hover .msp-menu-dropdown__trigger > svg,
.msp-menu-dropdown:focus-within .msp-menu-dropdown__trigger > svg,
.msp-menu-dropdown.is-open .msp-menu-dropdown__trigger > svg {
  transform: rotate(180deg);
}

/* ===== DROPDOWN HEAD ===== */

.msp-menu-dropdown__head {
  margin: 0 0 14px;
  padding: 0 4px 16px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  border-bottom: 1px solid rgba(255, 255, 255, .13);
}

.msp-menu-dropdown__head > span {
  color: rgba(255, 255, 255, .43);
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.msp-menu-dropdown__head > a {
  padding: 0 !important;
  color: #8fd7f4 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 600;
  text-decoration: none !important;
  background: transparent !important;
}

.msp-menu-dropdown__head > a:hover {
  color: #fff !important;
}

/* ===== DROPDOWN ITEMS ===== */

.msp-menu-dropdown__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.msp-menu-dropdown__grid > a {
  min-width: 0;
  min-height: 80px;
  padding: 15px;

  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;

  color: #fff !important;
  text-decoration: none !important;

  background: transparent !important;
  border: 0 !important;
  border-radius: 10px;
  overflow: hidden;

  transition:
    background .2s ease,
    transform .2s ease;
}

.msp-menu-dropdown__grid > a:hover,
.msp-menu-dropdown__grid > a.is-current {
  background: rgba(255, 255, 255, .075) !important;
  transform: translateY(-2px);
}

.msp-menu-dropdown__grid > a > span {
  padding-top: 2px;
  color: rgba(143, 215, 244, .65);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: .06em;
}

.msp-menu-dropdown__grid > a > b {
  min-width: 0;
  max-width: 100%;
  color: rgba(255, 255, 255, .84);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
  white-space: normal !important;
  overflow-wrap: break-word;
  word-break: normal;
}

.msp-menu-dropdown__grid > a:hover > b,
.msp-menu-dropdown__grid > a.is-current > b {
  color: #fff;
}

/* ===== ACTIONS ===== */

.msp-header__actions {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

/* ===== SOCIAL LINKS ===== */

.msp-header__socials {
  display: flex;
  align-items: center;
  gap: 7px;
}

.msp-social-link,
.msp-social-link:hover,
.msp-social-link:focus,
.msp-social-link:visited {
  width: 38px;
  height: 38px;
  padding: 0px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 38px;

  text-decoration: none !important;
  background: rgba(255, 255, 255, .07) !important;
  border: 1px solid rgba(255, 255, 255, .14) !important;
  border-radius: 50%;

  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease;
}

.msp-social-link img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  display: block;
  object-fit: contain;
}

.msp-social-link:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .13) !important;
  border-color: rgba(143, 215, 244, .48) !important;
}

/* ===== PHONE ===== */

.msp-phone,
.msp-phone:hover,
.msp-phone:focus,
.msp-phone:visited {
  color: #fff !important;
  font-size: 17px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none !important;
  background: none !important;
}

.msp-phone:hover {
  color: #8fd7f4 !important;
}

/* ===== HEADER BUTTON ===== */

.msp-header-btn,
.msp-header-btn:visited,
.msp-header-btn:focus {
  min-height: 46px;
  padding: 0 22px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  color: #fff !important;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none !important;

  background: linear-gradient(135deg, #0875a9 0%, #0a93c9 100%) !important;
  border: 0 !important;
  border-radius: 999px;

  box-shadow:
    0 16px 36px rgba(8, 117, 169, .30),
    inset 0 1px 0 rgba(255, 255, 255, .20);

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.msp-header-btn:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow:
    0 20px 42px rgba(8, 117, 169, .38),
    inset 0 1px 0 rgba(255, 255, 255, .20);
}

/* ===== BURGER ===== */

.msp-burger {
  width: 44px;
  height: 44px;
  padding: 0;

  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 44px;
  gap: 5px;

  cursor: pointer;

  background: rgba(255, 255, 255, .07) !important;
  border: 1px solid rgba(255, 255, 255, .22) !important;
  border-radius: 50%;

  appearance: none;
  -webkit-appearance: none;
}

.msp-burger span {
  width: 19px;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 5px;
  transition:
    transform .22s ease,
    opacity .22s ease;
}

.msp-header.is-menu-open .msp-burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.msp-header.is-menu-open .msp-burger span:nth-child(2) {
  opacity: 0;
}

.msp-header.is-menu-open .msp-burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* =========================================================
   DESKTOP ADAPTATION
   ========================================================= */

@media (max-width: 1380px) {
  .msp-header__inner {
    grid-template-columns: minmax(235px, 285px) minmax(430px, 1fr) auto;
    gap: 14px;
  }

  .msp-brand {
    gap: 12px;
  }

  .msp-brand img {
    width: 78px !important;
    max-width: 78px !important;
    height: 54px !important;
    max-height: 54px !important;
    flex-basis: 78px;
  }

  .msp-brand b {
    font-size: 15px;
  }

  .msp-brand small {
    font-size: 11px;
  }

  .msp-menu > a,
  .msp-menu-dropdown__trigger {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
    font-weight: 600;
  }

  .msp-phone {
    font-size: 15px;
  }

  .msp-header-btn {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 13px;
  }

  .msp-social-link {
    width: 35px;
    height: 35px;
    flex-basis: 35px;
  }
}

/* =========================================================
   TABLET + MOBILE MENU
   ========================================================= */

@media (max-width: 1100px) {
  .msp-header {
    top: 12px;
  }

  .msp-header__inner {
    width: calc(100% - 28px);
    min-height: 76px;
    padding: 8px 10px 8px 14px;

    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
  }

  .msp-header.is-scrolled .msp-header__inner {
    width: 100%;
    min-height: 70px;
  }

  .msp-brand img {
    width: 76px !important;
    max-width: 76px !important;
    height: 52px !important;
    max-height: 52px !important;
    flex-basis: 76px;
  }

  .msp-brand b {
    font-size: 15px;
  }

  .msp-brand small {
    font-size: 11px;
  }

  .msp-header__actions {
    gap: 9px;
  }

  .msp-header-btn {
    display: none;
  }

  .msp-burger {
    display: inline-flex;
  }

  /* Main mobile panel */

  .msp-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;

    max-height: calc(100vh - 110px);
    padding: 10px;

    display: none;
    overflow-y: auto;

    background: rgba(15, 22, 29, .99);
    border: 1px solid rgba(255, 255, 255, .13);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .38);

    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .msp-header.is-menu-open .msp-menu {
    display: block;
  }

  .msp-menu > a {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;

    justify-content: flex-start;

    font-size: 16px;
    font-weight: 600;
    border-radius: 9px;
  }

  /* Mobile dropdown */

  .msp-menu-dropdown {
    width: 100%;
  }

  .msp-menu-dropdown__row {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 52px;
    align-items: center;
  }

  .msp-menu-dropdown__trigger {
    width: 100%;
    min-height: 52px;
    padding: 0 0 0 16px;
    justify-content: flex-start;
    font-size: 16px;
    font-weight: 600;
    border-radius: 9px 0 0 9px;
  }

  .msp-menu-dropdown__trigger > svg {
    display: none;
  }

  .msp-menu-dropdown__toggle {
    width: 52px;
    height: 52px;
    padding: 0;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: rgba(255, 255, 255, .78);
    cursor: pointer;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 9px 9px 0;

    appearance: none;
    -webkit-appearance: none;
  }

  .msp-menu-dropdown__toggle:hover {
    color: #fff;
    background: rgba(255, 255, 255, .08) !important;
  }

  .msp-menu-dropdown.is-open .msp-menu-dropdown__toggle svg {
    transform: rotate(180deg);
  }

  .msp-menu-dropdown__panel {
    position: static !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    width: 100% !important;
    max-width: none !important;
    max-height: 0;
    margin: 0 !important;
    padding: 0 8px;

    visibility: visible;
    opacity: 1;
    overflow: hidden;
    pointer-events: auto;

    transform: none !important;

    background: rgba(255, 255, 255, .035);
    border: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;

    transition:
      max-height .35s ease,
      padding .35s ease;
  }

  .msp-menu-dropdown:hover .msp-menu-dropdown__panel,
  .msp-menu-dropdown:focus-within .msp-menu-dropdown__panel {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .msp-menu-dropdown.is-open .msp-menu-dropdown__panel {
    max-height: 1200px;
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .msp-menu-dropdown__panel::before {
    display: none;
  }

  .msp-menu-dropdown__head {
    display: none;
  }

  .msp-menu-dropdown__grid {
    width: 100% !important;
    max-width: none !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 3px;
    margin: 0;
  }

  .msp-menu-dropdown__grid > a {
    position: relative;
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 48px;
    margin: 0 !important;
    padding: 12px 14px !important;
    grid-template-columns: 28px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    transform: none !important;
    text-indent: 0;
  }

  .msp-menu-dropdown__grid > a > span {
    padding-top: 0;
    font-size: 10px;
    font-weight: 700;
  }

  .msp-menu-dropdown__grid > a > b {
    min-width: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .msp-header__inner {
    width: calc(100% - 20px);
    min-height: 68px;
    padding: 7px 8px 7px 10px;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 10px;
  }

  .msp-header.is-scrolled .msp-header__inner {
    width: 100%;
    min-height: 66px;
  }

  .msp-brand {
    gap: 0;
  }

  .msp-brand img {
    width: 74px !important;
    max-width: 74px !important;
    height: 50px !important;
    max-height: 50px !important;
    flex-basis: 74px;
  }

  .msp-brand__text {
    display: none;
  }

  .msp-header__actions {
    width: 100%;
    min-width: 0;
    justify-content: space-between;
    gap: 8px;
  }

  .msp-header__socials {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
  }

  .msp-social-link,
  .msp-social-link:hover,
  .msp-social-link:focus,
  .msp-social-link:visited {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .msp-phone {
    display: inline-flex;
    flex: 0 1 auto;
    margin: 0 4px;
    font-size: 16px !important;
    font-weight: 700;
    letter-spacing: -.025em;
  }

  .msp-burger {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
  }

  .msp-menu {
    top: calc(100% + 6px);
    max-height: calc(100vh - 90px);
    padding: 8px;
  }

  .msp-menu > a,
  .msp-menu-dropdown {
    width: 100%;
    margin: 0 0 6px;
  }

  .msp-menu > a,
  .msp-menu-dropdown__trigger {
    min-height: 52px;
    font-size: 16px;
    font-weight: 600;
  }
}

/* ===== VERY SMALL MOBILE ===== */

@media (max-width: 390px) {
  .msp-header__inner {
    width: calc(100% - 10px);
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 6px;
    padding-right: 5px;
    padding-left: 7px;
  }

  .msp-brand img {
    width: 58px !important;
    max-width: 58px !important;
    height: 44px !important;
    max-height: 44px !important;
    flex-basis: 58px;
  }

  .msp-header__actions {
    gap: 4px;
  }

  .msp-header__socials {
    gap: 4px;
  }

  .msp-social-link,
  .msp-social-link:hover,
  .msp-social-link:focus,
  .msp-social-link:visited {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }

  .msp-phone {
    margin: 0 1px;
    font-size: 14px !important;
    letter-spacing: -.035em;
  }

  .msp-burger {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }

  .msp-menu > a,
  .msp-menu-dropdown__trigger {
    font-size: 15px;
  }
}/* End custom CSS */