.gt-catalog-page {
  width: min(1280px, calc(100vw - 72px));
  margin: 0 auto;
  padding: 30px 0 64px;
  color: #07142f;
}

.gt-catalog-page__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 18px;
  color: #7b8494;
  font-size: 13px;
  line-height: 1.2;
}

.gt-catalog-page__breadcrumbs a {
  color: #7b8494;
  text-decoration: none;
}

.gt-catalog-page__breadcrumbs a::after {
  content: "/";
  margin-left: 8px;
  color: #cbd5e1;
}

.gt-catalog-page__breadcrumbs a:hover {
  color: #ff5a00;
}


.gt-catalog-page h1,
.gt-catalog-page h2,
.gt-catalog-page h3,
.gt-catalog-page p {
  margin: 0;
}



.gt-catalog-page__section {
  margin-top: 34px;
}



.gt-catalog-page__hero {
  display: block;
  margin-bottom: 26px;
}

.gt-catalog-page__kicker {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  margin: 0 0 12px;
  border-radius: 999px;
  padding: 6px 12px;
  background: #fff1e8;
  color: #ff5a00;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gt-catalog-page h1 {
  max-width: 1100px;
  color: #08172d;
  font-size: 42px;
  line-height: 1.06;
  font-weight: 820;
  letter-spacing: 0;
}

.gt-catalog-page__hero p {
  max-width: 720px;
  margin-top: 12px;
  color: #667085;
  font-size: 17px;
  line-height: 1.55;
}

.gt-catalog-page__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #dbe5f0;
  border-radius: 12px;
  padding: 0 20px;
  background: #fff;
  color: #07142f;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.gt-catalog-page__button--primary {
  border-color: #ff5a00;
  background: #ff5a00;
  color: #fff;
  box-shadow: 0 12px 26px rgba(255, 90, 0, 0.18);
}

.gt-catalog-page__button:hover {
  border-color: #ff5a00;
  color: #ff5a00;
}

.gt-catalog-page__button--primary:hover {
  background: #f04f00;
  color: #fff;
}

.gt-catalog-consumables {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px 220px;
  gap: 28px;
  align-items: center;
  min-height: 164px;
  margin-bottom: 24px;
  padding: 28px 34px;
  overflow: visible;
  border: 1px solid rgba(218, 226, 236, 0.92);
  border-radius: 28px;
  background:
    radial-gradient(circle at 91% 52%, rgba(255, 90, 0, 0.1), rgba(255, 90, 0, 0) 36%),
    linear-gradient(180deg, #fff 0%, #fffdfb 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.06);
}

.gt-catalog-consumables h3 {
  max-width: 560px;
  color: #061026;
  font-size: clamp(25px, 2.25vw, 31px);
  line-height: 0.98;
  font-weight: 900;
}

.gt-catalog-consumables p {
  max-width: 590px;
  margin-top: 12px;
  color: #667085;
  font-size: 16px;
  line-height: 1.46;
}

.gt-catalog-consumables__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.gt-catalog-consumables__chips span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  padding: 7px 13px;
  background: #fff;
  color: #061026;
  font-size: 12px;
  line-height: 1.1;
  font-weight: 800;
}

.gt-catalog-consumables__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
  align-self: center;
}

.gt-catalog-consumables__media {
  position: relative;
  display: flex;
  width: 220px;
  min-height: 128px;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border-radius: 22px;
}

.gt-catalog-consumables__media::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 55%, rgba(255, 90, 0, 0.09), transparent 60%),
    #f8fafc;
}

.gt-catalog-consumables__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 116%;
  height: auto;
  max-height: 148px;
  object-fit: contain;
  filter: drop-shadow(0 18px 24px rgba(15, 23, 42, 0.14));
}

.gt-catalog-consumables .gt-catalog-page__button {
  min-height: 46px;
  border-radius: 13px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.16;
  white-space: nowrap;
}

