/* Desktop — от 992px. Мобильная вёрстка в styles.css без изменений */

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

	.main_wrapper {
		width: 100%;
		max-width: none;
		background: #fff;
	}

	.pc-inner {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 40px;
		box-sizing: border-box;
	}

	/* ========== HERO ========== */
	header.offer_section.offer3 {
		padding: 40px 0 50px;
		background: #fff;
	}

	.pc-hero {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		grid-template-areas:
			"media title"
			"media buy";
		column-gap: 48px;
		row-gap: 20px;
		align-items: start;
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 40px;
		box-sizing: border-box;
	}

	header.offer_section.offer3 .pc-hero > .title_block {
		grid-area: title;
		padding: 0;
		margin: 0;
		background: transparent !important;
		text-align: left;
		align-self: end;
	}

	header.offer_section.offer3 .pc-hero > .title_block .main_title {
		margin: 0;
		font-size: 34px;
		line-height: 1.25;
		color: #222 !important;
		text-transform: uppercase;
	}

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

	.pc-hero__media .image_block {
		overflow: hidden;
		border-radius: 10px;
		background: #f5f5f5;
		box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
	}

	.pc-hero__media .offer_image {
		display: block;
		width: 100%;
		height: auto;
	}

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

	.pc-hero__content > br {
		display: none;
	}

	header.offer_section.offer3 .pc-hero__content .benefits_list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 20px;
		padding: 14px 18px;
		margin: 0;
		border-radius: 8px;
		background: #333;
	}

	header.offer_section.offer3 .pc-hero__content .benefits_list .benefit_item,
	header.offer_section.offer3 .pc-hero__content .benefits_list .benefit_item:last-child {
		float: none;
		width: auto;
		min-width: 0;
		flex: 1 1 140px;
	}

	header.offer_section.offer3 .pc-hero__content .price_block {
		display: flex;
		margin: 0;
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		overflow: hidden;
		background: #fff;
	}

	header.offer_section.offer3 .pc-hero__content .price_item {
		float: none;
		flex: 1;
		width: auto;
		height: auto;
		padding: 18px 12px;
	}

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

	.pc-hero__content .products_count {
		margin: 0;
		text-align: left;
	}

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

	.pc-desc > br {
		display: none;
	}

	.pc-desc > .title {
		font-size: 34px;
		line-height: 1.25;
		margin: 0 0 36px;
	}

	.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-of-type(even) img {
		order: 2;
	}

	.pc-desc__row:nth-of-type(even) p {
		order: 1;
	}

	.pc-desc__row:last-child {
		grid-template-columns: minmax(0, 1fr);
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}

	.pc-desc__row img {
		display: block;
		width: 100%;
		padding: 0 !important;
		border-radius: 8px;
	}

	.pc-desc__row p {
		padding: 0 !important;
		font-size: 17px !important;
		line-height: 1.65;
		color: #444;
	}

	/* ========== CHARACTERISTICS ========== */
	.work_section {
		padding: 50px 0 60px;
		overflow: hidden;
	}

	.work_section .pc-inner > .title {
		font-size: 34px !important;
		line-height: 1.25;
		margin: 0 0 36px;
		padding: 0;
		color: #fff;
		background: none;
	}

	/* Слайдер на всю ширину контейнера, список под ним — чтобы ничего не смещалось */
	.pc-specs {
		display: block;
		width: 100%;
		max-width: 900px;
		margin: 0 auto;
	}

	.pc-specs__gallery {
		width: 100%;
		max-width: 100%;
		margin: 0 0 32px;
		overflow: hidden;
		border-radius: 10px;
		background: #fff;
	}

	.pc-specs__gallery .owl-carousel {
		width: 100% !important;
		display: block;
	}

	.pc-specs__gallery .owl-stage-outer {
		width: 100% !important;
		overflow: hidden;
	}

	.pc-specs__gallery .owl-item {
		min-width: 0;
	}

	.pc-specs__gallery .review_item {
		background: #fff;
		box-shadow: none;
	}

	.pc-specs__gallery .review_item img,
	.pc-specs__gallery .owl-carousel .owl-item img {
		display: block !important;
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		padding: 20px !important;
		margin: 0 auto;
		object-fit: contain;
	}

	.pc-specs__gallery .reviews_list4 .owl-prev,
	.pc-specs__gallery .reviews_list4 .owl-next {
		top: 50%;
		margin-top: -20px;
		z-index: 2;
	}

	.pc-specs__gallery .reviews_list4 .owl-prev {
		left: 12px;
	}

	.pc-specs__gallery .reviews_list4 .owl-next {
		right: 12px;
	}

	.pc-specs__gallery .reviews_list4 .owl-dots {
		bottom: 12px;
	}

	.pc-specs__side {
		width: 100%;
		max-width: 560px;
		margin: 0 auto;
	}

	.pc-specs__side > br {
		display: none;
	}

	.pc-specs__side .list1 {
		padding: 0 0 20px;
		background: transparent;
	}

	.pc-specs__side .list1 li {
		font-size: 17px;
		line-height: 1.45;
		padding-bottom: 16px;
	}

	.pc-specs__side .button {
		width: 100%;
		max-width: 100%;
		margin: 8px 0 0;
	}

	.pc-specs__side .products_count {
		text-align: center;
	}

	/* ========== DELIVERY ========== */
	.order_info2_section {
		padding: 50px 0;
		background: #fff;
	}

	.order_info2_section .title {
		font-size: 34px;
		line-height: 1.25;
		margin: 0 0 36px;
		padding: 0;
	}

	.order_info_list2 {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 24px;
	}

	.order_info_list2 .info_item {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 20px;
		width: 100%;
		height: auto;
		min-height: 0;
		padding: 24px;
		border: 1px solid #e6e6e6 !important;
		border-radius: 10px;
		overflow: hidden;
		background: #fafafa;
		position: relative;
		box-sizing: border-box;
	}

	.order_info_list2 .info_item:nth-child(even) {
		flex-direction: row-reverse;
	}

	.order_info_list2 .info_item img {
		position: static !important;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		flex: 0 0 auto;
		width: 220px;
		max-width: 220px;
		height: auto;
		object-fit: contain;
	}

	.order_info_list2 .info_item .text_block,
	.order_info_list2 .info_item:nth-child(even) .text_block {
		display: block;
		flex: 1 1 auto;
		padding: 0;
		text-align: left;
	}

	.order_info_list2 .info_item:nth-child(even) .text_block {
		text-align: right;
	}

	.order_info_list2 .info_item h4 {
		font-size: 22px;
	}

	/* ========== ORDER ========== */
	.pc-order-section {
		padding: 50px 0 !important;
		background: #f3f3f3;
	}

	.pc-order {
		display: grid;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: 40px;
		align-items: center;
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		padding: 0 40px;
		box-sizing: border-box;
	}

	.pc-order__media {
		min-width: 0;
		background: #fff;
		border-radius: 10px;
		overflow: hidden;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	}

	.pc-order__media .title_block .main_title {
		font-size: 26px;
		line-height: 1.3;
	}

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

	.pc-order__media .benefits_list {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 16px;
	}

	.pc-order__media .benefits_list .benefit_item,
	.pc-order__media .benefits_list .benefit_item:last-child {
		float: none;
		width: auto;
		flex: 1 1 130px;
	}

	.pc-order__media .price_block {
		display: flex;
		background: #fff;
	}

	.pc-order__media .price_item {
		float: none;
		flex: 1;
		width: auto;
		height: auto;
		padding: 18px 10px;
	}

	.pc-order__form {
		min-width: 0;
		background: #fff;
		border-radius: 10px;
		padding: 36px 32px 28px;
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	}

	.pc-order__form > br {
		display: none;
	}

	.pc-order__form .field,
	.pc-order__form .button {
		width: 100%;
		max-width: 100%;
	}

	/* ========== FOOTER ========== */
	.footer_section {
		padding: 40px 0 50px;
	}

	.footer_section .footer_text center p:last-child {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px 28px;
		padding-top: 20px !important;
	}

	.footer_section .footer_text center p:last-child br {
		display: none;
	}

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

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

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

	header.offer_section.offer3 .pc-hero > .title_block .main_title {
		font-size: 38px;
	}
}
