|  | @@ -11451,9 +11451,20 @@ p {
 | 
	
		
			
			| 11451 | 11451 |    padding: 0.5em 0.55em;
 | 
	
		
			
			| 11452 | 11452 |  }
 | 
	
		
			
			| 11453 | 11453 |  .passport__edit {
 | 
	
		
			
			|  | 11454 | +  position: fixed;
 | 
	
		
			
			|  | 11455 | +  left: 50%;
 | 
	
		
			
			|  | 11456 | +  transform: translateX(-50%);
 | 
	
		
			
			|  | 11457 | +  bottom: 5em;
 | 
	
		
			
			| 11454 | 11458 |    width: 89%;
 | 
	
		
			
			| 11455 | 11459 |    margin: 0 auto;
 | 
	
		
			
			| 11456 | 11460 |    box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.2);
 | 
	
		
			
			|  | 11461 | +  background-color: rgba(255, 255, 255, 0.8);
 | 
	
		
			
			|  | 11462 | +  border: 0.25em solid #2AACE2;
 | 
	
		
			
			|  | 11463 | +}
 | 
	
		
			
			|  | 11464 | +.passport__edit p {
 | 
	
		
			
			|  | 11465 | +  color: #2AACE2;
 | 
	
		
			
			|  | 11466 | +  font-weight: 500;
 | 
	
		
			
			|  | 11467 | +  letter-spacing: 0.15em;
 | 
	
		
			
			| 11457 | 11468 |  }
 | 
	
		
			
			| 11458 | 11469 |  
 | 
	
		
			
			| 11459 | 11470 |  .methods p {
 |