@import url(//fonts.googleapis.com/css?family=Ubuntu&subset=latin,cyrillic);
/* layots */

.b-home-promo {
  padding-bottom: 0;
}
.b-home-promo .viewport {
  width: auto;
}
a.b-product-base-item {
  text-decoration: none;
  display: block;
  overflow: hidden;
}
.b-product-base-item_i {
  display: block;
  float: left;
  margin: 25px;
  border-radius: 6px;
}
.b-product-base-item_i span {
  display: block;
}
.b-product-base-item_i_shadow {
  display: block;
  float: left;
  margin: 25px;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.b-product-base-item_i_frame {
  border: 1px solid;
  padding: 3px;
}
.b-product-base-item_i span.b-hidden-text {
  display: none;
  font-size: 16px;
  text-align: left;
  width: 100%;
}
.b-hidden-text span {
  padding: 0 10px;
}
.b-product-base-item_i span.b-product-base-item_i_button {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.b-product-base-item_i_button_title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: block;
  /*border-bottom: 1px solid #5f9100;*/

}
.b-product-base-item_i_button_img {
  overflow: hidden;
  height: 90%;
}
.b-product-base-item_i span.b-button {
  height: 28px;
  margin: 10px auto 5px;
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
  line-height: 28px;
  bottom: 0;
  padding: 0 10px;
}
.img {
  margin: 25px auto;
}
.b-text {
  font-size: 17px;
  padding: 10px 10px 0 10px;
}
.b-product-base-item_i_button_info {
  background: url("/Upload/scres/2" "images/info.png") repeat scroll 0 0 transparent;
  position: absolute;
  /*border-top: 1px solid #575757;*/
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  display: block;
}
#main-cont .viewport {
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  position: relative;
}
/* Tiny Scrollbar */

.scrollbarContainer {
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  position: relative;
}
.scrollbarContainer .viewport {
  height: 100%;
  min-height: 100%;
  position: relative;
  overflow: hidden;
}
.scrollbarContainer .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
.scrollbarContainer .scrollbar {
  position: relative;
  float: right;
  width: 11px;
}
.scrollbarContainer .track {
  height: 100%;
  width: 11px;
  position: relative;
}
.scrollbarContainer .thumb {
  background: #bbbbad;
  height: 20px;
  width: 11px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.scrollbarContainer .thumb .end {
  display: none;
}
.scrollbarContainer .disable {
  display: none;
}
