.wrapper.main {
	background:url(../img/mainPageBG.jpg) no-repeat center top;
}

.main .content {
	display:block;
	padding-top:840px;
	padding-bottom:100px;
}

.main .content .tagline {
	position:absolute;
	top:0;
	left:0;
	right:0;
	padding:30px 0 30px 195px;
	height:174px;	
	box-sizing:border-box;	
	background:url(../img/tagline.png) no-repeat left center;
	font-size:36px;
	line-height:36px;
	color:#fff;
}

.main .content .tagline div:first-of-type{
	font-size:60px;
	line-height:60px;
}

.main .content .state{
	position:absolute;
	top:174px;
	left:33px;
	width:458px;
	height:367px;
	padding:10px 20px;
	box-sizing:border-box;
	overflow:hidden;
}

.main .content .state .title{
	font-size:24px;
	color:#24465f;
}

.main .content .state .total{
	display:table;
	width:100%;
	margin:10px 0;
	font-size:18px;
	color:#9d0a0e;
}

.main .content .state .total .values{
	display:table-cell;
	padding-right:12px;
	height:80px;
	background:url(../img/total.png) no-repeat right center;
}

.main .content .state .total .values .item{
	line-height:40px;
	color:#24465f;
}

.main .content .state .total .values .item span{
	display:inline-block;
	margin-right:10px;
	font-size:30px;
	font-style:normal;
	color:#9d0a0e;
}

.main .content .state .total .desc{
	display:table-cell;
	padding-left:10px;
	vertical-align:middle;
}

.main .content .state .links{
	margin-top:15px;
	padding-top:15px;
	background:url(../img/border.png) repeat-x left top;
}

.main .content .state .links a{
	display:inline-block;
	height:86px;
	box-sizing:border-box;
	padding:20px 0 20px 100px;
	margin-bottom:10px;
	font-size:18px;
	line-height:23px;
	background-repeat:no-repeat;
	background-position:left center;
}

.main .content .state .links a:last-child{
	margin-bottom:0;
}

.main .content .state .links a.calc{
	background-image:url(../img/calcIcon.png);
}

.main .content .state .links a.cont{
	background-image:url(../img/contIcon.png);
}

.main .content .news {
	position:absolute;
	top:639px;
	left:483px;
	display:table;
	width:706px;
	height:230px;
	box-sizing:border-box;
	padding:10px 20px;
}

.main .content .news .item{
	display:table-cell;
	width:50%;
	box-sizing:border-box;
	padding:15px 0 0 15px;
	background:url(../img/marker.png) no-repeat left top;
}

.main .content .news .item .date{
	color:#24465f;
}

.main .content .news .item h3{
	margin-bottom:10px;	
}

.main .content .apticle {
	margin-bottom:20px;
}

.main .content .apticle:last-child {
	margin-bottom:0;
}

.main .content .partners{
	display:table;
	margin:10px 0;
	width:100%;
}

.main .content .partners .item{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.tooltip {
			border-bottom: 1px dotted #000000; color: #000000; outline: none;
			cursor: help; text-decoration: none;
			position: relative;
		}
.tooltip span {
			margin-left: -999em;
			position: absolute;
			font-size: 12px;
		}
.tooltip:hover span {
			border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; 
			box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
			position: absolute; left: 1em; top: 2em; z-index: 99;
			margin-left: 0; width: 350px;
		}
.tooltip:hover img {
			border: 0; margin: -20px 0 0 -35px;
			float: left; position: absolute;
		}
.tooltip:hover em {
			display: block; padding: 0.2em 0 0.6em 0;
		}
.classic { padding: 0.8em 1em; }
.custom { padding: 0.5em 0.8em 0.8em 2em; }
* html a:hover { background: transparent; }
.classic {background: #FFFFAA; border: 1px solid #FFAD33; }
.critical { background: #FFCCAA; border: 1px solid #FF3334;	}
.help { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.info { background: #9FDAEE; border: 1px solid #2BB0D7;	}
.warning { background: #FFFFAA; border: 1px solid #FFAD33; }
