@charset "utf-8";
@font-face {
    font-family: clearsans;
    src: url('../fonts/clearsans-regular.eot');
    src: url('../fonts/clearsans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsans-regular.woff') format('woff'),
         url('../fonts/clearsans-regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: clearsans;
    src: url('../fonts/clearsans-bold.eot');
    src: url('../fonts/clearsans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsans-bold.woff') format('woff'),
         url('../fonts/clearsans-bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}
@font-face {
    font-family: clearsans;
    src: url('../fonts/clearsans-italic.eot');
    src: url('../fonts/clearsans-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsans-italic.woff') format('woff'),
         url('../fonts/clearsans-italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face {
    font-family: clearsans;
    src: url('../fonts/clearsans-bolditalic.eot');
    src: url('../fonts/clearsans-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsans-bolditalic.woff') format('woff'),
         url('../fonts/clearsans-bolditalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}
@font-face {
    font-family: clearsans_l;
    src: url('../fonts/clearsans-light.eot');
    src: url('../fonts/clearsans-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsans-light.woff') format('woff'),
         url('../fonts/clearsans-light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: clearsans_m;
    src: url('../fonts/clearsans-medium.eot');
    src: url('../fonts/clearsans-medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsans-medium.woff') format('woff'),
         url('../fonts/clearsans-medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: clearsans_m;
    src: url('../fonts/clearsans-mediumitalic.eot');
    src: url('../fonts/clearsans-mediumitalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clearsans-mediumitalic.woff') format('woff'),
         url('../fonts/clearsans-mediumitalic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,p,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption{
	font-family: clearsans, Arial, sans-serif;
}
html {
    height: 100%;
}
body {
	background: url('../ce_images/back.jpg');
    height: 100%;
}
h1,.alt_header1,h1 a,h1 a:visited,h1 a:hover{
	color:#273441;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
	margin-top:15px;
	text-align: center;
}
a,
a:visited,
a:hover {
	color:#000;
	text-decoration:none !important;
    padding: 0 !important;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul{
     padding:0;
     margin:0;
}
/*
	HOME
*/
#main {
	background: #fff;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
#container {
	padding: 0 0 100px;
    min-height: 400px;
}
#lay_body.main {
    width: 100%;
    min-height: 400px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0 100px;
}
#lay_body.left {
    width: 100%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 0 0 310px;
}
#container #lay_f4 {
    float: left;
    margin-left: -100%;
    width: 300px;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#container.entire_width #lay_f4 {
    display: none;
}
#container.entire_width #lay_body.left {
	padding-left: 10px;
	float: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#container .eshop-cat-tree { 
	display: none; 
}
#container.entire_width .eshop-cat-tree,
#left_menu  .eshop-cat-tree{
	display: block;
}
ul.eshop-cat-tree_level_2 {
	padding: 0 20px;   
}
div.title_showcase_container {
	margin: 15px 0;
}
div.title_showcase_container a {
	padding: 5px 15px;
	background: #273441;
	color: #fff;
	font-size: 20px;
}
div.showcase_container {
	width: 100%;
}
a.showcase {
	width: 20%;
	display: inline-block;
	height: 250px;
	vertical-align: top;
	padding: 20px;
	box-sizing: border-box;
}
a.showcase > span {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    1px 0px 10px 0px rgba(0, 0, 0, 1);
	box-shadow:         1px 0px 10px 0px rgba(0, 0, 0, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a.showcase:hover > span {
	-webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    1px 0px 5px 0px rgba(0, 0, 0, 1);
	box-shadow:         1px 0px 5px 0px rgba(0, 0, 0, 1);
}
div.img_container {
	width: 100%;
	height: 150px;
	overflow: hidden;
	text-align: center;
}
div.img_container_page {
    width: 100%;
	overflow: hidden;
	text-align: center;
}
a.showcase img {
	width: 90%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a.showcase:hover img {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
div.text_container {
	line-height: 1;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	height: 60px;
	overflow: hidden;
	font-size: 15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
a.showcase:hover div.text_container {
	-moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
	height: 110px;
	background: rgba(39,52,65,0.9);
	color: #fff;
}
footer {
	width: 100%;
	max-width: 1100px;
	margin: -100px auto 0;
	height: 100px;
	background: #273441;
	position: relative;
	-webkit-box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    1px 1px 10px 0px rgba(0, 0, 0, 1);
	box-shadow:         1px 1px 10px 0px rgba(0, 0, 0, 1);
}
/*
	HEADER
*/
header {
	height: 150px;
	background: #273441;
	position: relative;
}
header nav {
    height: 35px;
    background: rgb(161,168,183); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(161,168,183,1) 0%, rgba(39,52,65,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(161,168,183,1)), color-stop(100%,rgba(39,52,65,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(161,168,183,1) 0%,rgba(39,52,65,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(161,168,183,1) 0%,rgba(39,52,65,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(161,168,183,1) 0%,rgba(39,52,65,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(161,168,183,1) 0%,rgba(39,52,65,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a8b7', endColorstr='#273441',GradientType=0 ); /* IE6-9 */
}
header nav ul li{
	list-style: none;
	display: inline-block;
    width: 20%;
    padding: 8px 0;
    text-align: center;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
header nav ul li:hover{
    -webkit-box-shadow: inset 0px 30px 30px -20px rgba(252, 252, 252, 0.75);
    -moz-box-shadow:    inset 0px 30px 30px -20px rgba(252, 252, 252, 0.75);
    box-shadow:         inset 0px 30px 30px -20px rgba(252, 252, 252, 0.75);
}
header a,
header a:visited,
header a:hover {
	color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
}
#logo {
    display: block;
	color: #fff;
	line-height: 1;
	font-size: 50px;
	margin: 13px 0 0 78px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
} 
#logo span {
	display: block;
} 
#logo span.second {
	font-size: 34px;
}
#logo:hover {
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
}
#search_header {
	position: absolute;
	right: 20px;
	bottom: 20px;
    z-index: 10;
}
#idSearchWordsspec_small_search_001002110 {
	padding: 5px 10px;
	font-size: 20px;
	width: 300px !important;
	color: #273441;
	background: #F8F8F8;
}
#lay_body.main ul.eshop-cat-tree_level_1 > li > a {
	display: inline-block;
	width: auto;
	padding: 5px 15px !important;
	font-size: 18px;
	color: #fff;
	background: #273441;
	margin: 15px 0;
    position: relative;
}
#lay_body.main ul.eshop-cat-tree_level_1 > li > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#lay_body.main ul.eshop-cat-tree_level_1 > li > a:after {
  content: "";
  position: absolute;
  width: 177px;
  height: 28px;
  top: 0px;
  right: -187px;
}
/* camozzi */
#lay_body.main ul.eshop-cat-tree_level_1 > li:nth-child(1) > a:after {
  background: url("http://pnevmo-automatic.ru/ftpgetfile.php?id=216&module=files"); 
}
#lay_body.main ul.eshop-cat-tree_level_1 > li:nth-child(1) > a:before {
  background-color: #D00;
}
/* owen */
#lay_body.main ul.eshop-cat-tree_level_1 > li:nth-child(2) > a:after {
  background: url("http://pnevmo-automatic.ru/ftpgetfile.php?id=217&module=files"); 
}
#lay_body.main ul.eshop-cat-tree_level_1 > li:nth-child(2) > a:before {
  background-color: #B30738;
}
/* siemens */
#lay_body.main ul.eshop-cat-tree_level_1 > li:nth-child(3) > a:after {
  background: url("http://pnevmo-automatic.ru/ftpgetfile.php?id=218&module=files"); 
}
#lay_body.main ul.eshop-cat-tree_level_1 > li:nth-child(3) > a:before {
  background-color: #099;
}
/* autonics */
#lay_body.main ul.eshop-cat-tree_level_1 > li:nth-child(4) > a:after {
  background: url("http://pnevmo-automatic.ru/ftpgetfile.php?id=220&module=files"); 
}
#lay_body.main ul.eshop-cat-tree_level_1 > li:nth-child(4) > a:before {
  background-color: #EC6504;
}
/* omron */
#lay_body.main ul.eshop-cat-tree_level_1 > li:nth-child(5) > a:after {
  background: url("http://pnevmo-automatic.ru/ftpgetfile.php?id=219&module=files"); 
}
#lay_body.main ul.eshop-cat-tree_level_1 > li:nth-child(5) > a:before {
  background-color: #0A5CA8;
}
#lay_body.main ul.eshop-cat-tree_level_1 > li > a:hover {
	padding-left: 35px  !important;
}
#lay_body.main ul.eshop-cat-tree_level_1 > li > a:hover:before {
    left: 20px  !important;
}
#lay_body.main ul.eshop-cat-tree_level_1 > li > a > div.img_container {
	display: none;
    position: absolute;
    top: 0px; right: -134px;
    height: 28px;
    width: 132px;
}
#lay_body.main ul.eshop-cat-tree_level_2 > li  {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 14.28%;
	height: 180px;
}
#lay_body.main ul.eshop-cat-tree_level_2 > li > a  {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#lay_body.main ul.eshop-cat-tree_level_2 > li > a:before {
	display: none;
}
#lay_body.main ul.eshop-cat-tree_level_2 > li > a > div.img_container {
	width: 100%;
	height: 100px;
	overflow: hidden;
	text-align: center;
}
#lay_body.main ul.eshop-cat-tree_level_2 > li > a > div.img_container img {
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
}
#lay_body.main ul.eshop-cat-tree_level_2 > li > a > span.eshop-cat-tree__item-name {
	display: block;
	width: 100%;
	height: 70px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 5px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
    overflow: hidden;
}
#lay_body.main ul.eshop-cat-tree_level_2 > li > a:hover > span.eshop-cat-tree__item-name {
	color: #fff;
	background: #273441;
}
/*
	PAGE
*/
#lay_body.pages {
	padding: 20px 20px 120px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 16px;
}
#lay_body.pages p{
	font-size: 16px;
}
#lay_body.pages ul{
	margin: 5px 5px 5px 50px;
	padding: 5px;
}
div.map {
	text-align: center;
	width: 600px;
	height: 450px;
	margin: 0 auto;
}
table.contacts td{
	padding: 10px 20px;
}
p.contacts a{
	background: #273441;
	color: #fff;
	padding: 3px 10px !important;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
p.contacts a:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8; 
}
form[name="search"] input[type="text"] {
	font-size: 20px;
	height: auto;
	padding: 10px 20px;
	min-width: 400px;
	border: 1px solid #273441;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
form[name="search"] input[type="text"]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
}
form[name="search"] input[type="submit"] {
	font-size: 20px;
	height: auto;
	padding: 10px 20px;
	width: 100px !important;
	border: 1px solid #273441;
	color: #fff;
	background: #273441;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
form[name="search"] input[type="submit"]:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8; 
}
div.search_info {
	display: inline-block;
	margin: 5px 0 30px;
	border: 1px solid #273441;
	min-width: 400px;
	padding: 2px 20px;
	background: #273441;
	color: #fff;
}
table.search_results td {
	border-top: 1px solid #273441;
	padding: 10px;
	box-sizing: border-box;
}
/*
	CATALOG MAIN
*/
#left_menu {
	background: #F8F8F8;
	margin: 10px;
	padding: 10px 10px 10px 0;
}
#left_menu ul {
	padding-left: 20px;
}
#left_menu ul.main_item {
	padding-left: 0;
}
#left_menu a.eshop-cat-tree__item-link {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	padding: 3px 5px !important;
}
#left_menu a.eshop-cat-tree__item-link:hover {
	background: rgba(0, 0, 0, 0.1);
}
#left_menu a.eshop-cat-tree__item-link.eshop-cat-tree__item-link_type_selected {
	background: #273441;
	color: #fff;
}

