@import url('http://fonts.googleapis.com/css?family=Helvetica');




/** page structure **/

#intro {
  display: block;
  margin-bottom: 25px;
  text-align: center;
}
#intro p {
  font-size: 1.8em;
  line-height: 1.35em;
  color: #005176;
  margin-bottom: 5px;
}
p
{
	font-weight: bold;
}

#stats {
  display: block;
  width: 100%;
  padding: 5px 0;
  text-align: center;
}

#stats .row {
  display: block;
  text-align: center;
  alignment-adjust:middle;
}

.circle-container {
  display: block;
  float: left;
  margin-right: 5%;
  margin-bottom: 5px;
  margin-left: 5%;
text-align: center;
alignment-adjust:middle;
}

.col { 
    width: 180px; /* Ширина блока */
    word-wrap: break-word; /* Перенос слов */ 
	text-align: center;
	alignment-adjust:middle;
	}
	
	
.colclear { 
alignment-adjust:middle;
  text-align: center;
   display: block;
   float: left;
    width: 970px; /* Ширина блока */
	}
	
.circle-container h3 {
  display: block;
  text-align: center;
  alignment-adjust:middle;
  font-family: "Helvetica ", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.0;
  color: #005176;
}


/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }