.prices-table {
	width: 100%;

	border: 1px solid #d2cece !important;
	background: #f7f7f7;
	font-size: 14px;
}

.prices-table-title {
	cursor: pointer;
}

.prices-table tr{

}

.prices-table td {
	padding: 5px;
	border-bottom: 1px solid #d2cece;
}

/* Заголовок */
.prices-table td.xl80{
	background-color: #e16f13;
	color: #fff;
}

.prices-table td.xl71,
.prices-table td.xl69,
.prices-table td.xl73,
.prices-table td.xl75{
	text-align: left
}

.prices-table td.xl69 {
}

.prices-table td.xl75 {
	padding-left: 40px;
}

.prices-table-body {
	display: none;
}

.prices-table-desc {
	font-size: 14px;
	text-align: center;
	padding: 0 20px;	
}

.prices-table td.xl72 {
	text-align: right;
}
.prices-table-body.css-allways-opened {
	display: table-row-group;
}


.prices-table td.xl75 {
	padding-left: 40px;
}

.prices-table .nowrap
{
	white-space: nowrap;
}

.prices-table .justify
{
	text-align: justify;
	display: block;
}

.prices-table .pad20
{
	padding-left: 20px;
	padding-right: 20px;
}

/*.prices-table .like-termografy*/
/*{*/
	/*background: linear-gradient(to bottom, rgba(125,185,232,1) 0%,rgb(87, 0, 165) 40%,rgb(1, 54, 132) 100%);*/
/*}*/