* {margin:0px;padding:0px;}
a, img {border:0px;}
body {
	color:#393939;
	font-size:14px;
	font-family:Arial;
	line-height:18px;
	text-align:center;
	background:#fff;
	}
html, body {
	height:100%;
	width:100%;
	min-width:1000px;
	}

a {
	outline: none;
	color:#2d77b9;
	}
a:hover {
	text-decoration:none;
	}

label {
	cursor:pointer;
	}
textarea {
	resize: none;
	}
a, button, input, textarea {
	outline: none;
	}
button::-moz-focus-inner { 
	padding:0; 
	border:0; 
	}

/* Параметры, задающие положение и размеры страницы */

div.footer_width {
	overflow:hidden;
	height:65px;
	margin:-70px auto 0px auto;
	border-top:solid 3px #7cc0dd;
	position:relative;
	}
div.content {
	padding-bottom:106px !important;
	}

div.page_width {
	min-height:100%;
	height:auto !important;
	height:100%;
	background:#fff;
	}
div.header_bl,
div.m_nav_bl,
div.content,
div.footer {
	width:960px;
	text-align:left;
	margin:0px auto;
	}


div.clear_line {
	clear:both;
	height:1px;
	overflow:hidden;
	}
/* -------------------------------------------------------------------------- */

h1 {
	color:#000;
	font:28px Arial;
	line-height:30px;
	padding-bottom:18px;
	}
h2 {
	color:#fff;
	font:bold 14px Arial;
	line-height:24px;
	text-transform:uppercase;
	padding:2px 100px 1px 10px;
	margin:0px 0px 14px 0px;
	background:#7cc0dd url(/assets/img/h2_bg.png) no-repeat right top;
	}
	h2 a {
		color:#d3effd;
		margin-right:3px;
		}
	h2 span {
		text-transform:none;
		padding-left:3px;
		}
	.B_crumb{text-transform:uppercase;}
h3 {
	color:#BCB150;
	font:18px Arial;
	line-height:22px;
	padding-bottom:16px;
	}
h4 {
	color:#000;
	font:18px Arial;
	line-height:20px;
	padding-bottom:14px;
	}
h5 {
	color:#000;
	font:bold 16px Arial;
	line-height:18px;
	padding-bottom:12px;
	}
h6 {
	color:#000;
	font:bold 14px Arial;
	line-height:16px;
	padding-bottom:6px;
	}

.t_l,
.t_r,
.b_l,
.b_r {
	position:absolute;
	display:block;
	overflow:hidden;
	width:5px;
	height:5px;
	background:url(/assets/img/block_ug.png) no-repeat;
	}
	.t_l {
		top:0px;
		left:0px;
		background-position:left top;
		}
	.t_r {
		top:0px;
		right:0px;
		background-position:right top;
		}
	.b_l {
		bottom:0px;
		left:0px;
		background-position:left bottom;
		}
	.b_r {
		bottom:0px;
		right:0px;
		background-position:right bottom;
		}

.h_back {
	float:right;
	position:relative;
	top:4px;
	right:41px;
	color:#fff;
	font-size:13px;
	line-height:16px;
	white-space:nowrap;
	padding:0px 0px 0px 8px;
	background:url(/assets/img/ico_back.gif) no-repeat left 7px;
	}

/* -------------------------------------------------------------------------- */
/* Параметры основных контейнеров */

div.header {
	border-top:solid 13px #7cc0dd;
	}
	div.header_bl {
		position:relative;
		overflow:visible;
		padding:38px 0px 18px 0px;
		margin-top:-13px;
		background:url(/assets/img/header_bg.png) no-repeat 64% top;
		}

div.m_nav {
	position:relative;
	border-top:solid 3px #7cc0dd;
	}
	div.m_nav_bl {
		height:69px;
		text-transform:uppercase;
		}
	div.m_nav table {
		position:relative;
		left:3px;
		}
	div.m_nav td {
		padding:0px 30px;
		}
	div.m_nav_bl a {
		display:block;
		position:relative;
		color:#000;
		font-weight:bold;
		text-decoration:none;
		white-space:nowrap;
		padding:3px 0px 2px 0px;
		margin:12px 0px 0px 0px;
		}
	div.m_nav_bl a:hover {
		color:#bcb150;
		}
	div.m_nav_bl a.active {
		color:#bcb150;
		}
	div.m_nav_bl a i {
		cursor:pointer;
		position:absolute;
		top:-22px;
		left:50%;
		display:block;
		overflow:hidden;
		width:13px;
		height:22px;
		margin-left:-7px;
		background:url(/assets/img/m_nav_bg.png) no-repeat;
		}
	div.m_nav_bl a:hover i {
		background-position:right top;
		}
	div.m_nav_bl a.active i {
		background-position:right top;
		}


div.cont_l {
	float:left;
	width:240px;
	}
div.cont_r {
	float:right;
	width:240px;
	}
div.cont_s {
	padding:0px 260px 0px 260px;
	}
