@charset "utf-8";
@font-face {
  font-family: 'MyriadPro-Cond';
  src: url('../fonts/MyriadPro-Cond.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Cond.otf')  format('opentype'),
	     url('../fonts/MyriadPro-Cond.woff') format('woff'), url('../fonts/MyriadPro-Cond.ttf')  format('truetype'), url('../fonts/MyriadPro-Cond.svg#MyriadPro-Cond') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-BoldCond';
  src: url('../fonts/MyriadPro-BoldCond.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-BoldCond.otf')  format('opentype'),
	     url('../fonts/MyriadPro-BoldCond.woff') format('woff'), url('../fonts/MyriadPro-BoldCond.ttf')  format('truetype'), url('../fonts/MyriadPro-BoldCond.svg#MyriadPro-BoldCond') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'MyriadPro-Cond';
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.last {
	margin-right:0 !important;
	padding-right:0 !important;
}
.container {
	width: 1000px;
	background-color: #FFF;
	margin: 0 auto;
}

.header {
	background-color: #000;
	height:120px;
	color:#fff;
}

.wrap {
	width:900px;
	margin:0 auto;
}
.logo {
	float:left;
	position:absolute;
	display:block;
	background:url(../images/logo.png) no-repeat center top;
	width:192px;
	height:317px;
	z-index:99;
	margin-top:-5px;
}
.logofoot {
	float:left;
	position:absolute;
	display:block;
	background:url(../images/foot_logo.png) no-repeat center top;
	width:118px;
	height:105px;
	z-index:1000;
}
.slug {
	color:#212c5f;
	font-size:37px;
	text-align:right;
	margin-top:10px;
}
.topr {
	width:705px;
	float:right;
}
.menusoc {
  width: 709px;
  height: 44px;
}
.menu {
	float:left;
	margin-left:25px;
}
.menu ul {
	margin-top:5px;
	height:33px;
	border-bottom:1px solid #fff;
}
.menu ul li {
	list-style:none;
	padding:5px 40px 5px 0px;
	float:left;
}
.menu ul li a {
	text-decoration:none;
	font-size:20px;
	color:#fff;
	text-transform:uppercase;
}
.soc {
  float: right;
  margin-top: 18px;
}
.soc a {
	float:left;
	display:block;
	margin-right:5px;
}
.soc a.vk {
	background:url(../images/soc.png) no-repeat 0 0;
	width:22px;
	height:22px;
}

.soc a.fb {
	background:url(../images/soc.png) no-repeat -29px 0;
	width:22px;
	height:22px;
}

.soc a.tw {
	background:url(../images/soc.png) no-repeat -57px 0;
	width:22px;
	height:22px;
}

.soc a.ml {
	background:url(../images/soc.png) no-repeat -85px 0;
	width:22px;
	height:22px;
}
.soc a.ok {
	background:url(../images/soc.png) no-repeat -112px 0;
	width:22px;
	height:22px;
}
.contsear {
  clear: both;
  margin-left: 24px;
  top: 10px;
  position: relative;
}
.contsear .contact {
	float:left;
}
.contsear .contact p {
	margin-bottom:0;
	color:#fff;
	font-size:22px;
}
.contsear .contact p.phone {
	background:url(../images/phone.png) no-repeat left center;
	padding-left:25px;
	font-size:26px;
}
.contsear .contact p.mess {
	background:url(../images/mess.png) no-repeat left center;
	padding-left:25px;
}
.contsear .search {
	float:right;
	width:448px;
	margin-top:13px;
}
.contsear .search input.txt {
  width: 441px;
  padding: 5px;
  height: 20px;
  border-radius: 20px;
  border: none;
  display: block;
  float:left;
}
.contsear .search input.btns {
  float: right;
  outline:none;
  display: block;
  position: relative;
  top: -28px;
  left: -1px;
  border:none;
  background:url(../images/btn_search.png) no-repeat center top;
  width:73px;
  height:26px;
  cursor:pointer;
}
.sliderwr {
	width:960px;
	margin:5px auto 15px auto;
	height:320px;
}
 .slider {
 z-index: 9;
 width: 960px;
 height: 320px;
 overflow: hidden;
 margin: 0 0 7px;
 position: relative;
 }
 .slider ul,
 .slider li {
 padding: 0;
 margin: 0;
 list-style-type: none;
 }
 .slider ul {
 width: 9999px; 
 }
 .slider ul li {
 list-style-type: none;
 float: left;
 width: 960px;
 height: 320px;
 }
 .slider .nav {
 position: absolute;
 left: 15px;
 bottom: 12px; 
 }
 .slider .nav span {
 opacity: 0.9;
 background: #fff;
 margin: 0 8px 0 0;
 width: 8px;
 height: 8px;
 border-radius: 0px;
 cursor: pointer;
 overflow: hidden;
 display: block;
 float: left;
 box-shadow: 0 1px 2px #000;
 }
 .slider .nav span.on {
 background: #d9d8d9;
 }
.content {
	padding: 10px 0;
}
.linetitle {
	background:#142860;
	padding:5px;
	font-size:28px;
	text-transform:uppercase;
	color:#fff;
	margin-bottom:10px;
}
.boxcat {
	min-height:165px;
	margin-bottom:30px;
	clear:both;
}
.boxprod {
  width: 110px;
  height: 130px;
  margin-right: 12px;
  float: left;
}
.boxprod img {
	max-width:100px;
	max-height:90px;
	display:block;
	margin:0 auto;
	width: auto;
}

a.ttl {
	text-transform:uppercase;
	color:#000;
	font-size:14px;
	font-family: 'MyriadPro-BoldCond';
}

.boxprod:hover a, a.ttl.active, a.ttl:hover {
	color:#d8020a;
	text-decoration:underline;
}

.newbox {
	width:155px;
	float:left;
	margin-right:14px;
	min-height:150px;
}
.newbox img {
	max-width:150px;
	max-height:100px;
	display:block;
	margin:0 auto;
}
.newictitle {
	width:150px;
}
.newbox .new_ic {
	font-family: 'MyriadPro-BoldCond';
	width:35px;
	padding:8px 5px;
	float:left;
	background:#d8020a;
	color:#fff;
}
.newbox .new_title {
	width:95px;
	padding:8px 5px;
	float:right;
	background:#142860;
	color:#fff;
}

.content-left {
	float:left;
	width:730px;
	margin-right:10px;
}
.content-right {
	float:right;
	width:760px;
	margin-left:10px;
}
.sidebar-l {
	width:220px;
	float:left;
}
.titlesb {
	color:#fff;
	background:#142860;
	padding:12px;
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
}
ul.sbnav {
}
ul.sbnav li {
	list-style-type:none;
	padding:13px;
	background:#e4e4e4;
	margin-bottom:2px;
	border-left:12px solid #c3c3c3;
}
ul.sbnav li:hover, ul.sbnav li.active  {
	border-left:12px solid #d8020a;
}
ul.sbnav li a {
	display:block;
	color:#000;
	text-decoration:none;
}
.sidebar-r {
	width:260px;
	float:right;
}
.sidebar-r .newictitle {
  width: 260px !important;
}
.sidebar-r .newbox .new_title {
  width: 205px !important; 
  }
.footer {
	position:relative;
	clear:both;
	padding: 35px 0 25px 0;
	height:111px;
	background-color: #000;
}
.contsear .footmenu {
  float: right;
  width: 448px;
  margin-top: 13px;
  padding-left: 29px;
}

.newsbox {
	padding:3px;
	float:left;
	width:350px;
	margin-right:9px;
	min-height:360px;
	margin-bottom:15px;
}
.newsbox:hover {
	box-shadow:0px 1px 3px 2px #ccc;
}
.newsbox img {
	display:block;
	margin:0 auto;
	max-width:350px;
	height:auto;
}
.newsbox span.date {
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}
.newsbox h3 {
	margin-bottom:5px;
}
.newsbox h3 a {
	text-decoration:none;
	color:#000;
}
.newsbox-sidebar  {
	margin-bottom:15px;
	border-bottom:1px dotted #ccc;
}
.newsbox-sidebar span.date {
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}
.newsbox-sidebar h3 {
	margin-bottom:5px;
}
.newsbox-sidebar h3 a {
	text-decoration:none;
	color:#000;
}
.newsbox-sidebar h3 a:hover,.newsbox h3 a:hover  {
	color:#da2914;
}
.postnews {
	border-bottom:1px dotted #ccc;
}
.postnews span.date {
	display:block;
	margin-top:5px;
	margin-bottom:5px;
}
.postnews img {
	display:block;
	margin:0 auto;
	max-width:730px;
	height:auto;
}
.postnews h3 a {
	text-decoration:none;
	color:#000;
}
.postnews  .soc {
	margin:15px 0px !important;
}
a.readmore {
	color:#da2914;
	display:block;
	text-decoration:none;
}
.contact  {
	padding-bottom:25px;
}
.contact span {
	padding-left:15px;
	line-height:28px;
	display:block;
}
.wrmin {
	width:645px;
	background:#e7e7e7;
	padding:5px;
	display:block;
	float:right;
	max-height: 40px;
}
.breadcrumbs {
	margin-bottom:145px;
	margin-top:10px;
}

.catalog .newbox {
	width:138px !important;
}
.catalog .newbox img {
  max-width: 130px !important;
  }
.catalog .newictitle {
	width:137px !important;
	font-size:14px;
  }
.catalog .newbox .new_ic {
  width: 127px !important;
  padding: 8px 5px;
  float: left;
  background: #505050 !important;
  color: #fff;
    font-family: 'MyriadPro-Cond' !important;

}
.catalog .newbox .new_title {
  width: 52px !important;
  padding: 8px 5px;
  float: right;
  background: #9c9c9c !important;
  color: #fff;
}


ul.vertmenu {
	
 padding:8px 0 0 0;
 text-transform: uppercase;
}
ul.vertmenu li { 
list-style-type:none;
	padding:13px;
	background:#e4e4e4;
	margin-bottom:2px;
	border-right:12px solid #c3c3c3;
}
ul.vertmenu li ul { 
 padding:0;
 margin:0; 
 display:none; 
 text-transform: none;
}
ul.vertmenu li ul li {
	background:none;
	border:none;
	padding: 10px 15px 5px;
}
ul#myvertmenu a {
 	display:block;
	color:#000;
	text-decoration:none;
}

