/* Desktop layout for avto-nasos — from 992px. Mobile stays as in style.css */

@media (min-width: 992px) {
	body {
		background: #e8e8e8;
	}

	.main-container {
		overflow: visible;
		background: #fff;
	}

	.pc-hero .main_wrapper,
	.pc-desc .main_wrapper,
	.pc-specs .main_wrapper,
	.pc-advantages .main_wrapper,
	.pc-reviews .main_wrapper,
	.pc-steps .main_wrapper,
	.pc-order .main_wrapper,
	.pc-footer .main_wrapper {
		background: transparent;
	}

	.pc-hero .content,
	.pc-desc .content,
	.pc-specs .content,
	.pc-advantages .content,
	.pc-reviews .content,
	.pc-steps .content,
	.pc-order .content,
	.pc-footer .content {
		max-width: none !important;
		width: 100%;
		overflow: visible;
		margin: 0;
		background: transparent;
	}

	/* ========== HERO ========== */
	.pc-hero {
		display: grid;
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		grid-template-areas:
			"media title"
			"media buy";
		column-gap: 40px;
		row-gap: 16px;
		align-items: start;
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 40px 40px 30px;
		box-sizing: border-box;
	}

	.pc-hero__title {
		grid-area: title;
		align-self: end;
	}

	.pc-hero__title .main_title {
		font-size: 34px !important;
		line-height: 1.25 !important;
		border-radius: 8px;
	}

	.pc-hero__media {
		grid-area: media;
		min-width: 0;
	}

	.pc-hero__media .info_block {
		overflow: hidden;
		border-radius: 10px;
		box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
		background: #fff;
	}

	.pc-hero__media .info_block .image {
		width: 100%;
		display: block;
	}

	.pc-hero__content {
		grid-area: buy;
		min-width: 0;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.pc-hero__content .benefits_block {
		width: 100%;
		max-width: 100%;
		margin: 10px 0;
		display: flex;
		gap: 8px;
	}

	.pc-hero__content .benefits_block:after {
		content: none !important;
		display: none !important;
	}

	.pc-hero__content .benefits_block .benefit_item {
		float: none !important;
		flex: 1 1 0;
		width: auto !important;
		padding: 0 4px;
	}

	.pc-hero__content .btn_wrapper {
		width: 100%;
		max-width: 100%;
		margin-bottom: 0;
	}

	.pc-hero__content .button {
		width: 100%;
		max-width: 100%;
	}

	/* ========== DESCRIPTION ========== */
	.pc-desc {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 20px 40px 30px;
		box-sizing: border-box;
	}

	.pc-desc > .main_wrapper:first-child .title {
		text-align: center;
		margin-bottom: 20px;
	}

	.pc-desc > .main_wrapper:first-child .title:after {
		margin-left: auto;
		margin-right: auto;
	}

	.pc-desc__row {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 36px;
		align-items: center;
		margin: 0 0 36px;
	}

	.pc-desc__row:nth-child(odd) {
		direction: ltr;
	}

	/* чередование: на чётных рядах картинка/видео справа */
	.pc-desc__row:nth-of-type(even) > .main_wrapper:first-child {
		order: 2;
	}

	.pc-desc__row:nth-of-type(even) > .main_wrapper:last-child {
		order: 1;
	}

	.pc-desc__row .description_section p {
		font-size: 17px;
		line-height: 1.65;
		padding-left: 0;
		padding-right: 0;
	}

	.pc-desc__row .description_section p:last-child {
		padding-bottom: 0;
	}

	.pc-desc__row video,
	.pc-desc__row .image {
		width: 100%;
		border-radius: 10px;
		display: block;
		margin: 0;
	}

	.pc-desc > .main_wrapper:last-child {
		max-width: 720px;
		margin: 0 auto;
	}

	.pc-desc > .main_wrapper:last-child .image {
		width: 100%;
		margin: 0;
		border-radius: 10px;
	}

	/* ========== SPECS ========== */
	.pc-specs {
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
		padding: 20px 40px 40px;
		box-sizing: border-box;
	}

	.pc-specs .title {
		text-align: center;
	}

	.pc-specs .title:after {
		margin-left: auto;
		margin-right: auto;
	}

	.pc-specs .list2 {
		padding: 10px 0 0;
		max-width: 640px;
		margin: 0 auto;
	}

	.pc-specs .list2 li {
		font-size: 17px;
		line-height: 1.5;
		padding-bottom: 6px;
	}

	/* ========== ADVANTAGES ========== */
	.pc-advantages {
		width: 100%;
		background: linear-gradient(107deg, #eaf2ff 0%, #f0eef6 100%);
		padding: 40px 0 30px;
	}

	.pc-advantages .content {
		max-width: 1100px !important;
		margin: 0 auto;
		padding: 0 40px;
		box-sizing: border-box;
	}

	.pc-advantages .benefits_section {
		padding: 0;
		background: transparent;
	}

	.pc-advantages .title {
		text-align: center;
	}

	.pc-advantages .title:after {
		margin-left: auto;
		margin-right: auto;
	}

	.pc-advantages .benefits_list2 {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 24px;
		margin: 0 0 20px;
		font-size: inherit;
		letter-spacing: normal;
	}

	.pc-advantages .benefits_list2 .benefit_item {
		display: block;
		width: auto;
		padding: 0;
		font-size: 15px;
		line-height: 22px;
	}

	.pc-advantages .benefits_list2 .benefit_item img {
		width: 100%;
		height: auto;
	}

	.pc-advantages .btn_wrapper {
		width: 100%;
		max-width: 420px;
		margin: 10px auto 0;
	}

	.pc-advantages .button {
		width: 100%;
		max-width: 100%;
	}

	/* ========== REVIEWS ========== */
	.pc-reviews {
		width: 100%;
		max-width: 560px;
		margin: 0 auto;
		padding: 24px 40px 36px;
		box-sizing: border-box;
	}

	.pc-reviews .title {
		text-align: center;
		font-size: 28px;
		line-height: 1.3;
	}

	.pc-reviews .title span,
	.pc-reviews .title .text-edit,
	.pc-reviews .title b,
	.pc-reviews .title p {
		font-size: 28px !important;
	}

	.pc-reviews .title:after {
		margin-left: auto;
		margin-right: auto;
	}

	.pc-reviews .reviews2_section {
		padding: 8px 30px 0;
		position: relative;
		overflow: visible;
	}

	.pc-reviews .reviews_list {
		overflow: visible;
		border-radius: 10px;
		position: relative;
	}

	.pc-reviews .review_item {
		padding: 18px 20px 20px;
	}

	.pc-reviews .review_item .image {
		max-height: 220px;
		width: auto;
		max-width: 100%;
		margin: 0 auto 14px;
		display: block;
		object-fit: cover;
		border-radius: 8px;
	}

	.pc-reviews .review_item p {
		margin: 0 0 14px;
		font-size: 14px;
		line-height: 1.45;
	}

	.pc-reviews .owl-nav {
		display: block !important;
	}

	.pc-reviews .owl-prev,
	.pc-reviews .owl-next {
		display: flex !important;
		align-items: center;
		justify-content: center;
		width: 42px !important;
		height: 42px !important;
		padding: 0 !important;
		margin: 0 !important;
		border: none;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 5;
		cursor: pointer;
		background: linear-gradient(90deg, #fe7001 0%, #000 50%, #fe7001 100%) !important;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
	}

	.pc-reviews .owl-prev {
		left: -30px !important;
		right: auto !important;
	}

	.pc-reviews .owl-next {
		right: -30px !important;
		left: auto !important;
	}

	.pc-reviews .owl-prev .bx,
	.pc-reviews .owl-next .bx {
		font-size: 18px;
		color: #fff;
		line-height: 1;
	}

	/* ========== STEPS ========== */
	.pc-steps {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 20px 40px 40px;
		box-sizing: border-box;
	}

	.pc-steps .title {
		text-align: center;
	}

	.pc-steps .title:after {
		margin-left: auto;
		margin-right: auto;
	}

	.pc-steps .order_steps2 {
		display: flex !important;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: center;
		gap: 16px;
		overflow: visible;
		border-top: none;
		background: transparent;
	}

	/* убираем псевдоэлемент clearfix — он ломал сетку */
	.pc-steps .order_steps2:after,
	.pc-steps .order_steps2:before {
		content: none !important;
		display: none !important;
	}

	.pc-steps .order_steps2 .step_item {
		float: none !important;
		display: block;
		flex: 1 1 0;
		width: auto !important;
		max-width: none;
		height: auto !important;
		min-height: 220px;
		margin: 0 !important;
		padding: 20px 18px 24px;
		background: #fff;
		border-radius: 10px;
		box-shadow: 0 0 0 1px #ebebeb;
		box-sizing: border-box;
	}

	/* ========== ORDER (как hero) ========== */
	.pc-order {
		display: grid;
		grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
		grid-template-areas:
			"media title"
			"media buy";
		column-gap: 40px;
		row-gap: 16px;
		align-items: start;
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 30px 40px 50px;
		box-sizing: border-box;
	}

	.pc-order__title {
		grid-area: title;
		align-self: end;
	}

	.pc-order__title .main_title {
		font-size: 34px !important;
		line-height: 1.25 !important;
		border-radius: 8px;
	}

	.pc-order__media {
		grid-area: media;
		min-width: 0;
		background: transparent;
		border-radius: 0;
		overflow: visible;
		box-shadow: none;
	}

	.pc-order__media .info_block {
		overflow: hidden;
		border-radius: 10px;
		box-shadow: 0 14px 36px rgba(0, 0, 0, 0.14);
		background: #fff;
	}

	.pc-order__media .info_block .image {
		width: 100%;
		display: block;
	}

	.pc-order__content {
		grid-area: buy;
		min-width: 0;
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.pc-order__content .benefits_block {
		width: 100%;
		max-width: 100%;
		margin: 10px 0;
		display: flex;
		gap: 8px;
	}

	.pc-order__content .benefits_block:after {
		content: none !important;
		display: none !important;
	}

	.pc-order__content .benefits_block .benefit_item {
		float: none !important;
		flex: 1 1 0;
		width: auto !important;
		padding: 0 4px;
	}

	.pc-order__content .field {
		width: 100%;
		max-width: 100%;
	}

	.pc-order__content .btn_wrapper {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.pc-order__content .button {
		width: 100%;
		max-width: 100%;
	}

	/* ========== FOOTER ========== */
	.pc-footer {
		width: 100%;
		background: #f4f4f4;
	}

	.pc-footer .content {
		max-width: 1100px !important;
		margin: 0 auto;
		padding: 10px 40px 20px;
		box-sizing: border-box;
	}

	.pc-footer .footer_section {
		background: transparent;
	}

	.pc-footer .footer-links {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px 28px;
	}

	.pc-footer .footer-links br {
		display: none;
	}

	.button {
		transition: filter 0.2s ease, transform 0.15s ease;
	}

	.button:hover {
		filter: brightness(0.95);
		transform: translateY(-1px);
	}
}

@media (min-width: 1280px) {
	.pc-hero,
	.pc-desc,
	.pc-steps,
	.pc-order {
		max-width: 1200px;
	}

	.pc-reviews {
		max-width: 600px;
	}

	.pc-hero__title .main_title {
		font-size: 38px !important;
	}
}

/* Стрелки отзывов — снаружи карточки (overflow у stage-outer, не у списка) */
.pc-reviews .main_wrapper,
.pc-reviews .content {
	overflow: visible;
}

.pc-reviews .reviews2_section {
	position: relative;
	overflow: visible;
	padding-left: 30px;
	padding-right: 30px;
}

.pc-reviews .reviews_list {
	position: relative;
	overflow: visible;
}

.pc-reviews .owl-nav {
	display: block !important;
}

.pc-reviews .owl-prev,
.pc-reviews .owl-next {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 40px !important;
	height: 40px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	cursor: pointer;
	background: linear-gradient(90deg, #fe7001 0%, #000 50%, #fe7001 100%) !important;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.pc-reviews .owl-prev {
	left: -30px !important;
	right: auto !important;
}

.pc-reviews .owl-next {
	right: -30px !important;
	left: auto !important;
}

.pc-reviews .owl-prev .bx,
.pc-reviews .owl-next .bx {
	font-size: 18px;
	color: #fff;
	line-height: 1;
}


