

/* Start:/bitrix/templates/ingredient/components/bitrix/news.detail/produkt_detail/style.css?17663886422579*/
.hide {
	display: none !important;
}

/* Product Characteristics Styles - Figma Design */
.product-characteristics-wrapper {
	margin-bottom: 40px;
}

.product-characteristics-wrapper .section__title {
	font-family: 'Gilroy', sans-serif;
	font-weight: 700;
	font-size: 55px;
	line-height: 62px;
	color: #181818;
	margin-bottom: 30px;
}

.product-characteristics-wrapper .section__subtitle-legal {
	font-family: 'Gilroy', sans-serif;
	font-weight: 800;
	font-size: 24px;
	line-height: 1.3;
	color: #686666;
	margin-top: 40px;
	margin-bottom: 24px;
}

.product-char-item {
	display: flex;
	flex-wrap: wrap;
	padding: 12px 0;
	border-bottom: 1px solid #E8E8E8;
	min-height: 54px;
	align-items: flex-start;
}

.product-char-item:last-child {
	border-bottom: none;
}

.product-char-item__label {
	font-family: 'Gilroy', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	color: #999999;
	width: 206px;
	min-width: 206px;
	flex-shrink: 0;
	padding-top: 3px;
}

.product-char-item__value {
	font-family: 'Gilroy', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5;
	color: #181818;
	flex: 1;
	max-width: calc(100% - 206px);
}
.cabinet__content .small-section {
	margin-bottom: 40px;
}
.cabinet__content form.small-section .btn.btn-doc{
	justify-self: right;
}
.form .document__watch.detail-product-watch{
	margin-right: 0;
	margin-left: 12px;
}
.product-char-item__value--bold {
	font-weight: 800;
}

.product-char-item__value--multiline {
	line-height: 30px;
}

.product-char-item__value p {
	margin: 0;
	line-height: 30px;
}

.product-char-item__value .category-group {
	margin-bottom: 0;
}

.product-char-item__value .category-group-title {
	font-weight: 800;
	color: #201702;
}

.product-char-item__value .category-group-items {
	font-weight: 300;
	color: #201702;
}

/* Empty value state */
.product-char-item--empty {
	display: none;
}

/* Responsive styles */
@media (max-width: 991px) {
	.product-characteristics-wrapper .section__title {
		font-size: 32px;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	
	.product-characteristics-wrapper .section__subtitle-legal {
		font-size: 20px;
		margin-top: 30px;
		margin-bottom: 16px;
	}
	
	.product-char-item {
		flex-direction: column;
		padding: 16px 0;
	}
	
	.product-char-item__label {
		width: 100%;
		min-width: 100%;
		margin-bottom: 8px;
		font-size: 14px;
	}
	
	.product-char-item__value {
		font-size: 16px;
		max-width: 100%;
	}
}

@media (max-width: 575px) {
	.product-characteristics-wrapper .section__title {
		font-size: 24px;
	}
	
	.product-char-item__value {
		font-size: 15px;
	}
}
/* End */
/* /bitrix/templates/ingredient/components/bitrix/news.detail/produkt_detail/style.css?17663886422579 */
