.akv-product {
	box-sizing: border-box;
	max-width: 1370px;
	margin: 0 auto 48px;
	padding: 0 20px;
	color: #142635;
	font-family: inherit;
}

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

.akv-product [hidden] {
	display: none !important;
}

.akv-product a {
	color: inherit;
	text-decoration: none;
}

.akv-product__hero {
	display: grid;
	grid-template-columns: minmax(340px, 460px) minmax(0, 1fr);
	gap: 28px;
	align-items: start;
	margin: 18px 0 32px;
}

.akv-gallery {
	width: 100%;
	min-width: 0;
}

.akv-gallery__stage {
	position: relative;
	overflow: hidden;
	border: 1px solid #e5edf1;
	border-radius: 8px;
	background: #fff;
	aspect-ratio: 1 / 1;
}

.akv-gallery__main,
.akv-gallery__empty {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.akv-gallery__main img {
	display: block;
	max-width: 92%;
	max-height: 92%;
	width: auto;
	height: auto;
	object-fit: contain;
}

.akv-gallery__empty {
	color: #7b8993;
	font-size: 16px;
}

.akv-gallery__badge {
	position: absolute;
	z-index: 2;
	top: 16px;
	left: 16px;
	max-width: calc(100% - 32px);
}

.akv-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 8px;
	margin-top: 10px;
}

.akv-gallery__thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 68px;
	padding: 4px;
	border: 1px solid #e1e9ee;
	border-radius: 8px;
	background: #fff;
	cursor: pointer;
	transition: border-color .2s ease, box-shadow .2s ease;
}

.akv-gallery__thumb.is-active {
	border-color: #0e92a8;
	box-shadow: 0 0 0 2px rgba(14, 146, 168, .12);
}

.akv-gallery__thumb img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.akv-product__content {
	min-width: 0;
}

.akv-product__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 10px;
	color: #6c7d88;
	font-size: 13px;
}

.akv-product__meta span {
	display: inline-flex;
	align-items: center;
	min-height: 26px;
	padding: 4px 10px;
	border: 1px solid #e3ebef;
	border-radius: 999px;
	background: #f7fafb;
}

.akv-product h1 {
	margin: 0 0 18px;
	color: #102838;
	font-size: 28px;
	line-height: 1.18;
	font-weight: 500;
	letter-spacing: 0;
}

.akv-product__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 18px;
	align-items: start;
}

.akv-specs,
.akv-buy,
.akv-section,
.akv-info__item {
	border: 1px solid #e4ecef;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(20, 38, 53, .06);
}

.akv-specs {
	min-width: 0;
	padding: 18px;
}

.akv-specs__size {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 14px;
	padding: 13px 14px;
	border-radius: 8px;
	background: #f0f8fa;
	color: #476371;
}

.akv-specs__size span {
	font-size: 13px;
}

.akv-specs__size strong {
	color: #0f5f72;
	font-size: 20px;
	line-height: 1.15;
	font-weight: 500;
}

.akv-specs__list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0;
}

.akv-specs__list div {
	display: grid;
	grid-template-columns: minmax(124px, .72fr) minmax(0, 1.28fr);
	gap: 14px;
	align-items: start;
	min-height: 34px;
	padding: 8px 0;
	border-bottom: 1px solid #edf2f4;
}

.akv-specs__list dt {
	color: #6f818b;
	font-size: 13px;
	line-height: 1.25;
}

.akv-specs__list dd {
	margin: 0;
	color: #142635;
	font-size: 14px;
	line-height: 1.25;
	font-weight: 400;
	overflow-wrap: anywhere;
}

.akv-buy {
	position: relative;
	padding: 18px;
}

.akv-buy__caption {
	margin-bottom: 5px;
	color: #6c7d88;
	font-size: 13px;
}

.akv-buy__price {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
	margin-bottom: 10px;
	color: #007097;
	font-size: 30px;
	line-height: 1;
	font-weight: 500;
}

.akv-buy__price del {
	color: #96a4ac;
	font-size: 16px;
	font-weight: 400;
}

.akv-buy__pack,
.akv-buy__note,
.akv-buy__unavailable,
.akv-buy__status {
	display: block;
	margin: 10px 0;
	padding: 10px 12px;
	border-radius: 8px;
	background: #f6fafb;
	color: #506874;
	font-size: 13px;
	line-height: 1.35;
}

.akv-sale-switch {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 6px;
	margin: 14px 0 10px;
	padding: 4px;
	border-radius: 8px;
	background: #eef4f7;
}

.akv-sale-switch button {
	min-height: 38px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #516773;
	font-weight: 500;
	cursor: pointer;
}

.akv-sale-switch button.is-active {
	background: #fff;
	color: #0a6f85;
	box-shadow: 0 2px 8px rgba(20, 38, 53, .08);
}

.akv-sale-form {
	margin: 0;
}

.akv-qty {
	position: relative;
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) 40px;
	align-items: center;
	height: 44px;
	margin-bottom: 12px;
	border: 1px solid #dce8ed;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.akv-qty button,
.akv-qty input,
.akv-qty span {
	height: 100%;
	border: 0;
	background: #fff;
	color: #142635;
	font: inherit;
}

.akv-qty button {
	background: #f5f9fa;
	font-size: 20px;
	cursor: pointer;
}

