/* T-REX / Тирекс PDP landing — from Desktop/верстка тирекс */
.ptm{
	overflow-x:hidden;
	width:100%;
	max-width:none;
	margin:0 0 48px;
	color:#102631;
}
.ptm-inner{ width:100%; }
.ptm img{ max-width:none; }

* {
  box-sizing: border-box;
}








.ptm {
  overflow-x: hidden;
  max-width: 100%;
}

.ptm-promo-img {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 40px 0 48px;
  height: auto;
}

.ptm-promo-mask {
  position: relative;
  width: 100%;
  max-width: none;
  aspect-ratio: 1440 / 477;
  height: auto;
  border-radius: 28px;
  overflow: hidden;
}

.ptm-promo-bg {
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}
.ptm-promo-bg--mob {
  display: none;
}
.ptm-promo-mask::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.72) 0%,
    rgba(0, 0, 0, 0.45) 38%,
    rgba(0, 0, 0, 0.15) 62%,
    rgba(0, 0, 0, 0.05) 100%
  );
}
.ptm-promo-ui {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}
.ptm-promo-ui > * {
  pointer-events: auto;
}
.ptm-promo-title {
  position: absolute;
  top: 13.6%;
  left: 4.65%;
  width: 55%;
  max-width: 794px;
  margin: 0;
  font-family: "SONGER SemiExpanded", sans-serif;
  font-weight: 900;
  font-size: clamp(28px, 4.7vw, 68px);
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
}
.ptm-promo-title-mob {
  display: none;
}
.ptm-promo-subtitle,
.ptm-promo-subtitle--desk {
  position: absolute;
  top: 13.6%;
  right: 2%;
  left: auto;
  margin: 0;
  max-width: 340px;
  font-family: "SONGER SemiExpanded", sans-serif;
  font-weight: 900;
  font-size: clamp(14px, 1.7vw, 24px);
  line-height: 1.1;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
}
.ptm-promo-subtitle--mobbar,
.ptm-promo-subtitle--mob {
  display: none;
}
.ptm-promo-subtitle-mob {
  display: none;
}
.ptm-promo-badge {
  position: absolute;
  top: auto;
  bottom: 10%;
  right: 4%;
  left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ptm-promo-badge-line {
  display: block;
  width: clamp(60px, 10vw, 139px);
  height: 0;
  border-top: 2px solid #fff;
  flex-shrink: 0;
  transform: translateY(8px);
}
.ptm-promo-badge-text {
  font-family: "SONGER SemiExpanded", sans-serif;
  font-weight: 800;
  font-size: clamp(14px, 1.7vw, 24px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}

.ptm-promo-btn {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 4.65%;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(361px, 42%);
  height: 47px;
  padding: 12px 24px;
  border-radius: 8px;
  background: #fff;
  color: #102631;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
}

.ptm-promo-pts {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 64px 0;
  box-sizing: border-box;
  background: #fff;
}
.ptm-promo-pts-title {
  margin: 0;
  width: 581px;
  flex-shrink: 0;
  font-family: "SONGER SemiExpanded", sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #707070;
  gap: 8px;
}
.ptm-promo-pts-text {
  margin: 0;
  width: 818px;
  max-width: 100%;
  font-family: "SONGER SemiExpanded", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #707070;
}
.ptm-promo-blocks {
  position: relative;
  max-width: none;
  margin: 0 auto;
  padding: 64px 0;
  box-sizing: border-box;
}
.ptm-promo-blocks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 300px);
  gap: 16px;
  width: 100%;
  max-width: none;
  margin: 0;
}
.ptm-promo-block {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 32px;
  min-width: 0;
  height: 300px;
  padding: 64px 32px 32px 40px;
  border-radius: 28px;
  background: #F6F6F9;
  overflow: hidden;
  box-sizing: border-box;
}
.ptm-promo-block--wide {
  grid-column: span 2;
  display: block;
  height: 300px;
  padding: 64px 42% 32px 40px;
  overflow: hidden;
}
.ptm-promo-block--metal {
  grid-column: 1 / 3;
  grid-row: 1;
}
.ptm-promo-block:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
.ptm-promo-block:nth-child(3) {
  grid-column: 4;
  grid-row: 1;
}
.ptm-promo-block:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}
.ptm-promo-block:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
.ptm-promo-block--tire {
  grid-column: 3 / 5;
  grid-row: 2;
}
.ptm-promo-block__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 32px;
  min-width: 0;
  height: 100%;
  min-height: 0;
}
.ptm-promo-block__title {
  margin: 0;
  font-family: "SONGER SemiExpanded", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #102631;
  white-space: nowrap;
}
.ptm-promo-block__title-line {
  display: block;
  white-space: nowrap;
}
.ptm-promo-block__text {
  margin: 0;
  font-family: "Onest", sans-serif;
  font-weight: 500;
  max-width: 256px;
  font-size: 16px;
  line-height: 1.35;
  color: #102631;
}
.ptm-promo-block__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  object-position: right center;
  pointer-events: none;
  z-index: 0;
}
.ptm-promo-block--metal .ptm-promo-block__img {
  width: 62%;
  object-position: right center;
}
.ptm-promo-block--tire .ptm-promo-block__img {
  width: 55%;
  object-position: center center;
}
.ptm-promo-desc {
  display: flex;
  flex-direction: column;
  gap: 70px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 64px 0;
  box-sizing: border-box;
  background: #fff;
}
.ptm-promo-desc-head {
  display: flex;
  align-items: center;
  gap: 70px;
  width: 100%;
  max-width: 1440px;
}
.ptm-promo-desc-title {
  margin: 0;
  width: 200px;
  font-family: "SONGER SemiExpanded", sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #102631;
}
.ptm-promo-desc-body {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
  max-width: 1440px;
}
.ptm-promo-desc-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  max-width: 1440px;
  padding-bottom: 20px;
  border-bottom: 1px solid #b9b9b9;
}
.ptm-promo-desc-label {
  margin: 0;
  flex: 0 0 704px;
  font-family: Onest, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.3;
  color: #102631;
}
.ptm-promo-desc-content {
  flex: 1;
  min-width: 0;
}
.ptm-promo-desc-content p,
.ptm-promo-desc-list {
  margin: 0;
  font-family: Onest, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.40;
  color: #102631;
}
.ptm-promo-desc-list {
  padding-left: 1.25em;
}
.ptm-promo-desc-list li + li {
  margin-top: 12px;
}
.ptm-promo-desc-list strong {
  font-weight: 600;
}
.ptm-promo-goods-desktop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  max-width: none;
  margin: 0 auto;
  padding: 64px 0;
  box-sizing: border-box;
}
.ptm-promo-goods-desktop1 {
  display: block;
  width: 100%;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}
