.pnvt-catalog,
.pnvt-catalog * {
	box-sizing: border-box;
}

.pnvt-catalog {
	--pnvt-red: #e20a0a;
	--pnvt-border: #e2e2e2;
	--pnvt-text: #101010;
	width: min(100%, var(--pnvt-max-width, 1230px));
	max-width: var(--pnvt-max-width, 1230px);
	margin: 0 auto;
	color: var(--pnvt-text);
	font-family: inherit;
	line-height: 1.35;
}

.pnvt-hero {
	position: relative;
	isolation: isolate;
	width: 100vw;
	max-width: 100vw;
	min-height: 520px;
	margin-right: calc(50% - 50vw);
	margin-bottom: 28px;
	margin-left: calc(50% - 50vw);
	overflow: hidden;
	padding: clamp(42px, 5vw, 68px) clamp(28px, 5vw, 68px) !important;
	border-radius: 0;
	background: #242424;
	color: #fff;
}

.pnvt-hero::before {
	position: absolute;
	z-index: -1;
	top: -110px;
	left: -80px;
	width: 310px;
	height: 310px;
	background: url("site-header-pattern.png") no-repeat center / contain;
	content: "";
	opacity: .38;
}

.pnvt-hero::after {
	position: absolute;
	z-index: -2;
	inset: 0;
	background: url("site-wave.png") no-repeat center 68% / 145% auto;
	content: "";
	opacity: .3;
}

.pnvt-hero-content {
	display: grid;
	width: 100%;
	max-width: var(--pnvt-max-width, 1230px);
	margin: 0 auto;
	grid-template-columns: minmax(0, 1.06fr) minmax(400px, .94fr);
	align-items: center;
	gap: clamp(38px, 6vw, 82px);
}

.pnvt-hero-copy {
	position: relative;
	z-index: 2;
}

.pnvt-hero-copy h1 {
	margin: 0 0 18px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(38px, 4.35vw, 58px);
	font-weight: 700;
	letter-spacing: -.025em;
	line-height: 1.08;
}

.pnvt-hero-copy h1 span {
	color: #ee0d0e;
}

.pnvt-hero-lead,
.pnvt-hero-description {
	max-width: 650px;
	color: #fff;
}

.pnvt-hero-lead {
	margin: 0 0 18px;
	font-size: clamp(17px, 1.45vw, 20px);
	font-weight: 500;
	line-height: 1.45;
}

.pnvt-hero-description {
	margin: 0 0 24px;
	color: #e1e1e1;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.55;
}

.pnvt-hero-price {
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: 560px;
	margin-bottom: 24px;
	padding: 14px 17px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 9px;
	background: rgba(255, 255, 255, .075);
	box-shadow: 0 12px 34px rgba(0, 0, 0, .14);
	backdrop-filter: blur(5px);
}

.pnvt-hero-price-icon {
	display: grid;
	flex: 0 0 38px;
	width: 38px;
	height: 38px;
	place-items: center;
	border: 1px solid rgba(238, 13, 14, .55);
	border-radius: 7px;
	background: rgba(238, 13, 14, .13);
	color: #ff2425;
}

