.wrap{
    margin-bottom:20px;
    overflow:none;
}
.producttab{
    border-collapse:collapse !important;
	border:none !important;
}
.producttab tr td{
	border:none !important;
	border-bottom:1px dashed #111 !important;
	padding:10px 0 !important;
	font-size:15px !important;
	font-family:'Noto Serif', 'Calibri' !important;
	color:#111 !important;
	line-height:25px !important;
}
.producttab tr td:nth-child(1){
	border-bottom:1px dashed #0071b3 !important;
	color:#0071b3 !important;
	width:200px !important;
}
.producttab tr td:nth-child(2){
	text-align:justify !important;
	width:auto !important;
	padding:10px 0 10px 10px !important;
}
.producttab tr:first-child td{
	border:none !important;
	padding:0 0 30px !important;
}
.producttab tr:first-child td:nth-child(1){
	font-size:20px !important;
	font-weight:normal !important;
	color:#111 !important;
}
.producttab tr:first-child td:nth-child(2){
	font-size:15px;
	text-align:right !important;
}
.producttab tr:first-child{
	display:none !important;
}
/* Адаптация */
@media only screen and (max-width: 768px){
	.producttab,.producttab tr,.producttab tr td,.producttab tbody,.producttab tr td:nth-child(1),.producttab tr td:nth-child(2),.producttab tr:first-child td{
		display:block !important;
		width:100% !important;
		margin:0 !important;
		padding:0 !important;
		border:none !important;
		font-size:15px !important;
		line-height:25px !important;
		font-family:Verdana !important;
		text-align:justify !important;
	}
	.producttab tr td:nth-child(1){
		font-weight:bold !important;
	}
	.producttab tr td:nth-child(2){
		padding:0 0 15px !important;
	}
}