ul#myvertmenu a.collapsed { 
 background:url(../images/rght.png) right 6px no-repeat; 
}

ul#myvertmenu li.active a {
	color: #d8020a;
}

ul#myvertmenu a.expanded {
 background:url(../images/dwn.png) right 6px no-repeat;
}


.footmenu  {
	border-left:1px solid #fff;
}
.footmenu ul {
  float: left;
  margin-right: 73px;
  margin-left: 10px;
}
.footmenu ul li {
	background:url(../images/bull.png) no-repeat left center;
	padding-left:15px;
	list-style:none;
}

.footmenu ul li a {
	font-size:17px;
	color:#fff;
}
.contact.foot {
	margin-top:16px;
}
.labelgray {
	padding:5px;
	color:#626262;
	background:#e4e4e4;
}
.labelgray.big {
	text-transform:uppercase;
	font-size:26px;
}
.left-product {
	float:left;
	width:360px;
}
.right-product .titlesb {
	margin-bottom:25px;
	color:#fff;
	background:#142860;
	padding:12px;
	text-transform:uppercase;
	font-size:18px;
	text-align:left !important;
} 
span.ttlft {
	float:left;
	display:block;
}
span.ttlrt{
	float:right;
	display:block;
}
.left-product img {
	max-width:360px;
	margin:0 auto;
	display:block;
}
.right-product {
	float:right;
	width:400px;
}
.desc {
	clear:both;
	border-bottom:2px solid #e4e4e4;
	min-height:25px;
	padding:10px 0px 0px 2px;
}

