#promo {
  height: 100%;
  padding: 0 10px 0 0;
  background: #e5e5e5;
}
#promo:after {
  content: '';
  display: table;
  clear: both;
}
#promo article {
  overflow: hidden;
  width: 100%;
  margin: 10px 0;
}
#promo .fr-promo {
  display: none;
}
#promo ul {
  list-style-type: none;
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.admin .preview-item #promo {
  background: transparent;
}
.admin .preview-item #promo .fr-promo {
  display: block;
}
.admin .preview-item #promo .offer {
  background: #e5e5e5;
  max-width: 320px;
  overflow: hidden;
  padding: 10px 10px 10px 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

#promo .offer,
.admin .preview-item #promo .offer {
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-align: left;
  color: #a0a0a0;
}
#promo .offer .thumb,
.admin .preview-item #promo .offer .thumb {
  float: left;
  width: 32%;
}
#promo .offer .thumb img,
.admin .preview-item #promo .offer .thumb img {
  display: block;
  width: 100%;
  padding-bottom: 0;
}
#promo .offer .inner,
.admin .preview-item #promo .offer .inner {
  display: block;
  padding-left: 10px;
  overflow: hidden;
  position: relative;
  white-space: normal;
}
#promo .offer strong,
.admin .preview-item #promo .offer strong {
  display: block;
  font-size: 18px;
  padding-top: 5px;
  font-weight: bold;
  color: #340606;
}
#promo .offer .fs_descr,
.admin .preview-item #promo .offer .fs_descr {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}
#promo .offer .price,
.admin .preview-item #promo .offer .price {
  display: block;
  margin-top: 5px;
}
#promo .offer .price .fs_price,
.admin .preview-item #promo .offer .price .fs_price {
  color: #340606;
  font-size: 28px;
}

.promo-slider {
  position: relative;
}
.promo-slider .bx-wrapper {
  position: relative;
  height: 100% !important;
}
.promo-slider .bx-viewport {
  height: 100% !important;
}
