.catalog-parity-root {
  --catalog-parity-ink: var(--ink, #1d1d1b);
  --catalog-parity-muted: var(--muted-ink, #595957);
  --catalog-parity-paper: var(--paper, #ebf7ff);
  --catalog-parity-accent: var(--accent, #09ad9d);
  --catalog-parity-accent-dark: var(--accent-dark, #005758);
  --catalog-parity-line: var(--line, rgba(29, 29, 27, 0.2));
  --catalog-parity-soft-line: var(--soft-line, rgba(29, 29, 27, 0.1));
  --catalog-parity-white: var(--white, #fff);
  background: var(--catalog-parity-paper);
  color: var(--catalog-parity-ink);
  font-family: "Syne", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.catalog-parity-root *,
.catalog-parity-root *::before,
.catalog-parity-root *::after {
  box-sizing: border-box;
}

.catalog-parity-root ::selection {
  background: var(--catalog-parity-accent);
  color: #082d2a;
}

.catalog-parity-root a {
  color: inherit;
  text-underline-offset: 4px;
}

.catalog-parity-root :focus-visible {
  outline: 3px solid var(--catalog-parity-accent);
  outline-offset: 4px;
}

.catalog-parity-container {
  width: calc(100% - 64px);
  margin-inline: auto;
}

.catalog-parity-services-hero {
  position: relative;
  min-height: 192px;
  padding-top: 0;
  overflow: hidden;
  background-image:
    linear-gradient(95deg, #f6fbff 0%, #f6fbff 40%, rgba(246, 251, 255, 0.72) 60%, rgba(246, 251, 255, 0) 100%),
    url("/assets/services-hero.webp");
  background-position: center, 100% 50%;
  background-size: cover;
}

.catalog-parity-services-hero .breadcrumb {
  position: relative;
  z-index: 2;
  width: calc(100% - 64px);
  padding: 30px 0;
  margin-inline: auto;
}

.catalog-parity-services-hero > .catalog-parity-container {
  position: relative;
  z-index: 2;
  padding-top: 4px;
}

.catalog-parity-services-molecule {
  position: absolute;
  right: -80px;
  bottom: -50px;
  z-index: 1;
  display: block;
  width: 400px;
  max-width: none;
  height: auto;
  pointer-events: none;
  user-select: none;
}

.catalog-parity-services-hero h1,
.catalog-parity-category-hero h1,
.catalog-parity-search-results h1,
.catalog-parity-detail-copy h1 {
  max-width: 100%;
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.catalog-parity-services-hero h1 {
  font-size: 30px;
  line-height: 46px;
}

.catalog-parity-service-grid {
  display: grid;
  gap: 28px;
  padding: 50px 0;
}

.catalog-parity-service-card {
  display: flex;
  min-height: 0;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border-radius: 5px;
  background: var(--catalog-parity-white);
}

.catalog-parity-service-card h2 {
  max-width: none;
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.025em;
}

.catalog-parity-service-card p {
  max-width: 38ch;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 26px;
}

.catalog-parity-service-card ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding-left: 20px;
  list-style: square;
}

.catalog-parity-service-card li::marker {
  color: var(--catalog-parity-accent-dark);
}

.catalog-parity-service-card li,
.catalog-parity-service-card a {
  font-size: 16px;
  line-height: 24px;
}

.catalog-parity-service-card li a {
  text-decoration: none;
}

.catalog-parity-service-card li a:hover {
  text-decoration: underline;
}

.catalog-parity-service-link {
  margin-top: auto;
  font-weight: 700;
}

.catalog-parity-service-card .catalog-parity-service-link {
  padding-top: 40px;
}

.catalog-parity-service-card:nth-child(2) p {
  min-height: 104px;
}

.catalog-parity-service-contact {
  display: flex;
  height: 427px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 60px;
  text-align: center;
}

.catalog-parity-service-contact h3 {
  margin: 0 0 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.catalog-parity-service-contact p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.catalog-parity-service-contact .catalog-parity-button {
  min-height: 45px;
  padding: 12px 19.1px;
  margin-top: 60px;
  border-color: var(--catalog-parity-accent);
  background: var(--catalog-parity-accent);
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.catalog-parity-services-detail {
  display: grid;
  gap: 50px;
  align-items: start;
  padding: 0 0 50px;
  border-top: 0;
}

.catalog-parity-services-detail h2,
.catalog-parity-other-tests > h2 {
  max-width: 20ch;
  margin: 0 0 30px;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.025em;
}

.catalog-parity-services-detail h2 {
  max-width: none;
}

.catalog-parity-services-detail h3 {
  max-width: 58ch;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.catalog-parity-services-detail img {
  display: block;
  width: auto;
  max-height: 345px;
  margin: 0 auto;
}

.services-reviews-section {
  position: relative;
  height: 794.546875px;
  min-height: 794.546875px;
  padding: 50px 0;
  overflow: hidden;
  background: var(--paper, #ebf7ff);
  color: var(--ink, #1d1d1b);
}

.services-reviews-top {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.services-reviews-image img {
  display: block;
  width: 150px;
  height: 159.046875px;
  margin: 0 auto;
  object-fit: contain;
}

.services-reviews-heading {
  text-align: center;
}

.services-reviews-heading h1 {
  margin: 0 0 20px;
  font-size: 38px;
  line-height: 46px;
}

.services-reviews-heading h3 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.services-reviews-bottom {
  height: 313.5px;
  margin-top: 10px;
  text-align: center;
}

.services-reviews-bottom > svg {
  display: block;
  margin: 0 auto 50px;
}

.services-reviews-bottom .review-list {
  min-height: 156.5px;
}

.services-reviews-bottom .review p {
  max-width: 100%;
  margin: 0 auto 20px;
  font-size: 20px;
  line-height: 30px;
}

.services-reviews-bottom .review footer,
.services-reviews-bottom .review-dots {
  justify-content: center;
}

.catalog-parity-button {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--catalog-parity-ink);
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-align: center;
  text-decoration: none;
  transition: transform 180ms ease-out, background-color 180ms ease-out, color 180ms ease-out;
}

.catalog-parity-button:hover {
  transform: translateY(-2px);
}

.catalog-parity-button--dark {
  border: 0;
  background: var(--catalog-parity-ink);
  color: var(--catalog-parity-white);
}

.catalog-parity-button--dark:hover {
  background: var(--catalog-parity-accent);
  color: #082d2a;
}

.catalog-parity-category-hero {
  position: relative;
  padding-block: 50px 0;
}

.catalog-parity-category {
  overflow-x: clip;
}

.catalog-parity-category-hero > h1,
.catalog-parity-category-hero > p,
.catalog-parity-category-hero > .catalog-parity-sort {
  position: relative;
  z-index: 2;
}

.catalog-parity-category-molecule {
  display: none;
}

.catalog-parity-category-hero h1 {
  font-size: 38px;
  line-height: 46px;
}

.catalog-parity-category-hero > p {
  max-width: 38ch;
  margin: 0;
  font-size: 24px;
  line-height: 30px;
}

.catalog-parity-sort {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  align-items: center;
  margin: 40px 0 20px;
}

.catalog-parity-sort > span {
  margin-right: 2px;
  color: var(--catalog-parity-muted);
  font-size: 13px;
  font-weight: 700;
}

.catalog-parity-sort-button {
  display: flex;
  min-height: 0;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border: 1px solid var(--catalog-parity-ink);
  border-radius: 5px;
  background: transparent;
  color: var(--catalog-parity-ink);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.catalog-parity-sort-button.is-active {
  background: var(--catalog-parity-ink);
  color: var(--catalog-parity-white);
}

.catalog-parity-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px 15px;
}

.catalog-parity-category > .catalog-parity-product-grid {
  padding-block: 0 50px;
}

.catalog-parity-product-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.catalog-parity-product-image {
  display: grid;
  aspect-ratio: 2 / 3;
  place-items: center;
  overflow: hidden;
  border-radius: 5px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(214, 223, 228, 0.78));
  box-shadow: inset 0 0 80px rgba(77, 87, 92, 0.14);
  transition: transform 220ms ease-out, box-shadow 220ms ease-out;
}

.catalog-parity-product-image:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 0 80px rgba(77, 87, 92, 0.14), 0 18px 36px rgba(29, 29, 27, 0.12);
}

.catalog-parity-product-image img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 200px;
  object-fit: contain;
}

.catalog-parity-product-category {
  margin: 15px 0 10px;
  font-size: 13px;
}

.catalog-parity-product-title {
  min-height: 0;
  margin: 0;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 18px;
  overflow-wrap: normal;
}

.catalog-parity-product-title a {
  text-decoration: none;
}

.catalog-parity-product-title a:hover {
  text-decoration: underline;
}

.catalog-parity-product-price {
  margin: auto 0 15px;
  padding-top: 10px;
  font-variant-numeric: tabular-nums;
}

.catalog-parity-product-card > .catalog-parity-button {
  width: 100%;
}

.catalog-parity-search-results {
  padding-block: 50px;
}

.catalog-parity-search-results h1 {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 40px;
}

.catalog-parity-empty {
  min-height: 180px;
  margin: 0;
  padding: 48px 24px;
  border: 1px dashed var(--catalog-parity-line);
  color: var(--catalog-parity-muted);
  text-align: center;
}

.catalog-parity-product-detail {
  display: grid;
  gap: 30px;
  padding: 20px 0 0;
}

.catalog-parity-detail-image {
  display: grid;
  min-height: 238.515625px;
  place-items: start;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.catalog-parity-detail-image img {
  display: block;
  width: calc(100% + 15px);
  height: 218.515625px;
  max-width: none;
  max-height: none;
  object-fit: contain;
}

.catalog-parity-detail-copy,
.catalog-parity-addons,
.catalog-parity-addon-grid,
.catalog-parity-addon {
  min-width: 0;
}

.catalog-parity-category-link {
  display: inline-flex;
  height: 28px;
  align-items: center;
  padding: 4px 12px;
  margin-bottom: 30px;
  border-radius: 9999px;
  background: #e7e7e7;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.catalog-parity-detail-copy h1 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
}

.catalog-parity-description {
  max-width: 70ch;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 20px;
}

.catalog-parity-description p {
  margin: 0 0 20px;
}

.catalog-parity-description p:last-child {
  margin-bottom: 0;
}

.catalog-parity-addons {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.catalog-parity-addons > h2 {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 24px;
}

.catalog-parity-addon-grid {
  display: grid;
  gap: 15px 23px;
}

.catalog-parity-addon {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 14px;
  gap: 0 9px;
  align-items: start;
  min-height: 0;
  padding: 0 0 15px;
  border-bottom: 1px solid var(--catalog-parity-line);
  cursor: pointer;
}

.catalog-parity-addon {
  height: 52px;
}

.catalog-parity-addon:nth-child(4),
.catalog-parity-addon:nth-child(10) {
  height: 70px;
}

.catalog-parity-addon input {
  appearance: none;
  width: 18px;
  min-width: 18px;
  height: 18px;
  min-height: 18px;
  padding: 0;
  margin: 2px 0 0;
  border: 1px solid var(--catalog-parity-ink);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.catalog-parity-addon input:checked {
  background: radial-gradient(circle, var(--catalog-parity-accent-dark) 0 4px, transparent 4.5px);
}

.catalog-parity-addon svg {
  grid-column: 3;
  grid-row: 1;
  width: 14px;
  height: 8px;
  margin-top: 7px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.catalog-parity-addon span,
.catalog-parity-addon strong {
  font-size: 13px;
  line-height: 19.5px;
  overflow-wrap: anywhere;
}

.catalog-parity-addon strong {
  grid-column: 2 / 4;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}

.catalog-parity-price-preview {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
  flex-wrap: nowrap;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  min-height: 68px;
}

.catalog-parity-price-preview > div {
  display: grid;
}

.catalog-parity-price-preview strong {
  font-size: 30px;
  line-height: 36px;
  font-variant-numeric: tabular-nums;
}

.catalog-parity-price-preview span,
.catalog-parity-price-preview p,
.catalog-parity-official-note {
  color: var(--catalog-parity-muted);
  font-size: 13px;
  line-height: 20px;
}

.catalog-parity-price-preview input {
  width: 88px;
  height: 54px;
  min-height: 54px;
  padding: 0 8px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
}

.catalog-parity-order-row {
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}

.catalog-parity-order-actions {
  display: grid;
  width: 100%;
  flex: 0 0 auto;
  gap: 10px;
}

.catalog-parity-order-actions .catalog-parity-button {
  width: 100%;
  height: 56px;
  min-height: 56px;
}

.catalog-parity-price-preview p,
.catalog-parity-official-note {
  margin: 0;
}

.catalog-parity-official-note {
  margin-top: 24px;
}

.catalog-parity-checkout-boundary {
  max-width: 64ch;
  margin: 18px 0 0;
  color: var(--catalog-parity-muted);
  font-size: 13px;
  line-height: 20px;
}

.catalog-parity-checkout-boundary a {
  font-weight: 700;
}

.catalog-parity-official-order {
  width: 100%;
  margin-top: 18px;
}

.catalog-parity-product-tabs {
  padding: 0 0 131px;
}

.catalog-parity-tab-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--catalog-parity-line);
}

.catalog-parity-tab-list button {
  height: 39.5px;
  min-height: 39.5px;
  padding: 8px 0;
  border: 0;
  border-bottom: 4px solid transparent;
  background: transparent;
  color: var(--catalog-parity-muted);
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
}

.catalog-parity-tab-list button[aria-selected="true"] {
  border-color: var(--catalog-parity-ink);
  color: var(--catalog-parity-ink);
}

.catalog-parity-product-benefits {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.catalog-parity-product-benefits .payment-strip {
  overflow: hidden;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(135deg, #09ad9d, #005758);
  color: #fff;
}

.catalog-parity-product-benefits .payment-strip article {
  border-color: rgba(255, 255, 255, 0.5);
}

.catalog-parity-product-benefits .payment-strip span {
  color: rgba(255, 255, 255, 0.86);
}

.catalog-parity-product-benefits .payment-strip {
  display: flex;
  height: 458px;
  min-height: 458px;
  flex-direction: column;
  gap: 30px;
}

.catalog-parity-product-benefits .payment-strip article,
.catalog-parity-product-benefits .payment-strip article:nth-child(odd) {
  min-height: 0;
  padding: 0 24px;
  border: 0;
}

.catalog-parity-product-benefits .payment-strip article:nth-child(1) { height: 114.5px; }
.catalog-parity-product-benefits .payment-strip article:nth-child(2) { height: 78.5px; }
.catalog-parity-product-benefits .payment-strip article:nth-child(3) { height: 96.5px; }
.catalog-parity-product-benefits .payment-strip article:nth-child(4) { height: 78.5px; }

.catalog-parity-table-wrap {
  overflow-x: auto;
}

.catalog-parity-parameters-table {
  width: 100%;
  border-collapse: collapse;
}

.catalog-parity-parameters-table th,
.catalog-parity-parameters-table td {
  padding: 12px 10px;
  text-align: left;
  vertical-align: top;
}

.catalog-parity-parameters-table th {
  width: 50%;
  padding-right: 1px;
  padding-left: 15px;
  font-size: 12px;
}

.catalog-parity-parameters-table td {
  width: 50%;
  overflow-wrap: anywhere;
  font-size: 12px;
}

.catalog-parity-parameters-table thead {
  display: none;
}

.catalog-parity-parameters-table tr:nth-child(odd) {
  background: color-mix(in srgb, var(--catalog-parity-ink) 8%, transparent);
}

.catalog-parity-process {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--catalog-parity-accent), var(--catalog-parity-accent-dark));
  color: #fff;
}

.catalog-parity-process-image {
  display: none;
  width: 100%;
  height: auto;
}

.catalog-parity-process h2 {
  margin: 0 0 30px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}

.catalog-parity-process ol {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-parity-process li {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.catalog-parity-process li > span {
  font-size: 22px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.catalog-parity-process h3,
.catalog-parity-process p {
  margin: 0;
}

.catalog-parity-process h3 {
  font-size: 18px;
  line-height: 24px;
}

.catalog-parity-process p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

.catalog-parity-faq {
  display: grid;
  gap: 18px;
}

.catalog-parity-faq-item {
  border-bottom: 1px solid var(--catalog-parity-line);
}

.catalog-parity-faq-item > button {
  display: grid;
  width: 100%;
  min-height: 60px;
  grid-template-columns: 44px minmax(0, 1fr) 18px;
  gap: 14px;
  align-items: center;
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--catalog-parity-ink);
  text-align: left;
  cursor: pointer;
}

.catalog-parity-faq-item > button > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 50%;
  background: var(--catalog-parity-accent-dark);
  color: #fff;
  font-weight: 700;
}

.catalog-parity-faq-item svg {
  width: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform 180ms ease-out;
}

.catalog-parity-faq-item > button[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.catalog-parity-faq-item > div {
  padding: 0 0 22px 58px;
}

.catalog-parity-faq-item p {
  max-width: 75ch;
  margin: 0;
}

.catalog-parity-other-tests {
  padding: 100px 0 50px;
  text-align: center;
}

.catalog-parity-other-tests > .catalog-parity-product-grid {
  margin-bottom: 50px;
  text-align: left;
}

.catalog-parity-other-tests > h2 {
  width: 100%;
  max-width: none;
  margin: 0 0 40px;
  font-size: 38px;
  line-height: 46px;
}

.catalog-parity-other-tests > .catalog-parity-service-link {
  display: inline-flex;
  width: 154.6875px;
  height: 47px;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  padding: 12px 31.09px;
  margin: 0 auto;
  border: 1px solid var(--catalog-parity-ink);
  border-radius: 5px;
  font-size: 14px;
  line-height: 21px;
  text-decoration: none;
}

.catalog-parity-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 700px) {
  .catalog-parity-product-category {
    margin: 30px 0 15px;
  }

  .catalog-parity-product-price {
    margin: auto 0 30px;
    padding-top: 20px;
  }

  .catalog-parity-service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .catalog-parity-addon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }

  .catalog-parity-tab-list {
    flex-direction: row;
    justify-content: center;
    gap: 32px;
  }

  .catalog-parity-tab-list button {
    text-align: center;
  }

  .catalog-parity-parameters-table th,
  .catalog-parity-parameters-table td {
    padding: 18px 30px;
    font-size: 16px;
  }

  .catalog-parity-process ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 699px) {
  .catalog-parity-sort {
    gap: 7px;
  }

  .catalog-parity-sort-button {
    padding-inline: 15px;
    white-space: nowrap;
  }

  .catalog-parity-sort > span {
    white-space: nowrap;
  }
}

@media (min-width: 768px) {
  .catalog-parity-process {
    padding: 0;
    background: transparent;
  }

  .catalog-parity-process-image {
    display: block;
  }

  .catalog-parity-process > h2,
  .catalog-parity-process > ol {
    display: none;
  }
}

@media (min-width: 1024px) {
  .catalog-parity-container {
    width: calc(100% - 128px);
    max-width: 1236px;
  }

  .catalog-parity-services-hero {
    min-height: 403.5px;
    padding-top: 0;
    background-position: center, 70% 50%;
  }

  .catalog-parity-services-hero .breadcrumb {
    width: calc(100% - 128px);
    max-width: 1236px;
  }

  .catalog-parity-services-hero > .catalog-parity-container {
    padding-top: 100px;
  }

  .catalog-parity-services-molecule {
    right: -70px;
    bottom: -60px;
    width: 850px;
  }

  .catalog-parity-services-hero h1 {
    font-size: 72px;
    line-height: 88px;
  }

  .catalog-parity-service-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    min-height: 1968px;
    padding: 100px 0;
  }

  .catalog-parity-service-card {
    min-height: 500px;
    padding: 50px 60px;
  }

  .catalog-parity-service-card h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .catalog-parity-service-card .catalog-parity-service-link {
    padding-top: 70px;
  }

  .catalog-parity-service-contact {
    height: auto;
    min-height: 500px;
  }

  .catalog-parity-services-detail {
    height: 765px;
    min-height: 765px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 100px;
    align-items: center;
    padding: 0 0 100px;
    border-top: 0;
  }

  .catalog-parity-services-detail h2,
  .catalog-parity-other-tests > h2 {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 44px;
  }

  .catalog-parity-services-detail h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .catalog-parity-services-detail img {
    max-height: 665px;
  }

  .services-reviews-section {
    height: 978.640625px;
    min-height: 978.640625px;
    padding: 100px 0;
  }

  .services-reviews-top {
    height: 371.140625px;
    flex-direction: row;
    align-items: center;
    gap: 150px;
  }

  .services-reviews-image,
  .services-reviews-heading {
    width: 493px;
    flex: 0 0 493px;
  }

  .services-reviews-image img {
    width: 350px;
    height: 371.140625px;
    object-fit: contain;
  }

  .services-reviews-heading h1 {
    margin: 0 0 20px;
    font-size: 72px;
    line-height: 88px;
  }

  .services-reviews-heading h3 {
    font-size: 30px;
    line-height: 36px;
  }

  .services-reviews-bottom {
    height: 327.5px;
    margin-top: 80px;
  }

  .catalog-parity-category-hero {
    padding-block: 100px 30px;
  }

  .catalog-parity-category-molecule {
    position: absolute;
    top: -100px;
    right: calc((100vw - 100%) / -2);
    z-index: 1;
    display: block;
    width: 396px;
    height: 550px;
    max-width: none;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
  }

  .catalog-parity-category-hero h1 {
    font-size: 72px;
    line-height: 88px;
  }

  .catalog-parity-category-hero > p {
    max-width: 80%;
    font-size: 30px;
    line-height: 36px;
  }

  .catalog-parity-sort {
    margin-top: 80px;
    margin-bottom: 0;
  }

  .catalog-parity-sort-button {
    height: 37.5px;
    min-height: 0;
    font-size: 13px;
    line-height: 19.5px;
  }

  .catalog-parity-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 60px 30px;
  }

  .catalog-parity-category > .catalog-parity-product-grid {
    padding-block: 0 100px;
  }

  .catalog-parity-product-image img {
    max-height: 260px;
  }

  .catalog-parity-product-title {
    min-height: 0;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
  }

  .catalog-parity-button {
    min-height: 54px;
    padding: 12px 22px;
    font-size: 16px;
    line-height: 24px;
  }

  .catalog-parity-search-results {
    padding-block: 100px;
  }

  .catalog-parity-search-results h1 {
    margin-bottom: 40px;
    font-size: 44px;
    line-height: 52px;
  }

  .catalog-parity-product-detail {
    height: auto;
    min-height: 826px;
    grid-template-columns: minmax(0, 37.534%) minmax(0, 1fr);
    gap: 70px;
    padding: 20px 0 0;
  }

  .catalog-parity-order-row {
    flex-direction: row;
    gap: 100px;
  }

  .catalog-parity-price-preview {
    width: 248.40625px;
    flex: 0 0 248.40625px;
  }

  .catalog-parity-order-actions {
    width: 291.203125px;
    flex: 0 0 291.203125px;
  }

  .catalog-parity-order-actions .catalog-parity-button {
    height: 54px;
    min-height: 54px;
  }

  .catalog-parity-detail-image {
    min-height: 806px;
  }

  .catalog-parity-detail-image img {
    width: 427px;
    height: 286.203125px;
    max-height: none;
    padding-top: 42.6875px;
  }

  .catalog-parity-detail-copy h1 {
    font-size: 44px;
    line-height: 52px;
  }

  .catalog-parity-description {
    padding-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .catalog-parity-addons > h2 {
    font-size: 20px;
  }

  .catalog-parity-addon span,
  .catalog-parity-addon strong {
    overflow-wrap: normal;
  }

  .catalog-parity-addon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-parity-price-preview strong {
    font-size: 36px;
    line-height: 44px;
  }

  .catalog-parity-product-tabs {
    height: auto;
    min-height: 1561px;
    padding-block: 100px;
  }

  .catalog-parity-tab-list {
    height: 61px;
    margin-bottom: 32px;
  }

  .catalog-parity-tab-list button {
    min-height: 61px;
  }

  [data-catalog-parity-panel="params"] {
    min-height: 732px;
  }

  .catalog-parity-addon:nth-child(-n + 6) {
    height: 70px;
  }

  .catalog-parity-addon:nth-child(n + 7):nth-child(-n + 9) {
    height: 52px;
  }

  .catalog-parity-addon:nth-child(n + 10):nth-child(-n + 12) {
    height: 88px;
  }

  .catalog-parity-product-benefits .payment-strip {
    display: grid;
    height: 374px;
    min-height: 374px;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
  }

  .catalog-parity-product-benefits .payment-strip article,
  .catalog-parity-product-benefits .payment-strip article:nth-child(odd) {
    min-height: 374px;
    padding: 50px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0;
  }

  .catalog-parity-product-benefits .payment-strip article:last-child {
    border-right: 0;
  }

  .catalog-parity-product-benefits .payment-strip article:nth-child(n) {
    height: 374px;
  }

  .catalog-parity-other-tests {
    height: 1178.75px;
    min-height: 1178.75px;
    padding: 100px 0;
    text-align: center;
  }

  .catalog-parity-other-tests > h2 {
    width: 568px;
    max-width: 568px;
    margin: 0 auto 90px;
    font-size: 72px;
    line-height: 88px;
  }

  .catalog-parity-other-tests > .catalog-parity-product-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 50px;
    text-align: left;
  }

  .catalog-parity-other-tests > .catalog-parity-service-link {
    width: 446.21875px;
    height: 54px;
    min-height: 54px;
    padding: 0 170.39px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1280px) {
  .catalog-parity-addon-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-parity-button,
  .catalog-parity-product-image,
  .catalog-parity-product-image img,
  .catalog-parity-faq-item svg {
    transition: none;
  }

  .catalog-parity-button:hover,
  .catalog-parity-product-image:hover {
    transform: none;
  }
}
