@import "../css/sprites.css";
@import "font-awesome.css";
/* 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%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
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;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*
@font-face {
		font-family: 'opensans';
		src: url('../fonts/opensans-regular-webfont.eot');
		src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
				 url('../fonts/opensans-regular-webfont.woff') format('woff'),
				 url('../fonts/opensans-regular-webfont.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;

} */
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
/* colors */
/* border color */
/* border color 2 */
/* body color */
/* color link */
/* hover link */
/* hover link 2 */
/* color3 */
/* end colors */
body {
  font-family: 'Roboto';
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  color: #777777;
  background: #262626;
  min-width: 1200px;
}
a {
  cursor: pointer;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  color: #262626;
  text-decoration: none;
}
a:hover {
  color: #e61638;
  text-decoration: none;
}
:focus {
  outline: 0;
  text-decoration: none;
}
h3 {
  font-size: 18px;
  margin: 0px 0px 15px 0px;
}
.b-user-content h2{
 font-size: 1.4em;
}
.b-user-content h3{
 font-size: 1.2em;
}
.b-user-content
{
    font-size: 14px;
    line-height: 20px;
    zoom: 1;
    margin: 15px 0;
    word-wrap: break-word;
}
.b-user-content:after
{
    display: block;
    clear: both;
    content: '';
}
.b-user-content p
{
    margin: 8px 0;
}
.b-user-content img
{
    max-width: 100%;
}
.b-user-content table
{
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    word-wrap: break-word;
    margin:0 auto;
    border: 1px solid;
    border-color: inherit;
}
.b-user-content tbody
{
    border: inherit;
}
.b-user-content tr
{
    border: inherit;
}
.b-user-content th
{
    padding: 5px;
    border: inherit;
    background: #ccc;
}
.b-user-content td
{
    padding: 5px;
    border: inherit;
}
.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 hr
{
    border-width: 1px 0 0;
    border-style: solid;
    border-color: #e3e3e3;
}
.b-user-content dl
{
    margin: 8px 0;
    padding: 0 20px;
}
.b-user-content ul
{
    margin: 8px 0;
    padding: 0 20px;
    list-style-position: outside;
    list-style-type: none;
    list-style-image: none;
    *list-style-type: disc;
    *list-style-position: inside;
}
.b-user-content ul li:before
{
    font-size: 18px;
    float: left;
    margin: 0 8px 0 0;
    content: '\2022';
}
.b-user-content ul li ul
{
    *list-style-type: circle;
}
.b-user-content ul li ul li:before
{
    font-size: 18px;
    content: '\2022';
}
.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-position: outside;
    list-style-type: none;
    list-style-image: none;
    counter-reset: item;
    *list-style-type: decimal;
    *list-style-position: inside;
}
.b-user-content ol > li:before
{
    float: left;
    margin: 0 4px 0 0;
    content: counters(item,'.') '.';
    counter-increment: item;
}

