/* ПУБЛИЧНАЯ ОФЕРТА :
	/up/legal/oferta.php 
	/up/legal/conf_pol.php 
	/up/legal/rules.php 
*/

/* ========== RESET ========== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, 
address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, select, textarea, input  {
	color:#000;
	font-family: open, Calibri, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 13px; 
	text-align: left;
	-webkit-font-smoothing: antialiased;
	
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
b{
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;
}


body{
	padding: 20px;
	padding-top: 0px;
	width: 100%;
	box-sizing: border-box;
	
	background-color: #ccc;
	
	overflow: auto;
}
p{
	display: block;
	
	margin-bottom: 25px;
	width: 100%;
	box-sizing: border-box;
}
p1{
	display: block;
	
	margin-bottom: 5px;
	width: 100%;
	box-sizing: border-box;
}
header{
	display: block;
	margin-bottom: 5px;
	
	font-weight:bold;
	font-family: Calibri;
	font-size: 14px;
}
header.top{
	margin-top: 25px;
}
pad1{
	display: inline-block;
	padding-left: 20px;
}
pad2{
	display: inline-block;
	padding-left: 40px;
}



/*** @FONT-FACE ***/
/* open */
@font-face {
	font-family: "open";
	src:url("/images/ifonts/real_fonts/cyr/OpenSans.ttf");
	font-weight: normal;
	font-style: normal;
}


/* HELPERS */
.a_center{
	text-align:center;
}





























