.jp-page {
  padding: 48px 0 72px;
}

.jp-page--service {
  padding-top: 0;
  background:
    linear-gradient(180deg, #ffffff 0, #ffffff 360px, rgba(248, 250, 252, 0.72) 760px, rgba(255, 255, 255, 0) 100%);
}

.jp-page__head {
  display: grid;
  gap: 14px;
  margin-bottom: 28px;
}

.jp-page__head--service {
  position: relative;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  gap: 26px;
  align-items: stretch;
  height: 500px;
  margin-bottom: 0;
  padding: 34px 0 0;
  overflow: hidden;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.jp-page__service-copy {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 24px 0 24px;
}

.jp-page__eyebrow {
  color: var(--jp-accent);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 13px;
}

.jp-page__head h1 {
  margin: 0;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.02;
}

.jp-page__head--service h1 {
  max-width: 760px;
  font-size: var(--jp-service-hero-title-size, clamp(40px, 5vw, 64px));
  letter-spacing: 0;
}

.jp-page__lead {
  margin: 0;
  max-width: 820px;
  color: var(--jp-muted);
  font-size: 18px;
  line-height: 1.6;
}

.jp-page__head--service .jp-page__lead {
  max-width: 620px;
  color: #344054;
  font-size: 18px;
  line-height: 1.45;
}

.jp-page__service-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 4px;
}

.jp-page__service-actions .jp-quote-request {
  margin: 0;
}

.jp-page__service-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 8px;
  color: var(--jp-text);
  background: #ffffff;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.jp-page__service-link:hover {
  border-color: rgba(255, 103, 0, 0.42);
  color: var(--jp-orange);
}

.jp-page__service-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.jp-page__service-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 11px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  color: #475467;
  background: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.jp-page__service-points span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.12);
}

.jp-page__service-media {
  position: relative;
  z-index: 1;
  min-height: 380px;
  margin: 0;
  overflow: hidden;
  align-self: end;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jp-page__service-media::after {
  display: none;
}

.jp-page__service-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: contain;
  object-position: center bottom;
}

.jp-page__service-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(760px, calc(100vw - 48px));
  max-width: none;
  margin: 6px -118px 0 0;
  overflow: visible;
}

.jp-page__service-highlights span {
  position: relative;
  display: grid;
  gap: 5px;
  min-height: 76px;
  padding: 14px 12px 12px 42px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.jp-page__service-highlights span::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 14px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: inset 0 0 0 5px #dcfce7;
}

.jp-page__service-highlights span.jp-page__service-highlight--has-icon::before {
  display: none;
}

.jp-page__service-highlights img {
  position: absolute;
  top: 14px;
  left: 12px;
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.jp-page__service-highlights strong {
  color: var(--jp-text);
  font-size: 13px;
  line-height: 1.25;
}

.jp-page__service-highlights small {
  color: #667085;
  font-size: 11px;
  line-height: 1.35;
}

.jp-page__service-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 18px 0 30px;
  padding: 0 0 14px;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.jp-page__service-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0;
  color: #667085;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
}

.jp-page__service-nav a:hover {
  color: var(--jp-orange);
}

.jp-page__content {
  line-height: 1.7;
}

.jp-page--uslugi .jp-page-card-shortcode__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jp-page--uslugi .jp-page-card-shortcode__link {
  aspect-ratio: 1 / 1;
  background: #f5f7fa;
}

.jp-page--uslugi .jp-page-card-shortcode__link img {
  object-fit: contain;
}

.jp-page--uslugi .jp-page-card-shortcode__placeholder {
  object-fit: contain;
}

.jp-page--uslugi .jp-page-card-shortcode__shade {
  background: linear-gradient(180deg, rgba(10, 14, 22, 0.1), rgba(10, 14, 22, 0.58));
}

.jp-page--uslugi .jp-page-card-shortcode__link:hover img {
  transform: scale(1.02);
}

.jp-page--uslugi .jp-page-card-shortcode__link:hover .jp-page-card-shortcode__shade {
  background: linear-gradient(180deg, rgba(10, 14, 22, 0.06), rgba(10, 14, 22, 0.5));
}

@media (max-width: 1180px) {
  .jp-page--uslugi .jp-page-card-shortcode__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .jp-page--uslugi .jp-page-card-shortcode__grid {
    grid-template-columns: 1fr;
  }
}

.jp-page--service .jp-page__content {
  display: grid;
  gap: 42px;
  margin-top: 48px;
  line-height: 1.68;
}

.jp-page--service .jp-page__content > .jp-service-landing {
  max-width: none;
}

.jp-page--service .jp-page__content > h2,
.jp-page--service .jp-page__content > h3 {
  max-width: 860px;
  margin: 0;
  color: var(--jp-text);
  line-height: 1.12;
  scroll-margin-top: 96px;
}

.jp-page--service .jp-page__content > h2 {
  font-size: clamp(28px, 3.2vw, 42px);
}

.jp-page--service .jp-page__content > h3 {
  font-size: clamp(24px, 2.5vw, 34px);
}

