@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

*  {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	min-width: 320px;
}
body {
	font-family: "Open Sans", Verdana, Tahoma, Arial, sans-serif;
	color: #404040;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	min-width: 320px;
	padding: 0;
	background: #4B5B6B url("/images/misc/bg_main.png") repeat center top;
	height: 100%;
/*	background-color: #fff; */
/*	text-rendering: optimizeLegibility; */
}
@media (max-width: 650px) {
	body::-webkit-scrollbar { width: 0px; }
	body { -ms-overflow-style: none; }
	body { overflow: -moz-scrollbars-none; }
/*
	body {
		overflow-y: hidden;
	}
*/
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
}
button {
	overflow: visible;
	cursor: pointer;
	text-transform: none;
}
textarea {
	overflow: auto;
}
p {
	text-align: justify;
	margin: 15px 0;
}
a, a:link, a:visited, a:hover, a:active {
	color: #1e91cf;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:focus { outline: 0; }
img {
	vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
	color: inherit;
	font-family: inherit;
	font-weight: 500;
}
h1 { font-size: 2.2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.15em; padding: 0.5em 0; }
h4 { font-size: 1em; }
h5 { font-size: 1em; }
h6 { font-size: 1em; }
small { font-size: 0.85em; }
h1, h2, h3 {
	color: red;
	text-shadow: 1px 2px 3px #555;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #1e91cf; /* #09ad7e; */
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label :before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:before {
	color: #999;
}
[type="checkbox"]:disabled + label :before {
	color: #aaa;
}

.cls { clear: both;}
.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }
.pull-right { float: right !important; }

.full { width: 100%; }
.half { width: 50%; float: left;}
.third { width: 33.334%}
.quarter { width: 25%; }

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.collapse { display: none; }
.collapse.in { display: block; }
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	     -o-transition-timing-function: ease;
		    transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	     -o-transition-duration: .35s;
		    transition-duration: .35s;
	 -webkit-transition-property: height, visibility;
		  -o-transition-property: height, visibility;
			 transition-property: height, visibility;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-top: 15px;
	margin-bottom: 30px;
/*  font-size: 14px; */
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
		touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}
a.btn-default, .btn-default {
	color: #333;
	background-color: #EEE;
	border-color: #CCC;
}
a.btn-default:focus, .btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
a.btn-default:hover, .btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
a.btn-default:active:hover, .btn-default:active:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
  box-shadow: none;
}
.btn-search:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	line-height: inherit;
	position: absolute;
	right: 1em;
	text-align: center;
}
.btn-search:before {
	content: '\f002'; /* fa-search */
	color: #FFFFFF;
}
.validation_error_msg p {
	padding: 0;
	margin:0;
	font-size: 75%;
	color: red;
}
/* ---------------------------------------------------------------------------- */
/* container
/* ---------------------------------------------------------------------------- */

.container, .container-fluid {
/*	padding-left: 15px;	padding-right: 15px; */
	margin-left: auto;
	margin-right: auto;
	min-width: 320px;
}
.container:after {
	clear: both;
}
@media (min-width: 768px) {
	.container { width: 750px;}
}
@media (min-width: 992px) {
	.container { width: 970px; }
}
@media (min-width: 1200px) {
	.container { width: 1170px; }
}
.row,
.articles-block {
	position: relative;
}
.articles-block:before,
.articles-block:after,
.article-list:before,
.article-list:after,
.row:before,
.row:after {
	display: table;
	content: '';
}
.articles-block:after,
.article-list:after,
.row:after { clear: both; }

