@charset "UTF-8";

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #233f4e;
	line-height: 130%;
}

html,
body{
	margin: 0px;
	padding: 0px;
	background: white;
}
a, a * {
	outline: 0px;
	color: #0BBDB2;
}
a img{
	border: 0px;
	outline: 0px;
}
a:hover{
	color: #0BBDB2;
	text-decoration: none;
}
.hide,
.none {
	display: none;
}
.noul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.inline li {
	display: inline;
}
.horul li {
	float: left;
}
.horul ul li {
	float: none;
}
.noclear, .noclear * {
	clear: none !important;
}

form {
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
}
form li {
	padding: 2px 0px;
}
form label span {
	display: block;
	float: left;
	width: 50px;
	font-size: 11px;
}
form label input {
	font-size: 11px;
}
input, textarea, select, a, label {
	outline: none;
}
button,
input[type=button] {
	cursor: pointer;
}

big {
	font-size: 175% !important;
}
small, sup {
	font-size: 90% !important;
}
img {
	display: block;
	border: none;
	outline: 0px;
	border-radius: 5px;
}
.trans {
	position: relative;
	margin: 0px 0px -1px 0px;
	padding: 0px;
	width: 100%;
	height: 1px;
	clear: both;
	border: none !important;
}
.halftrans {
	position: relative;
	margin: 0px 0px -1px 0px;
	padding: 0px;
	width: 50%;
	height: 1px;
	clear: right;
	border: none !important;
}
.clear {
	clear: both;
}



h1, h1 * {
	color: #496482;
	font-size: 17px;
	text-transform: uppercase;
	margin: 0px 0px 15px 0px;
}
h2, h2 * {
	font-size: 17px;
}
h3, h3 * {
	font-size: 13px;
}
h4, h4 * {
	font-size: 12px;
}
/*
h1, h1 * {
	font-size: 26px;
}
h2, h2 * {
	font-size: 22px;
}
h3, h3 * {
	font-size: 20px;
}
h4, h4 * {
	font-size: 18px;
}
*/
h5, h5 * {
	font-size: 16px;
}
h6, h6 * {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	text-decoration: none;
	font-weight: normal;
	line-height: 110%;
	color: #496482;
	margin: 15px 0px 15px 0px;
}
hr{
	margin: 0px;
	height: 1px;
	border: none;
	background: #CCC;
	color: #CCC;
	clear: both;
}

abbr, acronym {
	color: #4E7AA7;
}
blockquote {
	display: block;
	border-left: 10px solid #EFEFEF;
	margin-left: 0px;
	padding-left: 10px;
}
dt {
	margin: 5px 0px;
	font-weight: bold;
}
q {
	font-style: italic;
}
table {
	border-collapse: collapse;
	border: none;
}
th, td {
	padding: 5px 10px;
	border: 1px dotted #999;
	border-collapse: collapse;
	vertical-align: top;
}
th {
	/*
	border: none;
	*/
	vertical-align: middle;
	text-align: center;
}
th, th * {
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}
ul {
	margin: 0px;
	padding: 0px 10px 0px 30px;
}


.tbl {
	border: none;
	border-collapse: collapse;
}
.tbl tr {
	background: none;
}
.tbl th, .tbl td {
	padding: 5px 5px;
	border: none;
	border-collapse: collapse;
	vertical-align: top;
}
.tbl th {
	background: #FFF;
	font-size: 95%;
	text-align: center;
	vertical-align: bottom;
}
.tbl th h5,
.tbl td h5 {
	margin-top: 0px;
}


.png {
	behavior: url('png.htc');
}


caption {
	font-size: 90%;
	font-style: italic;
	text-align: right;
}
small {
	font-size: 80%;
	line-height: 120%;
}
dd {
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}

.right {
	float: right;
}
.left {
	float: left;
}
.aright {
	text-align: right;
}
.aleft {
	text-align: left;
}
.full {
	width: 100%;
}
.half {
	width: 50%;
}
.three {
	width: 33%;
}


.col25 {
	width: 100%;
	margin-right: -5%;
}
.col25 li.block {
	width: 23%;
	margin-right: 2%;
	border: none !important;
}
.col30 {
	width: 99%;
	margin-right: -5%;
}
.col30 li.block {
	width: 31%;
	margin-right: 2%;
	border: none !important;
}




