/* consent_compare_plans.css — faithful port of the live clickio.com/consent_compare_plans
   hand-made T123 compare table (rec2266242013). Semantic classes (.plans-inner,
   .plans-row--price/--subtitle/--data, .plans-col, .c-switcher) and CSS custom
   properties (--MainTextColor etc.) preserved so pricing edits stay trivial. */

  :root {
  --MainTextColor: #283975;
  --AlternativeTextColor: #0d1240;
  --ColumnColor: #f0f4f8;
  --ColumnProColor: #00ad98;
  --WhiteColor: #ffffff;
  --BorderColor: #c7c7c7;
  --FixedTitleBgColor: #dee7f0;
  --BtnBgColor: #DD4242;

  --green-1: #00AD98;
  --border-color: #DFE2EA;
  --base-1: #282A3C;
  }
.back-link {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 2000;
  }
.plans-switcher {
  display: flex;
  justify-content: center;
  flex: 1;
  margin-bottom: 24px;
  }
.c-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 2px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  }
.c-switcher__item {
  border-radius: 20px;
  padding: 2px 16px;
  background-color: var(--WhiteColor);
  color: var(--base-1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: inherit;
  transition: opacity 0.15s ease, background-color 0.15s ease, color 0.15s ease;
  }
.c-switcher__item.is-active {
  background-color: var(--base-1);
  color: var(--WhiteColor);
  }
.c-switcher__item:hover {
  cursor: pointer;
  opacity: 0.9;
  }
.c-switcher--lg .c-switcher__item {
  padding-block: 9px;
  }
.plans-wrap, .plans, .plans *, .plans *::before, .plans *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
.plans-wrap {
  width: 100%;
  max-width: 1400px;
  padding: 0 30px;
  margin: 168px auto 0;
  position: relative;
  }
.plans {
  font-size: 16px;
  font-family: 'Inter', Arial, sans-serif;
  margin-top: 15px;
  margin-bottom: 120px;
  color: var(--MainTextColor);
  line-height: 1.25;
  }
.plans__sentinel {
  position: relative;
  z-index: 2000;
  }
.plans-inner {
  position: relative;
  }
.plans-tile {
  display: none;
  }
.plans-row {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 10;
  }
.plans-title, .plans-col {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  }
.plans-title {
  flex: 0 0 calc(30% - 45px);
  max-width: calc(30% - 45px);
  padding-right: 8px;
  }
.plans-col {
  flex: 0 0 13.8%;
  max-width: 13.8%;
  text-align: center;
  justify-content: center;
  padding-left: 4px;
  padding-right: 4px;
  box-sizing: border-box;
  }
.plans-col + .plans-col {
  margin-left: 15px;
  }
.plans-col:not(:nth-child(4)) {
  background-color: var(--ColumnColor);
  }
.plans-col:nth-child(4) {
  border-left: 2px solid var(--ColumnProColor);
  border-right: 2px solid var(--ColumnProColor);
  }
.plans-col-inner  {
  margin-bottom: 6px;
  }
.plans-col-inner hr {
  border-top: 1px solid var(--BorderColor);
  border-bottom: none;
  border-right: none;
  border-left: none;
  }
.plans-col-block {
  display: flex;
  align-items: center;
  justify-content: center;
  }
.plans-row--is-sticky {
  position: sticky;
  top: 132px;
  z-index: 100;
  }
.plans-row--title .plans-col {
  height: 46px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: var(--ColumnColor);
  border-radius: 40px 40px 0 0;
  color: var(--MainTextColor);
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.03s linear;
  }
.plans-row--title .plans-col--pro {
  background-color: var(--ColumnProColor);
  color: var(--WhiteColor);
  font-weight: 600;
  }
.plans-row--title.is-fixed .plans-col {
  border-radius: 0;
  }
.plans-row--title.is-fixed .plans-col:not(.plans-col--pro) {
  background-color: var(--FixedTitleBgColor);
  }
.plans-row--price {
  color: var(--AlternativeTextColor);
  }
.plans-row--price .plans-col {
  padding: 15px 0 0;
  }
.plans-row--price strong {
  font-size: 44px;
  }
.plans-row--price strong.is-small-price {
  font-size: 36px;
  }
.plans-row--price span {
  font-size: 14px;
  padding-left: 10px;
  text-align: left;
  }
.price-item {
  display: none;
  }
.price-item.is-visible {
  display: flex;
  }
.plans-row--sites .plans-title, .plans-row--sites .plans-col {
  padding-top: 0;
  padding-bottom: 0;
  align-items: flex-start;
  }
.plans-row--subtitle {
  font-size: 24px;
  font-weight: 700;
  z-index: 50;
  background-color: var(--WhiteColor);
  }
.plans-row--subtitle .plans-title {
  color: var(--AlternativeTextColor);
  padding-left: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 4px;
  transition: all 0.03s linear;
  }
.plans-row--subtitle.is-fixed .plans-title {
  background-color: var(--FixedTitleBgColor);
  height: 46px;
  }
.plans-col__img {
  width: 20px;
  height: 20px;
  }
.plans-row--data::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 25px;
  bottom: 0;
  margin: auto;
  border-bottom: 1px solid var(--BorderColor);
  }
