.all {
	 width:1400px; 
	 height:100%;
	 margin:0px auto; 
	 position:relative; 
	 }


.block-1-header {
	width: 1400px;
	height: 120px;
	background:;
	margin-top:50px;	
}
.block-1-inheader {
	width:900px;
	height: 30px;
	margin-top:35px;	
	background:;
	float:right;
}
.block-2-content {
	width: 1400px;
	height: 467px;
	background:;
	margin:auto;
		
}
.block-3-footer {
	width: 1400px;
	height: 600px;
	margin:auto;
	background:;	
}
.font-navigator{
	font-size:20px;
	margin-left:20px;
	text-decoration:none;
}
.font-contact-blod{
	font-size:18px;
	font-weight:bold
}
.font-contact{
	font-size:18px;
}
.image-maxwidth
{
	max-width:90%;
}
.footer-bg-color
{
	color:white;
	background-color:#48C4FF;
}
.grid-footer {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	
}
.footer-link-color
{
color:white;	
}
