/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #fd7405;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
body {
  color: #5A5A5A;
  font-size: 14px;
  line-height: 18px;
  font-family: arial;
}

.hidden{
    display: none;
}
.b-layout{background:#ffffff;}
/* b-form-radiobox */
.b-form-radiobox{
    position: relative;
    display: inline-block;
    padding-left: 18px;
    font-size: 14px;
    line-height: 18px;
}
.b-form-radiobox__input{
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
    cursor: pointer;
}
.b-form-radiobox__label{
    cursor: pointer;
}
.b-form-radiobox__input-fake{
    display: none;
}

/* b-form-checkbox */
.b-form-checkbox{
    position: relative;
    display: inline-block;
    padding-left: 18px;
    font-size: 14px;
    line-height: 18px;
}
.b-form-checkbox__input{
    position: absolute;
    left: 0;
    top: 2px;
    margin: 0;
    cursor: pointer;
}
.b-form-checkbox__label{
    cursor: pointer;
}
.b-form-checkbox__input-fake{
    display: none;
}

/* b-form-input */
.b-form-input{
    padding: 0 12px 0 0;
}
.b-form-input:after{
    display: block;
    clear: both;
    content: "";
}
.b-form-input__field{
    overflow: auto;
    float: left;
    width: 100%;
    height: 18px;
    margin: 0;
    padding: 5px;
    border: 1px solid #D2D2D2;
    outline: none;
    resize: none;
    background: #fff;
    font-size: 14px;
    line-height: 18px;
}
.b-form-input__field_height_140{
    height: 140px;
}

/* HEADER CONTAINER */
.header-container{
  margin: 0 auto;
  width: 980px;
  overflow:hidden;
}
.header-left{
  float: left;
  background: #fd7405;
}
.header-right{
  overflow: hidden;
}
.b-header-image {
  width: 720px;
  height: 357px;
  background: url(../images/header-img.jpg) no-repeat center top;
}
.wrapper {
  width: 980px;
  margin: 0 auto 55px;
  border-bottom: 1px solid #D2D2D2;
  border-top: 1px solid #D2D2D2;
}
.wrapper:after{
  display: block;
  clear: both;
  content: "";
}
.b-header-company-name__title {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 18px;
  padding: 10px 5px 29px;
  text-align: center;
  max-width: 400px;
}
.b-header-company-name__logo {
  background: #fd7405;
  display: block;
  padding: 30px 10px 0;
  text-align: center;
  min-height: 50px;
}
.b-header-company-name__logo img{
  max-width: 400px;
}
.b-company-header-phone {
  float: right;
  overflow: hidden;
  margin: 24px 20px 20px;
}
.b-company-header-phone__text {
  font-size: 20px;
  vertical-align: middle;
}
.b-company-header-phone__icon {
  background: url("../images/header-phone-icon.png") no-repeat scroll 0 0 transparent;
  height: 25px;
  width: 37px;
  display: inline-block;
  vertical-align: middle;
}
/* HEADER SEARCH */
.b-sidebar-search {
  float: right;
  width: 210px;
  margin: 20px 0;
}
.b-sidebar-search__field {
  border-color: #D2D2D2;
  border-image: none;
  border-style: solid none solid solid;
  border-width: 1px medium 1px 1px;
  float: left;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 5px 0 5px 5px;
  width: 167px;
  outline: none;
}
.b-sidebar-search__button {
  background: url("../images/search.gif") no-repeat scroll 0 0 transparent !important;
  border: medium none;
  cursor: pointer;
  float: right;
  font-size: 0;
  height: 37px;
  margin: 0 !important;
  width: 37px;
}
.b-sidebar-search__button:hover {
  background-position: 0 -37px !important;
}
/* HEADER MENU*/
.b-menu {
  float: right;
  clear: right;
  width: 100%;
  margin: 15px 0;
}
.b-menu__container {
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
  display: table;
}
.b-menu__item {
  display: table-cell;
  height:40px;
  text-align: center;
  vertical-align: middle;
  list-style: none outside none;
  margin: 0;
  padding: 10px;
}
.b-menu__item + .b-menu__item{border-left: 1px solid #dddddd;}
.b-menu__item_type_selected .b-menu__link {
  color: #fd7405;
}
.b-menu__link {
  color: #4E4D4D;
  display: block;
  font-size: 17px;
  line-height: 21px;
  text-decoration: none;
}
.b-menu__link:hover,
.b-menu__link:active {
  color: #fd7405;
}
.b-menu__item_type_selected {
  color: #fd7405;
}
/* ASIDE */
.aside {
  width: 240px;
  float: left;
  padding:10px 1px 20px 0;
  margin:0 -1px 0 0;
  border-right:1px solid #D2D2D2;
}
.b-title{
  color: #313131;
  font-size: 19px;
  font-weight: normal;
  line-height: 25px;
  margin-bottom: 23px;
  padding: 14px 0 0;
  text-transform: none;
}
.b-sidebar-menu {
  margin-bottom: 20px;
}
.b-content {
  margin-bottom: 20px;
  padding: 11px 0 0;
}
.b-company-info__label {
  font-weight: bold;
}
/* SIDEBAR MENU */
.b-sidebar-menu__submenu {
  position: relative;
}
.b-sidebar-menu__subitem {
  border-bottom: 1px solid #D2D2D2;
  padding: 9px 0 9px 19px;
  width: 195px;
}
.b-sidebar-menu__subitem_pos_last {
  border: medium none;
}
.b-sidebar-menu__item {
  border-bottom: 1px solid #D2D2D2;
  padding: 9px 0;
  width: 214px;
}
.b-sidebar-menu__item_type_active,
.b-sidebar-menu__subitem_type_active {
  color: #fd7405;
}
.b-sidebar-menu__link {
  color: #4e4d4d;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
}
.b-sidebar-menu__link:hover {
  color: #fd7405;
}
.b-sidebar-menu__sublink {
  color: #737373;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
  text-transform: none;
}
.b-sidebar-menu__sublink:hover {
  color: #fd7405;
}
.b-sidebar-menu__counter {
  color: #fd7405;
  font-weight: bold;
}
.b-sidebar-menu__subcounter {
  color: #fd7405;
  font-weight: normal;
}
.b-company-info__label {
  color: #fd7405;
}
.b-company-info__item {
  color: #4e4d4d;
  font-size: 14px;
  margin-bottom: 15px;
}
.b-company-info__description,
.b-company-info__ext-number{
	display:block;
	color:#ababab;
	font-size:12px;
	line-height:14px;
}
.js-phones-li{
	margin: 0 0 10px;
}
/* CONTENT */
.content {
  float: right;
  width: 708px;
  padding: 10px 0 0 30px;
  border-left: 1px solid #D2D2D2;
}

.b-navigate__all-products:hover {
  color: #313131;
}
.b-centered-image {
  display: block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
}
.b-centered-image__img {
  border: 0 none;
  vertical-align: middle;
}
/* buttons */
.b-button-colored_type_do-order,
.b-one-click-order,
.b-partnerships-prices,
.b-button-colored_type_send-request-small,
.b-custom-button,
.b-portfolio .b-button-colored,
.b-button-colored_type_add-review{
	display:inline-block;
	background:#fd7405;
	cursor:pointer;
	margin:0 10px 5px 0px;
	padding:5px 10px;
	color:#FFF;
	border:0 none;
	outline:none;
	text-align:center;
	text-decoration:none;
}
.b-button-colored_type_do-order:hover,
.b-one-click-order:hover,
.b-partnerships-prices:hover,
.b-button-colored_type_send-request-small:hover,
.b-custom-button:hover,
.b-portfolio .b-button-colored:hover,
.b-button-colored_type_add-review:hover{
	background: #313131;
}
.b-custom-button_type_range-filter{
	margin: 0;
	padding: 5px;
}
.b-custom-button_type_range-filter .b-custom-button__text{
	display: none;
}
.b-custom-button_type_range-filter .b-custom-button__icon{
	display:block;
	width:20px;
	height:20px;
	background:url(../images/btn-range-filter.png) no-repeat;
}



.b-button-colored__text{
	font-size: 14px;
}
.b-button-colored,
.b-contact-info__partner-prices{
	cursor: pointer;
}
.b-button-colored_loc_product{
	padding:5px 19px 5px;
}
.b-product__action-links {
	display:inline;
}
.b-partnerships-prices {
	text-align:center;
}
.b-button-colored__info{display:none;}

/* BREADCRUMB */
.b-breadcrumb {
  margin-bottom: 20px;
  overflow: hidden;
  width:95%;
  white-space: nowrap;
}
.b-breadcrumb__bar{
    float: left;
}
.b-breadcrumb__item,
.b-breadcrumb__current {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.b-breadcrumb__current {
  color: #fd7405;
}
.b-breadcrumb__link {
  color: #313131;
  text-decoration: none;
  cursor: pointer;
}
.b-breadcrumb__link:hover {
  color: #fd7405;
}
.b-breadcrumb__arrow {
  margin-left: 5px;
  margin-right: 5px;
}

/* PRODUCT GROUPS */
.b-product-groups__title-link{
    color: #313131;
    font-size: 17px;
    line-height: 19px;
    text-decoration: none;
}
.b-product-groups__title-link:hover{
    color: #fd7405;
}
.b-product-groups__counter{
    margin-left: 4px;
    color: #fd7405;
    font-size: 17px;
    line-height: 19px;
}
.b-product-groups_view_gallery{
    width: 714px;
    margin: 0 0 0 -6px;
}
.b-product-groups_view_gallery .b-product-groups__item{
    position: relative;
    display: inline-block;
    width: 208px;
    margin: 0 2px 10px 6px;
    padding: 10px 10px 25px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 2px 2px 0 #ddd;
    -moz-box-shadow: 2px 2px 0 #ddd;
    box-shadow: 2px 2px 0 #ddd;
    background-color: #fff;
    vertical-align: top;
    text-align: center;
}
.b-product-groups_view_gallery .b-product-groups__image-link{
    display: block;
    width: 200px;
    height: 200px;
    margin: 0 auto 10px;
    line-height: 198px;
}
.b-product-groups_view_gallery .b-product-groups__image{
    vertical-align: middle;
}
.b-product-groups_view_gallery .b-product-groups__title{
    position: relative;
    overflow: hidden;
    height: 57px;
}
.b-product-groups_view_gallery .b-product-groups__title:after{
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 19px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    content: "";
}
:root .b-product-groups_view_gallery .b-product-groups__title:after{
    filter: none\9;
}
.b-product-groups_view_gallery .b-product-groups__counter{
    z-index: 2;
    position: absolute;
    right: 5px;
    bottom: 5px;
}
.b-product-groups_view_gallery .b-product-groups__subgroups{
    display: none;
}
.b-product-groups_view_list .b-product-groups__item:first-child{
    padding-top: 0;
    margin-top: 0;
    border-top: 0 none;
}
.b-product-groups_view_list .b-product-groups__item{
    overflow: hidden;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
}
.b-product-groups_view_list .b-product-groups__title{
    display: inline;
}
.b-product-groups_view_list .b-product-groups__image-link{
    float: left;
    width: 150px;
    margin: 0 20px 0 0;
    text-align: center;
}
.b-product-groups_view_list .b-product-groups__image{
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.b-product-groups_view_list .b-product-groups__wrap{
    overflow: hidden;
}
.b-product-groups_view_list .b-product-groups__counter:before{
    content: "(";
}
.b-product-groups_view_list .b-product-groups__counter:after{
    content: ")";
}
.b-product-groups_view_list .b-product-groups__subgroups{
    margin-top: 5px;
}

/* b-product-subgroups */
.b-product-subgroups{
    display: inline;
    font-size: 15px;
}
.b-product-subgroups__item{
    display: inline;
}
.b-product-subgroups__item:before{
    margin-right: 5px;
    content: ",";
}
.b-product-subgroups__item:first-child:before{
    margin-right: 0;
    content: "";
}
.b-product-subgroups__item_display_hidden{
    display: none;
}
.b-product-subgroups__link{
    text-transform: lowercase;
}

/* b-product-subgroups-more */
.b-product-subgroups-more{
    margin-left: 7px;
    cursor: pointer;
}


/* CATALOG PANEL*/
.b-catalog-panel{
	width:100%;
	margin:20px 0 0;
}
.b-catalog-panel:after{
	display:block;
	clear:both;
	content:"";
}
.b-catalog-panel__pagination{float:left;}
.b-catalog-panel__perpage-type{
	float:right;
	margin:11px 0;
}
.b-catalog-panel_loc_top{
	width:auto;
	padding:20px 15px;
	margin:20px 0 10px;
	background:#fd7405;
	color:#fff;
}
.b-catalog-panel__sort-type{
	float:left;
	font-weight:bold;
}
.b-catalog-panel__view-as{
	float:right;
	margin:4px 0 4px 10px;
}
.b-catalog-panel__icon{
	display:block;
	height: 16px;
	width: 17px;
	background:url(../images/product_view.png) no-repeat;
}
.b-catalog-panel__view-as_type_gallery .b-catalog-panel__icon{background-position:0 -16px;}
span.b-catalog-panel__view-as_type_gallery .b-catalog-panel__icon,
.b-catalog-panel__view-as_type_gallery .b-catalog-panel__icon:hover{background-position:0 0;}
.b-catalog-panel__view-as_type_list .b-catalog-panel__icon{background-position:0 -48px;}
span.b-catalog-panel__view-as_type_list .b-catalog-panel__icon,
.b-catalog-panel__view-as_type_list .b-catalog-panel__icon:hover{background-position:0 -32px;}
.b-catalog-panel__icon-bg{display:none;}
.b-catalog-panel__label{display:none;}

/* PAGER */
.b-pager {
  margin: 10px 0;
}
.b-pager__link {
  background: #FFFFFF;
  border: 1px solid #D5CFCF;
  color: #313131;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
}
.b-pager__link:hover {
  background: #E4E4E4;
}
.b-pager__link_type_current:hover,
.b-pager__link_type_current{
  background: #fd7405;
  border: 1px solid #454545;
  color: #FFFFFF;
  display: inline-block;
  padding: 3px 8px;
}
.b-info-table__cell_width_200,
.b-delivery-info__title {
  font-weight: bold;
}
.b-delivery-info__item {
  list-style: circle inside none;
  margin-left: 10px;
}
/* PHOTO FOLDER and CERTIFICATES FOLDER */
.b-certificates-folders,
.b-photos-folders {
  overflow: hidden;
  width: 712px;
  margin: 0 -2px 35px;
  border-bottom: 1px solid #D5CFCF;
}
.b-certificates-folders__item,
.b-photos-folders__item {
  width: 160px;
  min-height: 146px;
  display: inline-block;
  margin: 0 4px 50px;
  text-align: center;
  padding: 25px 5px 5px;
  vertical-align: top;
  position: relative;
}
.b-certificates-folders__link,
.b-photos-folders__link {
  text-decoration: none;
}
.b-certificates-folders__link:hover,
.b-photos-folders__link:hover {
  color: #313131;
}
.b-certificates-folders__count,
.b-photos-folders__count {
  background: url("../images/gallery-icon.png") no-repeat scroll 0 0 transparent;
  height: 25px;
  line-height: 12px;
  padding-left: 18px;
  position: absolute;
  right: 15px;
  top: 6px;
  width: 25px;
}
.b-certificates-folders__photo,
.b-photos-folders__photo {
  width: 100px;
  line-height: 100px;
  display: block;
  margin: auto;
}

/* PHOTOS and CERTIFICATES */
.b-certificates,
.b-photos {
    width: 762px;
    margin: 0 -27px;
}
.b-certificates__item,
.b-photos__item {
  display: inline-block;
  margin: 0 27px 30px;
  margin-bottom: 30px;
  text-align: center;
  vertical-align: top;
  width: 200px;
}
.b-certificates__link,
.b-photos__link{
    display: block;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: 0 0 5px;
    font-size: 1px;
    line-height: 200px;
    text-decoration: none;
}
.b-certificates__link:after,
.b-photos__link:after{
    display: inline-block;
    width: 0;
    vertical-align: middle;
    content: "\00a0"
}
.b-certificates__image,
.b-photos__image{
    vertical-align: middle;
}

/* PRICE LISTS*/
.b-price-list__item {
  float: left;
  margin-right: 20px;
  width: 200px;
  text-align: center;
}
.b-price-list__link,
.b-price-list__download-link {
  color: #313131;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
}
.b-price-list__link:hover,
.b-price-list__download-link:hover {
  color: #fd7405;
}
/* NEWS */
.b-news-group .b-navigate,
.b-articles-group .b-navigate{
    margin: 10px 0 50px;
    text-align: right;
}
.b-news-group__header-link,
.b-articles-group__header-link {
  color: #313131;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 20px;
  text-decoration: none;
}
.b-news-group__header-link:hover,
.b-articles-group__header-link:hover {
  color: #fd7405;
}
.b-news-group__item,
.b-news-list__item,
.b-articles-group__item,
.b-articles-list__item,
.b-promo-list__item {
  border-bottom: 1px solid #D5CFCF;
  margin-bottom: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.b-news-group__header {
  display: block;
}
.b-news-group__title-link {
  font-weight: bold !important;
}
.b-news-group__link,
.b-news-group__title-link,
.b-news-list__title-link,
.b-news-list__link,
.b-articles-group__title-link,
.b-articles-group__link,
.b-articles-list__title-link,
.b-articles-list__link,
.b-promo-list__link,
.b-jobs__link,
.b-partner-table__link {
  color: #fd7405;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
}
.b-news-group__link:hover,
.b-news-group__title-link:hover,
.b-news-list__title-link:hover,
.b-news-list__link:hover,
.b-articles-group__title-link:hover,
.b-articles-group__link:hover,
.b-articles-list__title-link:hover,
.b-articles-list__link:hover,
.b-promo-list__link:hover,
.b-jobs__link:hover,
.b-partner-table__link:hover {
  color: #313131;
}

.b-news-list__image-holder,
.b-articles-list__image-holder,
.b-articles-group__image-link,
.b-news-group__image-link{
    overflow: hidden;
    float: left;
    width: 100px;
    margin: 0 20px 0 0;
}
.b-news-list__image,
.b-articles-list__image,
.b-news-group__image,
.b-articles-group__image{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.b-navigate {
  margin: 10px 0;
}
.b-article-view__image {
  float: left;
  margin-bottom: 20px;
  margin-right: 20px;
}

/* JOBS */
.b-jobs__table-row,
.b-partner-table__row {
  border-bottom: 1px solid #D5CFCF;
}
.b-jobs__table-header {
  font-weight: bold;
  padding-bottom: 10px;
}
.b-jobs__date {
  display: block;
  margin: 10px;
}
.b-jobs__table-cell,
.b-partner-table__cell {
  padding-bottom: 10px;
}
.b-jobs__link {
  margin: 10px;
}
/* RECENT VACANCIES */
.b-recent-vacancies__list{
    display: table;
    width: 100%;
    margin-bottom: 5px;
}
.b-recent-vacancies__item{
    display: table-row;
}
.b-recent-vacancies__cell{
    display: table-cell;
    padding: 10px;
    vertical-align: top;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #D5CFCF;
}
.b-recent-vacancies__item:first-child .b-recent-vacancies__cell:before{
    display: block;
    text-align: center;
    font-weight: bold;
    margin: -10px -10px 10px;
    padding: 10px;
    border-bottom: 1px solid #D5CFCF;
    content: "Дата";
}
.b-recent-vacancies__item:first-child .b-recent-vacancies__cell +
.b-recent-vacancies__cell:before{
    display: block;
    text-align: center;
    font-weight: bold;
    margin: -10px -10px 10px;
    padding: 10px;
    border-bottom: 1px solid #D5CFCF;
    content: "Название вакансии";
}
.b-recent-vacancies__item:first-child .b-recent-vacancies__cell +
.b-recent-vacancies__cell +
.b-recent-vacancies__cell:before{
    display: block;
    text-align: center;
    font-weight: bold;
    margin: -10px -10px 10px;
    padding: 10px;
    border-bottom: 1px solid #D5CFCF;
    content: "Описание";
}
.b-recent-vacancies__show-all-link:after{
    content: "\00a0\2192";
}
.b-recent-vacancies__date{
    display: block;
    text-align: center;
}

/* PARTNERS */
.b-partner-table__cell {
  padding-right: 20px;
  padding-top: 10px;
}
/* PRODUCT */
.b-product {
  margin: 10px 0 30px;
}
.b-product .b-layout__clear{
	width: 100%;
}
.b-product .b-layout__clear:after{
	display: block;
	clear: both;
	content: "";
}
.b-product__image-panel {
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.b-product__image-panel .b-layout__clear {
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid #D5CFCF;
  line-height: 40px;
}
.b-product__image {
  border: 1px solid #D5CFCF;
  padding: 2px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  position: relative;
  overflow: hidden;
}
.b-product__image .b-centered-image__align-fixer {
  display: none;
}
.b-product__data {
  color: #fd7405;
  font-size: 12px;
  margin:0 0 10px;
}
.b-product__selling-type,
.b-product__sku{
  margin-left: 5px;
  padding-left: 5px;
  border-left:1px solid #d2d2d2;
}

.b-product__price,
.b-product__name{
  color: #313131;
  font-size: 19px;
  font-weight: normal;
  line-height: 19px;
}
.b-product__phone-info{
	margin:10px 0;
	font-weight:bold;
	color:#000;
}
.b-product__name{
	margin:0 0 10px;
}
.b-product__drop-phones{margin:10px 0;}
.b-product__price-info{
	margin: 10px 0;
}
.b-product__price_type_old {
  text-decoration: line-through;
  font-size: 14px;
}
.b-product__sundry{margin:20px 0;}
.b-product__info-holder {
  position: relative;
  margin-left: 226px;
}

.b-product__wholesale-list {
  overflow: auto;
  margin-bottom: 10px;
  display: none;
}
.b-data-list__name {
  float: left;
  font-weight: bold;
  margin-right: 15px;
}
.b-product-attributes__cell {
  padding: 5px 10px 5px 0;
  border-bottom: 1px solid #D5CFCF;
}
.b-sundry__item {
  display:inline;
  cursor: pointer;
  margin-right: 10px;
  color: #fd7405;
  border-bottom:1px dotted;
}
.b-sundry__item:hover {
  color: #313131;
}
.b-online-payment {
  overflow: hidden;
  border: 1px solid #d2d2d2;
  padding: 5px;
}
.b-online-payment__item {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}
.b-user-content {
  margin: 10px 0;
  font-size: 14px;
  color: #313131;
}
.b-user-content:after{
  display: block;
  clear: both;
  content: "";
}
.b-user-content img{
  max-width: 100%;
  height: auto !important;
}
.b-user-content a {
  color: #fd7405;
  text-decoration: underline;
}
.b-user-content a:hover {
  color: #313131;
  text-decoration: none;
}
.b-user-content strong{
  font-weight: 700
}
.b-user-content em{
  font-style: italic
}
.b-user-content table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid;
  border-color: inherit;
  word-wrap: break-word;
}
.b-user-content tbody {
  border: inherit;
}
.b-user-content tr {
  border: inherit;
}
.b-user-content th {
  border: inherit;
  padding: 5px;
  background: #cccccc;
}
.b-user-content td {
  border: inherit;
  padding: 5px;
}
.b-user-content th img, .b-user-content td img {
  max-width: 100%;
  height: auto;
}
.b-user-content th ul, .b-user-content td ul {
  margin-left: 35px;
}
.b-user-content h2 {
  padding: 10px 0;
  font-size: 18px;
  line-height: 1.1em;
}
.b-user-content h3 {
  background: none;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.12em;
}
.b-user-content img {
  max-width: 100%;
  height: auto !important;
}
.b-user-content dl {
  margin: 8px 0;
  padding: 0 20px;
}
.b-user-content ul {
  margin: 8px 0;
  padding: 0 20px;
  list-style-type: none;
  *list-style-type: disc;
  list-style-position: outside;
  *list-style-position: inside;
  list-style-image: none;
}
.b-user-content ul > li:before {
  float: left;
  margin: 0 8px 0 0;
  font-size: 18px;
  content: "\2022";
}
.b-user-content ul li ul {
  *list-style-type: circle;
}
.b-user-content ul li li:before {
  content: "◦";
  font-size: 19px;
}
.b-user-content li > ol, .b-user-content li > ul {
  padding-left: 20px;
}
.b-user-content ol {
  margin: 8px 0;
  padding: 0 20px;
  list-style-type: none;
  *list-style-type: decimal;
  list-style-position: outside;
  *list-style-position: inside;
  list-style-image: none;
  counter-reset: item;
}
.b-user-content ol > li:before {
  float: left;
  margin: 0 4px 0 0;
  counter-increment: item;
  content: counters(item,".") ".";
}
.b-user-content > p:first-child {
  margin-top: 0;
}
.b-user-content p {
  margin: 8px 0;
}
.b-user-content hr {
  border-width: 1px 0 0;
  border-color: #222222;
  border-style: solid;
}
.b-product-attributes__header {
  float: left;
  font-weight: bold;
  margin-bottom: 5px;
}
.b-order-info__item {
  color: #fd7405;
  font-size: 16px;
}
.b-product__additional-holder{
    overflow: hidden;
    margin-bottom: 10px;
}
.b-product__additional-image {
  float: left;
  margin-left: 4px;
  margin-right: 4px;
  width: 43px;
  line-height: 43px;
}
.b-product__additional-image:hover {
  opacity: 0.7;
}
.b-product__additional-images {
  overflow: hidden;
  width: 154px;
  margin: 4px auto 0;
}
.b-product__additional-images-container {
  overflow: hidden;
  width: 9999px;
}
.b-product__additional-button {
  overflow: hidden;
  float: left;
  width: 0;
  height: 0;
  margin: 14px -12px 0 5px;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent;
  border-right-color: #fd7405;
  cursor: pointer;
}
.b-product__additional-button:first-child {
  float: right;
  display: block;
  margin: 14px 5px 0 -12px;
  border-width: 7px 0 7px 7px;
  border-left-color: #fd7405;
}
.b-product__additional-button:first-child + .b-product__additional-button {
  display: none;
}
.b-product__all-prices{
  cursor: pointer;
  color: #fd7405;
  display: inline-block;
  margin-bottom: 10px;
}
.b-product__all-prices:hover{
  color: #313131;
}

/* COMMENTS */
.b-deal-confirm{
    color: #FD7405;
    cursor: pointer;
    border-bottom: 1px dotted;
}
.b-deal-confirm:hover{
    border-bottom: 0 none;
}

.b-comments-info{
    margin-bottom: 30px;
}
.b-comments-info .b-deal-confirm{
    margin: 0 0 0 5px;
}
.b-comments-info__hidden{
    display: none;
}
.b-comments-info__list{
    list-style: disc;
    margin-left: 20px;
}
.b-comments-info__item a{
    margin-left: 4px;
}
.b-comments-info__more{
    cursor: pointer;
}
.b-comments-info__positive-count{
    margin-left: 4px;
}
.b-comments-info__positive-count:before{
    content: "(";
}
.b-comments-info__positive-count:after{
    content: ")";
}

.b-comments-button{
    margin-bottom: 30px;
}

.b-comments__item{
    width: 100%;
    margin-bottom: 30px;
}
.b-comments__item:after{
    display: block;
    clear: both;
    content: "";
}
.b-comments__item:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: 0 none;
}
.b-comments__left-column{
    float: left;
    width: 200px;
    margin: 0 8px 0 0;
}
.b-comments__right-column{
    overflow: hidden;
    padding: 10px 20px;
    border: 1px solid #D2D2D2;
}

.b-comments__inner-holder{
    overflow: hidden;
}
.b-comments__author-anonym,
.b-comments__author-name{
    display: block;
    font-size: 15px;
    line-height: 20px;
}
.b-comments__author-name a{
    margin-left: 4px;
}
.b-comments__author-registered{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding-left: 28px;
    cursor: default;
    background: url(../images/author-icon.png) no-repeat -3px -2px;
    color: #fd7405;
}
.b-comments__date{
    display:block;
    font-size: 14px;
    line-height: 20px;
    padding-left: 28px;
    margin: 10px 0;
    background: url(../images/date-icon.png) no-repeat -2px -2px;
}
.b-comments__confirmation{
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.b-comments__additional-info{
    border-top: 1px solid #dbdbdb;
    margin: -1px 0;
}
.b-comments__text{
    margin: 10px 0;
}
.b-comments__caption,
.b-comments__caption-negative,
.b-comments__caption-positive{
    display: block;
    font-weight: bold;
    color: #fd7405;
}
.b-comments__caption-positive{
    color: #55b50f;
}
.b-comments__caption-negative{
    color: #f7472b;
}
.b-comments__feedback{
    float: left;
    clear: both;
    width: 100%;
    padding-top: 20px;
}
.b-comments__feedback-item{
    margin-top: 8px;
    border-bottom: 1px solid #d2d2d2;
}
.b-comments__feedback-item:first-child{
    margin-top: 0;
}

.b-product-comments{
    margin-bottom: 30px;
}

.b-total-rating{
    margin: 0 0 10px;
}
.b-total-rating .b-rating{
    display: inline-block;
    vertical-align: middle;
}
.b-total-rating .b-rating:before{
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    content: "Общая оценка:"
}

.b-rating{
    line-height: 14px;
    font-size: 12px;
}
.b-rating__body{
    width: 74px;
    vertical-align: middle;
    display: inline-block;
    height: 14px;
    position: relative;
}
.b-rating__pattern {
    background: url("../images/rating__bar.png") no-repeat scroll 0 0 transparent;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.b-rating__bar{
    position: absolute;
    left: 0;
    top: 0;
    background: #fd7405;
    height: 100%;
}
.b-rating__status-text{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #949494;
}

/* FAQ */
.b-faq__title {
  color: #fd7405;
  font-weight: bold;
}

/* GIFT */
.b-gift-items {
  border: 1px solid #D5CFCF;
  padding: 10px;
}
.b-gift-items__sticker {
  color: #fd7405;
  text-transform: uppercase;
}
/* PRODUCT INFO TABLE */
.b-product-info{
    width: 100%;
}
.b-product-info__header {
  font-weight: bold;
}
.b-product-info__cell {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  padding-right: 20px;
  padding-top: 5px;
}
/* PRODUCTS SIZE & COLOR */
.b-product-mods__title {
  font-weight: bold;
  padding: 3px 0;
}
.b-button_size_small {
  margin-bottom: 10px;
}
.b-product-label {
  position: absolute;
  z-index: 10;
  left: -24px;
  bottom: 20px;
  width: 109px;
  background: #fd7405;
  color: #ffffff;
  line-height: 21px;
  font-size: 11px;
  text-align: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.b-product-mods__button {
  display: inline-block;
  margin: 0 0 4px;
  padding: 4px 5px 3px;
  color: #313131;
  cursor: pointer;
  border: 1px solid #d2d2d2;
}
.b-product-mods__button-text {
  display: block;
  font: normal 13px/14px arial, sans-serif;
  text-transform: uppercase;
}
.b-product-mods__grid {
  width: 100%;
}
.b-product-mods__grid-item {
  width: 50%;
}
.b-product-mods__grid-item .b-product-mods__drop-down,
.b-product-mods__grid-item .b-product-mods__title {
  margin-left: 20px;
}
.b-product-mods__grid-item:first-child .b-product-mods__drop-down,
.b-product-mods__grid-item:first-child .b-product-mods__title {
  margin-right: 20px;
  margin-left: 0;
}
.b-custom-drop-down {
  position: relative;
  padding: 7px 24px 5px 10px;
  border: 1px solid #d2d2d2;
  color: #313131;
  cursor: pointer;
}
.b-custom-drop-down:hover {
  border: 1px solid #282828;
}
.b-custom-drop-down__input {
  display: none;
}
.b-custom-drop-down__value {
  overflow: hidden;
  display: block;
  font: normal 13px/14px arial, sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
}
.b-custom-drop-down__arrow {
  position: absolute;
  right: 8px;
  top: 50%;
  margin: -3px 0 0;
  border-width: 7px 4px 0;
  border-style: solid;
  border-color: #fd7405 transparent transparent;
}
.b-custom-drop-down_state_active .b-custom-drop-down__arrow {
  border-width: 0 4px 7px;
  border-color: transparent transparent #fd7405;
}
.b-custom-drop-down__list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  overflow: auto;
  display: none;
  max-height: 120px;
  margin: 1px 0 0;
  padding: 1px;
  list-style: none;
  z-index: 1;
  border: 1px solid #282828;
  border-width: 0 1px 1px 1px;
  background: #ffffff;
}
.b-custom-drop-down__list-item {
  padding: 4px 10px;
  font-size: 12px;
  line-height: 14px;
  color: #313131;
  text-transform: uppercase;
}
.b-custom-drop-down__list-item:hover {
  background: #fd7405;
  color: #ffffff;
}
.b-product-mods__button:hover,
.b-product-mods__button_state_active {
  background: #fd7405;
  color: #ffffff;
}
.icon-help {
  width: 16px;
  height: 16px;
  display: inline-block;
  zoom: 1;
  background: url(../images/icon-info.png) no-repeat 0 0;
  vertical-align: middle;
  cursor: pointer;
}

.b-facilities__item {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.b-facilities__text {
  margin-left: 10px;
  font-size: 13px;
  line-height: 16px;
  vertical-align: middle;
  display: inline-block;
}
.b-facilities__icon {
  width: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
}
.icon-delivery-free {
  background: url(../images/icon-free-shipping.png) no-repeat 0 0 #fd7405;
}
.icon-nova-poshta {
  background: url(../images/icon-nova-poshta.png) no-repeat 0 0 #fd7405;
}
.b-header-image {
  width: 980px;
  height: 270px;
  margin: auto;
  background: url(../images/header-img.jpg) no-repeat center top;
}
.b-centered-image__align-fixer {
  display: none;
}

.b-gift-items__item {
  display: inline-block;
  width: 165px;
  margin: 5px 6px 5px 0;
  vertical-align: top;
  text-align: center;
}
.b-online-payment__title {
  display: block;
  text-align: center;
  float: left;
  margin-top: 9px;
  margin-right: 10px;
}
.b-contact-info__table{
  width: 100%;
}
.b-contact-info__cell_type_subheader {
  font-weight: bold;
  font-size: 16px;
}
.b-contact-info__cell {
  padding: 5px 10px 5px 0;
}
.b-contact-info__row {
  border-bottom: 1px solid #D5CFCF;
}
.b-contact-info__schedule{
	cursor: pointer;
}

/* b-slider */
.b-slider{
	position: relative;
	min-width: 980px;
	margin-bottom: 20px;
}
.b-slider__wrapper{
	position: relative;
	overflow: hidden;
	height: 300px;
}
.b-slider__link{
	position: absolute;
	left: 0 !important;
	top: 50%;
	width: 100% !important;
	height: 3000px;
	margin-top: -1500px;
	margin-left: 0 !important;
	text-align: center;
	line-height: 3000px;
}
.b-slider__link + .b-slider__link{
	opacity: 0;
}
.b-slider__link img{
	max-width: 100%;
	vertical-align: middle;
}
.b-slider__left-control,
.b-slider__right-control{
	width: 68px;
	height: 68px;
	background: url(../images/next.png) no-repeat 0 0;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -34px;
	margin-right: -47%;
	z-index: 2000;
	cursor: pointer;
}
.b-slider__left-control{
	background: url(../images/prev.png) no-repeat 0 0;
	right: auto;
	left: 50%;
	margin-right: 0;
	margin-left: -47%;
}
.b-slider__right-control:hover,
.b-slider__left-control:hover{
	background-position: 0 100%;
}

/* opera hack*/
opera:-o-prefocus, .b-slider__link {
	height: 1000px;
	margin-top: -500px;
	line-height: 998px;
}

.b-company-social-links{
  position: relative;
  z-index: 5;
}
.b-company-social-links__cell{
  display: inline-block;
  vertical-align: middle;
}
a.b-company-social-links__link{
  text-decoration: none;
  margin-right: 4px;
}

.b-credit{
	background: none repeat scroll 0 0 #fd7405;
	cursor: pointer;
	margin: 0 9px 4px 0px;
	padding: 5px 9px 5px 8px;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	text-decoration: none;
}
.b-credit:hover{
	background: #313131;
}

.b-boilerplate-text{
  clear: both;
}

.b-boilerplate-text .b-user-content{
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.b-sitewide-links {
    margin-bottom: 30px;
    clear: both;
    padding-top: 30px;
    border-top: 1px solid #D5CFCF;
}

.b-sitewide-links__item {
    vertical-align: top;
    display: inline-block;
    width: 20%;
    padding: 0 2% 0 2%;
}

.b-sitewide-links__title {
    margin-bottom: 7px;
}

.b-sitewide-links__list-item {
    margin-bottom: 5px;
}
.b-sitewide-links__list-link{
    word-wrap:break-word;
}
.b-portfolio-list__title {
	margin-bottom: 5px;
}
.b-portfolio-list__title-link {
	font-size: 16px;
}
.b-portfolio-list__item:first-child{
	padding-top: 0;
	border-top: 0 none;
}
.b-portfolio-list__item{
	margin-bottom: 20px;
	padding-top: 20px;
	border-top: 1px solid #D2D2D2;
}
.b-portfolio-list__photos{
	font-size: 13px;
	line-height: 18px;
	float: left;
	padding-left: 22px;
	background: url(../images/gallery-icon.png) no-repeat 0 50%;
}
.b-portfolio-list__confirmed{
	font-size: 13px;
	color: #fd7405;
}
.b-portfolio-list__date{
	font-size: 13px;
	margin: 0 10px;
}
.b-portfolio-list__image{
	max-width: 100%;
	vertical-align: top;
}
.b-portfolio-list__rating{
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
}
.b-portfolio-list__image-holder{
    margin-bottom: 15px;
    border: 1px solid #d2d2d2;
    background-color: #FCFCFC;
    text-align: center;
}
.b-portfolio-list__social-links{
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}
.b-portfolio-list__row{
    overflow: hidden;
    width: 100%;
    margin: 15px 0;
}
.b-portfolio-list__info{
    float: right
}
.b-product-portfolio{
    margin-bottom: 30px;
}

.b-portfolio__gallery-item{
	margin-bottom: 20px;
}
.b-portfolio__social-links{
	display: inline-block;
	margin: 10px 0;
	vertical-align: middle;
}
.b-portfolio__title{
	margin-top: 20px;
	font-weight: bold;
}
.b-portfolio__gallery-descr-img {
	font-style: italic;
}
.b-used-goods__item {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 50px 10px 0;
}
.b-used-goods__link{
	width: 150px;
	display: block;
}

.b-contact-info__button{
	display: inline-block;
	margin: 10px 20px 10px 0;
	vertical-align: middle;
}

.b-portfolio-confirm__button{
	margin-top: 10px;
}

.b-text-hint, .b-error-hint{
	font-size: 13px;
}

.b-error-hint{
    color:#dc1f17;
}
.b-error-hint__body:before{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    border: 1px solid;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    content: "!";
}


.b-portfolio-confirm__radiobox{
	margin-right: 20px;
}

.b-portfolio-confirm__title {
	margin-bottom: 10px;
	display: block;
    font-weight: bold;
}
.b-portfolio-confirm__group{
    margin-bottom: 20px;
}
.b-navigate__all-products {
  color: #fd7405;
  font-size: 14px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

/* b-drop-phones */
.b-drop-phones{
	overflow:hidden;
	height:1%;
}
.b-drop-phones_loc_catalog-list{margin:0 10px 10px 0;}
.b-drop-phones_loc_catalog-gallery{
  margin:7px;
  display:inline-block;
  vertical-align:middle;
}
.b-drop-phones_loc_catalog-gallery .b-drop-phones__item{word-wrap:break-word;}
.b-drop-phones_loc_catalog-gallery.b-drop-phones_type_droped .b-drop-phones__item{
	display:inline-block;
	vertical-align:top;
}
.b-drop-phones_loc_catalog-gallery .b-drop-phones__item:after{
	display:block;
	clear:both;
	content:"";
}
.b-drop-phones_loc_catalog-list .b-drop-phones__item{
	float:right;
	clear:right;
}
.b-drop-phones_loc_catalog-gallery .b-drop-phones__item{float:none;}
.b-drop-phones__item{
	position:relative;
	float:left;
	clear:left;
	display:none;
	margin:10px 0 0;
}
.b-drop-phones__item:first-child{
	display:block;
	margin-top:0;
}
.b-drop-phones__icon{display:none;}
.b-drop-phones__hidden-phone{display:none;}
.b-drop-phones__link{
	border-bottom:1px dotted;
	color:#333;
	cursor:pointer;
}
.b-drop-phones__link:hover{
	border:0 none;
	color:#000;
}
.b-drop-phones_type_single .b-drop-phones__link{
	border:0 none;
	color:#000;
	cursor:default;
}
.b-drop-phones__drop-icon{display:none;}
.b-drop-phones__text{display:none;}
.b-drop-phones__ext-number{display:none;}
.b-drop-phones_type_droped .b-drop-phones__text,
.b-drop-phones_type_droped .b-drop-phones__ext-number{
	display:block;
	color:#ababab;
	font-size:12px;
	line-height:14px;
}
.b-drop-phones_type_droped .b-drop-phones__item{display:block;}

/* b-section-showroom */
.b-section-showroom .b-layout__clear,
.b-section-showroom .b-content__body{
	width:732px;
	margin:0 0 0 -24px;
}

/* b-product-line */
.b-product-line{
	overflow:hidden;
	margin:0 0 10px 24px;
	padding:10px 10px 10px 0;
	border:1px solid #EAEAEA;
}
.b-product-line__image-wrapper{
	position:relative;
	overflow:hidden;
	float: left;
	width:170px;
	height:150px;
	margin: 0 10px;
	border:1px solid #F7F7F7;
	background-color:#fff;
	line-height:150px;
}
.b-product-line__order-bar{
	float:right;
	margin:0 0 0 10px;
	text-align:right;
}
.b-product-line__details-panel{
	overflow:hidden;
	height:1%;
}
.b-product-line__product-name{margin:0 0 10px;}
.b-product-line__product-name-link{
	font-size:14px;
	line-height:16px;
	font-weight:normal;
	text-decoration:none;
}
.b-product-line__product-name-link:hover{color:#313131;}
.b-product-line__product-name-hider{display:none;}
.b-product-line__price-bar{margin:0 0 10px;}
.b-product-line__price{
	color:#313131;
	font-size:20px;
	line-height:22px;
}
.b-product-line__price_discounted_yes{
	font-size:14px;
	line-height:16px;
	text-decoration:line-through;
}
.b-product-line__data{
	display:block;
	margin:0 0 10px;
	color:#ababab;
	font-size:12px;
	line-height:14px;
}
.b-product-line__selling-type{
	padding:0 0 0 7px;
	margin:0 0 0 7px;
	border-left:1px solid #cacaca;
}
.b-product-line__product-sku{
	color:#ababab;
	font-size:12px;
	line-height:14px;
}
.b-product-line_type_gallery{
	display:inline-block;
	width:220px;
	padding:0;
	margin:0 0 30px 24px;
	border:0 none;
	background-color:#fff;
	vertical-align:top;
}
.b-product-line_type_gallery .b-product-line__product-sku{
	min-height:16px;
	line-height:16px;
}
.b-product-line_type_gallery .b-product-line__image-wrapper{
	float: none;
	width:218px;
	height:218px;
	margin:0 0 10px;
	line-height:218px;
}
.b-product-line_type_gallery .b-product-line__details-panel{
	height:auto;
	text-align:center;
}
.b-product-line_type_gallery .b-product-line__price-bar{
	display:table-cell;
	width:220px;
	height:38px;
	margin:0;
	vertical-align:middle;
}
.b-product-line_type_gallery .b-product-line__data{
	position:relative;
	margin:10px 0;
	white-space:nowrap;
}
.b-product-line__data-hider{
	position:absolute;
	right:0;
	top:0;
	height:100%;
	width:15px;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background:-webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:-o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
:root .b-product-line__data-hider{filter:none\9;}
.b-product-line_type_gallery .b-product-line__order-bar{
	float:none;
	margin:0;
	text-align:center;
}
.b-product-line_type_gallery .b-product-line__buy-button{
	padding:10px;
	margin:0 4px;
	line-height:22px;
	text-transform:uppercase;
	vertical-align:middle;
}
.b-product-line_type_gallery .b-product-line__one-click-order{
	width:50px;
	height:42px;
	margin:0 4px;
	padding:0;
	background:#313131 url(../images/phone-button.png) no-repeat 50% 50%;
	vertical-align:middle;
}
.b-product-line_type_gallery .b-product-line__one-click-order:hover{background-color:#fd7405;}
.b-product-line_type_gallery .b-one-click-order__icon-bg,
.b-product-line_type_gallery .b-one-click-order__icon{display:none;}
.b-product-line__product-name_with_hider{
	position:relative;
	overflow:hidden;
	height:32px;
}
.b-product-line__product-name_with_hider .b-product-line__product-name-hider{
	position:absolute;
	left:0;
	bottom:0;
	display:block;
	width:100%;
	height:12px;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background:-webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:-o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:-ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
:root .b-product-line__product-name_with_hider .b-product-line__product-name-hider{filter:none\9;}

/* b-recent-articles & b-recent-news */
.b-recent-news,
.b-recent-articles{
	display:table;
	width:758px;
	margin:0 0 0 -50px;
	table-layout:fixed;
}
.b-recent-articles__item,
.b-recent-news__item{
	display:table-cell;
	vertical-align:top;
	padding-left:50px;
}
.b-recent-articles__date,
.b-recent-news__date{
	font-size:13px;
}
.b-recent-articles__title,
.b-recent-news__title{
	margin:5px 0;
}
.b-recent-articles__text,
.b-recent-news__text{
	margin: 0;
	text-align:justify;
}
.b-recent-articles__link,
.b-recent-news__link{text-decoration: none;}
.b-recent-articles__link:hover,
.b-recent-news__link:hover{
	text-decoration:none;
	color:#313131;
}
.b-recent-articles__image-link,
.b-recent-news__image-link{
	float: left;
	margin: 0 10px 0 0;
}
.b-recent-articles__image,
.b-recent-news__image{
	display: block;
}
.b-recent-news__hider,
.b-recent-articles__hider{
	display: none;
}


/* b-similar-products */
.b-similar-products{
	margin:23px 0 0;
}
.b-similar-products__switcher{
	overflow:hidden;
	width:100%;
	margin:0 0 15px;
}
.b-similar-products__switcher-item{
	float:right;
	border-bottom:1px dotted;
	color:#313131;
	font-size:19px;
	line-height:21px;
	cursor:pointer;
	text-align:right;
}
.b-similar-products__switcher-item:first-child{
	float:left;
	text-align:left;
}
.b-similar-products__switcher-item:hover,
.b-similar-products__switcher-item_type_active{
	color:#fd7405;
	border-color:transparent;
}
.b-similar-products__list{
	overflow:hidden;
	display:none;
	width:715px;
	margin:0 0 0 -9px;
	font-size:14px;
	line-height:16px;
}
.b-similar-products__item{
	position:relative;
	float:left;
	width:121px;
	margin:0 0 10px 10px;
	padding:5px;
	border:1px solid #d2d2d2;
	text-align:center;
}
.b-similar-products__link{
	overflow:hidden;
	display:block;
	height:153px;
	color:#fd7405;
	text-decoration:none;
}
.b-similar-products__link:hover{color:#313131;}
.b-similar-products__image{
	height:100px;
	line-height:100px;
	margin:0 0 5px;
}
.b-similar-products__item-border{display:none;}
.b-similar-products__hider{
	position:absolute;
	bottom:5px;
	left:0;
	width:100%;
	height:16px;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
	background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:-o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:-ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background:linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
:root .b-similar-products__hider{
	filter:none/9;
}

/* b-filter-list */
.b-filter-list_type_hidden{
	display: none;
	margin-top: 5px;
}
.b-filter-list_type_species{
	margin-bottom:20px;
}
.b-filter-list_type_species .b-filter-list__link{
	font-size:16px;
}
.b-filter-list__item:first-child{
	margin-top: 0;
}
.b-filter-list__item{
	position: relative;
	padding: 0 0 0 18px;
	margin: 5px 0 0;
	line-height: 18px;
}
.b-filter-list__link{
	position: static;
	display: inline;
	padding-left: 0;
	text-decoration: none;
}
.b-filter-list__link:hover{
	text-decoration: none;
	color: #313131;
}
.b-filter-list__count{
	margin-left: 5px;
}

/* b-filter-reset */
.b-filter-reset{
	display: inline-block;
	margin: 5px 0 0;
	cursor: pointer;
	border-bottom: 1px dotted;
	color: #313131;
	text-decoration: none;
	line-height:100%;
}
.b-filter-reset:hover {
	text-decoration: none;
	color: #fd7405;
}
.b-filter-reset + .b-filter-list{
	margin-top: 20px;
}

/* b-filter-more */
.b-filter-more {
	display: inline-block;
	margin: 5px 0 0;
	color: #313131;
	border-bottom: 1px dotted;
	text-decoration: none;
	line-height:100%;
	cursor: pointer;
}
.b-filter-more:hover {
	text-decoration: none;
	color: #fd7405;
}

/* b-filter-group-title */
.b-filter-group-title{
	margin: 20px 0 5px;
}

/* b-filter */
.b-filter {
	padding: 0 15px 35px 0;
}
.b-filter__body{
	max-height: 450px;
	margin-right: 10px;
	overflow: auto;
}

/* b-range-filter */
.b-range-filter{
	position: relative;
	padding: 0 37px 0 0;
	margin: 0 0 20px;
	text-align: center;
}
.b-range-filter:before{
	display: inline-block;
	width: 5%;
	height: 0;
	margin: 15px 0 0;
	border-top: 1px solid;
	vertical-align: top;
	content: "";
}
.b-range-filter:after{
	display: block;
	clear: both;
	content: "";
}
.b-range-filter__field{
	float: left;
	width: 45%;
	text-align: left;
}
.b-range-filter__field + .b-range-filter__field{
	float: right;
}
.b-range-filter__button{
	position: absolute;
	right: 0;
	top: 0;
	text-align: left;
}

/* b-discount */
.b-discount{
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 20px;
}
.b-discount__second-line{
	margin-left: 5px;
}
.b-discount__holder{
	padding: 3px 5px;
	background: #fd7405;
	color: #ffffff;
	border-radius: 0 0 0 8px;
}
.b-discount_type_timeout .b-discount__holder{
	display: block;
}
.b-discount_type_timeout .b-discount__first-line{
	display: inline-block;
	margin: 0 7px 0 0;
	vertical-align: middle;
	line-height: 100%;
	font-size: 14px;
}
.b-discount_type_timeout .b-discount__first-line-part{
	display: block;
	line-height: 9px;
	font-size: 11px;
}
.b-discount_type_timeout .b-discount__second-line{
	display: inline-block;
	vertical-align: middle;
}
/* b-custom-order */
.b-custom-order{
  display: inline-block;
  background: #fd7405;
  cursor: pointer;
  margin: 0 10px 5px 0px;
  padding: 5px 10px;
  color: #FFF;
  outline: none;
  text-align: center;
}
.b-custom-order__icon{
  display: none;
}
.b-custom-order:hover{
  background: #313131;
}