.desc .desc-l {
	min-width:195px;
	font-weight:bold;
	float:left;
}
.desc .desc-r {
	min-width:195px;
	float:left;
}
a.btnbuy {
	display:block;
	width:90px;
	height:20px;
	padding:5px;
	color:#fff;
	background:#c71915;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	font-size:16px;
	margin:15px auto;
}
.info_ic {
	  font-family: 'MyriadPro-BoldCond';
	background:url(../images/info_ic.png) no-repeat left center;
	padding-left:75px;
	min-height:55px;
	font-size:16px;
	text-transform:uppercase;
	margin:15px auto;
	width:50%;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


.pg-outer {
	clear: both;
	margin: 30px 0 20px 5px;
}
.pg-outer ul {
	display: inline-block;
	width: 90%;
}
.pg-outer .pg-next, .pg-outer .pg-prev {
	display: inline-block;
	height: 21px;
	vertical-align: top;
	width: 26px;
}
.pg-outer .pg-next a, .pg-outer .pg-prev a {
	display: block;
	height: 21px;
	width: 26px;
}
.pg-outer .pg-next {
	background: url("../images/b_arr_paging.gif") no-repeat scroll -26px 7px rgba(0, 0, 0, 0);
}
.pg-outer .pg-prev {
	background: url("../images/b_arr_paging.gif") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
}
.pg-outer ul li {
	display: inline-block;
	height: 21px;
	margin: 0 5px;
	text-align: center;
	width: 21px;
}
.pg-outer ul li a {
	display: block;
	margin-top: 2px;
	vertical-align: middle;
}
.pg-outer ul li.active {
	background: url("../images/b_bg_paging.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.pg-outer ul li.active a {
	color: #ffffff;
}

ul.prices-list {
	list-style-type: none;
	margin: 15px 0 0;
}
ul.prices-list li {
	background-repeat: no-repeat;
	display: block;
	height: 40px;
	margin: 0 0 10px;
	padding-left: 40px;
}
ul.prices-list li.xls {
	background-image: url("../images/icon-xls.gif");
}
ul.prices-list li.pdf {
	background-image: url("../images/icon-pdf.gif");
}
ul.prices-list li a {
	color: #2d71d1;
	position: relative;
	top: 2px;
}
ul.prices-list li span {
	color: #888888;
	display: block;
}

.newbox > a {
	display: block;
	height: 107px;
}


.sub-popup {
	background-color: #eaf2fc;
	border: 1px solid #9ac6f8;
	display: none;
	left: 50%;
	margin-left: -231px;
	padding: 9px 6px 6px;
	position: absolute;
	width: 714px;
	z-index: 100;
}

.sub-popup ul {
	height: auto;
}

.sub-popup ul li {
	float: none;
	margin: 0 0 1px;
	position: relative;
	padding: 0 1px 0 0;
}

.sub-popup .sub-popup-col {
	float: left;
}

.top-col-items {
	margin: 0 0 15px;
}

.sub-popup a {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #000000 !important;
	display: block;
	font-size: 14px !important;
	height: auto;
	padding: 0;
	text-transform: none;
	white-space: normal;
	text-transform: none !important;
}

.top-col-items a.title {
	border-bottom: 1px dashed #174291;
	color: #174291;
	display: block;
	height: 16px;
	margin-bottom: 4px;
	white-space: nowrap;
	font-weight: bold;
}

.top-col-items a.title:hover {
	text-decoration: none;
	color: #3074E0;
	border-color: #3074E0;
}

.top-col-items ul a:hover {
	color: rgba(248, 25, 47, 0.47) !important;
}

.sub-popup-col {
	width: 165px;
	margin: 0 6px;
}

.sub-popup .sub-popup-col {
	float: left;
}

ul.good-add-img {
	list-style-type: none;
	margin: 15px 0 0;
	padding: 0;
}
ul.good-add-img li {
	border: 1px solid #dddddd;
	display: inline-block;
	list-style-type: none;
	margin: 0 4px 4px 0;
	padding: 2px;
	width: 107px;
}
ul.good-add-img a {
	display: block;
	vertical-align: middle;
}
ul.good-add-img img {
	width: 105px;
}

.counters {
	bottom: 10px;
	left: 10px;
	position: absolute;
}

.boxcat-outer {
	height: 185px;
	overflow: hidden;
	width: 980px;
	position: relative;
}

.box-container {
	width: 30000px;
	height: 185px;
	position: absolute;
	left: 0;
}

.boxcat-hits, .boxcat-hits .box-container {
	height: 200px;
}
