@font-face {
  font-family: Play;
  src: url("/template/m-sending.top/m.landing/fonts/Play-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: Play;
  src: url("/template/m-sending.top/m.landing/fonts/Play-Bold.ttf");
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
}
body {
  display: block !important;
  width: 100%;
  height: auto !important;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.header {
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  height: 82px !important;
  min-height: 82px !important;
  max-height: 82px !important;
  padding: 8px 5vw;
  border-bottom: 1px solid rgba(30, 27, 75, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 6px 24px rgba(30, 27, 75, 0.06);
  backdrop-filter: blur(12px);
}
.header .mtop-header-block {
  display: flex;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  align-items: center;
}
.header .mtop-header-block > div:first-child,
.header .mtop-header-block > div:nth-child(3) {
  display: none;
}
.header .mtop-header-block > div:nth-child(2) {
  width: auto !important;
  margin-right: 34px;
}
.header .mtop-header-block > div:last-child {
  width: 44px !important;
}
.header .mtop-header-block picture img {
  width: auto;
  height: 58px !important;
}
.header .enter {
  position: static;
  display: block;
  padding: 8px;
  font-size: 22px;
}
.landing-auth {
  display: none !important;
}
.sms-service-page .landing-auth {
  display: block !important;
}
.burger {
  display: none !important;
}
.burger_menu {
  display: none !important;
  z-index: 99;
}
.equipment-landing {
  position: relative;
  min-height: 100vh;
  flex: none;
  color: #1e1b4b;
  font-family: Play, Arial, sans-serif;
  overflow-x: hidden;
}
.equipment-landing *,
.equipment-desktop-nav * {
  box-sizing: border-box;
}
.equipment-shell {
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 0 auto;
}
.equipment-hero {
  min-height: calc(100vh - 82px);
  box-sizing: border-box;
  padding: 150px 0 90px;
  color: #fff;
  background: linear-gradient(-134deg, rgba(30, 27, 75, 0.97), rgba(99, 102, 241, 0.94));
}
.equipment-hero__grid,
.equipment-intro,
.equipment-request__grid,
.equipment-consultation__grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  align-items: center;
  gap: 64px;
}
.equipment-hero__grid > *,
.equipment-intro > *,
.equipment-request__grid > *,
.equipment-consultation__grid > * {
  width: 100%;
  min-width: 0;
}
.equipment-hero h1 {
  max-width: 720px;
  margin: 12px 0 22px;
  color: #fff;
  font-size: clamp(42px, 5.1vw, 72px);
  line-height: 1.02;
  text-align: left;
}
.equipment-hero p {
  max-width: 720px;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.65;
  text-align: left;
}
.equipment-kicker {
  display: inline-block;
  color: #f58220;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.equipment-hero .equipment-kicker {
  color: #ffae68;
}
.equipment-cta {
  width: auto;
  min-width: 250px;
  height: auto;
  margin-top: 20px;
  padding: 15px 24px;
}
.equipment-scene {
  min-height: 330px;
  overflow: hidden;
  border-radius: 18px;
  background: #171638;
  box-shadow: 0 20px 50px rgba(30, 27, 75, 0.18);
}
.equipment-scene img {
  display: block;
  width: 100%;
  height: 330px;
  margin: 0;
  object-fit: cover;
  object-position: center;
}
.equipment-hero .equipment-scene {
  min-height: 470px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  box-shadow: 0 28px 70px rgba(10, 8, 44, 0.35);
}
.equipment-hero .equipment-scene img {
  height: 470px;
}
.equipment-section {
  padding: 100px 0;
  background: #fff;
}
.equipment-section--tint {
  background: #f5f5fb;
}
.equipment-section h2 {
  margin: 10px 0 22px;
  color: #1e1b4b;
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.12;
}
.equipment-section p {
  margin: 0 0 14px;
  color: #626278;
  font-size: 17px;
  line-height: 1.65;
}
.equipment-heading {
  max-width: 780px;
  margin: 0 auto 48px;
  text-align: center;
}
.equipment-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
.equipment-card {
  overflow: hidden;
  border: 1px solid #e8e8f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(30, 27, 75, 0.07);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.equipment-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 20px 40px rgba(30, 27, 75, 0.12);
}
.equipment-card .equipment-scene {
  min-height: 285px;
  border-radius: 0;
  box-shadow: none;
}
.equipment-card .equipment-scene img {
  height: 285px;
}
.equipment-card__body {
  padding: 30px;
}
.equipment-card h3 {
  min-height: 60px;
  margin: 0 0 14px;
  color: #1e1b4b;
  font-size: 25px;
  line-height: 1.2;
}
.equipment-card h4 {
  margin: 22px 0 10px;
  color: #313c8d;
  font-size: 16px;
}
.equipment-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 20px;
  margin: 0;
  padding: 0;
}
.equipment-card li {
  position: relative;
  padding-left: 17px;
  color: #34344b;
  line-height: 1.45;
}
.equipment-card li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f58220;
  content: "";
}
.equipment-card .equipment-for {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #ececf3;
  font-size: 15px;
}
.equipment-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  counter-reset: none;
}
.equipment-steps li {
  min-height: 170px;
  padding: 28px;
  border: 1px solid #e8e8f2;
  border-radius: 16px;
  color: #34344b;
  background: #fff;
  font-size: 17px;
  line-height: 1.45;
  box-shadow: 0 10px 28px rgba(30, 27, 75, 0.06);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}