.jp-page--service .jp-page__content > p,
.jp-page--service .jp-page__content > ul,
.jp-page--service .jp-page__content > div:not(.jp-blog-gallery):not(.jp-blog-product-selection-block),
.jp-page--service .jp-page__content > section:not(.jp-service-landing__section) {
  max-width: 920px;
}

.jp-page--service .jp-page__content > section.jp-service-landing {
  max-width: none;
}

.jp-page--service .jp-page__content > div:not(.jp-blog-gallery):not(.jp-blog-product-selection-block) {
  display: grid;
  gap: 18px;
  max-width: none;
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.jp-page--service .jp-page__content > div:not(.jp-blog-gallery):not(.jp-blog-product-selection-block) > p,
.jp-page--service .jp-page__content > div:not(.jp-blog-gallery):not(.jp-blog-product-selection-block) > p:first-child,
.jp-page--service .jp-page__content > div:not(.jp-blog-gallery):not(.jp-blog-product-selection-block) > p:last-child {
  margin: 0;
}

.jp-page--service .jp-page__content > div:not(.jp-blog-gallery):not(.jp-blog-product-selection-block) p,
.jp-page--service .jp-page__content > div:not(.jp-blog-gallery):not(.jp-blog-product-selection-block) span {
  color: #344054 !important;
  font-family: inherit !important;
  font-size: 17px;
  line-height: 1.65;
}

.jp-page--service .jp-page__content > p {
  margin: -24px 0 0;
  color: #475467;
  font-size: 17px;
}

.jp-page--service .jp-page__content > ul {
  display: grid;
  gap: 10px;
  margin: -20px 0 0;
  padding: 20px 24px 20px 44px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(16, 24, 40, 0.06);
}

.jp-page--service .jp-page__content > p:empty,
.jp-page--service .jp-page__content > p:has(br:only-child) {
  display: none;
}

.jp-page__content > *:first-child {
  margin-top: 0;
}

.jp-page__content > *:last-child {
  margin-bottom: 0;
}

.jp-page__content .jp-blog-video {
  display: block;
  float: none;
  clear: both;
  width: min(80%, 1000px);
  max-width: 100%;
  min-width: 0;
  margin: 14px 0 26px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.jp-page__content .jp-blog-video video,
.jp-page__content > video,
.jp-page__content p > video {
  display: block;
  float: none;
  clear: both;
  width: 100%;
  max-width: 100%;
  border-radius: 24px;
  background: #111827;
  box-sizing: border-box;
}

.jp-page__content .jp-blog-video--portrait {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

.jp-page__content .jp-blog-gallery {
  display: grid;
  gap: 16px;
  margin: 10px 0 24px;
}

.jp-page__content .jp-blog-gallery--1 {
  grid-template-columns: 1fr;
}

.jp-page__content .jp-blog-gallery--2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jp-page__content .jp-blog-gallery--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jp-page__content .jp-blog-gallery--4,
.jp-page__content .jp-blog-gallery--5,
.jp-page__content .jp-blog-gallery--6,
.jp-page__content .jp-blog-gallery--7,
.jp-page__content .jp-blog-gallery--8 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jp-page__content .jp-blog-gallery--carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 8px;
  cursor: grab;
  user-select: none;
  overscroll-behavior-x: contain;
  scroll-snap-type: x proximity;
}

.jp-page__content .jp-blog-gallery--carousel.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.jp-page__content .jp-blog-gallery--carousel .jp-blog-gallery__item {
  flex: 0 0 min(360px, 78%);
  scroll-snap-align: start;
}

.jp-page__content .jp-blog-gallery__item {
  display: grid;
  gap: 10px;
  margin: 0;
}

.jp-page__content .jp-blog-gallery__item img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 18px;
  -webkit-user-drag: none;
}

.jp-page--service .jp-page__content .jp-blog-gallery {
  gap: 12px;
  margin: -18px 0 0;
}

.jp-page--service .jp-page__content .jp-blog-gallery__item img {
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(16, 24, 40, 0.1);
}

.jp-page--service .jp-page__content .jp-blog-product-selection-block {
  margin: -12px 0 0;
  border-radius: 8px;
  border-color: rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 46px rgba(16, 24, 40, 0.1);
}

.jp-page__content .jp-blog-gallery__item figcaption {
  display: grid;
  gap: 5px;
}

.jp-page__content .jp-blog-gallery__item figcaption h3 {
  margin: 0;
  color: #101828;
  font-size: 17px;
  line-height: 1.25;
}

.jp-page__content .jp-blog-gallery__item figcaption p {
  margin: 0;
  color: var(--jp-muted);
  font-size: 14px;
  line-height: 1.5;
}

.jp-page__content .jp-blog-cta {
  display: grid;
  gap: 18px;
  clear: both;
  margin: 28px 0;
  padding: 24px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 22px;
  background: #fff;
}

.jp-page__content .jp-blog-cta__remove {
  display: none !important;
}

.jp-page__content .jp-blog-cta__body {
  color: #344054;
  line-height: 1.7;
}

.jp-page__content .jp-blog-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jp-page__content .jp-blog-cta__actions a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 14px;
  background: #f8fafc;
  color: #101828;
  font-weight: 600;
  text-decoration: none;
}

