|  | @@ -7,7 +7,7 @@
 | 
	
		
			
				|  |  |          mc:Ignorable="d"
 | 
	
		
			
				|  |  |          Title="Главная страница" Height="950" Width="700" WindowStartupLocation="CenterScreen" ResizeMode="NoResize" Loaded="WindowLoaded">
 | 
	
		
			
				|  |  |      <Grid>
 | 
	
		
			
				|  |  | -        <Button Content="ВОЙТИ" HorizontalAlignment="Left" Margin="625,10,0,0" VerticalAlignment="Top" Width="45" Click="OpenWindow" Height="19" Background="#00000000" FontFamily="Century Gothic" BorderBrush="#00000000"/>
 | 
	
		
			
				|  |  | +        <Button Content="ВОЙТИ" HorizontalAlignment="Left" Margin="625,10,0,0" VerticalAlignment="Top" Width="45" Height="19" Background="#00000000" FontFamily="Century Gothic" BorderBrush="#00000000" Click="Authorization"/>
 | 
	
		
			
				|  |  |          <Button Content="КАРТА ПАРКА" HorizontalAlignment="Left" Margin="46,633,0,0" VerticalAlignment="Top" Width="240" Height="225" Foreground="Black" FontSize="22" FontFamily="Showcard Gothic" FontWeight="Bold" Background="#00000000">
 | 
	
		
			
				|  |  |          </Button>
 | 
	
		
			
				|  |  |          <Button Content="ДОСТОПРИМЕЧАТЕЛЬНОСТИ" HorizontalAlignment="Left" Margin="291,633,0,0" VerticalAlignment="Top" Width="242" Height="110" FontSize="11" FontFamily="Century Gothic" Background="#00000000">
 | 
	
	
		
			
				|  | @@ -16,7 +16,7 @@
 | 
	
		
			
				|  |  |          <Button Content="АТТРАКЦИОНЫ" HorizontalAlignment="Left" Margin="538,633,0,0" VerticalAlignment="Top" Width="99" Height="225" FontSize="11" FontFamily="Century Gothic" Background="#00000000">
 | 
	
		
			
				|  |  |          </Button>
 | 
	
		
			
				|  |  |          <Button Content="АФИША ПАРКА" HorizontalAlignment="Left" Margin="476,342,0,0" VerticalAlignment="Top" Width="194" Height="42" FontFamily="Century Gothic" Background="#00000000"/>
 | 
	
		
			
				|  |  | -        <Button Content="ПОДРОБНЕЕ" HorizontalAlignment="Left" Margin="264,260,0,0" VerticalAlignment="Top" Width="180" Height="40" FontFamily="Century Gothic" Background="#00000000"/>
 | 
	
		
			
				|  |  | +        <Button Content="ПОДРОБНЕЕ" HorizontalAlignment="Left" Margin="264,260,0,0" VerticalAlignment="Top" Width="180" Height="40" FontFamily="Century Gothic" Background="#00000000" Click="More"/>
 | 
	
		
			
				|  |  |          <Label Name="date" HorizontalAlignment="Left" Margin="132,360,0,0" VerticalAlignment="Top" Height="24" Width="98" FontFamily="Century Gothic" FontSize="11"/>
 | 
	
		
			
				|  |  |          <Label Name="time" HorizontalAlignment="Left" Margin="46,342,0,0" VerticalAlignment="Top" Height="42" Width="86" FontSize="30" FontFamily="Century Gothic"/>
 | 
	
		
			
				|  |  |      </Grid>
 |