html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #FFF;
	background: #000 url(/bitrix/templates/common_files/img/bottom_bg.jpg) repeat-x bottom center;
}
h1 {
	font-family: Tahoma;
	font-size: 32px;
	font-weight: normal;
	color: #1d3046;
	margin: 0px;
	margin-bottom: 4px;
}
h2 {
	color: #e13131;
	font-size: 26px;
	font-family: Tahoma;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 5px 0px;
}
h3 {
	color: #6c757f;
	font-size: 22px;
	font-family: Arial;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 5px 0px;
}

a, a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006acc;
	text-decoration:underline;
	outline: none; /* Убираем границу вокруг ссылок */
}
a:hover {
	text-decoration: none;
}

/* маркированный список */
ul, ol li ul {
	margin: 0.5em 0;
	padding: 0 0 0 20px;
	text-indent: 0px;
}
ul li, ol li ul li {
	margin: 0.5em 0;
	padding: 0 0 0 20px;
	text-indent: 0px;
	list-style-type: none;
	background: url(/bitrix/templates/common_files/img/bullet.gif) no-repeat 0 0.3em;
}
img {
	border: 1px #000 solid;
}
.main_content {
	padding: 15px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	z-index: 100;
}
.countres {
	position: absolute;
	top: 50%;
	left: 45%;
	z-index: 0;
	display: none;
}