/* ---------------------------------------------------------------------------- */
/* Header
/* ---------------------------------------------------------------------------- */
header {
	height: 100px;
	background-color: #282828;
	position: relative;
}
header #logo {
	position: absolute;
	top: 0;
	left: 0;
}
header #social {
	position: absolute;
	float: right;
	top: 10px;
	right: 10px;
	display: table;
}
@media (max-width: 480px ) {
	header #social {
		display: none;
	}
}
.facebook,
.google_plus {
	height: 50px;
	width: 50px;
	display: table-cell;
	vertical-align: middle;
}
header img.desaturate {
	height: 36px; width: 36px;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter:    grayscale(100%);
	-ms-filter:     grayscale(100%);
	-o-filter:      grayscale(100%);
	filter: 		grayscale(100%);
	filter: gray;
}
header img.desaturate:hover {
 	filter: none;
	-webkit-filter: grayscale(0);
}
.container > header {
/*	margin-left: -15px;	margin-right: -15px;*/
}
/* ---------------------------------------------------------------------------- */
/* Main Navigation
/* ---------------------------------------------------------------------------- */
nav {
	display:block;
}
.navbar {
	position: relative;
	width:100%; height: 65px;
	background-color: #111;
	background-image: none;
	background: -moz-linear-gradient(#777, #111);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #777));
	background: -webkit-linear-gradient(#777, #111);
	background: -o-linear-gradient(#777, #111);
	background: -ms-linear-gradient(#777, #111);
	background: linear-gradient(#777, #111);
}
.navbar ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	overflow: hidden;
}
.navbar li {
	height: 65px;
	position: relative;
	float: left;
}
.navbar li a {
	font-size: 1em;
	color: white;
	text-decoration: none;
	text-shadow: 0 1px 0 #777;
	margin: 0;
    padding: 20px 15px;
	border-right: 1px solid #111;
	display: block;
}
.navbar li:first-child a {
	font-size: 1.5em;
	line-height: 1.17em;
}
.navbar .active a {
	color: #f0b823;
}
.navbar li a:hover {
	background: #AA0000;
	background: -moz-linear-gradient(#FF0000, #550000);
	background: -webkit-gradient(linear, left top, left bottom, from(FF0000), to(#550000));
	background: -webkit-linear-gradient(#FF0000, #550000);
	background: -o-linear-gradient(#FF0000, #550000);
	background: -ms-linear-gradient(#FF0000, #550000);
	background: linear-gradient(#FF0000, #550000);
}
.navbar .toggle {
	position: relative;
	float: right;
	padding: 8px 10px;
	margin-top: 9px;
	margin-right: 15px;
	margin-bottom: 9px;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: transparent;
}
.navbar .toggle:focus {
	outline: 0;
}
/*
.navbar .toggle:focus,
*/
.navbar .toggle:hover {
	background-color: #444;
}

.navbar .toggle + .pressed {
	background-color: #444 !important;
}
.navbar .toggle .toggle-button {
	color: #fff;
	font-size: 1.17em;
}
@media (min-width: 1008px) {
	.navbar .toggle { display: none; }
}
.navbar .nav-menu {
/*	padding-left: 15px;	padding-right: 15px; */
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
}

@media (max-width: 1007px) {
	.navbar ul {
		position: absolute;
		top: 100%; left: 0; right: 0;
		width: 50%;
		min-width: 250px;
		border: 1px solid #444;
		border-radius: 0 0 7px 7px;
		z-index: 1000;
	}
	.navbar li {
		background-color: #111;
		display: block;
		width: 100%
	}
	.navbar li a {
		padding: 15px 15px;
		border-right: none;
	}
	.navbar li:first-child a {
		font-size: 1em;
		line-height: 1.5;
	}
}
.container > .navbar {
/* 	margin-left: -15px; margin-right: -15px; */
}
/* ---------------------------------------------------------------------------- */
/* Navigation - Side menu
/* ---------------------------------------------------------------------------- */
#column-left,
#catalog {
	background-color: #515151;
}
#column-left {
	display: block;
	float: left;
	height: 100%;
	position: relative;
	width: 350px;
}
#nav-back {
	display:none;
}
@media (max-width: 1199px) {
	#column-left { display: none; }
	#nav-back { display: block; }
}
#nav-back-visible { display: block; }
#column-left h3 {
	color: #FFF;
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #777;
	border-top:  1px solid #777;
}
#column-left ul + h3 {
	border-top: 0;
}
.side-menu { margin-bottom: 25px; }
.side-menu li a { padding-left: 15px; font-size: 97%; }
.side-menu li ul a { padding-left: 30px; font-size: 94%; }
.side-menu li li ul a { padding-left: 45px; font-size: 91%; }
.side-menu li li li ul a { padding-left: 60px; font-size: 91%; }
.side-menu li li li li ul a { padding-left: 75px; font-size: 91%; }
.side-menu,
.side-menu ul,
.side-menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.side-menu > li {
	position: relative;
}
.side-menu li {
	line-height: 2em;
}
.side-menu > li > a {
	border-bottom: 1px solid #777;
}
.side-menu li.active > a {
	color: #f0b823;
}
.side-menu > li.active > a {
/*	color: DDD; */
	background: #373737;
}
.side-menu > li a.parent:after {
	font-family: FontAwesome;
	content: '\f105';
	float: right;
	margin-right: 10px;
}
.side-menu li.open > a.parent:after {
	font-family: FontAwesome;
	content: '\f107';
	float: right;
	margin-right: 10px;
}
.side-menu li a {
	text-decoration: none;
	color: #C4C4C4;
	display: block;
	padding: 12px 15px;
	border-bottom: 1px solid #777;
}
.side-menu li a:hover {
	background-color: #444;
}
.collapsed {
	display: none;
}
/* ---------------------------------------------------------------------------- */
/* Article
/* ---------------------------------------------------------------------------- */
.articles-block {
	background: url("/images/misc/bg_content.png") repeat-x scroll 0 0 #fff;
}
#column-left + .articles-block {
	margin-left: 350px;
	display: block;
 }
@media (max-width: 1199px) {
	#column-left + .articles-block { margin-left: 0; min-height: 1px;}
}
.articles-block#search,
.articles-block#stock,
.articles-block#news,
.articles-block#videos {
	padding: 20px;
}
.articles-block#catalog {
	min-height: 670px;
}
.articles-block > h1 {
	padding-bottom:20px;
}
.articles-block p.emptyList {
	padding: 100px 0;
	text-align: center;
	font-size:16pt;
	text-shadow: 0px 1px 2px #555;
}
article {
	padding-left: 20px;
	padding-right: 20px;
}
article > h1 {
	padding: 15px 0 0 0;
}
article > h1 + h2 {
	padding: 0 0 15px 0;
}
article#about {
	padding-top:25px;
	float:left;
	width:60%
}
article#about p,
article#lastnews p {
	text-align: justify;
	margin: 10px 20px;
}
article#about ul {
	list-style: none outside url("/images/misc/sq_red1.png");
	margin: 10px 10px 10px 30px;
	padding: 0 0 0 10px;
}
article#lastnews {
	padding-top:37px;
	float:right;
	width:40%;
}
article#lastnews h3 {
	color: inherit;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1em;
	padding-bottom: 8px;
	margin-left: 20px;
}
article#lastnews p {
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
}
article#lastnews p.ndate,
article#lastnews p.ntitle {
	font-weight: 600;
	text-align: left;
	hyphens: none;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
}
article#lastnews p.ndate { margin-bottom: 0; }
article#lastnews p.ntitle { margin-top: 0; }
article#address,
article#message {
	width: 50%;
	float: left;
	padding-bottom: 20px;
}
article#user-agreement {
	padding: 1em 0 2em 0;
}
article#user-agreement ol,
article#user-agreement ul {
	list-style-position: outside;
	padding-left: 20px;
	line-height: 1.5;
}
article#user-agreement ol{
	list-style: none;
	counter-reset: li;
}
article#user-agreement ul {
	list-style: circle;
	counter-reset: bullet;
}
article#user-agreement li {
	padding: .5em 0 .5em 0;
}
article#user-agreement ol li:before {
	counter-increment: li;
	content: counters(li,".") ". ";
}
article#user-agreement ul li:before {
	counter-increment: bullet;
	content: "";
}
article#user-agreement ol li {
	padding: 2em 0 .5em 0;
	font-weight: bold;
	text-transform: uppercase;
}
article#user-agreement ol ol li {
	font-weight: normal;
	text-transform: none;
	padding: .5em 0 .5em 0;
}