.ptm-promo-goods-desktop-group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 0;
}
.ptm-promo-goods-desktop2,
.ptm-promo-goods-desktop3 {
  display: block;
  width: calc((100% - 32px) / 2);
  max-width: 704px;
  height: auto;
}
.ptm-promo-goods-mobile-group {
  display: none;
}
.ptm-promo-svg {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 64px 0;
  box-sizing: border-box;
}
.ptm-promo-svg-group {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  width: 100%;
  max-width: 1440px;
}
.ptm-promo-svg-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: auto;
  min-width: 0;
}
.ptm-promo-svg-item-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}
.ptm-promo-svg-item-title {
  margin: 0;
  font-family: "SONGER SemiExpanded", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #102631;
}
.ptm-promo-svg-item-text {
  margin: 0;
  font-family: "Onest", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.40;
  color: #102631;
}

.ptm-promo-svg-icon {
  display: block;
  height: 92px;
  width: 130px;
  object-fit: contain;
}
/* ---- Color block (layout as TMG tricycle, Trex colors) ---- */
.ptm-color-block{
	width:100%;
	max-width:none;
	margin:0;
	padding:64px 0;
	background:#fff;
	box-sizing:border-box;
}
.ptm-color-block__inner{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:48px;
	width:100%;
}
.ptm-color-block__content{
	flex:1;
	min-width:0;
	display:flex;
	flex-direction:column;
	gap:32px;
}
.ptm-color-block__media{
	flex-shrink:0;
	width:50%;
	max-width:720px;
}
.ptm-color-block__media img{
	display:block;
	width:100%;
	max-width:100%;
	height:auto;
}
.ptm-color-block__title{
	margin:0;
	font-family:"SONGER SemiExpanded", sans-serif;
	font-weight:900;
	font-size:32px;
	line-height:1.1;
	text-transform:uppercase;
	color:#102631;
}
.ptm-color-picker{
	display:flex;
	flex-wrap:wrap;
	gap:24px 32px;
	padding:0;
	margin:0;
	list-style:none;
}
.ptm-color-picker__item{
	display:flex;
	flex-direction:column;
	align-items:center;
	gap:8px;
	width:72px;
}
.pcd-main button.ptm-color-picker__btn,
.ptm-color-picker__btn{
	width:52px;
	height:52px;
	padding:0;
	border:1px solid transparent;
	border-radius:50%;
	background:rgba(124, 121, 121, 0.08);
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	font:inherit;
	box-shadow:none;
}
.pcd-main button.ptm-color-picker__btn.is-active,
.ptm-color-picker__btn.is-active{
	border-color:#7C7979;
	background:rgba(124, 121, 121, 0.08);
}
.ptm-color-picker__circle{
	width:29.5px;
	height:29.5px;
	border-radius:50%;
	border:0.86px solid #E8E8E8;
}
.ptm-color-picker__circle--khaki{ background:#76622B; }
.ptm-color-picker__circle--blue{ background:#1131FF; }
.ptm-color-picker__circle--red{ background:#AE150F; }
.ptm-color-picker__circle--white{ background:#FFFFFF; border-color:#CFCFCF; }
.ptm-color-picker__circle--black{ background:#000; }
.ptm-color-picker__circle--orange{ background:#E85A1B; }
.ptm-color-picker__label{
	font-family:"Onest", sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:1.3;
	text-align:center;
	color:#707070;
}
.ptm-color-picker__label-note{
	font-weight:400;
}
@media (min-width:768px){
	.ptm-color-picker__label-note{ display:none; }
}

.ptm-color-block__price-title{
	margin:0 0 12px;
	font-family:"SONGER SemiExpanded", sans-serif;
	font-weight:900;
	font-size:24px;
	line-height:1.2;
	text-transform:uppercase;
	color:#102631;
}
.ptm-color-block__price-desc{
	margin:0 0 12px;
	font-family:"Onest", sans-serif;
	font-weight:400;
	font-size:16px;
	line-height:1.4;
	color:#102631;
}
.ptm-color-block__price-value{
	margin:0;
	font-family:"SONGER SemiExpanded", sans-serif;
	font-weight:900;
	font-size:40px;
	line-height:1.1;
	color:#3033FF;
}
.pcd-main button.ptm-color-block__btn,
.ptm-color-block__btn{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	width:261px;
	max-width:360px;
	height:48px;
	padding:12px 28px;
	border:0;
	border-radius:8px;
	background:#E8E8E8;
	font-family:"Onest", sans-serif;
	font-weight:600;
	font-size:18px;
	line-height:1;
	color:#707070;
	text-decoration:none;
	gap:8px;
	cursor:pointer;
	box-shadow:none;
}
.ptm-color-block__btn-icon{
	display:block;
	width:20px;
	height:20px;
	flex-shrink:0;
}

/* Process steps (from Desktop/верстка тирекс) */
.ptm-production-process {
  width: 100%;
  margin: 0 auto;
  padding: 64px 0;
  box-sizing: border-box;
  background: #fff;
}
.ptm-production-process__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.ptm-production-section-title {
  margin: 0;
  font-family: "SONGER SemiExpanded", "Onest", sans-serif;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
  color: #102631;
  letter-spacing: 0.01em;
}
.ptm-production-process__heading {
  margin: 0 0 70px;
  max-width: 920px;
}
.ptm-production-process__heading-lead {
  display: block;
}
.ptm-production-process__heading-accent {
  display: block;
  color: #f62649;
  white-space: nowrap;
}
.ptm-production-process__list {
  display: grid;
  gap: 0;
}
.ptm-production-process__step {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px 64px;
  align-items: center;
  padding: 40px 0;
  border-top: none;
}
.ptm-production-process__step:first-child {
  border-top: none;
  padding-top: 0;
}
.ptm-production-process__step:last-child {
  padding-bottom: 0;
}
.ptm-production-process__step--reverse .ptm-production-process__media {
  order: 2;
}
.ptm-production-process__step--reverse .ptm-production-process__content {
  order: 1;
}
.ptm-production-process__media {
  border-radius: 28px;
  overflow: hidden;
  background: transparent;
  line-height: 0;
}
.ptm-production-process__media img {
  display: block;
  width: 100%;
  height: 216px;
  object-fit: cover;
  object-position: center;
}
.ptm-production-process__num {
  display: block;
  margin-bottom: 12px;
  font-family: "SONGER SemiExpanded", "Onest", sans-serif;
  font-size: 56px;
  font-weight: 900;
  line-height: 1;
  color: #707070;
}
.ptm-production-process__title {
  margin: 0 0 24px;
  font-family: "SONGER SemiExpanded", "Onest", sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  color: #000;
}
.ptm-production-process__text {
  margin: 0;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #000;
}








@media (max-width: 767px) {
  .ptm {
    margin: 0 0 24px;
  }
  .ptm-inner {
    width: 100%;
  }

  /* ---- Hero ---- */
  .ptm-promo-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 16px;
    overflow: visible;
  }
  .ptm-promo-mask {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 144px;
    min-height: 144px;
    max-height: 144px;
    aspect-ratio: auto;
    border-radius: 16px;
    overflow: hidden;
  }
  .ptm-promo-mask::after {
    display: none;
  }
  .ptm-promo-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ptm-promo-bg--desk {
    display: none !important;
  }
  .ptm-promo-bg--mob {
    display: block !important;
    object-position: 72% 40%;
  }
  .ptm-promo-title {
    top: 12px;
    left: 12px;
    right: auto;
    width: calc(100% - 24px);
    max-width: 260px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.05;
    white-space: normal;
  }
  .ptm-promo-title-desk {
    display: none;
  }
  .ptm-promo-title-mob {
    display: inline;
  }
  .ptm-promo-subtitle--desk,
  .ptm-promo-subtitle--mobbar {
    display: none !important;
  }
  .ptm-promo-subtitle--mob {
    display: block !important;
    position: absolute;
    top: auto;
    right: auto;
    left: 12px;
    bottom: 10px;
    width: auto;
    max-width: 220px;
    margin: 0;
    padding: 0;
    background: none;
    font-family: "Onest", sans-serif;
    font-weight: 600;
    font-size: 11px;
    line-height: 1.3;
    text-transform: none;
    text-align: left;
    color: #fff;
  }
  .ptm-promo-btn,
  .ptm-promo-badge { display: none; }
  /* ---- Feature cards ---- */
  .ptm-promo-blocks {
    padding: 16px 16px 32px;
  }
  .ptm-promo-blocks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: none;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .ptm-promo-block {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 128px;
    min-height: 128px;
    max-height: 128px;
    padding: 20px;
    border-radius: 20px;
    gap: 10px;
    justify-content: flex-start;
    overflow: hidden;
    box-sizing: border-box;
  }
  .ptm-promo-block--metal,
  .ptm-promo-block--tire,
  .ptm-promo-block:nth-child(2),
  .ptm-promo-block:nth-child(3),
  .ptm-promo-block:nth-child(4),
  .ptm-promo-block:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
  }
  .ptm-promo-block--wide {
    grid-column: 1 / -1;
    display: block;
    position: relative;
    height: 128px;
    min-height: 128px;
    max-height: 128px;
    padding: 20px;
    padding-right: 50%;
    overflow: hidden;
    box-sizing: border-box;
  }
  /* order: metal → 300/6.5 → tire → 185/750 */
  .ptm-promo-block--metal { order: 1; }
  .ptm-promo-block:nth-child(2) { order: 2; }
  .ptm-promo-block:nth-child(3) { order: 3; }
  .ptm-promo-block--tire { order: 4; }
  .ptm-promo-block:nth-child(4) { order: 5; }
  .ptm-promo-block:nth-child(5) { order: 6; }

  .ptm-promo-block__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-height: 0;
    height: auto;
    justify-content: flex-start;
  }
  .ptm-promo-block__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.1;
    white-space: normal;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
  }
  .ptm-promo-block__title-line {
    display: block;
    white-space: nowrap !important;
  }
  .ptm-promo-block--wide .ptm-promo-block__title {
    font-size: 14px;
    font-weight: 900;
    max-width: 100%;
  }
  .ptm-promo-block:not(.ptm-promo-block--wide) .ptm-promo-block__title {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.1;
    color: #102631;
  }
  .ptm-promo-block__text {
    margin: 0;
    font-size: 8px;
    font-weight: 600;
    line-height: 1.3;
  }
  .ptm-promo-block__img {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    width: auto !important;
    max-width: none !important;
    height: 100% !important;
    margin: 0 !important;
    object-fit: unset !important;
    transform: translateX(28%);
    pointer-events: none;
    z-index: 0;
  }
  .ptm-promo-block--metal .ptm-promo-block__img {
    width: auto !important;
    height: 100% !important;
    object-fit: unset !important;
    transform: translateX(24%);
  }
  .ptm-promo-block--tire .ptm-promo-block__img {
    width: auto !important;
    height: 100% !important;
    object-fit: unset !important;
    transform: translateX(32%);
  }
  /* ---- Benefits icons ---- */
  .ptm-promo-svg-section {
    padding: 8px 0 24px;
  }
  .ptm-promo-svg {
    padding: 8px 16px 32px;
    width: 100%;
    max-width: 100%;
  }
  .ptm-promo-svg-group {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  .ptm-promo-svg-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
  }
  .ptm-promo-svg-icon {
    width: 56px;
    height: 56px;
    flex-shrink: 0;
    object-fit: contain;
  }
  .ptm-promo-svg-item-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0;
  }
  .ptm-promo-svg-item-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
  }
  .ptm-promo-svg-item-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
  }

  /* ---- Colors ---- */
  .ptm-color-block { padding: 24px 16px 40px; }
  .ptm-color-block__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .ptm-color-block__content { display: contents; }
  .ptm-color-block__title {
    order: 1;
    font-size: 18px;
    line-height: 1.2;
  }
  .ptm-color-block__media {
    order: 2;
    width: 100%;
    max-width: none;
  }
  .ptm-color-block__media img {
    width: 100%;
    height: 216px;
    max-height: none;
    margin: 0 auto;
    object-fit: contain;
  }
  .ptm-color-picker__scroll {
    order: 3;
    width: 100%;
    overflow: hidden;
  }
  .ptm-color-block__price { order: 4; }
  .pcd-main button.ptm-color-block__btn,
  .ptm-color-block__btn {
    order: 5;
    width: 100%;
    max-width: none;
    height: 48px;
    font-size: 14px;
  }
  .ptm-color-picker {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    margin: 0;
    padding: 0 0 4px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .ptm-color-picker::-webkit-scrollbar { display: none; }
  .ptm-color-picker__item {
    flex-direction: row;
    align-items: center;
    flex-shrink: 0;
    width: auto;
    gap: 10px;
  }
  .ptm-color-picker__label {
    white-space: nowrap;
    text-align: left;
    font-size: 12px;
  }
  .pcd-main button.ptm-color-picker__btn,
  .ptm-color-picker__btn {
    width: 38px;
    height: 38px;
  }
  .ptm-color-picker__circle {
    width: 22px;
    height: 22px;
    border-width: 0.63px;
  }
  .ptm-color-block__price-title {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .ptm-color-block__price-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
  }
  .ptm-color-block__price-desc {
    margin: 0;
    font-size: 13px;
    flex: 1;
  }
  .ptm-color-block__price-value {
    margin: 0;
    font-size: 24px;
    flex-shrink: 0;
  }

  /* ---- Process steps ---- */
  .ptm-production-process {
    padding: 32px 16px 48px;
  }
  .ptm-production-section-title {
    font-size: 22px;
    line-height: 1.15;
  }
  .ptm-production-process__heading {
    margin-bottom: 28px;
    max-width: none;
  }
  .ptm-production-process__list {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .ptm-production-process__step {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 0;
    align-items: stretch;
    border-top: none;
  }
  .ptm-production-process__media,
  .ptm-production-process__step--reverse .ptm-production-process__media {
    order: 1;
    width: 100%;
    border-radius: 16px;
    overflow: hidden;
  }
  .ptm-production-process__content,
  .ptm-production-process__step--reverse .ptm-production-process__content {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 12px;
    row-gap: 8px;
    order: 2;
    align-items: baseline;
  }
  .ptm-production-process__media img {
    width: 100%;
    height: 216px;
    min-height: 0;
    max-height: none;
    object-fit: cover;
  }
  .ptm-production-process__num {
    grid-column: 1;
    margin: 0;
    font-size: 28px;
    font-weight: 900;
    color: #707070;
    line-height: 1;
  }
  .ptm-production-process__title {
    grid-column: 2;
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.2;
  }
  .ptm-production-process__text {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.35;
  }
}
@media (max-width:1100px){
	.ptm-promo-img{ padding:24px 0 32px; }
	.ptm-promo-blocks,
	.ptm-promo-desc,
	.ptm-promo-svg,
	.ptm-color-block,
	.ptm-production-process{ padding:40px 0; }
	.ptm-promo-blocks-grid{ grid-template-columns:repeat(2,1fr); grid-template-rows:none; }
	.ptm-promo-block--metal,
	.ptm-promo-block--tire,
	.ptm-promo-block:nth-child(2),
	.ptm-promo-block:nth-child(3),
	.ptm-promo-block:nth-child(4),
	.ptm-promo-block:nth-child(5){ grid-column:auto; grid-row:auto; }
	.ptm-promo-block--wide{ grid-column:1 / -1; }
	.ptm-promo-svg-group{ grid-template-columns:repeat(2,1fr); gap:24px; }
	.ptm-promo-desc-row{ flex-direction:column; gap:16px; }
	.ptm-promo-desc-label{ flex:none; max-width:none; }
	.ptm-color-block__inner{ flex-direction:column; align-items:stretch; }
	.ptm-color-block__media{ width:100%; max-width:none; }
	.ptm-production-process__step{ grid-template-columns:1fr; }
	.ptm-production-process__step--reverse .ptm-production-process__media,
	.ptm-production-process__step--reverse .ptm-production-process__content{ grid-column:auto; }
}
