.item-labels {
  position: relative;
  height: 0;
}
.item-labels .label-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between;
  bottom: 0;
  height: 26px;
  background-color: rgba(50,50,50,0.902);
  margin: 0 -2px;
  width: calc(100% + 4px);
  border-radius: 3px;
  overflow: hidden;
}
.item-labels .label-wrapper.limit-empty.expired-empty {
  background-color: transparent;
}
.item-labels .label-wrapper.limit-empty.expired-empty div:not(.discount-label) {
  display: none;
}
.item-labels .label-wrapper .discount-label {
  background: url(../_/_/promo/images/discount/jlm_Bt6.svg) no-repeat right;
  -ms-background-size: cover;
  background-size: cover;
  width: 42px;
  padding-top: 0;
  text-align: center;
  color: #fff;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 10px;
  line-height: 26px;
  border-radius: 3px 0 0 3px;
}
.item-labels .label-wrapper .discount-label.limit {
  background: url(../_/_/promo/images/discount/2zV5KNk.svg) no-repeat right;
  line-height: 9px;
  font-size: 8px;
  padding: 4px;
  text-align: left;
}
.item-labels .label-wrapper.limit-empty .discount-label.limit {
  display: none;
}
.item-labels .label-wrapper.limit-empty .spots,
.item-labels .label-wrapper.limit-empty .dot {
  display: none;
}
.item-labels .label-wrapper.limit-empty .endsin {
  display: inline-block;
}
.item-labels .label-wrapper.expired-empty .ends,
.item-labels .label-wrapper.expired-empty .dot {
  display: none;
}
.item-labels .label-wrapper.expired-empty .text-spots {
  display: iunline-block;
}
.item-labels .label-wrapper.spots-empty .spots,
.item-labels .label-wrapper.spots-empty .dot {
  display: none;
}
.item-labels .label-wrapper.spots-empty .endsin {
  display: block;
  padding-right: 4px;
}
.item-labels .label-wrapper .endspots {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
}
.item-labels .label-wrapper .text-spots,
.item-labels .label-wrapper .endsin {
  display: none;
}
.item-labels .label-wrapper .percent {
  color: #fff;
  text-shadow: 0px 0px 0px #fff;
  font-size: 12px;
  margin-left: -2px;
}
.item-labels .label-wrapper .ends,
.item-labels .label-wrapper .spots {
  font-family: 'museo_sans_cyrl_500', Arial, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 25px;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.item-labels .label-wrapper .ends .bold,
.item-labels .label-wrapper .spots .bold {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
.item-labels .label-wrapper .dot {
  position: relative;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #90c816;
  margin: 0px 5px;
  top: 10px;
}
.item-labels .label-wrapper .dot:after {
  content: '';
  position: absolute;
  display: block;
  width: 3px;
  height: 3px;
  top: 1px;
  left: 1px;
  border-radius: 50%;
  background-color: #323232;
}
.item-labels .label-wrapper .time {
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
}
.item-labels .label-wrapper .blink {
  -webkit-animation: blink-animation 1s steps(3, start) infinite;
  animation: blink-animation 1s steps(3, start) infinite;
}
.item-labels .label-wrapper.expired-empty .ends,
.item-labels .label-wrapper.expired-empty .dot {
  display: none;
}
.item-labels .label-wrapper.expired-empty .text-spots {
  display: inline-block;
}
.profiles-list .event-label {
  position: relative;
  margin-top: -10px;
  width: 56px;
  height: 53px;
  padding-bottom: 17%;
  padding-right: 3%;
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center;
  background: url(../_/_/promo/images/promooffer/r18Dh3g.svg) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
  color: #fff;
  font-family: 'museo_sans_cyrl_900', Arial, sans-serif;
  font-size: 10px;
}
@media (min-width: 660px) {
  .profiles-list .label-wrapper .discount-label .percent {
    font-size: 12px;
  }
  .profiles-list .label-wrapper.trial .discount-label .percent {
    font-size: 9px;
  }
  .profiles-list .event-label {
    width: 68px;
    height: 64px;
    font-size: 12px;
    margin-top: -11px;
  }
  .item-labels .label-wrapper .label-title {
    width: 60px;
    height: 32px;
    font-size: 14px;
    line-height: 33px;
  }
}
@media (min-width: 769px) {
  .item-labels .label-wrapper {
    height: 32px;
  }
  .item-labels .label-wrapper .discount-label {
    width: 64px;
    -ms-background-size: auto;
    background-size: auto;
    line-height: 33px;
    background-repeat: no-repeat;
    background-position: top left;
    margin-left: -2px;
  }
  .item-labels .label-wrapper .discount-label.limit {
    line-height: 12px;
    font-size: 10px;
    padding: 5px 10px;
  }
  .item-labels .label-wrapper .discount-label .percent {
    font-size: 14px;
  }
  .item-labels .label-wrapper .ends,
  .item-labels .label-wrapper .spots {
    font-size: 14px;
    line-height: 33px;
  }
  .item-labels .label-wrapper .dot {
    top: 13px;
  }
  .item-labels .label-wrapper.trial .discount-label .percent {
    font-size: 14px;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .profiles-list .discount-label.valentine {
    top: -15px;
    left: 0;
    padding-bottom: 5px;
    width: 67px;
    height: 55px;
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .profiles-list .discount-label.valentine {
    top: -13px;
    left: 5px;
    padding-bottom: 5px;
    width: 77px;
    height: 63px;
    font-size: 18px;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}