@media (max-width: 533px) {
	article#address,
	article#message {
		width: 100%;
	}
}
table.articlelist {
	border-collapse: collapse;
	width: 100%;
}
table.articlelist tr:nth-child(odd) { /* background: none repeat scroll 0 0 #FFFFFF; */}
table.articlelist tr:nth-child(even) { background: none repeat scroll 0 0 #EFEFEF; }
table.articlelist tr:hover { background: none repeat scroll 0 0 #DBEAF9; }
table.articlelist td.image { width:250px;}
table.articlelist td {
	margin: 0;
	padding: 10px;
	vertical-align: top;
	border: none;
}
table.articlelist img {
	border: 2px solid #cacaca;
	height: auto;
	margin-right: 0px;
	width: 230px;
}
table.articlelist p.details { text-align: right; margin: 0; padding: 0;}
table.articlelist p.details a:link,
table.articlelist p.details a:visited { font-size: 1em; font-weight: normal; text-decoration: none; text-shadow: 0 2px 0 #FFF; }
table.articlelist h2, table.articlelist h3 { font-weight:600 }
table.articlelist h2 { font-size: 1.25em; }
table.articlelist h3 { font-size: 1em; color:#404040; }
table.articlelist ul {
	margin:10px;
	margin-left:5px;
	padding:0;
	padding-left:10px;
	list-style: none outside url("/images/misc/sq_red1.png");
}
table.articlelist h3 { line-height: 1em; padding-bottom: 8px; }
table.articlelist h4 { line-height: 1em; padding-bottom: 4px; }
table.articlelist p.emptyList {
	padding: 100px 0;
	text-align: center;
	font-size:16pt;
	text-shadow: 0px 1px 2px #555;
}

@media (max-width: 480px ) {
	article#about, article#lastnews {
		width:100%
	}
	table.articlelist p.details,
	article#about p {
		hyphens: auto;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
	}
	table.articlelist td.image {display:none}
}
article .catalog-image-wrapper {
	border: 1px solid rgba(0,0,0,0.2);
	display:inline-block;
	position:relative;
	width: 100%;
	padding: 4px;
	box-shadow: 7px 7px 7px #777;
	-webkit-box-shadow: 7px 7px 7px #777;
	-moz-box-shadow: 7px 7px 7px #777;
}
article .catalog-image-wrapper + h3 { padding-top: 20px; }
article img.catalog-image {
	border: 1px solid rgba(0,0,0,0.2);
	position: relative;
	width: 100%;
/*	max-width: 752px; */
}
#description .discontinued_mark {
	display: inline-block;
	position: absolute;
	bottom: 30px; left:20px;
	color: red;
	font-size: 2.2em;
	text-shadow: #fff 2px 0px 2px, #fff 0px 2px 2px, #fff 0px -2px 2px, #fff -2px 0px 2px;
}
#description ul {
	list-style-type:square;
	list-style-position:outside;
	list-style-image: url('/images/misc/sq_red1.png');
	padding-left: 20px;
}
table.datatable, table.specs {
	width: 100%; margin: 1em 0;
	border: 2px solid rgba(0, 105, 140, 0.2);
	border-collapse: collapse;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
.datatable tr, .specs tr { background: transparent; height: 25px; vertical-align: bottom; }
.datatable tr:nth-child(odd), .specs tr:nth-child(odd) { background-color: #E1EEEE; }
.datatable th, .datatable td, .specs th, .specs td { border: 1px solid #D1DEDE; border-collapse: collapse; padding: 4px; width: auto; text-align: right; }
.datatable th[colspan], .specs th[colspan] { text-align: center; }
.datatable th, .specs th, .datatable td.noterow, .specs td.noterow { background-color: #C1CECE; color: black;}
.datatable th:first-child, .datatable td:first-child, .specs th:first-child, .specs td:first-child { text-align: left; }
.datatable td.noterow, .specs td.noterow { font-size: 7pt; text-align: center; }
.datatable.allcenter th, .datatable.allcenter td { text-align: center; vertical-align: middle; }
.specs td:nth-child(2), .specs th:nth-child(2) { text-align: center; }
img.specs { width: 100%; max-width: 750px; border: none; }
.datatable.lcr th, .datatable.lcr td { text-align: center; }
.datatable.lcr th:first-child, .datatable.lcr td:first-child { text-align: left; }
.datatable.lcr th:last-child, .datatable.lcr td:last-child { text-align: right; }
.datatable.lcr tr { height: 50px; }

#material { padding: 20px 50px; margin: 0; }
#material ol { margin:10px; padding:0 0 0 10px; }
#material ul { margin:10px; padding:0 0 0 10px; list-style-type:square; }

#material h2 a,
#material h2 {
	padding-top: 12px;
	padding-bottom: 10px;
}
#material h3 {padding-top:12px; line-height: 1.2em;}
#material p.citation_from,
#material p.date,
#material p.author {
	color: black;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1em;
}
#material img {
	margin-bottom: 15px;
	border: 1px solid #CCC;
	-webkit-box-shadow: 5px 5px 5px #888;
	-moz-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
}
#material img.GOST-Formula {
	border: none; padding:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#material p.details { font-size: 1.1em; font-align: left; padding: 20px 0; color: red; }
#material p.details a:link, #material p.details a:visited { text-decoration: none; text-shadow: 0px 2px 3px #777 }
#material p.tableNo { padding-bottom: 0; margin-bottom: 2px; text-align: right; }
#material .note { font-size: 7pt; }
/****** ГОСТЫ ******/
#material table.GOST {
	margin: 10px auto; width: 100%;
	border: 2px solid #C1CECE; border-collapse: collapse;
	-webkit-box-shadow: 2px 2px 2px #888;
	-moz-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 2px #888;
	float: none;
}
#material table.GOST th,
#material table.GOST td { border: 1px solid #D1DEDE; border-collapse: collapse; padding: 4px; width: auto; }
#material table.GOST td { vertical-align: top; }
#material table.GOST tr { background: transparent; height: 25px; vertical-align: bottom; }
/*#material table.GOST tr:nth-child(odd) { background-color: #E1EEEE; } */
#material table.GOST th { background-color: #C1CECE; }
#material table.GOST td, #material table.GOST td p,
#material table.GOST th, #material table.GOST th p { text-align: center; }
#material table.GOST td:first-child, #material table.GOST td:first-child p,
#material table.GOST th:first-child, #material table.GOST th:first-child p { text-align: left; }