/* ************ style global mixins ******************** */
.title-style,
.title-style2 {
  color: #333333;
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  padding: 10px 10px 10px 26px;
  background: #515151;
  color: #ffffff;
  margin-bottom: 29px;
  position: relative;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #3f3f3f;
}
.title-style2 {
  color: #ffffff;
}
.price {
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  color: #e61638;
  margin-bottom: 10px;
}
.price-discounted {
  color: #777;
  text-decoration: line-through;
  font-size: 15px;
  font-weight: normal;
}
.style-product-label {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 2px 8px 4px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  background: #262626;
  display: block;
  width: auto;
}
.text-hidd,
.text-hidd2,
.text-hidd3 {
  content: ".";
  font-size: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.text-hidd3 {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.style-box {
  background: #fff;
  position: relative;
}
/* ****************** end **************************** */
/* ************ style font awesome ******************** */
.b-company-header-phone__icon:before,
.b-drop-phones__icon:before,
.b-sidebar-search__button:before,
.b-slider__left-control:before,
.b-slider__right-control:before,
.b-slider-controls__item:before,
.b-reviews__date-icon:before,
.b-reviews__author-icon:before,
.b-facilities__icon:before,
.b-one-click-order__icon:before,
.b-sitewide-links a:before,
.b-product__data span:before,
.b-breadcrumb a:before,
.b-breadcrumb i:before,
.b-button-colored i:before,
.b-sidebar-menu__link:before,
.b-sidebar-menu__sublink:before,
.b-filters-block .b-form-input_type_range-filter:before,
.b-custom-button__icon:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0;
}
/* ****************** end **************************** */
/* header start */
.b-head-control-panel__container {
  width: 1200px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.header-container {
  width: 100%;
  overflow: hidden;
  background: #191919;
}
.header {
  width: 1200px;
  margin: 0 auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 15px;
  position: relative;
  overflow: hidden;
}
.b-header-company-name__title {
  font-size: 17px;
  line-height: 20px;
  margin: 20px 0 0;
  float: left;
  clear: left;
}
.b-header-company-name__logo {
  display: table-cell;
  max-width: 585px;
}
.b-header-company-name__logo img {
  display: block;
  max-width: 100%;
}
.b-company-header-phone {
  overflow: hidden;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 15px;
  letter-spacing: -1px;
  color: #ffffff;
  float: right;
}
.b-company-header-phone__icon {
  display: inline-block;
}
.b-company-header-phone__icon:before {
  content: "\f095";
  font-size: 23px;
  color: #e61638;
  margin-right: 5px;
  vertical-align: middle;
}
.b-menu {
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: #262626;
  padding: 7px 0;
  border-top: 1px solid #333;
}
.b-menu__container {
  width: 1170px;
  margin: 0 auto;
  padding: 2px 0 2px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.b-menu__item {
  display: table-cell;
  min-width: 50px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: auto;
  padding: 0 20px;
}
.b-menu__item:before {
  /*position: absolute;
		display: inline-block;
		content: '';
		width: 6px;
		height: 6px;
		border-radius: 500px;
		right: -7px;
		top: 50%;
		margin-top: -1px;
		background: #ffa89d;*/
}
.b-menu__item_pos_last:before {
  display: none;
}
.b-menu__link {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  color: #777;
  text-transform: uppercase;
}
.b-menu__item:first-child {
  padding-left: 0;
}
.b-menu__item:first-child a {
  padding-left: 0;
}
.b-menu__link:hover,
.b-menu__item_type_selected .b-menu__link {
  color: #ffffff;
}
/* header end */
.b-title {
  color: #333333;
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  padding: 10px 10px 10px 26px;
  background: #515151;
  margin-bottom: 29px;
  position: relative;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #3f3f3f;
  color: #ffffff;
}
.content .b-title {
  color: #333333;
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  padding: 10px 10px 10px 26px;
  background: #515151;
  color: #ffffff;
  margin-bottom: 29px;
  position: relative;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #3f3f3f;
}
.b-title a {
  text-decoration: underline;
  color: #ffffff;
}
.b-title a:hover {
  text-decoration: none;
}
.b-filter__header {
  color: #333333;
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  padding: 10px 10px 10px 26px;
  background: #515151;
  margin-bottom: 29px;
  position: relative;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #3f3f3f;
  color: #ffffff;
}
.wrapper-bg {
  background: url(../images/content_bg.png) repeat-x #ffffff;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px  15px 20px;
  border-top: none;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #fff;*/
}
.b-recent-news,
.b-teaser,
.b-recent-articles {
  margin: 0 -15px 30px;
  overflow: hidden;
}
.b-recent-news__item,
.b-teaser__item,
.b-recent-articles__item,
.b-recent-news .b-node-teaser,
.b-teaser .b-node-teaser,
.b-recent-articles .b-node-teaser {
  width: 50%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  float: left;
  overflow: hidden;
}
.b-recent-news__image-link,
.b-teaser__image-link,
.b-recent-articles__image-link {
  width: 100px;
  height: 100px;
  display: block;
  line-height: 100px;
  background: #fff;
  border: 1px solid #d9d9d9;
}
.b-recent-news__image,
.b-teaser__image,
.b-recent-articles__image {
  max-width: 100%;
  vertical-align: middle;
}
.b-recent-news__image-wrap,
.b-teaser__image-wrap,
.b-recent-articles__image-wrap,
.b-recent-news .b-node-teaser__image-wrap,
.b-teaser .b-node-teaser__image-wrap,
.b-recent-articles .b-node-teaser__image-wrap {
  float: left;
  margin-right: 20px;
}
.b-recent-news__header,
.b-teaser__header,
.b-recent-articles__header,
.b-recent-news__summary,
.b-teaser__summary,
.b-recent-articles__summary,
.b-recent-news .b-node-teaser__header,
.b-teaser .b-node-teaser__header,
.b-recent-articles .b-node-teaser__header,
.b-recent-news .b-node-teaser__summary,
.b-teaser .b-node-teaser__summary,
.b-recent-articles .b-node-teaser__summary {
  overflow: hidden;
}
.b-recent-news__date,
.b-teaser__date,
.b-recent-articles__date {
  margin-bottom: 3px;
  display: block;
  color: #e61638;
}
.b-recent-news__title,
.b-teaser__title,
.b-recent-articles__title,
.b-recent-news .b-node-teaser__title,
.b-teaser .b-node-teaser__title,
.b-recent-articles .b-node-teaser__title {
  font-size: 18px;
  font-weight: normal;
  height: 36px;
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
}
.b-recent-news__title:before,
.b-teaser__title:before,
.b-recent-articles__title:before {
  content: ".";
  font-size: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.b-recent-articles__image-link {
  border: 0;
  background: none;
}
.b-reviews {
  line-height: 20px;
}
.b-reviews .b-content__body {
  margin-bottom: 20px;
}
.b-reviews .b-button-colored__text {
  width: 170px;
}
.b-reviews__add-review {
  display: inline-block;
  margin-bottom: 30px;
}
.b-reviews__expander {
  text-decoration: underline;
}
.b-reviews__expander:hover {
  text-decoration: none;
}
.b-reviews__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
  overflow: hidden;
}
.b-reviews__left-column {
  width: 175px;
  float: left;
}
.b-reviews__right-column {
  width: 570px;
  float: right;
  padding: 25px 28px;
  border: 1px solid #d9d9d9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
}
.b-reviews__author-name {
  color: #d9d9d9;
}
.b-reviews__date-icon {
  width: 19px;
  height: 19px;
  display: inline-block;
}
.b-reviews__date-icon:before {
  content: "\f073";
  font-size: 20px;
  color: #e61638;
}
.b-reviews__author-icon {
  width: 19px;
  height: 20px;
  display: inline-block;
}
.b-reviews__author-icon:before {
  content: "\f007";
  font-size: 20px;
  color: #e61638;
}
.b-reviews__rating {
  padding-top: 4px;
}
.b-reviews__caption {
  display: block;
}
.b-reviews__caption_color_green {
  color: #3bb614;
}
.b-reviews__caption_color_red {
  color: #fc2a5b;
}
.b-reviews__text {
  margin-bottom: 10px;
}
.b-reviews__hr {
  height: 1px;
  background: #d9d9d9;
  margin: 15px 0;
}
.b-reviews__caption {
  font-weight: bold;
}
.b-certificates {
  margin: 0 -1%;
}
.b-certificates:after {
  content: "";
  display: table;
  clear: both;
}
.b-certificates__item {
  width: 23%;
  padding: 15px;
  margin: 0 1% 1%;
  border: 1px solid #d9d9d9;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.b-certificates__item:after {
  content: "";
  display: table;
  clear: both;
}
.b-certificates__link {
  display: block;
  margin-bottom: 10px;
  line-height: 185px;
}
.b-certificates__image {
  max-width: 100%;
  vertical-align: middle;
}
.b-certificates__title {
  overflow: hidden;
  height: 38px;
  position: relative;
  display: inline-block;
}
.b-certificates__title:before {
  content: ".";
  font-size: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.b-rating {
  width: 74px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
  height: 14px;
  position: relative;
  margin-top: -1px;
}
.b-rating__body {
  position: relative;
  display: block;
  height: 15px;
}
.b-rating__bar {
  background: #d9d9d9;
  height: 14px;
  display: inline-block;
  position: absolute;
  top: 0;
}
.b-rating__pattern {
  background: url(../images/icon_rating.png) no-repeat left top;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.b-partner-table {
  width: 100%;
}
.b-partner-table__cell {
  width: 50%;
  padding: 10px;
  border: 1px solid #d9d9d9;
}
.b-jobs__table {
  width: 100%;
  margin-bottom: 10px;
}
.b-jobs__table-header {
  padding: 10px;
  border: 1px solid #d9d9d9;
  border-bottom-width: 0;
  background: #FCFCFC;
}
.b-jobs__table-cell {
  padding: 10px;
  border: 1px solid #d9d9d9;
}
.b-jobs__clear {
  margin-bottom: 15px;
}
.b-recent-vacancies {
  margin-bottom: 30px;
}
.b-recent-vacancies__item {
  margin-bottom: 30px;
}
.b-recent-vacancies__item:last-child {
  margin-bottom: 10px;
}
.b-recent-vacancies__date {
  font-size: 18px;
}
.b-recent-vacancies__title {
  display: inline-block;
  margin-left: 15px;
}
.b-recent-vacancies__salary {
  margin: 5px 0;
  border-top: 1px solid #d9d9d9;
  padding-top: 5px;
}
.b-recent-vacancies__list {
  margin: 0 -15px 30px;
}
.b-recent-vacancies__list:after {
  content: "";
  clear: both;
  display: table;
}
.b-recent-vacancies__list .b-recent-vacancies__item {
  padding: 0 15px;
  width: 50%;
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
.b-recent-vacancies__list .b-recent-vacancies__date {
  display: block;
  font-size: 14px;
  color: #e61638;
}
.b-recent-vacancies__list .b-recent-vacancies__title {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
.b-recent-vacancies__list .b-recent-vacancies__salary {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 4px;
}
/* news list start */
.b-news-list {
  line-height: 20px;
}
.b-news-list__item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.b-news-list__date {
  float: right;
  font-size: 11px;
  color: #3bb614;
}
.b-news-list__image {
  float: left;
  margin-right: 15px;
  min-width: 100px;
}
.b-news-list__title {
  padding-right: 50px;
  text-transform: uppercase;
}
/* news list end */
/* news view start */
.b-news-view__image {
  float: left;
  margin-right: 20px;
}
.b-news-view__info {
  font-weight: bold;
  font-size: 15px;
}
.b-news-view__date {
  text-align: right;
  color: #3bb614;
  font-size: 11px;
}
/* news view end */
/* articles group start */
.b-articles-group {
  line-height: 20px;
}
.b-articles-group__header {
  margin: 0 0 10px 0;
  text-align: center;
}
.b-articles-group__header-link {
  font-size: 20px;
  text-decoration: none;
}
.b-articles-group__item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.b-articles-group__date {
  font-size: 12px;
  display: block;
  text-align: right;
}
.b-articles-group__image-link {
  display: block;
  float: left;
  margin-right: 20px;
  min-width: 100px;
  text-align: center;
}
.b-articles-group__image {
  max-width: 100px;
}
.b-navigate {
  text-align: right;
}
.b-navigate__all-products {
  font-size: 12px;
  color: #262626;
}
/* articles group end */
/* article view start */
.b-article-view {
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.b-article-view__image {
  float: left;
  margin-right: 20px;
}
.b-article-view__info {
  font-weight: bold;
  font-size: 18px;
}
.b-article-view__date {
  text-align: right;
  color: #ff342a;
  font-size: 11px;
}
/* article view end */
/* articles list start */
.b-articles-list {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 20px;
}
.b-articles-list__item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.b-articles-list__date {
  color: #ff342a;
  float: right;
  font-size: 11px;
}
.b-articles-list__image {
  float: left;
  margin-right: 15px;
  min-width: 100px;
}
.b-articles-list__title {
  padding-right: 50px;
  text-transform: uppercase;
}
/* articles list end */
/* info table start */
.b-info-table {
  line-height: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.b-info-table__cell {
  padding: 10px;
  border: 1px solid #d9d9d9;
}
.b-info-table__cell_width_200 {
  width: 200px;
}
/* info table end */
/* breadcrumb start */
.b-breadcrumb {
  padding: 10px 15px 3px;
  margin-bottom: 30px;
  position: relative;
  white-space: nowrap;
  color: #262626;
  overflow: hidden;
  border: 1px solid #d9d9d9;
}
.b-breadcrumb__link {
  color: #777777;
}
.b-breadcrumb__link:hover {
  color: #e61638;
}
.b-breadcrumb__link_type_home {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin-top: -2px;
}
.b-breadcrumb__link_type_home:before {
  content: "\f015";
  font-size: 25px;
  display: inline-block;
  text-indent: 0;
  margin-right: 10px;
}
.b-breadcrumb__item {
  float: left;
  white-space: nowrap;
}
.b-breadcrumb__current {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}
.b-breadcrumb__arrow {
  padding: 0px 7px;
  font-size: 0;
  display: inline-block;
}
.b-breadcrumb__arrow:before {
  content: "\f105";
  font-size: 14px;
  color: #777777;
}
/* breadcrumb end */
/* aside start */
.aside {
  width: 23%;
  float: left;
}
.aside .block {
  margin-bottom: 25px;
}
.b-facilities {
  margin-bottom: 10px;
}
.b-facilities__icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
}
.b-facilities__icon:before {
  content: "\f0d1";
  font-size: 30px;
  color: #e61638;
}
.b-facilities__text {
  margin-left: 10px;
  font-size: 13px;
  line-height: 16px;
  vertical-align: middle;
  display: inline-block;
}
.b-facilities__item {
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
.b-sidebar-menu {
  margin-bottom: 20px;
}
.b-sidebar-menu:before {
  content: 'Категории';
  display: block;
  color: #ffffff;
  font-size: 24px;
  padding: 15px 0px 15px 20px;
  font-weight: 900;
  background: #464646;
  text-transform: uppercase;
}
.b-sidebar-menu__item {
  position: relative;
  overflow: hidden;
  margin-bottom: 1px;
  padding: 14px 0px 14px 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background: #ebebeb;
}
.b-sidebar-menu__item:last-child {
  border: 0;
  /*padding-bottom: 0;*/
  margin-bottom: 0;
}
.b-sidebar-menu__link {
  font-size: 15px;
  color: #1a1a1a;
  font-weight: 900;
  text-transform: uppercase;
  padding-right: 4px;
  display: inline-block;
  /*&:before {
			content: "\f105";
			margin-right: 5px;
		}*/
}
.b-sidebar-menu__submenu {
  font-size: 14px;
  padding: 15px 0px 15px 31px;
  margin-top: 10px;
  margin-left: -19px;
  margin-bottom: -14px;
  background: #dbdbdb;
  border-top: 1px solid #fff;
}
.b-sidebar-menu__subitem {
  margin-bottom: 10px;
}
.b-sidebar-menu__sublink {
  font-weight: bold;
  font-size: 13px;
}
.b-sidebar-menu__sublink:before {
  content: "\f0da";
  margin-right: 5px;
  color: #e61638;
}
.b-sidebar-menu__link:hover,
.b-sidebar-menu .b-sidebar-menu__link_type_active {
  color: #ffffff;
}
.b-sidebar-menu .b-sidebar-menu__item:hover,
.b-sidebar-menu .b-sidebar-menu__item_type_active {
  background: #e61638;
}
.b-sidebar-menu .b-sidebar-menu__item:hover .b-sidebar-menu__link {
  color: #ffffff;
}
.b-sidebar-menu__counter,
.b-sidebar-menu__subcounter {
  color: #e61638;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  display: inline-block;
  background: #f7f5f5;
  padding: 0px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin-top: -1px;
}
.b-company-info__item {
  padding-bottom: 15px;
}
.b-company-info__label {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 7px;
  color: #e61638;
}
.b-company-info .js-phones-li {
  margin-bottom: 2px;
}
.b-filter,
.b-filter-list {
  font-size: 14px;
}
.b-filter__item,
.b-filter-list__item {
  margin-bottom: 5px;
  overflow: hidden;
}
.b-filter__check,
.b-filter-list__check,
.b-filter input,
.b-filter-list input {
  margin: 0 6px 0 0;
  position: relative;
  top: 3px;
  float: left;
}
.b-filter__link,
.b-filter-list__link,
.b-filter__reset-link,
.b-filter-list__reset-link,
.b-filter__more,
.b-filter-list__more {
  color: #777777;
}
.b-filter__link:hover,
.b-filter-list__link:hover,
.b-filter__reset-link:hover,
.b-filter-list__reset-link:hover,
.b-filter__more:hover,
.b-filter-list__more:hover {
  color: #a9a9a9;
}
.b-filter__count,
.b-filter-list__count {
  color: #c8c8c8;
  margin-left: 4px;
}
.b-filter__reset,
.b-filter-list__reset,
.b-filter__more,
.b-filter-list__more {
  margin-bottom: 8px;
  cursor: pointer;
  display: inline-block;
}
.b-filter__check-list_type_hidden,
.b-filter-list__check-list_type_hidden {
  display: none;
  max-height: 620px;
  overflow: auto;
  margin-bottom: 5px;
}
.b-filter-list {
  padding-bottom: 10px;
}
.hidden-scroll {
  margin-bottom: 15px;
  max-height: 250px;
  overflow-y: auto;
  position: relative;
}
.hidden-scroll .b-filter-list {
  padding-bottom: 0;
}
.b-filter-more,
.b-filter-reset {
  display: inline-block;
  overflow: hidden;
}
.b-filter-list_type_hidden {
  display: none;
}
.b-filters-block {
  margin-bottom: 30px;
}
.b-filters-block .b-filter-list {
  margin-bottom: 15px;
}
.b-filters-block .form-filters-row {
  margin-bottom: 20px;
}
.b-filters-block .form-filters-row:after {
  content: "";
  display: table;
  clear: both;
}
.b-filters-block .b-form-input_type_range-filter {
  width: 30%;
  float: left;
  position: relative;
  margin-right: 30px;
}
.b-filters-block .b-form-input_type_range-filter:before {
  content: "\f068";
  font-size: 16px;
  position: absolute;
  left: -24px;
  top: 6px;
}
.b-filters-block .b-form-input_type_range-filter:first-child:before {
  display: none;
}
.b-filters-block .b-form-input_type_range-filter input {
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  padding: 4px;
}
.b-filters-block .b-custom-button_type_range-filter {
  margin-bottom: 15px;
}
.b-filters-block .b-filter-group-title {
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: bold;
  color: #000;
}
.b-filters-block .b-custom-button {
  width: 26px;
  height: 26px;
  line-height: 26px;
  padding: 0;
  margin: 0 0 0 -15px;
  font-size: 0;
  text-indent: -777px;
}
.b-filters-block .b-custom-button__icon {
  display: block;
  text-align: center;
  margin: 0;
}
.b-filters-block .b-custom-button__icon:before {
  content: "\f002";
  font-size: 14px;
  display: block;
  text-align: center;
  margin: 0;
}
.b-filters-block .b-custom-button__text {
  display: none;
}
.b-filters-block .block-scroll {
  max-height: 390px;
  overflow: auto;
  padding-right: 15px;
  margin-bottom: 15px;
}
.block-map .b-sidebar-map__wrap-img {
  overflow: hidden;
}
.block-map .b-sidebar-map__wrap-img > a {
  display: block;
  text-align: center;
}
.block-map .b-sidebar-map > div a {
  display: inline-block;
  margin-bottom: 5px;
}
/* aside end */
/* content start */
.content {
  width: 74.33333%;
  float: right;
  padding-bottom: 10px;
}
.b-navigate {
  overflow: hidden;
}
.b-navigate__all-products {
  float: right;
  margin: 15px 0px;
}
.b-online-payment {
  overflow: hidden;
  padding: 15px 20px 10px 20px;
  border: 1px solid #d9d9d9;
  margin-bottom: 30px;
  background: #fff;
}
.b-online-payment__title {
  display: block;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.b-online-payment__item {
  float: left;
  margin-right: 25px;
}
/* item start */
.b-centered-image {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  font-size: 1px;
  border-top: none;
  margin-bottom: 15px;
  position: relative;
  background: #ffffff;
  border: 1px solid #d9d9d9;
}
.b-centered-image__img {
  vertical-align: middle;
  max-width: 100%;
}
.b-centered-image__align-fixer {
  display: none;
}
.b-centered-image_width_170 {
  width: 170px;
  line-height: 170px;
}
.b-product-line {
  border: 1px solid #d9d9d9;
  margin: 0 0 20px 0;
  position: relative;
  padding: 20px 20px 20px 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #fff;
  vertical-align: top;
}
.b-product-line:after {
  content: "";
  display: table;
  clear: both;
}
.b-product-line__price-bar {
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  color: #e61638;
  margin-bottom: 10px;
  height: 46px;
}
.b-product-line .b-button-colored {
  /*float: left;*/
}
.b-product-line__price_type_discount {
  color: #e61638;
}
.b-product-line__data {
  display: block;
  margin-bottom: 18px;
}
.b-product-line__selling-type {
  display: inline-block;
  background: url(../images/spacer.jpg) no-repeat left center;
  padding-left: 12px;
  margin-left: 10px;
}
.b-product-line__image-wrapper {
  margin-right: 10px;
  position: relative;
  float: left;
}
.b-product-line__order-bar {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 225px;
}
.b-product-line__product-name {
  position: relative;
  overflow: hidden;
  height: 56px;
  margin-bottom: 2px;
}
.b-product-line__product-name:before {
  content: ".";
  font-size: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  /* W3C */
  /* IE6-9 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
  z-index: 1;
}
.b-product-line__product-name-link {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  /*text-align: left;*/
  font-weight: bold;
  color: #262626;
  text-transform: uppercase;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.b-product-line__product-name-link:hover {
  color: #e61638;
}
.b-product-line .b-one-click-order {
  display: inline-block;
  padding: 0 5px;
  height: auto;
  background: #262626;
  height: 49px;
  color: #ffffff;
  min-width: 32px;
  text-align: center;
}
.b-product-line .b-one-click-order:hover {
  background: #e61638;
  color: #fff;
  border-color: #000;
}
.b-product-line .b-product-label {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 2px 8px 4px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  background: #262626;
  display: block;
  width: auto;
}
.b-product-line__price_discounted_yes {
  color: #777;
  text-decoration: line-through;
  font-size: 15px;
  font-weight: normal;
}
.b-product-line__details-panel {
  overflow: hidden;
}
.b-product-line .b-drop-phones {
  float: left;
}
.b-product-line_type_gallery {
  width: 31%;
  display: inline-block;
  margin: 0px 3.3333% 30px 0px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 13px;
  text-align: center;
  position: relative;
}
.b-product-line_type_gallery .b-centered-image {
  border: 0;
  background: none;
}
.b-product-line_type_gallery .b-product-label {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 2px 8px 4px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  background: #262626;
  display: block;
  width: auto;
}
.b-product-line_type_gallery .b-product-line__product-sku {
  color: #888888;
  height: 22px;
  font-size: 12px;
}
.b-product-line_type_gallery .b-product-line__image-wrapper {
  margin-right: 0px;
  line-height: 248px;
  float: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  margin: 0 -13px;
  margin-bottom: 10px;
}
.b-product-line_type_gallery .b-product-line__order-bar {
  position: relative;
  bottom: auto;
  right: auto;
  width: auto;
}
.b-product-line_type_gallery .b-product-line__data {
  font-size: 12px;
  height: 20px;
}
.b-product-line_type_gallery .b-product-line__selling-type {
  display: inline-block;
  background: url(../images/spacer.jpg) no-repeat left center;
  padding-left: 6px;
  margin-left: 4px;
}
.b-product-line_type_gallery .b-button-colored {
  /*display: inline-block;*/
  margin-right: 10px;
  margin-bottom: -5px;
}
.b-product-line_type_gallery .b-one-click-order {
  /*width: 100%;*/
  display: inline-block;
  /*float: left;*/
}
.b-product-line_type_gallery .b-drop-phones {
  /*float: none;*/
  margin: 0 auto;
}
.b-product-line_type_gallery.b-product-line_pos_last {
  margin-right: 0;
}
.b-product-line_type_gallery:hover,
.b-product-line:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.13);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.13);
}
.b-product-line_pos_last {
  margin-right: 0px;
}
/* item end */
/* item detail page start */
.b-title_type_product {
  margin-bottom: 20px;
}
.b-product-info {
  width: 100%;
  color: #525252;
  margin-bottom: 25px;
}
.b-product-info .icon-help {
  display: inline-block;
  width: 19px;
  height: 19px;
}
.b-product-info__cell {
  border: 1px solid #d9d9d9;
  width: 50%;
  padding: 8px 18px;
}
.b-product-info__header {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 18px;
  background: #FCFCFC;
  border: 1px solid #d9d9d9;
  border-bottom-width: 0;
}
.b-product-mods__title {
  margin-bottom: 8px;
}
.b-product-mods__button {
  display: inline-block;
  width: 100px;
  text-align: center;
  padding: 6px 0px;
  line-height: 13px;
  margin: 0px 7px 10px 0px;
  border: 1px solid #d3d2d2;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer;
}
.b-product-mods__button:hover {
  background: #262626;
  color: #ffffff;
  background-color: #262626;
}
.b-product-mods__button_state_active {
  background: #262626;
  color: #ffffff;
  background-color: #262626;
}
.b-product-mods__grid {
  width: 100%;
}
.b-product-mods__grid-item {
  width: 50%;
}
.b-product-mods__drop-down {
  margin-left: 10px;
  margin-bottom: 10px;
}
.b-product-mods__drop-down:first-child {
  margin-right: 10px;
  margin-left: 0;
}
.b-custom-drop-down {
  position: relative;
  padding: 7px 24px 5px 10px;
  background: #FFF;
  color: #525252;
  cursor: pointer;
  border: 1px solid #d9d9d9;
}
.b-custom-drop-down__input {
  display: none;
}
.b-custom-drop-down__value {
  overflow: hidden;
  display: block;
  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: #d3d2d2 transparent transparent;
}
.b-custom-drop-down__list {
  position: absolute;
  z-index: 1;
  left: -1px;
  right: -1px;
  top: 100%;
  overflow: auto;
  display: none;
  max-height: 120px;
  margin: 1px 0 0;
  padding: 1px;
  list-style: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 0;
}
.b-custom-drop-down__list-item {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 14px;
  font-family: arial, sans-serif;
  color: #4e4d4d;
  text-transform: uppercase;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  border-bottom: 1px solid #d9d9d9;
}
.b-custom-drop-down__list-item:last-child {
  border-bottom-width: 0;
}
.b-custom-drop-down__list-item:hover {
  background: #f4f4f4;
}
.b-custom-drop-down_state_active .b-custom-drop-down__arrow {
  border-color: #373737 transparent transparent;
}
.b-sundry {
  border-top: 1px solid #d9d9d9;
  padding: 8px 20px 12px;
  margin: 0 -20px -20px;
}
.b-sundry__item {
  display: inline-block;
  margin: 0px 15px 5px 0;
  color: #262626;
  cursor: pointer;
  border-bottom: 1px dashed;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.b-sundry__item:hover {
  color: #e61638;
  text-decoration: none;
}
.b-product__image-panel {
  float: left;
  width: 34.6666%;
}
.b-product__image-panel .b-centered-image {
  border: 1px solid #d9d9d9;
  margin-bottom: 11px;
}
.b-product__image-panel .b-product-label {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 2px 8px 4px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  background: #262626;
  display: block;
  width: auto;
}
.b-product__info-holder {
  float: right;
  width: 62.11111%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}
.b-product__info-holder .b-product__selling-type,
.b-product__info-holder .b-product__sku {
  display: block;
}
.b-product__info-holder .b-product__data,
.b-product__info-holder .b-product__price-info,
.b-product__info-holder .b-product__order-bar {
  margin-bottom: 15px;
}
.b-product__info-holder p {
  margin-top: 10px;
}
.b-product__data span {
  font-size: 12px;
}
.b-product__data span:before {
  content: "\f105";
  font-size: 15px;
  margin-right: 8px;
  color: #e61638;
}
.b-product__price {
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  color: #e61638;
  margin-bottom: 10px;
}
.b-product__image,
.b-product__img {
  position: relative;
  line-height: 300px;
}
.b-product__name {
  color: #333333;
  font-weight: 900;
  font-size: 22px;
  line-height: 30px;
  padding: 10px 10px 10px 26px;
  background: #515151;
  color: #ffffff;
  margin-bottom: 29px;
  position: relative;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px #3f3f3f;
}
.b-product__additional-holder {
  overflow: hidden;
}
.b-product__additional-image {
  line-height: 40px;
  margin: 0 11px 0px 0px;
  float: left;
  width: 46px;
  border: 1px solid #d9d9d9;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.b-product__additional-image:last-child {
  margin-right: 0px;
}
.b-product__additional-button {
  overflow: hidden;
  float: left;
  width: 0;
  height: 0;
  margin: 13px -12px 0 5px;
  border-style: solid;
  border-width: 9px 9px 9px 0;
  border-color: transparent;
  border-right-color: #ff342a;
  cursor: pointer;
}
.b-product__additional-button:first-child {
  border-left-color: #ff342a;
  float: right;
  display: block;
  margin: 13px 5px 0 -12px;
  border-width: 9px 0px 9px 9px;
}
.b-product__additional-images {
  overflow: hidden;
  width: 218px;
  margin: 0 auto;
}
.b-product__additional-images-container {
  overflow: hidden;
  width: 9999px;
}
.b-product__all-prices {
  font-size: 16px;
  cursor: pointer;
  color: #262626;
  margin: 5px 0px;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  display: inline-block;
  border-bottom: 1px dashed;
  line-height: 23px;
}
.b-product__all-prices:hover {
  color: #e61638;
}
.b-product__wholesale-list {
  display: none;
}
.b-product__additional-price {
  overflow: hidden;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 3px;
  margin-bottom: 3px;
}
.b-product__action-links {
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
.b-one-click-order {
  padding: 0;
  margin: 0px;
  display: inline-block;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #262626;
  vertical-align: top;
}
.b-one-click-order:hover {
  color: #e61638;
}
.b-one-click-order__icon {
  display: block;
  cursor: pointer;
}
.b-one-click-order__icon:before {
  content: "\f10b";
  font-size: 26px;
  line-height: 49px;
}
.b-one-click-order__text {
  display: none;
}
.b-partnerships-prices {
  color: #262626;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  margin: 8px 10px 0px 20px;
  display: inline-block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 1px dashed;
}
.b-partnerships-prices:hover {
  color: #e61638;
}
.b-data-list__name {
  display: inline-block;
}
.b-data-list__value {
  display: inline-block;
  color: #ff342a;
  padding-left: 20px;
}
.b-layout__clear .b-product-line__order-bar {
  text-align: right;
}
.b-layout__clear:after {
  content: "";
  clear: both;
  display: table;
}
.b-drop-phones {
  padding: 5px 0px;
  display: block;
  margin-bottom: 10px;
  color: #262626;
  height: 24px;
  width: 160px;
  text-align: center;
}
.b-drop-phones__item {
  display: none;
  font-size: 14px;
  padding: 5px;
  padding-right: 3px;
}
.b-drop-phones__item:first-child {
  display: block;
  cursor: pointer;
}
.b-drop-phones__hidden-phone {
  border-bottom: 1px dotted #2F2A28;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 0 0 12px;
  position: relative;
}
.b-drop-phones__ext-number {
  color: #888;
  display: none;
}
.b-drop-phones__text {
  color: #888;
  display: none;
}
.b-drop-phones__link {
  border-bottom: 1px dotted #000000;
  cursor: pointer;
  display: none;
  font-size: 1em;
  margin: 0 0 7px;
  position: relative;
}
.b-drop-phones_type_droped {
  z-index: 99;
  position: relative;
}
.b-drop-phones:hover {
  color: #e61638;
}
/* b-drop-phones block show */
.b-drop-phones_type_droped .b-drop-phones__item {
  box-shadow: 0 3px 2px 1px rgba(0, 0, 0, 0.2);
  display: block;
  background: #fff;
  z-index: 99;
  border: 1px solid #d9d9d9;
  margin-top: -1px;
}
.b-drop-phones_type_droped .b-drop-phones__item:first-child {
  border-bottom-width: 0;
}
.b-drop-phones_type_droped .b-drop-phones__hidden-phone {
  display: none;
}
.b-drop-phones_type_droped .b-drop-phones__ext-number,
.b-drop-phones_type_droped .b-drop-phones__text {
  display: block;
  text-align: center;
}
.b-drop-phones_type_droped .b-drop-phones__link {
  display: inline-block;
}
.b-button-colored,
.b-custom-button_type_range-filter,
.b-filter-reset,
.b-custom-button_type_add-comment,
.b-filter-more,
.b-custom-button_type_contact-now,
.b-product__order-bar .b-custom-button {
  font-family: 'Roboto';
  display: inline-block;
  border: 0;
  height: 49px;
  line-height: 49px;
  font-size: 14px;
  color: #fff;
  background: #e61638;
  cursor: pointer;
  overflow: hidden;
  padding: 0 22px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #780115;
}
.b-button-colored:hover,
.b-custom-button_type_range-filter:hover,
.b-filter-reset:hover,
.b-custom-button_type_add-comment:hover,
.b-filter-more:hover,
.b-custom-button_type_contact-now:hover,
.b-product__order-bar .b-custom-button:hover {
  background: #000;
  color: #fff;
}
.b-button-colored i:before,
.b-custom-button_type_range-filter i:before,
.b-filter-reset i:before,
.b-custom-button_type_add-comment i:before,
.b-filter-more i:before,
.b-custom-button_type_contact-now i:before,
.b-product__order-bar .b-custom-button i:before {
  font-size: 18px;
  margin-right: 10px;
  vertical-align: middle;
}
.b-button-colored .icon-cart-item-out:before,
.b-custom-button_type_range-filter .icon-cart-item-out:before,
.b-filter-reset .icon-cart-item-out:before,
.b-custom-button_type_add-comment .icon-cart-item-out:before,
.b-filter-more .icon-cart-item-out:before,
.b-custom-button_type_contact-now .icon-cart-item-out:before,
.b-product__order-bar .b-custom-button .icon-cart-item-out:before {
  content: "\f07a";
}
.b-button-colored .icon-cart-item-request:before,
.b-custom-button_type_range-filter .icon-cart-item-request:before,
.b-filter-reset .icon-cart-item-request:before,
.b-custom-button_type_add-comment .icon-cart-item-request:before,
.b-filter-more .icon-cart-item-request:before,
.b-custom-button_type_contact-now .icon-cart-item-request:before,
.b-product__order-bar .b-custom-button .icon-cart-item-request:before {
  content: "\f044";
  vertical-align: -4px;
}
.b-sidebar-search {
  overflow: hidden;
  padding: 0;
  float: right;
  clear: right;
  /* &__button:before {
		content: "\f002";
		font-size: 17px;
		line-height: 38px;
	} */
}
.b-sidebar-search__field {
  background: #262626;
  box-shadow: none;
  height: 51px;
  line-height: 24px;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  outline: medium none;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  width: 253px;
  border: 1px solid #3c3c3c;
  color: #ffffff;
}
.b-sidebar-search__wrap-field {
  float: right;
}
.b-sidebar-search__button {
  height: 53px;
  margin-right: 0;
  margin-left: -1px;
  float: right;
  line-height: 24px;
  position: relative;
  z-index: 2;
  border: 1px solid #3c3c3c;
  background: #303030;
}
.b-user-content {
  margin: 15px 0px;
  line-height: 20px;
  width: 100%;
  overflow: hidden;
  color: #646464;
}
.b-order-info__item {
  margin-bottom: 4px;
  list-style: disc outside none;
  margin-left: 15px;
}
.b-order-info__item b {
  font-weight: 300;
  color: #262626;
}
.content-product .b-content__body {
  margin-bottom: 7px;
}
.content-product .b-order-info__item {
  font-size: 21px;
  line-height: 24px;
  font-weight: bold;
  color: #e61638;
  margin-bottom: 10px;
  margin-bottom: 15px;
  list-style: none;
  margin-left: 0;
}
.padded {
  font-size: 18px;
  margin: 5px 0 10px;
  color: #262626;
}
.b-gift-items {
  text-align: center;
  padding: 20px;
  margin: 30px 0px;
  position: relative;
  line-height: 20px;
  border: 1px solid #d9d9d9;
}
.b-gift-items__sticker {
  font-size: 16px;
  color: #e61638;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.b-gift-items__image {
  line-height: 100px;
  width: 100px;
  border: 1px solid #d9d9d9;
}
.b-gift-items__list-title {
  margin-bottom: 10px;
}
/* item detail page end */
/*** questions  b-faq  ***/
.b-faq {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
}
.b-faq__title {
  font-size: 18px;
  color: #262626;
}
/*** End ***/
/* similar products start */
.b-similar-products {
  margin-top: 10px;
  overflow: hidden;
}
.b-similar-products__list {
  display: none;
}
.b-similar-products__item {
  display: inline-block;
  width: 20%;
  height: 210px;
  position: relative;
  padding: 0 5px;
  text-align: center;
  vertical-align: top;
  min-height: 170px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.b-similar-products__switcher {
  width: 100%;
  overflow: hidden;
  font-size: 17px;
  line-height: 17px;
  text-align: center;
  margin-bottom: -1px;
}
.b-similar-products__switcher-item {
  float: left;
  padding: 10px 15px;
  cursor: pointer;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  background: #F8F8F8;
  border: 1px solid #d9d9d9;
  border-right-width: 0;
}
.b-similar-products__switcher-item:last-child {
  border-right-width: 1px;
}
.b-similar-products__switcher-item_type_active {
  cursor: auto;
  background: #fff;
  border-bottom-color: #fff;
}
.b-similar-products__image {
  line-height: 132px;
  border: 1px solid #d9d9d9;
}
.b-similar-products .js-similar-products-lists {
  border: 1px solid #d9d9d9;
  padding: 20px 15px;
}
.b-similar-products__hider {
  content: ".";
  font-size: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
/* similar products end */
/* product list start */
.b-product-groups_view_gallery,
.b-product-groups_view_list {
  margin-left: -15px;
  margin-bottom: 20px;
}
.b-product-groups_view_gallery .b-centered-image,
.b-product-groups_view_list .b-centered-image {
  line-height: 200px;
}
.b-product-groups_view_gallery .b-product-subgroups {
  display: none;
}
.b-categories-tails,
.b-product-groups {
  /* 2 - submenu */
}
.b-categories-tails:after,
.b-product-groups:after {
  content: "";
  display: table;
  clear: both;
}
.b-categories-tails__header,
.b-product-groups__header,
.b-categories-tails__title-link,
.b-product-groups__title-link {
  height: 36px;
  position: relative;
  overflow: hidden;
  display: block;
}
.b-categories-tails__header:before,
.b-product-groups__header:before,
.b-categories-tails__title-link:before,
.b-product-groups__title-link:before {
  content: ".";
  font-size: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.b-categories-tails__tail,
.b-product-groups__tail,
.b-categories-tails__item,
.b-product-groups__item {
  width: 206px;
  display: inline-block;
  margin: 0px 0px 15px 15px;
  text-align: center;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
  vertical-align: top;
  border: 1px solid #d9d9d9;
  padding: 18px;
  position: relative;
}
.b-categories-tails__tail:hover,
.b-product-groups__tail:hover,
.b-categories-tails__item:hover,
.b-product-groups__item:hover {
  -webkit-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 3px 1px rgba(0, 0, 0, 0.4);
}
.b-categories-tails__item_display_hidden,
.b-product-groups__item_display_hidden {
  display: none;
}
.b-categories-tails__image-link,
.b-product-groups__image-link {
  line-height: 220px;
  display: block;
}
.b-categories-tails__image-link img,
.b-product-groups__image-link img {
  max-width: 100%;
  vertical-align: middle;
}
.b-categories-tails__counter,
.b-product-groups__counter {
  position: absolute;
  right: 0;
  top: 0;
  background: #ccc;
  padding: 0 5px;
  font-size: 12px;
}
.b-categories-tails .b-product-subgroups,
.b-product-groups .b-product-subgroups {
  background: #fafafa;
  padding: 8px;
  overflow: hidden;
}
.b-categories-tails .b-product-subgroups__item,
.b-product-groups .b-product-subgroups__item {
  text-align: left;
  line-height: 18px;
  margin-bottom: 4px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d9d9d9;
}
.b-categories-tails .b-product-subgroups__item:last-child,
.b-product-groups .b-product-subgroups__item:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.b-categories-tails .b-product-subgroups__link,
.b-product-groups .b-product-subgroups__link {
  font-size: 12px;
}
.b-categories-tails .b-product-subgroups-more,
.b-product-groups .b-product-subgroups-more {
  display: none;
}
.b-product-groups_view_list .b-product-groups__item {
  width: 47.9211%;
  display: block;
  float: left;
  margin-bottom: 24px;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border: 0;
}
.b-product-groups_view_list .b-product-groups__item:after {
  content: "";
  display: table;
  clear: both;
}
.b-product-groups_view_list .b-product-groups__item:nth-child(2n) {
  float: right;
}
.b-product-groups_view_list .b-product-groups__image-link {
  float: left;
  width: 110px;
  margin-right: 20px;
  border: 1px solid #d9d9d9;
  line-height: 130px;
  background: #ffffff;
}
.b-product-groups_view_list .b-product-groups__title-link {
  text-align: left;
  margin-right: 38px;
}
.b-product-groups_view_list .b-product-groups__counter {
  right: auto;
  left: 0;
}
.b-product-groups_view_list .b-product-subgroups {
  background: 0;
  padding: 0;
  text-align: left;
}
.b-product-groups_view_list .b-product-subgroups__item {
  border: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.b-product-groups_view_list .b-product-subgroups__item:after {
  content: ",";
  display: inline-block;
  margin-right: 5px;
  font-size: 15px;
}
.b-product-groups_view_list .b-product-subgroups__item:last-child:after {
  display: none;
}
.b-product-groups_view_list .b-product-subgroups__item_display_hidden {
  display: none;
}
.b-product-groups_view_list .b-product-subgroups-more {
  float: left;
  display: block;
}
.b-catalog-panel {
  margin-bottom: 30px;
  padding: 20px 18px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}
.b-catalog-panel:after {
  display: block;
  clear: both;
  content: "";
}
.b-catalog-panel a span {
  text-decoration: underline;
}
.b-catalog-panel__sort-type {
  color: #525252;
}
.b-catalog-panel__view-as_type_gallery,
.b-catalog-panel__view-as_type_list {
  float: right;
  margin-left: 20px;
  position: relative;
  top: 5px;
}
.b-catalog-panel__pagination {
  float: left;
  font-size: 15px;
}
.b-catalog-panel__perpage-type {
  float: right;
  margin-top: 6px;
}
.b-catalog-panel__icon-bg,
.b-catalog-panel__icon,
.b-catalog-panel__label {
  display: none;
}
.b-catalog-panel__view-as {
  position: relative;
  float: right;
  width: 31px;
  height: 29px;
  margin: -8px 0 0 10px;
  border: 1px solid #b2b2b2;
  background: #9d9c9c url(../images/bg-view-button.gif) no-repeat;
}
.b-catalog-panel__label {
  position: absolute;
  left: -20px;
  top: 100%;
  margin: 4px 0 0;
  padding: 2px 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #d5d5d5 #d2d2d2 #cfcfcf;
  background: #fff;
  color: #333;
  white-space: nowrap;
}
.b-catalog-panel__label:before {
  z-index: 1;
  position: absolute;
  left: 20px;
  top: -6px;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent transparent #cfcfcf;
}
.b-catalog-panel__label:after {
  z-index: 2;
  position: absolute;
  left: 22px;
  top: -4px;
  width: 0;
  height: 0;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: transparent transparent #fff;
  content: "";
}
span.b-catalog-panel__view-as {
  border-color: #000;
  background-color: #242424;
}
a.b-catalog-panel__view-as:hover {
  -webkit-box-shadow: 1px 1px 9px rgba(178, 178, 178, 0.3);
  -moz-box-shadow: 1px 1px 9px rgba(178, 178, 178, 0.3);
  box-shadow: 1px 1px 9px rgba(178, 178, 178, 0.3);
}
a.b-catalog-panel__view-as.b-catalog-panel__view-as_type_list {
  background-position: -31px -29px;
}
a.b-catalog-panel__view-as.b-catalog-panel__view-as_type_list:hover {
  background-position: -31px 0;
}
span.b-catalog-panel__view-as.b-catalog-panel__view-as_type_list {
  background-position: -31px 0;
}
a.b-catalog-panel__view-as.b-catalog-panel__view-as_type_gallery {
  background-position: 0 -29px;
}
a.b-catalog-panel__view-as.b-catalog-panel__view-as_type_gallery:hover {
  background-position: 0 0;
}
span.b-catalog-panel__view-as.b-catalog-panel__view-as_type_gallery {
  background-position: 0 0;
}
/* product list end */
/* contact page start */
.b-contact-info {
  line-height: 20px;
  margin-bottom: 20px;
}
.b-contact-info__cell_width_200 {
  width: 200px;
}
.b-contact-info__cell {
  padding: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
/* contact page end */
/* delivery page start */
.b-delivery-info,
.b-user-content {
  line-height: 20px;
}
.b-delivery-info__title,
.b-user-content__title {
  font-weight: bold;
}
.b-delivery-info__item,
.b-user-content__item {
  list-style: disc;
}
.b-delivery-info__list,
.b-user-content__list {
  margin-left: 20px;
}
.b-delivery-info__text,
.b-user-content__text,
.b-delivery-info__title,
.b-user-content__title,
.b-delivery-info__list,
.b-user-content__list {
  margin-bottom: 10px;
}
/* delivery page end */
/* photos start */
.b-photos-folders__item {
  width: 132px;
  display: inline-block;
  zoom: 1;
  margin: 0 8px 8px 0;
  text-align: center;
  border: 1px solid #d9d9d9;
  padding: 20px;
  vertical-align: top;
  position: relative;
}
.b-photos-folders__photo {
  width: 100px;
  line-height: 100px;
  background: #fff;
  display: block;
  margin: 0px auto 10px auto;
}
.b-photos-folders__count {
  position: absolute;
  top: 5px;
  right: 5px;
  padding-left: 18px;
  width: 18px;
  height: 14px;
  display: inline-block;
  line-height: 13px;
}
.b-photos {
  overflow: hidden;
  margin: 0 -15px;
  padding-right: 15px;
}
.b-photos__item {
  width: 174px;
  display: inline-block;
  zoom: 1;
  margin: 0 0 15px 15px;
  border: 1px solid #d9d9d9;
  padding: 15px;
  text-align: center;
  vertical-align: top;
}
.b-photos__photo,
.b-photos__link {
  display: block;
  margin: auto;
  background: #fff;
  vertical-align: middle;
  line-height: 200px;
}
.b-photos__text {
  margin: 5px 0;
  display: inline-block;
}
.b-photos__item_pos_last {
  margin-right: 0px;
}
.b-photos__title {
  display: inline-block;
  height: 38px;
  position: relative;
  overflow: hidden;
}
.b-photos__title:before {
  content: ".";
  font-size: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.b-photos__image {
  max-width: 100%;
  vertical-align: middle;
}
/* photos end */
/* photos end */
.b-promo-list__item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.b-promo-list__item:after {
  content: "";
  clear: both;
  display: table;
}
.b-promo-list__icon-link {
  float: left;
  display: inline-block;
  margin-right: 10px;
}
.b-promo-list__text {
  overflow: hidden;
}
/* price list start */
.b-price-list__item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 20px;
}
.b-price-list__item:after {
  content: "";
  clear: both;
  display: table;
}
.b-price-list__item > a {
  float: left;
  margin-right: 15px;
  display: inline-block;
}
/* price list end */
.b-drop-phones_type_single .b-drop-phones__item {
  cursor: auto;
}
/* content end */
.b-reviews .b-button-colored {
  width: 170px;
  text-decoration: none;
  text-align: center;
}
.b-reviews .b-button-colored:hover {
  color: #262626;
}
.b-reviews .b-button-colored__info,
.b-reviews .b-button-colored__icon {
  display: none;
}
.b-reviews .b-button-colored__text {
  display: inline-block;
  float: none;
  background: none;
}
.b-reviews__add-review {
  display: inline-block;
  margin-bottom: 30px;
}
.b-discount {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 2px 8px 4px;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  background: #262626;
  display: block;
  width: auto;
  top: auto;
  bottom: 0px;
  background: #e61638;
}
.b-discount__first-line span {
  display: block;
}
.b-discount_type_timeout {
  background: #e61638;
  height: auto;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: auto;
  padding: 0;
}
.b-discount_type_timeout .b-discount__holder {
  height: auto;
  width: auto;
  display: table-cell;
}
.b-discount_type_timeout .b-discount__second-line {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
}
.b-discount_type_timeout .b-discount__first-line {
  border-right: 1px dotted #fff;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
}
.b-centered-image_width_170 .b-discount {
  width: auto;
  height: auto;
  background: #e61638;
  position: absolute;
  line-height: 12px;
}
.b-centered-image_width_170 .b-discount__holder {
  text-align: center;
  color: #FFF;
  width: auto;
  display: block;
  height: auto;
  padding: 1px 8px 4px;
}
.b-centered-image_width_170 .b-discount__first-line,
.b-centered-image_width_170 .b-discount__second-line {
  font-size: 12px;
  line-height: 12px;
  color: #FFF;
  display: block;
  margin: 0px 2px;
}
.b-centered-image_width_170 .b-discount_type_timeout {
  left: -1px;
  right: -1px;
  bottom: -1px;
  padding: 0;
}
.b-centered-image_width_170 .b-discount_type_timeout .b-discount__first-line {
  border: 0;
  border-bottom: 1px dotted #fff;
}
.b-product__price_type_old {
  color: #777;
  text-decoration: line-through;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 3px;
  color: #e61638;
}
/* comennts */
.b-deal-confirm {
  margin-left: 5px;
  cursor: pointer;
  color: #333333;
}
.b-comments-info__more {
  margin-bottom: 5px;
  display: inline-block;
  color: #e61638;
}
.b-comments-info__item a {
  margin-left: 5px;
}
.b-comments-info__hidden {
  display: none;
}
.b-comments-info__total-count {
  margin-right: 7px;
}
.b-comments {
  margin: 15px 0;
  border: 1px solid #d9d9d9;
  padding: 0;
}
.b-comments:after {
  content: "";
  display: table;
  clear: both;
}
.b-comments__item {
  border-bottom: 1px solid #d9d9d9;
  padding: 20px;
}
.b-comments__item:after {
  content: "";
  display: table;
  clear: both;
}
.b-comments__item:last-child {
  border: 0;
  /*padding-bottom: 0;*/
  margin-bottom: 0;
}
.b-comments__item:nth-child(2n) {
  background: #fafafa;
}
.b-comments__feedback {
  width: 100%;
  clear: both;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  margin-top: 10px;
  float: left;
}
.b-comments__author-registered,
.b-comments__author-name {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 2px;
}
.b-comments__date {
  margin: 0 0 3px;
  display: block;
}
.b-comments__left-column {
  float: left;
  width: 35%;
}
.b-comments__right-column {
  float: right;
  width: 61%;
}
.b-comments__text b {
  color: #000;
  margin-right: 5px;
}
/* portfolio */
.b-portfolio-list .b-portfolio-list__confirmed {
  color: #e61638;
}
.b-portfolio-list__item:after {
  content: "";
  display: table;
  clear: both;
}
.b-portfolio-list__image-link {
  display: inline-block;
  padding: 5px;
  margin: 10px 0;
  border: 1px solid #d9d9d9;
  max-width: 70%;
}
.b-portfolio-list__image {
  max-width: 100%;
}
.b-portfolio-list .b-custom-button {
  margin-bottom: 4px;
}
.b-portfolio-list__info > a {
  margin-right: 5px;
  margin-bottom: 4px;
  display: inline-block;
}
.b-portfolio-list__photos {
  display: block;
  margin-bottom: 5px;
}
.b-portfolio-list__text {
  margin-bottom: 5px;
}
.b-portfolio-list__confirmed {
  display: block;
  margin-bottom: 3px;
}
.b-portfolio-list .b-rating {
  margin: 7px 0;
  display: block;
}
.b-portfolio-list .b-rating__status-text {
  display: none;
}
.b-portfolio__gallery-wrap-img .b-portfolio__gallery-img {
  max-width: 100%;
}
.portfolio-photos {
  padding-right: 0;
}
.portfolio-photos .b-portfolio__gallery-descr-img {
  height: 42px;
  overflow: hidden;
  position: relative;
}
.portfolio-photos .b-portfolio__gallery-descr-img:before {
  content: ".";
  font-size: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 100%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
/* adds */
.b-contact-info__table {
  margin-bottom: 20px;
  width: 100%;
}
.b-company-social-links {
  font-size: 0;
  line-height: 0;
  margin-bottom: 15px;
}
.b-company-social-links__cell {
  display: inline-block;
  margin-right: 5px;
  vertical-align: baseline;
}
.b-company-social-links__cell > div {
  vertical-align: middle !important;
}
.b-company-social-links__link {
  margin-right: 5px;
  text-decoration: none;
  vertical-align: middle;
}
.b-company-social-links img {
  vertical-align: middle;
}
.b-credit {
  display: inline-block;
  margin: 10px 0px;
  overflow: hidden;
  color: #FFF;
  background: #2eb398;
  padding: 12px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.b-credit:hover {
  color: #FFF;
  background: #262626;
}
.b-credit__icon {
  width: 29px;
  height: 13px;
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.b-credit__text {
  float: right;
}
/* adds */
.b-reviews__hide {
  display: none;
}
.b-reviews__verified-state {
  font-weight: bold;
  text-decoration: underline;
}
.b-product__additional-button {
  display: none;
}
.b-pager__link {
  float: left;
  margin-right: 5px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 31px;
  border: 1px solid #d9d9d9;
  background: #f6f6f6;
}
.b-pager__link_type_current,
.b-pager__link:hover {
  background-color: #e61638;
  color: #fff;
  border-color: #e61638;
}
.b-pager__dotted-link {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  line-height: 31px;
}
/* adds */
.b-news-group {
  line-height: 20px;
}
.b-news-group__header {
  margin: 0px 0px 10px 0px;
  text-align: center;
}
.b-news-group__header-link {
  font-size: 26px;
  text-decoration: none;
}
.b-news-group__item {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d4d4;
}
.b-news-group__date {
  font-size: 12px;
  color: #ff342a;
  display: block;
  text-align: right;
}
.b-news-group__image-link {
  display: block;
  float: left;
  margin-right: 20px;
  min-width: 100px;
  text-align: center;
}
.b-news-group__image {
  max-width: 100px;
}
.b-news-view {
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}
.b-news-view__image {
  float: left;
  margin: 0 20px 15px 0;
}
.b-news-view__image a {
  display: block;
  border: 1px solid #e5e5e5;
  background: #fff;
  text-align: center;
}
.b-news-view__image a img {
  max-width: 96%;
  margin: 3px 0;
  vertical-align: middle;
}
.b-news-view__info {
  font-weight: bold;
  font-size: 18px;
}
.b-news-view__date {
  text-align: right;
  color: #3bb614;
  font-size: 11px;
}
.b-user-content ul {
  margin-left: 20px;
}
/* adds */
.b-slider {
  position: relative;
  width: 100%;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 30px;
}
.b-slider__wrapper {
  width: 100%;
  height: 344px;
}
.b-slider__link + .b-slider__link {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.b-slider__left-control,
.b-slider__right-control {
  display: inline-block;
  width: 15px;
  height: 45px;
  font-size: 43px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ebebeb;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -22px;
  z-index: 2000;
}
.b-slider__right-control {
  left: auto;
  right: 10px;
}
.b-slider__left-control:before {
  content: "\f0d9";
}
.b-slider__left-control:hover {
  color: #e61638;
}
.b-slider__right-control:before {
  content: "\f0da";
}
.b-slider__right-control:hover {
  color: #e61638;
}
.b-slider-controls {
  position: absolute;
  bottom: 8px;
  right: 13px;
  width: 100%;
  text-align: center;
  z-index: 1001;
}
.b-slider-controls__item {
  display: inline-block;
  width: 15px;
  height: 15px;
  font-size: 15px;
  margin: 0px 2px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ebebeb;
}
.b-slider-controls__item:before {
  content: "\f111";
}
.b-slider-controls__item:hover {
  color: #e61638;
}
.b-slider-controls__item_state_active {
  color: #e61638;
}
.b-similar-products__image {
  background: #FFF;
}
/* footer */
.b-sitewide-links-bg {
  width: 100%;
  margin-bottom: 10px;
}
.b-sitewide-links,
.b-boilerplate-text {
  width: 1170px;
  max-width: 100%;
  margin: 0 auto 5px;
  padding: 46px 0 42px;
  overflow: hidden;
}
.b-sitewide-links__column,
.b-boilerplate-text__column,
.b-sitewide-links__item,
.b-boilerplate-text__item {
  width: 25%;
  float: left;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}
.b-sitewide-links__column,
.b-boilerplate-text__column,
.b-sitewide-links__item:first-child,
.b-boilerplate-text__item:first-child {
  margin-left: 0;
}
.b-sitewide-links__column-title,
.b-boilerplate-text__column-title,
.b-sitewide-links__title,
.b-boilerplate-text__title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #ffffff;
}
.b-sitewide-links a,
.b-boilerplate-text a {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 22px;
  color: #777;
  display: inline-block;
  margin-bottom: 10px;
}
.b-sitewide-links a:hover,
.b-boilerplate-text a:hover {
  color: #ffffff;
}
.b-sitewide-links a:before,
.b-boilerplate-text a:before {
  /*content: "\f111";*/
  content: "\2022";
  margin: 1px 7px -1px 0;
  font: 12px/18px Arial, Helvetica, sans-serif;
  color: #969595;
  float: left;
  font-size: 22px;
}
.b-boilerplate-text {
  border-top: 1px solid #373737;
  padding-top: 0;
  margin-top: -20px;
}
.b-boilerplate-text a:before {
  display: none;
}
.b-footer {
  background: #000;
}
.b-footer a {
  color: #777;
}
.b-footer a:hover {
  color: #e61638;
}
.wrapper-home .content {
  width: 100%;
  float: none;
}
.wrapper-home .b-product-line_type_gallery {
  width: 23.22222%;
  margin-right: 2.33333%;
}
.wrapper-home .b-product-line_pos_last {
  margin-right: 0;
}
.wrapper-home .b-categories-tails__tail {
  width: 222px;
}
.wrapper-home .b-product-groups_view_gallery .b-product-groups__item {
  width: 222px;
}
.b-portfolio-list__confirmed {
  color: #e61638;
}
.b-portfolio__confirmed-label-text {
  color: #e61638;
}
.b-product-line .b-product-line__order-bar {
  text-align: right;
}
.b-product-line_type_gallery .b-product-line__order-bar {
  text-align: center;
}
.b-product__order-bar .b-one-click-order__icon {
  display: none;
}
.b-product__drop-phones {
  margin-top: -20px;
}
.b-drop-phones {
  display: block;
  position: relative;
  text-align: center;
  height: 24px;
  width: 175px;
}
.b-drop-phones__icon:before {
  content: "\f10b";
  font-size: 14px;
  margin-right: 5px;
}
.b-custom-order {
  display: inline-block;
  vertical-align: middle;
  color: #888;
  border-bottom: 2px dotted;
  margin-top: -10px;
  margin-bottom: 7px;
}
.b-custom-order:hover {
  cursor: pointer;
  color: #333;
}
.b-button-colored__icon {
  height: 49px;
  float: left;
  width: 49px;
  text-align: center;
  line-height: 49px;
  background: #262626;
  margin: 0 12px -1px -22px;
  text-indent: 8px;
  color: #ffffff;
}
/* used goods */
.b-used-goods__preview-img {
  margin-top: 0px;
  margin-right: 20px;
  margin-bottom: 7px;
  float: left;
}
.b-used-goods__link {
  display: inline;
}
.b-used-goods__link:after {
  position: relative;
  content: '';
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  clear: both;
}
/* used goods */
.b-content__body.b-user-content a {
  font-size: 13px;
  margin: 0 4px;
}
@media only screen and (max-width: 1199px) {
  body {
    min-width: 980px;
  }
  .header,
  .wrapper,
  .b-head-control-panel__container {
    width: 980px;
  }
  .b-menu__container,
  .b-sitewide-links {
    width: 950px;
  }
  .b-product-line_type_gallery .b-product-line__image-wrapper {
    line-height: 191px;
  }
  .b-menu__link {
    font-size: 16px;
  }
  .b-sidebar-menu__submenu {
    font-size: 13px;
    padding-left: 25px;
  }
  .b-sidebar-menu__link {
    font-size: 17px;
  }
  .b-categories-tails__tail {
    width: 165px;
  }
  .b-categories-tails_type_gallery .b-centered-image {
    line-height: 165px;
  }
  .b-product__image {
    line-height: 243px;
  }
  .b-similar-products__image {
    line-height: 128px;
  }
  .wrapper-home .b-categories-tails__tail {
    width: 178px;
  }
  .b-slider {
    width: 706px;
    max-height: 285px;
  }
  .b-slider__wrapper {
    height: 280px !important;
  }
  .b-slider img {
    max-width: 100%;
    width: 706px;
  }
  .b-photos__item {
    width: 192px;
  }
  .b-sitewide-links-bg .b-content__body p {
    margin-left: 15px;
  }
}