div.cont_sl {
	padding:0px 260px 0px 0px;
	}
div.cont_sr {
	padding:0px 0px 0px 260px;
	}
	div.cont_s_pos {
		float:left;
		width:100%;
		}

div.footer {
	padding:10px 0px 0px 0px;
	position:relative;
	height:54px;
	}
	div.footer .banners {
		float:right;
		}
	div.footer .banners a {
		margin-left:4px;
		}
	div.footer .copy_inf {
	 	color: #64A4BF;
	    position: relative;
	    text-align: center;
	    top: 17px;
		}
	div.footer .author {
	    right: 10px;
		top: 25px;
		position:absolute;
		font-size:11px;
	}
	div.footer .author a {
	    color: #000;
	    font-size: 9px;
	    text-transform: uppercase;
	}
	div.footer .contact{
		left: 10px;
		position:absolute;
		font-size:11px;
	}

/* -------------------------------------------------------------------------- */

.content p {
	padding-bottom:10px;
	}
.content ul, .content ol  {
	clear:left;
	position:relative;
	margin-left:24px;
	margin-bottom:20px;
	}
	.content ul ul, .content ul ol, .content ol ul, .content ol ol {
		margin-bottom:0px;
		}

dl.comments {
	position:relative;
	clear:both;
	overflow:hidden;
	display:block;
	padding-left:16px;
	margin:0px 0px 20px 24px;
	border-left:solid 1px #8b8b8b;
	background:#fafafa;
	}
	dl.comments dt {
		font-weight:bold;
		padding:14px 12px 0px 0px;
		}
	dl.comments dd {
		padding:14px 12px 0px 0px;
		}

p.img_left {
	float:left;
	padding:0px !important;
	margin:0px 10px 14px 0px;
	}
p.img_right {
	float:right;
	padding:0px !important;
	margin:0px 0px 14px 10px;
	}
p.img_center {
	text-align:center;
	}
	p.img_left img, p.img_right img, p.img_center img {
		border:solid 1px silver;
		}

.content label {
	padding:0px 8px 0px 4px;
	}
.table{border-collapse:collapse;}
.table td{vertical-align:top; padding:8px;}

/* -------------------------------------------------------------------------- */


.header .logo {
	display:block;
	overflow:hidden;
	width:180px;
	color:#000;
	font-size:12px;
	line-height:12px;
	text-decoration:none;
	text-align:center;
	padding:105px 16px 3px 16px;
	background:url(/assets/img/logo2.png) no-repeat center top;
	font-weight: bold;
	}

.header .info_bl {
	float:right;
	position:relative;
	right:-8px;
	top:6px;
	}
	.header .info_bl p {
		position:relative;
		color:#bcb150;
		font-size:12px;
		font-weight:bold;
		line-height:12px;
		text-align:right;
		padding:6px 9px 0px 0px;
		margin:0px 0px 21px 0px;
		border-right:solid 3px #bcb150;
		}
	.header .info_bl #phone_i {
		color:#ec1d25;
		border-color:#ec1d25;
		}
	.header .info_bl p i {
		display:block;
		position:absolute;
		top:-4px;
		right:9px;
		color:#000;
		font-size:12px;
		font-weight:normal;
		line-height:12px;
		white-space:nowrap;
		font-weight: bold;
		}
	.header .info_bl p span,
	.header .info_bl p strong {
		display:block;
		padding:10px 0px 0px 0px;
		width:132px;
		line-height:19px;
		}
	.header .info_bl p strong {
		font-size:18px;
		line-height:16px;
		}
	.header .info_bl p strong small {
		color:#565656;
		font-size:13px;
		font-weight:normal;
		line-height:12px;
		padding-right:4px;
		}
	.header .info_bl #work_i span{width:113px; padding-left:18px;}

.block {
	padding:0px 4px 22px 11px;
	margin:0px 0px 0px 5px;
	border-left:solid 3px #7cc0dd;
	}
	.block h2 {
		overflow:hidden;
		margin:0px 0px 20px 0px;
		position:relative;
		left:4px;
		margin-left:-23px;
		}
	.block .slides_bl {
		position:relative;
		top:22px;
		left:4px;
		margin-left:-23px;
		margin-top:-12px;
		}
	.block .block_txt {
		position:relative;
		left:4px;
		margin-left:-23px;
		}
	

.slides_bl {
	overflow:hidden;
	width:960px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.22);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.22);
	-khtml-box-shadow: 0px 0px 6px rgba(0,0,0,.22);
	box-shadow: 0px 0px 6px rgba(0,0,0,.22);
	background:#fff;
	}

.block_txt {
	position:relative;
	margin:0px 0px 16px 0px;
	}