.gt-catalog-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.gt-catalog-card {
  position: relative;
  display: grid;
  min-height: 430px;
  grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.88fr);
  gap: 24px;
  flex-direction: column;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(226, 233, 242, 0.95);
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 84%, rgba(255, 90, 0, 0.15), transparent 43%),
    radial-gradient(ellipse at 76% 72%, rgba(255, 177, 95, 0.1), transparent 38%),
    linear-gradient(180deg, #fff 0%, #fffdfb 100%);
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.065);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.gt-catalog-card:hover {
  border-color: rgba(255, 90, 0, 0.18);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.09);
  transform: translateY(-3px);
}

.gt-catalog-card--cutting {
  --catalog-img-width: 108%;
  --catalog-img-height: 294px;
  --catalog-img-x: 8px;
  --catalog-img-y: 12px;
  --catalog-img-scale: 1;
}

.gt-catalog-card--welding {
  --catalog-img-width: 112%;
  --catalog-img-height: 304px;
  --catalog-img-x: 10px;
  --catalog-img-y: 12px;
  --catalog-img-scale: 1;
}

.gt-catalog-card--pdr {
  --catalog-img-width: 102%;
  --catalog-img-height: 286px;
  --catalog-img-x: 6px;
  --catalog-img-y: 10px;
}

.gt-catalog-card--alm {
  --catalog-img-width: 106%;
  --catalog-img-height: 290px;
  --catalog-img-x: 8px;
  --catalog-img-y: 10px;
  --catalog-img-scale: 1;
}

.gt-catalog-card--equipment {
  --catalog-img-width: 104%;
  --catalog-img-height: 282px;
  --catalog-img-x: 6px;
  --catalog-img-y: 10px;
  --catalog-img-scale: 1;
}

.gt-catalog-card--humidifier {
  --catalog-img-width: 104%;
  --catalog-img-height: 280px;
  --catalog-img-x: 8px;
  --catalog-img-y: 8px;
  --catalog-img-scale: 1;
}