#material table.GOST.allCenter td:first-child, #material table.GOST.allCenter td:first-child p,
#material table.GOST.allCenter th:first-child, #material table.GOST.allCenter th:first-child p { text-align: center; }

#material table.GOST td.bl0 { border-top: none; border-bottom: none;}
#material table.GOST td.bl2 { border-top: none; }
#material table.GOST td.noterow { background-color: #C1CECE; font-size: 7pt; text-align: center; }
#material table.GOST-Terms { border:none; margin:0; padding:4px 0; width:100%; }
#material table.GOST-Terms td { text-align:left; vertical-align:top; padding-top:4px; border-bottom: 1px solid #D1DEDE; width: auto;}
#material table.GOST td.chapter { text-align: center; font-weight: normal; color: #00688C; }
#material table.GOST td.pn { text-align: center; font-weight: normal; width: 50px; }

#material table.GOST.half { width:600px; }
#material table.GOST.quarter { width:300px }

#material table.terms {
	margin: 10px 0; width: 100%;
	border: 2px solid #C1CECE;
	border-collapse: collapse;
	-webkit-box-shadow: 2px 2px 2px #888;
	-moz-box-shadow: 2px 2px 5px #888;
	box-shadow: 2px 2px 2px #888;
	padding: 4px;
}

#material table.terms th,
#material table.terms td { border: 1px solid #D1DEDE; border-collapse: collapse; padding: 4px; width: auto; }
#material table.terms th { background-color: #C1CECE; text-align: center; vertical-align: bottom; }
#material table.terms td { text-align: left; vertical-align: top; }
#material table.terms td.chapter { text-align: center; text-transform: uppercase; }
#material table.terms td a { color: #333; text-decoration: none; }
#material table.GOST-formula { width: 100%; margin: 10px auto; padding: 0; border: none; }
#material table.GOST-formula th:nth-child(odd),
#material table.GOST-formula td:nth-child(odd){	width: 12%; text-align: right; }
#material table.GOST-formula td img { width: 250px; margin: 0 auto; text-align: center; border: none; box-shadow: none;}
#material #indekss {
	padding: 10px 25px;
	background: #E1EEEE;
	border: 2px solid #C1CECE;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari & Chrome */
	border-radius: 10px; /* Opera */
}
#material img.centered {
	display: block;
	margin-left:auto;
	margin-right:auto;
}
#stock h1 > h2 {
	padding: 0 0 20px;
}
#stock ul {
	list-style-image: url("/images/misc/sq_red2.png");
	margin: 10px;
	padding: 0 0 0 10px;
}
#stock section {
	display:inline-block;
	float: right;
	width: 50%;
