@font-face {
    font-family: 'Open Sans';
    src: url('/fonts/OpenSans-Regular-webfont.eot');
    src: url('/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {width:100%;}
body {
	margin:0;
  	color:#fff;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	background:url(../images/body.jpg) repeat;
}
img{border:none;}
a{
	text-decoration:underline;
	color:#74bfe1;
	outline:none;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}

/* page */
.page {
	background:url(../images/page.jpg) repeat-x 0 100%;
	min-width:1003px;
	margin:0 auto;
	width:100%;
	overflow:hidden;
	position:relative;
}
.page:after {
	content:'';
	display:block;
	background:url(../images/footer.png) no-repeat;
	width:1014px;
	height:449px;
	position:absolute;
	bottom:0;
	left:50%;
	margin:0 0 0 -498px;
}

/* header */
header {
	display:block;
	height:272px;
	width:975px;
	margin:0 auto;
	background:url(../images/header.png) no-repeat 50% 0;
	padding:26px 28px 0 0;
	position: relative;
}
.home header {
	height:368px;
}
header:after {
	content:'';
	display:block;
	clear:both;
}
header .top {
	overflow:hidden;
	margin:0;
	padding:0 0 27px;
}

header .logo-box {
	float:left;
	position:relative;
	background:#4e6a9e;
	z-index:10;
	text-align:center;
	padding:16px 8px 0 0;
	width:251px;
}
.home header .logo-box {
	width:304px;
}
header .logo-box:after {
	display:block;
	content:'';
	position:relative;
	left:50%;
	height:27px;
	width:259px;
	margin:0 0 0 -129px;
	background:url(../images/logo-bg2.png) no-repeat;
	bottom:-27px;
}
.home header .logo-box:after {
	width:312px;
	margin:0 0 0 -156px;
	background: url(../images/logo-bg.png) no-repeat;
}
header .logo-box .logo {
	display:block;
	margin:0 auto 21px;
	background:url(../images/logo2.png) no-repeat;
	width:230px;
	height:67px;
}
.home header .logo-box .logo {
	background:url(../images/logo.png) no-repeat;
	width:277px;
	height:80px;
	margin:0 auto;
}
header nav {
	float:right;
	background:#0f1636;
	border-top:1px solid #70819e;
	height:51px;
	width:684px;
	margin:28px 0 0 -21px;
	/*position:relative;*/
	z-index:0;
	padding:0 0 0 35px;
	border-radius:5px;
	behavior: url(pie/PIE.php);
}
.home header nav {
	width:684px;
	padding:0;
}
header nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
header nav > ul > li {
	line-height:51px;
	float:left;
	background:url(../images/separator.gif) no-repeat 0 9px;
	/*position: relative;*/
}
header nav > ul > li:first-child {background:none;}
header nav a {
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	padding: 0 25px;
}
header nav a:hover,
header nav .active a,
header nav a.active {color:#74bfe1;}

header nav ul li ul {
    background: none repeat scroll 0 0 #0f1636;
    border-radius: 5px;
    display: none;
    opacity: 0.9;
    padding: 10px;
    position: absolute;
    top: 100px;
    width: 250px;
    z-index: 9;
}

header nav ul li ul a {
	font-size: 13px;
	text-transform: none;
	padding:0;
}

header nav ul li:hover ul{
	display: block;
}

header nav ul li ul li{
	padding: 0;
	float: none;
	line-height: normal;
	margin: 15px 10px;
}
header nav ul li ul li a{
	
}

/* uslugi-list */
header .uslugi-list {
	margin:0;
	padding:100px 0 0;
	list-style:none;
	width:115%;
}
header .uslugi-list li {
	display:inline-block;
	vertical-align:top;
	width:222px;
	text-align:center;
	margin: 10px 0 -17px;
	line-height:20px;
}
.icon-text{
	margin-top: 65px;
}
header .uslugi-list img {
	display:block;
	margin:0 auto 5px;
}
header .uslugi-list a {
	font-size:15px;
}

/* contacts */
header .contacts {
	position:relative;
	z-index:1;
	padding:0 0 0 10px;
	margin:0 0 -6px;
}
.home header .contacts {
	width:240px;
	background:url(../images/contacts.png) repeat;
	margin:-50px 0 0;
	border-radius:7px;
	padding:11px 14px 8px;
	float:right;
	behavior: url(pie/PIE.php);
}
header .contacts dl {
	margin:0;
	line-height:27px;
	overflow:hidden;
	width:100%;
}
header .contacts dt {
	float:left;
	margin:0 5px 0 0;
	font-size:14px;
	color:#fff;
}
.home header .contacts dt {margin:0 10px 0 0;}
header .contacts dd {
	margin:0;
	overflow:hidden;
}
header .contacts .tel {
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#fff;
	line-height:24px;
	margin:0 0 4px;
}
header .contacts .tel span {
	font-weight:normal;
	font-size:14px;
	color:#74bfe1;
}
header .contacts dd a {
	font-size:14px;
	color:#74bfe1;
	text-decoration:underline;
}
header .contacts dd a:hover {text-decoration:none;}

/* slogan */
header .slogan {
	float:left;
	position:relative;
	width:931px;
	margin:-23px 0 0 45px;
	background:url(../images/clogan.png) no-repeat 100% 72%;
}
.slogan.second {
	background: none;
}
.slogan.second p{
	text-align: right;
	width: 680px;
	float: right;
	margin-top: -54px;
	padding-right: 5px;
}
header .slogan .h2 {
	display:block;
	font-size:30px;
	font-style:italic;
	color:#fff;
	margin:0 0 8px;
}
header .slogan p {
	padding:0 180px 0 100px;
	font-style:italic;
	color:#fff;
	font-size:16px;
	line-height:24px;
	margin:0 0 15px;
}
header .slogan p span {
	display:block;
	font-size:20px;
}
header .slogan .button,
#uslugi-block .button {
	background:url(../images/button.gif) repeat-x;
	height:30px;
	display:inline-block;
	padding:0 38px;
	font-size:15px;
	color:#74bfe1;
	line-height:30px;
	border-radius:5px;
	margin:0 0 0 -4px;
	text-decoration:none;
	behavior: url(pie/PIE.php);
}
header .slogan .button:hover,
#uslugi-block .button:hover {text-decoration:underline;}

/* container */
#container {margin:0 0 114px;}

/* section */
section {
	position:relative;
	z-index:1;
}

/* content */
#content {
	background:url(../images/content.gif) repeat;
	margin:0 0 10px;
	padding:10px 0 10px;
	z-index: 2;
}
#content.first_content{
	margin-bottom: 0;
}
#content:before {
	content:'';
	background:url(../images/content-bg.png) no-repeat;
	height:35px;
	width:1900px;
	position:absolute;
	top:-35px;
	left:50%;
	margin:0 0 0 -950px;
}
#content.first_content:after, #content.second_content:before {
	background: none;
}
#eofc-aft{
	height: 40px;
	background:url(../images/content-bg-bottom.png) no-repeat;
}
#content.second_content{
	background: url(../images/sec_bckgr.png) repeat-x #0b0d29;
	padding-top: 0;
}
#content:after {
	content:'';
 	background:url(../images/content-bg-bottom.png) no-repeat;
	height:40px;
	width:1900px;
	position:absolute;
	bottom:-40px;
	left:50%;
	margin:0 0 0 -950px;
}
section .width {
	width:1003px;
	margin:0 auto;
	overflow:hidden;
}

