* {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	background: transparent;
  
}

a:hover {
	text-decoration: none;
}

html {
	height: 100%;
}

body {
	color: #0b2b43;
	font-family: "PT Sans", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .04em;
	background: url(../img/main-bg-water-top.png) no-repeat center 160px, url(../img/main-bg.jpg) no-repeat center top, url(../img/main-bg-bottom.jpg) center 1296px repeat-y;
	height: 100%;
}

.both {
	clear: both;
}

.container {
	width: 1024px;
	margin: 0 auto;
}

.wrapper {
	position: relative;
	min-height: 100%;
}

.wrapper-content {
	padding-bottom: 125px;
}

.clear {
	clear: both;
}

header {
	padding-top: 20px;
	padding-bottom: 13px;
}

header .logo {
	padding-top: 5px;
	margin-left: 25px;
	float: left;
	margin-right: 120px;
}

header .center-block {
	float: left;
	padding-top: 3px;
}

header .center-block p {
	font-size: 28px;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color: #0d3452;
	text-align: center;
	margin-bottom: 15px;
}

header .center-block .year {
	color: #053157;
	font-size: 24px;
	margin-bottom: 10px;
}

header .center-block p span {
	color: #0081e5;
}

header .center-block .btn-block {
	padding-left: 65px;
}

header .center-block .btn-block span {
	display: inline-block;
	width: 57px;
	height: 46px;
	background: url(../img/header-btn-icon.png) no-repeat center center;
}

.btn {
	display: inline-block;
	vertical-align: top;
	color: #054277;
	font-family: "PT Sans";
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: .04em;
	text-align: center;
	text-decoration: none;
	width: 212px;
	height: 46px;
	background: url(../img/call-btn-bg.png) no-repeat left top;
}

.btn:hover {
	color: #0f7ad8;
	opacity: .8;
}

header .contacts {
	float: right;
	text-align: right;
	padding-right: 20px;
}

header .contacts span {
	color: #124872;
	font-size: 14px;
	font-weight: 700;
	line-height: 16px;
	display: inline-block;
	vertical-align: top;
}

header .contacts .phone p {
	display: inline-block;
	padding-left: 40px;
	color: #124871;
	font-size: 34px;
	font-weight: 700;
	line-height: 28px;
	background: url(../img/phone-icon.png) no-repeat left center;
	margin-bottom: 17px;
}

header .contacts .phone-little p {
	font-size: 24px;
	margin-bottom: 3px;
}