.jp-page__content .jp-blog-cta__actions a:hover {
  border-color: rgba(255, 103, 0, 0.24);
  background: #fff8ef;
}

.jp-page__content .jp-blog-cta__actions a img {
  display: block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
}

@media (max-width: 720px) {
  .jp-page__content .jp-blog-video {
    width: 100%;
  }

  .jp-page__content .jp-blog-gallery--2,
  .jp-page__content .jp-blog-gallery--3,
  .jp-page__content .jp-blog-gallery--4,
  .jp-page__content .jp-blog-gallery--5,
  .jp-page__content .jp-blog-gallery--6,
  .jp-page__content .jp-blog-gallery--7,
  .jp-page__content .jp-blog-gallery--8 {
    grid-template-columns: 1fr;
  }

  .jp-page__content .jp-blog-cta {
    padding: 18px;
    border-radius: 18px;
  }

  .jp-page__content .jp-blog-cta__actions {
    display: grid;
  }

  .jp-page__content .jp-blog-cta__actions a {
    width: 100%;
  }
}

.jp-service-landing {
  display: grid;
  gap: 42px;
}

.jp-page__content > .jp-service-landing__intro,
.jp-page__content > .jp-service-landing__section,
.jp-page__content > .jp-service-landing__cta {
  margin: 0 0 34px;
}

.jp-service-landing h2,
.jp-service-landing h3,
.jp-service-landing p,
.jp-service-landing ul {
  margin: 0;
}

.jp-page__content > .jp-service-landing__intro h2,
.jp-page__content > .jp-service-landing__intro h3,
.jp-page__content > .jp-service-landing__intro p,
.jp-page__content > .jp-service-landing__section h2,
.jp-page__content > .jp-service-landing__section h3,
.jp-page__content > .jp-service-landing__section p,
.jp-page__content > .jp-service-landing__cta h2,
.jp-page__content > .jp-service-landing__cta h3,
.jp-page__content > .jp-service-landing__cta p {
  margin: 0;
}

.jp-service-landing__lead {
  max-width: 920px;
  color: var(--jp-text);
  font-size: 20px;
  line-height: 1.62;
}

.jp-service-landing__intro {
  display: grid;
  gap: 20px;
  padding: 26px;
  border: 1px solid rgba(255, 103, 0, 0.18);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 103, 0, 0.1), rgba(255, 255, 255, 0.92) 62%);
}

.jp-service-landing__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.jp-service-landing__actions .jp-quote-request {
  margin: 0;
}

.jp-service-landing__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  border-radius: 12px;
  color: var(--jp-text);
  background: #ffffff;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background .2s ease;
}

.jp-service-landing__link:hover {
  border-color: rgba(255, 103, 0, 0.4);
  color: var(--jp-orange);
  background: rgba(255, 103, 0, 0.06);
}

.jp-service-landing__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jp-service-landing__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 10px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  color: #344054;
  background: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.jp-service-landing__section {
  display: grid;
  gap: 20px;
}

.jp-service-landing__section h2,
.jp-service-landing__cta h2 {
  color: var(--jp-text);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}

.jp-service-landing__section-head {
  display: grid;
  gap: 10px;
  max-width: 900px;
}

.jp-service-landing__section-head p {
  color: var(--jp-muted);
  font-size: 18px;
  line-height: 1.65;
}

.jp-service-landing__section > p,
.jp-service-landing__cta p {
  max-width: 900px;
  color: var(--jp-muted);
  font-size: 18px;
  line-height: 1.65;
}

.jp-service-landing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.jp-service-landing__grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jp-service-landing__section--methods .jp-service-landing__grid {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
}

.jp-service-landing__card,
.jp-service-landing__cta {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
}

.jp-service-landing__card {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 22px;
}

.jp-service-landing__card--accent {
  border-color: rgba(0, 122, 92, 0.18);
  background: #effaf4;
}

.jp-service-landing__card h3 {
  color: var(--jp-text);
  font-size: 18px;
  line-height: 1.25;
}

.jp-service-landing__card p,
.jp-service-landing__card li {
  color: var(--jp-muted);
  line-height: 1.6;
}

.jp-service-landing__card-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.jp-service-landing__card-chips span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #067647;
  background: #ecfdf3;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}

.jp-service-landing__card:nth-child(even) .jp-service-landing__card-chips span {
  color: #c2410c;
  background: #fff1e7;
}

.jp-service-landing__card-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.jp-service-landing__card-images figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #f2f4f7;
}

.jp-service-landing__card-images img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.jp-service-landing__card ul {
  display: grid;
  gap: 8px;
  padding-left: 20px;
}

.jp-service-landing__card li::marker {
  color: var(--jp-orange);
}

