body.service-page main.service-article {
  margin-left: 210px;
  padding: 0;
  background: #f5f8fb;
  color: #102033;
}

body.service-page main.service-article section {
  padding-left: 0 !important;
}

.nv-shell {
  max-width: 1180px;
  margin: 0 auto;
}

.nv-hero {
  padding: 34px 28px 76px;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f8fb 100%);
  overflow: hidden;
}

.nv-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 34px;
  color: #6e7d8c;
  font-size: 15px;
}

.nv-breadcrumbs a {
  color: #6e7d8c;
  text-decoration: none;
}

.nv-breadcrumbs a:hover {
  color: #1d5789;
}

.nv-hero__inner {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 42px;
  align-items: center;
}

.nv-label {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 8px 16px;
  border-radius: 999px;
  background: #e7f2fd;
  color: #1d5789;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.nv-hero h1 {
  max-width: 620px;
  margin: 0 0 18px;
  color: #102033;
  font-size: 58px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.nv-hero__subtitle {
  max-width: 600px;
  margin: 0 0 24px;
  color: #1d5789;
  font-size: 23px;
  line-height: 1.3;
  font-weight: 800;
}

.nv-hero__text {
  max-width: 590px;
  margin: 0 0 32px;
  color: #2d3f52;
  font-size: 18px;
  line-height: 1.7;
}

.nv-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.nv-btn {
  min-height: 56px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.nv-btn:hover {
  transform: translateY(-2px);
}

.nv-btn--primary {
  background: #1d5789;
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(29, 87, 137, .22);
}

.nv-btn--primary:hover {
  background: #123f68;
  color: #ffffff;
}

.nv-btn--secondary {
  background: #ffffff;
  color: #1d5789;
  border: 2px solid #1d5789;
}

.nv-btn--secondary:hover {
  background: #eaf4ff;
  color: #1d5789;
}

.nv-hero__image {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nv-hero__image::before {
  content: "";
  position: absolute;
  width: 610px;
  height: 610px;
  right: -130px;
  top: -35px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: inset -70px 0 0 #1d5789;
  z-index: 1;
}

.nv-hero__image img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 610px;
  height: 430px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  box-shadow: 0 26px 62px rgba(16, 32, 51, .18);
}

.nv-guarantee {
  position: absolute;
  z-index: 3;
  right: 8px;
  bottom: 42px;
  width: 320px;
  padding: 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 52px rgba(16, 32, 51, .16);
}

.nv-guarantee__icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1d5789;
  color: #ffffff;
  font-size: 23px;
  font-weight: 900;
}

.nv-guarantee strong {
  display: block;
  margin-bottom: 6px;
  color: #102033;
  font-size: 18px;
  font-weight: 900;
}

.nv-guarantee p {
  margin: 0;
  color: #3c4f64;
  font-size: 15px;
  line-height: 1.5;
}

.nv-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: -34px auto 56px;
  padding: 0 28px;
}

.nv-benefit {
  min-height: 154px;
  padding: 22px;
  border: 1px solid #dbe7ed;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(16, 32, 51, .08);
}

.nv-benefit span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e7f2fd;
  color: #1d5789;
  font-weight: 900;
}

.nv-benefit h3 {
  margin: 0 0 8px;
  color: #102033;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: none;
}

.nv-benefit p {
  margin: 0;
  color: #3b4d61;
  font-size: 15px;
  line-height: 1.55;
}

.nv-intro {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  padding: 0 28px 58px;
}

.nv-card,
.nv-toc,
.nv-price,
.nv-photo-url,
.nv-video,
.nv-faq-item {
  border: 1px solid #dbe7ed;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 42px rgba(16, 32, 51, .07);
}

.nv-card,
.nv-toc {
  padding: 30px;
}

