div.productForm .form div.line.step div.actions.questions {

}
div.productForm .form div.line.step div.actions.questions div.block {
	position:relative;
}
div.productForm .form div.line.step div.actions.questions div.block+div.block {
	margin:10px 0 0;
}
div.productForm .form table.table.sm tr th {
	font-size:16px;
	line-height:normal;
	padding-right:20px;
}
div.productForm .form table.table.sm tr th.title {
	width:50%;
}
div.productForm .form table.table.sm tr th.part {
	width:20%;
}
div.productForm .form table.table.sm tr th.price {
	width:30%;
}
div.productForm .form table.table tr td.input input.text {
	background:#fff;
	border:1px solid #C4C4C4;
	border-radius:10px;
	width:100%;
	padding:10px 15px;
}
.btn.hidden {
	display:none;
}
div.productForm form #calcResult {
	transition:all 0.3s;
	filter:grayscale(0);
	opacity:1;
}
div.productForm form #calcResult.loading {
	filter:grayscale(1);
	opacity:0.5;
}