.jp-service-gallery-wrap {
  position: relative;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.jp-service-gallery {
  display: flex;
  gap: 16px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  padding: 2px 2px 14px;
  scroll-padding: 2px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.jp-service-gallery-nav {
  position: absolute;
  top: clamp(112px, 12vw, 162px);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  color: #111827;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.16);
  font-size: 34px;
  line-height: 1;
  opacity: 0;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: none;
  backdrop-filter: blur(10px);
  transition: opacity 0.18s ease, background-color 0.18s ease, transform 0.18s ease;
}

.jp-service-gallery-nav--prev {
  left: 10px;
}

.jp-service-gallery-nav--next {
  right: 10px;
}

.jp-service-gallery-nav:hover,
.jp-service-gallery-nav:focus-visible {
  background: rgba(255, 255, 255, 0.94);
  transform: translateY(-50%) scale(1.04);
}

.jp-service-gallery-nav:disabled {
  opacity: 0;
  pointer-events: none;
}

.jp-service-gallery-wrap:hover .jp-service-gallery-nav,
.jp-service-gallery-wrap:focus-within .jp-service-gallery-nav {
  opacity: 1;
  pointer-events: auto;
}

.jp-service-gallery-wrap:hover .jp-service-gallery-nav:disabled,
.jp-service-gallery-wrap:focus-within .jp-service-gallery-nav:disabled {
  opacity: 0;
  pointer-events: none;
}

@media (hover: none) and (pointer: coarse) {
  .jp-service-gallery-nav {
    display: none;
  }
}

.jp-service-gallery::-webkit-scrollbar {
  display: none;
}

.jp-service-gallery.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
  user-select: none;
}

.jp-service-gallery.is-dragging * {
  user-select: none;
}

.jp-service-gallery__item {
  position: relative;
  display: grid;
  flex: 0 0 max(280px, 38%);
  gap: 10px;
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
}

.jp-service-gallery__item img,
.jp-service-gallery__item video,
.jp-service-gallery__item iframe,
.jp-service-gallery__item--link a {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 0;
  border-radius: 8px;
  background: #f2f4f7;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.07);
  object-fit: cover;
  user-select: none;
  -webkit-user-drag: none;
}

.jp-service-gallery__item--video video,
.jp-service-gallery__item--video iframe {
  aspect-ratio: 16 / 9;
}

.jp-service-gallery__item--link a {
  display: grid;
  place-items: center;
  padding: 20px;
  color: var(--jp-text);
  font-weight: 900;
  text-align: center;
  text-decoration: none;
}

.jp-service-gallery__item figcaption {
  color: var(--jp-muted);
  font-size: 14px;
  line-height: 1.45;
}

.jp-service-landing__note {
  padding: 18px 20px;
  border-left: 4px solid var(--jp-orange);
  border-radius: 8px;
  color: var(--jp-text);
  background: rgba(255, 103, 0, 0.07);
  line-height: 1.65;
}

.jp-service-landing__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}

.jp-service-landing__step {
  position: relative;
  display: grid;
  gap: 14px;
  justify-items: center;
  align-content: start;
  min-height: 280px;
  padding: 22px 24px 30px;
  overflow: visible;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background:
    linear-gradient(90deg, #ffd166 0%, #ff6700 100%) 0 100% / 100% 6px no-repeat,
    #ffffff;
  box-shadow: 0 20px 44px rgba(16, 24, 40, 0.1);
  text-align: center;
}

.jp-service-landing__step:not(:last-child)::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: -38px;
  z-index: 2;
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 50%;
  color: #c45800;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.12);
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  transform: translateY(-50%);
}

.jp-service-landing__step h3 {
  display: grid;
  gap: 28px;
  justify-items: center;
  margin: 0;
  color: var(--jp-text);
  font-size: 22px;
  line-height: 1.25;
}

.jp-service-landing__step-icon {
  display: inline-grid;
  width: 64px;
  height: 64px;
  margin-top: 26px;
  place-items: center;
  background: #ff6700;
  mask: var(--step-icon-url) center / contain no-repeat;
  -webkit-mask: var(--step-icon-url) center / contain no-repeat;
}

.jp-service-landing__step--has-icon h3 {
  margin-top: 0;
}