.plans-row--data .plans-title {
  padding-left: 15px;
  }
.plans-row--empty .plans-title, .plans-row--empty .plans-col {
  min-height: 55px;
  }
.plans-row--btns {
  z-index: 90;
  }
.plans-row--btns .plans-col {
  border-radius: 0 0 40px 40px;
  min-height: 95px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 4px;
  padding-right: 4px;
  }
.plans-row--btns .plans-col--pro {
  border-bottom: 2px solid var(--ColumnProColor);
  }
.plans__choose-btn {
  width: 100%;
  max-width: 150px;
  height: 52px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  border: 1px solid var(--BtnBgColor);
  border-radius: 30px;
  color: var(--BtnBgColor) !important;
  background: var(--WhiteColor);
  text-decoration: none !important;
  /*transition: all 0.15s ease;*/
  transition: all 0.15s ease, transform 0.05s ease;
  position: fixed;
  bottom: 15px;
  will-change: transform;
  }
.plans__choose-btn:hover {
  opacity: 0.7;
  }
.plans__choose-btn--filled {
  color: var(--WhiteColor) !important;
  background: var(--BtnBgColor);
  }
.plans-row--btns.is-fixed .plans__choose-btn {
  position: static;
  }
.plans-row--btns:not(.is-fixed) .plans__choose-btn {
  transform: translateX(calc(var(--plans-scroll-x, 0px) * -1));
  }
/* mobile plans:start */
  .plans-tile {
  padding-inline: 16px;
  margin-top: 24px;
  }
.plan {
  background-color: #F1F4F8;
  border-radius: 30px;
  margin-bottom: 16px;
  border: 2px solid transparent;
  }
.plan--pro {
  background-color: var(--WhiteColor);
  border-color: var(--ColumnProColor);
  }
.plan__body,
  .plan__footer {
  padding: 24px;
  }
.plan__header {
  border-bottom: 1px solid #C0CAD6;
  text-align: center;
  }
.plan__header-content {
  padding: 10px 24px 24px;
  }
.plan__title {
  padding-inline: 16px;
  padding-block: 18px;
  border-radius: 28px 28px 0 0;
  text-transform: uppercase;
  }
.plan__title--pro {
  background-color: var(--ColumnProColor);
  color: var(--WhiteColor);
  font-weight: 600;
  }
.plan__price.plans-row--price strong {
  font-size: 32px;
  }
.plan__desc {margin-top: 10px}
.plan__btn .plans__choose-btn {
  position: relative;
  bottom: auto;
  margin: 22px auto 0;

  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  max-width: 174px;
  height: 53px;
  }
