
	@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic&subset=latin,cyrillic);
	@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=latin,cyrillic);
	* { font-family: 'Roboto', arial, sans-serif; font-size: 12pt; COLOR: gray; }
	body {margin:0px;}
	h2, a {font-size: 15pt;}
	b { font-weight: bold; }
	p {font-size: 15px; color: #626262;}
	table { height: 50%; border: 1px solid gray;}
	td { text-align: center; padding: 25;}
	header {}
	address {height: 80px; max-width:1000px; display:block; margin: 0px auto;}
	address .adr {float:left; font: 15px/18px  'Roboto', arial, sans-serif; color: #001926; }
	address .tel {float:right; font: 20px/18px  'Roboto', arial, sans-serif; color: #001926; }
	.banner { background: url(bg.jpg) no-repeat 50% 50%; height: 240px; width: 100%;}
	.banner h1 { margin-left: 47%; padding-top: 70px;}
	.banner h1 span {font-family: Open Sans;color:#fff;font-style: bold;}

	.main {display: block; margin: 0px auto; width: 780px; text-align: justify;}
	.bottom {margin-bottom: 25px; text-align: center;}
	address .adr {
		background: url(images/icon_01.png) 0 no-repeat;
		padding: 0px 0 0 25px;
		margin-top: 25px;
	}
	address .tel {
		background: url(images/icon_02.png) 0 no-repeat;
		padding: 0px 0 0 25px;
		margin-top: 38px;
		height: 20px;
	}
	nav {height: 65px; display: block; border-bottom: 2px solid #d5dbe2;}
	nav ul {height: 65px; list-style: none; text-align: center; margin: 0px;}
	nav ul li {height: 65px; display: inline-block; font-size: 18px;  color: #7d8fa4;}
	nav ul li:hover, nav ul li.active {border-bottom: 2px solid #04bcea; color:#014b94;}
	nav ul li:hover > a, nav ul li.active > a  {color:#014b94;}
	nav ul li a {text-decoration: none;margin: 20px;display: block;  color: #7d8fa4;}
	.main h2 b{font-family: Roboto Condensed; font-weight: 100; font-size: 34px; color:#000; text-align: center; display: block; margin-top:52px;}
	.block-left{float:left; text-align:left; font-size: 15px;}
	.block-right{float:right; text-align:right; font-size: 15px;}
	#map {margin: 0px auto; width:880px; height:420px; display:block; margin-top: 100px; border: 2px solid #d5dbe2; overflow: visible; margin-bottom:50px;}