/* uslugi-list */
section .uslugi-list {
	margin:-20px 0 11px 0;
	padding:0;
	list-style:none;
	font-size:0;
	position:relative;
	z-index:1;
	width:105%;
	text-align: center;
}
section .uslugi-list li {
	display:inline-block;
	vertical-align:top;
	font-size:15px;
	width:185px;
	line-height:20px;
	text-align:center;
	background:none;
	padding:0;
	margin: 10px 0 -17px;
}
section .uslugi-list img {
	display:block;
	margin:0 auto -83px;
}
section .uslugi-list a {
	font-size:15px;
	color:#74bfe1;
}
section .uslugi-list .txt {
	display:block;
	font-size:12px;
	
}

/* content */
.content {
	float:left;
	margin:0 0 20px;
	padding:17px 0 0;
}
.content h1 {
	font-size:24px;
	color:#fff;
	margin:0 0 17px;
}
.content img {
	display:block;
	border:1px solid #697996;
}
.content .align-left {
	float:left;
	margin:4px 33px 22px 0;
}
.content p {
	margin:0 0 20px;
	line-height:20px;
}
.content p strong {
	display:block;
	padding:0 0 10px;
}
.content p + ul {margin:-16px 0 20px;}
.content ul {
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
.content ul li {
	margin:0 0 20px;
	background:url(../images/bullet.png) no-repeat 0 7px;
	padding:0 0 0 18px;
	line-height:20px;
}

/* sidebar */
.sidebar {
	float:right;
	width:220px;
	padding:40px 0 0;
}

/* uslugi */
.sidebar .uslugi {
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
.sidebar .uslugi li {
	border-radius:8px;
	margin:0 0 22px;
	background:url(../images/uslugi-bg2.gif) repeat;
	width:196px;
	height:66px;
	padding:17px 7px 20px 17px;
	behavior: url(pie/PIE.php);
}
.sidebar .uslugi .h3 {
	display:block;
	text-transform:uppercase;
	font-size:16px;
	line-height:22px;
	color:#fff;
	margin:0 0 8px;
}
.sidebar .uslugi .h3 span {
	display:block;
	text-transform:none;
	font-size:12px;
}
.sidebar .uslugi .button {
	display:inline-block;
	padding:0 13px;
	font-size:14px;
	color:#74bfe1;
	text-decoration:none;
	height:24px;
	line-height:24px;
	background:url(../images/button2.gif) repeat-x;
	border-radius:6px;
	behavior: url(pie/PIE.php);
}
.sidebar .uslugi .button:hover {text-decoration:underline;}

/* uslugi-block */
#uslugi-block {
	background:url(../images/uslugi-bg.png) no-repeat 50% 0;
	min-height:432px;
	margin:-10px 0 0;
	padding:24px 0 0;
	background-position-y: -110px;
}
#uslugi-block .block {
	width:247px;
	background:url(../images/block-bg.png) repeat;
	height:344px;
	overflow:hidden;
	border-radius:10px;
	padding:18px 25px;
	position:relative;
	behavior: url(pie/PIE.php);
}
#uslugi-block .left-block {float:left;}
#uslugi-block .right-block {float:right;}
#uslugi-block .h3 {
	display:block;
	text-transform:uppercase;
	font-size:16px;
	color:#74bfe1;
	margin:0 0 21px;
}
#uslugi-block .h3 span {
	display:block;
	text-transform:none;
	font-size:12px;
	line-height:24px;
}
#uslugi-block p {
	font-size:14px;
	line-height:20px;
	margin:0 0 20px;
}
#uslugi-block div {
	padding:0 0 30px;
}
#uslugi-block .button {
	position:absolute;
	bottom:18px;
	left:25px;
}

