.type_h{
    position: relative;
    font-weight: bold;
    padding-bottom: 13px;
}
.type_h4{
	font-family: inherit;
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bold {
	font-weight: bold;
}

.product_gost_value{
	position: relative;
	display: block;
	width: 100%;
	height: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #1f1f1f;
	font-size: 14px;
}
.product-item-detail-price-current sup{
	margin: 0 1%;
	font-size: 12px;	
	padding: 1% 2%;
}
.warning{
	background: red;
	color: white;
	display: block;
	padding: 1%;
	font-size: 12px;
	border-radius: 5px;
	position: absolute;
	top: -18px;
	right: 0;
}