.ta-block-pricing-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-align: center;
  max-width: 800px !important;
  width: 100%;
  margin: auto;
  text-wrap: balance;
}
.ta-block-pricing-header__title {
  color: #213856 !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
}
.ta-block-pricing-header__subtitle {
  color: #566f8f;
  font-size: 20px;
  margin-bottom: 0;
}

.ta-block-pricing-header#black-friday {
  max-width: 100% !important;
  gap: 0;
}
.ta-block-pricing-header#black-friday .ta-block-pricing-header__title {
  display: flex;
  align-items: center;
  font-family: "Lemfont", sans-serif !important;
  font-size: 60px;
}
.ta-block-pricing-header#black-friday .ta-block-pricing-header__title img {
  max-width: 177px;
  width: 100%;
  height: auto;
}
.ta-block-pricing-header#black-friday .ta-block-pricing-header__countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin-top: 4rem;
  padding: 14px;
  width: 100%;
  background: linear-gradient(135deg, #393939 0%, #1d1d1b 100%);
}
.ta-block-pricing-header#black-friday .ta-block-pricing-header__countdown--timer {
  display: flex;
  align-items: start;
  gap: 0.5rem;
}
.ta-block-pricing-header#black-friday .ta-block-pricing-header__countdown--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}
.ta-block-pricing-header#black-friday .ta-block-pricing-header__countdown--value {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  min-width: 50px;
  text-align: center;
}
.ta-block-pricing-header#black-friday .ta-block-pricing-header__countdown--label {
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: normal;
}
.ta-block-pricing-header#black-friday .ta-block-pricing-header__countdown--separator {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0.25rem;
}
.ta-block-pricing-header#black-friday .ta-block-pricing-header__countdown--promo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  font-family: "Lemfont", sans-serif !important;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-top: 4px;
}
.ta-block-pricing-header#black-friday .ta-block-pricing-header__countdown--promo-code {
  display: block;
  background: #ec6181;
  color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: normal;
  height: 36px;
  margin-bottom: 4px;
}
.ta-block-pricing-header#black-friday .ta-block-pricing-header__subtitle {
  font-size: 60px;
  font-family: "Lemfont", sans-serif !important;
  text-transform: uppercase;
  color: #213856;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 500px) {
  .ta-block-pricing-header#black-friday .ta-block-pricing-header__title {
    font-size: 40px;
  }
  .ta-block-pricing-header#black-friday .ta-block-pricing-header__title img {
    width: 110px;
  }
  .ta-block-pricing-header#black-friday .ta-block-pricing-header__subtitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 350px) {
  .ta-block-pricing-header#black-friday .ta-block-pricing-header__title {
    flex-direction: column;
    font-size: 28px;
  }
  .ta-block-pricing-header#black-friday .ta-block-pricing-header__subtitle {
    font-size: 28px;
  }
}