.pnvt-hero-price-icon svg {
	width: 23px;
	height: 23px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.pnvt-hero-price strong,
.pnvt-hero-price small {
	display: block;
}

.pnvt-hero-price strong {
	margin-bottom: 3px;
	font-size: 14px;
	font-weight: 700;
}

.pnvt-hero-price small {
	color: #d7d7d7;
	font-size: 12px;
	line-height: 1.4;
}

.pnvt-hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.pnvt-hero-button {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 50px;
	margin: 0 !important;
	padding: 12px 20px !important;
	border: 2px solid #ee0d0e !important;
	border-radius: 3px !important;
	box-shadow: none !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	text-decoration: none !important;
	transition: color .2s ease, background-color .2s ease, transform .2s ease !important;
}

.pnvt-hero-button svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.pnvt-hero-button-primary {
	background: #ee0d0e !important;
	color: #fff !important;
}

.pnvt-hero-button-secondary {
	background: transparent !important;
	color: #fff !important;
}

.pnvt-hero-button:hover,
.pnvt-hero-button:focus-visible {
	transform: translateY(-2px);
}

.pnvt-hero-button-primary:hover,
.pnvt-hero-button-primary:focus-visible {
	background: #c90000 !important;
}

.pnvt-hero-button-secondary:hover,
.pnvt-hero-button-secondary:focus-visible {
	background: #ee0d0e !important;
}

.pnvt-hero-visual {
	position: relative;
	min-width: 0;
}

.pnvt-hero-product-card {
	position: relative;
	min-height: 365px;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 32px;
	background: linear-gradient(140deg, #f10c0d 0%, #a90000 48%, #550000 100%);
	box-shadow: 0 30px 70px rgba(0, 0, 0, .34);
}

.pnvt-hero-product-card::before {
	position: absolute;
	top: -23%;
	right: -15%;
	width: 88%;
	aspect-ratio: 1;
	border-radius: 50%;
	background: radial-gradient(circle at 43% 38%, #fff 0%, #dfe7e9 38%, #95aaaf 72%, rgba(149, 170, 175, .18) 73%);
	content: "";
	opacity: .93;
}

.pnvt-hero-product-card::after {
	position: absolute;
	right: 8%;
	bottom: 18%;
	left: 8%;
	height: 17%;
	border-radius: 50%;
	background: rgba(15, 0, 0, .4);
	filter: blur(24px);
	content: "";
}

.pnvt-hero-pump {
	position: absolute;
	z-index: 2;
	top: 49%;
	left: 50%;
	width: 126%;
	max-width: none !important;
	height: auto;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 20px 18px rgba(0, 0, 0, .46));
}

.pnvt-hero-brand {
	position: absolute;
	z-index: 3;
	right: 24px;
	bottom: 21px;
	display: grid;
	width: 154px;
	height: 58px;
	place-items: center;
	padding: 8px 15px;
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 999px;
	background: rgba(255, 255, 255, .95);
	box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

.pnvt-hero-brand img {
	display: block;
	width: 100%;
	height: auto;
}

.pnvt-search-panel {
	display: grid;
	grid-template-columns: minmax(340px, 570px) minmax(280px, 1fr);
	align-items: center;
	gap: clamp(32px, 8vw, 112px);
	min-height: 121px;
	margin-bottom: 16px;
	padding: 19px 32px;
	border: 1px solid var(--pnvt-border);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .02);
}

.pnvt-search-field label {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700;
}

.pnvt-search-input-wrap {
	position: relative;
}

.pnvt-search-input {
	width: 100% !important;
	height: 42px !important;
	margin: 0 !important;
	padding: 0 52px 0 16px !important;
	border: 1px solid #d9d9d9 !important;
	border-radius: 4px !important;
	outline: 0;
	background: #fff !important;
	box-shadow: none !important;
	color: #151515 !important;
	font: inherit !important;
	font-size: 16px !important;
	line-height: 42px !important;
}

.pnvt-search-input::placeholder {
	color: #858585;
	opacity: 1;
}

.pnvt-search-input:focus {
	border-color: #1f1f1f !important;
	box-shadow: 0 0 0 2px rgba(0, 0, 0, .08) !important;
}

.pnvt-search-input::-webkit-search-cancel-button {
	margin-right: 2px;
}

.pnvt-search-icon {
	position: absolute;
	top: 50%;
	right: 15px;
	width: 24px;
	height: 24px;
	transform: translateY(-50%);
	pointer-events: none;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-width: 2;
}

.pnvt-search-help {
	display: flex;
	align-items: center;
	gap: 16px;
}

.pnvt-search-help p {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
}

.pnvt-info-icon {
	display: inline-grid;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	place-items: center;
	border: 2px solid currentColor;
	border-radius: 50%;
	font-family: Georgia, serif;
	font-size: 19px;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
}

.pnvt-result-status {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

section.pnvt-page {
	padding: 0 !important;
}

.pnvt-group {
	margin: 0 0 7px;
	overflow: hidden;
	border: 1px solid var(--pnvt-border);
	border-radius: 12px;
	background: #fff;
}

section.pnvt-group {
	padding: 0 !important;
}

.pnvt-group[hidden],
.pnvt-model[hidden],
.pnvt-empty[hidden] {
	display: none !important;
}

.pnvt-group-toggle {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	width: 100% !important;
	min-height: 45px;
	margin: 0 !important;
	padding: 8px 25px !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	box-shadow: none !important;
	color: var(--pnvt-text) !important;
	font: inherit !important;
	text-align: left;
	cursor: pointer;
}

.pnvt-group-toggle:focus-visible {
	outline: 2px solid #111;
	outline-offset: -3px;
}

.pnvt-group-heading {
	display: flex;
	align-items: baseline;
	gap: 24px;
}

.pnvt-group-heading strong {
	font-size: 20px;
	line-height: 1.15;
}

.pnvt-group-count {
	font-size: 13px;
	font-weight: 600;
}

.pnvt-group-toggle svg {
	width: 15px;
	height: 10px;
	transition: transform .2s ease;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.pnvt-group-toggle[aria-expanded="false"] svg {
	transform: rotate(180deg);
}

.pnvt-group-toggle[aria-expanded="false"] + .pnvt-group-body {
	display: none;
}

.pnvt-group-body {
	border-top: 1px solid var(--pnvt-border);
}

.pnvt-table-head,
.pnvt-model {
	display: grid;
	grid-template-columns: 160px minmax(210px, 1.12fr) minmax(185px, .9fr) minmax(210px, 1fr);
	align-items: center;
}

.pnvt-table-head {
	min-height: 31px;
	border-bottom: 1px solid var(--pnvt-border);
	font-size: 12px;
	font-weight: 700;
}

.pnvt-table-head > span,
.pnvt-model > div:not(.pnvt-model-image) {
	padding: 0 18px;
}

.pnvt-model {
	min-height: 53px;
	border-bottom: 1px solid var(--pnvt-border);
}

.pnvt-model:last-child {
	border-bottom: 0;
}

.pnvt-model-image {
	align-self: stretch;
	padding: 5px 25px;
}

.pnvt-model-image img {
	display: block;
	width: 110px;
	margin: 0;
	border-radius: 6px;
	object-fit: cover;
}

.pnvt-model-number strong {
	font-size: 20px;
	letter-spacing: .01em;
}

.pnvt-model-mod span {
	display: inline-block;
	min-width: 58px;
	padding: 4px 9px 3px;
	border-radius: 4px;
	background: var(--pnvt-red);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.pnvt-model-price {
	font-size: 13px;
	font-weight: 500;
}

.pnvt-empty {
	padding: 38px 24px;
	border: 1px solid var(--pnvt-border);
	border-radius: 12px;
	background: #fff;
	text-align: center;
}

.pnvt-empty strong,
.pnvt-empty span {
	display: block;
}

.pnvt-empty strong {
	margin-bottom: 5px;
	font-size: 18px;
}

.pnvt-repair-info {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
	min-height: 270px;
	margin-top: 28px;
	overflow: hidden;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, .08);
	border-radius: 18px;
	background: #242424 url("site-wave.png") no-repeat 15% 76% / 120% auto;
	box-shadow: 0 18px 50px rgba(0, 0, 0, .14);
	color: #fff;
}

.pnvt-repair-info::before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #ee0d0e;
	content: "";
}

.pnvt-repair-info-content {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 86px minmax(0, 1fr);
	align-items: center;
	gap: 25px;
	padding: 36px 26px 36px 42px;
}

.pnvt-repair-info-icon {
	display: grid;
	width: 78px;
	height: 78px;
	place-items: center;
	border: 1px solid rgba(238, 13, 14, .55);
	border-radius: 14px;
	background: rgba(238, 13, 14, .11);
	color: #ff1c1d;
}

.pnvt-repair-info-icon svg {
	width: 53px;
	height: 53px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 2;
}

.pnvt-repair-info-copy h2 {
	margin: 0 0 14px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(21px, 2vw, 27px);
	font-weight: 700;
	line-height: 1.2;
}

.pnvt-repair-info-copy p {
	max-width: 610px;
	margin: 0 0 8px;
	color: #e1e1e1;
	font-size: 14px;
	line-height: 1.5;
}

.pnvt-repair-info-copy p:last-child {
	margin-bottom: 0;
	color: #fff;
	font-weight: 600;
}

.pnvt-repair-info-visual {
	position: relative;
	min-height: 270px;
	overflow: hidden;
	clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%);
}

.pnvt-repair-info-visual::before {
	position: absolute;
	z-index: 1;
	inset: 0;
	background: linear-gradient(90deg, #242424 0%, rgba(36, 36, 36, .42) 13%, transparent 42%);
	content: "";
}

.pnvt-repair-info-visual img {
	display: block;
	width: 100%;
	max-width: none !important;
	height: 100%;
	min-height: 270px;
	object-fit: cover;
	object-position: 62% center;
}

.pnvt-process {
	position: relative;
	margin-top: 28px;
	padding: 36px 0 4px !important;
	background: transparent;
}

.pnvt-process h2 {
	margin: 0 0 28px;
	color: #161616;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(24px, 2.4vw, 32px);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
}

.pnvt-process h2 span {
	color: #ee0d0e;
}

.pnvt-process-steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 30px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pnvt-process-step {
	position: relative;
	min-width: 0;
	min-height: 205px;
	margin: 0;
	padding: 25px 22px 22px;
	border: 1px solid #dedede;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .055);
}

.pnvt-process-step:not(:last-child)::after {
	position: absolute;
	top: 50%;
	right: -24px;
	width: 18px;
	content: "→";
	transform: translateY(-50%);
	color: #888;
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
}

.pnvt-process-step-head {
	display: grid;
	grid-template-columns: 56px minmax(0, 1fr);
	align-items: center;
	gap: 13px;
	margin-bottom: 16px;
}

.pnvt-process-icon {
	display: grid;
	width: 54px;
	height: 54px;
	place-items: center;
	border-radius: 12px;
	background: rgba(238, 13, 14, .07);
	color: #ee0d0e;
}

.pnvt-process-icon svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
}

.pnvt-process-step-head strong,
.pnvt-process-step-head b {
	display: block;
}

.pnvt-process-step-head strong {
	margin-bottom: 3px;
	color: #ee0d0e;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
}

.pnvt-process-step-head b {
	color: #161616;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.25;
}

.pnvt-process-step p {
	margin: 0;
	color: #353535;
	font-size: 13px;
	line-height: 1.5;
}

.pnvt-contact {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(280px, .78fr) minmax(210px, .52fr);
	align-items: center;
	gap: 34px;
	min-height: 180px;
	margin-top: 32px;
	margin-bottom: 60px;
	overflow: hidden;
	padding: 27px 30px !important;
	border: 1px solid #e2e2e2;
	border-radius: 16px;
	background: linear-gradient(110deg, #fff 0%, #fff8f8 55%, #f3f3f3 100%);
	box-shadow: 0 12px 38px rgba(0, 0, 0, .06);
}

.pnvt-contact::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #ee0d0e;
	content: "";
}

.pnvt-contact-copy {
	position: relative;
	z-index: 2;
}

.pnvt-contact-copy h2 {
	margin: 0 0 12px;
	color: #161616;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(23px, 2.25vw, 30px);
	font-weight: 700;
	line-height: 1.2;
}

.pnvt-contact-copy p {
	max-width: 560px;
	margin: 0;
	color: #353535;
	font-size: 14px;
	line-height: 1.55;
}

.pnvt-contact-actions {
	position: relative;
	z-index: 3;
	display: grid;
	gap: 9px;
}

.pnvt-contact-button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 40px;
	padding: 8px 15px !important;
	border: 1px solid currentColor !important;
	border-radius: 6px !important;
	background: rgba(255, 255, 255, .88) !important;
	box-shadow: none !important;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.pnvt-contact-button svg {
	width: 21px;
	height: 21px;
	fill: none;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
}

.pnvt-contact-button-telegram svg {
	fill: currentColor;
	stroke: none;
}

.pnvt-contact-button-viber svg {
	fill: currentColor;
	stroke: none;
}

.pnvt-contact-button-viber {
	color: #7360f2 !important;
}

.pnvt-contact-button-telegram {
	color: #229ed9 !important;
}

.pnvt-contact-button-phone {
	color: #ee0d0e !important;
}

.pnvt-contact-button:hover,
.pnvt-contact-button:focus-visible {
	background: currentColor !important;
	transform: translateY(-1px);
}

.pnvt-contact-button:hover span,
.pnvt-contact-button:focus-visible span,
.pnvt-contact-button:hover svg,
.pnvt-contact-button:focus-visible svg {
	color: #fff;
}

.pnvt-contact-visual {
	position: relative;
	z-index: 2;
	align-self: stretch;
	min-height: 125px;
}

.pnvt-contact-visual::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 190px;
	height: 190px;
	border-radius: 50%;
	background: rgba(238, 13, 14, .08);
	content: "";
	transform: translate(-50%, -50%);
}

.pnvt-contact-visual img {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 250px;
	max-width: none !important;
	height: auto;
	transform: translate(-50%, -50%);
	filter: drop-shadow(0 13px 14px rgba(0, 0, 0, .28));
}

@media (max-width: 1050px) {
	.pnvt-process-steps {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px;
	}

	.pnvt-process-step:not(:last-child)::after {
		display: none;
	}

	.pnvt-hero {
		padding-right: 38px !important;
		padding-left: 38px !important;
	}

	.pnvt-hero-content {
		grid-template-columns: minmax(0, 1fr) minmax(350px, .82fr);
		gap: 34px;
	}

	.pnvt-hero-product-card {
		min-height: 340px;
	}
}

@media (max-width: 900px) {
	.pnvt-contact {
		grid-template-columns: minmax(0, 1fr) minmax(280px, .75fr);
	}

	.pnvt-contact-visual {
		display: none;
	}

	.pnvt-hero {
		padding-top: 50px !important;
		padding-bottom: 42px !important;
	}

	.pnvt-hero-content {
		grid-template-columns: 1fr;
	}

	.pnvt-hero-copy {
		max-width: 690px;
	}

	.pnvt-hero-visual {
		width: min(100%, 620px);
		margin: 4px auto 0;
	}

	.pnvt-hero-product-card {
		min-height: 390px;
	}
}

@media (max-width: 820px) {
	.pnvt-repair-info {
		grid-template-columns: 1fr;
	}

	.pnvt-repair-info-visual {
		min-height: 245px;
		clip-path: none;
	}

	.pnvt-repair-info-visual::before {
		background: linear-gradient(180deg, #242424 0%, rgba(36, 36, 36, .16) 22%, transparent 52%);
	}

	.pnvt-repair-info-visual img {
		min-height: 245px;
	}

	.pnvt-search-panel {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 22px;
	}

	.pnvt-search-help {
		align-items: flex-start;
	}

	.pnvt-help-break {
		display: none;
	}

	.pnvt-table-head {
		display: none;
	}

	.pnvt-model {
		grid-template-columns: 112px minmax(0, 1fr);
		gap: 8px 14px;
		padding: 14px;
	}

	.pnvt-model-image {
		grid-row: 1 / span 3;
		align-self: start;
		padding: 0;
	}

	.pnvt-model-image img {
		width: 112px;
		height: 84px;
	}

	.pnvt-model > div:not(.pnvt-model-image) {
		padding: 0;
	}

	.pnvt-model-number::before,
	.pnvt-model-mod::before,
	.pnvt-model-price::before {
		display: block;
		margin-bottom: 2px;
		content: attr(data-label);
		color: #777;
		font-size: 10px;
		font-weight: 600;
		text-transform: uppercase;
	}

	.pnvt-model-number strong {
		font-size: 18px;
	}
}

@media (max-width: 520px) {
	.pnvt-contact {
		grid-template-columns: 1fr;
		gap: 22px;
		margin-top: 24px;
		margin-bottom: 60px;
		padding: 26px 20px !important;
	}

	.pnvt-contact-copy h2 {
		font-size: 23px;
	}

	.pnvt-contact-copy p {
		font-size: 13px;
	}

	.pnvt-contact-button {
		min-height: 44px;
	}

	.pnvt-process {
		margin-top: 18px;
		padding-top: 28px !important;
	}

	.pnvt-process h2 {
		margin-bottom: 20px;
		font-size: 24px;
	}

	.pnvt-process-steps {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.pnvt-process-step {
		min-height: 0;
		padding: 20px;
	}

	.pnvt-repair-info {
		margin-top: 18px;
		border-radius: 14px;
	}

	.pnvt-repair-info-content {
		grid-template-columns: 1fr;
		gap: 18px;
		padding: 28px 20px 26px;
	}

	.pnvt-repair-info-icon {
		width: 66px;
		height: 66px;
	}

	.pnvt-repair-info-icon svg {
		width: 45px;
		height: 45px;
	}

	.pnvt-repair-info-copy h2 {
		font-size: 21px;
	}

	.pnvt-repair-info-copy p {
		font-size: 13px;
	}

	.pnvt-repair-info-visual,
	.pnvt-repair-info-visual img {
		min-height: 210px;
	}

	.pnvt-hero {
		min-height: 0;
		margin-bottom: 18px;
		padding: 38px 17px 18px !important;
		border-radius: 0;
	}

	.pnvt-hero::before {
		top: -65px;
		left: -55px;
		width: 180px;
		height: 180px;
	}

	.pnvt-hero-copy h1 {
		margin-bottom: 14px;
		font-size: 32px;
	}

	.pnvt-hero-lead {
		font-size: 16px;
	}

	.pnvt-hero-description {
		font-size: 13px;
	}

	.pnvt-hero-price {
		align-items: flex-start;
		padding: 12px;
	}

	.pnvt-hero-actions {
		flex-direction: column;
	}

	.pnvt-hero-button {
		width: 100%;
	}

	.pnvt-hero-product-card {
		min-height: 270px;
		border-radius: 21px;
	}

	.pnvt-hero-pump {
		width: 143%;
	}

	.pnvt-hero-brand {
		right: 14px;
		bottom: 13px;
		width: 112px;
		height: 43px;
		padding: 6px 11px;
	}

	.pnvt-search-panel {
		padding: 18px 16px;
	}

	.pnvt-search-field label {
		font-size: 16px;
	}

	.pnvt-group-toggle {
		padding: 10px 15px !important;
	}

	.pnvt-group-heading {
		gap: 10px;
	}

	.pnvt-group-heading strong {
		font-size: 17px;
	}

	.pnvt-model {
		grid-template-columns: 88px minmax(0, 1fr);
		gap: 8px 12px;
		padding: 12px;
	}

	.pnvt-model-image img {
		width: 88px;
		height: 76px;
	}

	.pnvt-model-number strong {
		font-size: 16px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.pnvt-group-toggle svg {
		transition: none;
	}
}