/*
	CATALOG PAGE
*/
.category-path > .category-path__link {
	background: #273441;
	color: #fff;
	padding: 5px 10px !important;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
   	display: inline-block;
    margin: 0 1px 2px 1px;
}
.category-path > .category-path__link:hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.category-path__link::after {
	border-left: 5px solid #F8F8F8;
}
.eshop-cat-list__container {
	padding: 0 10px 0 0;
}
.eshop-cat-small.eshop-cat-small_type_catalog {
	display: inline-block;
	width: 25%;
	height: 230px;
	vertical-align: top;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eshop-cat-small__content {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.eshop-cat-small__category-data {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.eshop-cat-small__name {
	display: block;
	line-height: 1;
	padding: 10px !important;
	box-sizing: border-box;
	text-align: center;
	height: 80px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.eshop-cat-small__name > span {
	padding-left: 5px;
}
.eshop-cat-small__category-data:hover .eshop-cat-small__name {
	background: rgba(39,52,65,0.9);
	color: #fff;
	padding: 10px !important;
}
.eshop-cat-small__visual {
	width: 100%;
	height: 140px;
	overflow: hidden;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eshop-cat-small__visual > a {
	width: 100%;
	height: 100%;
	display: block;
}
.eshop-cat-small__visual img {
	height: auto;
	width: 80%;
}
/*
	GOODS
*/
.eshop-item-list__container {
	padding: 0 10px 0 0;
}
.eshop-item-small {
	min-width: 25%;
}
.eshop-item-small.eshop-item-small_type_catalog {
	display: inline-block;
	width: 25%;
	height: 230px;
	vertical-align: top;
	padding: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#container.entire_width .eshop-item-small.eshop-item-small_type_catalog {
	width: 16.66%;
}
#container.entire_width .eshop-item-small {
	min-width: 16.66%;
}
.eshop-item-small__content {
	display: block;
	width: 100%;
	min-width: 100%;
	height: 100%;
	padding: 0;
	-webkit-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 1);
	box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.eshop-item-small__header {
	display: block;
	line-height: 1;
	padding: 10px !important;
	box-sizing: border-box;
	text-align: center;
	height: 60px;
	overflow: hidden;
	font-size: 15px;
	font-weight: 400;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
#container.entire_width   .eshop-item-small__header {
	height: 100px;
}
.eshop-item-small__header > a {
	display: block;
	width: 100%;
	height: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.eshop-item-small_type_catalog:hover .eshop-item-small__header {
	background: rgba(39,52,65,0.9);
	padding: 10px !important;
}
.eshop-item-small_type_catalog:hover .eshop-item-small__header a {
    color: #fff;
}
.eshop-item-small__visual {
	width: 100%;
	height: 160px;
	overflow: hidden;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#container.entire_width  .eshop-item-small__visual {
	height: 120px;
}
.eshop-item-small__visual > a {
	width: 100%;
	height: 100%;
	display: block;
}
.eshop-item-small__visual img {
	height: auto;
	width: 90%;
}
.eshop-item-small__prices,
.eshop-item-list__caption {
	display: none;
}
/*
	PAGINATION
*/
.pager {
	margin: 0 0 20px 6px;
	padding: 0 10px 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pager__content {
	float: none;
}
.pager__button_state_inactive, .pager__button_state_inactive:hover {
	background: #F8F8F8;
}
.pager__button_type_prev,
.pager__button_type_next {
	border-radius: 0;
}
.pager__button:hover {
	color: #273441;
}
.pager__button, .pager__button:visited {
	border: 1px solid #273441;
	font-size: 18px;
}
.pager__content span, .pager__content a, .pager__content span:hover, .pager__content a:hover {
	padding: 2px 7px 5px !important;
	height: 34px;
	width: 34px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pager__button_state_active, .pager__button_state_active:hover {
	background: #273441;
	color: #fff;
	text-shadow: none;
}
/*
	GOODS PAGE
*/
.eshop-item-detailed__box {
	display: none;
}
.eshop-item-detailed__visual {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 30%;
	padding: 10px 10px 10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.eshop-item-detailed__visual img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.eshop-item-detailed__description {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	width: 70%;
	padding: 10px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-indent: 15px;
}
.eshop-item-detailed__img-label {
	background: #273441;
	color: #fff;
	padding: 4px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.eshop-item-detailed__popup-link:hover .eshop-item-detailed__img-label {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.eshop-item-detailed__popup-link:hover img {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.MediaBox_zoom, .MediaBox_zoom a {
	font-style: normal;
	text-align: center;
	color: #273441;
}
.MediaBox_zoom a {
	text-decoration: underline !important;
}
.get_price_pdf {
	text-align: right;
	margin: 10px 20px;
}
.get_price,
.get_pdf {
	padding: 5px 10px;
	background: #273441;
	color: #fff;
	cursor: pointer;
	margin-left: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.get_pdf a {
	color: #fff;
}
.get_price:hover,
.get_pdf:hover {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.get_pdf_a { display: none; }
/*
	FEEDBACK
*/
img.kv_home {
	position: absolute;
    top: 50px;
    left: -107px;
    height: 200px;
    width: auto;
    z-index: 10;
}
.horizontal {
    width: 75%;
    bottom: 25px;
    right: 0px;
    height: 15px;
    position: absolute;
}
.horizontal:before {
    content: "";
    position: absolute;
    top: 0;
    right: -4px;
    height: 17px;
    width: 4px;
    background-color: #E1EEF3;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.horizontal.light {
    background: -moz-linear-gradient(left, rgba(225,238,243,0) 0%, rgba(225,238,243,1) 60%, rgba(225,238,243,1) 97%, rgba(225,238,243,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(225,238,243,0)), color-stop(60%,rgba(225,238,243,1)), color-stop(97%,rgba(225,238,243,1)), color-stop(100%,rgba(225,238,243,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(225,238,243,0) 0%,rgba(225,238,243,1) 60%,rgba(225,238,243,1) 97%,rgba(225,238,243,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(225,238,243,0) 0%,rgba(225,238,243,1) 60%,rgba(225,238,243,1) 97%,rgba(225,238,243,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(225,238,243,0) 0%,rgba(225,238,243,1) 60%,rgba(225,238,243,1) 97%,rgba(225,238,243,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(225,238,243,0) 0%,rgba(225,238,243,1) 60%,rgba(225,238,243,1) 97%,rgba(225,238,243,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e1eef3', endColorstr='#e1eef3',GradientType=1 ); /* IE6-9 */
}
.horizontal.medium {
    bottom: 75px;
    width: 60%;
    background: -moz-linear-gradient(left, rgba(113,197,230,0) 0%, rgba(113,197,230,0) 2%, rgba(113,197,230,1) 70%, rgba(113,197,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(113,197,230,0)), color-stop(2%,rgba(113,197,230,0)), color-stop(70%,rgba(113,197,230,1)), color-stop(100%,rgba(113,197,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(113,197,230,0) 0%,rgba(113,197,230,0) 2%,rgba(113,197,230,1) 70%,rgba(113,197,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(113,197,230,0) 0%,rgba(113,197,230,0) 2%,rgba(113,197,230,1) 70%,rgba(113,197,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(113,197,230,0) 0%,rgba(113,197,230,0) 2%,rgba(113,197,230,1) 70%,rgba(113,197,230,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(113,197,230,0) 0%,rgba(113,197,230,0) 2%,rgba(113,197,230,1) 70%,rgba(113,197,230,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071c5e6', endColorstr='#71c5e6',GradientType=1 ); /* IE6-9 */
}
.horizontal.medium:before {
    background-color: #71C5E6;
}
.horizontal.dark {
	bottom: 50px;  
    width: 45%;
    background: -moz-linear-gradient(left, rgba(84,144,172,0) 0%, rgba(84,144,172,1) 70%, rgba(84,144,172,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(84,144,172,0)), color-stop(70%,rgba(84,144,172,1)), color-stop(100%,rgba(84,144,172,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(84,144,172,0) 0%,rgba(84,144,172,1) 70%,rgba(84,144,172,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(84,144,172,0) 0%,rgba(84,144,172,1) 70%,rgba(84,144,172,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(84,144,172,0) 0%,rgba(84,144,172,1) 70%,rgba(84,144,172,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(84,144,172,0) 0%,rgba(84,144,172,1) 70%,rgba(84,144,172,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005490ac', endColorstr='#5490ac',GradientType=1 ); /* IE6-9 */
}
.horizontal.dark:before {
    background-color: #5490AC; 
}
.vertical {
    width: 15px;
    bottom: 0px;
    right: 350px;
    height: 75%;
    position: absolute;
}
.vertical:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -4px;
    height: 4px;
    width: 17px;
    background-color: #E1EEF3;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.vertical.light {
    background: -moz-linear-gradient(top, rgba(225,238,243,0) 0%, rgba(225,238,243,1) 60%, rgba(225,238,243,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(225,238,243,0)), color-stop(60%,rgba(225,238,243,1)), color-stop(100%,rgba(225,238,243,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(225,238,243,0) 0%,rgba(225,238,243,1) 60%,rgba(225,238,243,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(225,238,243,0) 0%,rgba(225,238,243,1) 60%,rgba(225,238,243,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(225,238,243,0) 0%,rgba(225,238,243,1) 60%,rgba(225,238,243,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(225,238,243,0) 0%,rgba(225,238,243,1) 60%,rgba(225,238,243,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e1eef3', endColorstr='#e1eef3',GradientType=0 ); /* IE6-9 */
}
.vertical.medium {
    right: 400px;
    height: 60%;
    background: -moz-linear-gradient(top, rgba(113,197,230,0) 0%, rgba(113,197,230,0) 2%, rgba(113,197,230,1) 70%, rgba(113,197,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(113,197,230,0)), color-stop(2%,rgba(113,197,230,0)), color-stop(70%,rgba(113,197,230,1)), color-stop(100%,rgba(113,197,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(113,197,230,0) 0%,rgba(113,197,230,0) 2%,rgba(113,197,230,1) 70%,rgba(113,197,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(113,197,230,0) 0%,rgba(113,197,230,0) 2%,rgba(113,197,230,1) 70%,rgba(113,197,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(113,197,230,0) 0%,rgba(113,197,230,0) 2%,rgba(113,197,230,1) 70%,rgba(113,197,230,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(113,197,230,0) 0%,rgba(113,197,230,0) 2%,rgba(113,197,230,1) 70%,rgba(113,197,230,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071c5e6', endColorstr='#71c5e6',GradientType=0 ); /* IE6-9 */
}
.vertical.medium:before {
	background-color: #71C5E6;  
}
.vertical.dark {
    right: 375px;
    height: 45%;
	background: -moz-linear-gradient(top, rgba(84,144,172,0) 0%, rgba(84,144,172,1) 70%, rgba(84,144,172,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(84,144,172,0)), color-stop(70%,rgba(84,144,172,1)), color-stop(100%,rgba(84,144,172,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(84,144,172,0) 0%,rgba(84,144,172,1) 70%,rgba(84,144,172,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(84,144,172,0) 0%,rgba(84,144,172,1) 70%,rgba(84,144,172,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(84,144,172,0) 0%,rgba(84,144,172,1) 70%,rgba(84,144,172,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(84,144,172,0) 0%,rgba(84,144,172,1) 70%,rgba(84,144,172,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005490ac', endColorstr='#5490ac',GradientType=0 ); /* IE6-9 */
}
.vertical.dark:before {
	background-color: #5490AC;  
}

.img_container img,
.eshop-cat-small__visual img,
.eshop-cat-small__visual-link img,
.eshop-item-small__visual-link img,
.img_container_page img { 
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
div#copyright {
    text-align: center;
    color: #fff;
    padding: 10px 0;
}
div#counters {
    padding: 0 20px;
}
div#counters img {
  height: 31px;
  width: auto;
  border: 1px solid #fff !important;
}