.plan_header {
  border-bottom: 1px solid rgba(20, 21, 31, 0.12);
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.plan_header .discount_label {
  position: absolute;
  top: 16px;
  right: 16px;
  border-radius: 32px;
  border: 1px solid rgba(51, 57, 241, 0.16);
  background: rgba(51, 57, 241, 0.16);
  color: rgba(20, 21, 31, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px; /* 150% */
  padding: 2px 7px;
}
.plan_header .discount_label:empty {
  display: none;
}
.plan_header .plan_category_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px; /* 162.5% */
}
.plan_header .plan_price {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px; /* 150% */
}
.plan_header .plan_price .price {
  color: rgba(20, 21, 31, 0.5);
}
.plan_header .plan_price .delete {
  text-decoration: line-through;
  margin-top: 32px;
}
.plan_header .plan_price .delete:empty {
  margin-top: 50px;
}
.plan_header .plan_price .main-price .plan_price_el {
  font-size: var(--Headline-Size-h3, 32px);
  font-weight: 700;
  line-height: 44px; /* 137.5% */
}
.plan_header .plan_price .main-price .month_sign {
  font-size: 16px;
  line-height: 24px; /* 150% */
}
.plan_header .pricing_buttons_parent {
  text-align: center;
}
.plan_header .pricing_style_button {
  border-radius: 8px;
  border: 1px solid rgba(20, 21, 31, 0);
  background: #14151F;
  margin: 24px 0 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px; /* 150% */
  padding: 10px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  text-decoration: none;
}
.plan_header .pricing_style_button span {
  color: #FFF;
}
.plan_header .pricing_style_button.blue_bg {
  background-color: #3339F1;
}
.plan_header .pricing_style_button:hover {
  opacity: 0.8;
}
.plan_header .or_buy_now {
  color: #14151F;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px; /* 150% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: inline-block;
  width: 100%;
}
.plan_header .or_buy_now:hover {
  text-decoration: none;
}
.plan_header .price-month-info {
  margin-top: 16px;
  color: rgba(20, 21, 31, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px; /* 150% */
}

[data-tab=agency] [data-category=premium] .pricing_style_button {
  margin-bottom: 45px;
}