.jp-service-landing__step:not(.jp-service-landing__step--has-icon) h3::before {
  content: "";
  width: 58px;
  height: 58px;
  border: 3px solid #ff6700;
  border-radius: 16px;
  background:
    linear-gradient(#ff6700, #ff6700) 14px 18px / 30px 3px no-repeat,
    linear-gradient(#ff6700, #ff6700) 14px 30px / 22px 3px no-repeat,
    linear-gradient(#ff6700, #ff6700) 14px 42px / 34px 3px no-repeat;
}

.jp-service-landing__step p {
  color: var(--jp-muted);
  font-size: 17px;
  line-height: 1.6;
}

.jp-service-landing__faq {
  display: grid;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  border-top: 1px solid rgba(15, 23, 42, 0.12);
}

.jp-service-landing__faq-item {
  border-bottom: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
}

.jp-service-landing__section--faq .jp-service-landing__section-head {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.jp-service-landing__faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 74px;
  padding: 20px 4px;
  color: var(--jp-text);
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
}

.jp-service-landing__faq-item summary::-webkit-details-marker {
  display: none;
}

.jp-service-landing__faq-item summary::after {
  content: "+";
  display: inline-grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 103, 0, 0.28);
  border-radius: 50%;
  color: var(--jp-orange);
  background: #fff7ed;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.jp-service-landing__faq-item[open] summary::after {
  content: "−";
}

.jp-service-landing__faq-answer {
  max-width: 760px;
  padding: 0 56px 24px 0;
}

.jp-service-landing__faq-answer p {
  margin: 0;
  color: #344054;
  font-size: 17px;
  line-height: 1.65;
}

.jp-service-landing__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border-color: rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

.jp-service-landing__cta--has-media {
  grid-template-columns: 180px minmax(0, 1fr) auto;
  align-items: stretch;
  padding: 0 28px 0 0;
}

.jp-service-landing__cta--actions-only {
  grid-template-columns: auto;
  justify-content: center;
}

.jp-service-landing__cta--has-media.jp-service-landing__cta--actions-only {
  grid-template-columns: 180px auto;
  justify-content: stretch;
}

.jp-service-landing__cta-copy {
  display: grid;
  gap: 10px;
}

.jp-service-landing__cta-media {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0;
  min-height: 100%;
  background: #f8fafc;
}

.jp-service-landing__cta-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  border-radius: 8px 0 0 8px;
  object-fit: cover;
  object-position: center;
}

.jp-service-landing__cta--has-media .jp-service-landing__cta-copy,
.jp-service-landing__cta--has-media .jp-service-landing__cta-actions {
  align-self: center;
  padding-top: 28px;
  padding-bottom: 28px;
}

.jp-service-landing__cta-actions,
.jp-service-landing__cta-messengers {
  display: grid;
  gap: 10px;
  justify-items: stretch;
}

.jp-service-landing__cta-actions {
  width: 200px;
}

.jp-service-landing__cta .jp-quote-request {
  width: 100%;
  margin: 0;
}

.jp-service-landing__cta .jp-quote-request__trigger {
  width: 100%;
}

.jp-service-landing__cta-messengers > span {
  max-width: 210px;
  color: #667085;
  font-size: 15px;
  line-height: 1.35;
  text-align: center;
}

.jp-service-landing__cta-messengers > div {
  display: flex;
  gap: 8px;
  justify-content: center;
  width: 100%;
}

.jp-service-landing__cta-messengers a {
  display: inline-flex;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 50%;
  background: #ffffff;
  box-sizing: border-box;
}

.jp-service-landing__cta-messengers img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

@media (max-width: 920px) {
  .jp-page {
    padding-top: 28px;
  }

  .jp-page--service {
    padding-top: 8px;
  }

  .jp-page__head--service {
    grid-template-columns: 1fr;
    gap: 16px;
    height: auto;
    min-height: 0;
    padding: 26px 0 0;
  }

  .jp-page__head--service h1 {
    font-size: min(var(--jp-service-hero-title-size, clamp(34px, 12vw, 48px)), 48px);
  }

  .jp-page__service-copy {
    padding: 12px 0 0;
  }

  .jp-page__head--service-mobile-image-first .jp-page__service-media {
    order: 1;
  }

  .jp-page__head--service-mobile-image-first .jp-page__service-copy {
    order: 2;
  }

  .jp-page__head--service .jp-page__lead {
    font-size: 18px;
  }

  .jp-page__service-media,
  .jp-page__service-media img {
    min-height: 240px;
  }

  .jp-page__service-highlights {
    width: auto;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 2px;
    margin-right: 0;
  }

  .jp-page__service-nav {
    display: flex;
    flex-wrap: nowrap;
    gap: 18px;
    margin-bottom: 24px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
  }

  .jp-page__service-nav a {
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .jp-page--service .jp-page__content {
    gap: 32px;
    margin-top: 32px;
  }

  .jp-page--service .jp-page__content > p {
    margin-top: -18px;
  }

  .jp-service-landing__grid,
  .jp-service-landing__grid--two,
  .jp-service-landing__section--methods .jp-service-landing__grid,
  .jp-service-landing__steps,
  .jp-service-landing__cta {
    grid-template-columns: 1fr;
  }

  .jp-service-landing__steps {
    gap: 42px;
  }

  .jp-service-landing__step {
    min-height: 0;
    padding: 22px 20px 28px;
  }

  .jp-service-landing__step:not(:last-child)::after {
    top: auto;
    right: 50%;
    bottom: -42px;
    display: inline-grid;
    transform: translateX(50%) rotate(90deg);
  }

  .jp-service-landing__cta {
    position: relative;
    align-items: stretch;
    justify-items: stretch;
  }

  .jp-service-landing__cta-media {
    max-width: 220px;
  }

  .jp-service-landing__cta--has-media {
    overflow: hidden;
    padding: 24px 18px;
  }

  .jp-service-landing__cta--has-media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
    pointer-events: none;
  }

  .jp-service-landing__cta--has-media .jp-service-landing__cta-copy,
  .jp-service-landing__cta--has-media .jp-service-landing__cta-actions {
    position: relative;
    z-index: 2;
    padding: 0;
  }

  .jp-service-landing__cta--has-media .jp-service-landing__cta-media {
    position: absolute;
    inset: 0;
    max-width: none;
    min-height: 0;
    border-radius: inherit;
  }

  .jp-service-landing__cta-media img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    border-radius: inherit;
    object-fit: cover;
  }

  .jp-service-landing__cta-actions,
  .jp-service-landing__cta-messengers {
    justify-items: center;
  }

  .jp-service-landing__cta-actions {
    width: 100%;
    max-width: 240px;
    justify-self: center;
  }

  .jp-service-landing__cta-messengers > span {
    max-width: 210px;
    text-align: center;
  }

  .jp-service-gallery {
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 8px;
    padding-left: 8px;
    scroll-padding-left: 8px;
  }

  .jp-service-gallery__item {
    flex-basis: max(260px, 82%);
  }

  .jp-service-landing__faq-item summary {
    min-height: 64px;
    padding: 16px 0;
    font-size: 17px;
  }

  .jp-service-landing__faq-item summary::after {
    flex-basis: 30px;
    width: 30px;
    height: 30px;
    font-size: 21px;
  }

  .jp-service-landing__faq-answer {
    padding: 0 40px 18px 0;
  }

  .jp-service-landing__faq-answer p {
    font-size: 15px;
  }
}

