.cont .wr > .good_page.product-landing,
.cont .wr > .product-landing {
	width: 100%;
}

.product-landing {
	box-sizing: border-box;
	width: 100%;
	padding: 22px 24px 28px;
	border-radius: 18px;
	background:
		radial-gradient(circle at 18% 4%, rgba(254, 203, 0, 0.18), transparent 24%),
		linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
	color: #17202b;
	box-shadow: 0 18px 48px rgba(22, 43, 73, 0.11);
}

.product-landing *,
.product-landing *::before,
.product-landing *::after {
	box-sizing: border-box;
}

.product-landing a {
	color: #2e70b1;
}

.product-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 14px;
	color: #718094;
	font-size: 13px;
}

.product-breadcrumbs a {
	color: #5e728d;
	text-decoration: none;
}

.product-breadcrumbs a:hover,
.product-breadcrumbs a:focus-visible {
	color: #2e70b1;
}

.product-breadcrumbs__separator {
	color: #a6b1c1;
}

.product-hero {
	display: grid;
	grid-template-columns: minmax(390px, 0.95fr) minmax(390px, 1.05fr);
	gap: 24px;
	align-items: stretch;
	padding: 24px;
	border: 1px solid #e5eaf0;
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(247, 249, 252, 0.96)),
		linear-gradient(135deg, rgba(254, 203, 0, 0.11), transparent 42%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

.product-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.product-hero__status-row {
	display: flex;
	align-items: center;
	gap: 16px;
	flex-wrap: wrap;
}

.product-stock-badge {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 18px;
	border: 1px solid rgba(33, 150, 83, 0.28);
	border-radius: 16px;
	background: linear-gradient(135deg, #ecfff3, #dff8e9);
	color: #12823d;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(33, 150, 83, 0.14);
	transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.product-stock-badge::before {
	content: "";
	position: absolute;
	inset: -1px;
	background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.78) 44%, transparent 67%);
	opacity: 0;
	transform: translateX(-72%);
	transition: opacity 0.25s ease, transform 0.62s ease;
	pointer-events: none;
}

.product-stock-badge:hover,
.product-stock-badge:focus-within {
	transform: translateY(-2px);
	border-color: rgba(33, 150, 83, 0.52);
	box-shadow: 0 18px 38px rgba(33, 150, 83, 0.2);
}

.product-stock-badge:hover::before,
.product-stock-badge:focus-within::before {
	opacity: 1;
	transform: translateX(72%);
}

.product-stock-badge__icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background:
		radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.74), transparent 28%),
		linear-gradient(135deg, #51e47f, #119544);
	color: #ffffff;
	font-size: 17px;
	font-weight: 900;
	line-height: 1;
	box-shadow: 0 0 0 6px rgba(33, 150, 83, 0.12);
	transition: transform 0.28s ease;
}

.product-stock-badge:hover .product-stock-badge__icon,
.product-stock-badge:focus-within .product-stock-badge__icon {
	transform: scale(1.08) rotate(-5deg);
}

.product-stock-badge__label {
	position: relative;
	z-index: 1;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

.product-stock-summary {
	display: grid;
	gap: 4px;
	color: #506175;
}

.product-stock-summary strong {
	color: #1b2634;
	font-size: 17px;
}

.product-stock-summary span {
	font-size: 14px;
}

.product-hero__code {
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	min-height: 31px;
	margin-top: 15px;
	padding: 0 12px;
	border: 1px solid #dde5ef;
	border-radius: 10px;
	background: #ffffff;
	color: #2b3a4d;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.03em;
}

.product-hero h1 {
	margin: 12px 0 0;
	color: #121a25;
	font-size: clamp(34px, 3.6vw, 52px);
	line-height: 1.04;
	letter-spacing: 0;
}

.product-hero__title-code {
	display: block;
	white-space: nowrap;
	word-break: normal;
	overflow-wrap: normal;
	hyphens: none;
}

.product-hero__brand {
	margin-top: 10px;
	color: #506175;
	font-size: 17px;
	font-weight: 600;
}

.product-hero__brand span {
	color: #2e70b1;
	font-weight: 800;
}

.product-hero__lead {
	max-width: 590px;
	margin: 12px 0 0;
	color: #4a5a6f;
	font-size: 16px;
	line-height: 1.55;
}

.product-price-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 16px;
	padding: 14px 16px;
	border: 1px solid #e3e9f1;
	border-radius: 16px;
	background: #ffffff;
	box-shadow: 0 10px 26px rgba(36, 57, 90, 0.08);
}

