$pdf->Cell(180, 16, $a[1]['name_kl'], 0, 0, 'C' );
$pdf->Ln(6);
$pdf->SetTextColor( 025, 025, 112);
$pdf->Cell(0, 16, "АДРЕС КЛИЕНТА: ", 0, 0, 'L' );
$pdf->Ln(0);
$pdf->SetTextColor( 0, 0, 0);
$pdf->Cell(130, 16, $a[1]['address'], 0, 0, 'C' );
$pdf->Ln(6);
$pdf->SetTextColor( 025, 025, 112);
$pdf->Cell(0, 16, "ФИО МЕНЕДЖЕРА: ", 0, 0, 'L' );
$pdf->Ln(0);
$pdf->SetTextColor( 0, 0, 0);
$pdf->Cell(180, 16, $a[1]['name_man'], 0, 0, 'C' );
$pdf->Ln(6);
$pdf->SetTextColor( 025, 025, 112);
$pdf->Cell(0, 16, "ТЕЛЕФОН КЛИЕНТА: ", 0, 0, 'L' );
$pdf->Ln(0);
$pdf->SetTextColor( 0, 0, 0);
$pdf->Cell(160, 16, $a[1]['phone'], 0, 0, 'C' );
$pdf->Ln(5);
//$pdf->AddFont('DejaVu','','DejaVuSansCondensed.ttf',true);
//$pdf->SetFont('DejaVu','',16);
//$pdf->SetTextColor( 128, 000, 000);
$pdf->SetFont('DejaVu','',13);
$pdf->SetTextColor( 124, 123, 003 );
$pdf->Ln(6);
$pdf->Cell( 0, 8, "ПЕРЕЧЕНЬ ТОВАРОВ", 0, 0, 'C' );
$pdf->Ln( 12 );
$pdf->SetTextColor( 025, 025, 112);
$pdf->SetFont('DejaVu','',11);
$pdf->SetFillColor(135,206,250);
$pdf->Cell( 7, 8, "№", 1, 0, 'C','true' );
$pdf->Cell( 85, 8, "ТОВАР", 1, 0, 'C','true' );
$pdf->Cell( 150, 8, "Ингредиенты", 1, 0, 'C','true' );
$pdf->Cell( 10, 8, "К-О", 1, 0, 'C','true' );
$pdf->Cell( 15, 8, "ЦЕНА", 1, 2, 'C','true' );