/* Mobile stands: compact product first screen + calculator. */
.mh-mobile-stands {
	padding-top: clamp(22px, 3vw, 42px);
}
.mh-mobile-stands__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(280px, 0.68fr);
	gap: 24px;
	align-items: end;
	margin-bottom: 14px;
}
.mh-mobile-stands__head h1 {
	margin: 0;
	max-width: 820px;
	font-size: clamp(42px, 6vw, 72px);
	line-height: 0.98;
}
.mh-mobile-stands__head p {
	margin: 0;
	font-size: var(--text-h3-sm);
	line-height: 1.5;
	color: var(--fg-mute);
}
.mh-mobile-stands__tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
	border-bottom: 1px solid var(--line);
}
.mh-mobile-stands__tab {
	appearance: none;
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	padding: 10px 14px;
	background: transparent;
	border: 1px solid transparent;
	border-bottom: 2px solid transparent;
	color: var(--fg-mute);
	font: inherit;
	font-family: var(--font-display);
	font-size: var(--text-body-sm);
	line-height: 1.1;
	text-align: left;
	cursor: pointer;
	transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}
.mh-mobile-stands__tab:hover,
.mh-mobile-stands__tab.is-active {
	background: var(--paper);
	border-color: var(--line);
	border-bottom-color: var(--accent);
	color: var(--ink);
}
.mh-mobile-stands__grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1fr);
	gap: 24px;
	align-items: start;
}
.mh-mobile-stands__showcase {
	min-width: 0;
}
.mh-mobile-stands__stage {
	position: relative;
	min-height: 520px;
	background:
		linear-gradient(180deg, color-mix(in srgb, var(--paper) 82%, var(--color-white) 18%), var(--bg)),
		var(--paper);
	border: 1px solid var(--line);
	overflow: hidden;
}
.mh-mobile-stands__preview {
	position: absolute;
	inset: 0;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	margin: 0;
	padding: 26px 30px 24px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 180ms ease;
}
.mh-mobile-stands__preview.is-active {
	opacity: 1;
	pointer-events: auto;
}
.mh-mobile-stands__preview img {
	align-self: center;
	justify-self: center;
	width: min(94%, 560px);
	height: 380px;
	object-fit: contain;
}
.mh-mobile-stands__preview figcaption {
	display: grid;
	gap: 8px;
	max-width: 620px;
	padding-top: 18px;
	border-top: 1px solid var(--line);
}
.mh-mobile-stands__preview figcaption strong {
	font-family: var(--font-display);
	font-size: var(--text-h3);
	line-height: 1.1;
	color: var(--ink);
}
.mh-mobile-stands__preview figcaption > span:not(.mh-mobile-stands__specs) {
	font-size: var(--text-body-sm);
	line-height: 1.45;
	color: var(--fg-mute);
}
.mh-mobile-stands__rollup {
	margin-top: 24px;
}
.mh-mobile-stands__rollup-panel {
	display: none;
	grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
	gap: 18px;
	align-items: stretch;
}
.mh-mobile-stands__rollup-panel.is-active {
	display: grid;
}
.mh-mobile-stands__rollup-card {
	display: grid;
	gap: 12px;
	margin: 0;
	padding: 18px;
	background: var(--paper);
	border: 1px solid var(--line);
}
.mh-mobile-stands__rollup-card img {
	width: 100%;
	height: 260px;
	object-fit: contain;
	background: color-mix(in srgb, var(--bg) 82%, var(--color-white) 18%);
}
.mh-interior-print .mh-mobile-stands__stage {
	min-height: 560px;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--paper) 76%, var(--color-white) 24%), var(--bg)),
		var(--paper);
}
.mh-interior-print__preview {
	grid-template-rows: minmax(0, 1fr) auto;
}
.mh-interior-print__preview img {
	width: min(100%, 620px);
	height: 340px;
	object-fit: contain;
	border: 1px solid var(--line);
	filter: saturate(0.92) contrast(1.04);
	background: color-mix(in srgb, var(--paper) 88%, var(--color-white) 12%);
}
.mh-interior-print__badge {
	position: absolute;
	right: 30px;
	top: 30px;
	display: grid;
	gap: 4px;
	max-width: min(320px, calc(100% - 60px));
	padding: 12px 14px;
	background: color-mix(in srgb, var(--paper) 92%, transparent);
	border: 1px solid var(--line);
	box-shadow: var(--shadow-soft);
}
.mh-interior-print__badge span {
	font-size: var(--text-mono-2xs);
	color: var(--fg-mute);
	text-transform: uppercase;
}
.mh-interior-print__badge strong {
	font-family: var(--font-display);
	font-size: var(--text-h3-sm);
	line-height: 1;
	color: var(--ink);
}
.mh-interior-print .uc-calc__block[data-block="material"] {
	display: none;
}
.mh-interior-print .uc-calc__layout-guide--compact {
	order: 0;
}
.mh-interior-print [data-calc-options] {
	order: 3;
}
.mh-interior-print .uc-calc__block[data-block="option"] .uc-calc__block-hint {
	display: none;
}
.mh-interior-print [data-calc-quantity] {
	order: 4;
}
.mh-interior-print__process {
	display: grid;
	grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	margin: 24px 0 0;
	padding: 22px;
	background: var(--paper);
	border: 1px solid var(--line);
}
.mh-interior-print__process-copy {
	display: grid;
	gap: 10px;
}
.mh-interior-print__process-copy h2,
.mh-interior-print__process-copy p {
	margin: 0;
}
.mh-interior-print__process-copy p {
	font-size: var(--text-body-sm);
	line-height: 1.45;
	color: var(--fg-mute);
}
.mh-interior-print__process img {
	width: 100%;
	max-height: 360px;
	object-fit: contain;
}
.mh-plenka .mh-mobile-stands__stage {
	min-height: 560px;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--paper) 80%, var(--color-white) 20%), var(--bg)),
		var(--paper);
}
.mh-plenka__preview img {
	width: min(100%, 640px);
	height: 350px;
	object-fit: contain;
	filter: saturate(0.94) contrast(1.03);
}
.mh-plenka__badge {
	position: absolute;
	right: 30px;
	top: 30px;
	display: grid;
	gap: 4px;
	min-width: 112px;
	padding: 12px 14px;
	background: color-mix(in srgb, var(--paper) 93%, transparent);
	border: 1px solid var(--line);
	box-shadow: var(--shadow-soft);
}
.mh-plenka__badge span,
.mh-plenka__badge small {
	font-size: var(--text-mono-2xs);
	color: var(--fg-mute);
	text-transform: uppercase;
}
.mh-plenka__badge strong {
	font-family: var(--font-display);
	font-size: var(--text-h3-sm);
	line-height: 1;
	color: var(--ink);
}
.mh-plenka__badge small {
	color: var(--accent);
	font-weight: 700;
}
.mh-plenka .uc-calc__layout-guide--compact {
	order: 0;
}
.mh-plenka [data-calc-sizes] {
	order: 1;
}
.mh-plenka [data-calc-materials] {
	order: 2;
}
.mh-plenka [data-calc-options] {
	order: 3;
}
.mh-plenka .uc-calc__block[data-block="option"] .uc-calc__block-hint {
	display: none;
}
.mh-plenka__process {
	display: grid;
	grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	margin: 24px 0 0;
	padding: 22px;
	background: var(--paper);
	border: 1px solid var(--line);
}
.mh-plenka__process-copy {
	display: grid;
	gap: 10px;
}
.mh-plenka__process-copy h2,
.mh-plenka__process-copy p {
	margin: 0;
}
.mh-plenka__process-copy p {
	font-size: var(--text-body-sm);
	line-height: 1.45;
	color: var(--fg-mute);
}
.mh-plenka__process img {
	width: 100%;
	max-height: 360px;
	object-fit: contain;
}
.mh-tablichki .mh-mobile-stands__stage {
	min-height: 560px;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--paper) 78%, var(--color-white) 22%), var(--bg)),
		var(--paper);
}
.mh-tablichki__preview {
	grid-template-rows: auto auto auto;
	align-content: center;
}
.mh-tablichki__image-frame {
	position: relative;
	align-self: center;
	justify-self: stretch;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	overflow: hidden;
	border: 1px solid var(--line);
	background: color-mix(in srgb, var(--paper) 88%, var(--color-white) 12%);
}
.mh-tablichki__preview img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.94) contrast(1.03);
}
.mh-tablichki__preview--info-stendy img {
	object-position: center;
}
.mh-tablichki__badge {
	position: absolute;
	right: 30px;
	top: 30px;
	display: grid;
	gap: 4px;
	min-width: 116px;
	padding: 12px 14px;
	background: color-mix(in srgb, var(--paper) 93%, transparent);
	border: 1px solid var(--line);
	box-shadow: var(--shadow-soft);
}
.mh-tablichki__badge span {
	font-size: var(--text-mono-2xs);
	color: var(--fg-mute);
	text-transform: uppercase;
}
.mh-tablichki__badge strong {
	font-family: var(--font-display);
	font-size: var(--text-h3-sm);
	line-height: 1;
	color: var(--accent);
}
.mh-tablichki .uc-calc__layout-guide--compact {
	order: 0;
}
.mh-tablichki [data-calc-sizes] {
	order: 1;
}
.mh-tablichki [data-calc-materials] {
	order: 2;
}
.mh-tablichki [data-calc-options] {
	order: 3;
}
.mh-tablichki .uc-calc__block[data-block="option"] .uc-calc__block-hint {
	display: none;
}
.mh-tablichki__process {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	margin: 24px 0 0;
	padding: 22px;
	background: var(--paper);
	border: 1px solid var(--line);
}
.mh-tablichki__process img {
	width: 100%;
	max-height: 260px;
	object-fit: cover;
	border: 1px solid var(--line);
}
.mh-tablichki__process h2,
.mh-tablichki__process p {
	margin: 0;
}
.mh-tablichki__process p {
	font-size: var(--text-body-sm);
	line-height: 1.45;
	color: var(--fg-mute);
}
.mh-canvas .mh-mobile-stands__grid {
	grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1fr);
}
.mh-canvas .mh-mobile-stands__stage {
	min-height: 560px;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--paper) 80%, var(--color-white) 20%), var(--bg)),
		var(--paper);
}
.mh-canvas__stage {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	gap: 18px;
	margin: 0;
	padding: 26px 30px 24px;
}
.mh-canvas__image-frame {
	position: relative;
	align-self: stretch;
	min-height: 0;
	border: 1px solid var(--line);
	background: color-mix(in srgb, var(--paper) 88%, var(--color-white) 12%);
	overflow: hidden;
}
.mh-canvas__image-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
	filter: saturate(0.96) contrast(1.03);
}
.mh-canvas__badge {
	position: absolute;
	right: 30px;
	top: 30px;
	display: grid;
	gap: 4px;
	min-width: 116px;
	padding: 12px 14px;
	background: color-mix(in srgb, var(--paper) 93%, transparent);
	border: 1px solid var(--line);
	box-shadow: var(--shadow-soft);
}
.mh-canvas__badge span {
	font-size: var(--text-mono-2xs);
	color: var(--fg-mute);
	text-transform: uppercase;
}
.mh-canvas__badge strong {
	font-family: var(--font-display);
	font-size: var(--text-h3-sm);
	line-height: 1;
	color: var(--accent);
}
.mh-canvas__caption {
	display: grid;
	gap: 8px;
	padding-top: 18px;
	border-top: 1px solid var(--line);
}
.mh-canvas__caption strong {
	font-family: var(--font-display);
	font-size: var(--text-h3);
	line-height: 1.1;
	color: var(--ink);
}
.mh-canvas__caption span {
	font-size: var(--text-body-sm);
	line-height: 1.45;
	color: var(--fg-mute);
}
.mh-canvas [data-calc-sizes] {
	order: 1;
}
.mh-canvas [data-calc-options] {
	order: 2;
}
.mh-canvas [data-calc-quantity] {
	order: 3;
}
.mh-canvas .uc-calc__block[data-block="option"] .uc-calc__block-hint {
	display: none;
}
.mh-poligrafiya .mh-mobile-stands__grid {
	grid-template-columns: minmax(0, 0.94fr) minmax(430px, 1fr);
}
.mh-poligrafiya .mh-mobile-stands__stage {
	min-height: 560px;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--paper) 82%, var(--color-white) 18%), var(--bg)),
		var(--paper);
}
.mh-poligrafiya__tabs {
	flex-wrap: nowrap;
	overflow-x: auto;
	scrollbar-width: thin;
}
.mh-poligrafiya__tabs .mh-mobile-stands__tab {
	flex: 0 0 auto;
	white-space: nowrap;
}
.mh-poligrafiya__preview {
	grid-template-rows: minmax(0, 1fr) auto;
}
.mh-poligrafiya__image-frame {
	position: relative;
	align-self: stretch;
	min-height: 0;
	border: 1px solid var(--line);
	background: color-mix(in srgb, var(--paper) 88%, var(--color-white) 12%);
	overflow: hidden;
}
.mh-poligrafiya__image-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.96) contrast(1.03);
}
.mh-poligrafiya__preview--vizitki .mh-poligrafiya__image-frame img {
	transform: scale(1.08);
}
.mh-poligrafiya__badge {
	position: absolute;
	right: 30px;
	top: 30px;
	display: grid;
	gap: 4px;
	min-width: 126px;
	padding: 12px 14px;
	background: color-mix(in srgb, var(--paper) 93%, transparent);
	border: 1px solid var(--line);
	box-shadow: var(--shadow-soft);
}
.mh-poligrafiya__badge span,
.mh-poligrafiya__fact span {
	font-size: var(--text-mono-2xs);
	color: var(--fg-mute);
	text-transform: uppercase;
}
.mh-poligrafiya__badge strong {
	font-family: var(--font-display);
	font-size: var(--text-h3-sm);
	line-height: 1;
	color: var(--accent);
}
.mh-poligrafiya__facts {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}
.mh-poligrafiya__fact {
	display: grid;
	gap: 4px;
	min-width: 0;
	padding: 12px;
	background: var(--paper);
	border: 1px solid var(--line);
}
.mh-poligrafiya__fact strong {
	font-family: var(--font-display);
	font-size: var(--text-body-sm);
	line-height: 1.15;
	color: var(--ink);
}
.mh-poligrafiya .uc-calc__layout-guide--compact {
	order: 0;
}
.mh-plotter .uc-calc__layout-guide--compact {
	order: 0;
}
.mh-poligrafiya [data-calc-sizes] {
	order: 1;
}
.mh-poligrafiya [data-calc-materials] {
	order: 2;
}
.mh-poligrafiya [data-calc-options] {
	order: 3;
}
.mh-poligrafiya [data-calc-quantity] {
	order: 4;
}
.mh-poligrafiya .uc-calc__composite-inputs {
	display: none !important;
}
.mh-poligrafiya .uc-calc__mats-grid--papers {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 6px;
}
.mh-poligrafiya .uc-calc__mats-grid--sides {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
}
.mh-poligrafiya .uc-calc__card--side {
	min-height: 56px;
}
.mh-poligrafiya .uc-calc__card--side .uc-calc__card-desc {
	display: block;
}
.mh-poligrafiya .uc-calc__card-price.is-on-request {
	color: var(--fg-mute);
}
.mh-poligrafiya .uc-calc__block[data-block="option"] .uc-calc__block-hint {
	display: none;
}
.mh-poligrafiya__process {
	margin-top: 24px;
}
.mh-poligrafiya__process-panel {
	display: none;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
	margin: 0;
	padding: 18px;
	background: var(--paper);
	border: 1px solid var(--line);
}
.mh-poligrafiya__process-panel.is-active {
	display: grid;
}
.mh-poligrafiya__process-image {
	min-width: 0;
	aspect-ratio: 16 / 9;
	background: color-mix(in srgb, var(--bg) 82%, var(--color-white) 18%);
	border: 1px solid var(--line);
	overflow: hidden;
}
.mh-poligrafiya__process-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mh-poligrafiya__process-copy {
	display: grid;
	align-content: center;
	gap: 12px;
	min-width: 0;
}
.mh-poligrafiya__process-copy strong {
	font-family: var(--font-display);
	font-size: var(--text-h3);
	line-height: 1.08;
	color: var(--ink);
}
.mh-poligrafiya__process-copy > span:not(.mh__section-eyebrow) {
	font-size: var(--text-body-sm);
	line-height: 1.45;
	color: var(--fg-mute);
}
.mh-canvas__stretch {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	margin: 24px 0 0;
	padding: 22px;
	background: var(--paper);
	border: 1px solid var(--line);
}
.mh-canvas__stretch-copy {
	display: grid;
	gap: 10px;
}
.mh-canvas__stretch-copy h2,
.mh-canvas__stretch-copy p,
.mh-canvas__stretch-card {
	margin: 0;
}
.mh-canvas__stretch-copy p {
	font-size: var(--text-body-sm);
	line-height: 1.45;
	color: var(--fg-mute);
}
.mh-canvas__stretch-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}
.mh-canvas__stretch-card {
	display: grid;
	gap: 12px;
	min-width: 0;
}
.mh-canvas__stretch-visual {
	position: relative;
	aspect-ratio: 1100 / 520;
	background: color-mix(in srgb, var(--bg) 84%, var(--color-white) 16%);
	border: 1px solid var(--line);
	overflow: hidden;
}
.mh-canvas__stretch-visual img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mh-canvas__stretch-card figcaption {
	display: grid;
	gap: 5px;
}
.mh-canvas__stretch-card strong {
	font-family: var(--font-display);
	font-size: var(--text-h3-sm);
	line-height: 1.1;
	color: var(--ink);
}
.mh-canvas__stretch-card span {
	font-size: var(--text-body-sm);
	line-height: 1.35;
	color: var(--fg-mute);
}
.mh-plotter .mh-mobile-stands__grid {
	grid-template-columns: minmax(0, 0.92fr) minmax(430px, 1fr);
}
.mh-plotter .mh-mobile-stands__stage {
	min-height: 520px;
	background:
		linear-gradient(135deg, color-mix(in srgb, var(--paper) 82%, var(--color-white) 18%), var(--bg)),
		var(--paper);
}
.mh-plotter__stage {
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	gap: 18px;
	margin: 0;
	padding: 26px 30px 24px;
}
.mh-plotter__image-frame {
	min-width: 0;
	min-height: 0;
	background: color-mix(in srgb, var(--bg) 84%, var(--color-white) 16%);
	border: 1px solid var(--line);
	overflow: hidden;
}
.mh-plotter__image-frame img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: saturate(0.98) contrast(1.02);
}
.mh-plotter__caption {
	display: grid;
	gap: 8px;
	padding-top: 16px;
	border-top: 1px solid var(--line);
}
.mh-plotter__caption strong,
.mh-plotter__fact strong,
.mh-plotter__process-copy strong {
	font-family: var(--font-display);
	color: var(--ink);
}
.mh-plotter__caption strong {
	font-size: var(--text-h3);
	line-height: 1.08;
}
.mh-plotter__caption span,
.mh-plotter__process-copy p {
	font-size: var(--text-body-sm);
	line-height: 1.45;
	color: var(--fg-mute);
}
.mh-plotter__facts {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}
.mh-plotter__fact {
	display: grid;
	gap: 6px;
	min-width: 0;
	background: var(--paper);
	border: 1px solid var(--line);
}
.mh-plotter__fact {
	padding: 12px;
}
.mh-plotter__fact span {
	font-size: var(--text-mono-2xs);
	color: var(--fg-mute);
	text-transform: uppercase;
}
.mh-plotter__fact strong {
	font-size: var(--text-body-sm);
	line-height: 1.15;
}
.mh-plotter__process {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
	gap: 22px;
	align-items: center;
	margin: 24px 0 0;
	padding: 22px;
	background: var(--paper);
	border: 1px solid var(--line);
}
.mh-plotter__process-copy {
	display: grid;
	gap: 10px;
	min-width: 0;
}
.mh-plotter__process-copy h2,
.mh-plotter__process-copy p,
.mh-plotter__process {
	margin: 0;
}
.mh-plotter__process-copy strong {
	font-size: var(--text-h3);
	line-height: 1.08;
}
.mh-plotter__process img {
	display: block;
	width: 100%;
	height: 360px;
	object-fit: cover;
	object-position: center;
	background: color-mix(in srgb, var(--bg) 84%, var(--color-white) 16%);
	border: 1px solid var(--line);
}
@media (max-width: 1180px) {
	.mh-mobile-stands__grid,
	.mh-mobile-stands__head {
		grid-template-columns: 1fr;
	}
	.mh-canvas .mh-mobile-stands__grid {
		grid-template-columns: 1fr;
	}
	.mh-poligrafiya .mh-mobile-stands__grid {
		grid-template-columns: 1fr;
	}
	.mh-plotter .mh-mobile-stands__grid {
		grid-template-columns: minmax(0, 1fr);
	}
	.mh-plotter .mh-mobile-stands__calc {
		min-width: 0;
	}
	.mh-mobile-stands__stage {
		min-height: 450px;
	}
	.mh-mobile-stands__preview img {
		height: 310px;
	}
	.mh-mobile-stands__rollup-panel {
		grid-template-columns: 1fr;
	}
	.mh-interior-print .mh-mobile-stands__stage {
		min-height: 480px;
	}
	.mh-plenka .mh-mobile-stands__stage {
		min-height: 480px;
	}
	.mh-tablichki .mh-mobile-stands__stage {
		min-height: 480px;
	}
	.mh-poligrafiya .mh-mobile-stands__stage {
		min-height: 480px;
	}
	.mh-plotter .mh-mobile-stands__stage {
		min-height: 480px;
	}
	.mh-interior-print__process,
	.mh-plenka__process,
	.mh-tablichki__process,
	.mh-canvas__stretch,
	.mh-plotter__process {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 860px) {
	.mh-mobile-stands__tab {
		flex: 1 1 100%;
	}
	.mh-mobile-stands__stage {
		min-height: 400px;
	}
	.mh-mobile-stands__preview {
		padding: 18px;
	}
	.mh-mobile-stands__preview img {
		width: 100%;
		height: 250px;
	}
	.mh-mobile-stands__rollup-card {
		padding: 14px;
	}
	.mh-mobile-stands__rollup-card img {
		height: 190px;
	}
	.mh-interior-print .mh-mobile-stands__stage {
		min-height: 430px;
	}
	.mh-interior-print__preview img {
		height: 230px;
	}
	.mh-plenka__preview img {
		height: 230px;
	}
	.mh-tablichki .mh-mobile-stands__stage {
		min-height: 620px;
	}
	.mh-canvas .mh-mobile-stands__stage {
		min-height: 0;
	}
	.mh-poligrafiya .mh-mobile-stands__stage {
		min-height: 520px;
	}
	.mh-plotter .mh-mobile-stands__stage {
		min-height: 0;
	}
	.mh-poligrafiya__tabs .mh-mobile-stands__tab {
		flex: 0 0 auto;
		max-width: 78vw;
	}
	.mh-poligrafiya__preview {
		grid-template-rows: auto auto;
		padding: 18px;
	}
	.mh-poligrafiya__image-frame {
		aspect-ratio: 4 / 3;
	}
	.mh-poligrafiya__badge {
		position: static;
		max-width: 100%;
		margin-top: 10px;
	}
	.mh-poligrafiya__facts {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.mh-poligrafiya .uc-calc__mats-grid--papers {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.mh-poligrafiya__process-panel {
		grid-template-columns: 1fr;
		gap: 14px;
		padding: 14px;
	}
	.mh-poligrafiya__process-copy strong {
		font-size: var(--text-h3);
	}
	.mh-canvas__stage {
		grid-template-rows: auto auto;
		padding: 18px;
	}
	.mh-plotter__stage {
		grid-template-rows: auto auto;
		padding: 18px;
	}
	.mh-plotter__image-frame {
		aspect-ratio: 4 / 3;
	}
	.mh-plotter__facts {
		grid-template-columns: 1fr;
	}
	.mh-canvas__image-frame {
		align-self: auto;
		aspect-ratio: 4 / 3;
	}
	.mh-canvas__stretch-grid {
		grid-template-columns: 1fr;
	}
	.mh-canvas__badge {
		position: static;
		max-width: 100%;
		margin-top: 0;
	}
	.mh-tablichki__preview {
		grid-template-rows: auto auto auto;
		align-content: start;
	}
	.mh-tablichki__image-frame {
		height: auto;
		overflow: hidden;
	}
	.mh-interior-print__badge,
	.mh-plenka__badge,
	.mh-tablichki__badge {
		position: static;
		max-width: 100%;
		margin-top: 10px;
	}
	.mh-interior-print__process,
	.mh-plenka__process,
	.mh-tablichki__process,
	.mh-canvas__stretch,
	.mh-plotter__process {
		padding: 16px;
	}
	.mh-plenka__process-copy h2 {
		font-size: var(--text-h3-sm);
		line-height: 1.08;
	}
	.mh-interior-print__process img,
	.mh-plenka__process img,
	.mh-tablichki__process img,
	.mh-plotter__process img {
		max-height: 240px;
	}
}