.gt-catalog-card--humidifier .gt-catalog-card__media img {
  mix-blend-mode: normal;
  filter: saturate(1.03) contrast(1.01);
  -webkit-mask-image: radial-gradient(ellipse 82% 76% at 55% 54%, #000 50%, rgba(0, 0, 0, 0.84) 72%, rgba(0, 0, 0, 0.22) 90%, transparent 100%);
  mask-image: radial-gradient(ellipse 82% 76% at 55% 54%, #000 50%, rgba(0, 0, 0, 0.84) 72%, rgba(0, 0, 0, 0.22) 90%, transparent 100%);
}

.gt-catalog-card__media {
  display: flex;
  min-height: 245px;
  height: 245px;
  max-height: 245px;
  align-self: end;
  align-items: flex-end;
  justify-content: center;
  margin-top: 0;
  background: transparent;
  overflow: visible;
}

.gt-catalog-card__media img {
  display: block;
  width: var(--catalog-img-width, 100%);
  max-width: 100%;
  height: auto;
  max-height: var(--catalog-img-height, 286px);
  object-fit: contain;
  background: transparent;
  border: 0;
  box-shadow: none;
  mix-blend-mode: multiply;
  filter: contrast(1.03) saturate(1.03);
  -webkit-mask-image: radial-gradient(ellipse 78% 74% at 54% 54%, #000 56%, rgba(0, 0, 0, 0.86) 74%, rgba(0, 0, 0, 0.24) 91%, transparent 100%);
  mask-image: radial-gradient(ellipse 78% 74% at 54% 54%, #000 56%, rgba(0, 0, 0, 0.86) 74%, rgba(0, 0, 0, 0.24) 91%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  transform: translate(var(--catalog-img-x, 0), var(--catalog-img-y, 0)) scale(var(--catalog-img-scale, 1));
  transform-origin: center;
  transition: opacity 180ms ease, transform 180ms ease, filter 180ms ease;
}

.gt-catalog-card__placeholder {
  display: inline-flex;
  width: 78px;
  height: 78px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 90, 0, 0.22);
  border-radius: 18px;
  background: #fff7f1;
  color: #ff5a00;
  font-size: 34px;
  line-height: 1;
  font-weight: 850;
}

.gt-catalog-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  min-width: 0;
}

.gt-catalog-card__topline {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

.gt-catalog-card__code {
  display: inline-flex;
  min-width: 46px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 13px;
  background: rgba(255, 90, 0, 0.1);
  color: #ff5a00;
  font-size: 11px;
  line-height: 1;
  font-weight: 860;
  letter-spacing: 0.04em;
}

.gt-catalog-card__meta {
  color: #ff5a00;
  font-size: 11px;
  line-height: 14px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.gt-catalog-card h2 {
  max-width: 330px;
  color: #08172d;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 820;
  letter-spacing: 0;
}

.gt-catalog-card h2 a {
  color: inherit;
  text-decoration: none;
}

.gt-catalog-card h2 a:hover {
  color: #ff5a00;
}

.gt-catalog-card__lead {
  max-width: 360px;
  margin: 12px 0 18px;
  color: #667085;
  font-size: 16px;
  line-height: 1.48;
}

.gt-catalog-card__children {
  display: grid;
  width: 100%;
  max-width: 310px;
  gap: 8px;
  margin: 6px 0 22px;
}

.gt-catalog-card__children a {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 16px;
  min-height: 36px;
  align-items: center;
  border: 1px solid #e9edf3;
  border-radius: 12px;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.92);
  color: #182230;
  font-size: 13px;
  font-weight: 760;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.025);
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, color 180ms ease, transform 180ms ease;
}

.gt-catalog-card__children a::before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid rgba(255, 90, 0, 0.26);
  border-radius: 999px;
  background:
    radial-gradient(circle at center, #ff5a00 0 3px, transparent 4px),
    rgba(255, 90, 0, 0.08);
}

.gt-catalog-card__children a::after {
  content: ">";
  justify-self: end;
  color: #98a2b3;
  font-weight: 800;
  transition: transform 180ms ease;
}

.gt-catalog-card__children a:hover,
.gt-catalog-card__children a:focus-visible,
.gt-catalog-card__children a.is-active {
  border-color: rgba(255, 90, 0, 0.34);
  background: rgba(255, 90, 0, 0.06);
  color: #ff5a00;
  transform: translateX(2px);
}

.gt-catalog-card__open {
  display: inline-flex;
  min-width: 188px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  border: 1px solid rgba(255, 90, 0, 0.55);
  border-radius: 15px;
  padding: 0 22px;
  background: #fff;
  color: #ff5a00;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: none;
}

.gt-catalog-card__open:hover,
.gt-catalog-card__open:focus-visible {
  background: #ff5a00;
  color: #fff;
  box-shadow: 0 14px 28px rgba(255, 90, 0, 0.2);
}

.gt-catalog-services {
  display: grid;
  grid-template-columns: 1.08fr 1.14fr .9fr;
  gap: 16px;
  margin-top: 26px;
}

.gt-catalog-service {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .055);
}

.gt-catalog-service__head {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 13px;
  align-items: center;
}

.gt-catalog-service__icon {
  display: grid;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff2ea;
  color: #ff5a00;
}

.gt-catalog-service__icon svg,
.gt-catalog-service__links svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gt-catalog-service__head div > span {
  display: block;
  margin-bottom: 3px;
  color: #f05223;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gt-catalog-service h3 {
  margin: 0;
  color: #08172d;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 650;
}

.gt-catalog-service p {
  margin: 15px 0 0;
  color: #5b6575;
  font-size: 13px;
  line-height: 1.55;
}

.gt-catalog-service__links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: auto;
  padding-top: 14px;
}

.gt-catalog-service__links a {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0;
  border-top: 1px solid #e8edf3;
  color: #101828;
  font-size: 12px;
  font-weight: 650;
  text-decoration: none;
}

.gt-catalog-service__links svg {
  width: 17px;
  height: 17px;
  color: #ff5a00;
}