/* news */
#news {
	width:1003px;
	margin:0 auto;
	padding:32px 0 0;
}
.home #news {padding:24px 0 0;}

/* news-list */
#news .news-list {
	margin:0;
	padding:0;
	list-style:none;
	width:110%;
	font-size:0;
}
#news .news-list li {
	display:inline-block;
	vertical-align:top;
	width:295px;
	margin:0 54px 0 0;
	font-size:14px;
	background: none;
	padding: 0;
}
#news .news-list .data {
	 float:left;
	 text-align:center;
	 width:50px;
	 margin:4px 11px 0 0;
	 font-size:12px;
	 color:#3e547e;
}
#news .news-list .data span {
	display:block;
	width:50px;
	background:#3e547e;
	color:#fff;
	font-size:14px;
	padding:4px 0 8px;
	margin:0 0 4px;
}
#news .news-list .data strong {
	display:block;
	font-size:25px;
}
#news .news-list div {
	overflow:hidden;
	height:1%;
}
#news .news-list .h3 {
	display:block;
	line-height:20px;
	margin:0 0 21px;
}
.news_photo{
	margin-bottom: 10px;
}
#news .news-list .h3 a {text-decoration:none;}
#news .news-list .h3 a:hover {text-decoration:underline;}
#news .news-list p {
	margin:0 0 5px;
	font-size:12px;
	line-height:20px;
}

/* footer */
footer {
    color: #b7c9e2;
    display: block;
    font-size: 13px;
    height: 205px;
    line-height: 16px;
    margin: 0 auto 10px;
    overflow: hidden;
    padding: 3px 10px 0 0;
    position: relative;
    text-align: center;
    text-shadow: 0 0 1px #7c7c7c;
    width: 993px;
    z-index: 1;
}

footer .copy {
	float:left;
	font-size:12px;
	color:#3e547e;
}

/* menu */
footer menu {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}
footer menu li {
	float:left;
	margin:0 0 0 37px;
}
footer menu a {
	font-size:12px;
	color:#3e547e;
}
.lang{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 24px;
	top:12px;
}
.lang li{
	display: inline-block;
	margin: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.feedback input, .feedback textarea{
	width: 300px;
	padding: 5px;
	margin:5px 0;
}
.feedback input.captcha{
	width: 150px;
}
.feedback table td{
	vertical-align: top;
	padding-right: 20px;
}
.breadcrumbs div{
	display: inline-block;
}
.cut{
	display:none;
}

ul.pager{
	overflow: hidden;
	border-top: 1px solid #ffffff;
	margin: 15px 0;
	padding-top: 15px;
}
ul.pager li{
	float: left;
	margin-left: 10px;
	background: none;
	padding: 0;
}
ul.pager li a{
	color: #ffffff;
	text-decoration: none;
}
ul.pager li a:hover,
ul.pager li.active a{
	color: #74bfe1;
}

.news_photo_big{
	float: left;
	margin: 0 20px 30px 0;
}

.med {
    background: url("../images/med.png") no-repeat scroll right center transparent;
    bottom: 0;
    color: #b7c9e2;
    display: inline-block;
    font-size: 12px;
    height: 32px;
    left: 435px;
    line-height: 31px;
    margin-right: 52px;
    margin-top: 36px;
    padding-right: 48px;
    position: absolute;
    text-decoration: none;
}


.breadcrumbs {
    font-size: 13px;
    margin: 15px 0;
}

form.feedback {
    background: none repeat scroll 0 0 #3b597a;
    border-radius: 3px;
    padding: 15px;
    text-align: center;
}

.map {
    border: 5px solid #3b597a;
    border-radius: 3px;
    position: absolute;
    right: 100px;
    top: 115px;
}

.blog-list {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #aaa;
}

.blog-img {
    float:left;
    width: 250px;
    position:relative;
    margin-right: 30px;
}
.h3{
	margin-bottom: 10px;
}
.h3 a{
	font-size: 18px;
}
.blog-info {
    float:left;
    width:580px;
    position:relative;
    text-align: justify;
}
.blogdate{
	margin-bottom: 8px;
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
}
.clear {clear:both;}