.pricing-toggle {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 48px auto 34px;
  padding: 4px 5px;
  border-radius: 10px;
  background-color: #E9EAEC;
}

.toggle-btn {
  padding: 16px 24px;
  background-color: transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: .28px;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #272E35;
  outline: none;
}

.toggle-btn.active {
  background-color: #fff;
}

.toggle-btn .toggle-btn__small-text {
  display: none;
  font-weight: normal;
  font-size: 14px;
}

.title {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: -0.24px;
  margin-bottom: 4px;
  color: #3b4348;
}

@media (min-width: 1024px) {
  .pricing-toggle {
    height: auto;
    padding: 4px 5px;
    margin: 82px auto 54px;
    max-width: 650px;
  }

  .toggle-btn {
    height: auto;
  }

  .toggle-btn .toggle-btn__small-text {
    display: block;
    margin-top: 4px;
  }
}

/* STYLE DLA PROMOCJI DZIELONE MIEDZY products-table-pricing products-card-pricing */

.promo-box {
  margin: 25px auto 20px;
}

.promo-box {
  min-width: 345px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 0 11px 11px 0 rgba(0, 0, 0, 0.09);
  border: 2px solid transparent;
  position: relative;
  z-index: 1;
}
.promo-box--danger .promo-box__label {
  background-color: #f02a36;
  color: #fff;
}
.promo-box__label {
  position: absolute;
  display: inline-block;
  z-index: 2;
  padding: 3px 6px 1px;
  border-radius: 6px;
  top: 0;
  left: 50%;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.promo-box__label span {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  line-height: 18px;
  text-transform: uppercase;
}
.promo-box__content {
  text-align: center;
  padding: 20px 20px 10px;
}
.promo-box__content p {
  font-size: 28px;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: -0.28px;
  color: #3b4348;
}
.promo-box__footer {
  padding: 8px 20px;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 0 0 12px 12px;
}
.promo-box__footer p {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: #3b4348;
}
.promo-box--danger {
  border-color: #f02a36;
}

/* KONIEC STYLE DLA PROMOCJI */

/* STYLE DZIELONE DLA TAG */
.info-tag svg {
  height: 16px;
}

.info-tag.test-free {
  background-color: #D1FED5;
  padding: 5px 12px;
}

.info-tag.test-free span.info-tag__text {
  font-size: 14px;
  font-weight: 800;
}