/*	width: 550px; */
}
#error {
	background-image: url("/images/misc/icon-error.png");
/*	background-color: #F6D4D7; */
	background-position: 80px 25px;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 15px 40px 15px 150px;
	position: relative;
	text-align: left;
	line-height: 1.75em;
}
#error h4 {
	border-bottom: 1px solid red;
	font-size: 1em;
	color: red;
	font-weight: normal;
	text-align: right;
}
#error  input[type="text"] {
	width: 500px;
	background: #f3f3f3;
	border: 1px solid #e5e5e5;
	padding: 6px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
/*
@error input[type="submit"] {
	text-align:center;
	width: 100px;
	height: 28px;
	margin: 10px;
	background-color: #e6e7e8;
	background-image: none;
	background: -moz-linear-gradient(#e6e7e8, #B0B3B5);
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #B0B3B5),color-stop(1, #e6e7e8));
	background: -webkit-linear-gradient(#e6e7e8, #B0B3B5);
	background: -o-linear-gradient(#e6e7e8, #B0B3B5);
	background: -ms-linear-gradient(#e6e7e8, #B0B3B5);
	background: linear-gradient(#e6e7e8, #B0B3B5);
	-moz-box-shadow: 0 1px 0 #B0B3B5, 0 2px 0 #E6E7E8;
	-webkit-box-shadow: 0 1px 0 #B0B3B5, 0 2px 0 #E6E7E8;
	box-shadow: 0 1px 0 #B0B3B5, 0 2px 0 #E6E7E8;
	text-decoration:none;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	cursor:pointer;
	border:none;
}
*/
#error ul {
	margin: 10px;
	margin-left: 10px;
	padding:0;
	padding-left: 5px;
	list-style-type: square;
}
#error form.search {
	margin: 0;
	padding: 0;
}
#error .search_arrow p {
	margin:0; padding:0;
}
#error .search_arrow {
	display: inline-block;
	height: 70px; width: 700px;
	position: relative;
}
#error .search_arrow_inner {
	background-color: #FAE5E5; /* rgba(204, 0, 0, 0.1); */
	margin-right: 15px;
	padding: 11px 10px 10px 15px;
	position: relative;
}
#error .search_arrow_inner:after {
	content:'';
	position: absolute;
	top: 0; right: -70px;
	border: 35px solid transparent;
	border-left: 35px solid #FAE5E5; /* rgba(204, 0, 0, 0.1); */
}
#error .btn {
		margin: 8px 15px;
		padding: 5px 15px;
}
.product-grid {
	width: 33.3333334%;
	min-height: 1px;
	position: relative;
	float: left;
}
.product-thumb {
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	overflow: hide;
	display: block;
}
.product-thumb a {
	color: #404040;
}
.product-thumb .image-wrapper {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	height: 170px; width: 300px;
	background: url("/images/misc/loading.gif") no-repeat scroll 50% 50% #F5F5F5;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px;
	cursor: pointer;
	vertical-align: middle;
	overflow: hidden;
	padding: 4px;
}
.product-thumb .caption {
	width: 290px;
	font-size: 90%;
	border: 0;
	margin: 0 auto;
	word-break: keep-all;
}
@media (min-width: 1200px) {
	#column-left + .articles-block .product-thumb .image-wrapper {
		width: 245px; height: 142px;
	}
	#column-left + .articles-block .product-thumb .image-wrapper img {
		width: 235px; height: 132px;
	}
	#column-left + .articles-block .product-thumb .caption {
		width: 245px;
	}
}
@media (max-width: 1007px) {
	.product-grid { width: 50%; }
	.product-thumb { min-width: 302px; width: 90%;}
}
@media (max-width: 650px) {
	.product-grid { width: 90%; margin: 10px auto;}
	.product-thumb { min-width: 302px; width: 90%;}
}
.product-thumb .image-wrapper img {
	width: 290px;
	height: 160px;
	border: 0;
	margin: 0;
	padding: 0;
}
.slideInnerWrapper {
	width: 100%;
	max-width: 950px;
	margin: 5px auto;
}
.slideOuterWrapper{
	width: 100%;
	padding: 10px 20px;
	margin:0;
}
/* Forms */
div.required label:before {
	content: '* ';
	color: #f00;
	font-weight: bold;
}
.dispensable {
	display:none;
}
.form-group:before,
.form-group:after {
	display: table;
	content: '';
}
.form-group:after {
	clear: both;
}
.form-group {
	position: relative;
	margin-bottom: 10px;
	width: 100%;
}
.form-group .group-label {
	float: left;
	padding: 18px 5px 0 3px;
	width: 20%;
}
.form-group .group-input {
	width: 80%;
	padding: 10px 2px 0 5px;
	float: right;
}
.form-group .group-input input,
.form-group .group-input textarea {
	display: block;
	width: 100%;
	height: 35px;
	padding: 5px 10px;
	line-height: 1.5;
	background-color: #EEE;
	border: 1px solid #CCC;
	border-radius: 3px;
}
.form-group .group-input input {
	height: 35px;
}
.form-group .group-input textarea {
		height: auto;
}
@media (max-width: 768px) {
	.form-group .group-label,
	.form-group .group-input {
		padding: 10px 5px 0 5px;
		width: 100%;
	}
}
.gallery-box {
	padding: 15px 0;
}
.gallery-box:before,
.gallery-box:after {
	display: table;
	content: '';
}
.gallery-box:after {
	clear: both;
}
.gallery-box a {
	display: inline-block;
	width: 148px;
	padding: 5px;
}
.gallery-box a > img {
	width: 140px;
	padding: 5px;
	border:1px solid #CCC;
}
img.main-image {
	width: 50%;
	padding: 5px 20px;
}
img.main-image.pull-right {
	float: right;
	padding-right: 0;
	padding-left: 20px;
}
img.main-image.pull-left {
	float: left;
	padding-right: 20px;
	padding-left: 0;
}
@media (max-width: 480px ) {
	img.main-image {
		width: 100%;
		padding: 5px 0;
	}
	img.main-image.pull-right,
	img.main-image.pull-left { padding: 5px 0;	}
}
#sitemap {
	padding: 20px 50px;
	margin: 0;
	line-height: 14px;
}
#sitemap ul {
	list-style: none outside none;
	margin: 4px 0 0 0;
	padding: 0;
	overflow: hidden;
}
/* ---------------------------------------------------------------------------- */
/* Footer
/* ---------------------------------------------------------------------------- */
footer {
	height: 50px;
	width: 100%;
    background-color: #111;
	background-image: none;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
	z-index: 99999;
}
footer ul {
	padding-top: 12px;
	text-align: center;
	color: #CCC;
}
footer li {
	display: inline;
	position: relative;
	list-style: none outside none;
}