@media (max-width: 560px) {
  .jp-page__head--service {
    margin-right: -8px;
    margin-left: -8px;
    padding: 6px 8px 14px;
  }

  .jp-page__service-copy {
    padding-top: 0;
  }

  .jp-page__service-actions {
    align-items: stretch;
  }

  .jp-page__service-actions > *,
  .jp-page__service-actions .jp-quote-request,
  .jp-page__service-actions .jp-quote-request__trigger,
  .jp-page__service-link {
    width: 100%;
  }

  .jp-page__service-media,
  .jp-page__service-media img {
    min-height: 220px;
  }

  .jp-page__service-highlights span {
    min-height: 0;
    padding: 14px 12px 14px 42px;
  }

  .jp-page__service-highlights span::before {
    top: 17px;
    left: 14px;
  }

  .jp-page__service-highlights img {
    top: 14px;
    left: 12px;
  }

  .jp-page__service-nav {
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .jp-service-landing__intro,
  .jp-page--service .jp-page__content > div:not(.jp-blog-gallery):not(.jp-blog-product-selection-block),
  .jp-service-landing__card,
  .jp-service-landing__step,
  .jp-service-landing__cta {
    padding: 18px;
  }
}

@media (max-width: 340px) {
  .jp-page__service-highlights {
    grid-template-columns: 1fr;
  }
}

.jp-policy {
  display: grid;
  gap: 18px;
}

.jp-policy h2 {
  margin: 16px 0 0;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.15;
}

.jp-policy p,
.jp-policy ul {
  margin: 0;
}

.jp-policy ul {
  padding-left: 22px;
}

.jp-policy li + li {
  margin-top: 8px;
}

.jp-policy__meta {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #f8fafc;
}

.jp-about {
  display: grid;
  gap: 34px;
}

.jp-about h2,
.jp-about h3,
.jp-about p,
.jp-about ol,
.jp-about ul {
  margin: 0;
}

.jp-about__intro {
  max-width: 920px;
  color: var(--jp-text);
  font-size: 18px;
  line-height: 1.75;
}

.jp-about__section {
  display: grid;
  gap: 18px;
}

.jp-about__section h2,
.jp-about__cta h2 {
  color: var(--jp-text);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
}

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

.jp-about__grid article,
.jp-about__cta {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.jp-about__grid article {
  display: grid;
  gap: 10px;
  padding: 20px;
}

.jp-about__grid h3 {
  color: var(--jp-text);
  font-size: 19px;
  line-height: 1.25;
}

.jp-about__grid p,
.jp-about__section p,
.jp-about__cta p {
  color: var(--jp-muted);
  line-height: 1.65;
}

.jp-about__media,
.jp-about__media-grid {
  margin: 0;
}

.jp-about__media {
  display: grid;
  gap: 10px;
}

.jp-about__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  border-radius: 8px;
}

.jp-about__media figcaption {
  color: var(--jp-muted);
  font-size: 14px;
  line-height: 1.55;
}

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

.jp-about__media-grid .jp-about__media img {
  aspect-ratio: 4 / 3;
}

.jp-about__checklist,
.jp-about__steps {
  display: grid;
  gap: 12px;
  padding-left: 22px;
}

.jp-about__checklist li::marker {
  color: var(--jp-orange);
}

.jp-about__steps li::marker {
  color: var(--jp-orange);
  font-weight: 800;
}

.jp-about__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jp-about__tags span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid rgba(255, 103, 0, 0.24);
  border-radius: 999px;
  color: var(--jp-orange);
  background: rgba(255, 103, 0, 0.07);
  font-weight: 800;
}

.jp-about__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  padding: 24px;
}

.jp-about__cta > div:first-child {
  display: grid;
  gap: 10px;
}

.jp-about__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.jp-contact-page {
  padding: 42px 0 64px;
}

.jp-contact-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 8px 0 18px;
}

.jp-contact-hero__copy {
  display: grid;
  align-content: center;
  gap: 16px;
}

.jp-contact-hero__copy h1,
.jp-contact-section h2 {
  margin: 0;
}