.product-price-card__label {
	color: #6a788a;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}

.product-price-card__value {
	margin-top: 5px;
	color: #111827;
	font-size: clamp(30px, 3vw, 42px);
	font-weight: 900;
	line-height: 1;
}

.product-price-card__meta {
	display: grid;
	gap: 6px;
	min-width: 158px;
	color: #5c6c80;
	font-size: 14px;
	line-height: 1.4;
}

.product-price-card__meta span::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 7px;
	border-radius: 50%;
	background: #fecb00;
	vertical-align: middle;
}

.product-hero__actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-top: 14px;
}

.product-landing .btn {
	float: none;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	border: 0;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	line-height: 1.15;
	cursor: pointer;
	box-shadow: none;
}

.product-landing .btn::before {
	display: none;
}

.product-hero__button {
	width: 100%;
	min-width: 0;
	min-height: 50px;
	padding: 0 14px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 800;
	transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.product-hero__button:hover,
.product-hero__button:focus-visible {
	transform: translateY(-2px);
}

.product-hero__button--primary,
.product-help__cta .btn,
.product-feedback__actions .btn-blue {
	background: linear-gradient(135deg, #fecb00, #f0b400) !important;
	color: #141414 !important;
	box-shadow: 0 14px 28px rgba(254, 203, 0, 0.28) !important;
}

.product-hero__button--outline {
	border: 1px solid rgba(46, 112, 177, 0.36) !important;
	background: #ffffff !important;
	color: #2e70b1 !important;
}

.product-hero__button--ghost {
	border: 1px solid #d9e2ee !important;
	background: #f7f9fc !important;
	color: #334155 !important;
}

.product-hero__button--whatsapp,
.product-help__whatsapp {
	border: 1px solid rgba(28, 155, 76, 0.28) !important;
	background: linear-gradient(135deg, #22c55e, #159947) !important;
	color: #ffffff !important;
	box-shadow: 0 14px 26px rgba(22, 163, 74, 0.22) !important;
}

.product-hero__assurances {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin-top: 13px;
	color: #627187;
	font-size: 13px;
}

.product-hero__assurances span::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	margin-right: 7px;
	border-radius: 50%;
	background: #fecb00;
}

.product-hero__media {
	min-width: 0;
}

.product-hero__visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: clamp(320px, 28vw, 392px);
	min-height: 0;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 24px;
	background: #11141b;
	box-shadow: 0 28px 80px rgba(32, 50, 79, 0.22);
	isolation: isolate;
	transition: transform 0.42s ease, filter 0.42s ease, box-shadow 0.42s ease;
	will-change: transform;
}

.product-hero__visual::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background:
		radial-gradient(circle at 52% 46%, rgba(255, 211, 61, 0.22), transparent 26%),
		linear-gradient(115deg, transparent 0%, transparent 38%, rgba(255, 255, 255, 0.18) 48%, transparent 58%, transparent 100%);
	opacity: 0;
	transform: translateX(-18%);
	transition: opacity 0.42s ease, transform 0.62s ease;
	pointer-events: none;
}

.product-hero__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 32%, rgba(0, 0, 0, 0.22));
	pointer-events: none;
}

.product-hero__visual:hover,
.product-hero__visual:focus-within {
	transform: translateY(-4px);
}

.product-hero__visual:hover::before,
.product-hero__visual:focus-within::before {
	opacity: 0.62;
	transform: translateX(18%);
}

.product-hero__visual img {
	position: absolute;
	inset: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0;
	box-sizing: border-box;
	transition: transform 0.52s ease, filter 0.52s ease;
	will-change: transform, filter;
}

.product-hero__visual.is-placeholder {
	border-color: transparent;
	background: transparent;
	box-shadow: none;
}

.product-hero__visual.is-placeholder::after {
	display: none;
}

.product-hero__visual.is-placeholder img {
	filter: blur(1.2px) saturate(0.82) brightness(0.82);
	transform: scale(1.04);
}

.product-hero__visual.is-placeholder:hover,
.product-hero__visual.is-placeholder:focus-within {
	box-shadow:
		0 24px 70px rgba(32, 50, 79, 0.2),
		0 0 0 1px rgba(255, 211, 61, 0.12);
}

.product-hero__visual.is-placeholder:hover img,
.product-hero__visual.is-placeholder:focus-within img {
	filter: blur(0.8px) saturate(0.92) brightness(0.9);
	transform: scale(1.07);
}

