/* STYLOWANIE TIMERA */

.ft__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100vw;
}

.ft__display {
  position: relative;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  padding: 0.2em;
}

.ft__border .ft__display {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1em 0.5em;
}

.ft__light.ft__border .ft__display {
  border-color: rgba(0, 0, 0, 0.1);
}

.ft__dots {
line-height: 2;
}

.ft__item {
  min-width: 52px;
  position: relative;
}

.ft__plate {
  position: relative;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  font-weight: 500;
  transition: all 0.15s ease-in-out;
  opacity: 1;
  z-index: 2;
  text-align: center;
  font-size: 30px;
}
@media (min-width: 475px) and (max-width: 767px) {
  .ft__item {
    min-width: 52px;
  }
}
@media (min-width: 768px) {
  .ft__item {
    min-width: 62px;
  }
}
.ft__plate.animate {
  opacity: 0.3;
}
.ft__label {
  font-weight: 400;
  font-size: 16px;
}

/* STYLOWANIE TIMERA Z API CENOWEGO */

#wariant-superpremium, #wariant-premium {
  .ft__item {
    min-width: 36px;
  }
  .ft__plate {
    font-size: 20px;
  }
  .ft__label {
    font-weight: 400;
    font-size: 12px;
  }
}

/* STYLOWANIE TIMERA END */