.jp-contact-hero__copy h1 {
  max-width: 820px;
  font-size: clamp(44px, 7vw, 72px);
  line-height: 1;
}

.jp-contact-hero__copy p {
  max-width: 760px;
  margin: 0;
  color: var(--jp-muted);
  font-size: 18px;
  line-height: 1.65;
}

.jp-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.jp-contact-board,
.jp-contact-secondary-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.jp-contact-board {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jp-contact-secondary-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .95fr);
}

.jp-contact-panel,
.jp-contact-map-panel {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

.jp-contact-panel {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 220px;
  padding: 24px;
}

.jp-contact-panel__head {
  display: flex;
  gap: 16px;
  align-items: center;
}

.jp-contact-panel__icon {
  flex: 0 0 auto;
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--jp-orange);
  background: rgba(255, 103, 0, 0.1);
}

.jp-contact-panel__icon img,
.jp-contact-panel__icon svg {
  width: 28px;
  height: 28px;
}

.jp-contact-panel__icon img {
  filter: brightness(0) saturate(100%) invert(49%) sepia(94%) saturate(2159%) hue-rotate(1deg) brightness(103%) contrast(105%);
}

.jp-contact-panel__head h2,
.jp-contact-map-panel h2 {
  margin: 0;
  color: var(--jp-text);
  font-size: 20px;
  line-height: 1.2;
}

.jp-contact-panel__head p {
  margin: 5px 0 0;
  color: var(--jp-muted);
  font-size: 14px;
  line-height: 1.45;
}