.equipment-steps li:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 16px 32px rgba(30, 27, 75, 0.1);
}
.equipment-steps span {
  display: block;
  margin-bottom: 22px;
  color: #f58220;
  font-size: 28px;
  font-weight: 700;
}
.equipment-request {
  color: #fff;
  background: linear-gradient(125deg, #1e1b4b, #313c8d);
}
.equipment-request h2,
.equipment-consultation h2 {
  color: #fff;
}
.equipment-request p,
.equipment-consultation p {
  color: rgba(255, 255, 255, 0.78);
}
.equipment-consultation {
  overflow: hidden;
  color: #fff;
  background: linear-gradient(-134deg, #312e81, #6366f1);
}
.equipment-consultation__grid {
  align-items: start;
}
.equipment-contacts {
  display: grid;
  gap: 8px;
  margin-top: 30px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
}
.equipment-contacts span {
  overflow-wrap: anywhere;
}
.equipment-form {
  display: grid;
  gap: 18px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 34px;
  border-radius: 18px;
  color: #1e1b4b;
  background: #fff;
  box-shadow: 0 25px 60px rgba(15, 12, 60, 0.25);
}
.equipment-form label {
  display: grid;
  gap: 8px;
  color: #34344b;
  font-weight: 700;
}
.equipment-form input,
.equipment-form textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid #d8d8e4;
  border-radius: 8px;
  outline: none;
  color: #1e1b4b;
  background: #fff;
  font: inherit;
}
.equipment-form input:focus,
.equipment-form textarea:focus {
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}
.equipment-form button {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  min-height: 52px;
}
.equipment-honeypot {
  position: absolute !important;
  left: -9999px !important;
}
.equipment-form__status {
  min-height: 24px;
  margin: 0 !important;
  color: #b42318 !important;
  font-size: 14px !important;
}
.equipment-form__status.is-success {
  color: #267a35 !important;
}
.equipment-desktop-nav {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  gap: 24px;
  white-space: nowrap;
}
.equipment-desktop-nav a {
  color: #1e1b4b;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 981px) {
  .sms-service-page .landing-auth .smsic-login {
    color: #1e1b4b !important;
  }
}
@media (max-width: 980px) {
  .equipment-desktop-nav {
    display: none;
  }
  .header .burger {
    display: block !important;
    width: 50px;
    height: 50px;
  }
  .header .mtop-header-block {
    justify-content: center;
  }
  .header .mtop-header-block > div:nth-child(2) {
    margin: 0;
  }
  .header .mtop-header-block > div:last-child {
    position: absolute;
    right: 5vw;
  }
  .equipment-hero__grid,
  .equipment-intro,
  .equipment-request__grid,
  .equipment-consultation__grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .equipment-intro .equipment-scene {
    order: 2;
  }
  .equipment-cards {
    grid-template-columns: 1fr;
  }
  .equipment-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .burger_menu {
    display: none !important;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 74px;
    background: #fff;
  }
  .burger_menu.is-open {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
  .burger_menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80vw;
    margin: auto;
    border-bottom: 1px solid #e8e8f2;
  }
  .burger_menu li:last-child {
    border-bottom: 0;
  }
  .burger_menu a {
    color: #6366f1 !important;
  }
  .equipment-shell {
    width: calc(100% - 32px);
    max-width: 600px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .equipment-hero {
    min-height: auto;
    padding: 112px 0 64px;
  }
  .equipment-hero h1 {
    width: 100%;
    font-size: 40px;
    overflow-wrap: anywhere;
  }
  .equipment-hero p,
  .equipment-section p {
    width: 100%;
    max-width: none;
    font-size: 16px;
  }
  .equipment-hero .equipment-scene,
  .equipment-scene {
    width: 100%;
    min-height: 300px;
  }
  .equipment-hero .equipment-scene img,
  .equipment-scene img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .equipment-section {
    padding: 70px 0;
  }
  .equipment-section h2 {
    font-size: 34px;
  }
  .equipment-card__body,
  .equipment-form {
    padding: 16px;
  }
  .equipment-form input,
  .equipment-form textarea {
    padding: 10px 12px;
    font-size: 16px;
  }
  .equipment-form button {
    font-size: 14px;
    min-height: 46px;
    padding: 10px 12px;
  }
  .equipment-card h3 {
    min-height: 0;
    font-size: 23px;
  }
  .equipment-card ul,
  .equipment-steps {
    grid-template-columns: 1fr;
  }
  .equipment-steps li {
    min-height: 0;
  }
  .equipment-cta {
    width: 100%;
    min-width: 0;
    white-space: normal;
  }
  .sms-landing {
    width: 100% !important;
    margin: 0 !important;
    overflow-x: hidden;
  }
  .sms-landing .first {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    min-height: auto;
    padding: 110px 20px 40px;
    justify-content: flex-start;
    gap: 16px;
  }
  .sms-landing .first h1,
  .sms-landing .first h4 {
    width: auto;
    max-width: 100%;
    margin-right: 20px;
    margin-left: 20px;
  }
}
.equipment-contacts-spacer {
  height: 8px;
}
/* Animations, Parallax & Reveals */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, opacity;
}
.reveal.reveal--left {
  transform: translateX(-40px);
}
.reveal.reveal--right {
  transform: translateX(40px);
}
.reveal.reveal--scale {
  transform: scale(0.95);
}
.reveal.reveal--active {
  opacity: 1;
  transform: translate(0) scale(1);
}
.stagger-delay-1 {
  transition-delay: 100ms;
}
.stagger-delay-2 {
  transition-delay: 200ms;
}
.stagger-delay-3 {
  transition-delay: 300ms;
}
.stagger-delay-4 {
  transition-delay: 400ms;
}
.stagger-delay-5 {
  transition-delay: 500ms;
}
.stagger-delay-6 {
  transition-delay: 600ms;
}
.parallax-img {
  will-change: transform;
  transform: scale(1.1) translateY(0);
  transition: transform 0.15s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* Override .icon on SMS page to support zoom hover & reveal */
.icon {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform;
}
.icon:hover {
  transform: translateY(-5px) scale(1.05) !important;
}
