@charset "UTF-8";
/* CSS Document */



header a.phone{
	color: #fff;
	font-size: 27px;
	text-decoration: none;
}

header p.city {
	margin: 5px 0 4px 0;
	text-align: center;
	font-size: 14px;
	color: #aaa;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	line-height: 1.1;
}

header p.number {
	text-align: center;
	margin: 0 0 5px 0;
}

.number-wrap {
	margin: 1% 1% 1% 1%;
	float: right;
}

.message-wrap {
	float: left;
	clear: left;
	width: 78%;
}




@media screen and (max-width: 900px){

header a.phone{
	font-size: 26px;
	text-decoration: none;
	margin: 1px 0 0 0
}

header p.city {
	margin: 3px 0 4px 0;
	text-align: center;
	font-size: 13px;
}
}


@media screen and (max-width: 760px){

.number-wrap {margin:1px 5% 0 5%; width:90%; float:none; clear:both; position:relative; bottom:2px;}

.message-wrap {}


}


h1 {
	color: #78a9db;
	font-size: 2em;
		line-height: 1.2;
		margin:1.75% 0 2% 1%;

}
h2 {
	font-size: 1.7em;
	color: #476c8f;

					margin:2% 0 2% 1%; line-height:1.2;


}
h3 {
	color: #243042;
	margin: 4% 0 0 1%;
	padding: 0;
				font-size:1.4em; line-height:1.2;



}
