.elementor-168 .elementor-element.elementor-element-455cf2d{--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-2a49be1 *//* ===== MSP FOOTER ===== */

.msp-footer {
  position: relative;
  overflow: hidden;
  padding: 80px 0 0;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,255,255,.10) 0%, rgba(255,255,255,0) 28%),
    radial-gradient(circle at 82% 82%, rgba(8,117,169,.16) 0%, rgba(8,117,169,0) 34%),
    linear-gradient(135deg, #0d141b 0%, #121b24 52%, #080d12 100%);
  color: #fff;
}

.msp-footer::before {
  content: "";
  position: absolute;
  inset: -20%;
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(255,255,255,.055) 37%, transparent 48%),
    linear-gradient(115deg, transparent 0 62%, rgba(255,255,255,.035) 63%, transparent 72%);
  pointer-events: none;
}

.msp-footer__inner {
  position: relative;
  z-index: 2;
  width: min(1480px, calc(100% - 72px));
  margin: 0 auto;
}

/* CTA */

.msp-footer__cta {
  margin-bottom: 64px;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.13);
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
  backdrop-filter: blur(16px);
}

.msp-footer__cta h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -.03em;
}

.msp-footer__cta p {
  margin: 0;
  max-width: 720px;
  color: rgba(255,255,255,.68);
  font-size: 17px;
  line-height: 1.5;
}

.msp-footer__btn {
  min-height: 56px;
  padding: 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #0875a9 0%, #0a93c9 100%);
  color: #fff !important;
  font-size: 15px;
  font-weight: 850;
  text-decoration: none !important;
  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-footer__btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #096d9c 0%, #087fb2 100%);
  box-shadow:
    0 22px 44px rgba(8,117,169,.38),
    inset 0 1px 0 rgba(255,255,255,.22);
}

/* MAIN */

.msp-footer__main {
  display: grid;
  grid-template-columns: 1.25fr .7fr 1fr .9fr;
  gap: 56px;
  padding-bottom: 58px;
}

.msp-footer__brand {
  max-width: 420px;
}

.msp-footer-logo {
  display: inline-flex;
  margin-bottom: 20px;
  text-decoration: none !important;
}

.msp-footer-logo img {
  width: 118px;
  display: block;
}

.msp-footer__brand strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 850;
}

.msp-footer__brand span {
  display: block;
  margin-bottom: 20px;
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.35;
}

.msp-footer__brand p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 15px;
  line-height: 1.62;
}

.msp-footer__col h3,
.msp-footer__contacts h3 {
  margin: 0 0 20px;
  color: rgba(255,255,255,.48);
  font-size: 12px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.msp-footer__col a,
.msp-footer__contacts a {
  display: block;
  width: fit-content;
  margin-bottom: 12px;
  color: rgba(255,255,255,.76) !important;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 650;
  text-decoration: none !important;
  transition: color .2s ease, transform .2s ease;
}

.msp-footer__col a:hover,
.msp-footer__contacts a:hover {
  color: #fff !important;
  transform: translateX(3px);
}

.msp-footer-phone {
  margin-bottom: 16px !important;
  color: #fff !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: -.02em;
}

.msp-footer__contact-item {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.45;
}

.msp-footer__contact-item i {
  margin-top: 2px;
  color: #8fb6c3;
  font-size: 15px;
}

/* BOTTOM */

.msp-footer__bottom {
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.50);
  font-size: 14px;
}

.msp-footer__bottom a {
  color: rgba(255,255,255,.58) !important;
  text-decoration: none !important;
  transition: color .2s ease;
}

.msp-footer__bottom a:hover {
  color: #fff !important;
}

/* ADAPTIVE */

@media (max-width: 1024px) {
  .msp-footer {
    padding-top: 70px;
  }

  .msp-footer__inner {
    width: min(860px, calc(100% - 48px));
  }

  .msp-footer__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .msp-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 44px;
  }

  .msp-footer__brand {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .msp-footer {
    padding-top: 56px;
  }

  .msp-footer__inner {
    width: calc(100% - 28px);
  }

  .msp-footer__cta {
    margin-bottom: 44px;
    padding: 26px 22px;
  }

  .msp-footer__cta h2 {
    font-size: 27px;
  }

  .msp-footer__cta p {
    font-size: 15px;
  }

  .msp-footer__btn {
    width: 100%;
  }

  .msp-footer__main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 44px;
  }

  .msp-footer__bottom {
    flex-direction: column;
    gap: 10px;
    padding: 22px 0;
  }
}/* End custom CSS */