#contacts { margin-top:25px;}
#contacts h4{ margin:25px 0 25px 0;}
	.contacts_adress { width:950px; border:1px solid #d5d5d5;}
	.contacts_punkt { width:950px; border:1px solid #d5d5d5;}
@media (min-width: 980px) {      	
}
 
@media (min-width: 768px) and (max-width: 979px)  { 
	.contacts_adress { width:720px; }
	.contacts_punkt { width:720px;}
} 
@media (min-width: 480px) and (max-width: 767px)  { 
#contacts { font-size:25px;}
	.contacts_adress { width:460px; }
	.contacts_punkt { width:460px;}
}

@media (max-width: 479px) { 
#contacts { font-size:19px;}
	.contacts_adress { width:340px; }
	.contacts_punkt { width:340px;}
}