.elementor-515 .elementor-element.elementor-element-e5cbe66{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-0f6948f *//* ===== CONTACTS PAGE: FULL CSS ===== */

/* HEADER */

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

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

.msp-header__inner {
  width: min(1480px, calc(100% - 72px));
  min-height: 86px;
  margin: 0 auto;
  padding: 8px 22px 8px 26px;
  display: grid;
  grid-template-columns: 380px 1fr auto;
  align-items: center;
  gap: 32px;
  background: rgba(18,24,32,.88);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
  backdrop-filter: blur(18px);
  transition: width .25s ease, min-height .25s ease, background .25s ease;
}

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

.msp-brand,
.msp-brand:hover,
.msp-brand:focus,
.msp-brand:visited {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #fff !important;
  text-decoration: none !important;
}

.msp-brand img {
  width: 112px !important;
  max-width: 112px !important;
  height: auto !important;
  display: block;
}

.msp-brand span {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.msp-brand b,
.msp-brand:hover b {
  color: #fff !important;
  font-size: 18px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.02em;
}

.msp-brand small,
.msp-brand:hover small {
  color: rgba(255,255,255,.72) !important;
  font-size: 13px;
  line-height: 1.15;
}

.msp-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.msp-menu a {
  padding: 13px 10px;
  color: rgba(255,255,255,.74) !important;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 999px;
  transition: color .2s ease, background .2s ease;
}

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

.msp-header__actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.msp-phone,
.msp-phone:visited,
.msp-phone:focus {
  color: #fff !important;
  font-size: 19px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
  transition: color .2s ease;
}

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

.msp-header-btn,
.msp-header-btn:visited,
.msp-header-btn:focus {
  min-height: 48px;
  padding: 0 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #0875a9 0%, #0a93c9 100%);
  color: #fff !important;
  border-radius: 999px;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow:
    0 16px 36px rgba(8,117,169,.30),
    inset 0 1px 0 rgba(255,255,255,.22);
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.msp-header-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #096d9c 0%, #087fb2 100%);
  color: #fff !important;
}

.msp-burger {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.08) !important;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
}

.msp-burger span {
  width: 19px;
  height: 2px;
  background: #fff !important;
  border-radius: 2px;
}

/* HERO */

.msp-contact-hero {
  position: relative;
  padding: 150px 0 54px;
  overflow: hidden;
  color: #fff;
  background: #0d141b;
}

.msp-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(7,18,27,.90) 0%,
      rgba(7,18,27,.74) 42%,
      rgba(7,18,27,.42) 100%),
    linear-gradient(180deg,
      rgba(7,18,27,.16) 0%,
      rgba(7,18,27,.42) 100%),
    url("/wp-content/uploads/2026/05/msp-background.jpg") center center / cover no-repeat;
  transform: scale(1.015);
}

.msp-contact-hero::after {
  content: "";
  position: absolute;
  left: -18vw;
  top: -26vh;
  width: 70vw;
  height: 145vh;
  background:
    linear-gradient(115deg,
      rgba(255,255,255,.22),
      rgba(255,255,255,.07) 44%,
      transparent 45%);
  transform: skewX(-14deg);
  pointer-events: none;
}

.msp-contact-hero__inner {
  position: relative;
  z-index: 5;
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
}

.msp-breadcrumbs {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 9px;
  color: rgba(255,255,255,.54);
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
}

.msp-breadcrumbs a {
  color: rgba(255,255,255,.70) !important;
  text-decoration: none !important;
}

.msp-breadcrumbs a:hover,
.msp-breadcrumbs span:last-child {
  color: #8fd7f4 !important;
}

.msp-contact-hero h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(44px, 5vw, 76px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -.05em;
}

.msp-contact-hero p {
  max-width: 760px;
  margin: 22px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 18px;
  line-height: 1.6;
}

/* CONTACTS */