.jp-contact-panel__primary {
  align-self: center;
  color: var(--jp-text);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 800;
  line-height: 1.15;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.jp-contact-panel__value-row {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.jp-contact-panel__value-row .jp-contact-panel__primary {
  min-width: 0;
}

.jp-contact-panel__copy {
  width: 34px;
  height: 34px;
}

.jp-contact-panel__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid var(--jp-orange);
  border-radius: 12px;
  color: var(--jp-orange);
  background: #ffffff;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.jp-contact-panel__button:hover {
  color: #ffffff;
  background: var(--jp-orange);
  border-color: var(--jp-orange);
}

.jp-contact-channel-list {
  display: grid;
  gap: 10px;
}

.jp-contact-channel-list--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.jp-contact-channel-list--messengers {
  display: flex;
  flex-wrap: nowrap;
  gap: 18px;
  align-items: center;
}

.jp-contact-channel-list a {
  display: grid;
  grid-template-columns: 28px minmax(0, auto) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}

.jp-contact-channel-list img,
.jp-contact-channel-list a > span {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.jp-contact-channel-list--inline a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

.jp-contact-channel-list--messengers a {
  grid-template-columns: 28px minmax(0, auto);
}

.jp-contact-channel-list--inline img,
.jp-contact-channel-list--inline a > span {
  width: 40px;
  height: 40px;
}

.jp-contact-channel-list a > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: var(--jp-orange);
  font-size: 11px;
  font-weight: 800;
}

.jp-contact-channel-list strong {
  color: var(--jp-text);
  font-size: 15px;
}

.jp-contact-channel-list small {
  color: var(--jp-muted);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.jp-contact-hours-summary {
  display: grid;
  gap: 6px;
}

.jp-contact-hours-summary strong {
  color: var(--jp-text);
  font-size: clamp(22px, 2.5vw, 28px);
  line-height: 1.15;
}

.jp-contact-hours-summary span {
  color: var(--jp-muted);
  font-weight: 700;
}

.jp-contact-map-panel {
  display: grid;
  gap: 18px;
  margin-top: 18px;
  padding: 24px;
}

.jp-contact-map-panel__body {
  display: grid;
  grid-template-columns: minmax(230px, .32fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.jp-contact-address {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 22px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #ffffff;
}

.jp-contact-address strong {
  color: var(--jp-text);
  line-height: 1.45;
}

.jp-contact-address p {
  margin: 0;
  color: var(--jp-muted);
  line-height: 1.55;
}

.jp-contact-address a {
  color: var(--jp-orange);
  font-weight: 800;
  text-decoration: none;
}

.jp-contact-address__routes {
  display: grid;
  gap: 6px;
}

.jp-contact-address__routes span {
  color: var(--jp-text);
  font-weight: 800;
}

.jp-contact-map {
  overflow: hidden;
  min-height: 260px;
  border-radius: 8px;
  background: #f8fafc;
}

.jp-contact-map > ymaps,
.jp-contact-map iframe {
  display: block;
  width: 100% !important;
  max-width: 100%;
}

.jp-requisites {
  display: grid;
  gap: 24px;
}

.jp-requisites__actions {
  display: flex;
  justify-content: flex-start;
}

.jp-requisites__section {
  display: grid;
  gap: 16px;
}

.jp-requisites__section:first-of-type {
  justify-items: center;
  text-align: center;
}

.jp-requisites__section:first-of-type .jp-requisites__list {
  width: min(100%, 760px);
}

.jp-requisites__section:first-of-type .jp-requisites__row dt {
  text-align: right;
}

.jp-requisites__section h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 32px);
}

.jp-requisites__list,
.jp-requisites__bank-list {
  margin: 0;
}

.jp-requisites__row,
.jp-requisites__bank-list > div {
  display: grid;
  grid-template-columns: minmax(120px, 180px) 1fr;
  gap: 16px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.jp-requisites__row:first-child,
.jp-requisites__bank-list > div:first-child {
  border-top: 0;
  padding-top: 0;
}

.jp-requisites__row:last-child,
.jp-requisites__bank-list > div:last-child {
  padding-bottom: 0;
}

.jp-requisites__row dt,
.jp-requisites__bank-list dt {
  margin: 0;
  font-weight: 700;
  color: var(--jp-muted);
}

.jp-requisites__row dd,
.jp-requisites__bank-list dd {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

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

.jp-requisites__bank {
  padding: 24px;
  border-radius: 24px;
}

.jp-requisites__bank h3 {
  margin: 0 0 16px;
  font-size: 24px;
}

.jp-requisites__bank--tbank {
  background: #fef3c7;
}

.jp-requisites__bank--sber {
  background: #d1fae5;
}

.jp-copy-button {
  flex: 0 0 auto;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #ffffff;
  color: var(--jp-text, #0f172a);
  border-radius: 999px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font: inherit;
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.jp-copy-button svg {
  width: 18px;
  height: 18px;
}

.jp-copy-button:hover {
  border-color: rgba(15, 23, 42, 0.28);
}

.jp-copy-button.is-copied {
  background: #0f172a;
  border-color: #0f172a;
  color: #ffffff;
}

@media (max-width: 840px) {
  .jp-about__grid,
  .jp-about__media-grid,
  .jp-about__cta {
    grid-template-columns: 1fr;
  }

  .jp-about__actions {
    justify-content: flex-start;
  }

  .jp-contact-board,
  .jp-contact-secondary-grid,
  .jp-contact-map-panel__body {
    grid-template-columns: 1fr;
  }

  .jp-contact-panel {
    min-height: 0;
  }

  .jp-requisites__banks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .jp-contact-page {
    padding: 34px 0 56px;
  }

  .jp-contact-hero__copy h1 {
    font-size: clamp(38px, 16vw, 54px);
  }

  .jp-contact-board,
  .jp-contact-secondary-grid {
    gap: 14px;
    margin-bottom: 14px;
  }

  .jp-contact-panel,
  .jp-contact-map-panel,
  .jp-contact-address {
    padding: 18px;
  }

  .jp-contact-panel {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
  }

  .jp-contact-panel__head {
    min-width: 0;
    align-items: center;
  }

  .jp-contact-panel__icon {
    width: 50px;
    height: 50px;
  }

  .jp-contact-panel__icon img,
  .jp-contact-panel__icon svg {
    width: 26px;
    height: 26px;
  }

  .jp-contact-panel__head h2 {
    font-size: 19px;
  }

  .jp-contact-panel__head p {
    font-size: 13px;
  }

  .jp-contact-panel__value-row,
  .jp-contact-channel-list,
  .jp-contact-hours-summary {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }

  .jp-contact-panel__primary {
    font-size: 21px;
    text-align: right;
    white-space: nowrap;
  }

  .jp-contact-panel__button {
    grid-column: 1 / -1;
  }

  .jp-contact-channel-list a {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 6px;
  }

  .jp-contact-channel-list:not(.jp-contact-channel-list--inline):not(.jp-contact-channel-list--messengers) {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px;
  }

  .jp-contact-channel-list--messengers {
    justify-content: flex-end;
  }

  .jp-contact-channel-list--inline {
    justify-content: flex-end;
    gap: 24px;
  }

  .jp-contact-channel-list strong {
    font-size: 13px;
  }

  .jp-contact-hours-summary {
    text-align: right;
  }

  .jp-contact-hours-summary strong {
    font-size: 21px;
    white-space: nowrap;
  }

  .jp-contact-map-panel {
    gap: 14px;
  }

  .jp-contact-map-panel__body {
    gap: 12px;
  }

  .jp-contact-address {
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 12px 14px;
    align-items: start;
  }

  .jp-contact-address .jp-contact-panel__icon {
    grid-row: span 2;
  }

  .jp-contact-address__routes {
    grid-column: 2;
  }

  @media (max-width: 460px) {
    .jp-contact-panel {
      grid-template-columns: 1fr;
    }

    .jp-contact-panel__value-row,
    .jp-contact-channel-list,
    .jp-contact-hours-summary {
      grid-column: 1;
      grid-row: auto;
      justify-self: stretch;
    }

    .jp-contact-panel__primary,
    .jp-contact-hours-summary {
      text-align: left;
    }

    .jp-contact-panel__primary {
      white-space: normal;
    }

    .jp-contact-channel-list:not(.jp-contact-channel-list--inline),
    .jp-contact-channel-list--inline {
      justify-content: flex-start;
    }
  }

  .jp-requisites__row,
  .jp-requisites__bank-list > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .jp-requisites__row dd,
  .jp-requisites__bank-list dd {
    align-items: flex-start;
    flex-direction: column;
  }
}
