.bestseller-badge{
  position: absolute;
  right:-2px;
  top:-25px;
  width: 100px;
  height: 88px;
  background: url(../img/bestseller_ru.png) no-repeat;
}
.new-badge{
  position: absolute;
  right:-2px;
  top:-25px;
  width: 100px;
  height: 88px;
  background: url(../img/new_ru.png) no-repeat;
}
.bestprice-badge{
  position: absolute;
  right:-2px;
  top:-25px;
  width: 100px;
  height: 88px;
  background: url(../img/bestprice_ru.png) no-repeat;
}
.preorder-badge{
  position: absolute;
  right:-2px;
  top:-25px;
  width: 100px;
  height: 88px;
  background: url(../img/preorder_ru.png) no-repeat;
}
.last-size-badge{
  position: absolute;
  right:-2px;
  top:-25px;
  width: 100px;
  height: 88px;
  background: url(../img/last_size_ru.png) no-repeat;
}
.sale-badge{
  position: absolute;
  right:-2px;
  top:-25px;
  width: 100px;
  height: 88px;
  background: url(../img/sale_ru.png) no-repeat;
}