.msp-contacts {
  position: relative;
  padding: 54px 0 90px;
  background:
    radial-gradient(circle at 80% 10%, rgba(255,255,255,.86), rgba(255,255,255,0) 30%),
    linear-gradient(135deg, #f4f3ef 0%, #eef1f2 52%, #f8f8f6 100%);
}

.msp-contacts__inner {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
}

.msp-contacts__grid {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 28px;
  align-items: stretch;
}

.msp-contacts__info {
  display: grid;
  gap: 18px;
}

.msp-contact-card {
  padding: 28px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(17,24,32,.08);
  border-radius: 16px;
  box-shadow: 0 16px 42px rgba(17,24,32,.08);
}

.msp-contact-card__label {
  margin-bottom: 10px;
  color: rgba(17,24,32,.42);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.msp-contact-card__value {
  color: #111820 !important;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 750;
  text-decoration: none !important;
}

.msp-contact-card a:hover {
  color: #0a93c9 !important;
}

/* MAP */

.msp-contacts__map {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(17,24,32,.08);
  box-shadow: 0 20px 52px rgba(17,24,32,.10);
  min-height: 100%;
}

.msp-contacts__map iframe {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
  border: 0;
}

/* TEAM */

.msp-team {
  position: relative;
  padding: 0 0 110px;
  background:
    radial-gradient(circle at 80% 10%, rgba(255,255,255,.86), rgba(255,255,255,0) 30%),
    linear-gradient(135deg, #f4f3ef 0%, #eef1f2 52%, #f8f8f6 100%);
}

.msp-team__inner {
  width: min(1320px, calc(100% - 72px));
  margin: 0 auto;
}

.msp-section-head {
  max-width: 760px;
  margin-bottom: 42px;
}

.msp-section-kicker {
  margin-bottom: 14px;
  color: rgba(17,24,32,.42);
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.msp-section-head h2 {
  margin: 0;
  color: #111820;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: -.05em;
}

.msp-section-head p {
  margin: 20px 0 0;
  color: rgba(17,24,32,.64);
  font-size: 18px;
  line-height: 1.65;
}

.msp-team__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 24px;
}

.msp-team-card {
  overflow: hidden;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(17,24,32,.08);
  border-radius: 18px;
  box-shadow: 0 18px 44px rgba(17,24,32,.09);
  transition: transform .22s ease, box-shadow .22s ease;
}

.msp-team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 58px rgba(17,24,32,.14);
}

.msp-team-card__photo {
  height: 340px;
  overflow: hidden;
  background: #111820;
}

.msp-team-card__photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.msp-team-card:hover .msp-team-card__photo img {
  transform: scale(1.04);
}

.msp-team-card__body {
  padding: 28px 28px 30px;
}

.msp-team-card__body h3 {
  margin: 0;
  color: #111820;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 850;
  letter-spacing: -.03em;
}

.msp-team-card__body p {
  margin: 12px 0 22px;
  color: rgba(17,24,32,.58);
  font-size: 15px;
  line-height: 1.45;
}

.msp-team-card__body a {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  color: #111820 !important;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  text-decoration: none !important;
  transition: color .2s ease;
}

.msp-team-card__body a:hover {
  color: #0a93c9 !important;
}

/* RESPONSIVE */

@media (max-width: 1280px) {
  .msp-header__inner {
    grid-template-columns: 330px 1fr auto;
  }

  .msp-brand img {
    width: 108px !important;
    max-width: 108px !important;
  }

  .msp-menu a {
    padding: 13px 12px;
    font-size: 13px;
  }

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

@media (max-width: 1100px) {
  .msp-contacts__grid {
    grid-template-columns: 1fr;
  }

  .msp-team__grid {
    grid-template-columns: 1fr;
  }

  .msp-team-card__photo {
    height: 420px;
  }
}

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

  .msp-header__inner {
    width: calc(100% - 28px);
   max-width: calc(100% - 28px);
    grid-template-columns: 1fr auto;
    min-height: 78px;
    padding: 8px 14px;
  }

  .msp-header.is-scrolled .msp-header__inner {
    min-height: 72px;
  }

  .msp-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 4px;
    padding: 10px;
    background: rgba(18,24,32,.98);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 24px 60px rgba(0,0,0,.25);
  }

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

  .msp-menu a {
    padding: 15px 14px;
    border-radius: 10px;
  }

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

@media (max-width: 767px) {
  .msp-header__inner,
  .msp-contact-hero__inner,
  .msp-contacts__inner,
  .msp-team__inner {
    width: calc(100% - 28px);
  }

  .msp-brand img {
    width: 82px !important;
    max-width: 82px !important;
  }

  .msp-brand span {
    display: none !important;
  }

  .msp-phone {
    font-size: 17px !important;
    line-height: 1;
  }

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

  .msp-header__actions {
    gap: 12px;
  }

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

  .msp-contact-hero {
    padding: 118px 0 34px;
  }

  .msp-contact-hero h1 {
    font-size: 42px;
  }

  .msp-contact-hero p {
    margin-top: 18px;
    font-size: 15px;
  }

  .msp-breadcrumbs {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .msp-contacts {
    padding: 34px 0 70px;
  }

  .msp-contact-card {
    padding: 22px;
  }

  .msp-contact-card__value {
    font-size: 16px;
  }

  .msp-contacts__map iframe {
    min-height: 320px;
  }

  .msp-team {
    padding-bottom: 80px;
  }

  .msp-section-head {
    margin-bottom: 30px;
  }

  .msp-section-head h2 {
    font-size: 38px;
  }

  .msp-section-head p {
    font-size: 15px;
    margin-top: 16px;
  }

  .msp-team-card__photo {
    height: 300px;
  }

  .msp-team-card__body {
    padding: 22px;
  }

  .msp-team-card__body h3 {
    font-size: 22px;
  }
}/* End custom CSS */