footer a  {
	font-size: 11px;
	color: #CCC !important;
	margin: 0;
    padding: 10px 5px;
}
@media (max-width: 1007px) {
	footer { height: 10px; }
	footer ul { display: none; }
}
/* ---------------------------------------------------------------------------- */
/* Address
/* ---------------------------------------------------------------------------- */
address{
	height: 50px;
	width: 100%;
	margin:0;
	padding: 15px 30px 0 30px;
	background: transparent url(/images/misc/plant.png) no-repeat right bottom;
}
address p {
	text-align: center;
	margin: 0;
	font-size: 11px;
	color: #8F8F8F;
	text-shadow: 1px 1px 1px #000;
}
@media only screen
	and (max-width: 1007px) {
		address { padding: 5px 30px 2px 30px; }
}
/* ---------------------------------------------------------------------------- */
/* PAGINATION
/* ---------------------------------------------------------------------------- */
div.paginationcontainer {
	color: #EEEEEE;
	margin: 5px;
	padding: 20px 5px 0 5px;
	text-align: right;
}
div.paginationcontainer a,
div.paginationcontainer span.current {
/*	background: url("/images/misc/transoverlay-matte.png") repeat-x scroll 0 0 #CCCCCC; */
	background-color: rgba(255, 255, 255, 0.2);
	border-color: rgba(255, 255, 255, 0.4) rgba(0, 0, 0, 0.4) rgba(0, 0, 0, 0.4) rgba(255, 255, 255, 0.4);
	border-radius: 15px 15px 15px 15px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
	color: #444444;
	font: bold 12px/30px "Trebuchet MS",Arial,Helvetica,sans-serif;
	height: 30px;
	letter-spacing: 1px;
	margin: 2px;
	padding: 3px 8px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
}
div.paginationcontainer a:hover,
div.paginationcontainer a:active {
	background-color: #333;
	color: #FFFFFF !important;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}
div.paginationcontainer span.current {
	background-color: #5C7D98;
	color: #FFFFFF;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
}
