/* Индивидуальные стили */
.products_list .ft_image img { border-radius: 15px!important; }

.preise_table .table th,  .preise_table .table td {
	text-align: center;
	vertical-align: middle;
}

.preise_table  .table th {
	background-color: #f8f9fa;
}

 .preise_table .discount {
	color: red;
	font-weight: bold;
}

.preise_table .additional-cost {
	color: red;
	font-weight: bold;
}

.preise_table .montage {
	background-color: #e9ecef;
}

@media (max-width: 768px) {
	 .preise_table .table {
		font-size: 0.9rem;
	}
}