.product-hero__badge {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 240px;
	max-width: calc(100% - 32px);
	min-height: 54px;
	padding: 10px 22px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	background: rgba(16, 18, 24, 0.62);
	color: #ffffff;
	font-size: clamp(20px, 2vw, 24px);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(10px);
	z-index: 2;
	transition:
		transform 0.38s ease,
		border-color 0.38s ease,
		background 0.38s ease,
		box-shadow 0.38s ease;
}

.product-hero__visual:hover .product-hero__badge,
.product-hero__visual:focus-within .product-hero__badge {
	transform: translate(-50%, -50%) scale(1.035);
	border-color: rgba(255, 211, 61, 0.56);
	background: rgba(18, 20, 27, 0.72);
	box-shadow:
		0 18px 46px rgba(0, 0, 0, 0.38),
		0 0 0 1px rgba(255, 211, 61, 0.12);
}

.product-trust-bar {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 14px;
	overflow: hidden;
	border: 1px solid #e5eaf0;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(32, 50, 79, 0.07);
}

.product-trust-bar__item {
	padding: 15px 16px 14px;
	border-right: 1px solid #e8eef5;
}

.product-trust-bar__item:last-child {
	border-right: 0;
}

.product-trust-bar__item h2 {
	margin: 0;
	color: #17202b;
	font-size: 16px;
	line-height: 1.2;
}

.product-trust-bar__item p {
	margin: 6px 0 0;
	color: #66758a;
	font-size: 13px;
	line-height: 1.45;
}

.product-body-grid {
	display: grid;
	grid-template-columns: minmax(300px, 0.88fr) minmax(420px, 1.18fr) 340px;
	gap: 16px;
	margin-top: 16px;
}

.product-panel {
	border: 1px solid #e5eaf0;
	border-radius: 18px;
	background: #ffffff;
	padding: 20px;
	box-shadow: 0 12px 30px rgba(32, 50, 79, 0.07);
}

.product-section-heading h1,
.product-section-heading h2 {
	margin: 0;
	color: #17202b;
	font-size: 24px;
	line-height: 1.2;
}

.product-section-heading p {
	margin: 8px 0 0;
	color: #627187;
	line-height: 1.55;
}

.product-specs .grid {
	width: 100%;
	margin-top: 12px;
	border-collapse: collapse;
}

.product-specs .grid th,
.product-specs .grid td {
	padding: 10px 0;
	border-bottom: 1px solid #edf1f6;
	text-align: left;
	vertical-align: top;
	background: transparent !important;
}

.product-specs .grid th {
	width: 42%;
	color: #6b7889;
	font-weight: 600;
}

.product-specs .grid td {
	color: #1f2937;
	font-size: 16px;
	font-weight: 700;
}

.product-process__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 14px;
}

.product-process__item {
	position: relative;
	min-height: 158px;
	padding: 62px 14px 14px;
	border: 1px solid #e7edf4;
	border-radius: 14px;
	background: #f7f9fc;
	overflow-wrap: anywhere;
	hyphens: auto;
}

.product-process__step {
	position: absolute;
	top: 14px;
	left: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fecb00;
	color: #111827;
	font-weight: 900;
}

.product-process__item h3 {
	margin: 0;
	color: #182231;
	font-size: 16px;
	line-height: 1.22;
}

.product-process__item p {
	margin: 8px 0 0;
	color: #68778b;
	font-size: 13.5px;
	line-height: 1.42;
}

.product-help {
	border-color: rgba(254, 203, 0, 0.72);
	background:
		linear-gradient(180deg, rgba(254, 203, 0, 0.09), rgba(255, 255, 255, 0.98) 36%),
		#ffffff;
}

.product-help__cta .btn,
.product-help__actions .btn,
.product-help__actions a.btn {
	width: 100%;
	min-height: 50px;
	border-radius: 12px;
	font-weight: 800;
}

.product-help__divider {
	margin: 16px 0 12px;
	color: #748196;
	text-align: center;
	font-size: 14px;
}

.product-help__phone {
	text-align: center;
}

.product-help__phone a {
	color: #2e70b1;
	font-size: clamp(25px, 2vw, 34px);
	font-weight: 900;
	letter-spacing: 0;
	text-decoration: none;
	white-space: nowrap;
}

.product-help__actions {
	display: grid;
	gap: 10px;
	margin-top: 16px;
}

.product-summary {
	margin-top: 16px;
}

.product-summary__actions,
.product-feedback__actions,
.product-missing-state__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}