.flipH {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.flipV {
	-moz-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
	filter: FlipV;
	-ms-filter: "FlipV";
}
.box-shadow {
	box-shadow: 0px 10px 40px 1px #CCC;
	-moz-box-shadow: 0px 10px 40px 1px #CCC;
	-webkit-box-shadow: 0px 10px 40px 1px #CCC;
	behavior: url('/css/ie-css3.htc');
	zoom: 1;
}
.text-shadow,
.text-shadow * {
	text-shadow: #31486a 1px 1px 3px;
	filter: Shadow(Color=#31486a,
			Direction=180,
			Strength=1);
}

img[align=right] {
	margin: 5px 5px 5px 15px;
}
img[align=left] {
	margin: 5px 15px 5px 5px;
}






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



body {
	/*padding: 30px 0px;*/
}
#page {
	width: 930px;
	min-height: 50%;
	border: none;
	border-radius: 15px;
	margin: 30px auto 30px auto;
	background: white;
}
#header {
	background: #89949E; /*url('/upload/head_fon.png') repeat-x 0px 0px #989898;*/
	position: relative;
	width: 910px;
	min-height: 112px;
	padding: 10px;
	border-radius: 15px 15px 0px 0px;
}
#header .head {
	width: 920px;
	min-height: 112px;
	background-image: url('/upload/head_new.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#header h1 {
	font-family: Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	position: absolute;
	top: 0px;
	left: 50px;
	color: white;
	line-height: 130%;
}
#header p {
	position: absolute;
	font-style: normal;
	font-size: 13px;
	bottom: 15px;
	left: 15px;
	margin: 0px;
	color: white;
}
.logo {
	display: block;
	position: relative;
	width: 287px;
	height: 0px;
	top: 12px;
	padding-top: 74px;
	overflow: hidden;
	background: url('/upload/logo_new.png') no-repeat 0px 0px;
}



.menu {
	width: 100%;
	min-height: 40px;
	background: #363636; /* Old browsers */
	background: -moz-linear-gradient(top,  #363636 0%, #363636 50%, #2f2f2f 51%, #2f2f2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#363636), color-stop(50%,#363636), color-stop(51%,#2f2f2f), color-stop(100%,#2f2f2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #363636 0%,#363636 50%,#2f2f2f 51%,#2f2f2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #363636 0%,#363636 50%,#2f2f2f 51%,#2f2f2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #363636 0%,#363636 50%,#2f2f2f 51%,#2f2f2f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #363636 0%,#363636 50%,#2f2f2f 51%,#2f2f2f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#363636', endColorstr='#2f2f2f',GradientType=0 ); /* IE6-9 */
}
.menu ul {
	margin-left: 15px;
}
.menu ul li {
	position: relative;
}
.menu ul li a {
	display: block;
	min-height: 40px;
	margin-right: 30px;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	line-height: 40px;
}
.menu a:hover,
.menu a.active {
	color: #999;
}
.menu ul li:hover .submenu {
	display: block;
}
.submenu {
	display: none;
	min-width: 100px;
	position: absolute;
	background: #2f2f2f;
	margin: 0px !important;
	padding-bottom: 5px;
	top: 40px;
	left: -15px;
	z-index: 99;
}
.submenu li {
	min-height: 0px !important;
	white-space: nowrap;
}
.submenu li a {
	display: block;
	padding: 5px 15px;
	line-height: 20px !important;
	text-transform: none !important;
	margin: 0px !important;
	min-height: auto !important;
}


.flexbox {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	max-width: 100%;
	flex-wrap: wrap;
	align-content: space-between;
}



#content {
	padding: 0px 15px 15px 15px;
}
#content .col_right {
	float: right;
	width: 250px;
}
.index #content .col_right {
	display: none;
	float: right;
	width: 0px;
}
#content .col_right img {
	max-width: 100%;
}
#content .col_right .sertif {
}
#content .col_right .sertif li {
	clear: left;
}


#content .col_center {
	padding-top: 1px;
	margin-right: 265px;
}
.index #content .col_center {
	margin-right: 0px;
}
#content .col_center .equip_index td {
	border: none;
	text-align: center;
	width: 25%;
	padding: 0px 0px 15px 0px;
	font-size: 11px;
}
#content .col_center .equip_index td b,
#content .col_center .equip_index td strong {
	font-size: 13px;
}
#content .col_center .equip_index a {
	display: block;
}

/* START Новый дизайн блоков главной страницы */