.txt_bl, .txt_bl_g {
	display:table-cell !important;
	display:block;
	width:960px;
	height:154px;
	color:#393939;
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,.36);
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,.36);
	-khtml-box-shadow: 0px 3px 8px rgba(0,0,0,.36);
	box-shadow: 0px 3px 8px rgba(0,0,0,.36);
	background:#eef6fa;
	}
	a.txt_bl:hover {
		color:#bcb150;
		}
	a.txt_bl span {
		display:block;
		padding:0px 530px 0px 22px;
		}
	a.txt_bl i {
		position:absolute;
		bottom:0px;
		right:0px;
		display:block;
		min-width:84px;
		height:154px;
		background:#fff;
		}
	.txt_bl b.numb {
		position:absolute;
		top:0px !important;
		left:0px;
		display:block;
		height:154px;
		color:#e9f1f5;
		font-size:200px;
		font-style:normal;
		font-weight:normal;
		line-height:160px;
		text-align:left;
		}
	.txt_bl i b.numb {
		left:-65px;
		width:184px;
		background:url(/assets/img/ug_r.png) no-repeat 65px top;
		}
	.txt_bl:hover i {
		background-position:right bottom;
		}
	.txt_bl ul {
		font-size:18px;
		font-weight:bold;
		line-height:20px;
		list-style-type:none;
		margin:0px !important;
		}
	.txt_bl ul li {
		position:relative;
		padding:5px 0px 5px 24px;
		}
	.txt_bl ul b {
		position:absolute;
		top:10px;
		left:0px;
		overflow:hidden;
		width:9px;
		height:8px;
		text-indent:9px;
		background:#7cc0dd;
		}
	.block_txt .txt_bl_r span {
		padding:0px 105px 0px 483px;
		}
	.block_txt .txt_bl_r i {
		right:auto;
		left:0px;
		height:154px;
		}
	.block_txt .txt_bl_r i b.numb {
		left:auto;
		right:0px;
		background:url(/assets/img/ug_l.png) no-repeat right top;
		}
	.block_txt .txt_bl_r span b.numb {
		top:0px !important;
		left:auto;
		right:0px;
		}
	.block_txt .txt_bl_r ul b {
		background:#bcb150;
		}
/*	.img-responsive{height:70px; width:auto;}*/

.gallery {
	font-size:13px;
	font-weight:bold;
	line-height:16px;
	list-style-type:none;
	padding:15px 0px 0px 4px;
	margin:0px !important;
	}
	.gallery li {
		float:left;
		overflow:hidden;
		height:200px;
		padding:0px 14px;
		margin:0px 0px 1px 0px;
		}
	.gallery a {
		display:block;
		width:204px;
		color:#393939;
		text-decoration:none;
		text-align:center;
		}
	.gallery a span {
		display:block;
		position:relative;
		overflow:hidden;
		height:138px;
		margin:0px 0px 12px 0px;
		border:solid 3px #7cc0dd;
		}
	.gallery a img {
		float:left;
		min-width:200px;
		min-height:138px;
		}
	.gallery a:hover {
		color:#bcb150;
		}
	.gallery a:hover span {
		border-color:#bcb150;
		}

.gallery_inf {
	font-weight:bold;
	padding:10px 0px 20px 0px;
	}
	.gallery_inf dt {
		float:left;
		position:relative;
		top:-5px;
		color:#ec1d25;
		font-size:17px;
		line-height:18px;
		white-space:nowrap;
		padding:0px 18px 0px 0px;
		}
	.gallery_inf dd {
		overflow:hidden;
		position:relative;
		}
	.gallery_inf ul {
		overflow:hidden;
		line-height:19px;
		list-style-type:none;
		padding:0px 0px 0px 10px;
		margin:-10px 0px 0px 0px;
		border-left:solid 3px #ec1d25;
		}
	.gallery_inf ul li {
		padding:6px 0px 0px 0px;	
		}

.gallery_sub {
	overflow:hidden;
	font-size:15px;
	font-weight:bold;
	line-height:16px;
	list-style-type:none;
	padding:14px 0px 0px 5px;
	margin:0px !important;
	background:#eef6fa;
	}
	.gallery_sub li {
		float:left;
		overflow:hidden;
		padding:0px 5px 7px 5px;
		margin:0px;
		}
	.gallery_sub a {
		display:block;
		width:180px;
		color:#393939;
		text-decoration:none;
		text-align:center;
		}
	.gallery_sub a span {
		display:block;
		position:relative;
		overflow:hidden;
		height:130px;
		margin:0px 0px 12px 0px;
		border:solid 3px #7cc0dd;
		}
	.gallery_sub a img {
		float:left;
		min-width:200px;
		min-height:138px;
		}
	.gallery_sub a:hover {
		color:#bcb150;
		}
	.gallery_sub a:hover span {
		border-color:#bcb150;
		}



.thumbs a {
    color: #000000;
    display: inline-block;
    margin: 10px 15px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    width: 200px;
}
.thumbs a img{border:1px solid #000;}
.thumbs b{display:block;}
.cont {margin-bottom:20px;}
.cont img{margin-right:5px;}
.cont a{padding-top:13px;display:inline-block;}

.tablec{margin:10px 0;border-collapse: collapse;}
.tablec td{
	vertical-align:top; 
	width:300px;
	padding:0 5px;
}