.gt-catalog-service__links a:hover,
.gt-catalog-service__links a:focus-visible {
  color: #ff5a00;
}

.gt-catalog-service--consult {
  border-color: #0b1730;
  background: #0b1730;
  color: #fff;
  box-shadow: 0 16px 34px rgba(11, 23, 48, .14);
}

.gt-catalog-service--consult .gt-catalog-service__icon {
  background: #ff5a00;
  color: #fff;
}

.gt-catalog-service--consult .gt-catalog-service__head div > span {
  color: #ff8a4c;
}

.gt-catalog-service--consult h3,
.gt-catalog-service--consult .gt-catalog-service__links a {
  color: #fff;
}

.gt-catalog-service--consult p {
  color: #b7c2d4;
}

.gt-catalog-service--consult .gt-catalog-service__links a {
  border-color: rgba(255, 255, 255, .16);
}

.gt-catalog-service--consult .gt-catalog-service__links a:last-child {
  min-height: 42px;
  margin-top: 8px;
  padding: 0 13px;
  border: 0;
  border-radius: 7px;
  background: #ff5a00;
  color: #fff;
}

.gt-catalog-service--consult .gt-catalog-service__links a:last-child svg {
  color: #fff;
}

.gt-catalog-service--support {
  background: #f8fafc;
}

@media (max-width: 1199px) {
  .gt-catalog-page {
    width: min(100%, calc(100vw - 48px));
  }

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

  .gt-catalog-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .gt-catalog-consumables {
    grid-template-columns: 1fr;
  }

  .gt-catalog-consumables__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .gt-catalog-consumables__media {
    justify-content: flex-start;
  }

  .gt-catalog-services {
    grid-template-columns: 1fr;
  }

  .gt-catalog-card__children {
    max-width: 100%;
  }

  .gt-catalog-card__media {
    min-height: 210px;
    height: auto;
    max-height: none;
  }
}

@media (max-width: 700px) {
  .gt-catalog-page {
    width: calc(100vw - 28px);
    padding: 24px 0 42px;
  }

  .gt-catalog-page__breadcrumbs,
  .gt-catalog-page__kicker {
    display: none;
  }

  .gt-catalog-page__section {
    margin-top: 12px;
  }

  .gt-catalog-page__hero {
    margin: 0 0 18px;
  }

  .gt-catalog-page h1 {
    font-size: 34px;
    line-height: 1.05;
  }

  .gt-catalog-page__hero p {
    display: none;
  }

  .gt-catalog-consumables,
  .gt-catalog-card__lead,
  .gt-catalog-card__children,
  .gt-catalog-card__open {
    display: none;
  }

  .gt-catalog-page__grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .gt-catalog-card {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr) 22px;
    min-height: 82px;
    align-items: center;
    gap: 12px;
    border-radius: 18px;
    padding: 10px 12px;
    background: #fff;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  }

  .gt-catalog-card::after {
    content: ">";
    display: flex;
    align-items: center;
    justify-content: center;
    color: #95a1b2;
    font-size: 18px;
    font-weight: 800;
  }

  .gt-catalog-card__body {
    display: block;
    min-height: 0;
  }

  .gt-catalog-card__topline {
    margin: 0 0 4px;
  }

  .gt-catalog-card__code,
  .gt-catalog-card__meta {
    display: none;
  }

  .gt-catalog-card h2 {
    max-width: none;
    font-size: 17px;
    line-height: 1.15;
  }

  .gt-catalog-card__media {
    grid-column: 1;
    grid-row: 1;
    width: 62px;
    min-height: 62px;
    height: 62px;
    max-height: 62px;
    margin: 0;
    align-items: center;
    justify-content: center;
  }

  .gt-catalog-card__media img {
    width: 100%;
    max-height: 58px;
    transform: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .gt-catalog-services {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gt-catalog-card,
  .gt-catalog-card__open {
    transition: none;
  }

  .gt-catalog-card:hover {
    transform: none;
  }
}

.gt-catalog-card.is-previewing .gt-catalog-card__media img {
  opacity: .28;
}