.product-benefits {
	display: grid;
	grid-template-columns: 1.15fr repeat(4, minmax(0, 1fr));
	margin-top: 16px;
	overflow: hidden;
	border: 1px solid #e5eaf0;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(32, 50, 79, 0.07);
}

.product-benefit-card {
	min-height: 132px;
	padding: 18px 20px;
	border-right: 1px solid #e8eef5;
	background: #ffffff;
}

.product-benefit-card:last-child {
	border-right: 0;
}

.product-benefit-card--intro {
	background: linear-gradient(135deg, #2e70b1, #204d7a);
}

.product-benefit-card--intro h2 {
	margin: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.22;
}

.product-benefit-card h3 {
	margin: 0 0 8px;
	color: #17202b;
	font-size: 18px;
	line-height: 1.24;
}

.product-benefit-card p {
	margin: 0;
	color: #68778b;
	font-size: 14px;
	line-height: 1.5;
}

.product-feedback {
	margin-top: 16px;
}

.product-feedback__list {
	margin-top: 14px;
	display: grid;
	gap: 12px;
}

.product-feedback__item,
.product-feedback__empty {
	padding: 14px 16px;
	border: 1px solid #e7edf4;
	border-radius: 14px;
	background: #f7f9fc;
}

.product-feedback__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.product-feedback__header h3 {
	margin: 0;
	color: #17202b;
	font-size: 17px;
}

.product-feedback__rate {
	color: #f0b400;
	white-space: nowrap;
}

.product-feedback__item p,
.product-feedback__empty {
	color: #68778b;
	line-height: 1.5;
}

.product-landing--missing {
	padding: 24px;
}

@media (max-width: 1320px) {
	.product-trust-bar {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.product-body-grid {
		grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
	}

	.product-help {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.product-benefits {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.product-benefit-card--intro {
		grid-column: 1 / -1;
	}
}

@media (max-width: 1080px) {
	.product-hero {
		grid-template-columns: 1fr;
	}

	.product-trust-bar {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.product-process__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.top_menu,
	.main_menu,
	.head .fl,
	.head .kat {
		display: none;
	}

	.head {
		padding: 10px 0;
	}

	.head .wr {
		padding: 0 10px;
	}

	.head .r {
		max-width: none;
		margin-top: 10px;
	}

	.head .kart {
		margin-top: 8px;
	}

	.head .phd {
		margin-bottom: 6px;
		font-size: 13px;
	}

	.head .poisk {
		margin-right: 14px;
		padding: 4px;
	}

	.head .poisk::before {
		width: 30px;
		height: 30px;
		right: -13px;
		top: 12px;
	}

	.product-landing {
		padding: 16px;
		border-radius: 14px;
	}

	.product-hero {
		padding: 16px;
		border-radius: 16px;
	}

	.product-breadcrumbs,
	.product-hero__lead {
		display: none;
	}

	.product-hero__status-row,
	.product-price-card,
	.product-trust-bar,
	.product-body-grid,
	.product-benefits,
	.product-process__grid {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 18px;
	}

	.product-process__item {
		min-height: auto;
		padding: 58px 14px 14px;
		border-radius: 14px;
	}

	.product-process__step {
		top: 14px;
		left: 14px;
		width: 34px;
		height: 34px;
		font-size: 17px;
	}

	.product-stock-badge {
		min-height: 52px;
		padding: 0 16px;
	}

	.product-stock-badge__label {
		font-size: 20px;
	}

	.product-hero h1 {
		font-size: clamp(30px, 9vw, 42px);
	}

	.product-price-card {
		display: block;
	}

	.product-price-card__meta {
		margin-top: 12px;
	}

	.product-hero__actions {
		grid-template-columns: 1fr;
	}

	.product-hero__visual {
		min-height: 300px;
		height: 300px;
		border-radius: 18px;
	}

	.product-trust-bar__item,
	.product-benefit-card {
		border-right: 0;
		border-bottom: 1px solid #e8eef5;
	}

	.product-trust-bar__item:last-child,
	.product-benefit-card:last-child {
		border-bottom: 0;
	}

	.product-panel {
		padding: 16px;
	}

	.product-help__phone a {
		font-size: 28px;
	}
}

@media (max-width: 420px) {
	.product-landing {
		padding: 12px;
	}

	.product-hero {
		padding: 14px;
	}

	.product-stock-summary {
		width: 100%;
	}

	.product-hero__visual {
		min-height: 260px;
		height: 260px;
	}
}