header .contacts .consultation {
	color: #0081e5;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

header .contacts .time {
	color: #124872;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
}

nav {
	width: 968px;
	margin: 0 auto;
	margin-bottom: 20px;
	font-size: 0;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: relative;
}

nav:after {
	content: '';
	width: 18px;
	height: 50px;
	background: url(../img/nav-bg.png) no-repeat center -1px;
	position: absolute;
	left: -18px;
	top: -3px;
}

nav:before {
	content: '';
	width: 18px;
	height: 50px;
	background: url(../img/nav-bg.png) no-repeat center -107px;
	position: absolute;
	right: -18px;
	top: -3px;
}

nav ul li {
	list-style: none;
	display: inline-block;
}

nav ul li a {
	display: block;
	color: #054277;
	font-family: "PT Sans";
	font-size: 19px;
	font-weight: 700;
	line-height: 44px;
	padding: 0 17px;
	text-decoration: none;
}

 nav ul li.active a {
	color: #0f7ad8;
}

nav ul li a:hover {
	color: #0f7ad8;
}

.banner {
	width: 1008px;
	height: 58px;
	margin: 0 auto;
	border-radius: 10px;
	background: url(../img/banner-bg.jpg) no-repeat top center;
	padding-top: 260px;
	margin-bottom: 20px;
}

.banner p {
	font-size: 30px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding: 10px 0;
	box-shadow: 0 4px 8.5px 0.5px rgba(0, 0, 0, 0.17);
	background: rgba(0, 129, 229, .73);
}

.banner p span {
	color: #ffe137;
}

.content {
	width: 1008px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;

	padding: 10px 0 15px 0;
  margin-top:358px;
}

.content .left-block {
	display: inline-block;
	width: 240px;
	vertical-align: top;
	padding: 10px;
}

.content .title {
	color: #515151;
	font-family: "PT Sans";
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	padding-left: 37px;
	background: url(../img/left-menu-icons-sprite.png) no-repeat 2px 3px;
	margin-bottom: 8px;
}

.content .left-menu {
	list-style: none;
	margin-bottom: 45px;
}

.content .left-menu li .wrap {
	display: table;
	vertical-align: middle;
	min-height: 40px;
	margin-bottom: 7px;
}

.content .left-menu span {
	background: url(../img/left-menu-icons-sprite.png) no-repeat 2px -48px;
	width: 37px;
	height: 40px;
	display: inline-block;
	float: left;
	display: table-cell;
	margin-right: 3px;
}

.content .left-menu .item-1 span {
	background-position: 2px -44px;
	height: 40px;
}

.content .left-menu .item-2 span {
	background-position: 0px -386px;
}

.content .left-menu .item-3 span {
	background-position: -1px -449px;
}

.content .left-menu .item-4 span {
	background-position: -1px -521px;
}

.content .left-menu .item-5 span {
	background-position: -1px -599px;
}

.content .left-menu li a {
	color: #005ea7;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 5px;
	width: 200px;
	display: table-cell;
	vertical-align: middle;
}

.content .left-menu li a span {
	display: inline;
	color: #2ea90d;
	background: none;
	width: auto;
	height: auto;
	margin-right: 5px;
	text-decoration: underline;
}

.content .left-menu li a span:hover {
	text-decoration: none;
}

.content .left-menu li a:hover span {
	text-decoration: none;
}

.content .left-menu li ul {
	list-style: none;
	background: #eff1f3;
	border-radius: 10px;
	overflow: hidden;
	padding-top: 10px;
	margin-bottom: 10px;
	margin-top: 6px;
}

.content .left-menu li ul li a {
	color: #444;
	font-size: 17px;
	font-weight: 400;
	line-height: 18px;
	padding-left: 29px;
	background: url(../img/left-menu-icons-sprite.png) no-repeat left -133px, #eff1f3;
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.content .left-menu .map img {
	display: block;
	width: 204px;
	height: auto;
	margin: 0 auto;
}

.content .map .btn {
	display: block;
	width: 212px;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 5px;
}

.content .right-block {
	padding: 8px 10px 10px 20px;
	width: 710px;
	display: inline-block;
	vertical-align: top;
}

h2 {
	color: #116FB8;
font-family: "PT Sans";
font-size: 22px;
font-weight: 700;
line-height: 22px;
margin-bottom: 14px;
}

h1 {
	color: #116fb8;
	font-family: "PT Sans";
	font-size: 28px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 17px;
}

.content .right-block p {
	color: #0b2b43;
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 20px;
	padding-right: 10px;
}

.content .right-block .item {
	display: inline-block;
	width: 206px;
	margin-left: 35px;
	margin-bottom: 30px;
}

.content .right-block .item .image {
	margin-bottom: 18px;
	border-radius: 10px;
	overflow: hidden;
}


.content .right-block .imagex {
float:left;
	margin: 10px 15px  10px 0px;
	border-radius: 10px;
	overflow: hidden;
}

.content .right-block .item-1 {
	margin-left: 0;
}

.content .right-block .item .btn {
	background: #ffe035;
	line-height: 38px;
	height: auto;
	display: block;
	width: 206px;
	border-radius: 10px;
	color: #224a66;
	font-size: 17px;
}

.content .right-block .item .btn:hover {
	opacity: 1;
	background: #ffe65b;
	color: #112736;
}

h3 {
	color: #005ea7;
	font-family: "PT Sans";
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 15px;
}

h4{
	color: #005ea7;
	font-family: "PT Sans";
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 0px;
}

.content .right-block .image {
	margin-bottom: 10px;
	border-radius: 10px;
	overflow: hidden;
}

footer {
	padding-top: 35px;
	padding-bottom: 40px;
	background: url(../img/main-bg-bottom.png) center 10px no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

footer .logo-min {
	padding-top: 5px;
	margin-left: 25px;
	display: inline-block;
	vertical-align: top;
}

footer .phone {
	display: inline-block;
	vertical-align: top;
	padding-left: 35px;
	color: #124871;
	font-family: "PT Sans";
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	background: url(../img/phone-icon.png) no-repeat left center;
	margin-left: 150px;
}

footer .phone span {
	display: inline-block;
	background: #fff;
	border-radius: 10px;
	padding: 5px;
	letter-spacing: .05em;
}

footer .creator {
	display: inline-block;
	margin-left: 200px;
	vertical-align: top;
}

footer .creator span {
	color: white;
	font-family: "PT Sans";
	font-size: 11px;
	font-weight: 400;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	margin-right: 5px;
}

#lean_overlay {
    position: fixed;
    z-index:1100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


.modal{
    width: 300px;
    padding: 20px 0;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    margin-left: -150px;
    margin-top: -150px;
    height: 280px;
    background: #fff;
    z-index: 999999;
    border: 1px solid #555;
	border-radius: 5px;
}

.modal form{
    padding: 0 30px;
    background-position: 265px 100px;
}

.modal form input[type=submit]{
    margin-left: 15px;
}

.modalOver{
    background: #000;
    display: none;
    opacity: 0.6;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
}

.modal h3{
    text-align: center;
    font-size: 20pt;
    color: #005795;
    font-weight: bold;
}

.openModal{
    cursor: pointer;
}

.block1_callback-form {
    margin-top: 3px;
    background-image: url("images/block1_arrow.png");
    background-position: right 100px;
}

.block1_callback-form input[type="text"] {
    font-family: "PT Sans",sans-serif;
    width: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0px none;
    outline: medium none;
    background-color: #EAEAEA;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px rgba(26, 40, 60, 0.3) inset;
    font-size: 16px;
    font-weight: normal;
    color: #797979;
    text-indent: 40px;
    margin-top: 15px;
}
.block1_input1 {
    background: transparent url("images/callback_name.png") no-repeat scroll 13px center;
}


.block1_callback-form input[type="submit"] {
    font-family: "PT Sans",sans-serif;
    border: 0px none;
    outline: medium none;
    width: 190px;
    height: 47px;
    padding-bottom: 5px;
    background: transparent url("../img/block1_button.png") no-repeat scroll 0% 0%;
    font-size: 15px;
    font-weight: bold;
    color: #454545;
    text-shadow: 3px 0px 2px rgba(0, 0, 0, 0.11);
    cursor: pointer;
    margin-top: 20px;
    margin-left: -50px;
}


nav li ul{display:none;position:absolute;margin:0;width:250px;padding:0;background:#EFEFEF; margin-left:-55px; border-radius: 0 0 7px 7px;  text-align:center; box-shadow: 0px 14px 25px rgba(0, 0, 0, 0.38); z-index:9999;}
nav li ul ul{display:none;position:absolute;width:220px;left:100%; margin-left: 0px;top:0;border-radius: 0 7px 7px 0; box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.38); z-index:9999;}
nav li ul li:hover .submenu{display:block}
nav li > ul > a{display:block;line-height:17px;padding:6px 10px;height:auto;font-size:14px; color:#26626a !important;}
nav li ul a:hover{color:#589241 !important;}
nav li ul li{display:block;width:100%;padding:0;margin:0}
nav li:hover > ul{display:block}

nav li ul li a {font-size: 16px; line-height: 22px; padding: 7px 0 7px 0;}

.table {
    border-collapse: collapse;
    border-spacing: 0px;
    border-radius: 5px;
    background: #FDFDFD none repeat scroll 0% 0%;
    box-shadow: 1px 1px 2px 1px rgba(50, 50, 50, 0.2);
    margin: 5px 0 20px 0;
}

.table th {
    border: 1px dashed #9A9996;
    background: rgba(0, 129, 229, 0.73) none repeat scroll 0% 0%;
    color: #fff;
    font-size: 15px;
}

.content .right-block .table th p{  color: #fff;  }

.table tr {color:#000;}

.table td {color:#000;
border: 1px inset #DAD9D8;
padding: 7px 10px;}

.right-block ul {
    list-style-position: inside;
    border-radius: 5px;
    
    
    padding: 10px 0px;
    font-size:16px;
    font-weight:bold;
}

.right-block ul li {
    padding: 0px 25px;
    color: #092332;
    margin: 10px 10px 10px 25px;
    background: transparent url("../img/galka.png") no-repeat scroll 0px 3px;
    list-style-type: none;
    line-height: 24px;
    font-family: "PT Sans",serif;
}

div.image a {font-size:0px;}

.itemImg {
    display: block;
    height: 222px;
    width: 224px;
    padding: 5px;
    float: left;
    margin-right: 0px;
    margin-bottom: 15px;
}

.fancybox {
    
}

.fbox {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 7px;
    background: #F6F6F6 none repeat scroll 0% 0%;
    border: 1px solid #DDD;
    line-height: 0;
    border-radius: 5px;
}

.fancybox {
    text-decoration: none;
}

.itemImg span {
    font-size: 13px;
    color: #5C5C5C;
    text-align: center;
    display: block;
    padding-top: 13px;
    padding-bottom: 10px;
}

p.name   {text-align:right;
padding:0px 0 0 0; 
font-weight:bold;
 }
 
.post:hover {
padding: 9px;
border: 1px solid #65a9ff;
background: #fff;

}
.post {
padding-top: 25px;
font-size: 14px;
padding: 10px;
 height: 100px;
cursor: pointer;
box-shadow: 0px 3px 8px 2px rgba(26, 26, 26, 0.1);
border-radius: 3px;
overflow: hidden;
margin: 0 0 20px 0;
}

.post img {
float: left;
margin-right: 20px;
margin-bottom: 5px;
height: 100px;
width:134px;
}

.post h2 {
font-family: 'PT Sans', sans-serif !important;

padding: 0  !important;
font-size: 17px !important;
font-weight: bold !important;
text-align: left !important;
color: #2470d1 !important;
margin-top:0px;
margin-bottom: 7px !important;
line-height: 23px;
text-decoration:underline;

}