/** Main sections */

body { 
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
img {
	border:0;
}
#wrapper{
	width:960px;
	margin: 0px auto;
	padding:0;
}
#logo  img{
	display: block;
	margin: 20px auto 0px auto;
}
#main {
	background: url(/bitrix/images/epir.comingsoon/main.png) no-repeat center;
	width: 847px;
	height: 395px;
	overflow:hidden;
	margin: 0px auto;
	position: relative;
}

#text{
	position: absolute;
	top: 100px;
	text-align: center;
	width: 795px;
	left: 25px;
}
#copyright{
	background: url('/bitrix/images/epir.comingsoon/c.png') no-repeat center;
	position: absolute;
	bottom: 45px;
	width: 50px;
	right: 20px;
	height: 20px;
}

/** Countdown */

#countdown {
	width:770px;
	height:120px;
	margin:150px 0 0 45px;
}
.dash {
	width: 127px;
	height: 125px;
	background: transparent url(/bitrix/images/epir.comingsoon/box.jpg) 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-size: 70px;
	font-weight: bold;
	float: left;
	width: 45px;
	text-align: center;
	font-family: Arial;
	color: #2f2e2e;
	position: relative;
	margin: 10px 0 0 13px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	text-align:center;
	font-weight:bold;
	width:127px;
	font-size: 12px;
	color: #2f2e2e;
	
}
.info{
    height: 28px;
    overflow: hidden;
}
.mess{
    height: 20px;
    padding: 5px 0;
}
.hint{
    background: #FCFDEA;
    border: 1px solid #D8D6B6;
    float: right;
    padding: 5px;
}
.calendar-icon{
    margin: 5px !important;
}
.calendar-icon:hover{
    margin: 4px !important;
}