.mks-hero,
.services {
  align-self: stretch;
  width: 100%;
  margin-bottom: 30px;
}

.mks-hero__wrap{
  position:relative;
  border-radius:18px;
  overflow:hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
}

.mks-hero__track{
  display:flex;
  width:100%;
  will-change: transform;
  transition: transform .45s ease;
}

.mks-hero__slide{
  position:relative;
  min-width:100%;
  background:
    radial-gradient(1200px 400px at 15% 0%, rgba(255,255,255,.18) 0%, rgba(255,255,255,0) 55%),
    linear-gradient(120deg, var(--bg1) 0%, var(--bg2) 55%, var(--bg3) 100%);
}

/* .mks-hero__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      120deg,
      rgba(255,255,255,0.08) 0px,
      rgba(255,255,255,0.08) 2px,
      transparent 2px,
      transparent 16px
    );
  opacity: .6;
  pointer-events: none;
} */

.slide-1::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(
      120deg,
      rgba(255,255,255,0.08) 0px,
      rgba(255,255,255,0.08) 2px,
      transparent 2px,
      transparent 18px
    );
  opacity:.6;
  pointer-events:none;
}

.slide-2::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.14) 2px, transparent 2px),
    linear-gradient(0deg,  rgba(255,255,255,.10) 2px, transparent 2px);
  background-size: 72px 72px;
  opacity: .55;
  pointer-events:none;
}

.slide-3::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(255,255,255,.14) 0px,
      rgba(255,255,255,.14) 3px,
      transparent 3px,
      transparent 26px
    );
  opacity: .55;
  pointer-events:none;
}
.mks-hero__slide::after{
  content:"";
  position:absolute;
  inset:-40px -140px -40px 45%;
  background:
    linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,0) 55%),
    linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,0) 60%);
  transform: rotate(-8deg);
  opacity:.9;
  pointer-events:none;
}

.mks-hero__content{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding: 34px 40px;
  min-height: 250px;
}

.mks-hero__left{ max-width: 640px; }

.mks-hero__badge{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:10px 16px;
  border-radius:999px;
  background: linear-gradient(180deg, #ffd978, #ffbf3b);
  color:#1b2a3a;
  font-weight:800;
  letter-spacing:.2px;
  box-shadow:0 10px 20px rgba(0,0,0,.12);
  margin-bottom:18px;
}

.mks-hero__title{
  margin:0 0 14px;
  color:#fff;
  font-weight:900;
  line-height:1.08;
  font-size:44px;
  text-shadow:0 10px 30px rgba(0,0,0,.18);
}

.mks-hero__price{ color:#ffd978; white-space:nowrap; }
.mks-hero__sub{
  color: rgba(255,255,255,.92);
  font-size:18px;
  margin-bottom:18px;
}

.mks-hero__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 20px;
  border-radius:10px;
  background:#eaf4ff;
  color:#0a4dbf;
  font-weight:800;
  text-decoration:none;
  box-shadow:0 12px 24px rgba(0,0,0,.12);
  transition: transform .15s ease, background .15s ease;
}
.mks-hero__btn:hover{ background:#fff; transform: translateY(-1px); }

.mks-hero__right{ text-align:right; padding-right:8px; }
.mks-hero__big{
  font-size:120px;
  font-weight:950;
  line-height:.9;
  color: rgba(255,255,255,.95);
  letter-spacing:-2px;
  text-shadow:0 16px 40px rgba(0,0,0,.18);
}
.mks-hero__big-sub{
  margin-top:6px;
  font-size:34px;
  font-weight:900;
  color: rgba(255,255,255,.95);
}

/* arrows */
.mks-hero__arrow{
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  width:44px;
  height:44px;
  border-radius:999px;
  border:0;
  background: rgba(255,255,255,.28);
  color:#fff;
  font-size:30px;
  line-height:44px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition: background .15s ease, transform .15s ease;
  user-select:none;
}
.mks-hero__arrow:hover{ background: rgba(255,255,255,.38); }
.mks-hero__arrow--prev{ left:14px; }
.mks-hero__arrow--next{ right:14px; }

/* dots */
.mks-hero__dots{
  position:absolute;
  left:0;
  right:0;
  bottom:12px;
  display:flex;
  justify-content:center;
  gap:8px;
  padding: 0 12px;
}
.mks-hero__dot{
  width:10px;
  height:10px;
  border-radius:999px;
  border:0;
  background: rgba(255,255,255,.45);
  cursor:pointer;
  transition: transform .15s ease, background .15s ease;
}
.mks-hero__dot.is-active{
  background: rgba(255,255,255,.92);
  transform: scale(1.12);
}

@media (max-width: 900px){
  .mks-hero__content{
    flex-direction:column;
    align-items:flex-start;
    padding: 26px 22px 46px;
    min-height: 260px;
  }
  .mks-hero__right{
    width:100%;
    text-align:left;
    opacity:.9;
  }
  .mks-hero__big{ font-size: 86px; }
  .mks-hero__title{ font-size: 36px; }
  .mks-hero__arrow{ display:none; } 
}

@media (max-width: 480px){
  .mks-hero__title{ font-size: 30px; }
  .mks-hero__sub{ font-size: 16px; }
  .mks-hero__badge{ font-size: 13px; }
}

.mks-hero__slide { position: relative; }
.mks-hero__slide::before { z-index: 1; }
.mks-hero__slide::after  { z-index: 2; }
.mks-hero__content       { position: relative; z-index: 3; }

.slide-2::after,
.slide-3::after {
  opacity: .25;           /* либо вообще display:none; */
}