.nv-card h2,
.nv-toc h2,
.nv-section h2 {
  margin: 0 0 18px;
  color: #102033;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.nv-card p,
.nv-section p {
  margin: 0 0 16px;
  color: #2d3f52;
  font-size: 17px;
  line-height: 1.68;
}

.nv-contact-note {
  margin-top: 26px;
  padding: 22px;
  border-radius: 8px;
  background: #eaf4ff;
}

.nv-contact-note strong {
  display: block;
  margin-bottom: 8px;
  color: #102033;
  font-size: 18px;
  font-weight: 900;
}

.nv-contact-note a {
  color: #1d5789;
  font-size: 18px;
  font-weight: 900;
}

.nv-toc a {
  min-height: 58px;
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #edf1f5;
  color: #203348;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
}

.nv-toc a:last-child {
  border-bottom: 0;
}

.nv-toc a:hover {
  color: #1d5789;
}

.nv-toc span {
  color: #1d5789;
  font-weight: 900;
}

.nv-section {
  padding: 0 28px 58px;
}

.nv-section__head {
  max-width: 760px;
  margin-bottom: 24px;
}

.nv-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.nv-mini-card {
  padding: 24px;
}

.nv-mini-card ul {
  margin: 0;
  padding-left: 20px;
  color: #435566;
  font-size: 16px;
  line-height: 1.75;
}

.nv-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.nv-step {
  position: relative;
  padding: 22px 18px 20px;
}

.nv-step span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1d5789;
  color: #ffffff;
  font-weight: 900;
}

.nv-step h3,
.nv-faq-item h3 {
  margin: 0 0 10px;
  color: #102033;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 900;
  text-transform: none;
}

.nv-step p,
.nv-faq-item p {
  margin: 0;
  color: #435566;
  font-size: 15px;
  line-height: 1.55;
}

.nv-price {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  align-items: center;
  padding: 28px;
  background: #eaf4ff;
}

.nv-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.nv-photo-url {
  padding: 18px;
  border-style: dashed;
}

.nv-photo-url span {
  display: block;
  margin-bottom: 8px;
  color: #1d5789;
  font-weight: 900;
}

.nv-photo-url code {
  display: block;
  overflow-wrap: anywhere;
  color: #243447;
  font-size: 14px;
  line-height: 1.45;
}

.nv-photo-url p {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.45;
}

.nv-video {
  padding: 24px;
}

.nv-video a {
  color: #1d5789;
  font-size: 18px;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.nv-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.nv-faq-item {
  padding: 22px;
}

@media (max-width: 1100px) {
  .nv-hero__inner,
  .nv-intro {
    grid-template-columns: 1fr;
  }

  .nv-hero__image {
    min-height: 430px;
  }

  .nv-benefits,
  .nv-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.service-page main.service-article {
    margin-left: 0;
  }

  .nv-hero {
    padding: 90px 14px 42px;
  }

  .nv-breadcrumbs {
    margin-bottom: 24px;
    font-size: 14px;
  }

  .nv-hero h1 {
    font-size: 38px;
    line-height: 1.12;
  }

  .nv-hero__subtitle {
    font-size: 21px;
  }

  .nv-hero__text {
    font-size: 16px;
    line-height: 1.6;
  }

  .nv-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nv-btn {
    width: 100%;
  }

  .nv-hero__image {
    min-height: 390px;
    margin: 8px -14px 0;
    overflow: hidden;
  }

  .nv-hero__image::before {
    width: 520px;
    height: 520px;
    right: -240px;
    top: -46px;
    box-shadow: inset -56px 0 0 #1d5789;
  }

  .nv-hero__image img {
    height: 300px;
    max-width: none;
    margin-top: 44px;
    border-radius: 0;
  }

  .nv-guarantee {
    left: 14px;
    right: 14px;
    bottom: 18px;
    width: auto;
    padding: 18px;
  }

  .nv-benefits {
    grid-template-columns: 1fr;
    margin: 0 auto 40px;
    padding: 0 14px;
    gap: 10px;
  }

  .nv-benefit {
    min-height: auto;
    padding: 18px;
  }

  .nv-intro,
  .nv-section {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 42px;
  }

  .nv-card,
  .nv-toc,
  .nv-price,
  .nv-video {
    padding: 22px;
  }

  .nv-card h2,
  .nv-toc h2,
  .nv-section h2 {
    font-size: 27px;
  }

  .nv-grid,
  .nv-steps,
  .nv-photo-grid,
  .nv-faq,
  .nv-price {
    grid-template-columns: 1fr;
  }
}
