.product-head__row {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.product-head__row .col {
	width: calc((100% - 20px) / 2);
}
.product-head__row .product-head__info {
	padding: 0 80px;

}
.product-head__row .product-head__info h1 {
	font-size: 32px;
	margin-bottom: 12px;
}
.product-wizard {
	margin-top: 24px;
	margin-bottom: 24px;
	display: flex;
	flex-direction: column;
	gap: 24px
}
.product-wizard__value {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.product-wizard__value .label {
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #4c4843;
}
.product-wizard__value .selector {
	display: flex;
	flex-direction: row;
	gap: 8px;
}
.product-wizard__value.color .selector div {
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}

.product-wizard__value.thickness .selector a {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f3f3f3;
	border-radius: 30px;
	background: #f3f3f3;
	padding: 8px 16px;
	width: 70px;
	height: 40px;
}
.product-wizard__value.thickness .selector a.active {
	background: var(--color-text);
	color: var(--color-white);
}

.product-price {
	font-weight: 600;
	font-size: 20px;
	line-height: 150%;
	color: #a5a19d;

}

.product-price-total {
	font-weight: 600;
	font-size: 40px;
	line-height: 130%;
	margin-top: 40px;
	margin-bottom: 24px;
}

.product-square-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
	margin-bottom: 32px;
}
.product-square-container input {
	border: none;
	background: transparent;
	width: 64px;
	text-align: right;
	font-size: 16px;
}
.product-square-control {
	background-color: var(--color-gray-100);
	display: flex;
	flex-direction: row;
	border-radius: 8px;
}

.product-contact-form {
	margin-top: 40px;
	border-bottom: 2px solid #fff;
	border-radius: 20px;
	padding: 24px 24px 28px;
	width: 100%;

	background: var(--color-gray-100);
}
.product-contact-form .title {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: #4c4843;
	margin-bottom: 16px;
}
.product-contact-form textarea {
	border-radius: 8px;
	padding: 10px 16px 12px;
	width: 100%;
	min-height: 70px;
	border: none;
	margin-bottom: 20px;
}
.product-contact-form .description {
	margin-top: 16px;
}
.product-contact-form .description a {
	color: var(--color-primary);
}
.product-detail-tabs .product-tab-list {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 32px;
	border-bottom: 2px solid #f3f3f3;
}
.product-detail-tabs .product-tab-link {
	display: flex;
	height: 48px;
	align-items: center;
	position: relative;
	bottom: -2px;
	text-align: center;
	line-height: 1.1;
	font-weight: 600;
	color: var(--color-light-text);
}
.product-detail-tabs .product-tab-link.active {
	border-bottom: 2px solid var(--color-primary);
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	color: var(--color-text);
}

.product-tab-content {
	margin-top: 64px;
	width: calc(100% / 12 * 8);
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}
.product-tab-content strong {
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
}

.product-tab-content h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 115%;
	margin-bottom: 24px;
}

.product-prop-row {
	display: flex;
	flex-direction: row;
	gap: 8px;
	height: 30px;
	align-items: baseline;
	margin-bottom: 10px;
}
.product-prop-row .dotted {
	flex: 1;
	border-bottom: #a5a19d 1px dotted;
}
.product-prop-row .propduct-prop-name {
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: var(--color-light-text);
}
.product-price-table {
	margin-bottom: 24px;
}

.product-price-head {
	display: flex;
	flex-direction: row;
	width: 100%;

	border-radius: 8px;
	height: 48px;
	align-items: center;

	background: #f3f3f3;
	border-bottom: 2px solid #f3f3f3;

	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #a5a19d;
}
.product-price-row {
	display: flex;
	flex-direction: row;
	width: 100%;

	border-bottom: 2px solid #f3f3f3;

	height: 48px;
}
.product-price-row:last-child {
	border-bottom: none;
}

.product-price-head .col,
.product-price-row .col {
	padding: 12px;
	flex: 1;
}

.product-price-table .name {
	flex: 3;
}
.product-price-table .percent {
	flex: 2;
}
.product-price-table .price {
	text-align: right;
	white-space: nowrap;
}



#map {
	height: 400px;
	border-radius: 8px;
	overflow: hidden;
}

.xsd-form-control {
	height: 56px;
	border-radius: 8px;
	padding: 10px 12px 11px 16px;
	background: var(--color-gray-100);

	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	color: #4c4843;
}
.xsd-control-container {
	margin-bottom: 16px;
}
.link-all-product-props {
	font-weight: 700;
	font-size: 16px;
	line-height: 150%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

/* мобилка — обратно в карточки */
@media (max-width: 767px) {
	.product-head__row .product-head__info h1 {
		font-size: 24px
	}
	.product-head__row {
		flex-direction: column;
	}
	.product-price-head {
		display: none;
	}
	.product-head__row .col {
		width: 100%;
	}
	.product-head__row .product-head__info {
		padding: 0;
	}
	.product-detail-tabs .product-tab-list {
		flex-wrap: wrap;
		gap: 16px 32px;
		border-bottom: none;
		justify-content: center;
	}
	.product-detail-tabs .product-tab-link {
		height: 28px;
		font-size: 16px;
	}
	.product-detail-tabs .product-tab-link.active {

	}
	.product-tab-content {
		width: 100%;
	}
	.product-tab-content h3 {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.product-tab-content strong {
		font-size: 18px;
	}

	.product-prop-row {
		display: flex;
		flex-direction: row;
		gap: 20px;
		height: unset;

		align-items: flex-start;
		border-bottom: 1px solid #f3f3f3;
		padding: 8px 0 12px;
	}
	.product-prop-row .dotted {
		display: none
	}
	.product-prop-row .propduct-prop-name {
		flex: none;
		width: 38%;

		line-height: 130%;
	}


	.product-price-row {
		flex-direction: column;
		height: unset;
	}
}