.plan__body  {
  padding-bottom: 0;
  max-height: 90px;
  overflow: hidden;
  transition: max-height .3s ease-in-out;
  }
.plan.plan--is-open .plan__body  {
  max-height: unset;
  }
.plan__footer {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--BtnBgColor);
  display: flex;
  align-items: center;
  position: relative;
  }
.plan__footer svg {
  margin-inline: 7px;
  }
.plan:not(.plan--is-open) .plan__footer:before {
  content: '';
  display: block;
  height: 26px;
  width: 100%;
  background: linear-gradient(to top, #F1F4F8, transparent);
  position: absolute;
  top: -25px;
  left: 0;
  }
.plan.plan--pro:not(.plan--is-open) .plan__footer:before {
  background: linear-gradient(to top, #fff, transparent);
  }
.plan.plan--is-open .plan__footer svg {
  margin-bottom: 2px;
  transform: rotate(180deg);
  }
.plan__footer-content:hover {
  cursor: pointer;
  }
.plan__list-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0E123E;
  }
.plan__list:not(:last-child) {
  margin-bottom: 28px;
  }
.plan__list li::marker {
  content: "✓ ";
  }
.plan__list li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 4px;
  }
/* mobile plans: end */

  @media screen and (max-width: 1200px) {
  .plans-wrap {
  margin-top: 100px;
  }
.plans-row--is-sticky {
  top: 60px;
  }
}
/*@media screen and (min-width: 961px) and (max-width: 1200px) {*/
  @media screen and (max-width: 1200px) {
  .plans-title {
  /*flex: 0 0 calc(40% - 45px);*/
  /*max-width: calc(40% - 45px);*/
  }
.plans-col {
  /*flex: 0 0 15%;*/
  /*max-width: 15%;*/
  }
.plans-row--title .plans-col {
  font-size: 15px;
  }
.plans-row--sites .plans-col {
  font-size: 13px;
  }
.plans-col {
  font-size: 13px;
  }
.plans-row--price strong {
  font-size: 32px;
  }
.plans-row--price strong.is-small-price {
  font-size: 28px;
  }
.plans__choose-btn {
  max-width: 115px;
  font-size: 12px;
  }
}
/*@media screen and (min-width: 641px) and (max-width: 960px) {*/
  @media screen and (max-width: 960px) {
  .plans-title {
  /*flex: 0 0 calc(43% - 45px);*/
  /*max-width: calc(43% - 45px);*/
  flex: 0 0 calc(35% - 45px);
  max-width: calc(35% - 45px);
  font-size: 14px;
  }
.plans-row--subtitle .plans-title {
  font-size: 16px;
  }
.plans-col {
  /*flex: 0 0 19%;*/
  /*max-width: 19%;*/
  flex: 0 0 13.5%;
  max-width: 13.5%;
  }
.plans-col + .plans-col {
  margin-left: 4px;
  }
.plans-col-block {
  flex-direction: column;
  margin-bottom: 6px;
  }
.plans-row--price span {
  text-align: center;
  padding-left: 0;
  }
.plans-row--sites .plans-col {
  font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .back-link {
  left: 10px;
  top: 10px;
  }
.plans-wrap {
  padding: 0;
  }
.plans-row--title .plans-col {
  border-radius: 30px 30px 0 0;
  font-size: 12px;
  height: 41px;
  }
.plans-row--subtitle {
  font-size: 20px;
  }
.plans-row--subtitle.is-fixed .plans-title {
  height: 41px;
  }
.plans-row--price strong {
  font-size: 26px;
  }
.plans-row--price strong.is-small-price {
  font-size: 28px;
  }
.plans__choose-btn {
  max-width: 12vw;
  font-size: 12px;
  }
.plans-row--sites .plans-col {
  font-size: 14px;
  }
.plans-row--btns .plans-col {
  border-radius: 0 0 30px 30px;
  }
.plans-title, .plans-col {
  padding-top: 8px;
  padding-bottom: 8px;
  }
}
@media screen and (max-width: 800px) {
  }
@media screen and (max-width: 640px) {

  .plans-row--switcher .plans-title,
  .plans-row--title,
  .plans-inner {
  display: none;
  }
.plans-row--switcher {
  position: sticky;
  top: 60px;
  display: flex;
  align-items: center;
  box-shadow: 0px 10px 10px 0px #0000001A;
  background-color: var(--WhiteColor);
  height: 68px;

  }
.plans-row--switcher .plans-switcher {
  margin-bottom: 0;
  }
.plans-wrap {
  margin-top: 60px;
  }
.plans-tile {
  display: block;
  }
.plans-row--data .plans-title {
  font-size: 14px;
  }
.plans-row--title .plans-col {
  font-size: 10px;
  }
.plans-col {
  font-size: 8px;
  }
.plans__choose-btn {
  height: 44px;
  max-width: 75px;
  font-size: 10px;
  padding-left: 4px;
  padding-right: 4px;
  }
}
@media screen and (min-width: 481px) and (max-width: 640px) {
  .plans-col {
  flex: 0 0 14.8%;
  max-width: 14.8%;
  }
.plans-col + .plans-col {
  margin-left: 2px;
  }
/*.plans-row--price.test strong,*/
  .plans-row--price strong {
  font-size: 28px;
  }
.plans-row--price strong.is-small-price {
  font-size: 24px;
  }
.plans-row--price span {
  padding-left: 4px;
  }
}
@media screen and (max-width: 480px) {
  .back-link {
  left: 5px;
  }
.plans-col {
  font-size: 8px;
  flex: 0 0 18%;
  max-width: 18%;
  }
.plans-col + .plans-col {
  margin-left: 2px;
  }
.plans-title {
  flex: 0 0 calc(28% - 6px);
  max-width: calc(28% - 6px);
  padding-right: 4px;
  }
.plans-row--title .plans-col {
  font-size: 10px;
  height: 36px;
  border-radius: 10px 10px 0 0;
  }
.plans-row--data .plans-title {
  font-size: 11px;
  }
.plans-row--subtitle.is-fixed .plans-title {
  height: 36px;
  }
.plans-row--price .plans-col {
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 12px;
  }
.plans-row--price span {
  padding-left: 0;
  }
.plans__choose-btn {
  height: 34px;
  max-width: 75px;
  font-size: 10px;
  padding-left: 4px;
  padding-right: 4px;
  }
.plans-row--btns:not(.is-fixed) .plans__choose-btn {
  width: 15%;
  }
.plans-row--subtitle {
  font-size: 16px;
  }
.plans-row--price span {
  /*font-size: 10px;*/
  }
.plans-row--price strong {
  font-size: 16px;
  }
.plans-row--price strong.is-small-price {
  font-size: 13px;
  }
.plans-row--sites .plans-col {
  font-size: 9px;
  word-break: break-word;
  }
.plans-row--data::after {
  right: 8px;
  left: 8px;
  }
.plans-row--subtitle .plans-title {
  padding-left: 8px;
  line-height: 18px;
  }
.plans-row--data .plans-title {
  padding-left: 8px;
  }
.plans-row--subtitle.is-fixed .plans-title {
  height: 36px;
  }
.plans-col:nth-child(3) {
  border-left-width: 1px;
  border-right-width: 1px;
  }
.plans-row--btns .plans-col--pro {
  border-bottom-width: 1px;
  }
.plans-row--btns .plans-col {
  border-radius: 0 0 10px 10px;
  }
.plans-row--empty .plans-title, .plans-row--empty .plans-col {
  min-height: 30px;
  }
}
@media screen and (max-width: 380px) {
  .plans-row--subtitle {
  font-size: 14px;
  }
}
