/* 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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
html{
    font-size: 100.01%;
}
body {
	font-size: 62.5%;
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	/*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup
table {
	border-collapse: separate;
	border-spacing: 0;
}*/
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.block{
    display: block;
}
.clearboth{
    clear: both;
}

/* VISUAL EDITOR BITRIX */

body{
  font-size: 1em;
  line-height: 1.1em; 
  padding: 20px;
  font-family: Times New Roman, Courier New;
}
/* WORKAREA */

table{
	font-size: 0.9em;
}

table td{
	padding: 5px;	
}

a{
  color: #3a72a8;
}

a:hover{
    color: #007bf2;
}

.header{
  width: 460px;
  margin: 0px auto;
  text-align: center;
  margin-bottom: 23px;
}

h2{
  font-size: 1.4em;
  font-weight: bold;
  color: #376ea7;
  padding: 11px;
}

.hr{
    margin: 0px auto;
    margin-top: 23px;
    margin-bottom: 23px;
}

.hr2{
    margin-top: 4px;
    padding-left: 2px;
    margin-bottom: 4px;
}

/* WORKAREA >> NEWS */

.pager{
    text-align: center;
}

.news-month{  
  font-size: 1.1em;
  font-weight: bold;
  color: #3a72a8;
  margin-bottom: 23px;
}

.news-item{
  margin-bottom: 32px;
}

.news-item h3{
  color: #3a72a8;
  padding-bottom: 10px;
  font-weight: normal;
}

.img-news{
  float: left;
  display: block;  
  padding-right: 10px;
}

.news-link{
  padding-top: 5px;
  clear: left;
}