#content .col_center .elem {
	/*background: rgba(197,189,174,1);*/
	background: rgba(255,255,255,1);
	border-radius: 5px;
	margin: 5px;
	padding: 10px;
	flex-basis: calc(25% - 30px);
	position: relative;
}
#content .col_center .elem img {
	height: 200px;
	margin: 0px auto;
	max-width: 195px;
}
#content .col_center .elem p {
	position: relative;
	top: -50px;
	margin-bottom: -50px;
}
#content .col_center .elem p * {
	color: black;
	text-decoration: none;
	line-height: 150%;
	font-family: Arial;
}
#content .col_center .elem p a {
	position: relative;
	z-index: 10;
	min-height: 60px;
	display: inline-block;
}
#content .col_center .elem p:after {
	content: '';
	position: absolute;
	z-index: 0;
	/*background: linear-gradient(0deg, rgba(197,189,174,1) 0%, rgba(197,189,174,1) 50%, rgba(197,189,174,0) 100%);*/
	/*top: -30px;*/
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(197,189,174,0) 100%);
	height: 100px;
	top: -55px;
	left: 0px;
	right: 0px;
}
#content .col_center .elem p b {
	font-size: 20px;
	color: black;
	text-decoration: none;
}

/* END Новый дизайн блоков главной страницы */
















/*
#content .col_center .equip_index img {
	display: block;
	margin: 10px auto 10px auto;
	border: 1px dotted #999;
	border-radius: 10px;
	width: 85%;
	height: auto;
	box-shadow: 				0px 3px 10px 1px #CCC;
	-moz-box-shadow: 		0px 3px 10px 1px #CCC;
	-webkit-box-shadow: 	0px 3px 10px 1px #CCC;
	behavior: url('/css/ie-css3.htc');
	zoom: 1;
}
*/
#content .col_center .equip_index .elem {
	display:						inline-block;
	text-align:					center;
	width:							135px;
	height:							195px;
	padding:						0px 0px 15px 0px;
	margin:							10px;
	font-size:					11px;
	vertical-align:			top;
}
#content .col_center .equip_index a.img {
	display:						table-cell;
	margin:							10px auto 10px auto;
	padding:						10px;
	border:							1px dotted #999;
	border-radius:			10px;
	max-width:					115px;
	max-height:					115px;
	width:							115px;
	height:							115px;
	box-shadow:					0px 3px 10px 1px #CCC;
	-moz-box-shadow:		0px 3px 10px 1px #CCC;
	-webkit-box-shadow:	0px 3px 10px 1px #CCC;
	text-align:					center;
	vertical-align:			middle;
	zoom:								1;
}
#content .col_center .equip_index a.img img {
	max-width:					115px;
	max-height:					115px;
	margin:							0px auto;
}




#footer {
	clear: both;
	background: #999;
	padding: 10px 30px;
	color: white;
	min-height: 41px;
	border-radius: 0px 0px 15px 15px;
}
#footer .copy,
#footer .copy *,
#footer .create,
#footer .create *,
#footer .count,
#footer .count * {
	color: white;
	font-size: 11px;
}

#footer .copy {
	float: left;
	width: 160px;
	padding: 5px 10px 10px 0px;
	border-right: 1px solid white;
}
#footer .create {
	float: right;
	width: 160px;
	border-left: 1px solid white;
	padding: 5px 0px 10px 10px;
	text-align: right;
}
#footer .count {
	padding: 10px 185px;
	text-align: center;
}







#right_menu ul li a {
	display: block;
	margin: 0;
	padding: 5px 10px 5px 0px;
	color: #666666;
	background: url("/upload/green_file.gif") no-repeat 10px center;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
#right_menu .l_1 a {
	padding-left: 20px;
	background-position: 10px center;
}
#right_menu .l_2 a {
	padding-left: 40px;
	background-position: 30px center;
}
#right_menu .l_3 a {
	padding-left: 60px;
	background-position: 50px center;
}
#right_menu a.sel,
#right_menu a:hover {
	color: #0BBDB2;
}



.tbl1,
.tbl1 tr {
	background: none;
}
.tbl1 td {
	border-left: none;
	border-right: none;
	background: none;
}
.tbl1 img {
	margin-top: 15px;
	max-width: 200px;
	max-height: 200px;
	float: right;
}



.tree img {
	float: left;
}
.tree a {
	min-height: 23px;
	display: block;
}




.catalog-item-image img {
	max-width: 300px;
	max-height: 600px;
	width: auto;
	height: auto;
	float: right;
}




.devicename {
	font-weight: bold !important;
}