.akv-qty input {
	min-width: 0;
	padding: 0 38px 0 8px;
	text-align: center;
	font-weight: 400;
	font-size: 15px !important;
	color: #142635 !important;
	line-height: 44px;
	opacity: 1 !important;
	-webkit-text-fill-color: #142635;
	-moz-appearance: textfield;
}

.akv-qty input::-webkit-outer-spin-button,
.akv-qty input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.akv-qty span {
	display: flex;
	position: absolute;
	top: 0;
	right: 40px;
	width: 38px;
	align-items: center;
	justify-content: center;
	color: #6c7d88;
	font-size: 13px;
	font-weight: 400;
	pointer-events: none;
}

.akv-buy__button,
.akv-related-card__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	border: 0;
	border-radius: 8px;
	background: #078734;
	color: #fff !important;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	transition: background .2s ease, transform .2s ease;
}

.akv-buy__button:hover,
.akv-related-card__button:hover {
	background: #056f2a;
	transform: translateY(-1px);
}

.akv-buy__contacts {
	display: grid;
	gap: 7px;
	margin-top: 14px;
	color: #0d6f88;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.akv-section {
	margin-top: 24px;
	padding: 22px 24px;
}

.akv-section h2,
.akv-info__item h2 {
	margin: 0;
	color: #102838;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
}

.akv-description__text {
	margin-top: 14px;
	color: #304653;
	font-size: 15px;
	line-height: 1.6;
}

.akv-description__text p {
	margin: 0 0 12px;
}

.akv-section__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 18px;
}

.akv-section__head a {
	color: #0d7590;
	font-size: 14px;
	font-weight: 500;
}

.akv-related__slider {
	position: relative;
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) 42px;
	gap: 10px;
	align-items: center;
}

.akv-related__viewport {
	overflow: hidden;
	min-width: 0;
}

.akv-related__track {
	display: flex;
	gap: 14px;
	will-change: transform;
	transition: transform .28s ease;
}

.akv-related-card {
	flex: 0 0 calc((100% - 56px) / 5);
	min-width: 0;
	display: grid;
	grid-template-rows: 116px minmax(48px, auto) auto auto;
	gap: 10px;
	padding: 12px;
	border: 1px solid #e3ebef;
	border-radius: 8px;
	background: #fff;
}

.akv-related-card__image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 8px;
	background: #f7fafb;
}

.akv-related-card__image img {
	display: block;
	max-width: 92%;
	max-height: 92%;
	object-fit: contain;
}

.akv-related-card__badge {
	position: absolute;
	top: 6px;
	left: 6px;
	max-width: calc(100% - 12px);
}

.akv-related-card__title {
	color: #142635;
	font-size: 13px;
	line-height: 1.25;
	font-weight: 400;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.akv-related-card__price {
	color: #007097;
	font-size: 18px;
	line-height: 1.1;
	font-weight: 500;
}

.akv-related-card__button {
	min-height: 38px;
	font-size: 13px;
}

.akv-related__arrow {
	width: 42px;
	height: 42px;
	border: 1px solid #dce7ec;
	border-radius: 50%;
	background: #fff;
	color: #0d7590;
	font-size: 30px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(20, 38, 53, .08);
}

.akv-related__arrow:disabled {
	opacity: .35;
	cursor: default;
}

.akv-info {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 22px;
	margin-top: 24px;
}

.akv-info__item {
	padding: 22px 24px;
}

.akv-info__item p {
	margin: 12px 0 0;
	color: #304653;
	font-size: 15px;
	line-height: 1.45;
}

.akv-info__item h3 {
	margin: 18px 0 0;
	color: #233a47;
	font-size: 16px;
	line-height: 1.35;
	font-weight: 500;
}

.akv-info__item h3:first-of-type {
	margin-top: 16px;
}

.akv-info__item a {
	color: #0d7590;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media (max-width: 1120px) {
	.akv-product__hero {
		grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
		gap: 24px;
	}

	.akv-product__grid {
		grid-template-columns: 1fr;
	}

	.akv-related-card {
		flex-basis: calc((100% - 42px) / 4);
	}
}

@media (max-width: 1024px) {
	#catalog_page #catalog_left.inside_level,
	#catalog_page #catalog_right.inside_level {
		float: none !important;
		display: block !important;
		width: auto !important;
		max-width: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.akv-product {
		padding: 0 14px;
	}

	.akv-product__hero {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.akv-gallery__stage {
		max-height: 520px;
	}

	.akv-product h1 {
		font-size: 23px;
	}

	.akv-specs__list {
		grid-template-columns: 1fr;
	}

	.akv-related-card {
		flex-basis: calc((100% - 14px) / 2);
	}

	.akv-info {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.akv-gallery__thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.akv-gallery__thumb {
		height: 58px;
	}

	.akv-specs,
	.akv-buy,
	.akv-section,
	.akv-info__item {
		padding: 16px;
	}

	.akv-specs__size {
		display: block;
	}

	.akv-specs__size strong {
		display: block;
		margin-top: 4px;
		font-size: 18px;
	}

	.akv-specs__list div {
		grid-template-columns: 1fr;
		gap: 3px;
	}

	.akv-buy__price {
		font-size: 26px;
	}

	.akv-section__head {
		display: block;
	}

	.akv-section__head a {
		display: inline-block;
		margin-top: 8px;
	}

	.akv-related__slider {
		grid-template-columns: 34px minmax(0, 1fr) 34px;
		gap: 6px;
	}

	.akv-related__arrow {
		width: 34px;
		height: 34px;
		font-size: 24px;
	}
}
