| 
					
				 | 
			
			
				@@ -42,7 +42,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <TextBlock Margin="10,0,0,0" x:Name="SOrderDateStart" Grid.Row="2" Grid.Column="1" VerticalAlignment="Center"></TextBlock> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <DatePicker Margin="10,0,0,0" x:Name="SOrderDateEnd" Grid.Row="3" Grid.Column="1" VerticalAlignment="Center"></DatePicker> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        <Button x:Name="PayMakeBtn" Click="PayMakeBtn_Click" Grid.Row="4" Grid.Column="1">Совершить платёж</Button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <Button Width="120" x:Name="PayMakeBtn" Click="PayMakeBtn_Click" Grid.Row="4" Grid.Column="1">Совершить платёж</Button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <StackPanel Margin="10,0,0,0" Grid.Row="4" Grid.Column="1" Name="PaySP"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <StackPanel Orientation="Horizontal"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <TextBlock>Стоимость: </TextBlock> 
			 |